From c73848b89637b51df50e1c042e5fb24e7cd48c7d Mon Sep 17 00:00:00 2001 From: lucha <lucha@paranoici.org> Date: Sat, 15 Sep 2018 16:27:45 -0700 Subject: [PATCH] [auto] plugin: nextgen-gallery 3.0.8 --- .../plugins/nextgen-gallery/changelog.txt | 18 + .../plugins/nextgen-gallery/composer.json | 2 +- .../plugins/nextgen-gallery/nggallery.php | 6 +- .../attach_to_post/module.attach_to_post.php | 8 +- .../package.module.attach_to_post.php | 2 +- .../attach_to_post/static/attach_to_post.css | 151 +- .../attach_to_post/static/attach_to_post.js | 11 +- .../static/attach_to_post.min.css | 2 +- .../static/attach_to_post.min.js | 2 +- .../static/attach_to_post_dialog.css | 4 + .../static/attach_to_post_dialog.min.css | 2 +- .../attach_to_post/static/iframely.css | 64 +- .../attach_to_post/static/iframely.min.css | 2 +- .../modules/attach_to_post/static/ngg_tabs.js | 22 +- .../attach_to_post/static/ngg_tabs.min.js | 2 +- .../modules/i18n/lang/nggallery-da_DK.mo | Bin 0 -> 69074 bytes .../modules/i18n/lang/nggallery-da_DK.po | 3981 +++++++++++++++++ .../modules/i18n/lang/nggallery-sk_SK.mo | Bin 0 -> 71933 bytes .../modules/i18n/lang/nggallery-sv_SE.po | 8 +- .../modules/i18n/lang/nggallery.po | 4 +- .../modules/i18n/module.i18n.php | 7 +- ...package.module.nextgen_addgallery_page.php | 108 +- .../nextgen_addgallery_page/static/styles.css | 2 +- .../static/styles.min.css | 2 +- .../templates/upload_images.php | 4 +- .../nextgen_admin/module.nextgen_admin.php | 6 - .../static/nextgen_admin_page.css | 84 +- .../static/nextgen_admin_page.min.css | 2 +- .../nextgen_data/module.nextgen_data.php | 7 +- .../pel-0.9.6/class.exif_writer.php | 5 + .../nextgen_data/pel-0.9.6/src/PelIfd.php | 16 +- .../package.module.nextgen_pro_upgrade.php | 2 +- .../module.nextgen_settings.php | 1 - .../package.module.nextgen_xmlrpc.php | 266 +- .../modules/ngglegacy/admin/css/nggadmin.css | 15 +- .../ngglegacy/admin/css/nggadmin.min.css | 2 +- .../modules/ngglegacy/admin/manage-images.php | 12 +- .../modules/ngglegacy/admin/manage-sort.php | 10 +- .../modules/ngglegacy/admin/manage.php | 4 +- .../modules/ngglegacy/admin/media-upload.php | 5 +- .../modules/ngglegacy/admin/overview.php | 10 +- .../gallery_create_page_field.php | 2 +- .../module.third_party_compat.php | 18 + wp-content/plugins/nextgen-gallery/readme.txt | 24 +- 44 files changed, 4634 insertions(+), 271 deletions(-) create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/i18n/lang/nggallery-da_DK.mo create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/i18n/lang/nggallery-da_DK.po create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/i18n/lang/nggallery-sk_SK.mo diff --git a/wp-content/plugins/nextgen-gallery/changelog.txt b/wp-content/plugins/nextgen-gallery/changelog.txt index af5c6076d..f77df021e 100644 --- a/wp-content/plugins/nextgen-gallery/changelog.txt +++ b/wp-content/plugins/nextgen-gallery/changelog.txt @@ -1,6 +1,24 @@ NextGEN Gallery by Imagely += V3.0.8 - 09.05.2018 = +* Fixed: IGW broken with Chrome 69+ + += V3.0.6 - 07.24.2018 = +* NEW: Added 'ngg_gallery_title_select_field' filter +* NEW: Danish translations +* NEW: Slovakian translations +* Changed: Removed unused swfUpload setting key from ngg_options array +* Secured: Image attribute storage +* Fixed: Styling of upload notifications +* Fixed: Do not purge WPML tag/translation mapping when removing unused NGG tags +* Fixed: Don't invoke icl_translate() when the admin language matches the default language +* Fixed: Importing Media Library images inside the IGW window +* Fixed: NGG > Overview's "Upgrade to Pro" links were still present when NGG Plus/Pro were active +* Fixed: Patched PEL to catch a possible exception caused by malformed IFD +* Fixed: Removed unneeded wp_localize_script('wp-color-picker'...) +* Fixed: Sorting galleries with over 1k images did not work past image 999 + = V3.0.1 - 05.17.2018 = * Fixed: Prevent caching of display_tab.js which can break the IGW diff --git a/wp-content/plugins/nextgen-gallery/composer.json b/wp-content/plugins/nextgen-gallery/composer.json index 6cd31e62d..360d0af97 100644 --- a/wp-content/plugins/nextgen-gallery/composer.json +++ b/wp-content/plugins/nextgen-gallery/composer.json @@ -1,6 +1,6 @@ { "name": "imagely/nextgen-gallery", - "description": "The most popular gallery plugin for WordPress and one of the most popular plugins of all time with over 21 million downloads.", + "description": "The most popular gallery plugin for WordPress and one of the most popular plugins of all time with over 22 million downloads.", "keywords": ["nextgen", "nextgen gallery", "gallery", "galleries", "image", "images", "image gallery", "photo", "photos", "photo gallery", "picture", "pictures", "picture gallery", "album", "albums", "photo albums", "image album", "media", "media gallery", "thumbnails", "thumbnail gallery", "thumbnail galleries", "slideshow", "slideshows", "slideshow gallery", "slideshow galleries", "fancybox", "lightbox", "responsive", "responsive gallery", "responsive galleries", "singlepic", "watermarks", "watermarking", "photography", "photographer"], "homepage": "https://www.imagely.com/", "license": "GPLv2", diff --git a/wp-content/plugins/nextgen-gallery/nggallery.php b/wp-content/plugins/nextgen-gallery/nggallery.php index dfef57d94..df29b189a 100644 --- a/wp-content/plugins/nextgen-gallery/nggallery.php +++ b/wp-content/plugins/nextgen-gallery/nggallery.php @@ -3,8 +3,8 @@ if(preg_match('#' . basename(__FILE__) . '#', $_SERVER['PHP_SELF'])) { die('You /** * Plugin Name: NextGEN Gallery - * Description: The most popular gallery plugin for WordPress and one of the most popular plugins of all time with over 21 million downloads. - * Version: 3.0.1 + * Description: The most popular gallery plugin for WordPress and one of the most popular plugins of all time with over 22 million downloads. + * Version: 3.0.8 * Author: Imagely * Plugin URI: https://www.imagely.com/wordpress-gallery-plugin/nextgen-gallery/ * Author URI: https://www.imagely.com @@ -663,7 +663,7 @@ class C_NextGEN_Bootstrap define('NGG_PRODUCT_URL', path_join(str_replace("\\", '/', NGG_PLUGIN_URL), 'products')); define('NGG_MODULE_URL', path_join(str_replace("\\", '/', NGG_PRODUCT_URL), 'photocrati_nextgen/modules')); define('NGG_PLUGIN_STARTED_AT', microtime()); - define('NGG_PLUGIN_VERSION', '3.0.1'); + define('NGG_PLUGIN_VERSION', '3.0.8'); if (defined('SCRIPT_DEBUG') && SCRIPT_DEBUG) define('NGG_SCRIPT_VERSION', (string)mt_rand(0, mt_getrandmax())); diff --git a/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/attach_to_post/module.attach_to_post.php b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/attach_to_post/module.attach_to_post.php index cd69669af..bfb7833b3 100644 --- a/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/attach_to_post/module.attach_to_post.php +++ b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/attach_to_post/module.attach_to_post.php @@ -25,7 +25,7 @@ class M_Attach_To_Post extends C_Base_Module 'photocrati-attach_to_post', 'Attach To Post', 'Provides the "Attach to Post" interface for displaying galleries and albums', - '3.0.1', + '3.0.3', 'https://www.imagely.com/wordpress-gallery-plugin/nextgen-gallery/', 'Imagely', 'https://www.imagely.com', @@ -368,14 +368,14 @@ class M_Attach_To_Post extends C_Base_Module wp_enqueue_style( 'ngg_attach_to_post_dialog', $router->get_static_url('photocrati-attach_to_post#attach_to_post_dialog.css'), - FALSE, + array('gritter'), NGG_SCRIPT_VERSION ); wp_enqueue_script( 'ngg-igw', $router->get_static_url('photocrati-attach_to_post#igw.js'), - array('jquery', 'Base64'), + array('jquery', 'Base64', 'gritter'), NGG_PLUGIN_VERSION ); wp_localize_script('ngg-igw', 'ngg_igw_i18n', array( @@ -574,4 +574,4 @@ class C_Attach_To_Post_Installer } } -new M_Attach_To_Post(); +new M_Attach_To_Post(); \ No newline at end of file diff --git a/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/attach_to_post/package.module.attach_to_post.php b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/attach_to_post/package.module.attach_to_post.php index 9cefb85a5..7de50b688 100644 --- a/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/attach_to_post/package.module.attach_to_post.php +++ b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/attach_to_post/package.module.attach_to_post.php @@ -506,7 +506,7 @@ class Mixin_Attach_To_Post extends Mixin wp_enqueue_script('photocrati_ajax'); // Enqueue logic for the Attach to Post interface as a whole wp_enqueue_script('ngg_attach_to_post_js', $this->get_static_url('photocrati-attach_to_post#attach_to_post.js'), FALSE, NGG_SCRIPT_VERSION); - wp_enqueue_style('ngg_attach_to_post', $this->get_static_url('photocrati-attach_to_post#attach_to_post.css'), FALSE, NGG_SCRIPT_VERSION); + wp_enqueue_style('ngg_attach_to_post', $this->get_static_url('photocrati-attach_to_post#attach_to_post.css'), FALSE, C_Component_Registry::get_instance()->get_module('photocrati-attach_to_post')->module_version); wp_dequeue_script('debug-bar-js'); wp_dequeue_style('debug-bar-css'); $this->enqueue_display_tab_js(); diff --git a/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/attach_to_post/static/attach_to_post.css b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/attach_to_post/static/attach_to_post.css index 733ad4c47..95b14047d 100644 --- a/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/attach_to_post/static/attach_to_post.css +++ b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/attach_to_post/static/attach_to_post.css @@ -85,7 +85,7 @@ h3#choose_display { #attach_to_post_tabs .main_menu_tab { padding: 0; position: absolute; - left: 200px; + left: 220px; right: 0; top: 0; bottom: 0; @@ -111,6 +111,15 @@ iframe { background: transparent; } +.chrome_70_hack_frames { + z-index: 100000000 !important; +} + +.chrome_70_hack_noframes { + z-index: 0 !important; +} + + .clear { clear: both; float: none; @@ -146,9 +155,8 @@ table { /* 2. IGW Sidebar */ #attach_to_post_tabs .ui-tabs-icon { - /*background: #2a343d;*/ background: #133148; - border-right: 3px solid #9fbb1a; + border-right: 1px solid #9cbe1b;; box-sizing: border-box; color: #fff; font-family: Lato, sans-serif; @@ -162,13 +170,15 @@ table { position: fixed; padding: 10px 25px 30px 10px; text-transform: uppercase; - width: 200px; + width: 220px; + padding: 0; } #attach_to_post_tabs img.attach_to_post_logo { height: 45px; padding: 20px 0 10px; float: right; + margin-right: 26px; } #attach_to_post_tabs .ui-tabs-nav { @@ -176,7 +186,7 @@ table { background: transparent; padding: 0; margin-top: 90px; - list-style: ordered; + list-style: none; } #attach_to_post_tabs .ui-tabs-nav li { @@ -187,15 +197,32 @@ table { margin: 0; padding: 0; width: 100%; + border-radius: 0; + box-sizing: border-box; + border-bottom: 1px solid #344a59; + padding: 24px 30px 24px 20px; +} + +#attach_to_post_tabs .ui-tabs-nav li.ui-tabs-active { + background: #2b4d65; + background: #9dbd1b; +} + +#attach_to_post_tabs .ui-tabs-nav li.ui-state-focus, +#attach_to_post_tabs .ui-tabs-nav li.ui-state-active, +#attach_to_post_tabs .ui-tabs-nav li:focus, +#attach_to_post_tabs .ui-tabs-nav li.active { + outline: none; } /* The next couple of rules are all a workaround to disable the "Insert Into Page" tab just for iOS */ /* TODO: consolidate when plupload is upgraded */ #attach_to_post_tabs ul.ui-tabs-nav li:nth-of-type(1) { - list-style: ordered; + list-style: none; + border-top: 1px solid #344a59; } #attach_to_post_tabs:not(.ngg_atp_ios_detected) ul.ui-tabs-nav li:nth-of-type(2) { - list-style: ordered; + list-style: none; } #attach_to_post_tabs:not(.ngg_atp_ios_detected) ul.ui-tabs-nav li:nth-of-type(1) a { @@ -206,7 +233,7 @@ table { } /* Because the upload-images tab is removed on iOS we must position this divider bar differently */ -#attach_to_post_tabs.ngg_atp_ios_detected .ui-tabs-nav li:nth-of-type(1)::after { +/*#attach_to_post_tabs.ngg_atp_ios_detected .ui-tabs-nav li:nth-of-type(1)::after { border-bottom: 1px solid rgba(255,255,255,.2); content: ""; display: block; @@ -214,10 +241,10 @@ table { margin: 24px 4px 20px 0; position: static; width: 90%; -} +}*/ /* This rule applies for all non-iOS browsers */ -#attach_to_post_tabs:not(.ngg_atp_ios_detected) .ui-tabs-nav li:nth-of-type(2)::after { +/*#attach_to_post_tabs:not(.ngg_atp_ios_detected) .ui-tabs-nav li:nth-of-type(2)::after { border-bottom: 1px solid rgba(255,255,255,.2); content: ""; display: block; @@ -225,7 +252,7 @@ table { margin: 24px 4px 20px 0; position: static; width: 90%; -} +}*/ #attach_to_post_tabs .ui-tabs-nav li a { color: #fff; @@ -236,6 +263,13 @@ table { padding: 10px 5px 5px 0 !important; text-transform: none; font-family: lato, sans-serif; + text-transform: uppercase; + font-size: 13px; + letter-spacing: 1px; + font-weight: 700; + padding: 0 !important; + font-size: 12px; + letter-spacing: 1.2px; } #attach_to_post_tabs .ui-tabs-nav li.ui-tabs-active a, @@ -245,19 +279,18 @@ table { } #attach_to_post_tabs .ui-tabs-nav li a.active_tab::before { - border-right: solid .75em #9fbb1a; - border-top: solid .75em transparent; - border-bottom: solid .75em transparent; - content: ''; - /*left: 3.1em;*/ - right: -25px; - position: absolute; - top: 8px; + border-right: solid .75em #fff; + border-top: solid 1.2em transparent; + border-bottom: solid 1.2em transparent; + content: ''; + position: absolute; + top: 16px; + right: -3px; } #attach_to_post_tabs .ui-tabs-nav li a.active_tab { - color: #9fbb1a; - font-weight: 600; + color: #fff; + font-weight: 800; } /* 3. Display Tab: General CSS */ @@ -284,27 +317,51 @@ table { height: 25px; margin-top: 0; width: auto; + border-bottom: 1px solid #ddd; + background: #fafafa; } -#displayed_tab #ngg_page_content .ngg_page_content_menu a { +#displayed_tab #ngg_page_content .ngg_page_content_menu a, +#displayed_tab #ngg_page_content .ngg_page_content_menu a:active { border: none; - color: #bbb; + color: #888; display: inline; font-size: 14px; font-weight: 400; text-decoration: none; line-height: 25px; padding: 15px 20px; - /*border-left: 1px solid #f7f8f3; - border-right: 1px solid #f7f8f3;*/ + font-size: 12px; + background: transparent; + /*border: none !important;*/ } #displayed_tab #ngg_page_content .ngg_page_content_menu .ngg_page_content_menu_active { - color: #9fbb1a; - border-right: 1px solid #edeeeb; - border-left: 1px solid #edeeeb; + background: transparent; + font-weight: bold; + color: #123248; + border-left: 1px solid #ddd; + border-right: 1px solid #ddd; + border-bottom: 2px solid #fff; + background: #fff; +} + +#displayed_tab #ngg_page_content .ngg_page_content_menu a:active:after { + display:none; } +/*#displayed_tab #ngg_page_content .ngg_page_content_menu .ngg_page_content_menu_active:after { + border-left: 8px solid transparent; + border-right: 8px solid transparent; + border-top: 6px solid #cad1d6; + border-top: 6px solid #123248; + content: " "; + position: absolute; + left: 45%; + display: inline; + top: 42px; +}*/ + #displayed_tab #ngg_page_content .ngg_page_content_menu a:before { display: none; } @@ -312,7 +369,7 @@ table { #displayed_tab #ngg_page_content .ngg_page_content_main { padding: 30px; width: 100%; - border-top: 1px solid #edeeeb; + box-shadow: none; } #displayed_tab #ngg_page_content.ngg_settings_page { @@ -478,7 +535,6 @@ table { margin-bottom: 10px; box-sizing: border-box; max-width: 100px; - /*border: 1px solid #eee;*/ } #displayed_tab .display_type_preview .image_container p { @@ -494,11 +550,11 @@ table { } #ngg_page_content #save_displayed_gallery.button { - font-weight: bold; - height: 60px !important; - line-height: 60px !important; - text-transform: uppercase; - padding: 0 40px !important; + font-weight: 700; + height: 50px!important; + line-height: 50px!important; + padding: 0 30px!important; + font-size: 13px; } /* 3b. Display Tab: "Customize Display Settings" Subtab */ @@ -717,17 +773,20 @@ h3#preview_tab { padding: 20px; } #attach_to_post_tabs img.attach_to_post_logo { - /*float: none;*/ display: none; } #attach_to_post_tabs .ui-tabs-nav { - /*margin-top: -15px;*/ margin-top: 0; } #attach_to_post_tabs .ui-tabs-nav li { padding: 5px; list-style: none !important; + border-bottom: none; + border-top: none !important; + } + #attach_to_post_tabs .ui-tabs-nav li.ui-tabs-active { + background: transparent; } #attach_to_post_tabs:not(.ngg_atp_ios_detected) .ui-tabs-nav li:nth-of-type(2)::after { display: none; @@ -735,12 +794,18 @@ h3#preview_tab { #attach_to_post_tabs .ui-tabs-nav li a { float: none; padding: 0 !important; + font-weight: normal; + } + #attach_to_post_tabs .ui-tabs-nav li a.active_tab { + color: #9ebc1b; + } + #attach_to_post_tabs .ui-tabs-nav li a.active_tab::before { + display:none; } #attach_to_post_tabs .main_menu_tab { margin-left: 0; min-height: auto; position: absolute; - /*top: 280px;*/ top: 150px; right: 0; left: 0; @@ -749,6 +814,8 @@ h3#preview_tab { } #displayed_tab #ngg_page_content .ngg_page_content_menu { padding: 5px 0 0; + background: none; + border: none; } #displayed_tab #ngg_page_content .ngg_page_content_menu a { display: block; @@ -762,6 +829,9 @@ h3#preview_tab { #displayed_tab #ngg_page_content .ngg_page_content_menu a:active { background: transparent; } + #displayed_tab #ngg_page_content .ngg_page_content_menu .ngg_page_content_menu_active:after { + display:none; + } #displayed_tab #ngg_page_content .ngg_page_content_menu a:last-of-type { padding-bottom: 5px; } @@ -789,6 +859,9 @@ h3#preview_tab { #attach_to_post_tabs #displayed_tab #ngg_page_content .ngg_page_content_main #source_configuration tbody { display: table-row-group !important; } + #displayed_tab #ngg_page_content .responsive-menu-icon { + padding: 10px 0 15px !important; + } } @media (max-width: 400px) { @@ -797,4 +870,4 @@ h3#preview_tab { margin: 20px auto; width: 170px; } -} +} \ No newline at end of file diff --git a/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/attach_to_post/static/attach_to_post.js b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/attach_to_post/static/attach_to_post.js index 11a9a0195..ec225de38 100644 --- a/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/attach_to_post/static/attach_to_post.js +++ b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/attach_to_post/static/attach_to_post.js @@ -97,7 +97,16 @@ jQuery(function($) { } // Activate tabs - $('#attach_to_post_tabs').ngg_tabs(); + $('#attach_to_post_tabs').ngg_tabs({ + onShowTab: function(tab) { + // Fix z-index problem with frames and non-frames on Chrome 69/70 + if (navigator.appVersion.match(/Chrome\/(69|7)/)) { + tab.attr('id') != 'displayed_tab' ? + $('#attach_to_post_tabs').addClass('chrome_70_hack_frames').removeClass('chrome_70_hack_noframes') : + $('#attach_to_post_tabs').removeClass('chrome_70_hack_frames').addClass('chrome_70_hack_noframes') + } + } + }); // If the preview area is being displayed, emit an event for that $('.ngg_page_content_menu a').bind('click', function(){ diff --git a/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/attach_to_post/static/attach_to_post.min.css b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/attach_to_post/static/attach_to_post.min.css index e689e9153..881e7aa84 100644 --- a/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/attach_to_post/static/attach_to_post.min.css +++ b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/attach_to_post/static/attach_to_post.min.css @@ -1 +1 @@ -body,html{width:100%;height:100%;padding:0;margin:0;font-size:13px;overflow:hidden}body{position:absolute;visibility:hidden;opacity:0;height:100%}.entity_errors{color:red}.entity_errors ul{margin-left:30px}.entity_errors ul li{list-style-type:disc}.ui-helper-reset{font-size:13px}#attach_to_post_tabs{border:0;background:0 0;height:100%;overflow:hidden;padding:0;position:relative;visibility:visible}#attach_to_post_tabs #attach_to_post_tabs.ui-tabs-hide{display:block!important;visibility:hidden;position:absolute;top:-5000px}#attach_to_post_tabs h3{text-transform:uppercase;color:#666;margin-top:0}h3#choose_display{margin-bottom:24px}#attach_to_post_tabs .main_menu_tab{padding:0;position:absolute;left:200px;right:0;top:0;bottom:0}#attach_to_post_tabs.ngg_atp_ios_detected{overflow-y:scroll;-webkit-overflow-scrolling:touch}#attach_to_post_tabs .ui-widget-header{border:0;border-bottom:1px solid #dfdfdf;background:0 0}iframe{width:100%;min-height:100%;border:none;padding:0;margin:0;background:0 0}.clear{clear:both;float:none}table{font-size:13px}.select2-search input{width:100%!important}.select2-result-label{white-space:nowrap}.select2-results{font-family:'segoe ui',Arial,sans-serif;font-size:13px}.select2-container a{color:#444!important}#ngg_page_content .ngg_page_content_main .select2-container{width:100%!important;max-width:500px!important}#attach_to_post_tabs .ui-tabs-icon{background:#133148;border-right:3px solid #9fbb1a;box-sizing:border-box;color:#fff;font-family:Lato,sans-serif;float:none;font-size:20px;font-weight:700;height:100%;letter-spacing:1px;line-height:60px;margin-bottom:0;position:fixed;padding:10px 25px 30px 10px;text-transform:uppercase;width:200px}#attach_to_post_tabs img.attach_to_post_logo{height:45px;padding:20px 0 10px;float:right}#attach_to_post_tabs .ui-tabs-nav{border:none;background:0 0;padding:0;margin-top:90px;list-style:ordered}#attach_to_post_tabs .ui-tabs-nav li{background:0 0;border:none;display:block;height:auto;margin:0;padding:0;width:100%}#attach_to_post_tabs ul.ui-tabs-nav li:nth-of-type(1){list-style:ordered}#attach_to_post_tabs:not(.ngg_atp_ios_detected) ul.ui-tabs-nav li:nth-of-type(2){list-style:ordered}#attach_to_post_tabs:not(.ngg_atp_ios_detected) ul.ui-tabs-nav li:nth-of-type(1) a{display:list-item}#attach_to_post_tabs ul.ui-tabs-nav li:nth-of-type(2) a{display:list-item}#attach_to_post_tabs.ngg_atp_ios_detected .ui-tabs-nav li:nth-of-type(1)::after{border-bottom:1px solid rgba(255,255,255,.2);content:"";display:block;float:right;margin:24px 4px 20px 0;position:static;width:90%}#attach_to_post_tabs:not(.ngg_atp_ios_detected) .ui-tabs-nav li:nth-of-type(2)::after{border-bottom:1px solid rgba(255,255,255,.2);content:"";display:block;float:right;margin:24px 4px 20px 0;position:static;width:90%}#attach_to_post_tabs .ui-tabs-nav li a{color:#fff;float:right;font-size:16px;letter-spacing:0;line-height:1;padding:10px 5px 5px 0!important;text-transform:none;font-family:lato,sans-serif}#attach_to_post_tabs .ui-tabs-nav li.ui-state-disabled a,#attach_to_post_tabs .ui-tabs-nav li.ui-tabs-active a,#attach_to_post_tabs .ui-tabs-nav li.ui-tabs-loading a{cursor:pointer}#attach_to_post_tabs .ui-tabs-nav li a.active_tab::before{border-right:solid .75em #9fbb1a;border-top:solid .75em transparent;border-bottom:solid .75em transparent;content:'';right:-25px;position:absolute;top:8px}#attach_to_post_tabs .ui-tabs-nav li a.active_tab{color:#9fbb1a;font-weight:600}#displayed_tab.main_menu_tab{overflow-y:scroll;overflow-x:hidden}#displayed_tab #ngg_page_content{margin:0;width:100%}#displayed_tab #attach_to_post_tabs .ngg_page_content_header{display:none}#displayed_tab #ngg_page_content .ngg_page_content_menu{background:0 0;border:none;padding:10px 20px 10px 0;float:none;height:25px;margin-top:0;width:auto}#displayed_tab #ngg_page_content .ngg_page_content_menu a{border:none;color:#bbb;display:inline;font-size:14px;font-weight:400;text-decoration:none;line-height:25px;padding:15px 20px}#displayed_tab #ngg_page_content .ngg_page_content_menu .ngg_page_content_menu_active{color:#9fbb1a;border-right:1px solid #edeeeb;border-left:1px solid #edeeeb}#displayed_tab #ngg_page_content .ngg_page_content_menu a:before{display:none}#displayed_tab #ngg_page_content .ngg_page_content_main{padding:30px;width:100%;border-top:1px solid #edeeeb}#displayed_tab #ngg_page_content.ngg_settings_page{border:none}#displayed_tab .ngg_igw_promo{display:block!important;padding:10px 20px;position:relative;top:-187px;left:608px;background:#123248;color:#fff;border-bottom:5px solid #9ebc1b;font-family:Lato,sans-serif;letter-spacing:.5px;box-sizing:border-box;width:200px;height:172px;margin-bottom:-170px}#displayed_tab .ngg_igw_promo a{text-decoration:none;font-weight:600}#displayed_tab .ngg_igw_coupon{font-size:12px;margin-top:10px;margin-top:47px;color:#7298b1}#attach_to_post_tabs #displayed_tab #ngg_page_content .ngg_page_content_main>div.ngg_igw_video{display:block!important;position:absolute;left:175px;top:69px}#displayed_tab .ngg_igw_video_open{background:#9ebc1b;color:#fff;cursor:pointer;font-family:Lato,sans-serif;font-size:13px;margin:0;padding:8px 10px}#displayed_tab .ngg_igw_video_inner{display:none;box-shadow:0 0 10px 5px rgba(0,0,0,.2);background:#fff}#displayed_tab .ngg_igw_video_close{color:#9ebc1b;width:100%;height:50px;display:block;background:#123248;text-align:center;line-height:50px;font-size:15px;font-weight:700;cursor:pointer;font-family:Lato,sans-serif;letter-spacing:.5px;background:#9ebc1b;color:#fff}#displayed_tab .ngg_igw_video iframe{width:525px;height:295px!important;min-height:auto;margin-bottom:-3px}#displayed_tab #displayed_gallery_source{width:400px}#displayed_tab #display_tip{color:rgba(42,52,61,.6);display:block;font-size:14px;width:960px;max-width:100%;padding:10px 0 0}#displayed_tab #slug_configuration{display:none}#displayed_tab #slug_configuration td,#displayed_tab #source_configuration td{vertical-align:top;padding:4px 0!important;min-width:200px}#displayed_tab #source_configuration label{color:#777!important;font-size:13px!important}#attach_to_post_tabs #displayed_tab #ngg_page_content #source_configuration tr td:first-of-type{white-space:normal;line-height:1.2;width:265px}#displayed_tab #ngg_page_content .select2-container{width:250px!important;line-height:20px}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#9fbb1a}#displayed_tab #slug_configuration #slug_label{width:52px}#displayed_tab #slug_configuration #slug_column input[type=text]{width:498px}#displayed_tab #display_type_selector{margin-top:14px}#displayed_tab .display_type_preview{float:left;margin:0 5px 5px 0;border:1px solid #ddd;background:#fff;width:145px;height:170px}#displayed_tab .display_type_preview .image_container{width:100%;vertical-align:middle;text-align:center;font-size:12px;font-weight:500;padding:8px;box-sizing:border-box}#displayed_tab .display_type_preview .image_container img{margin-top:10px;margin-bottom:10px;box-sizing:border-box;max-width:100px}#displayed_tab .display_type_preview .image_container p{display:inline-block}.display_type_preview label>div{font-size:12px}#displayed_tab .select2-chosen{color:#666!important}#ngg_page_content #save_displayed_gallery.button{font-weight:700;height:60px!important;line-height:60px!important;text-transform:uppercase;padding:0 40px!important}#display_settings_tab #display_settings_form table tr td:first-child{vertical-align:top;text-align:right;padding-right:7px;width:180px}#display_settings_tab #display_settings_form table td{text-align:left}#display_settings_tab #display_settings_form table textarea{height:60px}#display_settings_tab #display_settings_form input[type=number],#display_settings_tab #display_settings_form input[type=text],#display_settings_tab #display_settings_form select,#display_settings_tab #display_settings_form textarea{width:157px}#display_settings_tab #display_settings_form .ngg_slideshow_gallery_height,#display_settings_tab #display_settings_form .ngg_slideshow_gallery_width,#display_settings_tab #display_settings_form .ngg_thumbnail_dimension_height,#display_settings_tab #display_settings_form .ngg_thumbnail_dimension_width{width:65px!important}#display_settings_tab #display_settings_form .nextgen_settings_colorpicker{width:85px!important;text-align:center}h3#preview_tab{margin-bottom:0}#preview_tab_content{padding:10px 0}#preview_tab_content a{text-decoration:none;font-weight:300}#preview_tab_content .previewed_entity{width:100%;border-bottom:solid 1px #e0e0d6;background-color:#fafaf0}#preview_tab_content .previewed_entity .container{padding-top:15px}#preview_tab_content .previewed_entity.header{background-color:#f0f0e6;padding-bottom:5px;padding-top:5px}#preview_tab_content .header label{font-size:12px;color:#649664;font-weight:600}#preview_tab_content .ui-sortable-helper{background:0 0}#preview_tab_content ul{list-style-type:none;display:block;padding:0;position:relative;margin-top:20px}#preview_tab_content .inclusion_checkbox{margin-right:7px;display:block;float:left}#preview_tab_content .preview_item{background-color:#fff;width:100px;padding:10px 10px 30px 10px;margin:0 5px 5px 0;border:solid 1px #eee;display:block;vertical-align:middle;text-align:center;position:relative}#preview_tab_content .image_container{background-repeat:no-repeat;background-position:center;background-size:cover;display:block;width:100%;height:75px}#preview_tab_content .image_container img{border:0}#preview_tab_content #entity_list li{float:left}#preview_tab_content #entity_list .ui-state-default{background:0 0;border:none}#preview_tab_content .placeholder{background-color:#e0ddc1;position:relative}#preview_tab_content #entity_list .exclude_container{background:#fff;display:block;text-align:center;margin:0 auto;color:#000;font-weight:400;height:1.4em;line-height:1.1em;font-size:.8em;position:absolute;bottom:.2em;left:0;width:100%;padding:5px 0}#preview_tab_content #entity_list .exclude_container input{vertical-align:middle;line-height:1.2em;margin:0 .5em}#preview_tab_content .header_row{margin-bottom:5px;font-weight:300}#preview_tab_content .header_row strong{width:70px;display:inline-block}#preview_tab_content .header_row .separator{display:inline-block;margin:0 5px}#preview_tab_content .header_row .selected{font-weight:700}#preview_tab_content #entity_list li.clear{float:none;clear:both}#preview_tab_content .refresh_button{float:right}@media (max-width:1120px){#displayed_tab .ngg_igw_promo{position:static;width:602px;height:125px;max-width:100%;margin-bottom:10px}#displayed_tab .ngg_igw_coupon{margin-top:10px}#attach_to_post_tabs #displayed_tab #ngg_page_content .ngg_page_content_main>div.ngg_igw_video,#displayed_tab .ngg_igw_video_inner{display:none!important}}@media (max-width:800px){#attach_to_post_tabs .ui-tabs-icon{width:100%;position:static;border-right:none;border-bottom:3px solid #9fbb1a;text-align:center;height:150px;padding:20px}#attach_to_post_tabs img.attach_to_post_logo{display:none}#attach_to_post_tabs .ui-tabs-nav{margin-top:0}#attach_to_post_tabs .ui-tabs-nav li{padding:5px;list-style:none!important}#attach_to_post_tabs:not(.ngg_atp_ios_detected) .ui-tabs-nav li:nth-of-type(2)::after{display:none}#attach_to_post_tabs .ui-tabs-nav li a{float:none;padding:0!important}#attach_to_post_tabs .main_menu_tab{margin-left:0;min-height:auto;position:absolute;top:150px;right:0;left:0;bottom:0;height:auto}#displayed_tab #ngg_page_content .ngg_page_content_menu{padding:5px 0 0}#displayed_tab #ngg_page_content .ngg_page_content_menu a{display:block;width:100%;float:left;padding:0;text-align:center;box-sizing:border-box}#displayed_tab #ngg_page_content .ngg_page_content_menu .ngg_page_content_menu_active,#displayed_tab #ngg_page_content .ngg_page_content_menu a:active{background:0 0}#displayed_tab #ngg_page_content .ngg_page_content_menu a:last-of-type{padding-bottom:5px}#displayed_tab #slug_configuration tr,#displayed_tab #source_configuration tr{margin-bottom:24px}#ngg_page_content #save_displayed_gallery.button{position:static;margin-left:0;padding:0}}@media (max-width:781px){#attach_to_post_tabs.ngg_atp_ios_detected .ui-tabs-nav li:nth-of-type(1)::after{display:none}#attach_to_post_tabs #displayed_tab #ngg_page_content .ngg_page_content_main table tr td{width:100%!important}#attach_to_post_tabs #displayed_tab #ngg_page_content .ngg_page_content_main #source_configuration{display:table!important}#attach_to_post_tabs #displayed_tab #ngg_page_content .ngg_page_content_main #source_configuration tbody{display:table-row-group!important}}@media (max-width:400px){#displayed_tab .display_type_preview{float:none;margin:20px auto;width:170px}} \ No newline at end of file +body,html{width:100%;height:100%;padding:0;margin:0;font-size:13px;overflow:hidden}body{position:absolute;visibility:hidden;opacity:0;height:100%}.entity_errors{color:red}.entity_errors ul{margin-left:30px}.entity_errors ul li{list-style-type:disc}.ui-helper-reset{font-size:13px}#attach_to_post_tabs{border:0;background:0 0;height:100%;overflow:hidden;padding:0;position:relative;visibility:visible}#attach_to_post_tabs #attach_to_post_tabs.ui-tabs-hide{display:block!important;visibility:hidden;position:absolute;top:-5000px}#attach_to_post_tabs h3{text-transform:uppercase;color:#666;margin-top:0}h3#choose_display{margin-bottom:24px}#attach_to_post_tabs .main_menu_tab{padding:0;position:absolute;left:220px;right:0;top:0;bottom:0}#attach_to_post_tabs.ngg_atp_ios_detected{overflow-y:scroll;-webkit-overflow-scrolling:touch}#attach_to_post_tabs .ui-widget-header{border:0;border-bottom:1px solid #dfdfdf;background:0 0}iframe{width:100%;min-height:100%;border:none;padding:0;margin:0;background:0 0}.chrome_70_hack_frames{z-index:100000000!important}.chrome_70_hack_noframes{z-index:0!important}.clear{clear:both;float:none}table{font-size:13px}.select2-search input{width:100%!important}.select2-result-label{white-space:nowrap}.select2-results{font-family:'segoe ui',Arial,sans-serif;font-size:13px}.select2-container a{color:#444!important}#ngg_page_content .ngg_page_content_main .select2-container{width:100%!important;max-width:500px!important}#attach_to_post_tabs .ui-tabs-icon{background:#133148;border-right:1px solid #9cbe1b;box-sizing:border-box;color:#fff;font-family:Lato,sans-serif;float:none;font-size:20px;font-weight:700;height:100%;letter-spacing:1px;line-height:60px;margin-bottom:0;position:fixed;padding:10px 25px 30px 10px;text-transform:uppercase;width:220px;padding:0}#attach_to_post_tabs img.attach_to_post_logo{height:45px;padding:20px 0 10px;float:right;margin-right:26px}#attach_to_post_tabs .ui-tabs-nav{border:none;background:0 0;padding:0;margin-top:90px;list-style:none}#attach_to_post_tabs .ui-tabs-nav li{background:0 0;border:none;display:block;height:auto;margin:0;padding:0;width:100%;border-radius:0;box-sizing:border-box;border-bottom:1px solid #344a59;padding:24px 30px 24px 20px}#attach_to_post_tabs .ui-tabs-nav li.ui-tabs-active{background:#2b4d65;background:#9dbd1b}#attach_to_post_tabs .ui-tabs-nav li.active,#attach_to_post_tabs .ui-tabs-nav li.ui-state-active,#attach_to_post_tabs .ui-tabs-nav li.ui-state-focus,#attach_to_post_tabs .ui-tabs-nav li:focus{outline:0}#attach_to_post_tabs ul.ui-tabs-nav li:nth-of-type(1){list-style:none;border-top:1px solid #344a59}#attach_to_post_tabs:not(.ngg_atp_ios_detected) ul.ui-tabs-nav li:nth-of-type(2){list-style:none}#attach_to_post_tabs:not(.ngg_atp_ios_detected) ul.ui-tabs-nav li:nth-of-type(1) a{display:list-item}#attach_to_post_tabs ul.ui-tabs-nav li:nth-of-type(2) a{display:list-item}#attach_to_post_tabs .ui-tabs-nav li a{color:#fff;float:right;font-size:16px;letter-spacing:0;line-height:1;padding:10px 5px 5px 0!important;text-transform:none;font-family:lato,sans-serif;text-transform:uppercase;font-size:13px;letter-spacing:1px;font-weight:700;padding:0!important;font-size:12px;letter-spacing:1.2px}#attach_to_post_tabs .ui-tabs-nav li.ui-state-disabled a,#attach_to_post_tabs .ui-tabs-nav li.ui-tabs-active a,#attach_to_post_tabs .ui-tabs-nav li.ui-tabs-loading a{cursor:pointer}#attach_to_post_tabs .ui-tabs-nav li a.active_tab::before{border-right:solid .75em #fff;border-top:solid 1.2em transparent;border-bottom:solid 1.2em transparent;content:'';position:absolute;top:16px;right:-3px}#attach_to_post_tabs .ui-tabs-nav li a.active_tab{color:#fff;font-weight:800}#displayed_tab.main_menu_tab{overflow-y:scroll;overflow-x:hidden}#displayed_tab #ngg_page_content{margin:0;width:100%}#displayed_tab #attach_to_post_tabs .ngg_page_content_header{display:none}#displayed_tab #ngg_page_content .ngg_page_content_menu{background:0 0;border:none;padding:10px 20px 10px 0;float:none;height:25px;margin-top:0;width:auto;border-bottom:1px solid #ddd;background:#fafafa}#displayed_tab #ngg_page_content .ngg_page_content_menu a,#displayed_tab #ngg_page_content .ngg_page_content_menu a:active{border:none;color:#888;display:inline;font-size:14px;font-weight:400;text-decoration:none;line-height:25px;padding:15px 20px;font-size:12px;background:0 0}#displayed_tab #ngg_page_content .ngg_page_content_menu .ngg_page_content_menu_active{background:0 0;font-weight:700;color:#123248;border-left:1px solid #ddd;border-right:1px solid #ddd;border-bottom:2px solid #fff;background:#fff}#displayed_tab #ngg_page_content .ngg_page_content_menu a:active:after{display:none}#displayed_tab #ngg_page_content .ngg_page_content_menu a:before{display:none}#displayed_tab #ngg_page_content .ngg_page_content_main{padding:30px;width:100%;box-shadow:none}#displayed_tab #ngg_page_content.ngg_settings_page{border:none}#displayed_tab .ngg_igw_promo{display:block!important;padding:10px 20px;position:relative;top:-187px;left:608px;background:#123248;color:#fff;border-bottom:5px solid #9ebc1b;font-family:Lato,sans-serif;letter-spacing:.5px;box-sizing:border-box;width:200px;height:172px;margin-bottom:-170px}#displayed_tab .ngg_igw_promo a{text-decoration:none;font-weight:600}#displayed_tab .ngg_igw_coupon{font-size:12px;margin-top:10px;margin-top:47px;color:#7298b1}#attach_to_post_tabs #displayed_tab #ngg_page_content .ngg_page_content_main>div.ngg_igw_video{display:block!important;position:absolute;left:175px;top:69px}#displayed_tab .ngg_igw_video_open{background:#9ebc1b;color:#fff;cursor:pointer;font-family:Lato,sans-serif;font-size:13px;margin:0;padding:8px 10px}#displayed_tab .ngg_igw_video_inner{display:none;box-shadow:0 0 10px 5px rgba(0,0,0,.2);background:#fff}#displayed_tab .ngg_igw_video_close{color:#9ebc1b;width:100%;height:50px;display:block;background:#123248;text-align:center;line-height:50px;font-size:15px;font-weight:700;cursor:pointer;font-family:Lato,sans-serif;letter-spacing:.5px;background:#9ebc1b;color:#fff}#displayed_tab .ngg_igw_video iframe{width:525px;height:295px!important;min-height:auto;margin-bottom:-3px}#displayed_tab #displayed_gallery_source{width:400px}#displayed_tab #display_tip{color:rgba(42,52,61,.6);display:block;font-size:14px;width:960px;max-width:100%;padding:10px 0 0}#displayed_tab #slug_configuration{display:none}#displayed_tab #slug_configuration td,#displayed_tab #source_configuration td{vertical-align:top;padding:4px 0!important;min-width:200px}#displayed_tab #source_configuration label{color:#777!important;font-size:13px!important}#attach_to_post_tabs #displayed_tab #ngg_page_content #source_configuration tr td:first-of-type{white-space:normal;line-height:1.2;width:265px}#displayed_tab #ngg_page_content .select2-container{width:250px!important;line-height:20px}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#9fbb1a}#displayed_tab #slug_configuration #slug_label{width:52px}#displayed_tab #slug_configuration #slug_column input[type=text]{width:498px}#displayed_tab #display_type_selector{margin-top:14px}#displayed_tab .display_type_preview{float:left;margin:0 5px 5px 0;border:1px solid #ddd;background:#fff;width:145px;height:170px}#displayed_tab .display_type_preview .image_container{width:100%;vertical-align:middle;text-align:center;font-size:12px;font-weight:500;padding:8px;box-sizing:border-box}#displayed_tab .display_type_preview .image_container img{margin-top:10px;margin-bottom:10px;box-sizing:border-box;max-width:100px}#displayed_tab .display_type_preview .image_container p{display:inline-block}.display_type_preview label>div{font-size:12px}#displayed_tab .select2-chosen{color:#666!important}#ngg_page_content #save_displayed_gallery.button{font-weight:700;height:50px!important;line-height:50px!important;padding:0 30px!important;font-size:13px}#display_settings_tab #display_settings_form table tr td:first-child{vertical-align:top;text-align:right;padding-right:7px;width:180px}#display_settings_tab #display_settings_form table td{text-align:left}#display_settings_tab #display_settings_form table textarea{height:60px}#display_settings_tab #display_settings_form input[type=number],#display_settings_tab #display_settings_form input[type=text],#display_settings_tab #display_settings_form select,#display_settings_tab #display_settings_form textarea{width:157px}#display_settings_tab #display_settings_form .ngg_slideshow_gallery_height,#display_settings_tab #display_settings_form .ngg_slideshow_gallery_width,#display_settings_tab #display_settings_form .ngg_thumbnail_dimension_height,#display_settings_tab #display_settings_form .ngg_thumbnail_dimension_width{width:65px!important}#display_settings_tab #display_settings_form .nextgen_settings_colorpicker{width:85px!important;text-align:center}h3#preview_tab{margin-bottom:0}#preview_tab_content{padding:10px 0}#preview_tab_content a{text-decoration:none;font-weight:300}#preview_tab_content .previewed_entity{width:100%;border-bottom:solid 1px #e0e0d6;background-color:#fafaf0}#preview_tab_content .previewed_entity .container{padding-top:15px}#preview_tab_content .previewed_entity.header{background-color:#f0f0e6;padding-bottom:5px;padding-top:5px}#preview_tab_content .header label{font-size:12px;color:#649664;font-weight:600}#preview_tab_content .ui-sortable-helper{background:0 0}#preview_tab_content ul{list-style-type:none;display:block;padding:0;position:relative;margin-top:20px}#preview_tab_content .inclusion_checkbox{margin-right:7px;display:block;float:left}#preview_tab_content .preview_item{background-color:#fff;width:100px;padding:10px 10px 30px 10px;margin:0 5px 5px 0;border:solid 1px #eee;display:block;vertical-align:middle;text-align:center;position:relative}#preview_tab_content .image_container{background-repeat:no-repeat;background-position:center;background-size:cover;display:block;width:100%;height:75px}#preview_tab_content .image_container img{border:0}#preview_tab_content #entity_list li{float:left}#preview_tab_content #entity_list .ui-state-default{background:0 0;border:none}#preview_tab_content .placeholder{background-color:#e0ddc1;position:relative}#preview_tab_content #entity_list .exclude_container{background:#fff;display:block;text-align:center;margin:0 auto;color:#000;font-weight:400;height:1.4em;line-height:1.1em;font-size:.8em;position:absolute;bottom:.2em;left:0;width:100%;padding:5px 0}#preview_tab_content #entity_list .exclude_container input{vertical-align:middle;line-height:1.2em;margin:0 .5em}#preview_tab_content .header_row{margin-bottom:5px;font-weight:300}#preview_tab_content .header_row strong{width:70px;display:inline-block}#preview_tab_content .header_row .separator{display:inline-block;margin:0 5px}#preview_tab_content .header_row .selected{font-weight:700}#preview_tab_content #entity_list li.clear{float:none;clear:both}#preview_tab_content .refresh_button{float:right}@media (max-width:1120px){#displayed_tab .ngg_igw_promo{position:static;width:602px;height:125px;max-width:100%;margin-bottom:10px}#displayed_tab .ngg_igw_coupon{margin-top:10px}#attach_to_post_tabs #displayed_tab #ngg_page_content .ngg_page_content_main>div.ngg_igw_video,#displayed_tab .ngg_igw_video_inner{display:none!important}}@media (max-width:800px){#attach_to_post_tabs .ui-tabs-icon{width:100%;position:static;border-right:none;border-bottom:3px solid #9fbb1a;text-align:center;height:150px;padding:20px}#attach_to_post_tabs img.attach_to_post_logo{display:none}#attach_to_post_tabs .ui-tabs-nav{margin-top:0}#attach_to_post_tabs .ui-tabs-nav li{padding:5px;list-style:none!important;border-bottom:none;border-top:none!important}#attach_to_post_tabs .ui-tabs-nav li.ui-tabs-active{background:0 0}#attach_to_post_tabs:not(.ngg_atp_ios_detected) .ui-tabs-nav li:nth-of-type(2)::after{display:none}#attach_to_post_tabs .ui-tabs-nav li a{float:none;padding:0!important;font-weight:400}#attach_to_post_tabs .ui-tabs-nav li a.active_tab{color:#9ebc1b}#attach_to_post_tabs .ui-tabs-nav li a.active_tab::before{display:none}#attach_to_post_tabs .main_menu_tab{margin-left:0;min-height:auto;position:absolute;top:150px;right:0;left:0;bottom:0;height:auto}#displayed_tab #ngg_page_content .ngg_page_content_menu{padding:5px 0 0;background:0 0;border:none}#displayed_tab #ngg_page_content .ngg_page_content_menu a{display:block;width:100%;float:left;padding:0;text-align:center;box-sizing:border-box}#displayed_tab #ngg_page_content .ngg_page_content_menu .ngg_page_content_menu_active,#displayed_tab #ngg_page_content .ngg_page_content_menu a:active{background:0 0}#displayed_tab #ngg_page_content .ngg_page_content_menu .ngg_page_content_menu_active:after{display:none}#displayed_tab #ngg_page_content .ngg_page_content_menu a:last-of-type{padding-bottom:5px}#displayed_tab #slug_configuration tr,#displayed_tab #source_configuration tr{margin-bottom:24px}#ngg_page_content #save_displayed_gallery.button{position:static;margin-left:0;padding:0}}@media (max-width:781px){#attach_to_post_tabs.ngg_atp_ios_detected .ui-tabs-nav li:nth-of-type(1)::after{display:none}#attach_to_post_tabs #displayed_tab #ngg_page_content .ngg_page_content_main table tr td{width:100%!important}#attach_to_post_tabs #displayed_tab #ngg_page_content .ngg_page_content_main #source_configuration{display:table!important}#attach_to_post_tabs #displayed_tab #ngg_page_content .ngg_page_content_main #source_configuration tbody{display:table-row-group!important}#displayed_tab #ngg_page_content .responsive-menu-icon{padding:10px 0 15px!important}}@media (max-width:400px){#displayed_tab .display_type_preview{float:none;margin:20px auto;width:170px}} \ No newline at end of file diff --git a/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/attach_to_post/static/attach_to_post.min.js b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/attach_to_post/static/attach_to_post.min.js index d6ba4c93b..b5656c37e 100644 --- a/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/attach_to_post/static/attach_to_post.min.js +++ b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/attach_to_post/static/attach_to_post.min.js @@ -1 +1 @@ -function close_attach_to_post_window(){var e=jQuery(top.document).find("#TB_window iframe").attr("src");e&&e.match("attach_to_post")?top.tb_remove():top.tinyMCE.activeEditor.windowManager.close(window)}function adjust_height_for_frame(e,t,i){if(!/crios|iP(hone|od|ad)/i.test(navigator.userAgent))return void 0===i||i(e,t);var n=jQuery(t.frameElement),o=n.contents().height()/3,a=n.contents().find("#wpbody").height(),s=jQuery(e.document).height(),d=n.height();if(0===a&&(a=n.contents().height()),o<a&&(o=a),o<s&&(o=s),d<o){var c=n.attr("id");if(c&&0===c.indexOf("ngg-iframe-")){var r=c.substr(11);r&&jQuery("#"+r).height(o)}}return void 0===i||i(e,t,o)}function ngg_get_measures_for_frame(e){var t=jQuery(e),i=t.attr("id"),n={};if(i&&0===i.indexOf("ngg-iframe-")){if(i.substr(11)){var o=jQuery(document);n.scrollTop=o.scrollTop()-40,window.parent?n.scrollHeight=jQuery(window.parent.document).find(".ngg_attach_to_post_window").height()-40:n.scrollHeight=o.height(),void 0!==window.console&&console.log(n)}}return n}function is_visual_editor(){return 0===jQuery(top.document).find(".html-active:visible").length}function insert_into_editor(e,t){if(is_visual_editor()){var i=top.tinyMCE.activeEditor;i.selection.getNode().outerHTML.indexOf(t)>=0?jQuery(i.selection.getNode()).attr("data-shortcode",e.substring(1,e.length-1)):i.execCommand("mceInsertContent",!1,e),i.selection.collapse(!1)}else if(myField=top.document.getElementById("content"),myValue=e,document.selection)myField.focus(),sel=document.selection.createRange(),sel.text=myValue;else if(myField.selectionStart||"0"===myField.selectionStart){var n=myField.selectionStart,o=myField.selectionEnd;myField.value=myField.value.substring(0,n)+myValue+myField.value.substring(o,myField.value.length)}else myField.value+=myValue}this.id="ngg-attach_to_post",jQuery(function(e){/crios|iP(hone|od|ad)/i.test(navigator.userAgent)&&e("#attach_to_post_tabs").addClass("ngg_atp_ios_detected"),e("#attach_to_post_tabs").ngg_tabs(),e(".ngg_page_content_menu a").bind("click",function(){"preview_tab"===e(this).attr("data-id")&&e("#preview_area").trigger("opened")}),e(".accordion").accordion({clearStyle:!0,autoHeight:!1,heightStyle:"content"}),e(".ui-tabs-nav li:first-of-type a").addClass("active_tab"),e(".ui-tabs-nav a").click(function(t){e(".ui-tabs-nav a").removeClass("active_tab"),e(this).addClass("active_tab");var i=t.target?t.target:t.srcElement;if(e(i).parent().hasClass("ui-state-active")){var n=e(i.hash+" iframe");n.length>0&&n[0].contentDocument.location!=n.attr("src")&&(n[0].contentDocument.location=n.attr("src"))}}),e(this).keydown(function(e){27===e.keyCode&&close_attach_to_post_window()}),e("body").css({position:"static",visibility:"visible"}).animate({opacity:1})}),jQuery(function(e){e("#displayed_tab .ngg_igw_video_open").click(function(t){e("#displayed_tab .ngg_igw_video_inner").append('<iframe class="ngg_igw_video_iframe" width="1050" height="590" src="https://www.youtube.com/embed/mNEnY23i9DE?rel=0" frameborder="0" allowfullscreen></iframe>'),e("#displayed_tab .ngg_igw_video_inner").css("display","block"),e("#displayed_tab .ngg_igw_video_open").css("display","none")}),e("#displayed_tab .ngg_igw_video_close").click(function(t){e("#displayed_tab .ngg_igw_video_iframe").remove(),e("#displayed_tab .ngg_igw_video_inner").css("display","none"),e("#displayed_tab .ngg_igw_video_open").css("display","block")})}),jQuery(function(e){e(".ngg_page_content_menu a").click(function(t){"choose_display"==e(this).attr("data-id")?(e(".ngg_igw_promo").css("visibility","visible"),e("#displayed_tab .ngg_igw_video_open").css("display","block")):(e(".ngg_igw_promo").css("visibility","hidden"),e("#displayed_tab .ngg_igw_video_open").css("display","none"),e("#displayed_tab .ngg_igw_video_inner").css("display","none"))})}); \ No newline at end of file +function close_attach_to_post_window(){var e=jQuery(top.document).find("#TB_window iframe").attr("src");e&&e.match("attach_to_post")?top.tb_remove():top.tinyMCE.activeEditor.windowManager.close(window)}function adjust_height_for_frame(e,t,i){if(!/crios|iP(hone|od|ad)/i.test(navigator.userAgent))return void 0===i||i(e,t);var a=jQuery(t.frameElement),o=a.contents().height()/3,n=a.contents().find("#wpbody").height(),s=jQuery(e.document).height(),d=a.height();if(0===n&&(n=a.contents().height()),o<n&&(o=n),o<s&&(o=s),d<o){var c=a.attr("id");if(c&&0===c.indexOf("ngg-iframe-")){var r=c.substr(11);r&&jQuery("#"+r).height(o)}}return void 0===i||i(e,t,o)}function ngg_get_measures_for_frame(e){var t=jQuery(e),i=t.attr("id"),a={};if(i&&0===i.indexOf("ngg-iframe-")){if(i.substr(11)){var o=jQuery(document);a.scrollTop=o.scrollTop()-40,window.parent?a.scrollHeight=jQuery(window.parent.document).find(".ngg_attach_to_post_window").height()-40:a.scrollHeight=o.height(),void 0!==window.console&&console.log(a)}}return a}function is_visual_editor(){return 0===jQuery(top.document).find(".html-active:visible").length}function insert_into_editor(e,t){if(is_visual_editor()){var i=top.tinyMCE.activeEditor;i.selection.getNode().outerHTML.indexOf(t)>=0?jQuery(i.selection.getNode()).attr("data-shortcode",e.substring(1,e.length-1)):i.execCommand("mceInsertContent",!1,e),i.selection.collapse(!1)}else if(myField=top.document.getElementById("content"),myValue=e,document.selection)myField.focus(),sel=document.selection.createRange(),sel.text=myValue;else if(myField.selectionStart||"0"===myField.selectionStart){var a=myField.selectionStart,o=myField.selectionEnd;myField.value=myField.value.substring(0,a)+myValue+myField.value.substring(o,myField.value.length)}else myField.value+=myValue}this.id="ngg-attach_to_post",jQuery(function(e){/crios|iP(hone|od|ad)/i.test(navigator.userAgent)&&e("#attach_to_post_tabs").addClass("ngg_atp_ios_detected"),e("#attach_to_post_tabs").ngg_tabs({onShowTab:function(t){navigator.appVersion.match(/Chrome\/(69|7)/)&&("displayed_tab"!=t.attr("id")?e("#attach_to_post_tabs").addClass("chrome_70_hack_frames").removeClass("chrome_70_hack_noframes"):e("#attach_to_post_tabs").removeClass("chrome_70_hack_frames").addClass("chrome_70_hack_noframes"))}}),e(".ngg_page_content_menu a").bind("click",function(){"preview_tab"===e(this).attr("data-id")&&e("#preview_area").trigger("opened")}),e(".accordion").accordion({clearStyle:!0,autoHeight:!1,heightStyle:"content"}),e(".ui-tabs-nav li:first-of-type a").addClass("active_tab"),e(".ui-tabs-nav a").click(function(t){e(".ui-tabs-nav a").removeClass("active_tab"),e(this).addClass("active_tab");var i=t.target?t.target:t.srcElement;if(e(i).parent().hasClass("ui-state-active")){var a=e(i.hash+" iframe");a.length>0&&a[0].contentDocument.location!=a.attr("src")&&(a[0].contentDocument.location=a.attr("src"))}}),e(this).keydown(function(e){27===e.keyCode&&close_attach_to_post_window()}),e("body").css({position:"static",visibility:"visible"}).animate({opacity:1})}),jQuery(function(e){e("#displayed_tab .ngg_igw_video_open").click(function(t){e("#displayed_tab .ngg_igw_video_inner").append('<iframe class="ngg_igw_video_iframe" width="1050" height="590" src="https://www.youtube.com/embed/mNEnY23i9DE?rel=0" frameborder="0" allowfullscreen></iframe>'),e("#displayed_tab .ngg_igw_video_inner").css("display","block"),e("#displayed_tab .ngg_igw_video_open").css("display","none")}),e("#displayed_tab .ngg_igw_video_close").click(function(t){e("#displayed_tab .ngg_igw_video_iframe").remove(),e("#displayed_tab .ngg_igw_video_inner").css("display","none"),e("#displayed_tab .ngg_igw_video_open").css("display","block")})}),jQuery(function(e){e(".ngg_page_content_menu a").click(function(t){"choose_display"==e(this).attr("data-id")?(e(".ngg_igw_promo").css("visibility","visible"),e("#displayed_tab .ngg_igw_video_open").css("display","block")):(e(".ngg_igw_promo").css("visibility","hidden"),e("#displayed_tab .ngg_igw_video_open").css("display","none"),e("#displayed_tab .ngg_igw_video_inner").css("display","none"))})}); \ No newline at end of file diff --git a/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/attach_to_post/static/attach_to_post_dialog.css b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/attach_to_post/static/attach_to_post_dialog.css index 79f9d3c7b..db0cd0655 100644 --- a/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/attach_to_post/static/attach_to_post_dialog.css +++ b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/attach_to_post/static/attach_to_post_dialog.css @@ -1,5 +1,9 @@ /* Thickbox-based IGW Rules */ +#TB_window.ngg_tb_window { + box-shadow: 0 0 20px 10px rgba( 0, 0, 0, .5 ); +} + .ngg_tb_window #TB_iframeContent { height:100.1% !important; } diff --git a/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/attach_to_post/static/attach_to_post_dialog.min.css b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/attach_to_post/static/attach_to_post_dialog.min.css index bcca9c4ea..7ee2fc123 100644 --- a/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/attach_to_post/static/attach_to_post_dialog.min.css +++ b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/attach_to_post/static/attach_to_post_dialog.min.css @@ -1 +1 @@ -.ngg_tb_window #TB_iframeContent{height:100.1%!important}.ngg_tb_window #TB_title{height:0!important;border:none!important}.ngg_tb_window #TB_closeWindowButton{background:0 0;top:10px;right:20px}.ngg_tb_window #TB_closeWindowButton:focus .tb-close-icon,.ngg_tb_window .tb-close-icon{color:#fff;border:none;box-shadow:none;background:#9fbb1a;border-radius:50%;padding:1px;height:20px;width:20px;font-size:12px}.ngg_tb_window #TB_closeWindowButton:focus .tb-close-icon,.ngg_tb_window #TB_closeWindowButton:hover .tb-close-icon{color:#fff}.ngg_tb_window .tb-close-icon:before{font:normal 18px dashicons}#ngg_attach_to_post_dialog{width:95%!important;left:2.5%!important}#ngg_attach_to_post_dialog-head #ngg_attach_to_post_dialog-title{display:none}#ngg_attach_to_post_dialog-body{width:100%!important}#ngg_attach_to_post_dialog-head{min-height:0;height:0;border:none}#ngg_attach_to_post_dialog-head .mce-close{position:absolute;background:0 0;top:10px!important;right:20px!important;z-index:2}#ngg_attach_to_post_dialog-head .mce-close i,#ngg_attach_to_post_dialog-head .mce-close:focus i{color:#fff;border:none;box-shadow:none;background:#9fbb1a;border-radius:50%;padding:1px;height:20px;width:20px;font-size:12px}#ngg_attach_to_post_dialog-head .mce-close:focus i,#ngg_attach_to_post_dialog-head .mce-close:hover i{color:#fff}#ngg_attach_to_post_dialog-head .mce-close i:before{font:normal 17px dashicons;color:#fff;margin:1.2px 0 0 -8px}.ngg_attach_to_post_window{position:relative;border:none!important}.ngg_attach_to_post_window .mceBottom,.ngg_attach_to_post_window .mceCenter,.ngg_attach_to_post_window .mceLeft,.ngg_attach_to_post_window .mceResize,.ngg_attach_to_post_window .mceRight,.ngg_attach_to_post_window .mceTop{background:0 0!important;border:none!important}.ngg_attach_to_post_window .mceMiddle span{padding-top:6px!important}.ngg_attach_to_post_window .mceTop{display:block!important;height:0!important;font-size:0!important}.ngg_attach_to_post_window .mceClose{background:url(uploader-icons.png)!important;display:block!important;margin:0!important;padding:0!important;width:15px!important;height:15px!important;background-position:-100px 0!important;position:absolute!important;top:44px!important;right:30px!important}#ngg_attach_to_post_dialog-body{-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background:rgba(255,255,255,.6);border-top:none}div[aria-label="Block: Classic"] .nggPlaceholder{background-color:#143650;box-sizing:border-box;border-bottom:5px solid #9fbb1a;border-radius:3px;box-shadow:0 0 4px 1px rgba(0,0,0,.05);color:#9fbb1a;font-family:sans-serif;font-size:20px;height:200px;margin:5px;outline:0!important;padding:30px 30px 50px 30px;text-align:center;width:100%}div[aria-label="Block: Classic"] .nggPlaceholder h3{color:#fff;font-family:Lato,sans-serif;font-size:16px;font-size:1.6rem;font-weight:600;margin:24px 0 0 0}div[aria-label="Block: Classic"] .nggPlaceholderButton:hover{margin:0;opacity:.8;color:#9fbb1a}div[aria-label="Block: Classic"] .nggPlaceholderButton{font-size:13px;font-size:1.3rem;margin:0;opacity:1;color:#bbb;padding:4px 0 0 12px;color:rgba(159,187,26,.7)}div[aria-label="Block: Classic"] .nggPlaceholderButton.nggIgwRemove{border-left:1px solid rgba(204,204,204,.4)}@media (max-width:781px){#TB_window.ngg_tb_window{position:absolute!important}} \ No newline at end of file +#TB_window.ngg_tb_window{box-shadow:0 0 20px 10px rgba(0,0,0,.5)}.ngg_tb_window #TB_iframeContent{height:100.1%!important}.ngg_tb_window #TB_title{height:0!important;border:none!important}.ngg_tb_window #TB_closeWindowButton{background:0 0;top:10px;right:20px}.ngg_tb_window #TB_closeWindowButton:focus .tb-close-icon,.ngg_tb_window .tb-close-icon{color:#fff;border:none;box-shadow:none;background:#9fbb1a;border-radius:50%;padding:1px;height:20px;width:20px;font-size:12px}.ngg_tb_window #TB_closeWindowButton:focus .tb-close-icon,.ngg_tb_window #TB_closeWindowButton:hover .tb-close-icon{color:#fff}.ngg_tb_window .tb-close-icon:before{font:normal 18px dashicons}#ngg_attach_to_post_dialog{width:95%!important;left:2.5%!important}#ngg_attach_to_post_dialog-head #ngg_attach_to_post_dialog-title{display:none}#ngg_attach_to_post_dialog-body{width:100%!important}#ngg_attach_to_post_dialog-head{min-height:0;height:0;border:none}#ngg_attach_to_post_dialog-head .mce-close{position:absolute;background:0 0;top:10px!important;right:20px!important;z-index:2}#ngg_attach_to_post_dialog-head .mce-close i,#ngg_attach_to_post_dialog-head .mce-close:focus i{color:#fff;border:none;box-shadow:none;background:#9fbb1a;border-radius:50%;padding:1px;height:20px;width:20px;font-size:12px}#ngg_attach_to_post_dialog-head .mce-close:focus i,#ngg_attach_to_post_dialog-head .mce-close:hover i{color:#fff}#ngg_attach_to_post_dialog-head .mce-close i:before{font:normal 17px dashicons;color:#fff;margin:1.2px 0 0 -8px}.ngg_attach_to_post_window{position:relative;border:none!important}.ngg_attach_to_post_window .mceBottom,.ngg_attach_to_post_window .mceCenter,.ngg_attach_to_post_window .mceLeft,.ngg_attach_to_post_window .mceResize,.ngg_attach_to_post_window .mceRight,.ngg_attach_to_post_window .mceTop{background:0 0!important;border:none!important}.ngg_attach_to_post_window .mceMiddle span{padding-top:6px!important}.ngg_attach_to_post_window .mceTop{display:block!important;height:0!important;font-size:0!important}.ngg_attach_to_post_window .mceClose{background:url(uploader-icons.png)!important;display:block!important;margin:0!important;padding:0!important;width:15px!important;height:15px!important;background-position:-100px 0!important;position:absolute!important;top:44px!important;right:30px!important}#ngg_attach_to_post_dialog-body{-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background:rgba(255,255,255,.6);border-top:none}div[aria-label="Block: Classic"] .nggPlaceholder{background-color:#143650;box-sizing:border-box;border-bottom:5px solid #9fbb1a;border-radius:3px;box-shadow:0 0 4px 1px rgba(0,0,0,.05);color:#9fbb1a;font-family:sans-serif;font-size:20px;height:200px;margin:5px;outline:0!important;padding:30px 30px 50px 30px;text-align:center;width:100%}div[aria-label="Block: Classic"] .nggPlaceholder h3{color:#fff;font-family:Lato,sans-serif;font-size:16px;font-size:1.6rem;font-weight:600;margin:24px 0 0 0}div[aria-label="Block: Classic"] .nggPlaceholderButton:hover{margin:0;opacity:.8;color:#9fbb1a}div[aria-label="Block: Classic"] .nggPlaceholderButton{font-size:13px;font-size:1.3rem;margin:0;opacity:1;color:#bbb;padding:4px 0 0 12px;color:rgba(159,187,26,.7)}div[aria-label="Block: Classic"] .nggPlaceholderButton.nggIgwRemove{border-left:1px solid rgba(204,204,204,.4)}@media (max-width:781px){#TB_window.ngg_tb_window{position:absolute!important}} \ No newline at end of file diff --git a/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/attach_to_post/static/iframely.css b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/attach_to_post/static/iframely.css index dc4189c21..21a46fa1a 100644 --- a/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/attach_to_post/static/iframely.css +++ b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/attach_to_post/static/iframely.css @@ -25,6 +25,10 @@ html#iframely { padding: 0px; } +#iframely #ngg_page_content.ngg_settings_page { + background: #fff; +} + #iframely h2, #iframely #icon-nextgen-gallery { display: none; @@ -57,34 +61,61 @@ html#iframely { height: 25px; margin-top: 0; width: auto; + border-bottom: 1px solid #ddd; + background: #fafafa; } #iframely #ngg_page_content .ngg_page_content_menu a { border: none; - color: #bbb; + color: #888; display: inline; font-size: 14px; font-weight: 400; text-decoration: none; line-height: 25px; padding: 15px 20px; - border-left: 1px solid #f7f8f3; - border-right: 1px solid #f7f8f3; + font-size: 12px; } -#iframely #ngg_page_content .ngg_page_content_menu .ngg_page_content_menu_active { - color: #9fbb1a; - border-right: 1px solid #edeeeb; - border-left: 1px solid #edeeeb; +#iframely #ngg_page_content .ngg_page_content_menu a:active { + background: transparent; } +#iframely #ngg_page_content .ngg_page_content_menu .ngg_page_content_menu_active { + background: transparent; + font-weight: bold; + color: #123248; + border-left: 1px solid #ddd; + border-right: 1px solid #ddd; + border-bottom: 2px solid #fff; + background: #fff; +} + +/*#iframely #ngg_page_content .ngg_page_content_menu .ngg_page_content_menu_active:after { + border-left: 8px solid transparent; + border-right: 8px solid transparent; + border-top: 6px solid #cad1d6; + border-top: 6px solid #123248; + content: " "; + position: absolute; + left: 45%; + display: inline; + top: 42px; +}*/ + #iframely #ngg_page_content .ngg_page_content_menu a:before { display: none; } +#displayed_tab #ngg_page_content .ngg_page_content_menu .ngg_page_content_menu_active:after, +#displayed_tab #ngg_page_content .ngg_page_content_menu a:active:after { + display: none; +} + #iframely #ngg_page_content .ngg_page_content_main { padding: 30px; width: 100%; + box-shadow: none; } #iframely #ngg_page_content .ngg_page_content_main h3 { @@ -103,6 +134,7 @@ html#iframely { vertical-align: top; } + #iframely #ngg_page_content .ngg_manage_galleries .search-form { margin-top: -20px; } @@ -112,10 +144,19 @@ html#iframely { position: relative; float: none; top: 37px; - left: 450px; + left: 460px; width: 350px; } +#iframely .search-box input[name="s"], +#iframely #bulkaction { + width: 140px !important; +} + +#iframely .tablenav.top .displaying-num { + display: none; +} + #iframely .ngg_manage_galleries table #id { min-width: 40px; } @@ -165,6 +206,8 @@ html#iframely { } #iframely #ngg_page_content .ngg_page_content_menu { padding: 5px 0 0; + background: transparent; + border: none; } #iframely #ngg_page_content .ngg_page_content_menu a { display: block; @@ -178,6 +221,9 @@ html#iframely { #iframely #ngg_page_content .ngg_page_content_menu a:active { background: transparent; } + #iframely #ngg_page_content .ngg_page_content_menu .ngg_page_content_menu_active:after { + display:none; + } #iframely #ngg_page_content .ngg_page_content_menu a:last-of-type { padding-bottom: 5px; } @@ -194,4 +240,4 @@ html#iframely { margin: 4px 0; display: block; } -} +} \ No newline at end of file diff --git a/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/attach_to_post/static/iframely.min.css b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/attach_to_post/static/iframely.min.css index c012c541a..9d19439fd 100644 --- a/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/attach_to_post/static/iframely.min.css +++ b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/attach_to_post/static/iframely.min.css @@ -1 +1 @@ -html#iframely{background:#fff!important}#iframely,#iframely body{background:#fff!important;padding:0;width:100%;height:100%}#iframely{opacity:0;background-position:center center;background-repeat:no-repeat;position:absolute;visibility:hidden}#iframely #wpbody-content{float:none;padding:0}#iframely #icon-nextgen-gallery,#iframely h2{display:none}#iframely #wpwrap{background-color:#fcfcfc}#iframely #ngg_page_content{margin:0;width:100%}#iframely .ngg-admin .notice,#iframely .ngg-admin div.error,#iframely .ngg-admin div.updated{display:none}#iframely #ngg_page_content .ngg_page_content_header{display:none}#iframely #ngg_page_content .ngg_page_content_menu{background:0 0;border:none;padding:10px 20px 10px 0;float:none;height:25px;margin-top:0;width:auto}#iframely #ngg_page_content .ngg_page_content_menu a{border:none;color:#bbb;display:inline;font-size:14px;font-weight:400;text-decoration:none;line-height:25px;padding:15px 20px;border-left:1px solid #f7f8f3;border-right:1px solid #f7f8f3}#iframely #ngg_page_content .ngg_page_content_menu .ngg_page_content_menu_active{color:#9fbb1a;border-right:1px solid #edeeeb;border-left:1px solid #edeeeb}#iframely #ngg_page_content .ngg_page_content_menu a:before{display:none}#iframely #ngg_page_content .ngg_page_content_main{padding:30px;width:100%}#iframely #ngg_page_content .ngg_page_content_main h3{display:none}#iframely #ngg_page_content .ngg_manage_albums .ngg_page_content_main h3,#iframely #ngg_page_content .ngg_manage_images .ngg_page_content_main h3,#iframely #ngg_page_content .ngg_manage_tags .ngg_page_content_main h3{display:block}#iframely #ngg_page_content .button-primary:active,#iframely #ngg_page_content .button-secondary:active,#iframely #ngg_page_content button:active{vertical-align:top}#iframely #ngg_page_content .ngg_manage_galleries .search-form{margin-top:-20px}#iframely #ngg_page_content .ngg_manage_galleries p.search-box{margin:0;position:relative;float:none;top:37px;left:450px;width:350px}#iframely .ngg_manage_galleries table #id{min-width:40px}#iframely .ngg_manage_galleries table #author{min-width:85px}#iframely .ngg_manage_galleries table #page_id{min-width:65px}#iframely .gallery_page_nggallery-manage-gallery .ui-dialog{height:auto!important;min-height:auto}@media (max-width:1140px){#iframely .plupload_buttons{display:inline;margin:0 0 0 10px}#iframely .gallery_page_ngg_addgallery #ngg_page_content .button-primary,#iframely .gallery_page_ngg_addgallery #ngg_page_content .button-secondary,#iframely .gallery_page_ngg_addgallery #ngg_page_content button{width:130px!important}}@media (max-width:940px){#iframely .plupload_buttons{display:block;margin:10px 0 0 75px}#iframely .gallery_page_ngg_addgallery #ngg_page_content .button-primary,#iframely .gallery_page_ngg_addgallery #ngg_page_content .button-secondary,#iframely .gallery_page_ngg_addgallery #ngg_page_content button{width:201px!important}}@media (max-width:800px){#iframely .ngg-admin #wpbody{padding:0}#iframely #ngg_page_content .ngg_page_content_menu{padding:5px 0 0}#iframely #ngg_page_content .ngg_page_content_menu a{display:block;width:100%;float:left;padding:0;text-align:center;box-sizing:border-box}#iframely #ngg_page_content .ngg_page_content_menu .ngg_page_content_menu_active,#iframely #ngg_page_content .ngg_page_content_menu a:active{background:0 0}#iframely #ngg_page_content .ngg_page_content_menu a:last-of-type{padding-bottom:5px}#iframely .plupload_buttons{margin-left:0}#iframely #ngg_page_content .plupload_droptext{line-height:60px}#iframely .gallery_page_ngg_addgallery #ngg_page_content .button-primary,#iframely .gallery_page_ngg_addgallery #ngg_page_content .button-secondary,#iframely .gallery_page_ngg_addgallery #ngg_page_content button{width:100%!important;margin:4px 0;display:block}} \ No newline at end of file +html#iframely{background:#fff!important}#iframely,#iframely body{background:#fff!important;padding:0;width:100%;height:100%}#iframely{opacity:0;background-position:center center;background-repeat:no-repeat;position:absolute;visibility:hidden}#iframely #wpbody-content{float:none;padding:0}#iframely #ngg_page_content.ngg_settings_page{background:#fff}#iframely #icon-nextgen-gallery,#iframely h2{display:none}#iframely #wpwrap{background-color:#fcfcfc}#iframely #ngg_page_content{margin:0;width:100%}#iframely .ngg-admin .notice,#iframely .ngg-admin div.error,#iframely .ngg-admin div.updated{display:none}#iframely #ngg_page_content .ngg_page_content_header{display:none}#iframely #ngg_page_content .ngg_page_content_menu{background:0 0;border:none;padding:10px 20px 10px 0;float:none;height:25px;margin-top:0;width:auto;border-bottom:1px solid #ddd;background:#fafafa}#iframely #ngg_page_content .ngg_page_content_menu a{border:none;color:#888;display:inline;font-size:14px;font-weight:400;text-decoration:none;line-height:25px;padding:15px 20px;font-size:12px}#iframely #ngg_page_content .ngg_page_content_menu a:active{background:0 0}#iframely #ngg_page_content .ngg_page_content_menu .ngg_page_content_menu_active{background:0 0;font-weight:700;color:#123248;border-left:1px solid #ddd;border-right:1px solid #ddd;border-bottom:2px solid #fff;background:#fff}#iframely #ngg_page_content .ngg_page_content_menu a:before{display:none}#displayed_tab #ngg_page_content .ngg_page_content_menu .ngg_page_content_menu_active:after,#displayed_tab #ngg_page_content .ngg_page_content_menu a:active:after{display:none}#iframely #ngg_page_content .ngg_page_content_main{padding:30px;width:100%;box-shadow:none}#iframely #ngg_page_content .ngg_page_content_main h3{display:none}#iframely #ngg_page_content .ngg_manage_albums .ngg_page_content_main h3,#iframely #ngg_page_content .ngg_manage_images .ngg_page_content_main h3,#iframely #ngg_page_content .ngg_manage_tags .ngg_page_content_main h3{display:block}#iframely #ngg_page_content .button-primary:active,#iframely #ngg_page_content .button-secondary:active,#iframely #ngg_page_content button:active{vertical-align:top}#iframely #ngg_page_content .ngg_manage_galleries .search-form{margin-top:-20px}#iframely #ngg_page_content .ngg_manage_galleries p.search-box{margin:0;position:relative;float:none;top:37px;left:460px;width:350px}#iframely #bulkaction,#iframely .search-box input[name="s"]{width:140px!important}#iframely .tablenav.top .displaying-num{display:none}#iframely .ngg_manage_galleries table #id{min-width:40px}#iframely .ngg_manage_galleries table #author{min-width:85px}#iframely .ngg_manage_galleries table #page_id{min-width:65px}#iframely .gallery_page_nggallery-manage-gallery .ui-dialog{height:auto!important;min-height:auto}@media (max-width:1140px){#iframely .plupload_buttons{display:inline;margin:0 0 0 10px}#iframely .gallery_page_ngg_addgallery #ngg_page_content .button-primary,#iframely .gallery_page_ngg_addgallery #ngg_page_content .button-secondary,#iframely .gallery_page_ngg_addgallery #ngg_page_content button{width:130px!important}}@media (max-width:940px){#iframely .plupload_buttons{display:block;margin:10px 0 0 75px}#iframely .gallery_page_ngg_addgallery #ngg_page_content .button-primary,#iframely .gallery_page_ngg_addgallery #ngg_page_content .button-secondary,#iframely .gallery_page_ngg_addgallery #ngg_page_content button{width:201px!important}}@media (max-width:800px){#iframely .ngg-admin #wpbody{padding:0}#iframely #ngg_page_content .ngg_page_content_menu{padding:5px 0 0;background:0 0;border:none}#iframely #ngg_page_content .ngg_page_content_menu a{display:block;width:100%;float:left;padding:0;text-align:center;box-sizing:border-box}#iframely #ngg_page_content .ngg_page_content_menu .ngg_page_content_menu_active,#iframely #ngg_page_content .ngg_page_content_menu a:active{background:0 0}#iframely #ngg_page_content .ngg_page_content_menu .ngg_page_content_menu_active:after{display:none}#iframely #ngg_page_content .ngg_page_content_menu a:last-of-type{padding-bottom:5px}#iframely .plupload_buttons{margin-left:0}#iframely #ngg_page_content .plupload_droptext{line-height:60px}#iframely .gallery_page_ngg_addgallery #ngg_page_content .button-primary,#iframely .gallery_page_ngg_addgallery #ngg_page_content .button-secondary,#iframely .gallery_page_ngg_addgallery #ngg_page_content button{width:100%!important;margin:4px 0;display:block}} \ No newline at end of file diff --git a/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/attach_to_post/static/ngg_tabs.js b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/attach_to_post/static/ngg_tabs.js index adf750f62..898304ddd 100644 --- a/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/attach_to_post/static/ngg_tabs.js +++ b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/attach_to_post/static/ngg_tabs.js @@ -24,9 +24,9 @@ jQuery(function($) { var i = 0; this.find('.main_menu_tab').each(function() { if (i === 0) { - $.fn.ngg_tabs.show_tab(this); + $.fn.ngg_tabs.show_tab(this, options.onShowTab); } else { - $.fn.ngg_tabs.hide_tab(this); + $.fn.ngg_tabs.hide_tab(this, options.onHideTab); } i++; }); @@ -34,23 +34,25 @@ jQuery(function($) { // When the selected tab changes, then we need to re-adjust this.bind('tabsactivate', function(event, ui) { // Ensure that all tabs are still displayed, but hidden ;) - $.fn.ngg_tabs.hide_tab($.fn.ngg_tabs.get_tab_by_li(ui.oldTab)); - $.fn.ngg_tabs.show_tab($.fn.ngg_tabs.get_tab_by_li(ui.newTab)); + $.fn.ngg_tabs.hide_tab($.fn.ngg_tabs.get_tab_by_li(ui.oldTab), options.onHideTab); + $.fn.ngg_tabs.show_tab($.fn.ngg_tabs.get_tab_by_li(ui.newTab), options.onShowTab); }); }; - $.fn.ngg_tabs.hide_tab = function(tab) { + $.fn.ngg_tabs.hide_tab = function(tab, cb) { setTimeout(function() { $(tab).css({ display: 'block', 'z-index': -10, visibility: 'hidden', opacity: 0 - }); + }).addClass('ngg-tab-inactive').removeClass('ngg-tab-active').trigger('tab-hidden'); + + if (cb) cb(tab) }, 0); }; - $.fn.ngg_tabs.show_tab = function(tab){ + $.fn.ngg_tabs.show_tab = function(tab, cb){ tab = $(tab); setTimeout(function() { @@ -66,8 +68,12 @@ jQuery(function($) { 'z-index': 1, visibility: 'visible', opacity: 1 - }); + }).addClass('ngg-tab-active').removeClass('ngg-tab-inactive').trigger('tab-visible'); + + if (cb) cb(tab) }, 50); + + if (cb) cb(tab) }; $.fn.ngg_tabs.get_tab_by_li = function(list_item) { diff --git a/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/attach_to_post/static/ngg_tabs.min.js b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/attach_to_post/static/ngg_tabs.min.js index 2d80e75f9..44613cb17 100644 --- a/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/attach_to_post/static/ngg_tabs.min.js +++ b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/attach_to_post/static/ngg_tabs.min.js @@ -1 +1 @@ -jQuery(function(t){t.fn.ngg_tabs=function(i){/crios|iP(hone|od|ad)/i.test(navigator.userAgent)&&(this.find(".main_menu_tab").each(function(){"create_tab"===this.id&&t(this).remove()}),this.find("ul li a").each(function(){-1!==this.href.indexOf("#create_tab")&&t(this).parent("li").remove()})),this.tabs(i);var n=0;this.find(".main_menu_tab").each(function(){0===n?t.fn.ngg_tabs.show_tab(this):t.fn.ngg_tabs.hide_tab(this),n++}),this.bind("tabsactivate",function(i,n){t.fn.ngg_tabs.hide_tab(t.fn.ngg_tabs.get_tab_by_li(n.oldTab)),t.fn.ngg_tabs.show_tab(t.fn.ngg_tabs.get_tab_by_li(n.newTab))})},t.fn.ngg_tabs.hide_tab=function(i){setTimeout(function(){t(i).css({display:"block","z-index":-10,visibility:"hidden",opacity:0})},0)},t.fn.ngg_tabs.show_tab=function(i){i=t(i),setTimeout(function(){var t=i.find("iframe")[0];void 0!==t&&void 0!==t.contentWindow&&adjust_height_for_frame(top,t.contentWindow)},50),setTimeout(function(){i.css({"z-index":1,visibility:"visible",opacity:1})},50)},t.fn.ngg_tabs.get_tab_by_li=function(t){return t.parents("div").find('.main_menu_tab[aria-labelledby="'+t.attr("aria-labelledby")+'"]')}}); \ No newline at end of file +jQuery(function(t){t.fn.ngg_tabs=function(i){/crios|iP(hone|od|ad)/i.test(navigator.userAgent)&&(this.find(".main_menu_tab").each(function(){"create_tab"===this.id&&t(this).remove()}),this.find("ul li a").each(function(){-1!==this.href.indexOf("#create_tab")&&t(this).parent("li").remove()})),this.tabs(i);var n=0;this.find(".main_menu_tab").each(function(){0===n?t.fn.ngg_tabs.show_tab(this,i.onShowTab):t.fn.ngg_tabs.hide_tab(this,i.onHideTab),n++}),this.bind("tabsactivate",function(n,a){t.fn.ngg_tabs.hide_tab(t.fn.ngg_tabs.get_tab_by_li(a.oldTab),i.onHideTab),t.fn.ngg_tabs.show_tab(t.fn.ngg_tabs.get_tab_by_li(a.newTab),i.onShowTab)})},t.fn.ngg_tabs.hide_tab=function(i,n){setTimeout(function(){t(i).css({display:"block","z-index":-10,visibility:"hidden",opacity:0}).addClass("ngg-tab-inactive").removeClass("ngg-tab-active").trigger("tab-hidden"),n&&n(i)},0)},t.fn.ngg_tabs.show_tab=function(i,n){i=t(i),setTimeout(function(){var t=i.find("iframe")[0];void 0!==t&&void 0!==t.contentWindow&&adjust_height_for_frame(top,t.contentWindow)},50),setTimeout(function(){i.css({"z-index":1,visibility:"visible",opacity:1}).addClass("ngg-tab-active").removeClass("ngg-tab-inactive").trigger("tab-visible"),n&&n(i)},50),n&&n(i)},t.fn.ngg_tabs.get_tab_by_li=function(t){return t.parents("div").find('.main_menu_tab[aria-labelledby="'+t.attr("aria-labelledby")+'"]')}}); \ No newline at end of file diff --git a/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/i18n/lang/nggallery-da_DK.mo b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/i18n/lang/nggallery-da_DK.mo new file mode 100644 index 0000000000000000000000000000000000000000..f793326bfb677d65f094bcb085f90f1e6727b8c0 GIT binary patch literal 69074 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%0Ak@j^>ThOkWVa+TCP$nn3R zvLD>^1WyTpotLjr0>6P0)bR$-B7)9@g{<fUZ#jc36NK+61C8kyDWo4>3Qn=G1K+V; zsY!~*z@-uB9C+|Ol;Gr>4m#`>v}hDIq+O)P5SE$)YD}ksHitl2V0XYuF6ami%<Dy| z>7a$opjJ0zHBYHRHh675c(w>Sx0G6>U=F#H65==5wUm(B7NICH4WtVeq@Y8`AUQk< zG&4|y;o1Cjke?1OEh>g|VZok*<TFt4fi?#hmw-+{EP~ERl!0sawEQAanGdf*LEC&m zhYx_q-azfz640h!PzjCZXK)Pzy(0lKj!;~prx1p`@*TAL5wa^i588Z&>`jO40|TA^ znwSm_de9tP34Hzm8U&!^k8+14WZPLTC{(})k%P{=ET+O0mI_HYuDDb%2i<WA&Iq9G z%Q@MpdC=Sno@)m02?s5H0Cl@lK^wsnK}R(t<|u$pb1DJtAcB_X#h?ZfvI0mEkXi(7 zv4GbvfaEj56Zgf48!SNqkJTO&2~cJPX-@<%y@X8~AeEW9sU`U-snBaLK>a$<95raG zAM~~h&{l24W&}`fgf>?o^$9r5!;2zV$)yWDAyx;}FoJs-<S=km0-kDBfP?^OJuc{+ z)Ra;M(7Lun@M=5g-cKD+5t;)!`2f@$EKAKw1y%j9b9VC6!4neT5j@cS*~OrG7`o39 z)Z7G*c0f&nA7BHTS%aTUUIaQ=0Mq~no${2Lm6M8Ct*gfXK9U%zX$4yX0-l@(*VLfB zsGue>I1E6Y9gr(Q^;uepo<a!HDy8z&B=E*Q@RcK=MiV$$K+8x_-2>`0VI0&6U#6Q{ zgy9%aP(o4)xDtnEHpsC+CD8gN6~1c#)Nco^uLP~O%>lK_ORyS<W&ab@V3^+_qu!7t z0m<3v;Nz+iOB5hO5TF<Vow@)zYzs7hprEgi4L{8s98M5dgAR;@`YNRqv_3nf6ts93 zbI=`f0C-L|tjP@8U8ew<;R021@N`=QTFwC4gq>Q97`O*(23?;49<zrnv_{bmI`;wA zqXX|-0iAlCir85WT5+12S`0qQ0X1tw>o$<4f~3^4#G=$<d(g#_>7dgHK#dAe)+>VS zS_X}|g7XVFJEIrSpvoV#<cq-xd<+2S0!+xUC~!V##3UtEK_gS4AhRMhM-!nET?X?4 zOmI?31(oE;^I^rHE&=3PgFL8dNcUlSB{H~_f>I6WEHY4a0lEq^RRMGlCUiR$q-O}K zsgbV3EaEz}fa}l#1$9U0vG&j&PYLLT(1L<g9R={km>^xC9EWu72`RQgQcx;ImVq)M zbWIdwSQC_3A(be2N(MT}rUOgekOP`PyZ%yh!DES_x<4_s2oy|M%>t)&P_~AiT?P$E zT;}M(41xwP{4Bc69O%$LsOJP)4+<(@%90YnHiOQC0T-ws$s+JlB5<V%Jy#xNCg{X6 z(00UP&?OD<BauNJJn;N>+To>$<7^ZHz_(}mrsl!7tAR}iHL;-EtFlt_>_JHyo`ga3 z9H0P5DOD&2%@w68loVBFmw*S<pf_lyB90HzQ2;Gw1?6|}Swlz}4^#@mb~?kyx<Nfk zL^cCmq6sn?H1>yfg(j$)fgD={YV_(cxPaG6=a+--UxNn{<_((A!FkL(G(mejQ;T4C zXo6Xwc@9vp#WF;Ln6Oz6C>Jr}5X%5M{~9)A0a`Q#JsByrgaO)xN&&|%10;=sR?8I? zrDm5fz{es|Ah+j%mKT8*+`<PRKwXgH638B6Sg@3U_PvA7Mad{BDZp}*8Wk?k1l6V4 z*{SfJnj%AD8UwgS055xG$g9lBOb4ZR(8-^vB@Cbn6|_JMa=-=r4$ah@62uLfusjSo c&kM3}5qa4^?50fu>hO1Gu#DA!P7GoI07h5Ti2wiq literal 0 HcmV?d00001 diff --git a/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/i18n/lang/nggallery-da_DK.po b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/i18n/lang/nggallery-da_DK.po new file mode 100644 index 000000000..9fc381845 --- /dev/null +++ b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/i18n/lang/nggallery-da_DK.po @@ -0,0 +1,3981 @@ +msgid "" +msgstr "" +"Project-Id-Version: NextGEN Gallery\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-03-02 11:42+0000\n" +"PO-Revision-Date: 2018-03-08 10:34+0000\n" +"Last-Translator: Humorguden <humorguden@humorhimlen.dk>\n" +"Language-Team: Danish\n" +"Language: da-DK\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Loco https://localise.biz/" + +#: products/photocrati_nextgen/modules/nextgen_xmlrpc/package.module.nextgen_xmlrpc.php:684 +#, php-format +msgid " (%1$s)." +msgstr " (%1$s)." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:363 +msgid " 25" +msgstr " 25" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:364 +msgid " 50" +msgstr " 50" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:365 +msgid " 75" +msgstr " 75" + +#: products/photocrati_nextgen/modules/nextgen_gallery_display/package.module.nextgen_gallery_display.php:1753 +#, php-format +msgid " [<a href=\"%s\">See image gallery at %s</a>] " +msgstr " [<a href=\"%s\">Se billedgalleri pÃ¥ %s</a>] " + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:57 +msgid " MByte" +msgstr " MByte" + +#: products/photocrati_nextgen/modules/nextgen_data/package.module.nextgen_data.php:2769 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:136 +msgid " mm" +msgstr " mm" + +#: products/photocrati_nextgen/modules/nextgen_data/package.module.nextgen_data.php:2777 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:142 +msgid " sec" +msgstr "sek" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/package.module.nextgen_basic_gallery.php:384 +msgid "# of columns" +msgstr "# af kolonner" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/package.module.nextgen_basic_gallery.php:309 +msgid "# of seconds" +msgstr "# sekunder" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:144 +#, php-format +msgid "%1$sMB (%2$s%%) Used" +msgstr "%1$sMB (%2$s%%) Brugt" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:143 +#, php-format +msgid "%1$sMB Allowed" +msgstr "%1$sMB Tilladt" + +#: products/photocrati_nextgen/modules/ngglegacy/lib/tags.php:190 +#, php-format +msgid "%1s tag(s) deleted." +msgstr "%1s tag(s) er slettet." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:668 +#, php-format +msgid "%s picture successfully added" +msgid_plural "%s pictures successfully added" +msgstr[0] "%s billede med succes tilføjet" +msgstr[1] "%s billeder blev tilføjet" + +#: products/photocrati_nextgen/modules/ngglegacy/lib/tags.php:249 +#, php-format +msgid "%s slug(s) edited." +msgstr "%s slug(s) redigeret." + +#: products/photocrati_nextgen/modules/lightbox/package.module.lightbox.php:81 +msgid "< Prev" +msgstr "< Forrige" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:508 +msgid "(Error : Couldn't not find image)" +msgstr "(Fejl: kunne ikke finde billede)" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:492 +msgid "(Error : Couldn't not update data base)" +msgstr "(Fejl: Kunne ikke opdatere database)" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:499 +msgid "(Error : Couldn't not update meta data)" +msgstr "(Fejl: Kunne ikke opdatere metadata)" + +#: products/photocrati_nextgen/modules/nextgen_other_options/package.module.nextgen_other_options.php:467 +#: +#: products/photocrati_nextgen/modules/nextgen_other_options/package.module.nextgen_other_options.php:697 +msgid "(Hide Customization Options)" +msgstr "(Skjul tilpasningsindstillinger)" + +#: products/photocrati_nextgen/modules/nextgen_other_options/package.module.nextgen_other_options.php:148 +msgid "(Hide Customization Settings)" +msgstr "(Skjul tilpasningsindstillinger)" + +#: products/photocrati_nextgen/modules/attach_to_post/package.module.attach_to_post.php:363 +#: +#: products/photocrati_nextgen/modules/nextgen_admin/package.module.nextgen_admin.php:500 +msgid "(optional)" +msgstr "(valgfri)" + +#: products/photocrati_nextgen/modules/nextgen_other_options/package.module.nextgen_other_options.php:467 +#: +#: products/photocrati_nextgen/modules/nextgen_other_options/package.module.nextgen_other_options.php:697 +msgid "(Show Customization Options)" +msgstr "(Vis Tilpasningsindstillinger)" + +#: products/photocrati_nextgen/modules/nextgen_other_options/package.module.nextgen_other_options.php:148 +msgid "(Show Customization Settings)" +msgstr "(Vis Tilpasningsindstillinger)" + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/package.module.nextgen_addgallery_page.php:42 +msgid "0 images were uploaded" +msgstr "0 billeder blev uploadet" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/package.module.nextgen_basic_gallery.php:374 +msgid "0 will display all images at once" +msgstr "0 viser alle billederne pÃ¥ en gang" + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/package.module.nextgen_addgallery_page.php:388 +msgid "1 image was uploaded successfully." +msgstr "1 billede blev uploadet." + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/package.module.nextgen_addgallery_page.php:42 +#, php-format +msgid "" +"1 image was uploaded successfully. <a href=\"%s\" target=\"_blank\">Manage " +"gallery</a>" +msgstr "" +"1 billede blev uploadet korrekt.<a href=\"%s\" target=\"_blank\">Administrer " +"galleri</a>" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:366 +msgid "100" +msgstr "100" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:367 +msgid "200" +msgstr "200" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/rotate.php:93 +msgid "90° clockwise" +msgstr "90° med uret" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/rotate.php:94 +msgid "90° counter-clockwise" +msgstr "90° mod uret" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:392 +msgid "" +"<a href=\"http://wordpress.org/tags/nextgen-gallery?forum_id=10\" " +"target=\"_blank\">Support Forums</a>" +msgstr "" +"<a href=\"http://wordpress.org/tags/nextgen-gallery?forum_id=10\" " +"target=\"_blank\">Supportfora</a>" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:381 +msgid "" +"<a href=\"https://www.imagely.com/languages/\" target=\"_blank\">" +"Languages</a>" +msgstr "" +"<a href=\"https://www.imagely.com/languages/\" target=\"_blank\">Sprog</a>" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:378 +msgid "" +"<a href=\"https://www.imagely.com/wordpress-gallery-plugin/nextgen-" +"gallery/\" target=\"_blank\">Introduction</a>" +msgstr "" +"<a href=\"https://www.imagely.com/wordpress-gallery-plugin/nextgen-" +"gallery/\" target=\"_blank\">Introduktion</a>" + +#: products/photocrati_nextgen/modules/ngglegacy/nggallery.php:59 +msgid "" +"<strong>Translation by : </strong><a target=\"_blank\" href=\"https://www." +"imagely.com/wordpress-gallery-plugin/nextgen-pro/\">See here</a>" +msgstr "" +"<strong>Translation by : </strong><a target=\"_blank\" href=\"https://www." +"imagely.com/wordpress-gallery-plugin/nextgen-pro/\">Se her</a>" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:482 +msgid "[Maximize]" +msgstr "[Maksimer]" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:483 +msgid "[Minimize]" +msgstr "[Minimer]" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:481 +msgid "[Show all]" +msgstr "[Vis alle]" + +#: products/photocrati_nextgen/modules/nextgen_settings/module.nextgen_settings.php:97 +msgid "[Show slideshow]" +msgstr "[Vis diasshow]" + +#: products/photocrati_nextgen/modules/nextgen_settings/module.nextgen_settings.php:98 +msgid "[Show thumbnails]" +msgstr "[Vis miniaturer]" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:278 +msgid "A failure occurred" +msgstr "Der opstod en fejl" + +#: products/photocrati_nextgen/modules/imagify/package.module.imagify.php:54 +msgid "Activate Imagify" +msgstr "Aktivér Imagify" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:470 +msgid "Add" +msgstr "Tilføj" + +#: products/photocrati_nextgen/modules/attach_to_post/module.attach_to_post.php:269 +msgid "Add Gallery" +msgstr "Tilføj Galleri" + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/package.module.nextgen_addgallery_page.php:344 +#: +#: products/photocrati_nextgen/modules/attach_to_post/package.module.attach_to_post.php:499 +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:189 +msgid "Add Gallery / Images" +msgstr "Tilføj Galleri / Billeder" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/roles.php:40 +msgid "Add gallery / Upload images" +msgstr "Tilføj galleri / Upload billeder" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/package.module.nextgen_basic_gallery.php:394 +msgid "Add Hidden Images" +msgstr "Tilføj Skjulte billeder" + +#: products/photocrati_nextgen/modules/nextgen_other_options/package.module.nextgen_other_options.php:309 +msgid "Add MediaRSS link?" +msgstr "Tilføj MediaRSS link?" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:468 +msgid "Add new album" +msgstr "Tilføj nyt album" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:161 +#: +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:202 +msgid "Add new gallery" +msgid_plural "Manage Galleries" +msgstr[0] "Tilføj nyt galleri" +msgstr[1] "Administrer gallerier" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:257 +msgid "Add new tags" +msgstr "Tilføj nye tags" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/templates/manage_gallery/gallery_create_page_field.php:10 +msgid "Add page" +msgstr "Tilføj side" + +#: products/photocrati_nextgen/modules/widget/package.module.widget.php:69 +msgid "Add recent or random images from the galleries" +msgstr "Tilføj nyere eller tilfældige billeder fra gallerierne" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:402 +msgid "Add tags" +msgstr "Tilføj tags" + +#: products/photocrati_nextgen/modules/nextgen_other_options/package.module.nextgen_other_options.php:555 +msgid "Adjust Thumbnail Quality?" +msgstr "Juster miniaturekvalitet?" + +#: products/photocrati_nextgen/modules/nextgen_other_options/package.module.nextgen_other_options.php:148 +msgid "" +"After images are uploaded, they will be resized to the above dimensions and " +"quality" +msgstr "" +"NÃ¥r billederne er uploadet, vil de blive ændret til ovenstÃ¥ende mÃ¥l og " +"kvalitet" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:485 +msgid "" +"After you create and select a album, you can drag and drop a gallery or " +"another album into your new album below" +msgstr "" +"NÃ¥r du har oprettet og valgt et album, kan du trække og slippe et galleri " +"eller et andet album i dit nye album nedenfor" + +#: products/photocrati_nextgen/modules/ngglegacy/lib/rewrite.php:223 +msgid "Album" +msgstr "Album" + +#: products/photocrati_nextgen/modules/nextgen_xmlrpc/package.module.nextgen_xmlrpc.php:781 +msgid "Album creation failed." +msgstr "Albums oprettelse mislykkedes." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:226 +msgid "Album deleted" +msgstr "Album slettet" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:576 +msgid "Album description:" +msgstr "Albumbeskrivelse:" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:536 +msgid "Album ID" +msgstr "Album ID" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:570 +msgid "Album name:" +msgstr "Album navn:" + +#: products/photocrati_nextgen/modules/ngglegacy/lib/ngg-db.php:265 +#: products/photocrati_nextgen/modules/ngglegacy/lib/ngg-db.php:266 +msgid "Album overview" +msgstr "Albumoversigt" + +#: products/photocrati_nextgen/modules/attach_to_post/package.module.attach_to_post.php:137 +#, php-format +msgid "Album: %s" +msgstr "Album: %s" + +#: products/photocrati_nextgen/modules/attach_to_post/package.module.attach_to_post.php:363 +#: +#: products/photocrati_nextgen/modules/nextgen_gallery_display/package.module.nextgen_gallery_display.php:1879 +msgid "Albums" +msgstr "Albums" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:422 +msgid "Albums will link this gallery to the selected page" +msgstr "Albums linker dette galleri til den valgte side" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/publish.php:45 +msgid "Alignment" +msgstr "Justering" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:368 +msgid "All" +msgstr "Alle" + +#: products/photocrati_nextgen/modules/widget/templates/form_gallery.php:92 +msgid "All galleries" +msgstr "Alle gallerier" + +#: products/photocrati_nextgen/modules/widget/templates/form_slideshow.php:23 +msgid "All images" +msgstr "Alle billeder" + +#: products/photocrati_nextgen/modules/nextgen_other_options/templates/styling_tab.php:38 +#, php-format +msgid "All stylesheets must contain a <a href='#' onclick='%s'>file header</a>" +msgstr "" +"Alle stylesheets skal indeholde en <a href='#' onclick='%s'>filoverskrift</a>" + +#: nggallery.php:933 +#, php-format +msgid "" +"Allow %6$s to collect some usage data with %5$s to make the plugin even more " +"awesome. If you skip this, that's okay! %2$s will still work just fine." +msgstr "" +"Tillad %6$s at samle nogle brugsdata med %5$s for at gøre plugin endnu mere " +"fantastisk. Hvis du springer over det, er det okay! %2$s fungerer stadig " +"fint." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:98 +msgid "Allow users to change the roles for other blog authors." +msgstr "Tillad brugere at ændre rollerne til andre blogforfattere." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:92 +msgid "Allow users to choose a style for the gallery." +msgstr "Tillad brugere at vælge en stil til galleriet." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:86 +msgid "Allow users to import images folders from the server." +msgstr "Tillad brugere at importere billedmapper fra serveren." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:80 +msgid "Allow users to upload zip folders." +msgstr "Tillad brugere at uploade zip-mapper." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:336 +msgid "Allowed characters for file and folder names are" +msgstr "Tilladte tegn til fil- og mappenavne er" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:44 +msgid "Alphabetical" +msgstr "Alfabetisk" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:171 +msgid "Alt & Title Text / Description" +msgstr "Alt & Titel Tekst / Beskrivelse" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:647 +msgid "Alt & Title Text" +msgstr "Alt & Titel Tekst" + +#: products/photocrati_nextgen/modules/nextgen_other_options/package.module.nextgen_other_options.php:103 +msgid "Alt/Title Text" +msgstr "Alt/Titel Tekst" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:249 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-sort.php:107 +msgid "Alt/Title text" +msgstr "Alt/Titel Tekst" + +#: products/photocrati_nextgen/modules/nextgen_other_options/package.module.nextgen_other_options.php:666 +msgid "An absolute or relative (to the site document root) file system path" +msgstr "En absolut eller relativ (til websteds dokument root) filsystem sti" + +#: products/photocrati_nextgen/modules/nextgen_other_options/package.module.nextgen_other_options.php:668 +msgid "" +"An absolute or relative (to the site document root) file system path or an " +"HTTP url" +msgstr "" +"En absolut eller relativ (til websteds dokument root) filsystem sti eller en " +"HTTP url" + +#: products/photocrati_nextgen/modules/nextgen_admin/package.module.nextgen_admin.php:500 +msgid "An empty or 0 setting will make the gallery full width" +msgstr "En tom eller 0 indstilling gør galleriet fuld bredde" + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/package.module.nextgen_addgallery_page.php:154 +#: +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/package.module.nextgen_addgallery_page.php:246 +#: +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/package.module.nextgen_addgallery_page.php:268 +#: +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/package.module.nextgen_addgallery_page.php:319 +msgid "An unexpected error occured." +msgstr "Der opstod en uventet fejl." + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/package.module.nextgen_addgallery_page.php:42 +#: +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/templates/upload_images.php:235 +msgid "" +"An unexpected error occured. This is most likely due to a server " +"misconfiguration. Check your PHP error log or ask your hosting provider for " +"assistance." +msgstr "" +"Der opstod en uventet fejl. Dette skyldes højst sandsynligt en " +"fejlkonfiguration af serveren. Tjek din PHP-fejllog eller spørg din " +"hostingudbyder for at fÃ¥ hjælp." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:94 +msgid "and the thumbnails directory" +msgstr "og miniaturer biblioteket" + +#: products/photocrati_nextgen/modules/nextgen_data/package.module.nextgen_data.php:3057 +#: +#: products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser-exif.php:46 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:461 +msgid "Aperture" +msgstr "Blænden" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:406 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:199 +msgid "Apply" +msgstr "Anvend" + +#: products/photocrati_nextgen/modules/nextgen_other_options/package.module.nextgen_other_options.php:111 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-sort.php:109 +msgid "Ascending" +msgstr "Stigende" + +#: products/photocrati_nextgen/modules/attach_to_post/module.attach_to_post.php:471 +msgid "Attach NextGEN Gallery to Post" +msgstr "Vedhæft NextGEN Gallery til Indlæg" + +#: products/photocrati_nextgen/modules/nextgen_xmlrpc/package.module.nextgen_xmlrpc.php:76 +#: +#: products/photocrati_nextgen/modules/nextgen_xmlrpc/package.module.nextgen_xmlrpc.php:176 +msgid "Authentication Failed." +msgstr "Godkendelse mislykkedes." + +#: products/photocrati_nextgen/modules/nextgen_data/package.module.nextgen_data.php:3057 +#: +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:465 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:412 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:471 +msgid "Author" +msgstr "Forfatter" + +#: products/photocrati_nextgen/modules/nextgen_data/package.module.nextgen_data.php:3057 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:480 +msgid "Author Position" +msgstr "Forfatter Position" + +#: products/photocrati_nextgen/modules/nextgen_xmlrpc/package.module.nextgen_xmlrpc.php:168 +msgid "Authorization Failed." +msgstr "Tilladelse mislykkedes." + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/package.module.nextgen_addgallery_page.php:134 +#, php-format +msgid "Automatic image resizing failed [%1$s]." +msgstr "Automatisk billed størrelses ændring mislykkedes [%1$s]." + +#: products/photocrati_nextgen/modules/nextgen_other_options/package.module.nextgen_other_options.php:148 +msgid "Automatically resize images after upload" +msgstr "Ændre størrelsen automatisk efter upload" + +#: products/photocrati_nextgen/modules/nextgen_admin/package.module.nextgen_admin.php:504 +msgid "Average" +msgstr "Gennemsnit" + +#: products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser-caption.php:26 +#: products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser.php:26 +#: products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser-exif.php:30 +#: products/photocrati_nextgen/modules/nextgen_basic_imagebrowser/templates/nextgen_basic_imagebrowser.php:41 +msgid "Back" +msgstr "Tilbage" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-sort.php:98 +msgid "Back to gallery" +msgstr "Tilbage til galleriet" + +#: products/photocrati_nextgen/modules/nextgen_other_options/package.module.nextgen_other_options.php:148 +msgid "Backup the original images?" +msgstr "Backup de originale billeder?" + +#: products/photocrati_nextgen/modules/nextgen_basic_singlepic/package.module.nextgen_basic_singlepic.php:187 +msgid "Blank" +msgstr "Blank" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:224 +msgid "" +"Brian is a professional photographer, author, and educator. He fuses " +"landscape & travel photography with experiential storytelling and practical " +"instructing to help others grow creatively. He is also a Sony Artisan of " +"Imagery, a Zeiss Lens Ambassador, a Formatt-Hitech Featured Photographer, " +"and a member of G-Technology’s G-Team." +msgstr "" +"Brian er en professionel fotograf, forfatter og lærer. Han sikrer landskabs- " +"og rejsefotografering med erfaringshistorie og praktisk instruktion til at " +"hjælpe andre med at vokse kreativt. Han er ogsÃ¥ en Sony Artisan of Imagery, " +"en Zeiss Lens Ambassador, en Formatt-Hitech Featured Photographer og et " +"medlem af G-Technology's G-Team." + +#: products/photocrati_nextgen/modules/nextgen_gallery_display/package.module.nextgen_gallery_display.php:2394 +msgid "Browse images without reloading the page." +msgstr "Gennemse billeder uden at genindlæse siden." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:391 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:191 +msgid "Bulk actions" +msgstr "Massehandlinger" + +#: products/photocrati_nextgen/modules/nextgen_data/package.module.nextgen_data.php:3057 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:463 +msgid "Camera" +msgstr "Kamera" + +#: products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser-exif.php:42 +msgid "Camera / Type" +msgstr "Kamera / Type" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:626 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:483 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:519 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:548 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:579 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:344 +#: +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:373 +#: +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:404 +msgid "Cancel" +msgstr "Annuller" + +#: products/photocrati_nextgen/modules/nextgen_data/package.module.nextgen_data.php:3057 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:464 +msgid "Caption" +msgstr "Billedtekst" + +#: products/photocrati_nextgen/modules/nextgen_other_options/package.module.nextgen_other_options.php:118 +msgid "Categories" +msgstr "Kategorier" + +#: products/photocrati_nextgen/modules/nextgen_data/package.module.nextgen_data.php:3057 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:476 +msgid "Category" +msgstr "Kategori" + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/templates/import_folder.php:11 +msgid "" +"Caution: If you keep images in the original folder and later delete the " +"gallery, the images in that folder might be deleted depending on your " +"settings." +msgstr "" +"Forsigtig: Hvis du holder billeder i den oprindelige mappe og senere sletter " +"galleriet, kan billederne i den pÃ¥gældende mappe blive slettet afhængigt af " +"dine indstillinger." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/publish.php:51 +msgid "Center" +msgstr "Center" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/package.module.nextgen_basic_gallery.php:317 +msgid "" +"Certain themes may allow images to flow over their container if this setting " +"is too large" +msgstr "" +"Visse temaer kan tillade billeder at strømme over deres beholder, hvis denne " +"indstilling er for stor" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/roles.php:64 +msgid "Change options" +msgstr "Skift indstillinger" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/roles.php:60 +msgid "Change style" +msgstr "Skift stil" + +#: products/photocrati_nextgen/modules/nextgen_other_options/package.module.nextgen_other_options.php:467 +msgid "Changes you make to the contents will be saved to" +msgstr "Ændringer du foretager til indholdet gemmes til" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:615 +msgid "Cheatin’ uh?" +msgstr "Snyder du?" + +#: products/photocrati_nextgen/modules/nextgen_data/package.module.nextgen_data.php:4141 +msgid "Check memory limit" +msgstr "Kontroller hukommelsesgrænse" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:56 +msgid "Check this link, if you didn't know how to set the permission :" +msgstr "" +"Tjek dette link, hvis du ikke vidste, hvordan du indstiller tilladelsen:" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:119 +msgid "Choose the default style for the galleries." +msgstr "Vælg standardstil for gallerierne." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:229 +msgid "" +"Christine famously coined the term WordPress. She is an author, speaker, " +"business coach, and story strategist who specializes in helping creatives " +"celebrate their story online through blogging and social media. When not " +"offering actionable know-how to businesses, she can be found taking long " +"road trips across North America in her Mini Cooper." +msgstr "" +"Christine skabte det berømt ord WordPress. Hun er en forfatter, højttaler, " +"business coach og historie strateg, der specialiserer sig i at hjælpe " +"reklamer fejre deres historie online gennem blogging og sociale medier. NÃ¥r " +"hun ikke tilbyder handlingsmæssig knowhow til virksomheder, kan hun blive " +"fundet ved at tage lange vejture i hele Nordamerika i sin Mini Cooper." + +#: products/photocrati_nextgen/modules/nextgen_data/package.module.nextgen_data.php:3057 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:481 +msgid "City" +msgstr "By" + +#: products/photocrati_nextgen/modules/nextgen_admin/package.module.nextgen_admin.php:769 +msgid "Clear" +msgstr "Ryd" + +#: products/photocrati_nextgen/modules/nextgen_other_options/package.module.nextgen_other_options.php:309 +msgid "Clear image cache" +msgstr "Ryd billede cache" + +#: products/photocrati_nextgen/modules/nextgen_admin/module.nextgen_admin.php:326 +msgid "Click \"Add New\" to create a new page." +msgstr "Klik pÃ¥ \"Tilføj ny\" for at oprette en ny side." + +#: products/photocrati_nextgen/modules/nextgen_admin/module.nextgen_admin.php:322 +msgid "Click on \"Pages\" to access your WordPress pages." +msgstr "Klik pÃ¥ \"Sider\" for at fÃ¥ adgang til dine WordPress-sider." + +#: products/photocrati_nextgen/modules/nextgen_admin/module.nextgen_admin.php:297 +msgid "" +"Click on the \"Add Gallery / Images\" menu to create new galleries with " +"images." +msgstr "" +"Klik pÃ¥ menuen \"Tilføj galleri / billeder\" for at oprette nye gallerier " +"med billeder." + +#: products/photocrati_nextgen/modules/nextgen_admin/module.nextgen_admin.php:371 +msgid "" +"Click on the \"NextGEN Basic Slideshow\" radio button to select the display " +"type for the gallery." +msgstr "" +"Klik pÃ¥ knappen \"NextGEN Basic Diasshow\" for at vælge displaytypen for " +"galleriet." + +#: products/photocrati_nextgen/modules/nextgen_admin/module.nextgen_admin.php:293 +msgid "Click on the Gallery menu to access NextGEN's functionality." +msgstr "Klik pÃ¥ Galleri-menuen for at fÃ¥ adgang til NextGENs funktionalitet." + +#: products/photocrati_nextgen/modules/lightbox/package.module.lightbox.php:65 +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:299 +msgid "Click to Close" +msgstr "Klik for at lukke" + +#: products/photocrati_nextgen/modules/attach_to_post/module.attach_to_post.php:392 +#: +#: products/photocrati_nextgen/modules/attach_to_post/package.module.attach_to_post.php:470 +msgid "Click to edit" +msgstr "Klik for at redigere" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:303 +msgid "CLICK TO LEARN MORE:" +msgstr "Klik for yderligere info:" + +#: products/photocrati_nextgen/modules/attach_to_post/module.attach_to_post.php:393 +msgid "Click to remove" +msgstr "Klik for at fjerne" + +#: products/photocrati_nextgen/modules/lightbox/package.module.lightbox.php:73 +#: products/photocrati_nextgen/modules/lightbox/package.module.lightbox.php:81 +msgid "Close" +msgstr "Luk" + +#: products/photocrati_nextgen/modules/nextgen_other_options/package.module.nextgen_other_options.php:26 +msgid "Code" +msgstr "Kode" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:211 +msgid "" +"Colby is a photographer, photo educator, and author specializing in " +"landscape, travel and humanitarian photography. With an audience reaching " +"millions, Colby partners on social influencer marketing campaigns with some " +"of the biggest companies and destinations in the world, including Sony, " +"Samsung, Toshiba, Iceland Naturally, Jordan Tourism Board, Australia.com, " +"Visit California and more." +msgstr "" +"Colby er fotograf, fotopædagog og forfatter med speciale i landskabs-, rejse-" +" og humanitær fotografering. Med et publikum, der nÃ¥r millioner, samarbejder " +"Colby med sociale indflydende marketingkampagner med nogle af de største " +"virksomheder og destinationer i verden, herunder Sony, Samsung, Toshiba, " +"Island Naturally, Jordan Tourism Board, Australia.com, Visit California og " +"meget mere." + +#: products/photocrati_nextgen/modules/nextgen_other_options/package.module.nextgen_other_options.php:309 +msgid "" +"Completely clear the NextGEN cache of all image modifications?\n" +"\n" +"Choose [Cancel] to Stop, [OK] to proceed." +msgstr "" +"Ryd NextGEN-cachen fuldstændigt for alle billedændringer?\n" +"\n" +"Vælg [Annuller] for Stop, [OK] for at fortsætte." + +#: products/photocrati_nextgen/modules/nextgen_admin/module.nextgen_admin.php:316 +msgid "Congratulations! You just created your first gallery." +msgstr "Tillykke! Du har lige lavet dit første galleri." + +#: products/photocrati_nextgen/modules/nextgen_admin/module.nextgen_admin.php:364 +msgid "" +"Congratulations! You just created your first gallery. Now let's insert it " +"into the page. Click the \"Display Galleries\" tab." +msgstr "" +"Tillykke! Du har lige lavet dit første galleri. Lad os nu indsætte den i " +"siden. Klik pÃ¥ fanen \"Vis gallerier\"." + +#: products/photocrati_nextgen/modules/nextgen_admin/module.nextgen_admin.php:404 +msgid "" +"Congratulations! You just created your first gallery. You can now click the " +"\"Publish\" button on the right to publish your page." +msgstr "" +"Tillykke! Du har lige lavet dit første galleri. Du kan nu klikke pÃ¥ knappen " +"\"Publicer\" til højre for at offentliggøre din side." + +#: products/photocrati_nextgen/modules/nextgen_data/package.module.nextgen_data.php:3057 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:490 +msgid "Contact" +msgstr "Kontakt" + +#: products/photocrati_nextgen/modules/ngglegacy/nggallery.php:293 +msgid "Contribute" +msgstr "Bidrag" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:396 +msgid "Contribute development" +msgstr "Bidrager til udviklingen" + +#: products/photocrati_nextgen/modules/nextgen_data/package.module.nextgen_data.php:3895 +#, php-format +msgid "Copied %1$s picture(s) to gallery %2$s ." +msgstr "Kopierede %1$s billede (r) til galleri %2$s." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:249 +msgid "Copy image to..." +msgstr "Kopier billede til ..." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:400 +msgid "Copy to..." +msgstr "Kopier til..." + +#: products/photocrati_nextgen/modules/nextgen_data/package.module.nextgen_data.php:3057 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:466 +msgid "Copyright" +msgstr "Ophavsret" + +#: products/photocrati_nextgen/modules/nextgen_data/package.module.nextgen_data.php:3057 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:489 +msgid "Copyright Notice" +msgstr "" +"Ophavsret Varsel\n" + +#: products/photocrati_nextgen/modules/nextgen_xmlrpc/package.module.nextgen_xmlrpc.php:725 +#, php-format +msgid "Could not access file system for gallery (%1$s)." +msgstr "Kunne ikke fÃ¥ adgang til filsystemet til galleri (%1$s)." + +#: products/photocrati_nextgen/modules/nextgen_xmlrpc/package.module.nextgen_xmlrpc.php:71 +msgid "Could not connect to FTP to determine path." +msgstr "Kunne ikke oprette forbindelse til FTP for at bestemme stien." + +#: products/photocrati_nextgen/modules/nextgen_xmlrpc/package.module.nextgen_xmlrpc.php:657 +#, php-format +msgid "Could not delete image file(s) from disk (%1$s)." +msgstr "Kunne ikke slette billedfilerne fra disken (%1$s)." + +#: products/photocrati_nextgen/modules/nextgen_xmlrpc/package.module.nextgen_xmlrpc.php:68 +msgid "Could not determine FTP path." +msgstr "Kunne ikke bestemme FTP-stien." + +#: products/photocrati_nextgen/modules/nextgen_xmlrpc/package.module.nextgen_xmlrpc.php:842 +#, php-format +msgid "Could not find album (%1$s)." +msgstr "Kunne ikke finde album (%1$s)." + +#: products/photocrati_nextgen/modules/nextgen_xmlrpc/package.module.nextgen_xmlrpc.php:737 +#, php-format +msgid "Could not find gallery (%1$s)." +msgstr "Kunne ikke finde galleri (%1$s)." + +#: products/photocrati_nextgen/modules/nextgen_xmlrpc/package.module.nextgen_xmlrpc.php:698 +#, php-format +msgid "Could not find image file for image (%1$s)." +msgstr "Kunne ikke finde billedfilen for billede (%1$s)." + +#: products/photocrati_nextgen/modules/nextgen_xmlrpc/package.module.nextgen_xmlrpc.php:669 +#, php-format +msgid "Could not remove image because image was not found (%1$s)." +msgstr "Kunne ikke fjerne billedet, fordi billedet ikke blev fundet (%1$s)." + +#: products/photocrati_nextgen/modules/nextgen_xmlrpc/package.module.nextgen_xmlrpc.php:661 +#, php-format +msgid "Could not remove image from gallery (%1$s)." +msgstr "Kunne ikke fjerne billede fra galleri (%1$s)." + +#: products/photocrati_nextgen/modules/nextgen_data/package.module.nextgen_data.php:3057 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:485 +msgid "Country" +msgstr "Land" + +#: products/photocrati_nextgen/modules/nextgen_data/package.module.nextgen_data.php:3057 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:484 +msgid "Country code" +msgstr "Land kode" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:334 +msgid "Create a new , empty gallery below the folder" +msgstr "Opret et nyt, tomt galleri under mappen" + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/templates/upload_images.php:4 +#: +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/templates/import_media_library.php:5 +msgid "Create a new gallery" +msgstr "Opret et nyt galleri" + +#: products/photocrati_nextgen/modules/nextgen_data/package.module.nextgen_data.php:4143 +#, php-format +msgid "Create Image failed. %1$s" +msgstr "Opret billede mislykkedes. %1$s" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:433 +msgid "Create new page:" +msgstr "Opret ny side:" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:273 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:393 +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:665 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:118 +#: +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:194 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:657 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:735 +msgid "Create new thumbnails" +msgstr "Opret nye miniaturebilleder" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:891 +msgid "created" +msgstr "oprettede den" + +#: products/photocrati_nextgen/modules/nextgen_data/package.module.nextgen_data.php:3057 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:462 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:487 +msgid "Credit" +msgstr "Kredit" + +#: products/photocrati_nextgen/modules/nextgen_basic_singlepic/package.module.nextgen_basic_singlepic.php:203 +msgid "Crop thumbnail" +msgstr "Beskær miniaturebillede" + +#: products/photocrati_nextgen/modules/nextgen_admin/package.module.nextgen_admin.php:769 +msgid "Current Color" +msgstr "Nuværende farve" + +#: products/photocrati_nextgen/modules/nextgen_other_options/package.module.nextgen_other_options.php:103 +#: +#: products/photocrati_nextgen/modules/lightbox/package.module.lightbox.php:87 +#: products/photocrati_nextgen/modules/ngglegacy/admin/thumbnails-template.php:76 +msgid "Custom" +msgstr "Brugerdefinerede" + +#: products/photocrati_nextgen/modules/attach_to_post/package.module.attach_to_post.php:641 +msgid "Customize the display settings" +msgstr "Tilpas displayindstillingerne" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:320 +msgid "Customize thumbnail" +msgstr "Tilpas miniaturen" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:622 +msgid "Database error. Could not add gallery!" +msgstr "Database fejl. Kunne ikke tilføje galleri!" + +#: products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser-exif.php:58 +msgid "Date / Time" +msgstr "Dato / tid" + +#: products/photocrati_nextgen/modules/nextgen_data/package.module.nextgen_data.php:3057 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:478 +msgid "Date Created" +msgstr "Dato oprettet" + +#: products/photocrati_nextgen/modules/nextgen_data/package.module.nextgen_data.php:3057 +#: +#: products/photocrati_nextgen/modules/nextgen_other_options/package.module.nextgen_other_options.php:103 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-sort.php:108 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:465 +msgid "Date/Time" +msgstr "Dato/tid" + +#: products/photocrati_nextgen/modules/nextgen_basic_templates/package.module.nextgen_basic_templates.php:46 +#: +#: products/photocrati_nextgen/modules/nextgen_admin/package.module.nextgen_admin.php:769 +msgid "Default" +msgstr "Standard" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:102 +msgid "Default style" +msgstr "Standard stil" + +#: products/photocrati_nextgen/modules/nextgen_gallery_display/package.module.nextgen_gallery_display.php:2468 +msgid "Default Template" +msgstr "Standardskabelon" + +#: products/photocrati_nextgen/modules/nextgen_other_options/package.module.nextgen_other_options.php:555 +msgid "Default thumbnail dimensions:" +msgstr "Standard miniature dimensioner:" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:226 +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:464 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:192 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:364 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:366 +msgid "Delete" +msgstr "Slet" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:464 +msgid "Delete album ?" +msgstr "Slet album?" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:363 +msgid "Delete image" +msgstr "Slet billede" + +#: products/photocrati_nextgen/modules/nextgen_other_options/package.module.nextgen_other_options.php:148 +msgid "Delete Image Files?" +msgstr "Slet billedfiler?" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:396 +msgid "Delete images" +msgstr "Slet billeder" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:210 +msgid "Delete Tag" +msgstr "Slet tag" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:261 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:403 +msgid "Delete tags" +msgstr "Slet tags" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:91 +msgid "deleted successfully" +msgstr "slettet korrekt" + +#: products/photocrati_nextgen/modules/nextgen_other_options/package.module.nextgen_other_options.php:111 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-sort.php:110 +msgid "Descending" +msgstr "Aftagende" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:253 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:647 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:464 +msgid "Description" +msgstr "Beskrivelse" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:400 +msgid "Description:" +msgstr "Beskrivelse:" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:55 +msgid "didn't exist. Please create first the main gallery folder " +msgstr "eksisterede ikke. Opret venligst først hovedgalleriets mappe" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:55 +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:83 +msgid "Directory" +msgstr "Katalog" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:606 +#, php-format +msgid "Directory <strong>%s</strong> contains no pictures" +msgstr "Kataloget <strong>%s </ strong> indeholder ingen billeder" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:598 +#, php-format +msgid "Directory <strong>%s</strong> doesn`t exist!" +msgstr "Kataloget <strong>%s </ strong> eksisterer ikke!" + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/package.module.nextgen_addgallery_page.php:207 +msgid "Directory does not exist." +msgstr "Kataloget eksisterer ikke." + +#: products/photocrati_nextgen/modules/nextgen_basic_album/package.module.nextgen_basic_album.php:859 +msgid "Display descriptions" +msgstr "Vis beskrivelser" + +#: products/photocrati_nextgen/modules/attach_to_post/package.module.attach_to_post.php:496 +msgid "Display Galleries" +msgstr "Vis gallerier" + +#: products/photocrati_nextgen/modules/nextgen_basic_album/package.module.nextgen_basic_album.php:843 +msgid "Display galleries as" +msgstr "Vis gallerier som" + +#: products/photocrati_nextgen/modules/nextgen_other_options/package.module.nextgen_other_options.php:309 +msgid "Display galleries in feeds" +msgstr "Vis gallerier i feeds" + +#: products/photocrati_nextgen/modules/nextgen_basic_singlepic/package.module.nextgen_basic_singlepic.php:199 +msgid "Display reflection" +msgstr "Vis refleksion" + +#: products/photocrati_nextgen/modules/nextgen_basic_tagcloud/package.module.nextgen_basic_tagcloud.php:117 +msgid "Display type" +msgstr "Vis type" + +#: products/photocrati_nextgen/modules/nextgen_basic_singlepic/package.module.nextgen_basic_singlepic.php:195 +msgid "Display watermark" +msgstr "Vis vandmærke" + +#: products/photocrati_nextgen/modules/attach_to_post/package.module.attach_to_post.php:186 +msgid "Displayed gallery does not exist" +msgstr "Vist galleri findes ikke" + +#: products/photocrati_nextgen/modules/nextgen_admin/module.nextgen_admin.php:284 +msgid "Do you need help with NextGEN?" +msgstr "Har du brug for hjælp til NextGEN?" + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/templates/import_folder.php:69 +#, php-format +msgid "" +"Done! Successfully imported {count} images. <a href=\"%s\" target=\"_blank\">" +"Manage gallery</a>" +msgstr "" +"Færdig! {count} billeder er blevet importeret succesfuldt. <a href=\"%s\" " +"target=\"_blank\"> Administrer galleri </a>" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:397 +msgid "Download latest version" +msgstr "Hent seneste version" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/publish.php:60 +msgid "Draft" +msgstr "Udkast" + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/templates/upload_images.php:118 +msgid "Drag image and ZIP files here or click <strong>Add Files</strong>" +msgstr "" +"Træk billede og ZIP-filer her, eller klik pÃ¥ <strong> Tilføj filer </strong>" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:252 +msgid "Edit" +msgstr "Redigere" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:427 +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:461 +#: products/photocrati_nextgen/modules/ngglegacy/admin/roles.php:56 +msgid "Edit Album" +msgstr "Rediger album" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:670 +msgid "Edit gallery" +msgstr "Rediger galleri" + +#: products/photocrati_nextgen/modules/nextgen_data/package.module.nextgen_data.php:3057 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:475 +msgid "Edit Status" +msgstr "Rediger status" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:232 +msgid "Edit Tag Slug" +msgstr "Rediger Tag Slug" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:321 +msgid "Edit thumb" +msgstr "Rediger thumb" + +#: products/photocrati_nextgen/modules/nextgen_gallery_display/package.module.nextgen_gallery_display.php:2394 +msgid "Enable AJAX pagination" +msgstr "Aktivér AJAX sidenavgation" + +#: products/photocrati_nextgen/modules/nextgen_basic_album/package.module.nextgen_basic_album.php:855 +msgid "Enable breadcrumbs" +msgstr "Aktivér brødkrummer" + +#: products/photocrati_nextgen/modules/nextgen_other_options/package.module.nextgen_other_options.php:467 +msgid "Enable custom CSS" +msgstr "Aktivér brugerdefineret CSS" + +#: products/photocrati_nextgen/modules/widget/templates/form_gallery.php:62 +msgid "Enable IE8 Web Slices" +msgstr "Aktivér IE8 Web Slices" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:84 +msgid "Enable import function" +msgstr "Aktivér importfunktion" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:96 +msgid "Enable roles/capabilities" +msgstr "Aktivér roller / evner" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:90 +msgid "Enable style selection" +msgstr "Aktivér stilvalg" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:72 +msgid "Enable upload quota check" +msgstr "Aktivér upload kvotekontrol" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:78 +msgid "Enable zip upload option" +msgstr "Aktivér zip upload mulighed" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:218 +msgid "" +"Enter the name of the tag to delete. This tag will be removed from all " +"posts." +msgstr "" +"Indtast navnet pÃ¥ det tag, der skal slettes. Dette tag fjernes fra alle " +"indlæg." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/publish.php:37 +msgid "Enter the post title " +msgstr "Indtast indlægs titel" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:240 +msgid "" +"Enter the tag name to edit and its new slug. This will be used in tagcloud " +"links. <a href=\"http://codex.wordpress.org/Glossary#Slug\" " +"target=\"_blank\">Slug definition</a>" +msgstr "" +"Indtast tagnavnet for at redigere og dets nye slug. Dette vil blive brugt i " +"tagcloud links. <a href=\"http://codex.wordpress.org/Glossary#Slug\" " +"target=\"_blank\"> Slug definition </a>" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:192 +msgid "" +"Enter the tag to rename and its new value. You can use this feature to " +"merge tags too. Click \"Rename\" and all posts which use this tag will be " +"updated." +msgstr "" +"Indtast mærket for at omdøbe og dets nye værdi. Du kan ogsÃ¥ bruge denne " +"funktion til at fusionere tags. Klik pÃ¥ \"Omdøb\" og alle indlæg, der bruger " +"dette tag, vil blive opdateret." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:477 +msgid "Enter the tags" +msgstr "Indtast tags" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/rotate.php:70 +msgid "Error rotating thumbnail" +msgstr "Fejl ved roterende miniaturebillede" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/edit-thumbnail.php:146 +msgid "Error updating thumbnail" +msgstr "Fejl ved opdatering af miniaturebillede" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:356 +msgid "Error while applying watermark to image." +msgstr "Fejl under anvendelse af vandmærke til billede." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:187 +msgid "Error while creating thumbnail." +msgstr "Fejl under oprettelse af miniaturebillede." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:240 +msgid "Error while resizing image." +msgstr "Fejl under ændring af billede." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:322 +msgid "Error while rotating image." +msgstr "Fejl under roterende billede." + +#: products/photocrati_nextgen/modules/ngglegacy/lib/tags.php:146 +msgid "Error. Not enough tags provided to rename or merge." +msgstr "" +"Fejl. Der er ikke nok tags til rÃ¥dighed for at omdøbe eller slÃ¥ sammen." + +#: nggallery.php:520 +#, php-format +msgid "Every %d seconds" +msgstr "Hver %d sekunder" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:214 +msgid "Exclude ?" +msgstr "Udeluk?" + +#: products/photocrati_nextgen/modules/attach_to_post/package.module.attach_to_post.php:363 +msgid "Exclude?" +msgstr "Udeluk?" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/showmeta.php:58 +msgid "EXIF Data" +msgstr "EXIF-data" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:111 +msgid "Existing Tags" +msgstr "Eksisterende tags" + +#: products/photocrati_nextgen/modules/nextgen_data/package.module.nextgen_data.php:3826 +#, php-format +msgid "Failed to copy database row for picture %s" +msgstr "Kunne ikke kopiere databasen rækker for billede %s" + +#: products/photocrati_nextgen/modules/nextgen_data/package.module.nextgen_data.php:3868 +#, php-format +msgid "Failed to copy image %1$s to %2$s" +msgstr "Kunne ikke kopiere billede %1$s til %2$s" + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/package.module.nextgen_addgallery_page.php:124 +msgid "Failed to extract images from ZIP" +msgstr "Kunne ikke hente billeder fra ZIP" + +#: products/photocrati_nextgen/modules/nextgen_data/package.module.nextgen_data.php:3840 +#, php-format +msgid "Failed to get image path for %s" +msgstr "Kunne ikke fÃ¥ billedsti til %s" + +#: products/photocrati_nextgen/modules/nextgen_xmlrpc/package.module.nextgen_xmlrpc.php:793 +#, php-format +msgid "Failed to remove album (%1$s)." +msgstr "Kunne ikke fjerne album (%1$s)." + +#: products/photocrati_nextgen/modules/nextgen_xmlrpc/package.module.nextgen_xmlrpc.php:597 +#, php-format +msgid "Failed to remove gallery (%1$s)." +msgstr "Kunne ikke fjerne galleri (%1$s)." + +#: products/photocrati_nextgen/modules/nextgen_xmlrpc/package.module.nextgen_xmlrpc.php:837 +#, php-format +msgid "Failed to save modified album (%1$s)." +msgstr "Kunne ikke gemme ændret album (%1$s)." + +#: products/photocrati_nextgen/modules/lightbox/package.module.lightbox.php:54 +msgid "Fancybox" +msgstr "Fancybox" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:393 +msgid "FAQ" +msgstr "Ofte stillede spørgsmÃ¥l" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:394 +msgid "Feature request" +msgstr "Funktionsanmodning" + +#: products/photocrati_nextgen/modules/nextgen_other_options/package.module.nextgen_other_options.php:467 +msgid "File Content:" +msgstr "Filindhold:" + +#: products/photocrati_nextgen/modules/nextgen_other_options/package.module.nextgen_other_options.php:103 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:646 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:166 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-sort.php:106 +msgid "Filename" +msgstr "Filnavn" + +#: products/photocrati_nextgen/modules/nextgen_data/package.module.nextgen_data.php:2781 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:146 +msgid "Fired" +msgstr "Fyret" + +#: products/photocrati_nextgen/modules/nextgen_admin/package.module.nextgen_admin.php:504 +msgid "First Image" +msgstr "Første billede" + +#: products/photocrati_nextgen/modules/lightbox/package.module.lightbox.php:73 +msgid "Fit to Screen" +msgstr "Tilpas til skærm" + +#: products/photocrati_nextgen/modules/nextgen_data/package.module.nextgen_data.php:3057 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:496 +msgid "Flash" +msgstr "Blitz" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/rotate.php:96 +msgid "Flip horizontally" +msgstr "Flip vandret" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/rotate.php:95 +msgid "Flip vertically" +msgstr "Flip lodret" + +#: products/photocrati_nextgen/modules/nextgen_basic_singlepic/package.module.nextgen_basic_singlepic.php:207 +msgid "Float" +msgstr "Float" + +#: products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser-exif.php:50 +#, fuzzy +msgid "Focal Length" +msgstr "brændvidde" + +#: products/photocrati_nextgen/modules/nextgen_data/package.module.nextgen_data.php:3057 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:467 +#, fuzzy +msgid "Focal length" +msgstr "brændvidde" + +#: products/photocrati_nextgen/modules/nextgen_other_options/package.module.nextgen_other_options.php:680 +msgid "Font Color:" +msgstr "Skrift farve:" + +#: products/photocrati_nextgen/modules/nextgen_other_options/package.module.nextgen_other_options.php:680 +msgid "Font Family:" +msgstr "Skrift familie" + +#: products/photocrati_nextgen/modules/nextgen_other_options/package.module.nextgen_other_options.php:680 +msgid "Font Size:" +msgstr "Skriftstørrelse:" + +#: products/photocrati_nextgen/modules/nextgen_data/package.module.nextgen_data.php:3057 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:493 +msgid "Format" +msgstr "Format" + +#: products/photocrati_nextgen/modules/lightbox/package.module.lightbox.php:73 +msgid "Full Size" +msgstr "Fuld størrelse" + +#: products/photocrati_nextgen/modules/attach_to_post/package.module.attach_to_post.php:363 +#: +#: products/photocrati_nextgen/modules/nextgen_gallery_display/package.module.nextgen_gallery_display.php:1872 +msgid "Galleries" +msgstr "Gallerier" + +#: products/photocrati_nextgen/modules/nextgen_basic_album/package.module.nextgen_basic_album.php:843 +msgid "Galleries per page" +msgstr "Gallerier pr. Side" + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/templates/upload_images.php:2 +#: +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/templates/import_media_library.php:3 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:322 +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:155 +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:155 +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:168 +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:168 +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:374 +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:431 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:463 +#: products/photocrati_nextgen/modules/ngglegacy/lib/rewrite.php:217 +#: products/photocrati_nextgen/modules/ngglegacy/lib/rewrite.php:226 +msgid "Gallery" +msgstr "Galleri" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:629 +#, php-format +msgid "Gallery <strong>%s</strong> successfully created!" +msgid_plural "Galleries <strong>%s</strong> successfully created!" +msgstr[0] "Galleri <strong>%s</strong> blev oprettet!" +msgstr[1] "Gallerier <strong>%s</strong> blev oprettet!" + +#: products/photocrati_nextgen/modules/nextgen_xmlrpc/package.module.nextgen_xmlrpc.php:582 +#, php-format +msgid "Gallery creation failed for \"%1$s\"%2$s." +msgstr "Gallery oprettelse mislykkedes for \"%1$s\"%2$s." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:604 +msgid "Gallery deleted successfully " +msgstr "Galleriet er slettet korrekt" + +#: products/photocrati_nextgen/modules/widget/templates/form_gallery.php:107 +msgid "Gallery ID" +msgstr "Galleri-id" + +#: products/photocrati_nextgen/modules/widget/templates/form_gallery.php:114 +msgid "Gallery IDs, separated by commas." +msgstr "Galleri-id'er, adskilt af kommaer." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:41 +msgid "Gallery not found." +msgstr "Galleri blev ikke fundet." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:65 +msgid "Gallery path" +msgstr "Galleri sti" + +#: products/photocrati_nextgen/modules/nextgen_other_options/package.module.nextgen_other_options.php:145 +msgid "Gallery path does not exist and could not be created" +msgstr "Galleri sti findes ikke og kunne ikke oprettes" + +#: products/photocrati_nextgen/modules/nextgen_data/package.module.nextgen_data.php:293 +#: +#: products/photocrati_nextgen/modules/nextgen_other_options/package.module.nextgen_other_options.php:164 +#: products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:36 +#, php-format +msgid "Gallery path must be located in %s" +msgstr "Galleri sti skal være placeret i %s" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:406 +msgid "Gallery path:" +msgstr "Galleri sti:" + +#: products/photocrati_nextgen/modules/nextgen_gallery_display/module.nextgen_gallery_display.php:374 +#: +#: products/photocrati_nextgen/modules/nextgen_gallery_display/module.nextgen_gallery_display.php:447 +#: +#: products/photocrati_nextgen/modules/nextgen_gallery_display/package.module.nextgen_gallery_display.php:20 +msgid "Gallery Settings" +msgstr "Galleriindstillinger" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:338 +msgid "Gallery settings" +msgstr "Galleri indstillinger" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:121 +#, php-format +msgid "" +"Gallery successfully created. <a href=\"%s\" target=\"_blank\">Manage " +"gallery</a>" +msgstr "" +"Galleri blev oprettet. <a href=\"%s\" target=\"_blank\"> Administrer galleri " +"</a>" + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/templates/upload_images.php:9 +#: +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/templates/import_media_library.php:10 +msgid "Gallery title" +msgstr "Gallerititel" + +#: products/photocrati_nextgen/modules/nextgen_admin/package.module.nextgen_admin.php:500 +msgid "Gallery width" +msgstr "Galleri bredde" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:172 +msgid "Gallery Wizard." +msgstr "Galleri Wizard." + +#: products/photocrati_nextgen/modules/attach_to_post/package.module.attach_to_post.php:139 +#, php-format +msgid "Gallery: %s" +msgstr "Galleri: %s" + +#: products/photocrati_nextgen/modules/ngglegacy/nggallery.php:292 +msgid "Get help" +msgstr "FÃ¥ hjælp" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:386 +msgid "Get help with NextGEN Gallery" +msgstr "FÃ¥ hjælp til NextGEN Gallery" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:291 +msgid "Get NextGEN Pro Now" +msgstr "FÃ¥ NextGEN Pro nu" + +#: products/photocrati_nextgen/modules/nextgen_pro_upgrade/package.module.nextgen_pro_upgrade.php:56 +msgid "Get Premium Extensions" +msgstr "FÃ¥ Premium-udvidelser" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:395 +msgid "Get your language pack" +msgstr "Hent din sprogpakke" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:119 +msgid "Go" +msgstr "Videre" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:290 +msgid "" +"Gorgeous new gallery displays, image protection, full screen lightbox, " +"commenting and social sharing for individual images, proofing, ecommerce, " +"digital downloads, and more." +msgstr "" +"Dejligt nyt galleri viser, billedbeskyttelse, fuld skærm lysboks, " +"kommentering og social deling til individuelle billeder, proofing, e-handel, " +"digitale downloads og meget mere." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:373 +msgid "Graphic Library" +msgstr "Grafisk bibliotek" + +#: products/photocrati_nextgen/modules/nextgen_other_options/package.module.nextgen_other_options.php:148 +msgid "Heading for related images" +msgstr "Overskrift til relaterede billeder" + +#: products/photocrati_nextgen/modules/nextgen_data/package.module.nextgen_data.php:3057 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:486 +msgid "Headline" +msgstr "Overskrift" + +#: products/photocrati_nextgen/modules/widget/templates/form_slideshow.php:53 +msgid "Height" +msgstr "Højde" + +#: products/photocrati_nextgen/modules/nextgen_other_options/package.module.nextgen_other_options.php:148 +msgid "Height:" +msgstr "Højde:" + +#: products/photocrati_nextgen/modules/nextgen_admin/module.nextgen_admin.php:290 +msgid "" +"Hello, it looks like you don't have any galleries, this wizard will guide " +"you through creating your first gallery." +msgstr "" +"Hej, det ser ud til, at du ikke har nogen gallerier. Denne guide leder dig " +"gennem oprettelse af dit første galleri." + +#: products/photocrati_nextgen/modules/nextgen_admin/module.nextgen_admin.php:320 +msgid "" +"Hello, this wizard will guide you through creating a NextGEN gallery and " +"inserting it into a page. Click \"Next step\" to proceed." +msgstr "" +"Hej, denne guide leder dig gennem oprettelse af et NextGEN-galleri og " +"indsætter det pÃ¥ en side. Klik pÃ¥ \"Næste trin\" for at fortsætte." + +#: products/photocrati_nextgen/modules/nextgen_admin/templates/review_notice.php:5 +#, php-format +msgid "" +"Hey <strong>%s</strong>, you've created %d NextGEN galleries! Awesome! Could " +"I ask you to give us a 5-star rating really quickly on <a %s>WordPress." +"org</a>? It helps other WordPress users and motivates us to keep improving. " +"You can also just send us feedback <a %s>here</a>. Thanks! ~ Erick Danzer " +"(founder of Imagely/NextGEN Gallery" +msgstr "" +"Hej <strong>%s </ strong>, du har oprettet %d NextGEN gallerier! Fantastisk! " +"Kan jeg bede dig om at give os en 5-stjernet vurdering meget hurtigt pÃ¥ <a " +"%s> WordPress.org </a>? Det hjælper andre WordPress-brugere og motiverer os " +"til fortsat at forbedre. Du kan ogsÃ¥ bare sende os feedback <a %s> her </a>. " +"Tak! ~ Erick Danzer (grundlægger af Imagely / NextGEN Gallery" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:238 +msgid "Hide" +msgstr "Skjul" + +#: products/photocrati_nextgen/modules/nextgen_other_options/package.module.nextgen_other_options.php:148 +msgid "How should related images be match?" +msgstr "Hvordan skal relaterede billeder være match?" + +#: products/photocrati_nextgen/modules/nextgen_other_options/package.module.nextgen_other_options.php:697 +msgid "How will you generate a watermark?" +msgstr "Hvordan vil du generere et vandmærke?" + +#: products/photocrati_nextgen/modules/nextgen_basic_album/package.module.nextgen_basic_album.php:843 +msgid "How would you like galleries to be displayed?" +msgstr "Hvordan vil du have gallerierne til at blive vist?" + +#. Author URI of the plugin +msgid "https://www.imagely.com" +msgstr "https://www.imagely.com" + +#. URI of the plugin +msgid "https://www.imagely.com/wordpress-gallery-plugin/nextgen-gallery/" +msgstr "https://www.imagely.com/wordpress-gallery-plugin/nextgen-gallery/" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:156 +msgid "ID" +msgstr "ID" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/package.module.nextgen_basic_gallery.php:394 +msgid "" +"If pagination is used this option will show all images in the modal window " +"(Thickbox, Lightbox etc.) This increases page load." +msgstr "" +"Hvis der anvendes sideinddeling, vil denne mulighed vise alle billeder i " +"modalvinduet (Thickbox, Lightbox osv.) Dette øger sidebelastningen." + +#: products/photocrati_nextgen/modules/nextgen_admin/module.nextgen_admin.php:425 +msgid "" +"If you close this message, you can also launch the Gallery Wizard at any " +"time from the" +msgstr "" +"Hvis du lukker denne besked, kan du ogsÃ¥ starte Galleri Wizard til enhver " +"tid fra " + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:93 +msgid "If you have problems, please create directory" +msgstr "Hvis du har problemer, skal du oprette mappe" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:573 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:398 +msgid "Ignore the aspect ratio, no portrait thumbnails" +msgstr "Ignorer billedformatet, ingen portræt miniaturer" + +#: products/photocrati_nextgen/modules/nextgen_other_options/package.module.nextgen_other_options.php:555 +msgid "Ignore the aspect ratio, no portrait thumbnails?" +msgstr "Ignorer billedformatet, ingen portræt miniaturebilleder?" + +#: products/photocrati_nextgen/modules/lightbox/package.module.lightbox.php:73 +#: products/photocrati_nextgen/modules/lightbox/package.module.lightbox.php:81 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:467 +#: +#: products/photocrati_nextgen/modules/nextgen_basic_imagebrowser/templates/imagebrowser-simple-template.php:54 +msgid "Image" +msgstr "Billede" + +#: products/photocrati_nextgen/modules/nextgen_gallery_display/package.module.nextgen_gallery_display.php:2443 +msgid "Image crop" +msgstr "Beskær billede" + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/package.module.nextgen_addgallery_page.php:144 +#: +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/package.module.nextgen_addgallery_page.php:293 +#: +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/package.module.nextgen_addgallery_page.php:309 +msgid "Image generation failed" +msgstr "Billedgenerering mislykkedes" + +#: products/photocrati_nextgen/modules/nextgen_data/package.module.nextgen_data.php:3057 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:495 +msgid "Image Height" +msgstr "Billedhøjde" + +#: products/photocrati_nextgen/modules/nextgen_other_options/package.module.nextgen_other_options.php:103 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-sort.php:105 +msgid "Image ID" +msgstr "Billede ID" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:243 +msgid "Image ID:" +msgstr "Billede ID:" + +#: products/photocrati_nextgen/modules/imagify/package.module.imagify.php:25 +msgid "Image Optimization" +msgstr "Billedoptimering" + +#: products/photocrati_nextgen/modules/nextgen_other_options/package.module.nextgen_other_options.php:95 +msgid "Image Options" +msgstr "Billedindstillinger" + +#: products/photocrati_nextgen/modules/nextgen_basic_singlepic/package.module.nextgen_basic_singlepic.php:191 +#: +#: products/photocrati_nextgen/modules/nextgen_gallery_display/package.module.nextgen_gallery_display.php:2442 +msgid "Image quality" +msgstr "Billede kvalitet" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/rotate.php:68 +msgid "Image rotated" +msgstr "Billede roteret" + +#: products/photocrati_nextgen/modules/nextgen_other_options/package.module.nextgen_other_options.php:670 +msgid "Image URL:" +msgstr "Billedwebadresse:" + +#: products/photocrati_nextgen/modules/nextgen_gallery_display/package.module.nextgen_gallery_display.php:2444 +msgid "Image watermark" +msgstr "Billede vandmærke" + +#: products/photocrati_nextgen/modules/nextgen_data/package.module.nextgen_data.php:3057 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:494 +msgid "Image Width" +msgstr "Billedbredde" + +#. Author of the plugin +#: nggallery.php:939 +msgid "Imagely" +msgstr "Imagely" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/package.module.nextgen_basic_gallery.php:374 +msgid "Images per page" +msgstr "Billeder pr. Side" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:387 +msgid "Images per page:" +msgstr "Billeder pr. Side:" + +#: products/photocrati_nextgen/modules/nextgen_basic_tagcloud/package.module.nextgen_basic_tagcloud.php:269 +#, php-format +msgid "Images tagged "%s"" +msgstr "Billeder tagget "%s"" + +#: products/photocrati_nextgen/modules/imagify/package.module.imagify.php:48 +msgid "Imagify has been successfully activated" +msgstr "Imagify er blevet aktiveret" + +#: products/photocrati_nextgen/modules/imagify/package.module.imagify.php:50 +msgid "Imagify is already activated" +msgstr "Imagify er allerede aktiveret" + +#: products/photocrati_nextgen/modules/imagify/package.module.imagify.php:43 +msgid "Imagify Plugin Page" +msgstr "Imagify Plugin Side" + +#: products/photocrati_nextgen/modules/imagify/package.module.imagify.php:44 +msgid "Imagify Website" +msgstr "Imagify Hjemmeside" + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/package.module.nextgen_addgallery_page.php:50 +#, php-format +msgid "Import %d image(s)" +msgstr "Importer %d billede(r)" + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/package.module.nextgen_addgallery_page.php:42 +#, php-format +msgid "Import %s images" +msgstr "Importer %s billeder" + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/package.module.nextgen_addgallery_page.php:42 +msgid "Import 1 image" +msgstr "Importer 1 billede" + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/package.module.nextgen_addgallery_page.php:11 +#: +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/templates/import_folder.php:12 +msgid "Import Folder" +msgstr "Importer mappe" + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/package.module.nextgen_addgallery_page.php:34 +msgid "Import from WordPress Media Library" +msgstr "Import fra WordPress Media Library" + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/package.module.nextgen_addgallery_page.php:42 +msgid "Import Images into NextGen Gallery" +msgstr "Import billeder til NextGen Gallery" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:397 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:196 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:579 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:703 +msgid "Import metadata" +msgstr "Importer metadata" + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/package.module.nextgen_addgallery_page.php:42 +#: +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/templates/import_folder.php:49 +msgid "Importing gallery" +msgstr "Importerer galleri" + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/package.module.nextgen_addgallery_page.php:42 +#: +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/templates/import_folder.php:51 +msgid "In Progress..." +msgstr "I gang..." + +#: products/photocrati_nextgen/modules/nextgen_xmlrpc/package.module.nextgen_xmlrpc.php:689 +#, php-format +msgid "Inadequate system permissions to write image (%1$s)." +msgstr "Utilstrækkelige systemtilladelser til at skrive billede (%1$s)." + +#: products/photocrati_nextgen/modules/attach_to_post/templates/display_tab.php:10 +msgid "Insert Displayed Gallery" +msgstr "Indsæt Vist Galleri" + +#: products/photocrati_nextgen/modules/imagify/package.module.imagify.php:56 +msgid "Install and activate Imagify" +msgstr "Installer og aktiver Imagify" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/package.module.nextgen_basic_gallery.php:309 +msgid "Interval" +msgstr "Interval" + +#: products/photocrati_nextgen/modules/nextgen_pro_upgrade/package.module.nextgen_pro_upgrade.php:53 +msgid "" +"Introducing the most powerful gallery system ever made for WordPress. Watch " +"our 30 second video, or click below to learn more about NextGEN premium " +"extensions and support." +msgstr "" +"Introduktion til det mest kraftfulde gallerisystem, der nogensinde er lavet " +"til WordPress. Se vores 30 sekunders video, eller klik nedenfor for at lære " +"mere om NextGEN premium-udvidelser og support." + +#: products/photocrati_nextgen/modules/nextgen_data/package.module.nextgen_data.php:1191 +#: +#: products/photocrati_nextgen/modules/nextgen_data/package.module.nextgen_data.php:3367 +msgid "Invalid image file. Acceptable formats: JPG, GIF, and PNG." +msgstr "Ugyldig billedfil. Acceptable formater: JPG, GIF og PNG." + +#: products/photocrati_nextgen/modules/ngglegacy/xml/media-rss.php:120 +msgid "Invalid MediaRSS command" +msgstr "Ugyldig MediaRSS-kommando" + +#: products/photocrati_nextgen/modules/attach_to_post/package.module.attach_to_post.php:189 +msgid "Invalid request" +msgstr "Ugyldig forespørgsel" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/showmeta.php:89 +msgid "IPTC Data" +msgstr "IPTC Data" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:83 +msgid "is not writeable !" +msgstr "er ikke skrivbar!" + +#: products/photocrati_nextgen/modules/nextgen_data/package.module.nextgen_data.php:3057 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:468 +msgid "ISO" +msgstr "ISO" + +#: products/photocrati_nextgen/modules/nextgen_other_options/package.module.nextgen_other_options.php:148 +msgid "It is recommended that your images be resized to be web friendly" +msgstr "Det anbefales, at dine billeder skal ændres for at være webvenlige" + +#: products/photocrati_nextgen/modules/nextgen_basic_album/package.module.nextgen_basic_album.php:851 +msgid "Items per page" +msgstr "Elementer pr. Side" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:219 +msgid "" +"Jared is a professional wedding and lifestyle photographer. He also travels " +"the world giving lectures and workshops on photography, lighting, and post-" +"production efficiency and workflow. His interactive style, and attention to " +"detail and craft make him an entertaining and demanding photography " +"instructor." +msgstr "" +"Jared er en professionel bryllups- og livsstilsfotograf. Han rejser ogsÃ¥ " +"verden og giver foredrag og workshops om fotografering, belysning og " +"efterproduktion effektivitet og arbejdsgang. Hans interaktive stil og " +"opmærksomhed pÃ¥ detaljer og hÃ¥ndværk gør ham til en underholdende og " +"krævende fotografinstruktør." + +#: products/photocrati_nextgen/modules/nextgen_other_options/package.module.nextgen_other_options.php:42 +msgid "Javascript URL" +msgstr "Javascript URL" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:201 +msgid "" +"Jeff and Erin are a luxury husband and wife photography team who deeply love " +"each other and their photography clients. They shoot weddings and " +"engagements all over the U.S. and beyond. With three photography businesses " +"that serve different clientele, they have unique insights into business " +"strategies and are passionate about improving the day to day lives of other " +"photographers." +msgstr "" +"Jeff og Erin er en luksus mand og kone fotograferings team, der dybt elsker " +"hinanden og deres fotografering klienter. De skyder bryllupper og " +"engagementer overalt i USA og hinsides. Med tre fotograferingsvirksomheder, " +"der tjener forskellige kunder, har de enestÃ¥ende indsigt i " +"forretningsstrategier og er lidenskabelige med at forbedre de daglige liv " +"hos andre fotografer." + +#: products/photocrati_nextgen/modules/nextgen_xmlrpc/package.module.nextgen_xmlrpc.php:164 +msgid "Job could not be added." +msgstr "Job kunne ikke tilføjes." + +#: products/photocrati_nextgen/modules/nextgen_xmlrpc/package.module.nextgen_xmlrpc.php:209 +msgid "Job execution is locked." +msgstr "Jobudførelse er lÃ¥st." + +#: products/photocrati_nextgen/modules/nextgen_xmlrpc/package.module.nextgen_xmlrpc.php:245 +msgid "Job list is empty." +msgstr "Jobliste er tom." + +#: products/photocrati_nextgen/modules/nextgen_xmlrpc/package.module.nextgen_xmlrpc.php:235 +msgid "Job list is finished." +msgstr "Jobliste er færdig." + +#: products/photocrati_nextgen/modules/nextgen_xmlrpc/package.module.nextgen_xmlrpc.php:238 +msgid "Job list is unfinished." +msgstr "Joblisten er ufærdig." + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/templates/import_folder.php:11 +msgid "Keep images in original location." +msgstr "Gem billeder pÃ¥ originalpladsen." + +#: products/photocrati_nextgen/modules/nextgen_data/package.module.nextgen_data.php:3057 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:477 +msgid "Keywords" +msgstr "Nøgleord" + +#: products/photocrati_nextgen/modules/lightbox/package.module.lightbox.php:65 +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:298 +msgid "L O A D I N G" +msgstr "INDLÆSER" + +#: products/photocrati_nextgen/modules/nextgen_data/package.module.nextgen_data.php:3057 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:491 +msgid "Last modified" +msgstr "Sidst ændret" + +#: products/photocrati_nextgen/modules/nextgen_admin/module.nextgen_admin.php:425 +msgid "Launch the Gallery Wizard" +msgstr "Start Galleri Wizard" + +#: products/photocrati_nextgen/modules/nextgen_pro_upgrade/package.module.nextgen_pro_upgrade.php:57 +msgid "Learn More" +msgstr "Lær mere" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:43 +msgid "Least used" +msgstr "Mindst anvendte" + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/templates/import_folder.php:7 +msgid "Leave blank for folder name" +msgstr "Efterlad blank for mappenavn" + +#: products/photocrati_nextgen/modules/nextgen_basic_singlepic/package.module.nextgen_basic_singlepic.php:207 +#: products/photocrati_nextgen/modules/ngglegacy/admin/publish.php:49 +msgid "Left" +msgstr "Venstre" + +#: products/photocrati_nextgen/modules/nextgen_other_options/package.module.nextgen_other_options.php:244 +msgid "Lightbox Effects" +msgstr "Lightbox effekter" + +#: products/photocrati_nextgen/modules/widget/templates/form_slideshow.php:40 +msgid "Limit" +msgstr "Begrænsning" + +#: products/photocrati_nextgen/modules/nextgen_basic_singlepic/package.module.nextgen_basic_singlepic.php:187 +msgid "Link target" +msgstr "Link mÃ¥l" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:421 +msgid "Link to page:" +msgstr "Link til side:" + +#: products/photocrati_nextgen/modules/widget/package.module.widget.php:177 +msgid "Link to the main image feed" +msgstr "Link til hovedbilledet feed" + +#: products/photocrati_nextgen/modules/nextgen_other_options/package.module.nextgen_other_options.php:555 +msgid "List of default sizes used for thumbnails and images" +msgstr "" +"Liste over standardstørrelser, der bruges til miniaturebilleder og billeder" + +#: products/photocrati_nextgen/modules/lightbox/package.module.lightbox.php:73 +msgid "Loading..." +msgstr "Indlæser..." + +#: products/photocrati_nextgen/modules/nextgen_data/package.module.nextgen_data.php:3057 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:482 +msgid "Location" +msgstr "Placering" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/roles.php:32 +msgid "Main NextGEN Gallery overview" +msgstr "Hovedoversigt over NextGEN Gallery" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/templates/manage_gallery/gallery_create_page_field.php:3 +msgid "Main Page (no parent)" +msgstr "Hovedside (ingen forælder)" + +#: products/photocrati_nextgen/modules/nextgen_data/package.module.nextgen_data.php:3057 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:474 +msgid "Make" +msgstr "Lav" + +#: products/photocrati_nextgen/modules/attach_to_post/package.module.attach_to_post.php:505 +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:440 +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:158 +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:158 +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:193 +msgid "Manage Albums" +msgstr "Administrer album" + +#: products/photocrati_nextgen/modules/attach_to_post/package.module.attach_to_post.php:502 +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:157 +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:157 +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:191 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:173 +msgid "Manage Galleries" +msgstr "Administrer gallerier" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/roles.php:44 +msgid "Manage gallery" +msgstr "Administrer galleri" + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/package.module.nextgen_addgallery_page.php:388 +msgid "Manage gallery {name}" +msgstr "Administrer galleri {name}" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:99 +msgid "Manage image tags" +msgstr "Administrer billede tags" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/roles.php:48 +msgid "Manage others gallery" +msgstr "Administrer andre galleri" + +#: products/photocrati_nextgen/modules/attach_to_post/package.module.attach_to_post.php:508 +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:159 +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:159 +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:195 +msgid "Manage Tags" +msgstr "Administrer Tags" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/roles.php:52 +msgid "Manage tags" +msgstr "Administrer tags" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:482 +msgid "Maximize the widget content" +msgstr "Maksimér widgetindholdet" + +#: products/photocrati_nextgen/modules/nextgen_other_options/package.module.nextgen_other_options.php:148 +#, fuzzy +msgid "Maximum # of related images to display" +msgstr "Maksimal antal relaterede billeder, der skal vises" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/package.module.nextgen_basic_gallery.php:317 +msgid "Maximum dimensions" +msgstr "Maksimale dimensioner" + +#: products/photocrati_nextgen/modules/nextgen_other_options/package.module.nextgen_other_options.php:309 +msgid "Maximum image count" +msgstr "Maksimal billedantal" + +#: products/photocrati_nextgen/modules/nextgen_basic_album/package.module.nextgen_basic_album.php:851 +msgid "Maximum number of galleries or sub-albums to appear on a single page" +msgstr "Maksimalt antal gallerier eller underalbummer vises pÃ¥ en enkelt side" + +#: products/photocrati_nextgen/modules/nextgen_basic_tagcloud/package.module.nextgen_basic_tagcloud.php:96 +msgid "Maximum number of tags" +msgstr "Maksimalt antal tags" + +#: products/photocrati_nextgen/modules/widget/package.module.widget.php:177 +msgid "Media RSS" +msgstr "Media RSS" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:195 +msgid "Meet the Imagely Product Ambassadors" +msgstr "Mød Imagely`s Produkt ambassadører" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:302 +msgid "" +"Meet the new series of Genesis child themes by Imagely: gorgeous, responsive " +"image-centric themes for photographers or anyone with visually rich websites." +msgstr "" +"Mød den nye serie af Genesis børne temaer af Imagely: smukke, responsive " +"billede-centreret temaer for fotografer eller nogen med visuelt rige " +"hjemmesider." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:75 +msgid "Memory usage" +msgstr "Hukommelsesforbrug" + +#: products/photocrati_nextgen/modules/ngglegacy/lib/tags.php:143 +#, php-format +msgid "" +"Merge tag(s) «%1$s» to «%2$s». %3$s objects edited." +msgstr "" +"Flet tag(s) & laquo;«%1$s» to «%2$s». %3$s objekter " +"redigeret." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:312 +msgid "Meta" +msgstr "Meta" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/showmeta.php:29 +msgid "Meta Data" +msgstr "Meta Data" + +#: products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser-exif.php:38 +msgid "Meta data" +msgstr "Meta data" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:483 +msgid "Minimize the widget content" +msgstr "Minimér widgetindholdet" + +#: products/photocrati_nextgen/modules/nextgen_other_options/package.module.nextgen_other_options.php:305 +msgid "Miscellaneous" +msgstr "Diverse" + +#: products/photocrati_nextgen/modules/attach_to_post/package.module.attach_to_post.php:153 +msgid "Missing parameters" +msgstr "Manglende parametre" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:390 +msgid "More Help & Info" +msgstr "Mere hjælp og info" + +#: products/photocrati_nextgen/modules/imagify/package.module.imagify.php:41 +msgid "More on Imagify:" +msgstr "Mere om Imagify:" + +#: products/photocrati_nextgen/modules/imagify/package.module.imagify.php:42 +msgid "More on why we recommend Imagify:" +msgstr "Mere om hvorfor vi anbefaler Imagify:" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:42 +msgid "Most popular" +msgstr "Mest populære" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:253 +msgid "Move image to..." +msgstr "Flyt billede til ..." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:401 +msgid "Move to..." +msgstr "Flyt til ..." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:76 +msgid "MYSQL Version" +msgstr "MYSQL Version" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:38 +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:42 +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:46 +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:50 +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:54 +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:58 +msgid "N/A" +msgstr "N/A" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:720 +msgid "Name" +msgstr "Navn" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:237 +msgid "" +"Named one of the Top 10 Wedding Photographers in the World by American Photo " +"magazine, David is a celebrated photographer and educator. He is also a " +"mountain man with a enviable lifestyle: from his base in rural Washington, " +"he travels all over the world teaching workshops, while sharing lessons with " +"16,000 photographers in the Abstract Canvas Facebook group." +msgstr "" +"David er en berømt fotograf og pædagog, der blev navngivet som en af de 10 " +"bedste bryllupsfotografer i verden af det amerikanske fotomagasin. Han er " +"ogsÃ¥ en bjergmand med en misundelsesværdig livsstil: Fra sin base i " +"landdistrikterne Washington rejser han over hele verden undervisningsmøder, " +"mens han deler lektioner med 16.000 fotografer i gruppen Abstract Canvas " +"Facebook." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:172 +msgid "Need help setting up a gallery? Launch the " +msgstr "Har du brug for hjælp til at oprette et galleri? Start" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:59 +msgid "Network Options" +msgstr "Netværksindstillinger" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:169 +msgid "Network settings" +msgstr "Netværks indstillinger" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:332 +msgid "New Gallery" +msgstr "Nyt Galleri" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:891 +msgid "New gallery page ID" +msgstr "Nyt galleri side id" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:201 +msgid "New tag name(s):" +msgstr "Nyt tag navn (e):" + +#: products/photocrati_nextgen/modules/lightbox/package.module.lightbox.php:73 +#: products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser-caption.php:29 +#: products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser.php:29 +#: products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser-exif.php:33 +#: products/photocrati_nextgen/modules/nextgen_basic_imagebrowser/templates/nextgen_basic_imagebrowser.php:49 +msgid "Next" +msgstr "Næste" + +#: products/photocrati_nextgen/modules/lightbox/package.module.lightbox.php:81 +msgid "Next >" +msgstr "Næste >" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:172 +msgid "Next tags" +msgstr "Næste tags" + +# You can not translate it directly into Danish, it will sound completely wrong. +#: products/photocrati_nextgen/modules/ngglegacy/admin/roles.php:68 +msgid "NextGEN Attach Interface" +msgstr "NextGEN Vedhæft interface" + +# You can not translate it directly into Danish, it will sound completely wrong. +#: products/photocrati_nextgen/modules/nextgen_basic_album/module.nextgen_basic_album.php:198 +msgid "NextGEN Basic Compact Album" +msgstr "NextGEN Basic Kompakt album" + +# You can not translate it directly into Danish, it will sound completely wrong. +#: products/photocrati_nextgen/modules/nextgen_basic_album/module.nextgen_basic_album.php:213 +msgid "NextGEN Basic Extended Album" +msgstr "NextGEN Basic Udvidet album" + +# You can not translate it directly into Danish, it will sound completely wrong. +#: products/photocrati_nextgen/modules/nextgen_basic_imagebrowser/module.nextgen_basic_imagebrowser.php:185 +msgid "NextGEN Basic ImageBrowser" +msgstr "NextGEN Basic Billede Browser" + +# You can not translate it directly into Danish, it will sound completely wrong. +#: products/photocrati_nextgen/modules/nextgen_basic_singlepic/module.nextgen_basic_singlepic.php:152 +msgid "NextGEN Basic SinglePic" +msgstr "NextGEN Basic Enklet Billede" + +# You can not translate it directly into Danish, it will sound completely wrong. +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/module.nextgen_basic_gallery.php:363 +msgid "NextGEN Basic Slideshow" +msgstr "NextGEN Basic Diasshow" + +# You can not translate it directly into Danish, it will sound completely wrong. +#: products/photocrati_nextgen/modules/nextgen_basic_tagcloud/module.nextgen_basic_tagcloud.php:175 +msgid "NextGEN Basic TagCloud" +msgstr "NextGEN Basic TagSky" + +# You can not translate it directly into Danish, it will sound completely wrong. +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/module.nextgen_basic_gallery.php:348 +msgid "NextGEN Basic Thumbnails" +msgstr "NextGEN Basic Miniaturer" + +#. Name of the plugin +#: nggallery.php:935 +#: products/photocrati_nextgen/modules/attach_to_post/module.attach_to_post.php:391 +#: +#: products/photocrati_nextgen/modules/attach_to_post/package.module.attach_to_post.php:464 +#: products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:11 +msgid "NextGEN Gallery" +msgstr "NextGEN Gallery" + +#: nggallery.php:386 +#, php-format +msgid "" +"NextGEN Gallery %s is incompatible with this version of NextGEN Pro. Please " +"update NextGEN Pro to version %s or higher to restore NextGEN Pro " +"functionality." +msgstr "" +"NextGEN Gallery %s er uforenelig med denne version af NextGEN Pro. Opdater " +"NextGEN Pro til version %s eller højere for at gendanne NextGEN Pro-" +"funktionaliteten." + +#: products/photocrati_nextgen/modules/nextgen_gallery_display/module.nextgen_gallery_display.php:446 +msgid "NextGEN Gallery & Album Settings" +msgstr "NextGEN Galleri og albumindstillinger" + +#: products/photocrati_nextgen/modules/attach_to_post/package.module.attach_to_post.php:484 +msgid "NextGEN Gallery - Attach To Post" +msgstr "NextGEN Gallery - Vedhæft til post" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/install.php:92 +msgid "" +"NextGEN Gallery : Tables could not created, please check your database " +"settings" +msgstr "" +"NextGEN Gallery: Tabeller kunne ikke oprettes. Kontroller venligst dine " +"databaseindstillinger" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:196 +msgid "" +"NextGEN Gallery and other Imagely products are used by some of the best " +"photographers in the world. Meet some of the Imagely Ambassadors who are " +"putting Imagely and NextGEN Gallery to work professionally." +msgstr "" +"NextGEN Gallery og andre Imagely produkter bruges af nogle af de bedste " +"fotografer i verden. Mød nogle af de Imagely Ambassadører, der sætter " +"Imagely og NextGEN Gallery i gang med at arbejde professionelt." + +#: products/photocrati_nextgen/modules/imagify/package.module.imagify.php:36 +msgid "" +"NextGEN Gallery partners with Imagify for best-in-class image optimization. " +"Compress images to make galleries faster, all while maintaining image " +"quality." +msgstr "" +"NextGEN Gallery partners med Imagify for optimal billedoptimering. Komprimer " +"billeder for at gøre gallerier hurtigere, samtidig med at billedkvaliteten " +"opretholdes." + +#: products/photocrati_nextgen/modules/nextgen_other_options/package.module.nextgen_other_options.php:309 +msgid "" +"NextGEN hides its gallery displays in feeds other than MediaRSS. This " +"enables image galleries in feeds." +msgstr "" +"NextGEN gemmer sine gallerivisninger i andre feeds end MediaRSS. Dette " +"muliggør billedgallerier i feeds." + +#: products/photocrati_nextgen/modules/widget/package.module.widget.php:170 +msgid "NextGEN Media RSS" +msgstr "NextGEN Media RSS" + +#: products/photocrati_nextgen/modules/nextgen_admin/module.nextgen_admin.php:425 +msgid "NextGEN Overview page" +msgstr "NextGEN Oversigt side" + +#: products/photocrati_nextgen/modules/widget/package.module.widget.php:226 +msgid "NextGEN Slideshow" +msgstr "NextGEN Diasshow" + +#: products/photocrati_nextgen/modules/widget/package.module.widget.php:70 +msgid "NextGEN Widget" +msgstr "NextGEN Widget" + +#: products/photocrati_nextgen/modules/nextgen_other_options/templates/styling_tab.php:13 +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:62 +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:66 +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:70 +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:105 +msgid "No" +msgstr "Nej" + +#: products/photocrati_nextgen/modules/ngglegacy/xml/media-rss.php:105 +msgid "No album ID has been provided as parameter" +msgstr "Intet album-id er blevet leveret som parameter" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:448 +msgid "No album selected" +msgstr "Intet album valgt" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:549 +msgid "No album selected!" +msgstr "Intet album valgt!" + +#: products/photocrati_nextgen/modules/nextgen_xmlrpc/package.module.nextgen_xmlrpc.php:853 +msgid "No album was specified to edit." +msgstr "Intet album blev specificeret for at redigere." + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/package.module.nextgen_addgallery_page.php:213 +msgid "No directory specified." +msgstr "Ingen mappe angivet." + +#: products/photocrati_nextgen/modules/attach_to_post/package.module.attach_to_post.php:702 +msgid "No display type selected" +msgstr "Ingen skærmtype valgt" + +#: products/photocrati_nextgen/modules/attach_to_post/package.module.attach_to_post.php:363 +msgid "No entities to display for this source" +msgstr "Ingen enheder at vise for denne kilde" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:454 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:314 +msgid "No entries found" +msgstr "Ingen indlæg fundet" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/showmeta.php:82 +msgid "No exif data" +msgstr "Ingen exif data" + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/package.module.nextgen_addgallery_page.php:250 +msgid "No folder specified" +msgstr "Ingen mappe angivet" + +#: products/photocrati_nextgen/modules/ngglegacy/xml/media-rss.php:50 +msgid "No galleries have been yet created." +msgstr "Der er endnu ikke oprettet gallerier." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:194 +msgid "No gallery" +msgstr "Intet galleri" + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/package.module.nextgen_addgallery_page.php:111 +#: +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/package.module.nextgen_addgallery_page.php:280 +msgid "No gallery name specified" +msgstr "Intet galleri navn angivet" + +#: products/photocrati_nextgen/modules/nextgen_xmlrpc/package.module.nextgen_xmlrpc.php:756 +msgid "No gallery was specified to edit." +msgstr "Intet galleri blev specificeret for at redigere." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:111 +msgid "No GD support" +msgstr "Ingen GD support" + +#: products/photocrati_nextgen/modules/nextgen_admin/package.module.nextgen_admin.php:305 +msgid "No handler defined for this notice" +msgstr "Ingen handler defineret for denne meddelelse" + +#: products/photocrati_nextgen/modules/nextgen_xmlrpc/package.module.nextgen_xmlrpc.php:686 +#, php-format +msgid "No image library present, image uploads will fail (%1$s)." +msgstr "" +"Intet billede bibliotek til stede, billede uploads vil mislykkes (%1$s)." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:241 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:106 +msgid "No images selected" +msgstr "Ingen billeder valgt" + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/package.module.nextgen_addgallery_page.php:388 +msgid "No images were uploaded successfully." +msgstr "Ingen billeder blev uploadet korrekt." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/showmeta.php:52 +msgid "No meta data saved" +msgstr "Ingen metadata gemt" + +#: products/photocrati_nextgen/modules/ngglegacy/lib/tags.php:208 +msgid "No new slug(s) specified!" +msgstr "Ingen nye slug(er) specificeret!" + +#: products/photocrati_nextgen/modules/ngglegacy/lib/tags.php:35 +msgid "No new tag specified!" +msgstr "Intet nyt tag er angivet!" + +#: products/photocrati_nextgen/modules/ngglegacy/lib/tags.php:50 +msgid "No new/old valid tag specified!" +msgstr "Intet nyt/gammelt gyldigt tag er angivet!" + +#: products/photocrati_nextgen/modules/ngglegacy/lib/tags.php:112 +msgid "No objects (post/page) found for specified old tags." +msgstr "Ingen objekter (indlæg / side) fundet for angivne gamle tags." + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/package.module.nextgen_addgallery_page.php:210 +#: +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/package.module.nextgen_addgallery_page.php:216 +msgid "" +"No permissions to browse folders. Try refreshing the page or ensuring that " +"your user account has sufficient roles/privileges." +msgstr "" +"Ingen tilladelser til at gennemse mapper. Prøv at opdatere siden eller sikre," +" at din brugerkonto har tilstrækkelige roller/privilegier." + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/package.module.nextgen_addgallery_page.php:241 +#: +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/package.module.nextgen_addgallery_page.php:253 +msgid "" +"No permissions to import folders. Try refreshing the page or ensuring that " +"your user account has sufficient roles/privileges." +msgstr "" +"Ingen tilladelser til at importere mapper. Prøv at opdatere siden eller " +"sikre, at din brugerkonto har tilstrækkelige roller/privilegier." + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/package.module.nextgen_addgallery_page.php:160 +#: +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/package.module.nextgen_addgallery_page.php:325 +msgid "" +"No permissions to upload images. Try refreshing the page or ensuring that " +"your user account has sufficient roles/privileges." +msgstr "" +"Ingen tilladelser til at uploade billeder. Prøv at opdatere siden eller " +"sikre, at din brugerkonto har tilstrækkelige roller/privilegier." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/templates/manage_gallery/gallery_preview_image_field.php:3 +msgid "No picture" +msgstr "Intet billede" + +#: products/photocrati_nextgen/modules/ngglegacy/lib/tags.php:247 +msgid "No slug edited." +msgstr "Ingen slug redigeret." + +#: products/photocrati_nextgen/modules/nextgen_xmlrpc/package.module.nextgen_xmlrpc.php:682 +#, php-format +msgid "No space available for image (%1$s)." +msgstr "Ingen plads til billede (%1$s)." + +#: products/photocrati_nextgen/modules/ngglegacy/lib/tags.php:188 +msgid "No tag deleted." +msgstr "Ingen tag slettet." + +#: products/photocrati_nextgen/modules/ngglegacy/lib/tags.php:141 +msgid "No tag merged." +msgstr "Ingen tag fusioneret." + +#: products/photocrati_nextgen/modules/ngglegacy/lib/tags.php:86 +msgid "No tag renamed." +msgstr "Ingen tag omdøbt." + +#: products/photocrati_nextgen/modules/ngglegacy/lib/tags.php:165 +msgid "No tag specified!" +msgstr "Ingen tag angivet!" + +#: products/photocrati_nextgen/modules/nextgen_xmlrpc/package.module.nextgen_xmlrpc.php:172 +msgid "No task list was specified." +msgstr "Ingen opgaveliste var angivet." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:44 +msgid "No valid gallery name!" +msgstr "Intet gyldigt galleri navn!" + +#: products/photocrati_nextgen/modules/ngglegacy/lib/tags.php:95 +msgid "No valid new tag." +msgstr "Intet gyldigt nyt mærke." + +#: products/photocrati_nextgen/modules/nextgen_basic_singlepic/package.module.nextgen_basic_singlepic.php:207 +#: +#: products/photocrati_nextgen/modules/lightbox/package.module.lightbox.php:50 +#: products/photocrati_nextgen/modules/ngglegacy/admin/publish.php:47 +msgid "None" +msgstr "Ingen" + +#: products/photocrati_nextgen/modules/nextgen_admin/package.module.nextgen_admin.php:346 +msgid "Not a valid notice name" +msgstr "Ikke et gyldigt varselsnavn" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:605 +#: products/photocrati_nextgen/modules/ngglegacy/admin/templates/manage_gallery/gallery_link_to_page_field.php:3 +msgid "Not linked" +msgstr "Ikke forbundet" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:25 +msgid "Not set" +msgstr "Ikke indstillet" + +#: products/photocrati_nextgen/modules/ngglegacy/lib/core.php:214 +#, php-format +msgid "" +"Note : Based on your server memory limit you should not upload larger images " +"then <strong>%d x %d</strong> pixel" +msgstr "" +"Bemærk: Baseret pÃ¥ din serverhukommelsesgrænse skal du ikke uploade større " +"billeder end <strong>%d x %d</strong> pixel" + +#: products/photocrati_nextgen/modules/imagify/package.module.imagify.php:39 +msgid "" +"Note: Imagify is a third party plugin. It is not built or supported by " +"NextGEN Gallery." +msgstr "" +"Bemærk: Imagify er et tredjeparts plugin. Det er ikke bygget eller " +"understøttet af NextGEN Gallery." + +#: products/photocrati_nextgen/modules/nextgen_other_options/package.module.nextgen_other_options.php:309 +msgid "" +"Note: This limit will not apply to slideshow widgets or random galleries " +"if/when those galleries specify their own image limits" +msgstr "" +"Bemærk: Denne grænse gælder ikke for diasshow widgets eller tilfældige " +"gallerier, hvis/nÃ¥r disse gallerier angiver deres egne billedgrænser" + +#: products/photocrati_nextgen/modules/nextgen_admin/package.module.nextgen_admin.php:302 +msgid "Notice is not dismissible" +msgstr "Meddelelsen kan ikke afvises" + +#: products/photocrati_nextgen/modules/nextgen_admin/module.nextgen_admin.php:391 +msgid "Now click inside the \"Galleries\" field and select your gallery." +msgstr "Klik nu inde i \"Gallerier\" feltet og vælg dit galleri." + +#: products/photocrati_nextgen/modules/nextgen_admin/module.nextgen_admin.php:397 +msgid "" +"Now click on the \"Insert Displayed Gallery\" button to insert the gallery " +"in your page." +msgstr "" +"Klik nu pÃ¥ knappen \"Indsæt visning af galleri\" for at indsætte galleriet " +"pÃ¥ din side." + +#: products/photocrati_nextgen/modules/nextgen_admin/module.nextgen_admin.php:384 +msgid "" +"Now click on the \"What would you like to display?\" section's header to " +"expand it." +msgstr "" +"Klik nu pÃ¥ \"Hvad vil du gerne vise?\" sektionens overskrift for at udvide " +"den." + +#: products/photocrati_nextgen/modules/nextgen_admin/module.nextgen_admin.php:306 +#: +#: products/photocrati_nextgen/modules/nextgen_admin/module.nextgen_admin.php:351 +msgid "" +"Now click the \"Add Files\" button and select some images to add to the " +"gallery." +msgstr "" +"Klik nu pÃ¥ knappen \"Tilføj filer\" og vælg nogle billeder, der skal " +"tilføjes til galleriet." + +#: products/photocrati_nextgen/modules/nextgen_admin/module.nextgen_admin.php:338 +msgid "Now click the \"Add Gallery / Images\" tab to add a new gallery." +msgstr "" +"Klik nu pÃ¥ fanen \"Tilføj galleri / billeder\" for at tilføje et nyt galleri." + +#: products/photocrati_nextgen/modules/nextgen_admin/module.nextgen_admin.php:334 +msgid "" +"Now click the \"Add Gallery\" button to open NextGEN's Insert Gallery Window " +"(IGW)." +msgstr "" +"Klik nu pÃ¥ knappen \"Tilføj galleri\" for at Ã¥bne NextGEN's Indsæt Galleri " +"Vindue (IGW)." + +#: products/photocrati_nextgen/modules/nextgen_admin/module.nextgen_admin.php:311 +#: +#: products/photocrati_nextgen/modules/nextgen_admin/module.nextgen_admin.php:357 +msgid "Now click the \"Start Upload\" button to begin the upload process." +msgstr "Klik nu pÃ¥ knappen \"Start upload\" for at starte uploadprocessen." + +#: products/photocrati_nextgen/modules/nextgen_admin/module.nextgen_admin.php:377 +msgid "" +"Now let's specify which gallery to display. Start by clicking on the " +"\"Select a display type\" section header to collapse it." +msgstr "" +"Lad os nu angive hvilket galleri der skal vises. Start med at klikke pÃ¥ " +"afsnittet \"Vælg en skærmtype\" sektion for at kollapse den." + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/package.module.nextgen_basic_gallery.php:384 +msgid "Number of columns to display" +msgstr "Antal kolonner, der skal vises" + +#: products/photocrati_nextgen/modules/lightbox/package.module.lightbox.php:73 +#: products/photocrati_nextgen/modules/lightbox/package.module.lightbox.php:81 +#: products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser-caption.php:31 +#: products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser.php:31 +#: products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser-exif.php:35 +#: products/photocrati_nextgen/modules/nextgen_basic_imagebrowser/templates/nextgen_basic_imagebrowser.php:55 +#: +#: products/photocrati_nextgen/modules/nextgen_basic_imagebrowser/templates/imagebrowser-simple-template.php:54 +msgid "of" +msgstr "af" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:29 +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:33 +msgid "Off" +msgstr "Slukket" + +# Hard to translate +#: products/photocrati_nextgen/modules/nextgen_other_options/package.module.nextgen_other_options.php:697 +msgid "Offset:" +msgstr "Offset:" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:624 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:481 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:517 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:546 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:577 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:342 +#: +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:371 +#: +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:402 +msgid "OK" +msgstr "OK" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:28 +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:32 +msgid "On" +msgstr "Tændt" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:592 +#, php-format +msgid "" +"One or more \"../\" in Gallery paths could be unsafe and NextGen Gallery " +"will not delete gallery %s automatically" +msgstr "" +"En eller flere \"../\" i Galleri-stier kan være usikre, og NextGen Gallery " +"vil ikke slette galleri %s" + +#: products/photocrati_nextgen/modules/nextgen_other_options/templates/lightbox_library_tab.php:36 +msgid "Only apply to NextGEN and WordPress images" +msgstr "Anvend kun pÃ¥ NextGEN og WordPress-billeder" + +#: products/photocrati_nextgen/modules/nextgen_other_options/templates/lightbox_library_tab.php:35 +msgid "Only apply to NextGEN images" +msgstr "Anvend kun pÃ¥ NextGEN-billeder" + +#: products/photocrati_nextgen/modules/widget/templates/form_gallery.php:98 +msgid "Only which are listed" +msgstr "Kun som er angivet" + +#: products/photocrati_nextgen/modules/widget/templates/form_gallery.php:95 +msgid "Only which are not listed" +msgstr "Kun som ikke er angivet" + +#: products/photocrati_nextgen/modules/nextgen_other_options/package.module.nextgen_other_options.php:680 +msgid "Opacity:" +msgstr "Gennemsigtighed:" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:73 +msgid "Operating System" +msgstr "Operativ system" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:106 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:115 +msgid "Operation successful. Please clear your browser cache." +msgstr "Operation succesfuld. Ryd venligst din browsers cache." + +#: products/photocrati_nextgen/modules/widget/templates/form_gallery.php:29 +msgid "Original images" +msgstr "Originale billeder" + +#: products/photocrati_nextgen/modules/nextgen_other_options/package.module.nextgen_other_options.php:357 +#: +#: products/photocrati_nextgen/modules/nextgen_other_options/module.nextgen_other_options.php:76 +msgid "Other Options" +msgstr "Andre muligheder" + +#: products/photocrati_nextgen/modules/imagify/package.module.imagify.php:45 +msgid "Our Review of Image Compression Plugins" +msgstr "Vores gennemgang af Image Compression Plugins" + +#: products/photocrati_nextgen/modules/nextgen_gallery_display/package.module.nextgen_gallery_display.php:2437 +msgid "Override image settings" +msgstr "Overstyr billedindstillingerne" + +#: products/photocrati_nextgen/modules/nextgen_gallery_display/package.module.nextgen_gallery_display.php:2399 +msgid "Override thumbnail settings" +msgstr "Overstyr miniatureindstillingerne" + +#: products/photocrati_nextgen/modules/nextgen_gallery_display/package.module.nextgen_gallery_display.php:2437 +msgid "Overriding the image settings will create an additional set of images" +msgstr "" +"Hvis du overstyrer billedindstillingerne, oprettes et ekstra sæt billeder" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:156 +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:187 +msgid "Overview" +msgid_plural "Manage Albums" +msgstr[0] "Oversigt" +msgstr[1] "Administrer album" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:265 +msgid "Overwrite" +msgstr "Overskriv" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:404 +msgid "Overwrite tags" +msgstr "Overskriv tags" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:722 +#: products/photocrati_nextgen/modules/ngglegacy/lib/rewrite.php:229 +msgid "Page" +msgstr "Side" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:466 +msgid "Page ID" +msgid_plural "Images" +msgstr[0] "Side ID" +msgstr[1] "Billeder" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:595 +msgid "Page Link to" +msgstr "Side Link til" + +#: products/photocrati_nextgen/modules/nextgen_basic_singlepic/package.module.nextgen_basic_singlepic.php:187 +msgid "Parent" +msgstr "Forældre" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:84 +msgid "PCRE Backtracking Limit" +msgstr "PCRE Backtracking Begrænsning" + +#: products/photocrati_nextgen/modules/nextgen_admin/package.module.nextgen_admin.php:500 +msgid "Percent" +msgstr "Procent" + +#: products/photocrati_nextgen/modules/nextgen_other_options/package.module.nextgen_other_options.php:309 +msgid "Permalink slug" +msgstr "Permalink slug" + +#: products/photocrati_nextgen/modules/ngglegacy/view/album-compact.php:63 +#: products/photocrati_nextgen/modules/ngglegacy/view/album-extend.php:31 +#: products/photocrati_nextgen/modules/nextgen_basic_album/templates/extended.php:31 +#: +#: products/photocrati_nextgen/modules/nextgen_basic_album/templates/compact.php:41 +msgid "Photos" +msgstr "Billeder" + +#: products/photocrati_nextgen/modules/nextgen_admin/module.nextgen_admin.php:130 +msgid "" +"PHP 5.2 will be deprecated in a future version of NextGEN. Please upgrade " +"your PHP installation to 5.3 or above." +msgstr "" +"PHP 5.2 bliver udskrevet i en fremtidig version af NextGEN. Opgrader " +"venligst din PHP-installation til 5.3 eller derover." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:80 +msgid "PHP Allow URL fopen" +msgstr "PHP Allow URL fopen" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:86 +msgid "PHP Exif support" +msgstr "PHP Exif support" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:87 +msgid "PHP IPTC support" +msgstr "PHP IPTC support" + +# Hard to translate right +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:83 +msgid "PHP Max Post Size" +msgstr "PHP Max indlægs størrelse" + +# Hard to translate right +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:85 +msgid "PHP Max Script Execute Time" +msgstr "PHP Max Script Execute Time" + +# Hard to translate right +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:82 +msgid "PHP Max Upload Size" +msgstr "PHP Max Upload Størrelse" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:81 +msgid "PHP Memory Limit" +msgstr "PHP Hukommelsesgrænse" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:79 +msgid "PHP Safe Mode" +msgstr "PHP Safe Mode" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:78 +msgid "PHP Version" +msgstr "PHP Version" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:88 +msgid "PHP XML support" +msgstr "PHP XML support" + +#: products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser-caption.php:31 +#: products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser.php:31 +#: products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser-exif.php:35 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:91 +#: products/photocrati_nextgen/modules/ngglegacy/lib/rewrite.php:220 +#: products/photocrati_nextgen/modules/nextgen_basic_imagebrowser/templates/nextgen_basic_imagebrowser.php:55 +msgid "Picture" +msgstr "Billede" + +#: products/photocrati_nextgen/modules/ngglegacy/nggallery.php:162 +msgid "Picture tag" +msgstr "Billede tag" + +#: products/photocrati_nextgen/modules/ngglegacy/nggallery.php:163 +msgid "Picture tag: %2$l." +msgstr "Billede tag: %2$l." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:699 +msgid "Pictures deleted successfully " +msgstr "Billeder slettet korrekt" + +#: products/photocrati_nextgen/modules/nextgen_admin/package.module.nextgen_admin.php:500 +msgid "Pixels" +msgstr "Pixels" + +#: products/photocrati_nextgen/modules/nextgen_other_options/templates/styling_tab.php:35 +msgid "Place any custom stylesheets in <strong>wp-content/ngg_styles</strong>" +msgstr "" +"Placer eventuelle brugerdefinerede stylesheets i <strong>wp-" +"content/ngg_styles</strong>" + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/package.module.nextgen_addgallery_page.php:50 +msgid "Please make a selection to continue" +msgstr "Foretag et valg for at fortsætte" + +#: products/photocrati_nextgen/modules/nextgen_other_options/package.module.nextgen_other_options.php:697 +msgid "" +"Please note: You can only activate the watermark under Manage Gallery. This " +"action cannot be undone." +msgstr "" +"Bemærk: Du kan kun aktivere vandmærket under Administrer Galleri. Denne " +"handling kan ikke fortrydes." + +#: products/photocrati_nextgen/modules/nextgen_other_options/package.module.nextgen_other_options.php:697 +msgid "Position:" +msgstr "Position:" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/publish.php:35 +msgid "Post title" +msgstr "Indlæg titel" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-sort.php:103 +msgid "Presort" +msgstr "Forsorter" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:427 +msgid "Preview image:" +msgstr "ForhÃ¥ndsvis billede:" + +#: products/photocrati_nextgen/modules/nextgen_other_options/package.module.nextgen_other_options.php:697 +msgid "Preview of saved settings:" +msgstr "ForhÃ¥ndsvisning af gemte indstillinger:" + +#: products/photocrati_nextgen/modules/lightbox/package.module.lightbox.php:73 +msgid "Previous" +msgstr "Forrige" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:159 +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:163 +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:176 +msgid "Previous tags" +msgstr "Tidligere tags" + +#: products/photocrati_nextgen/modules/nextgen_data/package.module.nextgen_data.php:3057 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:492 +msgid "Program tool" +msgstr "Programværktøj" + +#: products/photocrati_nextgen/modules/nextgen_data/package.module.nextgen_data.php:3057 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:483 +msgid "Province/State" +msgstr "Provins/Stat" + +#: products/photocrati_nextgen/modules/nextgen_pro_upgrade/package.module.nextgen_pro_upgrade.php:55 +msgid "Psst...watch the video ->" +msgstr "Psst ... se videoen ->" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/publish.php:58 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:341 +msgid "Publish" +msgstr "Udgiv" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:340 +msgid "Publish this image" +msgstr "Udgiv dette billede" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:929 +msgid "Published a new post" +msgstr "Udgivet et nyt indlæg" + +#: products/photocrati_nextgen/modules/nextgen_other_options/package.module.nextgen_other_options.php:148 +msgid "Quality:" +msgstr "Kvalitet:" + +#: products/photocrati_nextgen/modules/widget/templates/form_gallery.php:42 +msgid "random" +msgstr "tilfældig" + +#: products/photocrati_nextgen/modules/nextgen_gallery_display/package.module.nextgen_gallery_display.php:1893 +msgid "Random Images" +msgstr "Tilfældige billeder" + +#: products/photocrati_nextgen/modules/nextgen_gallery_display/package.module.nextgen_gallery_display.php:1901 +msgid "Recent Images" +msgstr "Seneste billeder" + +#: products/photocrati_nextgen/modules/widget/templates/form_gallery.php:50 +msgid "recently added" +msgstr "nylig tilføjet" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:352 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:354 +msgid "Recover" +msgstr "Gendan" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:395 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:197 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:569 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:680 +msgid "Recover from backup" +msgstr "Gendan fra backup" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:351 +msgid "Recover image from backup" +msgstr "Gendan billede fra backup" + +#: products/photocrati_nextgen/modules/nextgen_other_options/package.module.nextgen_other_options.php:697 +msgid "Refresh preview image" +msgstr "Opdater preview billede" + +#: products/photocrati_nextgen/modules/nextgen_settings/module.nextgen_settings.php:77 +msgid "Related Images" +msgstr "Relaterede billeder" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:204 +msgid "Rename" +msgstr "Omdøb" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:184 +msgid "Rename Tag" +msgstr "Omdøb Tag" + +#: products/photocrati_nextgen/modules/ngglegacy/lib/tags.php:88 +#, php-format +msgid "Renamed tag(s) «%1$s» to «%2$s»" +msgstr "Omdøbt tag(s) «%1$s» to «%2$s»" + +#: products/photocrati_nextgen/modules/nextgen_other_options/package.module.nextgen_other_options.php:390 +msgid "" +"Replace all existing options and gallery options with their default settings" +msgstr "" +"Erstat alle eksisterende indstillinger og galleri muligheder med deres " +"standardindstillinger" + +#: products/photocrati_nextgen/modules/nextgen_xmlrpc/package.module.nextgen_xmlrpc.php:691 +#, php-format +msgid "Requested image with id (%2$s) doesn't exist (%1$s)." +msgstr "Det ønskede billede med id (%2$s) eksisterer ikke (%1$s)." + +#: products/photocrati_nextgen/modules/nextgen_other_options/package.module.nextgen_other_options.php:390 +msgid "Reset all options to default settings" +msgstr "Nulstil alle indstillinger til standardindstillinger" + +#: products/photocrati_nextgen/modules/nextgen_other_options/package.module.nextgen_other_options.php:390 +msgid "" +"Reset all options to default settings?\n" +"\n" +"Choose [Cancel] to Stop, [OK] to proceed." +msgstr "" +"Nulstil alle indstillinger til standardindstillinger?\n" +"\n" +"Vælg [Annuller] for Stop, [OK] for at fortsætte." + +#: products/photocrati_nextgen/modules/nextgen_other_options/package.module.nextgen_other_options.php:386 +msgid "Reset Options" +msgstr "Nulstil indstillinger" + +#: products/photocrati_nextgen/modules/nextgen_other_options/package.module.nextgen_other_options.php:390 +msgid "Reset settings" +msgstr "Nulstil indstillingerne" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:269 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:394 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:114 +#: +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:195 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:638 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:719 +msgid "Resize images" +msgstr "Ændre størrelse pÃ¥ billeder" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:537 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:362 +msgid "Resize Images to" +msgstr "Ændre størrelsen pÃ¥ billeder til" + +#: products/photocrati_nextgen/modules/nextgen_basic_singlepic/package.module.nextgen_basic_singlepic.php:207 +#: products/photocrati_nextgen/modules/ngglegacy/admin/publish.php:53 +msgid "Right" +msgstr "Højre" + +#: products/photocrati_nextgen/modules/nextgen_other_options/package.module.nextgen_other_options.php:437 +msgid "Roles & Capabilities" +msgstr "Roller og evner" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:329 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:330 +msgid "Rotate" +msgstr "Rotere" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:674 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:677 +msgid "Rotate images" +msgstr "Roter billeder" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:398 +msgid "Rotate images clockwise" +msgstr "Rotér billeder med uret" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:399 +msgid "Rotate images counter-clockwise" +msgstr "Rotér billeder mod uret" + +#: products/photocrati_nextgen/modules/nextgen_admin/templates/nextgen_admin_page.php:25 +msgid "Save" +msgstr "Gem" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:304 +msgid "Save all changes" +msgstr "Gem alle ændringer" + +#: products/photocrati_nextgen/modules/attach_to_post/templates/display_tab.php:10 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:347 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:412 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:461 +msgid "Save Changes" +msgstr "Gem ændringer" + +#: products/photocrati_nextgen/modules/nextgen_admin/package.module.nextgen_admin.php:807 +msgid "Saved successfully" +msgstr "Gemt med succes" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:345 +msgid "Scan Folder for new images" +msgstr "Scan mappe for nye billeder" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:308 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:311 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:176 +#: +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:179 +msgid "Search Images" +msgid_plural "Galleries" +msgstr[0] "Søg billeder" +msgstr[1] "Gallerier" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:305 +#, php-format +msgid "Search results for “%s”" +msgstr "Søgeresultater for “%s”" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:115 +msgid "Search tags" +msgstr "Søg tags" + +#: products/photocrati_nextgen/modules/widget/templates/form_gallery.php:87 +msgid "Select" +msgstr "Vælg" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:206 +msgid "Select »" +msgstr "Vælg »" + +#: products/photocrati_nextgen/modules/attach_to_post/package.module.attach_to_post.php:626 +msgid "Select a display type" +msgstr "Vælg en skærmtype" + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/templates/import_folder.php:1 +msgid "Select a folder to import." +msgstr "Vælg en mappe, der skal importeres." + +#: products/photocrati_nextgen/modules/attach_to_post/package.module.attach_to_post.php:363 +msgid "Select a gallery" +msgstr "Vælg et galleri" + +#: products/photocrati_nextgen/modules/nextgen_admin/module.nextgen_admin.php:301 +#: +#: products/photocrati_nextgen/modules/nextgen_admin/module.nextgen_admin.php:345 +msgid "Select a name for your gallery." +msgstr "Vælg et navn til dit galleri." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:582 +msgid "Select a preview image:" +msgstr "Vælg et eksempelbillede:" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:446 +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:495 +msgid "Select album" +msgstr "Vælg album" + +#: products/photocrati_nextgen/modules/nextgen_admin/package.module.nextgen_admin.php:769 +msgid "Select Color" +msgstr "Vælg Farve" + +#: products/photocrati_nextgen/modules/widget/templates/form_slideshow.php:15 +msgid "Select Gallery" +msgstr "Vælg Galleri" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:511 +msgid "Select gallery" +msgstr "Vælg galleri" + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/package.module.nextgen_addgallery_page.php:50 +msgid "Select images" +msgstr "Vælg billeder" + +#: products/photocrati_nextgen/modules/nextgen_gallery_display/package.module.nextgen_gallery_display.php:2457 +msgid "Select Template" +msgstr "Vælg skabelon" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/edit-thumbnail.php:162 +msgid "Select the area for the thumbnail from the picture on the left." +msgstr "Vælg omrÃ¥det for miniaturebilledet fra billedet til venstre." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:501 +msgid "Select the destination gallery:" +msgstr "Vælg destinationsgalleri:" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/roles.php:27 +msgid "" +"Select the lowest role which should be able to access the following " +"capabilities. NextGEN Gallery supports the standard roles from WordPress." +msgstr "" +"Vælg den laveste rolle, som skal kunne fÃ¥ adgang til følgende funktioner. " +"NextGEN Gallery understøtter standardroller fra WordPress." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/edit-thumbnail.php:127 +msgid "Select with the mouse the area for the new thumbnail" +msgstr "Vælg med musen omrÃ¥det for den nye miniature" + +#: products/photocrati_nextgen/modules/nextgen_basic_singlepic/package.module.nextgen_basic_singlepic.php:187 +msgid "Self" +msgstr "Selv" + +#: products/photocrati_nextgen/modules/nextgen_pro_upgrade/package.module.nextgen_pro_upgrade.php:52 +msgid "Sell Photos + Adobe Lightroom" +msgstr "Sælg fotos + Adobe Lightroom" + +#: products/photocrati_nextgen/modules/ngglegacy/nggallery.php:164 +msgid "Separate picture tags with commas." +msgstr "Separat billede tags med kommaer." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:74 +msgid "Server" +msgstr "Server" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:365 +msgid "Server Settings" +msgstr "Serverindstillinger" + +#: products/photocrati_nextgen/modules/ngglegacy/lib/post-thumbnail.php:192 +#: products/photocrati_nextgen/modules/ngglegacy/lib/post-thumbnail.php:193 +msgid "Set featured image" +msgstr "Indstil udvalgt billede" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:571 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:396 +msgid "Set fix dimension" +msgstr "Indstil fikseringsdimension" + +#: products/photocrati_nextgen/modules/nextgen_other_options/package.module.nextgen_other_options.php:555 +msgid "Set fix dimension?" +msgstr "Indstil fikseringsdimension?" + +#: products/photocrati_nextgen/modules/ngglegacy/lib/post-thumbnail.php:60 +#: products/photocrati_nextgen/modules/ngglegacy/lib/post-thumbnail.php:61 +msgid "Set NextGEN featured image" +msgstr "Indstil NextGEN Udvalgte billede" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:392 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:193 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:574 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:683 +msgid "Set watermark" +msgstr "Indstil vandmærke" + +#: products/photocrati_nextgen/modules/attach_to_post/package.module.attach_to_post.php:363 +msgid "" +"Sets an SEO-friendly name to this gallery for URLs. Currently only in use by " +"the Pro Lightbox" +msgstr "" +"Sætter et SEO-venligt navn for dette galleri i webadresser. I øjeblikket kun " +"i brug af Pro Lightbox" + +#: products/photocrati_nextgen/modules/nextgen_pro_upgrade/package.module.nextgen_pro_upgrade.php:51 +msgid "Setting a New Standard for WordPress Galleries" +msgstr "Indstilling af en ny standard til WordPress Gallerier" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:74 +msgid "Should work if the gallery is bellow the blog.dir" +msgstr "Skal fungere, hvis galleriet er under blog.dir" + +#: products/photocrati_nextgen/modules/widget/templates/form_gallery.php:15 +#: products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:237 +msgid "Show" +msgstr "Vis" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:481 +msgid "Show / hide used galleries" +msgstr "Vis/skjul brugte gallerier" + +#: products/photocrati_nextgen/modules/widget/package.module.widget.php:225 +msgid "Show a NextGEN Gallery Slideshow" +msgstr "Vis en NextGEN Gallery Diasshow" + +#: products/photocrati_nextgen/modules/widget/templates/form_mediarss.php:19 +msgid "Show Media RSS icon" +msgstr "Vis Media RSS-ikon" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:311 +msgid "Show meta data" +msgstr "Vis metadata" + +#: products/photocrati_nextgen/modules/nextgen_other_options/package.module.nextgen_other_options.php:148 +msgid "Show Related Images on Posts?" +msgstr "Vis relaterede billeder pÃ¥ indlæg?" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/package.module.nextgen_basic_gallery.php:408 +msgid "Show slideshow link" +msgstr "Vis diasshow link" + +#: products/photocrati_nextgen/modules/widget/templates/form_mediarss.php:30 +msgid "Show the Media RSS link" +msgstr "Vis Media RSS linket" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/package.module.nextgen_basic_gallery.php:327 +msgid "Show thumbnail link" +msgstr "Vis miniature link" + +#: products/photocrati_nextgen/modules/lightbox/package.module.lightbox.php:61 +#, fuzzy +msgid "Shutter" +msgstr "Shutter" + +#: products/photocrati_nextgen/modules/lightbox/package.module.lightbox.php:69 +#, fuzzy +msgid "Shutter Reloaded" +msgstr "Shutter Reloaded" + +#: products/photocrati_nextgen/modules/nextgen_data/package.module.nextgen_data.php:3057 +#: +#: products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser-exif.php:54 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:469 +msgid "Shutter speed" +msgstr "Shutter tid" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:278 +msgid "Singlepic" +msgstr "Enkelt billede" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:270 +msgid "Size" +msgstr "Størrelse" + +#: products/photocrati_nextgen/modules/nextgen_other_options/package.module.nextgen_other_options.php:555 +msgid "Size List" +msgstr "Størrelsesliste" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/publish.php:42 +msgid "Size of the image" +msgstr "Størrelsen af billedet" + +#: products/photocrati_nextgen/modules/widget/package.module.widget.php:271 +#: products/photocrati_nextgen/modules/ngglegacy/lib/rewrite.php:215 +msgid "Slideshow" +msgstr "Diasshow" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/package.module.nextgen_basic_gallery.php:418 +msgid "Slideshow link text" +msgstr "Diasshow-linktekst" + +#: products/photocrati_nextgen/modules/attach_to_post/package.module.attach_to_post.php:363 +msgid "Slug" +msgstr "Slug" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:249 +msgid "Slug(s) to set:" +msgstr "Slug(s) at indstille:" + +#: products/photocrati_nextgen/modules/ngglegacy/nggallery.php:108 +#, php-format +msgid "Sorry, NextGEN Gallery works only under WordPress %s or higher." +msgstr "" +"Beklager, NextGEN Gallery fungerer kun under WordPress %s eller højere." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/install.php:20 +msgid "Sorry, NextGEN Gallery works only with a role called administrator" +msgstr "Beklager, NextGEN Gallery fungerer kun med en rolle som administrator" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:47 +msgid "Sorry, you have no access here" +msgstr "Beklager, du har ikke adgang her" + +#: products/photocrati_nextgen/modules/nextgen_data/package.module.nextgen_data.php:1167 +#: +#: products/photocrati_nextgen/modules/nextgen_data/package.module.nextgen_data.php:3805 +#: products/photocrati_nextgen/modules/ngglegacy/lib/multisite.php:23 +msgid "" +"Sorry, you have used your space allocation. Please delete some files to " +"upload more files." +msgstr "" +"Beklager, du har brugt din pladsfordeling. Slet venligst nogle filer for at " +"uploade flere filer." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-sort.php:91 +msgid "Sort Gallery" +msgstr "Sorter Galleri" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:409 +msgid "Sort gallery" +msgstr "Sorter galleri" + +#: products/photocrati_nextgen/modules/nextgen_other_options/package.module.nextgen_other_options.php:148 +msgid "Sort in what direction?" +msgstr "Sorter i hvilken retning?" + +#: products/photocrati_nextgen/modules/attach_to_post/package.module.attach_to_post.php:712 +msgid "Sort or Exclude Images" +msgstr "Sorter eller ekskluder billeder" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-sort.php:33 +msgid "Sort order changed" +msgstr "Sorterings rækkefølge ændret" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:124 +msgid "Sort Order:" +msgstr "Sorterings rækkefølge:" + +#: products/photocrati_nextgen/modules/nextgen_data/package.module.nextgen_data.php:3057 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:488 +msgid "Source" +msgstr "Kilde" + +#: products/photocrati_nextgen/modules/nextgen_gallery_display/package.module.nextgen_gallery_display.php:756 +msgid "Source not compatible with selected display type" +msgstr "Kilde er ikke kompatibel med den valgte skærmtype" + +#: products/photocrati_nextgen/modules/attach_to_post/package.module.attach_to_post.php:363 +msgid "Sources" +msgstr "Kilder" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:77 +msgid "SQL Mode" +msgstr "SQL-tilstand" + +#: products/photocrati_nextgen/modules/nextgen_other_options/package.module.nextgen_other_options.php:463 +msgid "Styles" +msgstr "Stilarter" + +#: products/photocrati_nextgen/modules/nextgen_other_options/package.module.nextgen_other_options.php:34 +msgid "Stylesheet URL" +msgstr "Stylesheet URL" + +#: products/photocrati_nextgen/modules/nextgen_data/package.module.nextgen_data.php:3057 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:473 +msgid "Subject" +msgstr "Emne" + +#: products/photocrati_nextgen/modules/nextgen_data/package.module.nextgen_data.php:4121 +msgid "Support for GIF format is missing." +msgstr "Understøttelse af GIF-format mangler." + +#: products/photocrati_nextgen/modules/nextgen_data/package.module.nextgen_data.php:4128 +msgid "Support for JPEG format is missing." +msgstr "Understøttelse af JPEG-format mangler." + +#: products/photocrati_nextgen/modules/nextgen_data/package.module.nextgen_data.php:4135 +msgid "Support for PNG format is missing." +msgstr "Understøttelse af PNG-format mangler." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/showmeta.php:34 +#: products/photocrati_nextgen/modules/ngglegacy/admin/showmeta.php:63 +#: products/photocrati_nextgen/modules/ngglegacy/admin/showmeta.php:93 +#: products/photocrati_nextgen/modules/ngglegacy/admin/showmeta.php:120 +msgid "Tag" +msgstr "Tag" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:223 +msgid "Tag(s) to delete:" +msgstr "Tag(s), der skal slettes:" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:245 +msgid "Tag(s) to match:" +msgstr "Tag(s) der matcher:" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:197 +msgid "Tag(s) to rename:" +msgstr "Tag(s) der omdøbes:" + +#: products/photocrati_nextgen/modules/nextgen_data/package.module.nextgen_data.php:3057 +#: +#: products/photocrati_nextgen/modules/nextgen_other_options/package.module.nextgen_other_options.php:118 +#: +#: products/photocrati_nextgen/modules/nextgen_gallery_display/package.module.nextgen_gallery_display.php:1886 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:176 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:472 +msgid "Tags" +msgstr "Tags" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:648 +msgid "Tags (comma separated list)" +msgstr "Tags (kommasepareret liste)" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:795 +msgid "Tags changed" +msgstr "Tags ændret" + +#: products/photocrati_nextgen/modules/ngglegacy/lib/tags.php:220 +msgid "Tags number and slugs number isn't the same!" +msgstr "Tags nummer og slugs nummer er ikke det samme!" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:206 +msgid "" +"Tamara Lackey is a renowned professional photographer, speaker, and author. " +"Her authentic lifestyle photography, from children’s portraits to celebrity " +"portraits, is praised within her industry and published internationally. She " +"is a Nikon USA Ambassador, the host of The reDefine Show web series, and the " +"co-founder of the non-profit charitable organization, Beautiful Together, in " +"support of children waiting for families." +msgstr "" +"Tamara Lackey er en berømt professionel fotograf, højttaler og forfatter. " +"Hendes autentiske livsstilsfotografering, fra børns portrætter til " +"berømthedsportrætter, er rost inden for sin branche og udgivet " +"internationalt. Hun er en Nikon USA-ambassadør, vært for The ReDefine Show-" +"webserien og medstifteren af den non-profit velgørende organisation, " +"Beautiful Together, til støtte for børn, der venter pÃ¥ familier." + +#: products/photocrati_nextgen/modules/nextgen_basic_templates/package.module.nextgen_basic_templates.php:47 +msgid "Template" +msgstr "Skabelon" + +#: products/photocrati_nextgen/modules/widget/templates/form_mediarss.php:36 +msgid "Text for Media RSS link" +msgstr "Tekst til Media RSS link" + +#: products/photocrati_nextgen/modules/nextgen_other_options/package.module.nextgen_other_options.php:680 +msgid "Text:" +msgstr "Tekst:" + +#: products/photocrati_nextgen/modules/nextgen_admin/module.nextgen_admin.php:425 +msgid "" +"Thanks for installing NextGEN Gallery! Want help creating your first gallery?" +msgstr "" +"Tak for at installere NextGEN Gallery! Vil du have hjælp til at oprette dit " +"første galleri?" + +#: products/photocrati_nextgen/modules/ngglegacy/xml/media-rss.php:113 +#, php-format +msgid "The album ID=%s does not exist." +msgstr "Albumet ID= %s findes ikke." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:68 +#, php-format +msgid "The default setting should be %s" +msgstr "Standardindstillingen skal være %s" + +#: products/photocrati_nextgen/modules/nextgen_basic_tagcloud/package.module.nextgen_basic_tagcloud.php:117 +msgid "The display type that the tagcloud will point its results to" +msgstr "Displayet type, den tagcloud vil pege sine resultater til" + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/package.module.nextgen_addgallery_page.php:388 +msgid "The following errors occured:" +msgstr "Følgende fejl opstod:" + +#: products/photocrati_nextgen/modules/ngglegacy/xml/media-rss.php:74 +#, php-format +msgid "The gallery ID=%s does not exist." +msgstr "Galleriet ID =%s findes ikke." + +#. Description of the plugin +msgid "" +"The most popular gallery plugin for WordPress and one of the most popular " +"plugins of all time with over 22 million downloads." +msgstr "" +"Den mest populære galleri plugin til WordPress og et af de mest populære " +"plugins igennem tiden med over 22 millioner downloads." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:290 +msgid "The most powerful gallery system ever built for WordPress. " +msgstr "" +"Den mest kraftfulde galleri-system nogensinde der er bygget til WordPress." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:92 +msgid "The server setting Safe-Mode is on !" +msgstr "Serveren indstilling Safe-Mode er tændt!" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:614 +msgid "There are no pages to link to" +msgstr "Der er ingen sider at linke til" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/thumbnails-template.php:103 +msgid "These are maximum values" +msgstr "Disse er maksimumsværdier" + +#: products/photocrati_nextgen/modules/lightbox/package.module.lightbox.php:77 +msgid "Thickbox" +msgstr "Thickbox" + +#: products/photocrati_nextgen/modules/nextgen_gallery_display/package.module.nextgen_gallery_display.php:2399 +msgid "" +"This does not affect existing thumbnails; overriding the thumbnail settings " +"will create an additional set of thumbnails. To change the size of existing " +"thumbnails please visit 'Manage Galleries' and choose 'Create new " +"thumbnails' for all images in the gallery." +msgstr "" +"Dette pÃ¥virker ikke eksisterende miniaturebilleder; Hvis du overstyrer " +"miniatureindstillingerne, oprettes et ekstra sæt miniaturer. For at ændre " +"størrelsen pÃ¥ eksisterende miniaturebilleder, besøg venligst 'Administrer " +"gallerier' og vælg 'Opret nye miniaturebilleder' for alle billeder i " +"galleriet." + +#: products/photocrati_nextgen/modules/lightbox/package.module.lightbox.php:81 +msgid "" +"This feature requires inline frames. You have iframes disabled or your " +"browser does not support them." +msgstr "" +"Denne funktion kræver inline-rammer. Du har iframes deaktiveret, eller din " +"browser understøtter dem ikke." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:67 +msgid "" +"This is the default path for all blogs. With the placeholder %BLOG_ID% you " +"can organize the folder structure better." +msgstr "" +"Dette er standard stien for alle blogs. Med pladsholderen %BLOG_ID% kan du " +"organisere mappestrukturen bedre." + +#: products/photocrati_nextgen/modules/nextgen_other_options/package.module.nextgen_other_options.php:309 +msgid "" +"This is the maximum limit of images that NextGEN will restrict itself to " +"querying" +msgstr "" +"Dette er den maksimale grænse for billeder, som NextGEN vil begrænse sig til " +"at forespørge" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:274 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:645 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:161 +msgid "Thumbnail" +msgstr "Miniature" + +# Hard to translate so that sounds right +#: products/photocrati_nextgen/modules/nextgen_gallery_display/package.module.nextgen_gallery_display.php:2414 +msgid "Thumbnail crop" +msgstr "Miniature crop" + +#: products/photocrati_nextgen/modules/nextgen_basic_singlepic/package.module.nextgen_basic_singlepic.php:179 +#: +#: products/photocrati_nextgen/modules/nextgen_gallery_display/package.module.nextgen_gallery_display.php:2400 +msgid "Thumbnail dimensions" +msgstr "Miniature dimension" + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/package.module.nextgen_addgallery_page.php:141 +msgid "Thumbnail generation failed." +msgstr "Miniaturgenerering mislykkedes." + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/package.module.nextgen_basic_gallery.php:337 +msgid "Thumbnail link text" +msgstr "Miniature-linktekst" + +#: products/photocrati_nextgen/modules/nextgen_other_options/package.module.nextgen_other_options.php:550 +msgid "Thumbnail Options" +msgstr "Miniature instillinger" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/edit-thumbnail.php:141 +msgid "Thumbnail updated" +msgstr "Miniature opdateret" + +#: products/photocrati_nextgen/modules/widget/templates/form_gallery.php:26 +msgid "Thumbnails" +msgstr "Miniaturer" + +#: products/photocrati_nextgen/modules/nextgen_data/package.module.nextgen_data.php:3057 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:479 +msgid "Time Created" +msgstr "Tid Oprettet" + +#: products/photocrati_nextgen/modules/nextgen_data/package.module.nextgen_data.php:3057 +#: products/photocrati_nextgen/modules/widget/templates/form_gallery.php:4 +#: products/photocrati_nextgen/modules/widget/templates/form_slideshow.php:3 +#: products/photocrati_nextgen/modules/widget/templates/form_mediarss.php:3 +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:721 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:470 +msgid "Title" +msgstr "Titel" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:394 +msgid "Title:" +msgstr "Titel:" + +#: products/photocrati_nextgen/modules/widget/templates/form_mediarss.php:47 +msgid "Tooltip text for Media RSS link" +msgstr "Værktøjstip tekst til Media RSS link" + +#: products/photocrati_nextgen/modules/nextgen_basic_singlepic/package.module.nextgen_basic_singlepic.php:187 +msgid "Top" +msgstr "Top" + +#: products/photocrati_nextgen/modules/nextgen_other_options/templates/lightbox_library_tab.php:37 +msgid "Try to apply to all images" +msgstr "Prøv at anvende pÃ¥ alle billeder" + +#: products/photocrati_nextgen/modules/nextgen_other_options/templates/lightbox_library_tab.php:38 +msgid "Try to apply to all images that link to image files" +msgstr "Prøv at anvende pÃ¥ alle billeder, der linker til billedfiler" + +#: products/photocrati_nextgen/modules/nextgen_admin/module.nextgen_admin.php:330 +msgid "Type in a title for your page." +msgstr "Indtast en titel til din side." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:79 +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:88 +msgid "Unable to create directory " +msgstr "Kan ikke oprette mappe" + +#: products/photocrati_nextgen/modules/nextgen_data/package.module.nextgen_data.php:3794 +#, php-format +msgid "Unable to create directory %s." +msgstr "Kan ikke oprette mappe %s." + +#: products/photocrati_nextgen/modules/nextgen_data/package.module.nextgen_data.php:3798 +#, php-format +msgid "" +"Unable to write to directory %s. Is this directory writable by the server?" +msgstr "Kan ikke skrive til mappen %s. Er denne mappe skrivbare pÃ¥ serveren?" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:277 +msgid "Unexpected Error" +msgstr "Uforventet fejl" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-sort.php:104 +msgid "Unsorted" +msgstr "Usorteret" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:459 +#: products/photocrati_nextgen/modules/ngglegacy/admin/edit-thumbnail.php:177 +#: products/photocrati_nextgen/modules/ngglegacy/admin/rotate.php:102 +msgid "Update" +msgstr "Opdater" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-sort.php:95 +msgid "Update Sort Order" +msgstr "Opdater sorteringsordre" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:179 +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:208 +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:252 +msgid "Updated Successfully" +msgstr "Opdateret med succes" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:852 +#: products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:42 +msgid "Updated successfully" +msgstr "Opdateret med succes" + +#: products/photocrati_nextgen/modules/nextgen_pro_upgrade/package.module.nextgen_pro_upgrade.php:42 +msgid "Upgrade to Pro" +msgstr "Opgrader til Pro" + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/package.module.nextgen_addgallery_page.php:42 +#: +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/templates/upload_images.php:213 +#: +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/templates/import_folder.php:74 +msgid "Upload complete" +msgstr "Upload fuldført" + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/package.module.nextgen_addgallery_page.php:384 +msgid "Upload Images" +msgstr "Upload billeder" + +#: products/photocrati_nextgen/modules/nextgen_basic_templates/package.module.nextgen_basic_templates.php:47 +msgid "Use a legacy template when rendering (not recommended)." +msgstr "Brug en arv skabelon, nÃ¥r du gengiver (anbefales ikke)." + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/package.module.nextgen_basic_gallery.php:398 +msgid "Use imagebrowser effect" +msgstr "Brug billed browser effekt" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/roles.php:36 +msgid "Use TinyMCE Button / Upload tab" +msgstr "Brug TinyMCE Button/Upload-fanen" + +#: products/photocrati_nextgen/modules/nextgen_other_options/package.module.nextgen_other_options.php:642 +msgid "Using an Image" +msgstr "Brug af et billede" + +#: products/photocrati_nextgen/modules/nextgen_other_options/package.module.nextgen_other_options.php:642 +msgid "Using Text" +msgstr "Brug af tekst" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/showmeta.php:35 +#: products/photocrati_nextgen/modules/ngglegacy/admin/showmeta.php:64 +#: products/photocrati_nextgen/modules/ngglegacy/admin/showmeta.php:94 +#: products/photocrati_nextgen/modules/ngglegacy/admin/showmeta.php:121 +msgid "Value" +msgstr "Værdi" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:301 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:303 +msgid "View" +msgstr "Vis" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:282 +#, php-format +msgid "" +"Want more? Head over to <a href=\"%s\" target=\"_blank\">NextGEN Gallery " +"University on YouTube</a>." +msgstr "" +"Ønsker du mere? GÃ¥ videre til <a href=\"%s\" target=\"_blank\"> NextGEN " +"Gallery University pÃ¥ YouTube </a>." + +#: products/photocrati_nextgen/modules/nextgen_other_options/package.module.nextgen_other_options.php:616 +msgid "Watermarks" +msgstr "Vandmærker" + +#: products/photocrati_nextgen/modules/nextgen_gallery_display/package.module.nextgen_gallery_display.php:1716 +#: +#: products/photocrati_nextgen/modules/nextgen_gallery_display/package.module.nextgen_gallery_display.php:1718 +#: +#: products/photocrati_nextgen/modules/nextgen_gallery_display/package.module.nextgen_gallery_display.php:1722 +msgid "We cannot display this gallery" +msgstr "Vi kan ikke vise dette galleri" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:246 +#, php-format +msgid "" +"We have a growing list of video tutorials to get you started. Watch some " +"below or head over to <a href=\"%s\" target=\"_blank\">NextGEN Gallery " +"University on YouTube</a> to see all available vidoes." +msgstr "" +"Vi har en voksende liste over video tutorials for at komme i gang. Se nogle " +"nedenfor eller gÃ¥ til <a href=\"%s\" target=\"_blank\"> NextGEN Gallery " +"University pÃ¥ YouTube </a> for at se alle tilgængelige videoer." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:176 +msgid "Welcome" +msgstr "Velkommen" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:169 +msgid "Welcome to NextGEN Gallery" +msgstr "Velkommen til NextGEN Gallery" + +#: nggallery.php:155 +msgid "" +"We’ve detected you are running PHP versions 7.0.26 or 7.1.12. These versions " +"of PHP have a bug that breaks NextGEN Gallery and causes server crashes in " +"certain conditions. To protect your site, NextGEN Gallery will not load. We " +"recommend asking your host to roll back to an earlier version of PHP. For " +"details on the PHP bug, see: <a target=\"_blank\" href=\"https://bugs.php." +"net/bug.php?id=75573\">bugs.php.net/bug.php?id=75573</a>" +msgstr "" +"Vi har registreret, at du kører PHP-versioner 7.0.26 eller 7.1.12. Disse " +"versioner af PHP har en fejl, der bryder NextGEN Gallery og forÃ¥rsager, at " +"serveren gÃ¥r i stykker under visse forhold. For at beskytte dit websted, vil " +"NextGEN Gallery ikke blive indlæst. Vi anbefaler at bede din vært om at " +"vende tilbage til en tidligere version af PHP. For detaljer om PHP-fejlen, " +"se: <a target=\"_blank\" href=\"https://bugs.php.net/bug.php?id=75573\"> " +"bugs.php.net/bug.php?id= 75573 </a>" + +#: products/photocrati_nextgen/modules/nextgen_other_options/package.module.nextgen_other_options.php:263 +msgid "What effect would you like to use?" +msgstr "Hvilken effekt vil du gerne bruge?" + +#: products/photocrati_nextgen/modules/nextgen_other_options/templates/lightbox_library_tab.php:31 +msgid "What must the lightbox be applied to?" +msgstr "Hvad skal lightbox anvendes pÃ¥?" + +#: products/photocrati_nextgen/modules/nextgen_other_options/package.module.nextgen_other_options.php:148 +msgid "What should images be resized to?" +msgstr "Hvad skal billeder ændres til?" + +#: products/photocrati_nextgen/modules/nextgen_other_options/package.module.nextgen_other_options.php:467 +msgid "What stylesheet would you like to use?" +msgstr "Hvilket stylesheet vil du gerne bruge?" + +#: products/photocrati_nextgen/modules/attach_to_post/package.module.attach_to_post.php:610 +msgid "What would you like to display?" +msgstr "Hvad vil du gerne vise?" + +#: products/photocrati_nextgen/modules/nextgen_other_options/package.module.nextgen_other_options.php:148 +msgid "What's the default sorting method?" +msgstr "Hvad er standard sorteringsmetode?" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/package.module.nextgen_basic_gallery.php:398 +msgid "" +"When active each image in the gallery will link to an imagebrowser display " +"and lightbox effects will not be applied." +msgstr "" +"NÃ¥r det er aktivt, vil hvert billede i galleriet linke til et billed browser-" +"display, og lightbox vil ikke blive anvendt." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:358 +msgid "" +"When contacting support, consider copying and pasting this information in " +"your support request. It helps us troubleshoot more quickly." +msgstr "" +"NÃ¥r du kontakter support, skal du overveje at kopiere og indsætte disse " +"oplysninger i din supportanmodning. Det hjælper os med at fejle hurtigere." + +#: products/photocrati_nextgen/modules/nextgen_other_options/package.module.nextgen_other_options.php:309 +msgid "" +"When enabled, adds a MediaRSS link to your header. Third-party web services " +"can use this to publish your galleries" +msgstr "" +"NÃ¥r aktiveret, tilføjes et MediaRSS-link til dit overskrift. Tredjeparts " +"webtjenester kan bruge dette til at offentliggøre dine gallerier" + +#: products/photocrati_nextgen/modules/nextgen_other_options/package.module.nextgen_other_options.php:148 +msgid "" +"When enabled, image files will be removed after a Gallery has been deleted" +msgstr "" +"NÃ¥r aktiveret, vil billedfiler blive fjernet, nÃ¥r et Galleri er blevet " +"slettet" + +#: products/photocrati_nextgen/modules/nextgen_other_options/package.module.nextgen_other_options.php:148 +msgid "" +"When enabled, related images will be appended to each post by matching the " +"posts tags/categories to image tags" +msgstr "" +"NÃ¥r aktiveret, vil relaterede billeder blive tilføjet til hvert indlæg ved " +"at matche indlægets tags / kategorier til billedkoder" + +#: products/photocrati_nextgen/modules/nextgen_other_options/package.module.nextgen_other_options.php:555 +msgid "When generating thumbnails, what image dimensions do you desire?" +msgstr "NÃ¥r du producerer miniaturebilleder, hvilke billedmÃ¥l ønsker du?" + +#: products/photocrati_nextgen/modules/nextgen_other_options/package.module.nextgen_other_options.php:555 +msgid "When generating thumbnails, what image quality do you desire?" +msgstr "NÃ¥r der genereres miniaturer, hvad billedkvalitet ønsker du?" + +#: products/photocrati_nextgen/modules/nextgen_other_options/package.module.nextgen_other_options.php:148 +msgid "Where galleries and their images are stored" +msgstr "Hvor gallerier og deres billeder gemmes" + +#: products/photocrati_nextgen/modules/nextgen_other_options/package.module.nextgen_other_options.php:148 +msgid "Where would you like galleries stored?" +msgstr "Hvor vil du gerne gallerier opbevares?" + +#: products/photocrati_nextgen/modules/widget/package.module.widget.php:169 +msgid "Widget that displays Media RSS links for NextGEN Gallery." +msgstr "Widget, der viser Media RSS links til NextGEN Gallery." + +#: products/photocrati_nextgen/modules/widget/templates/form_slideshow.php:65 +msgid "Width" +msgstr "Bredde" + +#: products/photocrati_nextgen/modules/widget/templates/form_gallery.php:68 +msgid "Width x Height" +msgstr "Bredde x Højde" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:565 +#: products/photocrati_nextgen/modules/ngglegacy/admin/publish.php:40 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:390 +msgid "Width x height (in pixel)" +msgstr "Bredde x højde (i pixel)" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:541 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:366 +msgid "Width x height (in pixel). NextGEN Gallery will keep ratio size" +msgstr "" +"Bredde x højde (i pixel). NextGEN Gallery vil beholde størrelsesstørrelsen" + +#: products/photocrati_nextgen/modules/nextgen_other_options/package.module.nextgen_other_options.php:148 +msgid "Width:" +msgstr "Bredde:" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:94 +msgid "with permission 777 manually !" +msgstr "med tilladelse 777 manuelt!" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/showmeta.php:116 +msgid "XMP Data" +msgstr "XMP Data" + +#: products/photocrati_nextgen/modules/nextgen_other_options/templates/styling_tab.php:10 +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:61 +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:65 +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:69 +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:105 +msgid "Yes" +msgstr "Ja" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:123 +#, php-format +msgid "" +"You are about to start the bulk edit for %s galleries \n" +" \n" +" 'Cancel' to stop, 'OK' to proceed." +msgstr "" +"Du er ved at starte bulkredigeringen for %s gallerier\n" +" \n" +" 'Annuller' for at stoppe, 'OK' for at fortsætte." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:278 +#, php-format +msgid "" +"You are about to start the bulk edit for %s images \n" +" \n" +" 'Cancel' to stop, 'OK' to proceed." +msgstr "" +"Du er ved at starte bulkredigeringen for %s billeder\n" +" \n" +" 'Annuller' for at stoppe, 'OK' for at fortsætte." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:219 +msgid "You can specify multiple tags to delete by separating them with commas" +msgstr "" +"Du kan angive flere tags, der skal slettes, ved at adskille dem med kommaer" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:193 +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:241 +msgid "You can specify multiple tags to rename by separating them with commas." +msgstr "" +"Du kan angive flere tags til at omdøbe ved at adskille dem med kommaer." + +#: products/photocrati_nextgen/modules/nextgen_other_options/package.module.nextgen_other_options.php:467 +msgid "You could edit this file if it were writable" +msgstr "Du kan redigere denne fil, hvis den var skrivbar" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:276 +msgid "You do not have the correct permission" +msgstr "Du har ikke den rigtige tilladelse" + +#: products/photocrati_nextgen/modules/nextgen_pro_upgrade/package.module.nextgen_pro_upgrade.php:54 +msgid "" +"You're awesome! You've already got NextGEN Plus. But why not go all the way? " +"With NextGEN Pro, you can sell print and digital downloads, provide proofing " +"galleries for clients, manage galleries directly from Adobe Lightroom, and " +"more." +msgstr "" +"Du er fantastisk! Du har allerede fÃ¥et NextGEN Plus. Men hvorfor ikke gÃ¥ " +"hele vejen? Med NextGEN Pro kan du sælge trykte og digitale downloads, give " +"proofing gallerier til kunder, administrere gallerier direkte fra Adobe " +"Lightroom og meget mere." + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/templates/upload_images.php:13 +msgid "Your browser doesn't have Silverlight, HTML5, or HTML4 support." +msgstr "Din browser har ikke Silverlight, HTML5 eller HTML4 support." + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/package.module.nextgen_addgallery_page.php:388 +msgid "{count} images were uploaded successfully." +msgstr "{count} billeder blev uploadet korrekt." + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/package.module.nextgen_addgallery_page.php:42 +#, php-format +msgid "" +"{count} images were uploaded successfully. <a href=\"%s\" target=\"_blank\">" +"Manage gallery</a>" +msgstr "" +"{count} billeder blev uploadet korrekt. <a href=\"%s\" target=\"_blank\">" +"Administrer galleri</a>" diff --git a/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/i18n/lang/nggallery-sk_SK.mo b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/i18n/lang/nggallery-sk_SK.mo new file mode 100644 index 0000000000000000000000000000000000000000..4cfd4a4f09e77ead888438cf85d561619c671142 GIT binary patch literal 71933 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 literal 0 HcmV?d00001 diff --git a/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/i18n/lang/nggallery-sv_SE.po b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/i18n/lang/nggallery-sv_SE.po index 8e14d699f..cf65c8549 100644 --- a/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/i18n/lang/nggallery-sv_SE.po +++ b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/i18n/lang/nggallery-sv_SE.po @@ -2431,8 +2431,8 @@ msgid "Server Settings" msgstr "Serverinställningar" #: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:97 -msgid "NextGEN Gallery is one of the most popular WordPress plugins of all time with over 21 million downloads." -msgstr "NextGEN Gallery är en av de mest populära WordPress-tilläggen genom tiderna med över 21 miljoner nedladdningar." +msgid "NextGEN Gallery is one of the most popular WordPress plugins of all time with over 22 million downloads." +msgstr "NextGEN Gallery är en av de mest populära WordPress-tilläggen genom tiderna med över 22 miljoner nedladdningar." # Missed by NextGEN, translated string is displayed. #: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:97 @@ -3222,8 +3222,8 @@ msgid "https://www.imagely.com/wordpress-gallery-plugin/nextgen-gallery/" msgstr "https://www.imagely.com/wordpress-gallery-plugin/nextgen-gallery/" #. Description of the plugin/theme -msgid "The most popular gallery plugin for WordPress and one of the most popular plugins of all time with over 21 million downloads." -msgstr "Det mest populära galleri-tillägget för WordPress och ett av de mest populära tillägg genom tiderna med över 21 miljoner nedladdningar." +msgid "The most popular gallery plugin for WordPress and one of the most popular plugins of all time with over 22 million downloads." +msgstr "Det mest populära galleri-tillägget för WordPress och ett av de mest populära tillägg genom tiderna med över 22 miljoner nedladdningar." #. Author of the plugin/theme msgid "Imagely" diff --git a/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/i18n/lang/nggallery.po b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/i18n/lang/nggallery.po index edd67297c..79fc1ff3d 100644 --- a/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/i18n/lang/nggallery.po +++ b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/i18n/lang/nggallery.po @@ -2446,7 +2446,7 @@ msgid "Server Settings" msgstr "" #: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:97 -msgid "NextGEN Gallery is one of the most popular WordPress plugins of all time with over 21 million downloads." +msgid "NextGEN Gallery is one of the most popular WordPress plugins of all time with over 22 million downloads." msgstr "" #: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:97 @@ -3231,7 +3231,7 @@ msgid "https://www.imagely.com/wordpress-gallery-plugin/nextgen-gallery/" msgstr "" #. Description of the plugin/theme -msgid "The most popular gallery plugin for WordPress and one of the most popular plugins of all time with over 21 million downloads." +msgid "The most popular gallery plugin for WordPress and one of the most popular plugins of all time with over 22 million downloads." msgstr "" #. Author of the plugin/theme diff --git a/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/i18n/module.i18n.php b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/i18n/module.i18n.php index 7a73872c1..7451b85bb 100644 --- a/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/i18n/module.i18n.php +++ b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/i18n/module.i18n.php @@ -281,8 +281,11 @@ class M_I18N extends C_Base_Module if (function_exists('qtrans_useCurrentLanguageIfNotFoundUseDefaultLanguage')) $in = qtrans_useCurrentLanguageIfNotFoundUseDefaultLanguage($in); - if (is_string($name) && !empty($name) && function_exists('icl_translate')) - $in = icl_translate('plugin_ngg', $name, $in, true); + if (is_string($name) + && !empty($name) + && function_exists('icl_translate') + && apply_filters('wpml_default_language', NULL) != apply_filters('wpml_current_language', NULL)) + $in = icl_translate('plugin_ngg', $name, $in, TRUE); $in = apply_filters('localization', $in); diff --git a/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_addgallery_page/package.module.nextgen_addgallery_page.php b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_addgallery_page/package.module.nextgen_addgallery_page.php index c30efa95f..118c48388 100644 --- a/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_addgallery_page/package.module.nextgen_addgallery_page.php +++ b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_addgallery_page/package.module.nextgen_addgallery_page.php @@ -31,7 +31,7 @@ class A_Import_Media_Library_Form extends Mixin { function get_title() { - return __('Import from WordPress Media Library', 'nggallery'); + return __('Import from Media Library', 'nggallery'); } function enqueue_static_resources() { @@ -95,65 +95,69 @@ class A_NextGen_AddGallery_Ajax extends Mixin $gallery_mapper = C_Gallery_Mapper::get_instance(); $error = FALSE; if ($this->validate_ajax_request('nextgen_upload_image', TRUE)) { - // We need to create a gallery - if ($gallery_id == 0) { - if (strlen($gallery_name) > 0) { - $gallery = $gallery_mapper->create(array('title' => $gallery_name)); - if (!$gallery->save()) { - $retval['error'] = $gallery->get_errors(); - $error = TRUE; + if (!class_exists('DOMDocument')) { + $retval['error'] = __("Please ask your hosting provider or system administrator to enable the PHP XML module, which is required for NextGEN Gallery", 'nggallery'); + } else { + // We need to create a gallery + if ($gallery_id == 0) { + if (strlen($gallery_name) > 0) { + $gallery = $gallery_mapper->create(array('title' => $gallery_name)); + if (!$gallery->save()) { + $retval['error'] = $gallery->get_errors(); + $error = TRUE; + } else { + $created_gallery = TRUE; + $gallery_id = $gallery->id(); + } } else { - $created_gallery = TRUE; - $gallery_id = $gallery->id(); + $error = TRUE; + $retval['error'] = __("No gallery name specified", 'nggallery'); } - } else { - $error = TRUE; - $retval['error'] = __("No gallery name specified", 'nggallery'); } - } - // Upload the image to the gallery - if (!$error) { - $retval['gallery_id'] = $gallery_id; - $settings = C_NextGen_Settings::get_instance(); - $storage = C_Gallery_Storage::get_instance(); - try { - if ($storage->is_zip()) { - if ($results = $storage->upload_zip($gallery_id)) { - $retval = $results; - } else { - $retval['error'] = __('Failed to extract images from ZIP', 'nggallery'); - } - } elseif ($image = $storage->upload_image($gallery_id)) { - $retval['image_ids'] = array($image->id()); - $retval['image_errors'] = array(); - // check if image was resized correctly - if ($settings->imgAutoResize) { - $image_path = $storage->get_full_abspath($image); - $image_thumb = new C_NggLegacy_Thumbnail($image_path, true); - if ($image_thumb->error) { - $retval['image_errors'][] = array('id' => $image->id(), 'error' => sprintf(__('Automatic image resizing failed [%1$s].', 'nggallery'), $image_thumb->errmsg)); - $image_thumb = null; + // Upload the image to the gallery + if (!$error) { + $retval['gallery_id'] = $gallery_id; + $settings = C_NextGen_Settings::get_instance(); + $storage = C_Gallery_Storage::get_instance(); + try { + if ($storage->is_zip()) { + if ($results = $storage->upload_zip($gallery_id)) { + $retval = $results; + } else { + $retval['error'] = __('Failed to extract images from ZIP', 'nggallery'); } + } elseif ($image = $storage->upload_image($gallery_id)) { + $retval['image_ids'] = array($image->id()); + $retval['image_errors'] = array(); + // check if image was resized correctly + if ($settings->imgAutoResize) { + $image_path = $storage->get_full_abspath($image); + $image_thumb = new C_NggLegacy_Thumbnail($image_path, true); + if ($image_thumb->error) { + $retval['image_errors'][] = array('id' => $image->id(), 'error' => sprintf(__('Automatic image resizing failed [%1$s].', 'nggallery'), $image_thumb->errmsg)); + $image_thumb = null; + } + } + // check if thumb was generated correctly + $thumb_path = $storage->get_thumb_abspath($image); + if (!file_exists($thumb_path)) { + $retval['image_errors'][] = array('id' => $image->id(), 'error' => __('Thumbnail generation failed.', 'nggallery')); + } + } else { + $retval['error'] = __('Image generation failed', 'nggallery'); + $error = TRUE; } - // check if thumb was generated correctly - $thumb_path = $storage->get_thumb_abspath($image); - if (!file_exists($thumb_path)) { - $retval['image_errors'][] = array('id' => $image->id(), 'error' => __('Thumbnail generation failed.', 'nggallery')); + } catch (E_NggErrorException $ex) { + $retval['error'] = $ex->getMessage(); + $error = TRUE; + if ($created_gallery) { + $gallery_mapper->destroy($gallery_id); } - } else { - $retval['error'] = __('Image generation failed', 'nggallery'); + } catch (Exception $ex) { + $retval['error'] = __("An unexpected error occured.", 'nggallery'); + $retval['error_details'] = $ex->getMessage(); $error = TRUE; } - } catch (E_NggErrorException $ex) { - $retval['error'] = $ex->getMessage(); - $error = TRUE; - if ($created_gallery) { - $gallery_mapper->destroy($gallery_id); - } - } catch (Exception $ex) { - $retval['error'] = __("An unexpected error occured.", 'nggallery'); - $retval['error_details'] = $ex->getMessage(); - $error = TRUE; } } } else { diff --git a/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_addgallery_page/static/styles.css b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_addgallery_page/static/styles.css index 5f5e6c774..90dcf5685 100644 --- a/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_addgallery_page/static/styles.css +++ b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_addgallery_page/static/styles.css @@ -11,8 +11,8 @@ #gallery_selection .plupload_buttons a { margin-right: 6px; - width: 130px !important; text-align: center; + font-size: 11px; } #gallery_name { diff --git a/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_addgallery_page/static/styles.min.css b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_addgallery_page/static/styles.min.css index 61418ad14..4bd05a7d9 100644 --- a/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_addgallery_page/static/styles.min.css +++ b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_addgallery_page/static/styles.min.css @@ -1 +1 @@ -#gallery_selection{background-color:#fff;padding:7px}#gallery_selection label{font-weight:600;position:relative;top:-1px}#gallery_selection .plupload_buttons a{margin-right:6px;width:130px!important;text-align:center}#gallery_name{width:auto;min-width:200px}#gallery_name.error{border:solid 1px red}#upload_images_content{padding:0}#upload_images_content .plupload_container{padding:0}.plupload_header{display:none}.plupload_buttons{display:inline;margin-left:20px}.plupload_droptext{font-size:16px;color:silver}#gritter-notice-wrapper{background:rgba(56,70,82,.9);border:1px solid #2a343d;margin:10px 5px 0 0;border-radius:3px;bottom:20px;top:auto}.gritter-bottom,.gritter-item,.gritter-top{background:0 0}.gritter-item{padding:2px 11px 0 11px}.gritter-title{text-shadow:none}#gritter-notice-wrapper a{color:#b8d433;text-decoration:none;padding-top:5px;display:block}.gritter-close{width:auto;height:auto;background:0 0;display:block!important;top:10px;right:10px}.gritter-close:after{content:'X';font-weight:700;font-size:13px}.gallery_page_ngg_addgallery #ngg_page_content .ngg_page_content_menu{width:25%}.gallery_page_ngg_addgallery #ngg_page_content .ngg_page_content_main{width:75%}#ngg_page_content .plupload_container{padding:0!important;border:1px solid rgba(159,187,26,.13)!important}#ngg_page_content .plupload_file_status span,#ngg_page_content .plupload_filelist_footer,#ngg_page_content .plupload_filelist_header{background:rgba(247,248,243,.46)!important;color:#999!important}#ngg_page_content .plupload_filelist_header{border-bottom:1px solid #f7f7f7!important;display:none}#ngg_page_content .plupload_filelist_footer{border-top:1px solid #f7f7f7!important}#ngg_page_content .plupload_scroll .plupload_filelist{background:#fff!important;height:auto;overflow-y:hidden}#ngg_page_content #gallery_selection{padding:20px 20px 25px!important;background:#f7f8f3}#ngg_page_content #gallery_id,#ngg_page_content #gallery_name{height:30px!important;min-width:200px!important;font-size:12px!important;color:#888!important}#ngg_page_content input#import_gallery_title{width:250px;font-size:13px;color:#aaa}@media (max-width:1380px){.gallery_page_ngg_addgallery #ngg_page_content .ngg_page_content_main,.gallery_page_ngg_addgallery #ngg_page_content .ngg_page_content_menu{width:100%}}@media (max-width:1140px){.plupload_buttons{display:block;margin:10px 0 0 75px}.gallery_page_ngg_addgallery #ngg_page_content .button-primary,.gallery_page_ngg_addgallery #ngg_page_content .button-secondary,.gallery_page_ngg_addgallery #ngg_page_content button{width:201px!important}}@media (max-width:800px){.gallery_page_ngg_addgallery #ngg_page_content .ngg_page_content_main,.gallery_page_ngg_addgallery #ngg_page_content .ngg_page_content_menu{width:100%}.gallery_page_ngg_addgallery #ngg_page_content .ngg_page_content_main input,.gallery_page_ngg_addgallery #ngg_page_content .ngg_page_content_main select{width:100%!important;max-width:100%;margin:5px 0;box-sizing:border-box}.gallery_page_ngg_addgallery #ngg_page_content input[type=checkbox]{width:16px!important}.plupload_buttons{margin-left:0}.gallery_page_ngg_addgallery #ngg_page_content .button-primary,.gallery_page_ngg_addgallery #ngg_page_content .button-secondary,.gallery_page_ngg_addgallery #ngg_page_content button{width:100%!important;margin:4px 0;display:block;text-align:center}#ngg-importML-gallery-selection{display:block!important}} \ No newline at end of file +#gallery_selection{background-color:#fff;padding:7px}#gallery_selection label{font-weight:600;position:relative;top:-1px}#gallery_selection .plupload_buttons a{margin-right:6px;text-align:center;font-size:11px}#gallery_name{width:auto;min-width:200px}#gallery_name.error{border:solid 1px red}#upload_images_content{padding:0}#upload_images_content .plupload_container{padding:0}.plupload_header{display:none}.plupload_buttons{display:inline;margin-left:20px}.plupload_droptext{font-size:16px;color:silver}#gritter-notice-wrapper{background:rgba(56,70,82,.9);border:1px solid #2a343d;margin:10px 5px 0 0;border-radius:3px;bottom:20px;top:auto}.gritter-bottom,.gritter-item,.gritter-top{background:0 0}.gritter-item{padding:2px 11px 0 11px}.gritter-title{text-shadow:none}#gritter-notice-wrapper a{color:#b8d433;text-decoration:none;padding-top:5px;display:block}.gritter-close{width:auto;height:auto;background:0 0;display:block!important;top:10px;right:10px}.gritter-close:after{content:'X';font-weight:700;font-size:13px}.gallery_page_ngg_addgallery #ngg_page_content .ngg_page_content_menu{width:25%}.gallery_page_ngg_addgallery #ngg_page_content .ngg_page_content_main{width:75%}#ngg_page_content .plupload_container{padding:0!important;border:1px solid rgba(159,187,26,.13)!important}#ngg_page_content .plupload_file_status span,#ngg_page_content .plupload_filelist_footer,#ngg_page_content .plupload_filelist_header{background:rgba(247,248,243,.46)!important;color:#999!important}#ngg_page_content .plupload_filelist_header{border-bottom:1px solid #f7f7f7!important;display:none}#ngg_page_content .plupload_filelist_footer{border-top:1px solid #f7f7f7!important}#ngg_page_content .plupload_scroll .plupload_filelist{background:#fff!important;height:auto;overflow-y:hidden}#ngg_page_content #gallery_selection{padding:20px 20px 25px!important;background:#f7f8f3}#ngg_page_content #gallery_id,#ngg_page_content #gallery_name{height:30px!important;min-width:200px!important;font-size:12px!important;color:#888!important}#ngg_page_content input#import_gallery_title{width:250px;font-size:13px;color:#aaa}@media (max-width:1380px){.gallery_page_ngg_addgallery #ngg_page_content .ngg_page_content_main,.gallery_page_ngg_addgallery #ngg_page_content .ngg_page_content_menu{width:100%}}@media (max-width:1140px){.plupload_buttons{display:block;margin:10px 0 0 75px}.gallery_page_ngg_addgallery #ngg_page_content .button-primary,.gallery_page_ngg_addgallery #ngg_page_content .button-secondary,.gallery_page_ngg_addgallery #ngg_page_content button{width:201px!important}}@media (max-width:800px){.gallery_page_ngg_addgallery #ngg_page_content .ngg_page_content_main,.gallery_page_ngg_addgallery #ngg_page_content .ngg_page_content_menu{width:100%}.gallery_page_ngg_addgallery #ngg_page_content .ngg_page_content_main input,.gallery_page_ngg_addgallery #ngg_page_content .ngg_page_content_main select{width:100%!important;max-width:100%;margin:5px 0;box-sizing:border-box}.gallery_page_ngg_addgallery #ngg_page_content input[type=checkbox]{width:16px!important}.plupload_buttons{margin-left:0}.gallery_page_ngg_addgallery #ngg_page_content .button-primary,.gallery_page_ngg_addgallery #ngg_page_content .button-secondary,.gallery_page_ngg_addgallery #ngg_page_content button{width:100%!important;margin:4px 0;display:block;text-align:center}#ngg-importML-gallery-selection{display:block!important}} \ No newline at end of file diff --git a/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_addgallery_page/templates/upload_images.php b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_addgallery_page/templates/upload_images.php index 3d93130c4..4f4bc92ba 100644 --- a/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_addgallery_page/templates/upload_images.php +++ b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_addgallery_page/templates/upload_images.php @@ -3,7 +3,9 @@ <select id="gallery_id"> <option value="0"><?php _e('Create a new gallery', 'nggallery'); ?></option> <?php foreach ($galleries as $gallery): ?> - <option value="<?php echo esc_attr($gallery->{$gallery->id_field}) ?>"><?php echo esc_attr($gallery->title) ?></option> + <option value="<?php echo esc_attr($gallery->{$gallery->id_field}) ?>"> + <?php print esc_attr(apply_filters('ngg_gallery_title_select_field', $gallery->title, $gallery, FALSE)); ?> + </option> <?php endforeach ?> </select> <input type="text" id="gallery_name" name="gallery_name" placeholder="<?php _e('Gallery title', 'nggallery'); ?>"/> diff --git a/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_admin/module.nextgen_admin.php b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_admin/module.nextgen_admin.php index 01aef0471..e1f0b756e 100644 --- a/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_admin/module.nextgen_admin.php +++ b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_admin/module.nextgen_admin.php @@ -350,12 +350,6 @@ class M_NextGen_Admin extends C_Base_Module $router->get_url('/wp-admin/js/color-picker.js', FALSE, TRUE), array('iris') ); - wp_localize_script('wp-color-picker', 'wpColorPickerL10n', array( - 'clear' => __('Clear', 'nggallery'), - 'defaultString' => __('Default', 'nggallery'), - 'pick' => __('Select Color', 'nggallery'), - 'current' => __('Current Color', 'nggallery'), - )); wp_register_style( 'nextgen_admin_css', diff --git a/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_admin/static/nextgen_admin_page.css b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_admin/static/nextgen_admin_page.css index f781330f8..17f84c77d 100644 --- a/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_admin/static/nextgen_admin_page.css +++ b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_admin/static/nextgen_admin_page.css @@ -110,7 +110,6 @@ table.nextgen_settings_position { width: 98%; font-family: lato,sans-serif; height: auto; - /*background: rgb(247, 248, 243);*/ margin-top: 25px; float:left; box-shadow: 0 0 100px 10px rgba(0,0,0,.05); @@ -126,7 +125,7 @@ table.nextgen_settings_position { } #ngg_page_content.ngg_settings_page { - background: rgb(247, 248, 243); + background: #fff; } .ngg_manage_albums, @@ -145,7 +144,7 @@ table.nextgen_settings_position { max-width: 100%; background: #fff; float: left; - background: rgb(247, 248, 243); + background: #fcfcfc; } #ngg_page_content a { @@ -155,7 +154,6 @@ table.nextgen_settings_position { #ngg_page_content button, #ngg_page_content .button-primary, #ngg_page_content .button-secondary { - /*background-color: #9FBB1A !important;*/ background-color: #9FBB1A; color: #fff !important; border: none !important; @@ -166,6 +164,11 @@ table.nextgen_settings_position { line-height: 35px; width: auto !important; border-radius: 3px; + text-transform: uppercase; + letter-spacing: 1px; + font-size: 11px; + font-weight: bold; + font-family: Lato, sans-serif; } #ngg_page_content button:hover, @@ -208,21 +211,13 @@ table.nextgen_settings_position { background-color: transparent; } -#ngg_page_content .button span.wp-color-result-text { - /*background: transparent; - color: inherit; - padding: inherit; - border: none;*/ - /*border: 1px solid #dbdbdb;*/ -} - #ngg_page_content input[type="checkbox"] { height: 16px !important; width: 16px !important; } #ngg_page_content.ngg_settings_page form > p { - width: 83%; + width: 81%; background: #fff; margin: 0; float: right; @@ -316,34 +311,29 @@ table.nextgen_settings_position { #ngg_page_content .ngg_page_content_menu { padding: 20px; - width: 17%; + width: 20%; float: left; padding: 0; height: 100%; - background: rgb(247, 248, 243); - margin-top: 5px; + background: transparent; } #ngg_page_content .ngg_page_content_menu a { - border-top: 1px solid #f7f8f3; - border-bottom: 1px solid #f7f8f3; - border-right: 1px solid #f7f8f3; - border-left: 5px solid rgba(247,248,243,.76); - box-shadow: none!important; - color: #9fbb1a; + box-shadow: none !important; cursor: pointer; display: block; - font-weight: 400; - font-size: 14px; - padding: 15px 10px 15px 15px; + padding: 20px 10px 20px 15px; line-height: 22px; margin: 0; text-decoration: none; - border-top: 1px solid #f7f8f3; - border-bottom: 1px solid #f7f8f3; + color: #2b5d89;; + text-transform: uppercase; + font-size: 11px; + border-bottom: 1px solid #eee; + font-weight: 600; + letter-spacing: 1.2px; } -/* Responsive Navigation */ .responsive-menu-icon { cursor: pointer; display: none; @@ -365,12 +355,13 @@ table.nextgen_settings_position { outline: 0; outline-width: 0; outline-color: transparent; - border-left: 5px solid #b7d243; border-right: 1px solid #fff; - background-color: #fff; - color: #2e4453; - border-top: 1px solid rgba(159, 187, 26, 0.2); - border-bottom: 1px solid rgba(159, 187, 26, 0.2); + background: #9ebc1b; + position: relative; + color: #fff; + margin-right: -1px; + font-weight: 800; + border-bottom: 1px solid #9dbd1b; } #ngg_page_content .ngg_page_content_menu a:before { @@ -386,6 +377,19 @@ table.nextgen_settings_position { content: "\f1de"; } +#ngg_page_content .ngg_page_content_menu .ngg_page_content_menu_active:after, +#ngg_page_content .ngg_page_content_menu a:active:after { + right: 0; + border: 8px solid transparent; + content: ""; + width: 0; + position: absolute; + pointer-events: none; + border-right-color: #fff; + top: 50%; + margin-top: -8px; +} + /***** 4) NGG Admin CSS: Main Content *****/ #ngg_page_content .ngg_page_content_main { @@ -395,11 +399,12 @@ table.nextgen_settings_position { background: #fff; box-sizing: border-box; width: 100%; + box-shadow: 0 -5px 4px 2px rgba(0,0,0,.05); } #ngg_page_content .ngg_overview .ngg_page_content_main, #ngg_page_content.ngg_settings_page .ngg_page_content_main { - width: 83%; + width: 80%; } .gallery_page_ngg_display_settings #ngg_page_content.ngg_settings_page .ngg_page_content_main { @@ -429,7 +434,7 @@ table.nextgen_settings_position { #ngg_page_content.ngg_settings_page .ngg_page_content_main h3 { color: rgba(29, 36, 42, 0.85); font-size: 18px; - margin: 20px 0; + margin: 20px 0 30px; text-transform: uppercase; } @@ -437,10 +442,11 @@ table.nextgen_settings_position { #ngg_page_content .ngg_page_content_main select { color: #888; height: 35px; - border: 1px solid #eee; + border: 1px solid #ddd; padding-left: 10px; box-shadow: none; width: 200px; + box-shadow: inset 0 0 2px 1px rgba(100,100,100,.05); } #ngg_page_content .ngg_page_content_main .select2-container { @@ -1018,7 +1024,7 @@ table.nextgen_settings_position { #ngg_page_content .responsive-menu-icon { display: block; background: #9fbb1a; - padding: 10px 0 20px; + padding: 10px 0 15px; } #ngg_page_content .responsive-menu { display: none; @@ -1028,4 +1034,8 @@ table.nextgen_settings_position { #ngg_page_content .responsive-menu a { display: block; } + #ngg_page_content .ngg_page_content_menu .ngg_page_content_menu_active:after, + #ngg_page_content .ngg_page_content_menu a:active:after { + display:none; + } } \ No newline at end of file diff --git a/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_admin/static/nextgen_admin_page.min.css b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_admin/static/nextgen_admin_page.min.css index d76a4c663..9a1e9028e 100644 --- a/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_admin/static/nextgen_admin_page.min.css +++ b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_admin/static/nextgen_admin_page.min.css @@ -1 +1 @@ -.ngg-admin .notice,.ngg-admin div.error,.ngg-admin div.updated{margin:20px 15px 0 0}.ngg-admin #ngg_page_content .notice,.ngg-admin #ngg_page_content div.error,.ngg-admin #ngg_page_content div.updated{margin:20px 0 20px 0}.hidden{display:none}.nextgen_advanced_toggle_link{font-size:11px;position:relative;bottom:5px;color:#444}.url_field{width:400px;max-width:100%}.nextgen_settings_colorpicker{width:85px!important;text-align:center;margin-left:50px}#nextgen_settings_wmXpos,#nextgen_settings_wmYpos{width:65px!important}table.nextgen_settings_position{width:auto!important}#ngg_page_content label.tooltip,#ngg_page_content span.tooltip{outline:0;background-image:url(information.png);background-repeat:no-repeat;padding-left:22px;padding-bottom:4px;background-size:18px}#poststuff .ui-accordion h3{padding-left:25px}#lightbox_effects_content table tr td:first-child{vertical-align:top;text-align:right;padding-right:7px;padding-top:5px}#lightbox_effects_content tr{height:28px}.ngg-admin #screen-meta-links{padding-bottom:20px}.ngg-admin #wpbody{position:static}#ngg_page_content{padding-bottom:0;width:98%;font-family:lato,sans-serif;height:auto;margin-top:25px;float:left;box-shadow:0 0 100px 10px rgba(0,0,0,.05)}#adminmenu .wp-submenu a[href*=ngg_pro_upgrade]{color:#9fbb1a;font-weight:600}.toplevel_page_nextgen-gallery #ngg_page_content{margin-top:20px}#ngg_page_content.ngg_settings_page{background:#f7f8f3}.ngg_gallery_sort,.ngg_manage_albums,.ngg_manage_galleries,.ngg_manage_images{background:#fcfcfc}#ngg_page_content .wrap{margin:0}#ngg_page_content .about-wrap{max-width:100%;background:#fff;float:left;background:#f7f8f3}#ngg_page_content a{color:#9fbb1a}#ngg_page_content .button-primary,#ngg_page_content .button-secondary,#ngg_page_content button{background-color:#9fbb1a;color:#fff!important;border:none!important;box-shadow:none!important;text-shadow:none!important;height:35px!important;padding:0 24px!important;line-height:35px;width:auto!important;border-radius:3px}#ngg_page_content .button-primary:hover,#ngg_page_content .button-secondary:hover,#ngg_page_content button:hover{background-color:#a9c524}#ngg_page_content .button-primary:active,#ngg_page_content .button-secondary:active,#ngg_page_content button:active{vertical-align:middle}#ngg_page_content .button-secondary{background-color:#888!important}.ngg-admin #ngg_page_content .notice button,.ngg-admin #ngg_page_content div.error button,.ngg-admin #ngg_page_content div.updated button{background-color:transparent!important;padding:0}#ngg_page_content button,.ngg-admin .notice button,.ngg-admin div.error button,.ngg-admin div.updated button{background:0 0}#ngg_page_content button.wp-color-result{height:24px!important;padding:0 0 0 30px!important;border:1px solid #ddd!important}#ngg_page_content button.wp-color-result:hover{background-color:transparent}#ngg_page_content input[type=checkbox]{height:16px!important;width:16px!important}#ngg_page_content.ngg_settings_page form>p{width:83%;background:#fff;margin:0;float:right}#ngg_page_content .ngg_save_settings_button{margin:30px;font-weight:700;height:40px!important;padding:0 40px!important}#ngg_page_content ::-webkit-input-placeholder{color:#aaa}#ngg_page_content :-ms-input-placeholder{color:#aaa}#ngg_page_content ::-moz-placeholder{color:#aaa;opacity:1}#ngg_page_content :-moz-placeholder{color:#aaa;opacity:1}.ngg-admin .select2-drop.select2-drop-above .select2-search input{width:100%}#ngg_page_content .ngg_page_content_header{border-bottom:10px solid #9fbb1a;height:80px;padding:0 0 0 20px;background:#143650;margin-top:-23px}#ngg_page_content .ngg_page_content_header img{height:40px;padding-top:20px;padding-right:20px;float:left;width:auto}#ngg_page_content .ngg_page_content_header h2,#ngg_page_content .ngg_page_content_header h3{line-height:80px;color:#fff;font-size:18px;font-family:Lato,sans-serif;text-transform:uppercase;letter-spacing:2px;text-align:left;font-weight:900}#ngg_page_content .ngg_page_content_header p{float:right;margin:-98px 0 0 0;font-size:15px;font-style:italic;font-weight:400;color:#cdd3d8;background:rgba(93,134,167,.18);padding:0 40px;border-left:1px solid #566b7c;color:#a7b8c6;line-height:80px}#ngg_page_content .ngg_page_content_header p a{text-decoration:none;font-weight:500;background:#aac43b;color:#fff;padding:5px 10px;font-style:normal;margin:-1px 0 0 20px;border-radius:1px;text-transform:uppercase}#ngg_page_content .ngg_page_content_header .ngg_save_settings_button{margin:0!important}#ngg_page_content .ngg_page_content_menu{padding:20px;width:17%;float:left;padding:0;height:100%;background:#f7f8f3;margin-top:5px}#ngg_page_content .ngg_page_content_menu a{border-top:1px solid #f7f8f3;border-bottom:1px solid #f7f8f3;border-right:1px solid #f7f8f3;border-left:5px solid rgba(247,248,243,.76);box-shadow:none!important;color:#9fbb1a;cursor:pointer;display:block;font-weight:400;font-size:14px;padding:15px 10px 15px 15px;line-height:22px;margin:0;text-decoration:none;border-top:1px solid #f7f8f3;border-bottom:1px solid #f7f8f3}.responsive-menu-icon{cursor:pointer;display:none;margin-bottom:5px;text-align:left}.responsive-menu-icon::before{color:#fff;content:'\f0c9';display:block;font:normal 20px/1 FontAwesome;margin:0 auto;text-align:center}#ngg_page_content .ngg_page_content_menu .ngg_page_content_menu_active,#ngg_page_content .ngg_page_content_menu a:active{outline:0;outline-width:0;outline-color:transparent;border-left:5px solid #b7d243;border-right:1px solid #fff;background-color:#fff;color:#2e4453;border-top:1px solid rgba(159,187,26,.2);border-bottom:1px solid rgba(159,187,26,.2)}#ngg_page_content .ngg_page_content_menu a:before{content:"\f107";float:left;font:normal 16px/1 FontAwesome;height:16px;right:0;margin-top:3px;text-align:right;z-index:9999;padding-right:10px;content:"\f1de"}#ngg_page_content .ngg_page_content_main{padding:10px 20px 20px 30px;min-height:600px;float:left;background:#fff;box-sizing:border-box;width:100%}#ngg_page_content .ngg_overview .ngg_page_content_main,#ngg_page_content.ngg_settings_page .ngg_page_content_main{width:83%}.gallery_page_ngg_display_settings #ngg_page_content.ngg_settings_page .ngg_page_content_main{min-height:1000px}.gallery_page_ngg_other_options #ngg_page_content.ngg_settings_page .ngg_page_content_main{min-height:400px}#ngg_page_content .ngg_manage_tags .ngg_page_content_main{padding:0}#attach_to_post_tabs #displayed_tab #ngg_page_content .ngg_page_content_main>div,#ngg_page_content .ngg_overview .ngg_page_content_main>div,#ngg_page_content.ngg_settings_page .ngg_page_content_main>div{display:none}#attach_to_post_tabs #displayed_tab #ngg_page_content .ngg_page_content_main>div:first-of-type,#ngg_page_content .ngg_overview .ngg_page_content_main>div:first-of-type,#ngg_page_content.ngg_settings_page .ngg_page_content_main>div:first-of-type{display:block}#ngg_page_content.ngg_settings_page .ngg_page_content_main h3{color:rgba(29,36,42,.85);font-size:18px;margin:20px 0;text-transform:uppercase}#ngg_page_content .ngg_page_content_main input,#ngg_page_content .ngg_page_content_main select{color:#888;height:35px;border:1px solid #eee;padding-left:10px;box-shadow:none;width:200px}#ngg_page_content .ngg_page_content_main .select2-container{width:200px!important;line-height:0}#ngg_page_content .ngg_page_content_main .select2-selection--multiple,#ngg_page_content .ngg_page_content_main .select2-selection--single{border:1px solid #ddd}#ngg_page_content .ngg_page_content_main .select2-search{width:100%}#ngg_page_content .ngg_page_content_main .select2-search__field{border-radius:3px}#ngg_page_content .ngg_page_content_main .select2-selection__choice{background:#9fbb1a;background-image:none;border:none;box-shadow:none;color:#fff;line-height:20px;padding:7px 10px 7px 8px;width:92%}#ngg_page_content .ngg_page_content_main .select2-selection__choice__remove{color:#fff;margin-right:6px}#ngg_page_content .ngg_page_content_main div[data-id=lightbox_effects] .select2-container,#ngg_page_content .ngg_page_content_main div[data-id=lightbox_effects] input,#ngg_page_content .ngg_page_content_main div[data-id=lightbox_effects] select{width:250px}#attach_to_post_tabs #displayed_tab #ngg_page_content .ngg_page_content_main input[type=radio],#ngg_page_content.ngg_settings_page .ngg_page_content_main input[type=radio]{border-radius:50%!important;height:16px!important;width:16px!important;padding:0!important;vertical-align:middle}#attach_to_post_tabs #displayed_tab #ngg_page_content .ngg_page_content_main input[type=radio]:checked:before,#ngg_page_content.ngg_settings_page .ngg_page_content_main input[type=radio]:checked:before{background-color:#9fbb1a;border-radius:50%;color:transparent;content:"\2022";display:block;height:16px;margin:0 0 0 -1px;vertical-align:middle;width:16px}#attach_to_post_tabs #displayed_tab #ngg_page_content .ngg_page_content_main table,#ngg_page_content.ngg_settings_page .ngg_page_content_main table{color:rgba(29,36,42,.85);border-collapse:collapse;width:100%}#ngg_page_content table .sorting-indicator:before{color:#fff!important}#attach_to_post_tabs #displayed_tab #display_settings_tab_content table tr,#ngg_page_content.ngg_settings_page .ngg_page_content_main table tr{border:1px solid #f7f8f3;padding:5px 0!important;height:auto}#attach_to_post_tabs #displayed_tab #ngg_page_content .ngg_page_content_main table tr td,#ngg_page_content.ngg_settings_page .ngg_page_content_main table tr td,#ngg_page_content.ngg_settings_page .ngg_page_content_main table tr th{line-height:30px;vertical-align:middle;padding:10px 20px;box-sizing:border-box}.ngg-admin #ngg_page_content .widefat td,.ngg-admin #ngg_page_content .widefat th{padding:10px;color:rgba(118,169,52,.75);color:#aaa;vertical-align:middle}.ngg-admin #ngg_page_content .widefat tfoot th,.ngg-admin #ngg_page_content .widefat thead th{padding:0 10px;color:#fff;text-transform:uppercase}#ngg_page_content.ngg_settings_page .ngg_page_content_main table tr th{font-weight:400!important;font-size:13px!important;line-height:1.5!important}#attach_to_post_tabs #displayed_tab #ngg_page_content .ngg_page_content_main table tr td:first-of-type{width:300px;text-align:left;font-weight:400;padding-top:8px}#attach_to_post_tabs #displayed_tab #ngg_page_content .ngg_page_content_main table table tr td:first-of-type,#ngg_page_content.ngg_settings_page .ngg_page_content_main table table tr td:first-of-type{width:auto;font-weight:400;padding:10px 20px}#attach_to_post_tabs #displayed_tab #ngg_page_content .ngg_page_content_main table tr:nth-of-type(2n),#ngg_page_content.ngg_settings_page .ngg_page_content_main table tr:nth-of-type(2n){background-color:#f7f8f3}#ngg_page_content.ngg_settings_page .ngg_page_content_main tr.watermark_field{padding:10px 0!important}#ngg_page_content.ngg_settings_page .ngg_page_content_main .watermark_field table{border:1px solid #d3e1c8}#ngg_page_content.ngg_settings_page .ngg_page_content_main .watermark_field table td{padding:5px 15px!important}#ngg_page_content.ngg_settings_page .ngg_page_content_main .watermark_field table td:first-of-type{width:auto!important}#ngg_page_content.ngg_settings_page .ngg_page_content_main .watermark_field table tr{border:none;padding:0!important}#ngg_page_content.ngg_settings_page .ngg_page_content_main .watermark_field img{max-width:100%}#attach_to_post_tabs #displayed_tab #ngg_page_content .ngg_page_content_main label,#ngg_page_content.ngg_settings_page .ngg_page_content_main label,#ngg_page_content.ngg_settings_page .ngg_page_content_main p.description{font-size:14px;color:#666}#ngg_page_content.ngg_settings_page .ngg_page_content_main label{margin-right:5px}#ngg_page_content.ngg_settings_page .ngg_page_content_main label:last-of-type{margin-right:15px}#ngg_page_content.ngg_settings_page .nextgen_settings_position td,#ngg_page_content.ngg_settings_page .nextgen_settings_position tr:nth-of-type(2n){border:none!important}#ngg_page_content.ngg_settings_page .nextgen_pro_lightbox_admin_header{background:#38576f!important;margin-top:20px}.nextgen_pro_lightbox_admin_header td{padding-left:0!important}.nextgen_pro_lightbox_admin_header td h3{text-transform:none!important;color:#fff!important;margin:0 0 0 20px!important}.ngg_options_promo{background:#224460;color:#fff;font-family:Lato,sans-serif;font-size:14px;font-weight:600}.ngg_options_promo a{text-decoration:none;font-weight:600;margin-left:6px}.gallery_page_ngg_other_options #ngg_page_content .ngg_page_content_main tbody tr td.ngg_options_promo{width:100%!important}.ngg-post-type .ngg_page_content_main .button,.ngg-post-type .ngg_page_content_main .page-title-action{background-color:#9fbb1a!important;color:#fff!important;border:none!important;box-shadow:none!important;text-shadow:none!important;height:35px!important;padding:0 15px!important;line-height:35px;width:auto!important}.ngg-post-type .ngg_page_content_main .button:hover,.ngg-post-type .ngg_page_content_main .page-title-action:hover{background-color:#a9c524!important}.ngg-post-type .ngg_page_content_main .page-title-action{padding:8px 16px!important}.ngg-post-type .ngg_admin_notice{display:none}.ngg-post-type .ngg_page_content_main .tablenav{margin:0 0 20px}.ngg-post-type .ngg_page_content_main .tablenav .actions,.ngg-post-type .ngg_page_content_main .tablenav .tablenav-pages{margin:10px 0}.ngg-post-type .ngg_page_content_main .tablenav .tablenav-pages a,.ngg-post-type .ngg_page_content_main .tablenav-pages-navspan{background:#556472;border:none;color:#fff!important;margin:0 2px}.ngg-post-type #ngg_page_content .ngg_page_content_main .tablenav input.current-page{width:50px!important}.ngg-post-type .ngg_page_content_main table{box-shadow:none;table-layout:auto;border:1px solid rgba(159,187,26,.08)}.ngg-post-type .ngg_page_content_main table tfoot,.ngg-post-type .ngg_page_content_main table thead{background-color:#38576f;text-transform:uppercase}.ngg-post-type .ngg_page_content_main table tfoot{background-color:#38576f}.ngg-post-type .ngg_page_content_main table tfoot a,.ngg-post-type .ngg_page_content_main table thead a{padding:0}.ngg-post-type .ngg_page_content_main table tfoot span,.ngg-post-type .ngg_page_content_main table thead span{color:#fff;font-size:15px}.ngg-post-type .ngg_page_content_main table thead td,.ngg-post-type .ngg_page_content_main table thead th{background-color:transparent;border:none;color:#fff}.ngg-post-type .ngg_page_content_main table thead td{padding:12px 5px!important}.ngg-post-type #ngg_page_content .ngg_page_content_main input[type=checkbox]{height:13px!important;width:13px!important;min-width:auto;margin-top:2px}.ngg-post-type #ngg_page_content .ngg_page_content_main input[type=checkbox]:checked:before{color:#9fbb1a;margin:-5px 0 0 -5px}.ngg-post-type #ngg_page_content .sorting-indicator:before{color:#fff!important}.ngg-post-type .ngg_page_content_main .striped>tbody>:nth-child(odd){background-color:#f7f8f3}.ngg-post-type .ngg_page_content_main a.row-title{font-weight:400}.ngg-post-type .ngg_page_content_main .row-actions{left:0;padding-top:0}.ngg-post-type .ngg_page_content_main .row-actions a{color:rgba(118,169,52,.75)!important;color:#aaa!important}.ngg-post-type .ngg_page_content_main td.column-title strong{margin-bottom:0}.ngg-post-type #wpbody-content .quick-edit-row-page .inline-edit-col-left{width:100%}.ngg-post-type #ngg_page_content .widefat td,.ngg-post-type #ngg_page_content .widefat th{padding:10px;color:rgba(118,169,52,.75);color:#aaa;vertical-align:middle}.ngg-post-type #ngg_page_content .widefat tfoot th,.ngg-post-type #ngg_page_content .widefat thead th{padding:0 10px;color:#fff;text-transform:uppercase}.ngg-post-type .ngg_page_content_main .tablenav.bottom{margin:10px 0 0}.ngg-admin #postbox-container-2 h2.ui-sortable-handle,.ngg-post-type #ngg_page_content h3.accordion_tab{padding:10px;background:#38576f;margin-bottom:0}.ngg-admin #postbox-container-2 h2.ui-sortable-handle,.ngg-post-type #ngg_page_content h3.accordion_tab a{color:#fff;text-decoration:none}.ngg-admin #postbox-container-2 .postbox,.ngg-post-type .accordion>div{border-left:1px solid rgba(159,187,26,.05);border-bottom:1px solid rgba(159,187,26,.05);border-right:1px solid rgba(159,187,26,.05);margin-bottom:30px;background-color:#f7f8f3}.ngg-post-type .accordion>div{padding:20px;margin-bottom:30px}.ngg-post-type .accordion>div table{border:none}.ngg-admin #postbox-container-2 .postbox .inside{margin:0}.ngg-admin #postbox-container-2 .postbox .inside a{color:#9fbb1a}.ngg-admin #postbox-container-2 .postbox .inside td,.ngg-admin #postbox-container-2 .postbox .inside th{padding:5px 10px}.ngg-admin #postbox-container-2 .postbox .inside .button-primary,.ngg-post-type .accordion>div .button-primary{margin:15px 0 0}.ngg-post-type table input[type=text]{margin:0}@media (max-width:1030px){#ngg_page_content .ngg_page_content_header p{padding:0 20px}}@media (max-width:900px){#ngg_page_content .ngg_page_content_header p{display:none}}@media (max-width:782px){.ngg-post-type #ngg_page_content button.toggle-row{width:40px!important;height:40px!important;background:0 0!important}.ngg-post-type tr:not(.inline-edit-row):not(.no-items) td.column-primary~td:not(.check-column){padding:3px 8px 3px 35%}.ngg-post-type #ngg_page_content .ngg_page_content_main input[type=checkbox]:checked:before{font:400 20px/1 dashicons!important}#ngg_page_content .ngg_page_content_header img{padding-right:10px}#ngg_page_content .ngg_overview .ngg_page_content_header h3,#ngg_page_content .ngg_page_content_header h3{font-size:14px}#ngg_page_content .ngg_overview .ngg_page_content_main,#ngg_page_content .ngg_page_content_menu,#ngg_page_content.ngg_settings_page .ngg_page_content_main{width:100%}#ngg_page_content .ngg_page_content_main,#ngg_page_content.ngg_settings_page .ngg_page_content_main{padding:20px}#attach_to_post_tabs #displayed_tab #ngg_page_content .ngg_page_content_main table,#attach_to_post_tabs #displayed_tab #ngg_page_content .ngg_page_content_main tbody,#ngg_page_content.ngg_settings_page .ngg_page_content_main table,#ngg_page_content.ngg_settings_page .ngg_page_content_main tbody{display:block!important;max-width:100%}#ngg_page_content.ngg_settings_page .ngg_page_content_main tbody.hidden{display:none!important}#attach_to_post_tabs #displayed_tab #ngg_page_content #slug_configuration{display:none!important}#attach_to_post_tabs #displayed_tab #display_settings_tab_content table tr,#ngg_page_content.ngg_settings_page .ngg_page_content_main table tr{display:block!important;padding:10px 0 20px!important}#attach_to_post_tabs #displayed_tab #ngg_page_content .ngg_page_content_main table tr td,#ngg_page_content.ngg_settings_page .ngg_page_content_main table tr td,#ngg_page_content.ngg_settings_page .ngg_page_content_main table tr th{display:block;padding:2px 10px}#ngg_page_content.ngg_settings_page .ngg_page_content_main table.nextgen_settings_position tr td{display:table-cell}#ngg_page_content.ngg_settings_page .ngg_page_content_main h2,#ngg_page_content.ngg_settings_page .ngg_page_content_main h3{text-align:center}#ngg_page_content.ngg_settings_page form>p{width:100%;padding:15px;box-sizing:border-box}#ngg_page_content .ngg_page_content_main input,#ngg_page_content .ngg_page_content_main select{max-width:100%;margin:5px 0;box-sizing:border-box}#ngg_page_content .ngg_page_content_main .select2-container,#ngg_page_content .ngg_page_content_main input[type=number],#ngg_page_content .ngg_page_content_main input[type=text],#ngg_page_content .ngg_page_content_main select{width:100%!important}#ngg_page_content button.wp-color-result{width:auto!important}#ngg_page_content button.wp-color-result .wp-color-result-text{line-height:22px}.ngg-post-type .ngg_page_content_main .subsubsub{width:100%}.ngg-post-type .ngg_page_content_main .tablenav .actions{width:100%}.ngg-post-type #ngg_page_content .ngg_page_content_main input,.ngg-post-type #ngg_page_content .ngg_page_content_main select{width:100%!important;max-width:100%;margin:5px 0;box-sizing:border-box}#ngg_page_content input[type=checkbox]{width:16px!important}#ngg_page_content .button-primary,#ngg_page_content .button-secondary,#ngg_page_content button{width:100%!important;margin:4px 0;display:block;text-align:center}.ngg-post-type .ngg_page_content_main .button,.ngg-post-type .ngg_page_content_main .page-title-action{width:80%!important;margin:4px 0;display:block;text-align:center;margin:10px auto 20px;padding:0!important}.ngg-post-type .ngg_page_content_main .displaying-num{display:none}#gallery_selection label{display:block;padding-bottom:8px}.post-type-ngg_pricelist .accordion table{width:100%!important}.post-type-ngg_pricelist .accordion #manual_shipping_options td{display:block;width:100%!important}.post-type-ngg_pricelist #ngg_page_content .accordion table input.shipping_rate{width:100%;max-width:100%}.post-type-ngg_pricelist .accordion input[type=checkbox]:checked:before{font:400 21px/1 dashicons}.ngg-post-type #ngg_page_content h1{text-align:center;display:block}#ngg_page_content .responsive-menu-icon{display:block;background:#9fbb1a;padding:10px 0 20px}#ngg_page_content .responsive-menu{display:none;float:none;margin:0}#ngg_page_content .responsive-menu a{display:block}} \ No newline at end of file +.ngg-admin .notice,.ngg-admin div.error,.ngg-admin div.updated{margin:20px 15px 0 0}.ngg-admin #ngg_page_content .notice,.ngg-admin #ngg_page_content div.error,.ngg-admin #ngg_page_content div.updated{margin:20px 0 20px 0}.hidden{display:none}.nextgen_advanced_toggle_link{font-size:11px;position:relative;bottom:5px;color:#444}.url_field{width:400px;max-width:100%}.nextgen_settings_colorpicker{width:85px!important;text-align:center;margin-left:50px}#nextgen_settings_wmXpos,#nextgen_settings_wmYpos{width:65px!important}table.nextgen_settings_position{width:auto!important}#ngg_page_content label.tooltip,#ngg_page_content span.tooltip{outline:0;background-image:url(information.png);background-repeat:no-repeat;padding-left:22px;padding-bottom:4px;background-size:18px}#poststuff .ui-accordion h3{padding-left:25px}#lightbox_effects_content table tr td:first-child{vertical-align:top;text-align:right;padding-right:7px;padding-top:5px}#lightbox_effects_content tr{height:28px}.ngg-admin #screen-meta-links{padding-bottom:20px}.ngg-admin #wpbody{position:static}#ngg_page_content{padding-bottom:0;width:98%;font-family:lato,sans-serif;height:auto;margin-top:25px;float:left;box-shadow:0 0 100px 10px rgba(0,0,0,.05)}#adminmenu .wp-submenu a[href*=ngg_pro_upgrade]{color:#9fbb1a;font-weight:600}.toplevel_page_nextgen-gallery #ngg_page_content{margin-top:20px}#ngg_page_content.ngg_settings_page{background:#fff}.ngg_gallery_sort,.ngg_manage_albums,.ngg_manage_galleries,.ngg_manage_images{background:#fcfcfc}#ngg_page_content .wrap{margin:0}#ngg_page_content .about-wrap{max-width:100%;background:#fff;float:left;background:#fcfcfc}#ngg_page_content a{color:#9fbb1a}#ngg_page_content .button-primary,#ngg_page_content .button-secondary,#ngg_page_content button{background-color:#9fbb1a;color:#fff!important;border:none!important;box-shadow:none!important;text-shadow:none!important;height:35px!important;padding:0 24px!important;line-height:35px;width:auto!important;border-radius:3px;text-transform:uppercase;letter-spacing:1px;font-size:11px;font-weight:700;font-family:Lato,sans-serif}#ngg_page_content .button-primary:hover,#ngg_page_content .button-secondary:hover,#ngg_page_content button:hover{background-color:#a9c524}#ngg_page_content .button-primary:active,#ngg_page_content .button-secondary:active,#ngg_page_content button:active{vertical-align:middle}#ngg_page_content .button-secondary{background-color:#888!important}.ngg-admin #ngg_page_content .notice button,.ngg-admin #ngg_page_content div.error button,.ngg-admin #ngg_page_content div.updated button{background-color:transparent!important;padding:0}#ngg_page_content button,.ngg-admin .notice button,.ngg-admin div.error button,.ngg-admin div.updated button{background:0 0}#ngg_page_content button.wp-color-result{height:24px!important;padding:0 0 0 30px!important;border:1px solid #ddd!important}#ngg_page_content button.wp-color-result:hover{background-color:transparent}#ngg_page_content input[type=checkbox]{height:16px!important;width:16px!important}#ngg_page_content.ngg_settings_page form>p{width:81%;background:#fff;margin:0;float:right}#ngg_page_content .ngg_save_settings_button{margin:30px;font-weight:700;height:40px!important;padding:0 40px!important}#ngg_page_content ::-webkit-input-placeholder{color:#aaa}#ngg_page_content :-ms-input-placeholder{color:#aaa}#ngg_page_content ::-moz-placeholder{color:#aaa;opacity:1}#ngg_page_content :-moz-placeholder{color:#aaa;opacity:1}.ngg-admin .select2-drop.select2-drop-above .select2-search input{width:100%}#ngg_page_content .ngg_page_content_header{border-bottom:10px solid #9fbb1a;height:80px;padding:0 0 0 20px;background:#143650;margin-top:-23px}#ngg_page_content .ngg_page_content_header img{height:40px;padding-top:20px;padding-right:20px;float:left;width:auto}#ngg_page_content .ngg_page_content_header h2,#ngg_page_content .ngg_page_content_header h3{line-height:80px;color:#fff;font-size:18px;font-family:Lato,sans-serif;text-transform:uppercase;letter-spacing:2px;text-align:left;font-weight:900}#ngg_page_content .ngg_page_content_header p{float:right;margin:-98px 0 0 0;font-size:15px;font-style:italic;font-weight:400;color:#cdd3d8;background:rgba(93,134,167,.18);padding:0 40px;border-left:1px solid #566b7c;color:#a7b8c6;line-height:80px}#ngg_page_content .ngg_page_content_header p a{text-decoration:none;font-weight:500;background:#aac43b;color:#fff;padding:5px 10px;font-style:normal;margin:-1px 0 0 20px;border-radius:1px;text-transform:uppercase}#ngg_page_content .ngg_page_content_header .ngg_save_settings_button{margin:0!important}#ngg_page_content .ngg_page_content_menu{padding:20px;width:20%;float:left;padding:0;height:100%;background:0 0}#ngg_page_content .ngg_page_content_menu a{box-shadow:none!important;cursor:pointer;display:block;padding:20px 10px 20px 15px;line-height:22px;margin:0;text-decoration:none;color:#2b5d89;text-transform:uppercase;font-size:11px;border-bottom:1px solid #eee;font-weight:600;letter-spacing:1.2px}.responsive-menu-icon{cursor:pointer;display:none;margin-bottom:5px;text-align:left}.responsive-menu-icon::before{color:#fff;content:'\f0c9';display:block;font:normal 20px/1 FontAwesome;margin:0 auto;text-align:center}#ngg_page_content .ngg_page_content_menu .ngg_page_content_menu_active,#ngg_page_content .ngg_page_content_menu a:active{outline:0;outline-width:0;outline-color:transparent;border-right:1px solid #fff;background:#9ebc1b;position:relative;color:#fff;margin-right:-1px;font-weight:800;border-bottom:1px solid #9dbd1b}#ngg_page_content .ngg_page_content_menu a:before{content:"\f107";float:left;font:normal 16px/1 FontAwesome;height:16px;right:0;margin-top:3px;text-align:right;z-index:9999;padding-right:10px;content:"\f1de"}#ngg_page_content .ngg_page_content_menu .ngg_page_content_menu_active:after,#ngg_page_content .ngg_page_content_menu a:active:after{right:0;border:8px solid transparent;content:"";width:0;position:absolute;pointer-events:none;border-right-color:#fff;top:50%;margin-top:-8px}#ngg_page_content .ngg_page_content_main{padding:10px 20px 20px 30px;min-height:600px;float:left;background:#fff;box-sizing:border-box;width:100%;box-shadow:0 -5px 4px 2px rgba(0,0,0,.05)}#ngg_page_content .ngg_overview .ngg_page_content_main,#ngg_page_content.ngg_settings_page .ngg_page_content_main{width:80%}.gallery_page_ngg_display_settings #ngg_page_content.ngg_settings_page .ngg_page_content_main{min-height:1000px}.gallery_page_ngg_other_options #ngg_page_content.ngg_settings_page .ngg_page_content_main{min-height:400px}#ngg_page_content .ngg_manage_tags .ngg_page_content_main{padding:0}#attach_to_post_tabs #displayed_tab #ngg_page_content .ngg_page_content_main>div,#ngg_page_content .ngg_overview .ngg_page_content_main>div,#ngg_page_content.ngg_settings_page .ngg_page_content_main>div{display:none}#attach_to_post_tabs #displayed_tab #ngg_page_content .ngg_page_content_main>div:first-of-type,#ngg_page_content .ngg_overview .ngg_page_content_main>div:first-of-type,#ngg_page_content.ngg_settings_page .ngg_page_content_main>div:first-of-type{display:block}#ngg_page_content.ngg_settings_page .ngg_page_content_main h3{color:rgba(29,36,42,.85);font-size:18px;margin:20px 0 30px;text-transform:uppercase}#ngg_page_content .ngg_page_content_main input,#ngg_page_content .ngg_page_content_main select{color:#888;height:35px;border:1px solid #ddd;padding-left:10px;box-shadow:none;width:200px;box-shadow:inset 0 0 2px 1px rgba(100,100,100,.05)}#ngg_page_content .ngg_page_content_main .select2-container{width:200px!important;line-height:0}#ngg_page_content .ngg_page_content_main .select2-selection--multiple,#ngg_page_content .ngg_page_content_main .select2-selection--single{border:1px solid #ddd}#ngg_page_content .ngg_page_content_main .select2-search{width:100%}#ngg_page_content .ngg_page_content_main .select2-search__field{border-radius:3px}#ngg_page_content .ngg_page_content_main .select2-selection__choice{background:#9fbb1a;background-image:none;border:none;box-shadow:none;color:#fff;line-height:20px;padding:7px 10px 7px 8px;width:92%}#ngg_page_content .ngg_page_content_main .select2-selection__choice__remove{color:#fff;margin-right:6px}#ngg_page_content .ngg_page_content_main div[data-id=lightbox_effects] .select2-container,#ngg_page_content .ngg_page_content_main div[data-id=lightbox_effects] input,#ngg_page_content .ngg_page_content_main div[data-id=lightbox_effects] select{width:250px}#attach_to_post_tabs #displayed_tab #ngg_page_content .ngg_page_content_main input[type=radio],#ngg_page_content.ngg_settings_page .ngg_page_content_main input[type=radio]{border-radius:50%!important;height:16px!important;width:16px!important;padding:0!important;vertical-align:middle}#attach_to_post_tabs #displayed_tab #ngg_page_content .ngg_page_content_main input[type=radio]:checked:before,#ngg_page_content.ngg_settings_page .ngg_page_content_main input[type=radio]:checked:before{background-color:#9fbb1a;border-radius:50%;color:transparent;content:"\2022";display:block;height:16px;margin:0 0 0 -1px;vertical-align:middle;width:16px}#attach_to_post_tabs #displayed_tab #ngg_page_content .ngg_page_content_main table,#ngg_page_content.ngg_settings_page .ngg_page_content_main table{color:rgba(29,36,42,.85);border-collapse:collapse;width:100%}#ngg_page_content table .sorting-indicator:before{color:#fff!important}#attach_to_post_tabs #displayed_tab #display_settings_tab_content table tr,#ngg_page_content.ngg_settings_page .ngg_page_content_main table tr{border:1px solid #f7f8f3;padding:5px 0!important;height:auto}#attach_to_post_tabs #displayed_tab #ngg_page_content .ngg_page_content_main table tr td,#ngg_page_content.ngg_settings_page .ngg_page_content_main table tr td,#ngg_page_content.ngg_settings_page .ngg_page_content_main table tr th{line-height:30px;vertical-align:middle;padding:10px 20px;box-sizing:border-box}.ngg-admin #ngg_page_content .widefat td,.ngg-admin #ngg_page_content .widefat th{padding:10px;color:rgba(118,169,52,.75);color:#aaa;vertical-align:middle}.ngg-admin #ngg_page_content .widefat tfoot th,.ngg-admin #ngg_page_content .widefat thead th{padding:0 10px;color:#fff;text-transform:uppercase}#ngg_page_content.ngg_settings_page .ngg_page_content_main table tr th{font-weight:400!important;font-size:13px!important;line-height:1.5!important}#attach_to_post_tabs #displayed_tab #ngg_page_content .ngg_page_content_main table tr td:first-of-type{width:300px;text-align:left;font-weight:400;padding-top:8px}#attach_to_post_tabs #displayed_tab #ngg_page_content .ngg_page_content_main table table tr td:first-of-type,#ngg_page_content.ngg_settings_page .ngg_page_content_main table table tr td:first-of-type{width:auto;font-weight:400;padding:10px 20px}#attach_to_post_tabs #displayed_tab #ngg_page_content .ngg_page_content_main table tr:nth-of-type(2n),#ngg_page_content.ngg_settings_page .ngg_page_content_main table tr:nth-of-type(2n){background-color:#f7f8f3}#ngg_page_content.ngg_settings_page .ngg_page_content_main tr.watermark_field{padding:10px 0!important}#ngg_page_content.ngg_settings_page .ngg_page_content_main .watermark_field table{border:1px solid #d3e1c8}#ngg_page_content.ngg_settings_page .ngg_page_content_main .watermark_field table td{padding:5px 15px!important}#ngg_page_content.ngg_settings_page .ngg_page_content_main .watermark_field table td:first-of-type{width:auto!important}#ngg_page_content.ngg_settings_page .ngg_page_content_main .watermark_field table tr{border:none;padding:0!important}#ngg_page_content.ngg_settings_page .ngg_page_content_main .watermark_field img{max-width:100%}#attach_to_post_tabs #displayed_tab #ngg_page_content .ngg_page_content_main label,#ngg_page_content.ngg_settings_page .ngg_page_content_main label,#ngg_page_content.ngg_settings_page .ngg_page_content_main p.description{font-size:14px;color:#666}#ngg_page_content.ngg_settings_page .ngg_page_content_main label{margin-right:5px}#ngg_page_content.ngg_settings_page .ngg_page_content_main label:last-of-type{margin-right:15px}#ngg_page_content.ngg_settings_page .nextgen_settings_position td,#ngg_page_content.ngg_settings_page .nextgen_settings_position tr:nth-of-type(2n){border:none!important}#ngg_page_content.ngg_settings_page .nextgen_pro_lightbox_admin_header{background:#38576f!important;margin-top:20px}.nextgen_pro_lightbox_admin_header td{padding-left:0!important}.nextgen_pro_lightbox_admin_header td h3{text-transform:none!important;color:#fff!important;margin:0 0 0 20px!important}.ngg_options_promo{background:#224460;color:#fff;font-family:Lato,sans-serif;font-size:14px;font-weight:600}.ngg_options_promo a{text-decoration:none;font-weight:600;margin-left:6px}.gallery_page_ngg_other_options #ngg_page_content .ngg_page_content_main tbody tr td.ngg_options_promo{width:100%!important}.ngg-post-type .ngg_page_content_main .button,.ngg-post-type .ngg_page_content_main .page-title-action{background-color:#9fbb1a!important;color:#fff!important;border:none!important;box-shadow:none!important;text-shadow:none!important;height:35px!important;padding:0 15px!important;line-height:35px;width:auto!important}.ngg-post-type .ngg_page_content_main .button:hover,.ngg-post-type .ngg_page_content_main .page-title-action:hover{background-color:#a9c524!important}.ngg-post-type .ngg_page_content_main .page-title-action{padding:8px 16px!important}.ngg-post-type .ngg_admin_notice{display:none}.ngg-post-type .ngg_page_content_main .tablenav{margin:0 0 20px}.ngg-post-type .ngg_page_content_main .tablenav .actions,.ngg-post-type .ngg_page_content_main .tablenav .tablenav-pages{margin:10px 0}.ngg-post-type .ngg_page_content_main .tablenav .tablenav-pages a,.ngg-post-type .ngg_page_content_main .tablenav-pages-navspan{background:#556472;border:none;color:#fff!important;margin:0 2px}.ngg-post-type #ngg_page_content .ngg_page_content_main .tablenav input.current-page{width:50px!important}.ngg-post-type .ngg_page_content_main table{box-shadow:none;table-layout:auto;border:1px solid rgba(159,187,26,.08)}.ngg-post-type .ngg_page_content_main table tfoot,.ngg-post-type .ngg_page_content_main table thead{background-color:#38576f;text-transform:uppercase}.ngg-post-type .ngg_page_content_main table tfoot{background-color:#38576f}.ngg-post-type .ngg_page_content_main table tfoot a,.ngg-post-type .ngg_page_content_main table thead a{padding:0}.ngg-post-type .ngg_page_content_main table tfoot span,.ngg-post-type .ngg_page_content_main table thead span{color:#fff;font-size:15px}.ngg-post-type .ngg_page_content_main table thead td,.ngg-post-type .ngg_page_content_main table thead th{background-color:transparent;border:none;color:#fff}.ngg-post-type .ngg_page_content_main table thead td{padding:12px 5px!important}.ngg-post-type #ngg_page_content .ngg_page_content_main input[type=checkbox]{height:13px!important;width:13px!important;min-width:auto;margin-top:2px}.ngg-post-type #ngg_page_content .ngg_page_content_main input[type=checkbox]:checked:before{color:#9fbb1a;margin:-5px 0 0 -5px}.ngg-post-type #ngg_page_content .sorting-indicator:before{color:#fff!important}.ngg-post-type .ngg_page_content_main .striped>tbody>:nth-child(odd){background-color:#f7f8f3}.ngg-post-type .ngg_page_content_main a.row-title{font-weight:400}.ngg-post-type .ngg_page_content_main .row-actions{left:0;padding-top:0}.ngg-post-type .ngg_page_content_main .row-actions a{color:rgba(118,169,52,.75)!important;color:#aaa!important}.ngg-post-type .ngg_page_content_main td.column-title strong{margin-bottom:0}.ngg-post-type #wpbody-content .quick-edit-row-page .inline-edit-col-left{width:100%}.ngg-post-type #ngg_page_content .widefat td,.ngg-post-type #ngg_page_content .widefat th{padding:10px;color:rgba(118,169,52,.75);color:#aaa;vertical-align:middle}.ngg-post-type #ngg_page_content .widefat tfoot th,.ngg-post-type #ngg_page_content .widefat thead th{padding:0 10px;color:#fff;text-transform:uppercase}.ngg-post-type .ngg_page_content_main .tablenav.bottom{margin:10px 0 0}.ngg-admin #postbox-container-2 h2.ui-sortable-handle,.ngg-post-type #ngg_page_content h3.accordion_tab{padding:10px;background:#38576f;margin-bottom:0}.ngg-admin #postbox-container-2 h2.ui-sortable-handle,.ngg-post-type #ngg_page_content h3.accordion_tab a{color:#fff;text-decoration:none}.ngg-admin #postbox-container-2 .postbox,.ngg-post-type .accordion>div{border-left:1px solid rgba(159,187,26,.05);border-bottom:1px solid rgba(159,187,26,.05);border-right:1px solid rgba(159,187,26,.05);margin-bottom:30px;background-color:#f7f8f3}.ngg-post-type .accordion>div{padding:20px;margin-bottom:30px}.ngg-post-type .accordion>div table{border:none}.ngg-admin #postbox-container-2 .postbox .inside{margin:0}.ngg-admin #postbox-container-2 .postbox .inside a{color:#9fbb1a}.ngg-admin #postbox-container-2 .postbox .inside td,.ngg-admin #postbox-container-2 .postbox .inside th{padding:5px 10px}.ngg-admin #postbox-container-2 .postbox .inside .button-primary,.ngg-post-type .accordion>div .button-primary{margin:15px 0 0}.ngg-post-type table input[type=text]{margin:0}@media (max-width:1030px){#ngg_page_content .ngg_page_content_header p{padding:0 20px}}@media (max-width:900px){#ngg_page_content .ngg_page_content_header p{display:none}}@media (max-width:782px){.ngg-post-type #ngg_page_content button.toggle-row{width:40px!important;height:40px!important;background:0 0!important}.ngg-post-type tr:not(.inline-edit-row):not(.no-items) td.column-primary~td:not(.check-column){padding:3px 8px 3px 35%}.ngg-post-type #ngg_page_content .ngg_page_content_main input[type=checkbox]:checked:before{font:400 20px/1 dashicons!important}#ngg_page_content .ngg_page_content_header img{padding-right:10px}#ngg_page_content .ngg_overview .ngg_page_content_header h3,#ngg_page_content .ngg_page_content_header h3{font-size:14px}#ngg_page_content .ngg_overview .ngg_page_content_main,#ngg_page_content .ngg_page_content_menu,#ngg_page_content.ngg_settings_page .ngg_page_content_main{width:100%}#ngg_page_content .ngg_page_content_main,#ngg_page_content.ngg_settings_page .ngg_page_content_main{padding:20px}#attach_to_post_tabs #displayed_tab #ngg_page_content .ngg_page_content_main table,#attach_to_post_tabs #displayed_tab #ngg_page_content .ngg_page_content_main tbody,#ngg_page_content.ngg_settings_page .ngg_page_content_main table,#ngg_page_content.ngg_settings_page .ngg_page_content_main tbody{display:block!important;max-width:100%}#ngg_page_content.ngg_settings_page .ngg_page_content_main tbody.hidden{display:none!important}#attach_to_post_tabs #displayed_tab #ngg_page_content #slug_configuration{display:none!important}#attach_to_post_tabs #displayed_tab #display_settings_tab_content table tr,#ngg_page_content.ngg_settings_page .ngg_page_content_main table tr{display:block!important;padding:10px 0 20px!important}#attach_to_post_tabs #displayed_tab #ngg_page_content .ngg_page_content_main table tr td,#ngg_page_content.ngg_settings_page .ngg_page_content_main table tr td,#ngg_page_content.ngg_settings_page .ngg_page_content_main table tr th{display:block;padding:2px 10px}#ngg_page_content.ngg_settings_page .ngg_page_content_main table.nextgen_settings_position tr td{display:table-cell}#ngg_page_content.ngg_settings_page .ngg_page_content_main h2,#ngg_page_content.ngg_settings_page .ngg_page_content_main h3{text-align:center}#ngg_page_content.ngg_settings_page form>p{width:100%;padding:15px;box-sizing:border-box}#ngg_page_content .ngg_page_content_main input,#ngg_page_content .ngg_page_content_main select{max-width:100%;margin:5px 0;box-sizing:border-box}#ngg_page_content .ngg_page_content_main .select2-container,#ngg_page_content .ngg_page_content_main input[type=number],#ngg_page_content .ngg_page_content_main input[type=text],#ngg_page_content .ngg_page_content_main select{width:100%!important}#ngg_page_content button.wp-color-result{width:auto!important}#ngg_page_content button.wp-color-result .wp-color-result-text{line-height:22px}.ngg-post-type .ngg_page_content_main .subsubsub{width:100%}.ngg-post-type .ngg_page_content_main .tablenav .actions{width:100%}.ngg-post-type #ngg_page_content .ngg_page_content_main input,.ngg-post-type #ngg_page_content .ngg_page_content_main select{width:100%!important;max-width:100%;margin:5px 0;box-sizing:border-box}#ngg_page_content input[type=checkbox]{width:16px!important}#ngg_page_content .button-primary,#ngg_page_content .button-secondary,#ngg_page_content button{width:100%!important;margin:4px 0;display:block;text-align:center}.ngg-post-type .ngg_page_content_main .button,.ngg-post-type .ngg_page_content_main .page-title-action{width:80%!important;margin:4px 0;display:block;text-align:center;margin:10px auto 20px;padding:0!important}.ngg-post-type .ngg_page_content_main .displaying-num{display:none}#gallery_selection label{display:block;padding-bottom:8px}.post-type-ngg_pricelist .accordion table{width:100%!important}.post-type-ngg_pricelist .accordion #manual_shipping_options td{display:block;width:100%!important}.post-type-ngg_pricelist #ngg_page_content .accordion table input.shipping_rate{width:100%;max-width:100%}.post-type-ngg_pricelist .accordion input[type=checkbox]:checked:before{font:400 21px/1 dashicons}.ngg-post-type #ngg_page_content h1{text-align:center;display:block}#ngg_page_content .responsive-menu-icon{display:block;background:#9fbb1a;padding:10px 0 15px}#ngg_page_content .responsive-menu{display:none;float:none;margin:0}#ngg_page_content .responsive-menu a{display:block}#ngg_page_content .ngg_page_content_menu .ngg_page_content_menu_active:after,#ngg_page_content .ngg_page_content_menu a:active:after{display:none}} \ No newline at end of file diff --git a/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_data/module.nextgen_data.php b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_data/module.nextgen_data.php index 64ecbb649..2f1390977 100644 --- a/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_data/module.nextgen_data.php +++ b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_data/module.nextgen_data.php @@ -172,11 +172,8 @@ class M_NextGen_Data extends C_Base_Module $data->removeAttribute($name); // DO NOT EVER allow href="javascript:...." - if ($name === 'href') - { - if (strpos($item->nodeValue, 'javascript:') === 0) - $item->nodeValue = '#'; - } + if (strpos($item->nodeValue, 'javascript:') === 0) + $item->nodeValue = '#'; } } } diff --git a/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_data/pel-0.9.6/class.exif_writer.php b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_data/pel-0.9.6/class.exif_writer.php index e249d606d..359508475 100644 --- a/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_data/pel-0.9.6/class.exif_writer.php +++ b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_data/pel-0.9.6/class.exif_writer.php @@ -4,6 +4,11 @@ // build process as the NGG package files cannot contain PHP 5.3+ code yet. See the // C_Exif_Writer_Wrapper class which loads this file outside of the POPE module system. +/* + * TAKE NOTE: when upgrading PEL check that the changes made to PelIfd.php in commit 7317 / 825b17c599b6 + * have been applied or adopted from upstream. + */ + require_once('autoload.php'); use lsolesen\pel\PelDataWindow; diff --git a/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_data/pel-0.9.6/src/PelIfd.php b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_data/pel-0.9.6/src/PelIfd.php index 2257e8383..5299bf737 100644 --- a/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_data/pel-0.9.6/src/PelIfd.php +++ b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_data/pel-0.9.6/src/PelIfd.php @@ -217,8 +217,14 @@ class PelIfd implements \IteratorAggregate, \ArrayAccess $type = PelIfd::INTEROPERABILITY; } - $this->sub[$type] = new PelIfd($type); - $this->sub[$type]->load($d, $o); + $ifd = new PelIfd($type); + try { + $ifd->load($d, $o); + $this->sub[$type] = $ifd; + } catch (PelDataWindowOffsetException $e) { + Pel::maybeThrow(new PelIfdException($e->getMessage())); + } + break; case PelTag::JPEG_INTERCHANGE_FORMAT: $thumb_offset = $d->getLong($offset + 12 * $i + 8); @@ -519,7 +525,11 @@ class PelIfd implements \IteratorAggregate, \ArrayAccess } /* Now set the thumbnail normally. */ - $this->setThumbnail($d->getClone($offset, $length)); + try { + $this->setThumbnail($d->getClone($offset, $length)); + } catch (PelDataWindowWindowException $e) { + Pel::maybeThrow(new PelIfdException($e->getMessage())); + } } } diff --git a/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_pro_upgrade/package.module.nextgen_pro_upgrade.php b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_pro_upgrade/package.module.nextgen_pro_upgrade.php index 3eeb6164b..1661dfeaa 100644 --- a/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_pro_upgrade/package.module.nextgen_pro_upgrade.php +++ b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_pro_upgrade/package.module.nextgen_pro_upgrade.php @@ -39,7 +39,7 @@ class A_NextGen_Pro_Upgrade_Controller extends Mixin } function get_page_title() { - return __('Upgrade', 'nggallery'); + return __('Upgrade to Pro', 'nggallery'); } function get_required_permission() { diff --git a/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_settings/module.nextgen_settings.php b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_settings/module.nextgen_settings.php index 896580f34..17cfa919c 100644 --- a/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_settings/module.nextgen_settings.php +++ b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_settings/module.nextgen_settings.php @@ -62,7 +62,6 @@ class C_NextGen_Settings_Installer $this->_local_settings = array( 'gallerypath' => 'wp-content'.DIRECTORY_SEPARATOR.'gallery'.DIRECTORY_SEPARATOR, 'deleteImg' => TRUE, // delete Images - 'swfUpload' => TRUE, // activate the batch upload 'usePermalinks' => FALSE, // use permalinks for parameters 'permalinkSlug' => 'nggallery', // the default slug for permalinks 'graphicLibrary' => 'gd', // default graphic library diff --git a/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_xmlrpc/package.module.nextgen_xmlrpc.php b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_xmlrpc/package.module.nextgen_xmlrpc.php index e787aa1c3..164db5e67 100644 --- a/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_xmlrpc/package.module.nextgen_xmlrpc.php +++ b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_xmlrpc/package.module.nextgen_xmlrpc.php @@ -9,6 +9,8 @@ class A_NextGen_API_Ajax extends Mixin var $nextgen_api = NULL; var $_nextgen_api_locked = false; var $_shutdown_registered = false; + var $_error_handler_registered = false; + var $_error_handler_old = null; function get_nextgen_api() { if (is_null($this->nextgen_api)) { @@ -16,13 +18,33 @@ class A_NextGen_API_Ajax extends Mixin } return $this->nextgen_api; } - function get_nextgen_api_path_list_action() + function _authenticate_user($regenerate_token = false) { $api = $this->get_nextgen_api(); $username = $this->object->param('q'); $password = $this->object->param('z'); + $token = $this->object->param('tok'); + return $api->authenticate_user($username, $password, $token, $regenerate_token); + } + function get_nextgen_api_token_action() + { + $regen = $this->object->param('regenerate_token') ? true : false; + $user_obj = $this->_authenticate_user($regen); + $response = array(); + if ($user_obj != null) { + $response['result'] = 'ok'; + $response['result_object'] = array('token' => get_user_meta($user_obj->ID, 'nextgen_api_token', true)); + } else { + $response['result'] = 'error'; + $response['error'] = array('code' => C_NextGen_API::ERR_NOT_AUTHENTICATED, 'message' => __('Authentication Failed.', 'nggallery')); + } + return $response; + } + function get_nextgen_api_path_list_action() + { + $api = $this->get_nextgen_api(); $app_config = $this->object->param('app_config'); - $user_obj = wp_authenticate($username, $password); + $user_obj = $this->_authenticate_user(); $response = array(); if ($user_obj != null && !is_a($user_obj, 'WP_Error')) { wp_set_current_user($user_obj->ID); @@ -77,18 +99,56 @@ class A_NextGen_API_Ajax extends Mixin } return $response; } + function _get_max_upload_size() + { + static $max_size = -1; + if ($max_size < 0) { + $post_max_size = $this->_parse_size(ini_get('post_max_size')); + if ($post_max_size > 0) { + $max_size = $post_max_size; + } + $upload_max = $this->_parse_size(ini_get('upload_max_filesize')); + if ($upload_max > 0 && $upload_max < $max_size) { + $max_size = $upload_max; + } + } + return $max_size; + } + function _parse_size($size) + { + $unit = preg_replace('/[^bkmgtpezy]/i', '', $size); + $size = preg_replace('/[^0-9\\.]/', '', $size); + if ($unit) { + return round($size * pow(1024, stripos('bkmgtpezy', $unit[0]))); + } else { + return round($size); + } + } function enqueue_nextgen_api_task_list_action() { $api = $this->get_nextgen_api(); - $username = $this->object->param('q'); - $password = $this->object->param('z'); + $user_obj = $this->_authenticate_user(); $response = array(); - $user_obj = wp_authenticate($username, $password); if ($user_obj != null && !is_a($user_obj, 'WP_Error')) { wp_set_current_user($user_obj->ID); $security = $this->get_registry()->get_utility('I_Security_Manager'); $app_config = $this->object->param('app_config'); $task_list = $this->object->param('task_list'); + $extra_data = $this->object->param('extra_data'); + if (is_string($app_config)) { + $app_config = json_decode($app_config, true); + } + if (is_string($task_list)) { + $task_list = json_decode($task_list, true); + } + if (is_string($extra_data)) { + $extra_data = json_decode($extra_data, true); + } + foreach ($_FILES as $key => $file) { + if (substr($key, 0, strlen('file_data_')) == 'file_data_') { + $extra_data[substr($key, strlen('file_data_'))] = $file; + } + } if ($task_list != null) { $task_count = count($task_list); $auth_count = 0; @@ -145,16 +205,22 @@ class A_NextGen_API_Ajax extends Mixin $handler_delay = defined('NGG_API_JOB_HANDLER_DELAY') ? intval(NGG_API_JOB_HANDLER_DELAY) : 0; $handler_delay = $handler_delay > 0 ? $handler_delay : 30; /* in seconds */ + $handler_maxsize = defined('NGG_API_JOB_HANDLER_MAXSIZE') ? intval(NGG_API_JOB_HANDLER_MAXSIZE) : 0; + $handler_maxsize = $handler_maxsize > 0 ? $handler_maxsize : $this->_get_max_upload_size(); + /* in bytes */ $response['result'] = 'ok'; - $response['result_object'] = array('job_id' => $job_id, 'job_post_back' => $post_back, 'job_handler_url' => home_url('?photocrati_ajax=1&action=execute_nextgen_api_task_list'), 'job_handler_delay' => $handler_delay); + $response['result_object'] = array('job_id' => $job_id, 'job_post_back' => $post_back, 'job_handler_url' => home_url('?photocrati_ajax=1&action=execute_nextgen_api_task_list'), 'job_handler_delay' => $handler_delay, 'job_handler_maxsize' => $handler_maxsize); if (!defined('NGG_API_SUPPRESS_QUICK_EXECUTE') || NGG_API_SUPPRESS_QUICK_EXECUTE == false) { if (!$api->is_execution_locked()) { $this->_start_locked_execute(); - $result = $api->handle_job($job_id, $api->get_job_data($job_id), $app_config, $api->get_job_task_list($job_id)); - if ($result) { + try { + $result = $api->handle_job($job_id, $api->get_job_data($job_id), $app_config, $api->get_job_task_list($job_id), $extra_data); $response['result_object']['job_result'] = $api->get_job_task_list($job_id); - // everything was finished, remove job - $api->remove_job($job_id); + if ($result) { + // everything was finished, remove job + $api->remove_job($job_id); + } + } catch (Exception $e) { } $this->_stop_locked_execute(); } @@ -183,6 +249,10 @@ class A_NextGen_API_Ajax extends Mixin $this->get_nextgen_api()->set_execution_locked(false); } } + function _error_handler($errno, $errstr, $errfile, $errline) + { + return false; + } function _start_locked_execute() { $api = $this->get_nextgen_api(); @@ -190,6 +260,10 @@ class A_NextGen_API_Ajax extends Mixin register_shutdown_function(array($this, '_do_shutdown')); $this->_shutdown_registered = true; } + if (!$this->_error_handler_registered) { + //$this->_error_handler_old = set_error_handler(array($this, '_error_handler')); + $this->_error_handler_registered = true; + } $api->set_execution_locked(true); $this->_nextgen_api_locked = true; } @@ -198,6 +272,10 @@ class A_NextGen_API_Ajax extends Mixin $api = $this->get_nextgen_api(); $api->set_execution_locked(false); $this->_nextgen_api_locked = false; + if ($this->_error_handler_registered) { + //set_error_handler($this->_error_handler_old); + $this->_error_handler_registered = false; + } } function execute_nextgen_api_task_list_action() { @@ -210,24 +288,36 @@ class A_NextGen_API_Ajax extends Mixin } else { if ($job_list != null) { $this->_start_locked_execute(); - $job_count = count($job_list); - $done_count = 0; - $client_result = array(); - foreach ($job_list as $job) { - $job_id = $job['id']; - $job_data = $job['data']; - $result = $api->handle_job($job_id, $job_data, $job['app_config'], $job['task_list']); - if ($result) { - $done_count++; + try { + $extra_data = $this->object->param('extra_data'); + $job_count = count($job_list); + $done_count = 0; + $client_result = array(); + if (is_string($extra_data)) { + $extra_data = json_decode($extra_data, true); + } + foreach ($_FILES as $key => $file) { + if (substr($key, 0, strlen('file_data_')) == 'file_data_') { + $extra_data[substr($key, strlen('file_data_'))] = $file; + } + } + foreach ($job_list as $job) { + $job_id = $job['id']; + $job_data = $job['data']; + $result = $api->handle_job($job_id, $job_data, $job['app_config'], $job['task_list'], $extra_data); if (isset($job_data['clientid']) && $job_data['clientid'] == $this->object->param('clientid')) { $client_result[$job_id] = $api->get_job_task_list($job_id); } - // everything was finished, remove job - $api->remove_job($job_id); - } - if ($api->should_stop_execution()) { - break; + if ($result) { + $done_count++; + // everything was finished, remove job + $api->remove_job($job_id); + } + if ($api->should_stop_execution()) { + break; + } } + } catch (Exception $e) { } $this->_stop_locked_execute(); if ($done_count == $job_count) { @@ -307,9 +397,9 @@ class C_NextGen_API extends C_Component function set_execution_locked($locked) { if ($locked) { - update_option('ngg_api_execution_lock', time()); + update_option('ngg_api_execution_lock', time(), false); } else { - update_option('ngg_api_execution_lock', 0); + update_option('ngg_api_execution_lock', 0, false); } } function get_job_list() @@ -325,7 +415,7 @@ class C_NextGen_API extends C_Component } $job = array('id' => $job_id, 'post_back' => array('token' => md5($job_id)), 'data' => $job_data, 'app_config' => $app_config, 'task_list' => $task_list); $job_list[$job_id] = $job; - update_option('ngg_api_job_list', $job_list); + update_option('ngg_api_job_list', $job_list, false); return $job_id; } function _update_job($job_id, $job) @@ -333,7 +423,7 @@ class C_NextGen_API extends C_Component $job_list = $this->get_job_list(); if (isset($job_list[$job_id])) { $job_list[$job_id] = $job; - update_option('ngg_api_job_list', $job_list); + update_option('ngg_api_job_list', $job_list, false); } } function remove_job($job_id) @@ -341,7 +431,7 @@ class C_NextGen_API extends C_Component $job_list = $this->get_job_list(); if (isset($job_list[$job_id])) { unset($job_list[$job_id]); - update_option('ngg_api_job_list', $job_list); + update_option('ngg_api_job_list', $job_list, false); } } function get_job($job_id) @@ -386,6 +476,46 @@ class C_NextGen_API extends C_Component } return null; } + function authenticate_user($username, $password, $token, $regenerate_token = false) + { + $user_obj = null; + if ($token != null) { + $users = get_users(array('meta_key' => 'nextgen_api_token', 'meta_value' => $token)); + if ($users != null && count($users) == 1) { + $user_obj = $users[0]; + } + } + if ($user_obj == null) { + if ($username != null && $password != null) { + $user_obj = wp_authenticate($username, $password); + $token = get_user_meta($user_obj->ID, 'nextgen_api_token', true); + if ($token == null) { + $regenerate_token = true; + } + } + } + if (is_a($user_obj, 'WP_Error')) { + $user_obj = null; + } + if ($regenerate_token) { + if ($user_obj != null) { + $token = ''; + if (function_exists('random_bytes')) { + $token = bin2hex(random_bytes(16)); + } else { + if (function_exists('openssl_random_pseudo_bytes')) { + $token = bin2hex(openssl_random_pseudo_bytes(16)); + } else { + for ($i = 0; $i < 16; $i++) { + $token .= bin2hex(mt_rand(0, 15)); + } + } + } + update_user_meta($user_obj->ID, 'nextgen_api_token', $token); + } + } + return $user_obj; + } function create_filesystem_access($args, $method = null) { // taken from wp-admin/includes/file.php but with modifications @@ -486,7 +616,7 @@ class C_NextGen_API extends C_Component return $id; } // Note: handle_job only worries about processing the job, it does NOT remove finished jobs anymore, the responsibility is on the caller to remove the job when handle_job returns true, this is to allow calling get_job_*() methods after handle_job has been called - function handle_job($job_id, $job_data, $app_config, $task_list) + function handle_job($job_id, $job_data, $app_config, $task_list, $extra_data = null) { $job_user = $job_data['user']; $task_count = count($task_list); @@ -635,8 +765,9 @@ class C_NextGen_API extends C_Component $image_id = isset($image['id']) ? $image['id'] : null; $image_filename = isset($image['filename']) ? $image['filename'] : null; $image_path = isset($image['path']) ? $image['path'] : null; + $image_data_key = isset($image['data_key']) ? $image['data_key'] : null; $image_action = isset($image['action']) ? $image['action'] : null; - $image_status = 'skip'; + $image_status = isset($image['status']) ? $image['status'] : 'skip'; if ($image_filename == null) { $image_filename = basename($image_path); } @@ -670,10 +801,36 @@ class C_NextGen_API extends C_Component } } else { /* image was added or edited and needs updating */ - $image_path = $images_folder . $image_path; - if ($image_path != null && $wp_fs->exists($image_path)) { + $image_data = null; + if ($image_data_key != null) { + if (!isset($extra_data['__queuedImages'][$image_data_key])) { + if (isset($extra_data[$image_data_key])) { + $image_data_arr = $extra_data[$image_data_key]; + $image_data = file_get_contents($image_data_arr['tmp_name']); + } + if ($image_data == null) { + $image_error = __('Could not obtain data for image (%1$s).', 'nggallery'); + } + } else { + $image_status = 'queued'; + } + } else { + $image_path = $images_folder . $image_path; + if ($image_path != null && $wp_fs->exists($image_path)) { + $image_data = $wp_fs->get_contents($image_path); + } else { + if (is_multisite()) { + $image_error = __('Could not find image file for image (%1$s). Using FTP Upload Method in Multisite is not recommended.', 'nggallery'); + } else { + $image_error = __('Could not find image file for image (%1$s).', 'nggallery'); + } + } + // delete temporary image + $wp_fs->delete($image_path); + } + if ($image_data != null) { try { - $ngg_image = $storage->upload_base64_image($gallery, $wp_fs->get_contents($image_path), $image_filename, $image_id, true); + $ngg_image = $storage->upload_base64_image($gallery, $image_data, $image_filename, $image_id, true); if ($ngg_image != null) { $image_status = 'done'; $image_id = $ngg_image->{$ngg_image->id_field}; @@ -692,10 +849,6 @@ class C_NextGen_API extends C_Component } catch (E_EntityNotFoundException $e) { // gallery doesn't exist - already checked above so this should never happen } - // delete temporary image - $wp_fs->delete($image_path); - } else { - $image_error = __('Could not find image file for image (%1$s).', 'nggallery'); } } if ($image_error != null) { @@ -708,8 +861,10 @@ class C_NextGen_API extends C_Component if ($image_status) { $image['status'] = $image_status; } - // append processed image to result image_list array - $result_images[] = $image; + if ($image_status != 'queued') { + // append processed image to result image_list array + $result_images[] = $image; + } if ($this->should_stop_execution()) { break; } @@ -717,7 +872,7 @@ class C_NextGen_API extends C_Component $task_result['image_list'] = $result_images; $image_list_unfinished = count($result_images) < $image_count; // if images have finished processing, remove the folder used to store the temporary images (the folder should be empty due to delete() calls above) - if (!$image_list_unfinished) { + if (!$image_list_unfinished && $storage_path != null && $storage_path != $fs_sep && $path_prefix != null && $path_prefix != $fs_sep) { $wp_fs->rmdir($images_folder); } } else { @@ -737,7 +892,7 @@ class C_NextGen_API extends C_Component $error = __('Could not find gallery (%1$s).', 'nggallery'); } // XXX workaround for $gallery->save() returning false even if successful - if (isset($task_result['image_list'])) { + if (isset($task_result['image_list']) && $gallery != null) { $task_result['object_id'] = $gallery->id(); } if ($error == null) { @@ -887,18 +1042,21 @@ class C_NextGen_API extends C_Component // unfinished tasks, return false return false; } else { - // everything was finished, write status file - $status_file = '_ngg_job_status_' . strval($job_id) . '.txt'; - $status_content = json_encode($task_list); - if ($wp_fs != null) { - $status_path = $path_prefix . $fs_sep . $status_file; - $status_path = str_replace(array('\\', '/'), $fs_sep, $status_path); - $wp_fs->put_contents($status_path, $status_content); - } else { - // if WP_Filesystem failed try one last desperate attempt at direct file writing - $status_path = str_replace($ftp_path, $root_path, $full_path) . DIRECTORY_SEPARATOR . $status_file; - $status_path = str_replace(array('\\', '/'), DIRECTORY_SEPARATOR, $status_path); - file_put_contents($status_path, $status_content); + $upload_method = isset($app_config['upload_method']) ? $app_config['upload_method'] : 'ftp'; + if ($upload_method == 'ftp') { + // everything was finished, write status file + $status_file = '_ngg_job_status_' . strval($job_id) . '.txt'; + $status_content = json_encode($task_list); + if ($wp_fs != null) { + $status_path = $path_prefix . $fs_sep . $status_file; + $status_path = str_replace(array('\\', '/'), $fs_sep, $status_path); + $wp_fs->put_contents($status_path, $status_content); + } else { + // if WP_Filesystem failed try one last desperate attempt at direct file writing + $status_path = str_replace($ftp_path, $root_path, $full_path) . DIRECTORY_SEPARATOR . $status_file; + $status_path = str_replace(array('\\', '/'), DIRECTORY_SEPARATOR, $status_path); + file_put_contents($status_path, $status_content); + } } return true; } diff --git a/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/admin/css/nggadmin.css b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/admin/css/nggadmin.css index 32694f254..3721d7bba 100644 --- a/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/admin/css/nggadmin.css +++ b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/admin/css/nggadmin.css @@ -146,13 +146,6 @@ div[data-id="genesis-link"] .feature-section .col { max-width: 100%; } -/* FLASH UPLOAD BUTTON */ -.swfupload { - position:absolute; - z-index:1; - vertical-align:top; -} - /* OPTIONS TABLE */ .ngg-options th { width:22%; @@ -351,11 +344,15 @@ a.switch-expert { } .ngg_manage_galleries th#id { - min-width: 40px; + width: 33px; } .ngg_manage_galleries th#title { - min-width: 80px; + min-width: 140px; +} + +.ngg_manage_galleries td.title { + font-weight: bold; } .ngg_manage_galleries th#author { diff --git a/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/admin/css/nggadmin.min.css b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/admin/css/nggadmin.min.css index f974be1f6..75aa49182 100644 --- a/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/admin/css/nggadmin.min.css +++ b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/admin/css/nggadmin.min.css @@ -1 +1 @@ -#iframely h2.title{display:none}#newversion{border-color:#ccc;border-style:solid;border-width:1px;margin-right:7px;margin-top:10px;padding:2px}.ngg-dashboard-widget ul.settings span{padding-left:10px;color:#2583ad;font-weight:700}.ngg-overview .postbox .handlediv{float:right;height:24px;width:24px}#ngg_page_content .ngg_overview .ngg_page_content_header h2{padding-top:2px}#ngg_page_content .ngg_overview .ngg_page_content_main h2{text-align:left;font-size:28px;font-weight:500;color:#444;margin:20px 0}#ngg_page_content .ngg_overview .ngg_page_content_main .about-text{font-size:18px;max-width:none;margin:20px 0}#ngg-gallery-wizard{min-height:auto;position:absolute;top:0;right:0;text-align:right;margin:0 20px 0 0;line-height:80px;color:#fff;font-size:14px;background:rgba(93,134,167,.18);margin-right:0;padding:0 40px;border-left:1px solid #566b7c;color:#a7b8c6}#ngg-gallery-wizard a{font-weight:700;text-decoration:none;margin-left:20px}.warning{color:#9f6000;background-color:#feefb3;border:1px solid;margin:5px 0;padding:5px}#donator_message{margin:5px 0 15px;background-color:#bde5f8;border-color:#00529b;-moz-border-radius-bottomleft:3px;-moz-border-radius-bottomright:3px;-moz-border-radius-topleft:3px;-moz-border-radius-topright:3px;border-style:solid;border-width:1px;margin:5px 15px 2px;padding:0 .6em}#donator_message p{line-height:1;margin:.5em 0;padding:2px;padding-bottom:10px}#donator_message span{padding-top:10px;float:right}#plugin_check img{float:right}#plugin_check p.message{font-size:90%;color:#666}.toplevel_page_nextgen-gallery .feature-video iframe{box-shadow:0 0 50px 25px rgba(0,0,0,.03)}div[data-id=pro-link] .feature-section iframe{width:900px;height:506px;max-width:100%}#ngg_page_content .button-primary.ngg-pro-upgrade{text-transform:uppercase;height:50px!important;padding:0 40px!important;line-height:50px;font-weight:600;letter-spacing:.5px}div[data-id=genesis-link] .feature-section,div[data-id=genesis-link] .feature-section .col,div[data-id=videos-link] .feature-section,div[data-id=videos-link] .feature-section .col{padding:0;margin:0}.ngg-admin .ui-dialog{max-width:100%}.swfupload{position:absolute;z-index:1;vertical-align:top}.ngg-options th{width:22%}a.switch-expert{text-decoration:none}#wm-preview{float:right;font-size:90%;width:35%;border-color:#ebebeb #ccc #ccc #ebebeb;border-style:solid;border-width:1px;margin-bottom:10px;margin-left:10px;margin-right:8px;padding:2px}#wm-preview h3{background:#f9f9f9 none repeat scroll 0;font-size:14px;font-weight:700;margin:0 0 10px;padding:8px 5px}#wm-position{width:100%;margin-left:40px}.wm-table{border-collapse:collapse;margin-top:1em;width:60%;clear:none}.wm-table td{border-bottom:8px solid #fff;line-height:20px;margin-bottom:9px;padding:10px}.wm-table th{border-bottom:8px solid #fff;padding:10px;text-align:left}.wm-table tr{background:#f9f9f9 none repeat scroll 0}.ngg-admin.gallery_page_nggallery-manage-gallery #ngg_page_content .notice,.ngg-admin.gallery_page_nggallery-manage-gallery #ngg_page_content div.error,.ngg-admin.gallery_page_nggallery-manage-gallery #ngg_page_content div.updated{margin:-10px 0 40px 0}.gallery_page_nggallery-manage-gallery #ngg_page_content .ngg_page_content_main{padding-top:30px}.ngg-admin.gallery_page_nggallery-manage-gallery #ngg_page_content div.updated#message{margin-bottom:35px}.gallery_page_nggallery-manage-gallery #ngg_page_content>.wrap>h2{display:none}#ngg_page_content .ngg_manage_galleries .tablenav{margin:0 0 30px}#ngg_page_content .ngg_manage_images .handlediv{float:none;width:100%;height:50px}#gallerydiv h3{margin-left:10px;display:inline-block;height:50px;float:left;margin:0;line-height:50px}#gallerydiv span.toggle-indicator{display:inline-block;float:left;line-height:50px}#gallerydiv span.toggle-indicator:before{font-size:24px;margin:12px 20px 0 10px}#gallerydiv span.toggle-indicator:hover{cursor:pointer}#gallerydiv h3:active,#gallerydiv h3:focus,#gallerydiv span.toggle-indicator:active,#gallerydiv span.toggle-indicator:focus{outline:0;border:none;-moz-outline-style:none}#ngg_page_content .ngg_manage_images .tablenav{margin:50px 0 30px}#ngg_page_content .ngg_manage_galleries .tablenav.top>div,#ngg_page_content .ngg_manage_images .tablenav.top>div{margin-bottom:10px}#ngg_page_content .ngg_manage_galleries .search-box{margin-bottom:10px}#ngg_page_content .ngg_manage_galleries .tablenav.bottom{margin:15px 0 0}#ngg_page_content .ngg_manage_images .tablenav.bottom{margin:25px 0 0}.ngg-admin #ngg_page_content .ngg_manage_images td{vertical-align:top}#ngg_page_content .ngg_manage_galleries .tablenav input{height:28px;width:50px;padding:0 3px}#ngg_page_content .ngg_manage_galleries .tablenav input.current-page{width:50px!important}#ngg_page_content .ngg_manage_galleries .tablenav .tablenav-pages a,#ngg_page_content .ngg_manage_images .tablenav .tablenav-pages a{background:#9fbb1a;border:none;color:#fff!important;margin:0 2px}#ngg_page_content .ngg_manage_images .tablenav input,#ngg_page_content .ngg_manage_images .tablenav select{width:auto}#ngg_page_content .ngg_manage_galleries table{box-shadow:none;border:1px solid rgba(159,187,26,.08)!important}#ngg_page_content .ngg_manage_galleries table tfoot,#ngg_page_content .ngg_manage_galleries table thead{background-color:#38576f}#ngg_page_content .ngg_manage_galleries table tfoot{background-color:#38576f}#ngg_page_content .ngg_manage_galleries table tfoot td,#ngg_page_content .ngg_manage_galleries table tfoot th,#ngg_page_content .ngg_manage_galleries table thead td,#ngg_page_content .ngg_manage_galleries table thead th{background-color:transparent;border:none}#ngg_page_content .ngg_manage_galleries table td,#ngg_page_content .ngg_manage_galleries table th{padding:12px 10px;font-size:14px}#ngg_page_content .ngg_manage_galleries table th{font-weight:700!important;color:#fff}.ngg_manage_galleries th#id{min-width:40px}.ngg_manage_galleries th#title{min-width:80px}.ngg_manage_galleries th#author{min-width:80px}.ngg_manage_galleries th#page_id{min-width:60px}#ngg_page_content .ngg_manage_galleries table tr.alternate{background-color:#f7f8f3}#ngg_page_content .ngg_manage_galleries th a{padding:0!important;color:#fff}div#poststuff{min-width:auto}div#poststuff #gallerydiv{cursor:pointer}p#ngg-inlinebutton{float:right;margin:0;position:relative;top:-25pt}#gallery_fields{width:100%}#gallery_fields td{padding:5px;min-width:105px}#gallery_fields tr td:nth-of-type(2){padding-right:60px}#gallery_fields input[type=text],#gallery_fields select,#gallery_fields textarea{min-width:220px;width:99%;color:#888}table#ngg-listimages{border:1px solid #f7f7f7}#ngg-listimages tfoot,#ngg-listimages thead{background:#f5f5f5;background-color:#38576f}#ngg-listimages tfoot{background:#f5f5f5;background-color:#38576f}#ngg-listimages.widefat thead th,.ngg-admin #ngg_page_content .widefat tfoot th{padding:12px 10px!important}#ngg-listimages tr.alternate{background-color:#f7f8f3}#ngg-listimages td{padding:15px 5px!important}#ngg-listimages .iedit,#ngg-listimages .iedit td,#ngg-listimages th{border:none}#ngg-listimages .iedit td,#ngg-listimages th{padding:15px 5px}#ngg-listimages th{font-size:12px;font-weight:700}#ngg-listimages .column select{width:100%!important}#ngg-listimages .column-1 input{margin:0 0 0 8px}#ngg-listimages .column-1{width:24px}#ngg-listimages .column-2{width:30px}#ngg-listimages .column-3{min-width:80px;width:15%}#ngg-listimages .column-3 .thumb{max-height:100%;max-width:100%}#ngg-listimages .column-4{width:15%;max-width:220px}#ngg-listimages .column-4{font-size:12px}#ngg-listimages .column-4 .meta,#ngg-listimages .column-4 label{font-size:10px;color:#888}#ngg-listimages .column-4 label input[type=checkbox]{margin:-2px 4px 0 0}#ngg-listimages .column-5 input[type=text],#ngg-listimages .column-5 textarea,#ngg-listimages .column-6 textarea{width:100%;padding:3px 5px;font-size:12px;color:#888;border:1px solid #eee;margin:1px 0;box-shadow:none}#ngg-listimages .column-5 input[type=text]{height:25px}#ngg-listimages .column-5 textarea{height:70px}#ngg-listimages .column-6 textarea{height:97px}#ngg-listimages .column-7 select{font-size:12px;height:25px!important}#ngg-listimages .row-actions{padding:0 0 6px 4px;margin-bottom:-2px;position:relative;bottom:4px;left:0;right:0}#ngg-listimages .row_actions,#ngg-listimages .row_actions td{border-top:none;padding:0!important}#ngg-listimages .row-actions a{font-size:12px}#ngg-listimages ul.imagify-datas-list .big{color:#9fbb1a}#ngg-listimages .imagify-datas-more-action a{background:#9fbb1a;color:#fff}.gallery_page_nggallery-manage-gallery .ui-dialog{border:none;padding:0;width:80%!important;z-index:10000!important;left:10%!important}.gallery_page_nggallery-manage-album .ui-dialog{border:none;padding:0;z-index:10000!important;width:650px!important;max-width:98%!important}.gallery_page_nggallery-manage-album .ui-dialog .button-primary,.gallery_page_nggallery-manage-album .ui-dialog .button-secondary,.gallery_page_nggallery-manage-gallery #ngg-overlay-dialog-bottom .button-primary,.gallery_page_nggallery-manage-gallery #ngg-overlay-dialog-bottom .button-secondary,.gallery_page_nggallery-manage-gallery #ngg-overlay-dialog-bottom button,.gallery_page_nggallery-manage-gallery .ui-dialog .button-primary,.gallery_page_nggallery-manage-gallery .ui-dialog .button-secondary,.gallery_page_nggallery-manage-gallery .ui-dialog button{background-color:#9fbb1a!important;color:#fff!important;border:none!important;box-shadow:none!important;text-shadow:none!important;height:35px!important;padding:0 15px!important;line-height:35px;width:auto!important;margin-right:10px}.gallery_page_nggallery-manage-album .ui-dialog .button-primary:hover,.gallery_page_nggallery-manage-album .ui-dialog .button-secondary:hover,.gallery_page_nggallery-manage-gallery #ngg-overlay-dialog-bottom .button-primary:hover,.gallery_page_nggallery-manage-gallery #ngg-overlay-dialog-bottom .button-secondary:hover,.gallery_page_nggallery-manage-gallery #ngg-overlay-dialog-bottom button:hover,.gallery_page_nggallery-manage-gallery .ui-dialog .button-secondary:hover,.gallery_page_nggallery-manage-gallery .ui-dialog button:hover .gallery_page_nggallery-manage-gallery .ui-dialog .button-primary:hover{background-color:#a9c524!important}.gallery_page_nggallery-manage-album .ui-dialog-titlebar,.gallery_page_nggallery-manage-gallery .ui-dialog-titlebar{background:#143650;padding:10px}.gallery_page_nggallery-manage-album .ui-dialog-titlebar button,.gallery_page_nggallery-manage-gallery .ui-dialog-titlebar button{background:#fff!important;border:none!important;box-shadow:none!important;text-shadow:none!important;height:24px!important;width:24px!important;padding:0!important;line-height:1;float:none;margin-right:0;border-radius:50%;top:17px;right:10px}.gallery_page_nggallery-manage-album .ui-dialog-titlebar button:active,.gallery_page_nggallery-manage-album .ui-dialog-titlebar button:focus,.gallery_page_nggallery-manage-album .ui-dialog-titlebar button:hover,.gallery_page_nggallery-manage-gallery .ui-dialog-titlebar button:active,.gallery_page_nggallery-manage-gallery .ui-dialog-titlebar button:focus,.gallery_page_nggallery-manage-gallery .ui-dialog-titlebar button:hover{background:#fff!important}.gallery_page_nggallery-manage-album .ui-dialog .ngg-overlay-dialog,.gallery_page_nggallery-manage-gallery .ui-dialog .ngg-overlay-dialog{padding:30px 20px;box-sizing:border-box;width:100%!important}.gallery_page_nggallery-manage-gallery .ngg-overlay-dialog table{border:none}.gallery_page_nggallery-manage-album .ngg-overlay-dialog #ngg-overlay-dialog-main,.gallery_page_nggallery-manage-gallery .ngg-overlay-dialog #ngg-overlay-dialog-main{width:70%;padding:20px 20px 0}.gallery_page_nggallery-manage-gallery .ngg-overlay-dialog td small{margin-left:10px;display:block;text-align:center;width:200px;margin:0 auto 20px}.gallery_page_nggallery-manage-gallery #ngg-overlay-dialog-bottom{text-align:center;padding:30px 0 0 0}.gallery_page_nggallery-manage-gallery #ngg-overlay-dialog-bottom input[type=button]{float:none;margin-right:0}.gallery_page_nggallery-manage-gallery .ngg-overlay-dialog #thumbMsg{color:#693;display:none;font-size:11px;width:100%;display:inline-block;height:35px;line-height:35px;margin:10px 0}.gallery_page_nggallery-manage-gallery .ui-dialog form{margin-top:30px;margin-left:30px}.gallery_page_nggallery-manage-gallery .ngg-overlay-dialog input[type=radio]:focus{border:1px solid #b4b9be;box-shadow:none}.gallery_page_nggallery-manage-gallery input[type=checkbox]:checked:before{color:#9fbb1a}.gallery_page_nggallery-manage-gallery .ngg-overlay-dialog input[type=radio]:checked:before{background:#9fbb1a;width:14px;height:14px;margin:0}div .progressborder{border:1px solid #ddd;display:block;height:30px;background-color:#464646;width:100%;margin-top:15px;margin-bottom:15px;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px}div .progressbar{border:medium none;display:block;height:30px;background-color:#9fbb1a;width:0%;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px}div .progressbar span{display:inline;position:absolute;color:#fff;font-weight:700;padding:5px 0 0 5px}.show_details{height:16px;line-height:20px;overflow:hidden;min-width:8em;padding:3px;cursor:pointer}.show_details span{border-bottom:1px solid #999;white-space:pre}.show_details:hover{height:auto;overflow:visible;border:1px solid #999}.gallery_page_nggallery-manage-album #ngg_page_content .wrap{background:#f1f1f1}.gallery_page_nggallery-manage-album .wrap>h2:first-child{display:none}.gallery_page_nggallery-manage-album #ngg_page_content div.updated{margin:0 0 15px 0}.gallery_page_nggallery-manage-album #ngg_page_content div.updated#message{margin-bottom:35px}.ngg_manage_albums{color:#777}.ngg_manage_albums .widget{box-sizing:border-box;border:1px solid #eee;padding:10px 10px 20px;background:#f7f8f3;width:32%;margin:0 1% 0 0;float:left}.ngg_manage_albums .target-album{width:39%}.ngg_manage_albums .widget.widget-right{width:29%}.container{margin-top:10px}.ngg_select_album{margin:0 50px 0 2px}.albumnav select[name=act_album]{width:150px}#editalbum select[name=pageid]{width:95%}#ngg_page_content .ngg_manage_albums .widget-top{box-shadow:none;background:0 0;border:none;margin-bottom:5px}div .groupItem{cursor:move;padding:2px;line-height:1.5;width:100%;margin:0;box-sizing:border-box}div .innerhandle{background-color:#fbfbfb}.groupItem .item_top{background-color:#9fbb1a;color:#fff;font-weight:700;line-height:28px;height:28px;padding:0 5px;-moz-border-radius:3px;-khtml-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;height:40px;padding:0 10px;line-height:40px}#ngg_page_content .groupItem .album_obj{background-color:#38576f}#ngg_page_content .groupItem .item_top a{color:#fff;float:right;text-decoration:none}.groupItem .item_top a:hover{color:#fff}.itemContent{border-color:#dfdfdf;border-style:none solid solid;border-width:0 1px 1px;padding:2px 0 20px 2px}.itemContent p{border:0;margin:0;padding:0}.inlinepicture{float:left;display:inline;margin:0;padding:0 3px 1px}.inlinepicture img{margin:3px;max-height:60px}.sort_placeholder{border:1px dashed #bba!important;margin:5px;background:#f9f9f9}.widget-holder{min-height:400px;padding-top:1px}.target{background-color:transparent}div.widget-top h3{text-align:center;line-height:25px;margin:0;padding:5px 12px;font-size:13px}div.widget-top{text-shadow:0 1px 0 #fff;background-repeat:repeat-x;background-position:0 0;font-size:13px}.ui-autocomplete-start{background-position:99% center}#ngg_page_content .ngg_gallery_sort .tablenav{margin:15px 0}#ngg_page_content .ngg_gallery_sort ul.subsubsub{margin:10px 0 15px}#ngg_page_content .ngg_gallery_sort .imageBox_theImage{width:auto}#sortGallery{position:relative}p#sortButton{margin:0;position:absolute;right:0;top:0}.imageBox,.imageBoxHighlighted{width:130px;height:160px;float:left;overflow:hidden;text-overflow:ellipsis;padding:5px}.imageBox_theImage{width:110px;height:125px;background-position:center;background-repeat:no-repeat;margin:0 auto;margin-bottom:2px}.imageBox_label{text-align:center;font-family:arial;font-size:11px;padding-top:2px;margin:0 auto}#insertionMarker{height:150px;width:6px;position:absolute}#insertionMarkerLine{width:6px;height:145px}#insertionMarker img{float:left}#dragDropContent{opacity:.4;position:absolute;z-index:10;display:none}.error_inline{background:#ffebe8 none repeat scroll 0;border:1px solid #c00;margin:5px auto;padding:10px}.ngg-list{font-size:11px;margin-left:15px;list-style-position:inside;list-style-type:disc}#ngg-manage-images-items-per-page-label{float:right;line-height:35px;margin-right:5px}#ngg-manage-images-items-per-page{float:right;margin-right:30px}@media (max-width:1200px){div[data-id=details-link] .two-col .col{width:100%;min-width:100%}}@media (max-width:1080px){#ngg-gallery-wizard>span{display:none}}@media (max-width:1024px){.ngg_manage_galleries .search-form{display:none}.ngg_manage_galleries .tablenav.bottom{display:none}.ngg_manage_images #gallery_fields td:nth-of-type(even){margin-bottom:8px}.ngg_manage_images #gallery_fields td:nth-of-type(odd){background:#f7f8f3}.ngg_manage_images #gallery_fields,.ngg_manage_images #gallery_fields tbody,.ngg_manage_images #gallery_fields td,.ngg_manage_images #gallery_fields tr{display:block;width:100%;box-sizing:border-box}.ngg_manage_images #gallery_fields td{padding:10px 5px;border:1px solid #f7f8f3;margin:0}}@media (max-width:900px){.ngg_manage_galleries tfoot{display:none}.ngg_manage_galleries .wp-list-table tr:not(.inline-edit-row):not(.no-items) td:not(.check-column){display:table-cell}.ngg_manage_galleries td.author,.ngg_manage_galleries td.id,.ngg_manage_galleries td.page_id,.ngg_manage_galleries th#author,.ngg_manage_galleries th#id,.ngg_manage_galleries th#page_id{display:none!important}#ngg-listimages td.column.column-2,#ngg-listimages td.column.column-6,#ngg-listimages td.column.column-8,#ngg-listimages tfoot,#ngg-listimages thead .column-1,#ngg-listimages thead .column-2,#ngg-listimages thead .column-4,#ngg-listimages thead .column-5,#ngg-listimages thead .column-6,#ngg-listimages thead .column-7,#ngg-listimages thead .column-8{display:none}#ngg-listimages .column-3{min-width:200px}table#ngg-listimages,table#ngg-listimages thead{display:block}#ngg-listimages .iedit td{padding-bottom:30px!important}}@media (max-width:800px){table#ngg-listimages,table#ngg-listimages tbody,table#ngg-listimages td,table#ngg-listimages tr{display:block}table#ngg-listimages tr{padding:10px 5px!important}#ngg-listimages thead,#ngg-listimages thead th{display:block;width:100%;box-sizing:border-box}#ngg-listimages .row_actions td:first-of-type{display:none}#ngg-listimages tfoot{display:none}#ngg-listimages .row_actions{display:none;display:block;clear:both;padding:0 8px 10px!important;border-bottom:1px solid #c1c97c}.ngg-listimages tr.iedit td{display:block!important;float:left;box-sizing:border-box;padding-bottom:10px!important}#ngg-listimages td.column-1,#ngg-listimages td.column-2{width:10%!important;height:150px;float:left;box-sizing:border-box;display:none}#ngg-listimages td.column-3{width:55%;max-width:300px;float:left;box-sizing:border-box;padding-bottom:10px!important}#ngg-listimages td.column-4{width:40%!important;float:left;box-sizing:border-box}#ngg-listimages td.column-5,#ngg-listimages td.column-6,#ngg-listimages td.column-7{padding:0 5px!important}#ngg-listimages td.column-6{margin-top:-5px;margin-bottom:-8px}.ngg-listimages td.column-7{padding-bottom:15px}#ngg-manage-images-items-per-page,#ngg-manage-images-items-per-page-label{display:none}#ngg-listimages .column-6 textarea{height:60px}.ngg_manage_images .tablenav.bottom .displaying-num{display:none}}@media (max-width:782px){#ngg-gallery-wizard{display:none}}@media (max-width:737px){.gallery_page_nggallery-manage-gallery input[type=checkbox]:checked:before{font-size:22px}.ngg-overlay-dialog input[type=radio]{height:16px;width:16px}#ngg-gallery-wizard{display:none}}@media (max-width:640px){.ngg_manage_galleries td.description,.ngg_manage_galleries th#description{display:none!important}.ngg_manage_albums .tablenav .actions{width:100%;float:none}.ngg_manage_albums .tablenav span{display:block}.ngg_manage_albums .target-album,.ngg_manage_albums .widget.widget-right{width:32%;margin:.5%!important;padding:5px 5px 10px}.groupItem .item_top{height:auto!important;line-height:1.5;padding:8px;font-size:12px}#ngg_page_content .groupItem .item_top a{display:none}.ngg_manage_albums div[style="float:right;"]{float:none!important}.gallery_page_nggallery-manage-gallery .ui-dialog{width:95%!important;left:2.5%!important}.gallery_page_nggallery-manage-gallery .ui-dialog .ngg-overlay-dialog{padding:30px 10px}.ngg-overlay-dialog td{display:block;width:100%!important;padding:0!important}.ngg-overlay-dialog input[type=radio]{margin:2px 5px;height:16px;width:16px}} \ No newline at end of file +#iframely h2.title{display:none}#newversion{border-color:#ccc;border-style:solid;border-width:1px;margin-right:7px;margin-top:10px;padding:2px}.ngg-dashboard-widget ul.settings span{padding-left:10px;color:#2583ad;font-weight:700}.ngg-overview .postbox .handlediv{float:right;height:24px;width:24px}#ngg_page_content .ngg_overview .ngg_page_content_header h2{padding-top:2px}#ngg_page_content .ngg_overview .ngg_page_content_main h2{text-align:left;font-size:28px;font-weight:500;color:#444;margin:20px 0}#ngg_page_content .ngg_overview .ngg_page_content_main .about-text{font-size:18px;max-width:none;margin:20px 0}#ngg-gallery-wizard{min-height:auto;position:absolute;top:0;right:0;text-align:right;margin:0 20px 0 0;line-height:80px;color:#fff;font-size:14px;background:rgba(93,134,167,.18);margin-right:0;padding:0 40px;border-left:1px solid #566b7c;color:#a7b8c6}#ngg-gallery-wizard a{font-weight:700;text-decoration:none;margin-left:20px}.warning{color:#9f6000;background-color:#feefb3;border:1px solid;margin:5px 0;padding:5px}#donator_message{margin:5px 0 15px;background-color:#bde5f8;border-color:#00529b;-moz-border-radius-bottomleft:3px;-moz-border-radius-bottomright:3px;-moz-border-radius-topleft:3px;-moz-border-radius-topright:3px;border-style:solid;border-width:1px;margin:5px 15px 2px;padding:0 .6em}#donator_message p{line-height:1;margin:.5em 0;padding:2px;padding-bottom:10px}#donator_message span{padding-top:10px;float:right}#plugin_check img{float:right}#plugin_check p.message{font-size:90%;color:#666}.toplevel_page_nextgen-gallery .feature-video iframe{box-shadow:0 0 50px 25px rgba(0,0,0,.03)}div[data-id=pro-link] .feature-section iframe{width:900px;height:506px;max-width:100%}#ngg_page_content .button-primary.ngg-pro-upgrade{text-transform:uppercase;height:50px!important;padding:0 40px!important;line-height:50px;font-weight:600;letter-spacing:.5px}div[data-id=genesis-link] .feature-section,div[data-id=genesis-link] .feature-section .col,div[data-id=videos-link] .feature-section,div[data-id=videos-link] .feature-section .col{padding:0;margin:0}.ngg-admin .ui-dialog{max-width:100%}.ngg-options th{width:22%}a.switch-expert{text-decoration:none}#wm-preview{float:right;font-size:90%;width:35%;border-color:#ebebeb #ccc #ccc #ebebeb;border-style:solid;border-width:1px;margin-bottom:10px;margin-left:10px;margin-right:8px;padding:2px}#wm-preview h3{background:#f9f9f9 none repeat scroll 0;font-size:14px;font-weight:700;margin:0 0 10px;padding:8px 5px}#wm-position{width:100%;margin-left:40px}.wm-table{border-collapse:collapse;margin-top:1em;width:60%;clear:none}.wm-table td{border-bottom:8px solid #fff;line-height:20px;margin-bottom:9px;padding:10px}.wm-table th{border-bottom:8px solid #fff;padding:10px;text-align:left}.wm-table tr{background:#f9f9f9 none repeat scroll 0}.ngg-admin.gallery_page_nggallery-manage-gallery #ngg_page_content .notice,.ngg-admin.gallery_page_nggallery-manage-gallery #ngg_page_content div.error,.ngg-admin.gallery_page_nggallery-manage-gallery #ngg_page_content div.updated{margin:-10px 0 40px 0}.gallery_page_nggallery-manage-gallery #ngg_page_content .ngg_page_content_main{padding-top:30px}.ngg-admin.gallery_page_nggallery-manage-gallery #ngg_page_content div.updated#message{margin-bottom:35px}.gallery_page_nggallery-manage-gallery #ngg_page_content>.wrap>h2{display:none}#ngg_page_content .ngg_manage_galleries .tablenav{margin:0 0 30px}#ngg_page_content .ngg_manage_images .handlediv{float:none;width:100%;height:50px}#gallerydiv h3{margin-left:10px;display:inline-block;height:50px;float:left;margin:0;line-height:50px}#gallerydiv span.toggle-indicator{display:inline-block;float:left;line-height:50px}#gallerydiv span.toggle-indicator:before{font-size:24px;margin:12px 20px 0 10px}#gallerydiv span.toggle-indicator:hover{cursor:pointer}#gallerydiv h3:active,#gallerydiv h3:focus,#gallerydiv span.toggle-indicator:active,#gallerydiv span.toggle-indicator:focus{outline:0;border:none;-moz-outline-style:none}#ngg_page_content .ngg_manage_images .tablenav{margin:50px 0 30px}#ngg_page_content .ngg_manage_galleries .tablenav.top>div,#ngg_page_content .ngg_manage_images .tablenav.top>div{margin-bottom:10px}#ngg_page_content .ngg_manage_galleries .search-box{margin-bottom:10px}#ngg_page_content .ngg_manage_galleries .tablenav.bottom{margin:15px 0 0}#ngg_page_content .ngg_manage_images .tablenav.bottom{margin:25px 0 0}.ngg-admin #ngg_page_content .ngg_manage_images td{vertical-align:top}#ngg_page_content .ngg_manage_galleries .tablenav input{height:28px;width:50px;padding:0 3px}#ngg_page_content .ngg_manage_galleries .tablenav input.current-page{width:50px!important}#ngg_page_content .ngg_manage_galleries .tablenav .tablenav-pages a,#ngg_page_content .ngg_manage_images .tablenav .tablenav-pages a{background:#9fbb1a;border:none;color:#fff!important;margin:0 2px}#ngg_page_content .ngg_manage_images .tablenav input,#ngg_page_content .ngg_manage_images .tablenav select{width:auto}#ngg_page_content .ngg_manage_galleries table{box-shadow:none;border:1px solid rgba(159,187,26,.08)!important}#ngg_page_content .ngg_manage_galleries table tfoot,#ngg_page_content .ngg_manage_galleries table thead{background-color:#38576f}#ngg_page_content .ngg_manage_galleries table tfoot{background-color:#38576f}#ngg_page_content .ngg_manage_galleries table tfoot td,#ngg_page_content .ngg_manage_galleries table tfoot th,#ngg_page_content .ngg_manage_galleries table thead td,#ngg_page_content .ngg_manage_galleries table thead th{background-color:transparent;border:none}#ngg_page_content .ngg_manage_galleries table td,#ngg_page_content .ngg_manage_galleries table th{padding:12px 10px;font-size:14px}#ngg_page_content .ngg_manage_galleries table th{font-weight:700!important;color:#fff}.ngg_manage_galleries th#id{width:33px}.ngg_manage_galleries th#title{min-width:140px}.ngg_manage_galleries td.title{font-weight:700}.ngg_manage_galleries th#author{min-width:80px}.ngg_manage_galleries th#page_id{min-width:60px}#ngg_page_content .ngg_manage_galleries table tr.alternate{background-color:#f7f8f3}#ngg_page_content .ngg_manage_galleries th a{padding:0!important;color:#fff}div#poststuff{min-width:auto}div#poststuff #gallerydiv{cursor:pointer}p#ngg-inlinebutton{float:right;margin:0;position:relative;top:-25pt}#gallery_fields{width:100%}#gallery_fields td{padding:5px;min-width:105px}#gallery_fields tr td:nth-of-type(2){padding-right:60px}#gallery_fields input[type=text],#gallery_fields select,#gallery_fields textarea{min-width:220px;width:99%;color:#888}table#ngg-listimages{border:1px solid #f7f7f7}#ngg-listimages tfoot,#ngg-listimages thead{background:#f5f5f5;background-color:#38576f}#ngg-listimages tfoot{background:#f5f5f5;background-color:#38576f}#ngg-listimages.widefat thead th,.ngg-admin #ngg_page_content .widefat tfoot th{padding:12px 10px!important}#ngg-listimages tr.alternate{background-color:#f7f8f3}#ngg-listimages td{padding:15px 5px!important}#ngg-listimages .iedit,#ngg-listimages .iedit td,#ngg-listimages th{border:none}#ngg-listimages .iedit td,#ngg-listimages th{padding:15px 5px}#ngg-listimages th{font-size:12px;font-weight:700}#ngg-listimages .column select{width:100%!important}#ngg-listimages .column-1 input{margin:0 0 0 8px}#ngg-listimages .column-1{width:24px}#ngg-listimages .column-2{width:30px}#ngg-listimages .column-3{min-width:80px;width:15%}#ngg-listimages .column-3 .thumb{max-height:100%;max-width:100%}#ngg-listimages .column-4{width:15%;max-width:220px}#ngg-listimages .column-4{font-size:12px}#ngg-listimages .column-4 .meta,#ngg-listimages .column-4 label{font-size:10px;color:#888}#ngg-listimages .column-4 label input[type=checkbox]{margin:-2px 4px 0 0}#ngg-listimages .column-5 input[type=text],#ngg-listimages .column-5 textarea,#ngg-listimages .column-6 textarea{width:100%;padding:3px 5px;font-size:12px;color:#888;border:1px solid #eee;margin:1px 0;box-shadow:none}#ngg-listimages .column-5 input[type=text]{height:25px}#ngg-listimages .column-5 textarea{height:70px}#ngg-listimages .column-6 textarea{height:97px}#ngg-listimages .column-7 select{font-size:12px;height:25px!important}#ngg-listimages .row-actions{padding:0 0 6px 4px;margin-bottom:-2px;position:relative;bottom:4px;left:0;right:0}#ngg-listimages .row_actions,#ngg-listimages .row_actions td{border-top:none;padding:0!important}#ngg-listimages .row-actions a{font-size:12px}#ngg-listimages ul.imagify-datas-list .big{color:#9fbb1a}#ngg-listimages .imagify-datas-more-action a{background:#9fbb1a;color:#fff}.gallery_page_nggallery-manage-gallery .ui-dialog{border:none;padding:0;width:80%!important;z-index:10000!important;left:10%!important}.gallery_page_nggallery-manage-album .ui-dialog{border:none;padding:0;z-index:10000!important;width:650px!important;max-width:98%!important}.gallery_page_nggallery-manage-album .ui-dialog .button-primary,.gallery_page_nggallery-manage-album .ui-dialog .button-secondary,.gallery_page_nggallery-manage-gallery #ngg-overlay-dialog-bottom .button-primary,.gallery_page_nggallery-manage-gallery #ngg-overlay-dialog-bottom .button-secondary,.gallery_page_nggallery-manage-gallery #ngg-overlay-dialog-bottom button,.gallery_page_nggallery-manage-gallery .ui-dialog .button-primary,.gallery_page_nggallery-manage-gallery .ui-dialog .button-secondary,.gallery_page_nggallery-manage-gallery .ui-dialog button{background-color:#9fbb1a!important;color:#fff!important;border:none!important;box-shadow:none!important;text-shadow:none!important;height:35px!important;padding:0 15px!important;line-height:35px;width:auto!important;margin-right:10px}.gallery_page_nggallery-manage-album .ui-dialog .button-primary:hover,.gallery_page_nggallery-manage-album .ui-dialog .button-secondary:hover,.gallery_page_nggallery-manage-gallery #ngg-overlay-dialog-bottom .button-primary:hover,.gallery_page_nggallery-manage-gallery #ngg-overlay-dialog-bottom .button-secondary:hover,.gallery_page_nggallery-manage-gallery #ngg-overlay-dialog-bottom button:hover,.gallery_page_nggallery-manage-gallery .ui-dialog .button-secondary:hover,.gallery_page_nggallery-manage-gallery .ui-dialog button:hover .gallery_page_nggallery-manage-gallery .ui-dialog .button-primary:hover{background-color:#a9c524!important}.gallery_page_nggallery-manage-album .ui-dialog-titlebar,.gallery_page_nggallery-manage-gallery .ui-dialog-titlebar{background:#143650;padding:10px}.gallery_page_nggallery-manage-album .ui-dialog-titlebar button,.gallery_page_nggallery-manage-gallery .ui-dialog-titlebar button{background:#fff!important;border:none!important;box-shadow:none!important;text-shadow:none!important;height:24px!important;width:24px!important;padding:0!important;line-height:1;float:none;margin-right:0;border-radius:50%;top:17px;right:10px}.gallery_page_nggallery-manage-album .ui-dialog-titlebar button:active,.gallery_page_nggallery-manage-album .ui-dialog-titlebar button:focus,.gallery_page_nggallery-manage-album .ui-dialog-titlebar button:hover,.gallery_page_nggallery-manage-gallery .ui-dialog-titlebar button:active,.gallery_page_nggallery-manage-gallery .ui-dialog-titlebar button:focus,.gallery_page_nggallery-manage-gallery .ui-dialog-titlebar button:hover{background:#fff!important}.gallery_page_nggallery-manage-album .ui-dialog .ngg-overlay-dialog,.gallery_page_nggallery-manage-gallery .ui-dialog .ngg-overlay-dialog{padding:30px 20px;box-sizing:border-box;width:100%!important}.gallery_page_nggallery-manage-gallery .ngg-overlay-dialog table{border:none}.gallery_page_nggallery-manage-album .ngg-overlay-dialog #ngg-overlay-dialog-main,.gallery_page_nggallery-manage-gallery .ngg-overlay-dialog #ngg-overlay-dialog-main{width:70%;padding:20px 20px 0}.gallery_page_nggallery-manage-gallery .ngg-overlay-dialog td small{margin-left:10px;display:block;text-align:center;width:200px;margin:0 auto 20px}.gallery_page_nggallery-manage-gallery #ngg-overlay-dialog-bottom{text-align:center;padding:30px 0 0 0}.gallery_page_nggallery-manage-gallery #ngg-overlay-dialog-bottom input[type=button]{float:none;margin-right:0}.gallery_page_nggallery-manage-gallery .ngg-overlay-dialog #thumbMsg{color:#693;display:none;font-size:11px;width:100%;display:inline-block;height:35px;line-height:35px;margin:10px 0}.gallery_page_nggallery-manage-gallery .ui-dialog form{margin-top:30px;margin-left:30px}.gallery_page_nggallery-manage-gallery .ngg-overlay-dialog input[type=radio]:focus{border:1px solid #b4b9be;box-shadow:none}.gallery_page_nggallery-manage-gallery input[type=checkbox]:checked:before{color:#9fbb1a}.gallery_page_nggallery-manage-gallery .ngg-overlay-dialog input[type=radio]:checked:before{background:#9fbb1a;width:14px;height:14px;margin:0}div .progressborder{border:1px solid #ddd;display:block;height:30px;background-color:#464646;width:100%;margin-top:15px;margin-bottom:15px;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px}div .progressbar{border:medium none;display:block;height:30px;background-color:#9fbb1a;width:0%;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px}div .progressbar span{display:inline;position:absolute;color:#fff;font-weight:700;padding:5px 0 0 5px}.show_details{height:16px;line-height:20px;overflow:hidden;min-width:8em;padding:3px;cursor:pointer}.show_details span{border-bottom:1px solid #999;white-space:pre}.show_details:hover{height:auto;overflow:visible;border:1px solid #999}.gallery_page_nggallery-manage-album #ngg_page_content .wrap{background:#f1f1f1}.gallery_page_nggallery-manage-album .wrap>h2:first-child{display:none}.gallery_page_nggallery-manage-album #ngg_page_content div.updated{margin:0 0 15px 0}.gallery_page_nggallery-manage-album #ngg_page_content div.updated#message{margin-bottom:35px}.ngg_manage_albums{color:#777}.ngg_manage_albums .widget{box-sizing:border-box;border:1px solid #eee;padding:10px 10px 20px;background:#f7f8f3;width:32%;margin:0 1% 0 0;float:left}.ngg_manage_albums .target-album{width:39%}.ngg_manage_albums .widget.widget-right{width:29%}.container{margin-top:10px}.ngg_select_album{margin:0 50px 0 2px}.albumnav select[name=act_album]{width:150px}#editalbum select[name=pageid]{width:95%}#ngg_page_content .ngg_manage_albums .widget-top{box-shadow:none;background:0 0;border:none;margin-bottom:5px}div .groupItem{cursor:move;padding:2px;line-height:1.5;width:100%;margin:0;box-sizing:border-box}div .innerhandle{background-color:#fbfbfb}.groupItem .item_top{background-color:#9fbb1a;color:#fff;font-weight:700;line-height:28px;height:28px;padding:0 5px;-moz-border-radius:3px;-khtml-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;height:40px;padding:0 10px;line-height:40px}#ngg_page_content .groupItem .album_obj{background-color:#38576f}#ngg_page_content .groupItem .item_top a{color:#fff;float:right;text-decoration:none}.groupItem .item_top a:hover{color:#fff}.itemContent{border-color:#dfdfdf;border-style:none solid solid;border-width:0 1px 1px;padding:2px 0 20px 2px}.itemContent p{border:0;margin:0;padding:0}.inlinepicture{float:left;display:inline;margin:0;padding:0 3px 1px}.inlinepicture img{margin:3px;max-height:60px}.sort_placeholder{border:1px dashed #bba!important;margin:5px;background:#f9f9f9}.widget-holder{min-height:400px;padding-top:1px}.target{background-color:transparent}div.widget-top h3{text-align:center;line-height:25px;margin:0;padding:5px 12px;font-size:13px}div.widget-top{text-shadow:0 1px 0 #fff;background-repeat:repeat-x;background-position:0 0;font-size:13px}.ui-autocomplete-start{background-position:99% center}#ngg_page_content .ngg_gallery_sort .tablenav{margin:15px 0}#ngg_page_content .ngg_gallery_sort ul.subsubsub{margin:10px 0 15px}#ngg_page_content .ngg_gallery_sort .imageBox_theImage{width:auto}#sortGallery{position:relative}p#sortButton{margin:0;position:absolute;right:0;top:0}.imageBox,.imageBoxHighlighted{width:130px;height:160px;float:left;overflow:hidden;text-overflow:ellipsis;padding:5px}.imageBox_theImage{width:110px;height:125px;background-position:center;background-repeat:no-repeat;margin:0 auto;margin-bottom:2px}.imageBox_label{text-align:center;font-family:arial;font-size:11px;padding-top:2px;margin:0 auto}#insertionMarker{height:150px;width:6px;position:absolute}#insertionMarkerLine{width:6px;height:145px}#insertionMarker img{float:left}#dragDropContent{opacity:.4;position:absolute;z-index:10;display:none}.error_inline{background:#ffebe8 none repeat scroll 0;border:1px solid #c00;margin:5px auto;padding:10px}.ngg-list{font-size:11px;margin-left:15px;list-style-position:inside;list-style-type:disc}#ngg-manage-images-items-per-page-label{float:right;line-height:35px;margin-right:5px}#ngg-manage-images-items-per-page{float:right;margin-right:30px}@media (max-width:1200px){div[data-id=details-link] .two-col .col{width:100%;min-width:100%}}@media (max-width:1080px){#ngg-gallery-wizard>span{display:none}}@media (max-width:1024px){.ngg_manage_galleries .search-form{display:none}.ngg_manage_galleries .tablenav.bottom{display:none}.ngg_manage_images #gallery_fields td:nth-of-type(even){margin-bottom:8px}.ngg_manage_images #gallery_fields td:nth-of-type(odd){background:#f7f8f3}.ngg_manage_images #gallery_fields,.ngg_manage_images #gallery_fields tbody,.ngg_manage_images #gallery_fields td,.ngg_manage_images #gallery_fields tr{display:block;width:100%;box-sizing:border-box}.ngg_manage_images #gallery_fields td{padding:10px 5px;border:1px solid #f7f8f3;margin:0}}@media (max-width:900px){.ngg_manage_galleries tfoot{display:none}.ngg_manage_galleries .wp-list-table tr:not(.inline-edit-row):not(.no-items) td:not(.check-column){display:table-cell}.ngg_manage_galleries td.author,.ngg_manage_galleries td.id,.ngg_manage_galleries td.page_id,.ngg_manage_galleries th#author,.ngg_manage_galleries th#id,.ngg_manage_galleries th#page_id{display:none!important}#ngg-listimages td.column.column-2,#ngg-listimages td.column.column-6,#ngg-listimages td.column.column-8,#ngg-listimages tfoot,#ngg-listimages thead .column-1,#ngg-listimages thead .column-2,#ngg-listimages thead .column-4,#ngg-listimages thead .column-5,#ngg-listimages thead .column-6,#ngg-listimages thead .column-7,#ngg-listimages thead .column-8{display:none}#ngg-listimages .column-3{min-width:200px}table#ngg-listimages,table#ngg-listimages thead{display:block}#ngg-listimages .iedit td{padding-bottom:30px!important}}@media (max-width:800px){table#ngg-listimages,table#ngg-listimages tbody,table#ngg-listimages td,table#ngg-listimages tr{display:block}table#ngg-listimages tr{padding:10px 5px!important}#ngg-listimages thead,#ngg-listimages thead th{display:block;width:100%;box-sizing:border-box}#ngg-listimages .row_actions td:first-of-type{display:none}#ngg-listimages tfoot{display:none}#ngg-listimages .row_actions{display:none;display:block;clear:both;padding:0 8px 10px!important;border-bottom:1px solid #c1c97c}.ngg-listimages tr.iedit td{display:block!important;float:left;box-sizing:border-box;padding-bottom:10px!important}#ngg-listimages td.column-1,#ngg-listimages td.column-2{width:10%!important;height:150px;float:left;box-sizing:border-box;display:none}#ngg-listimages td.column-3{width:55%;max-width:300px;float:left;box-sizing:border-box;padding-bottom:10px!important}#ngg-listimages td.column-4{width:40%!important;float:left;box-sizing:border-box}#ngg-listimages td.column-5,#ngg-listimages td.column-6,#ngg-listimages td.column-7{padding:0 5px!important}#ngg-listimages td.column-6{margin-top:-5px;margin-bottom:-8px}.ngg-listimages td.column-7{padding-bottom:15px}#ngg-manage-images-items-per-page,#ngg-manage-images-items-per-page-label{display:none}#ngg-listimages .column-6 textarea{height:60px}.ngg_manage_images .tablenav.bottom .displaying-num{display:none}}@media (max-width:782px){#ngg-gallery-wizard{display:none}}@media (max-width:737px){.gallery_page_nggallery-manage-gallery input[type=checkbox]:checked:before{font-size:22px}.ngg-overlay-dialog input[type=radio]{height:16px;width:16px}#ngg-gallery-wizard{display:none}}@media (max-width:640px){.ngg_manage_galleries td.description,.ngg_manage_galleries th#description{display:none!important}.ngg_manage_albums .tablenav .actions{width:100%;float:none}.ngg_manage_albums .tablenav span{display:block}.ngg_manage_albums .target-album,.ngg_manage_albums .widget.widget-right{width:32%;margin:.5%!important;padding:5px 5px 10px}.groupItem .item_top{height:auto!important;line-height:1.5;padding:8px;font-size:12px}#ngg_page_content .groupItem .item_top a{display:none}.ngg_manage_albums div[style="float:right;"]{float:none!important}.gallery_page_nggallery-manage-gallery .ui-dialog{width:95%!important;left:2.5%!important}.gallery_page_nggallery-manage-gallery .ui-dialog .ngg-overlay-dialog{padding:30px 10px}.ngg-overlay-dialog td{display:block;width:100%!important;padding:0!important}.ngg-overlay-dialog input[type=radio]{margin:2px 5px;height:16px;width:16px}} \ No newline at end of file diff --git a/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php index 227b554d8..f23a5b8fb 100644 --- a/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php +++ b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php @@ -343,8 +343,6 @@ jQuery(document).ready( function($) { <div class="ngg_page_content_header"><img src="<?php echo(C_Router::get_instance()->get_static_url('photocrati-nextgen_admin#imagely_icon.png')); ?>"><h3><?php echo _n( 'Gallery: ', 'Galleries: ', 1, 'nggallery' ); ?> <?php echo esc_html ( M_I18N::translate($gallery->title) ); ?></h3> </div> - <br style="clear: both;" /> - <div class='ngg_page_content_main'> <form id="updategallery" class="nggform" method="POST" action="<?php echo $ngg->manage_page->base_page . '&mode=edit&gid=' . $act_gid . '&paged=' . esc_attr($_GET['paged']); ?>" accept-charset="utf-8"> @@ -549,11 +547,11 @@ jQuery(document).ready( function($) { <select name="dest_gid" style="width:90%" > <?php foreach ($gallerylist as $gallery) { - if ($gallery->gid != $act_gid) { - ?> - <option value="<?php echo $gallery->gid; ?>" ><?php echo $gallery->gid; ?> - <?php echo esc_attr( stripslashes($gallery->title) ); ?></option> - <?php - } + if ($gallery->gid != $act_gid) { ?> + <option value="<?php echo esc_attr($gallery->gid); ?>"> + <?php print esc_attr(apply_filters('ngg_gallery_title_select_field', $gallery->title, $gallery, FALSE)); ?> + </option> + <?php } } ?> </select> diff --git a/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/admin/manage-sort.php b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/admin/manage-sort.php index a8886088a..62ef5acbf 100644 --- a/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/admin/manage-sort.php +++ b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/admin/manage-sort.php @@ -17,8 +17,10 @@ function nggallery_sortorder($galleryID = 0){ if (isset ($_POST['updateSortorder'])) { check_admin_referer('ngg_updatesortorder'); // get variable new sortorder - parse_str($_POST['sortorder']); - if (is_array($sortArray)){ + if (!empty($_POST['sortorder'])) + $sortArray = explode(',', $_POST['sortorder']); + if (is_array($sortArray)) + { $neworder = array(); foreach($sortArray as $pid) { $neworder[] = (int) $pid; @@ -70,8 +72,8 @@ function nggallery_sortorder($galleryID = 0){ var $images = $('div.imageBox'); for (var i=0; i<$images.length; i++) { var image_id = $images[i].id.split('-').pop(); - if (serial.length > 0) serial = serial + '&'; - serial = serial + "sortArray[]=" + image_id; + if (serial.length > 0) serial = serial + ','; + serial = serial + image_id; } $('input[name=sortorder]').val(serial); }); diff --git a/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/admin/manage.php b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/admin/manage.php index cc40ae4c8..3d7109d74 100644 --- a/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/admin/manage.php +++ b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/admin/manage.php @@ -1008,7 +1008,9 @@ class nggManageGallery { if (!empty($results)) { foreach ($results as $term_id) { - wp_delete_term($term_id, 'ngg_tag'); + $term_id = apply_filters('ngg_pre_delete_unused_term_id', $term_id); + if (!empty($term_id)) + wp_delete_term($term_id, 'ngg_tag'); } } } diff --git a/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php index 093519bf8..f22670c0d 100644 --- a/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php +++ b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php @@ -197,8 +197,9 @@ if ($chromeless) $gallerylist = $nggdb->find_all_galleries(); if(is_array($gallerylist)) { foreach($gallerylist as $gallery) { - $selected = ($gallery->gid == $galleryID )? ' selected="selected"' : ""; - echo '<option value="'.$gallery->gid.'"'.$selected.' >'.$gallery->title.'</option>'."\n"; + $selected = ($gallery->gid == $galleryID )? ' selected="selected"' : ''; + $gallery_title = apply_filters('ngg_gallery_title_select_field', $gallery->title, $gallery, $gallery->gid == $galleryID); + echo "<option value='{$gallery->gid}'{$selected}>{$gallery_title}</option>\n"; } } ?> diff --git a/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/admin/overview.php b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/admin/overview.php index 3aaa9155d..ca8ddf242 100644 --- a/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/admin/overview.php +++ b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/admin/overview.php @@ -186,7 +186,15 @@ function nggallery_admin_overview() <div class='ngg_page_content_menu'> <a href="javascript:void(0)" data-id="welcome-link"><?php _e( 'Welcome', 'nggallery' ); ?></a> <a href="javascript:void(0)" data-id="videos-link" style="display:none;"><?php _e( 'More Videos' ); ?></a> - <a href="javascript:void(0)" data-id="pro-link"><?php _e( 'Upgrade to Pro' ); ?></a> + <?php + $found = FALSE; + if (defined('NEXTGEN_GALLERY_PRO_PLUGIN_BASENAME') + || defined('NGG_PRO_PLUGIN_BASENAME') + || defined('NGG_PLUS_PLUGIN_BASENAME')) + $found = TRUE; + if (!$found) { ?> + <a href="javascript:void(0)" data-id="pro-link"><?php _e( 'Upgrade to Pro' ); ?></a> + <?php } ?> <a href="javascript:void(0)" data-id="genesis-link"><?php _e( 'Genesis Themes' ); ?></a> <?php if (!is_multisite() || is_super_admin()) { ?> <a href="javascript:void(0)" data-id="details-link"><?php _e( 'Site Details' ); ?></a> diff --git a/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/admin/templates/manage_gallery/gallery_create_page_field.php b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/admin/templates/manage_gallery/gallery_create_page_field.php index b863513d0..8f0726a3f 100644 --- a/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/admin/templates/manage_gallery/gallery_create_page_field.php +++ b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/admin/templates/manage_gallery/gallery_create_page_field.php @@ -7,5 +7,5 @@ </option> <?php endforeach ?> </select> - <input type="submit" id="group" value="<?php _e('Add page', 'nggallery'); ?>" name="addnewpage" class="button-primary action"> + <input type="submit" id="group" value="<?php _e('Add page', 'nggallery'); ?>" name="addnewpage" class="button-secondary action"> </span> \ No newline at end of file diff --git a/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/third_party_compat/module.third_party_compat.php b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/third_party_compat/module.third_party_compat.php index 4a1e5ea7c..ce79b9697 100644 --- a/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/third_party_compat/module.third_party_compat.php +++ b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/third_party_compat/module.third_party_compat.php @@ -123,6 +123,7 @@ class M_Third_Party_Compat extends C_Base_Module add_filter('ngg_atp_show_display_type', array($this, 'atp_check_pro_albums'), 10, 2); add_filter('run_ngg_resource_manager', array($this, 'run_ngg_resource_manager')); add_filter('wpseo_sitemap_urlimages', array($this, 'add_wpseo_xml_sitemap_images'), 10, 2); + add_filter('ngg_pre_delete_unused_term_id', array($this, 'dont_auto_purge_wpml_terms')); if ($this->is_ngg_page()) add_action('admin_enqueue_scripts', array(&$this, 'dequeue_spider_calendar_resources')); @@ -298,6 +299,23 @@ class M_Third_Party_Compat extends C_Base_Module M_WordPress_Routing::$_use_old_slugs = FALSE; } + /** + * NGG automatically purges unused terms when managing a gallery, but this also ensnares WPML translations + * @param $term_id + * @return bool + */ + public function dont_auto_purge_wpml_terms($term_id) + { + $args = array('element_id' => $term_id, + 'element_type' => 'ngg_tag'); + $term_language_code = apply_filters('wpml_element_language_code', null, $args); + + if (!empty($term_language_code)) + return FALSE; + else + return $term_id; + } + /** * CKEditor features a custom NextGEN shortcode generator that unfortunately relies on parts of the NextGEN * 1.9x API that has been deprecated in NextGEN 2.0 diff --git a/wp-content/plugins/nextgen-gallery/readme.txt b/wp-content/plugins/nextgen-gallery/readme.txt index f22497b65..0f2063890 100644 --- a/wp-content/plugins/nextgen-gallery/readme.txt +++ b/wp-content/plugins/nextgen-gallery/readme.txt @@ -2,11 +2,11 @@ Contributors: photocrati, imagely Tags: wordpress gallery plugin, gallery, nextgen, nextgen gallery, photo gallery, image gallery, photography, slideshow, images, photo, photo album, watermark Requires at least: 4.0.0 -Stable tag: 3.0.1 -Tested up to: 4.9.5 +Stable tag: 3.0.8 +Tested up to: 4.9.8 License: GPLv2 -The most popular WordPress gallery plugin and one of the most popular plugins of all time with over 21 million downloads. +The most popular WordPress gallery plugin and one of the most popular plugins of all time with over 22 million downloads. == Description == @@ -183,6 +183,24 @@ For more information, feel free to visit the official website for the NextGEN Ga == Changelog == += V3.0.8 - 09.05.2018 = +* Fixed: IGW broken with Chrome 69+ + += V3.0.6 - 07.24.2018 = +* NEW: Added 'ngg_gallery_title_select_field' filter +* NEW: Danish translations +* NEW: Slovakian translations +* Changed: Removed unused swfUpload setting key from ngg_options array +* Secured: Image attribute storage +* Fixed: Styling of upload notifications +* Fixed: Do not purge WPML tag/translation mapping when removing unused NGG tags +* Fixed: Don't invoke icl_translate() when the admin language matches the default language +* Fixed: Importing Media Library images inside the IGW window +* Fixed: NGG > Overview's "Upgrade to Pro" links were still present when NGG Plus/Pro were active +* Fixed: Patched PEL to catch a possible exception caused by malformed IFD +* Fixed: Removed unneeded wp_localize_script('wp-color-picker'...) +* Fixed: Sorting galleries with over 1k images did not work past image 999 + = V3.0.1 - 05.17.2018 = * Fixed: Prevent caching of display_tab.js which can break the IGW -- GitLab