Version Description
- 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
Download this release
Release Info
Developer | photocrati |
Plugin | NextGEN Gallery – WordPress Gallery Plugin |
Version | 3.0.6 |
Comparing to | |
See all releases |
Code changes from version 3.0.1 to 3.0.6
- changelog.txt +15 -0
- composer.json +1 -1
- nggallery.php +5 -5
- products/photocrati_nextgen/modules/attach_to_post/module.attach_to_post.php +3 -3
- products/photocrati_nextgen/modules/attach_to_post/static/attach_to_post.css +100 -36
- products/photocrati_nextgen/modules/attach_to_post/static/attach_to_post.min.css +1 -1
- products/photocrati_nextgen/modules/attach_to_post/static/attach_to_post_dialog.css +4 -0
- products/photocrati_nextgen/modules/attach_to_post/static/attach_to_post_dialog.min.css +1 -1
- products/photocrati_nextgen/modules/attach_to_post/static/iframely.css +55 -9
- products/photocrati_nextgen/modules/attach_to_post/static/iframely.min.css +1 -1
- products/photocrati_nextgen/modules/i18n/lang/nggallery-da_DK.mo +0 -0
- products/photocrati_nextgen/modules/i18n/lang/nggallery-da_DK.po +3981 -0
- products/photocrati_nextgen/modules/i18n/lang/nggallery-sk_SK.mo +0 -0
- products/photocrati_nextgen/modules/i18n/lang/nggallery-sv_SE.po +4 -4
- products/photocrati_nextgen/modules/i18n/lang/nggallery.po +2 -2
- products/photocrati_nextgen/modules/i18n/module.i18n.php +5 -2
- products/photocrati_nextgen/modules/nextgen_addgallery_page/package.module.nextgen_addgallery_page.php +56 -52
- products/photocrati_nextgen/modules/nextgen_addgallery_page/static/styles.css +1 -1
- products/photocrati_nextgen/modules/nextgen_addgallery_page/static/styles.min.css +1 -1
- products/photocrati_nextgen/modules/nextgen_addgallery_page/templates/upload_images.php +3 -1
- products/photocrati_nextgen/modules/nextgen_admin/module.nextgen_admin.php +0 -6
- products/photocrati_nextgen/modules/nextgen_admin/static/nextgen_admin_page.css +47 -37
- products/photocrati_nextgen/modules/nextgen_admin/static/nextgen_admin_page.min.css +1 -1
- products/photocrati_nextgen/modules/nextgen_data/module.nextgen_data.php +2 -5
- products/photocrati_nextgen/modules/nextgen_data/pel-0.9.6/class.exif_writer.php +5 -0
- products/photocrati_nextgen/modules/nextgen_data/pel-0.9.6/src/PelIfd.php +13 -3
- products/photocrati_nextgen/modules/nextgen_pro_upgrade/package.module.nextgen_pro_upgrade.php +1 -1
- products/photocrati_nextgen/modules/nextgen_settings/module.nextgen_settings.php +0 -1
- products/photocrati_nextgen/modules/nextgen_xmlrpc/package.module.nextgen_xmlrpc.php +212 -54
- products/photocrati_nextgen/modules/ngglegacy/admin/css/nggadmin.css +6 -9
- products/photocrati_nextgen/modules/ngglegacy/admin/css/nggadmin.min.css +1 -1
- products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php +5 -7
- products/photocrati_nextgen/modules/ngglegacy/admin/manage-sort.php +6 -4
- products/photocrati_nextgen/modules/ngglegacy/admin/manage.php +3 -1
- products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php +3 -2
- products/photocrati_nextgen/modules/ngglegacy/admin/overview.php +9 -1
- products/photocrati_nextgen/modules/ngglegacy/admin/templates/manage_gallery/gallery_create_page_field.php +1 -1
- products/photocrati_nextgen/modules/third_party_compat/module.third_party_compat.php +18 -0
- readme.txt +18 -3
changelog.txt
CHANGED
@@ -1,6 +1,21 @@
|
|
1 |
NextGEN Gallery
|
2 |
by Imagely
|
3 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
= V3.0.1 - 05.17.2018 =
|
5 |
* Fixed: Prevent caching of display_tab.js which can break the IGW
|
6 |
|
1 |
NextGEN Gallery
|
2 |
by Imagely
|
3 |
|
4 |
+
= V3.0.6 - 07.24.2018 =
|
5 |
+
* NEW: Added 'ngg_gallery_title_select_field' filter
|
6 |
+
* NEW: Danish translations
|
7 |
+
* NEW: Slovakian translations
|
8 |
+
* Changed: Removed unused swfUpload setting key from ngg_options array
|
9 |
+
* Secured: Image attribute storage
|
10 |
+
* Fixed: Styling of upload notifications
|
11 |
+
* Fixed: Do not purge WPML tag/translation mapping when removing unused NGG tags
|
12 |
+
* Fixed: Don't invoke icl_translate() when the admin language matches the default language
|
13 |
+
* Fixed: Importing Media Library images inside the IGW window
|
14 |
+
* Fixed: NGG > Overview's "Upgrade to Pro" links were still present when NGG Plus/Pro were active
|
15 |
+
* Fixed: Patched PEL to catch a possible exception caused by malformed IFD
|
16 |
+
* Fixed: Removed unneeded wp_localize_script('wp-color-picker'...)
|
17 |
+
* Fixed: Sorting galleries with over 1k images did not work past image 999
|
18 |
+
|
19 |
= V3.0.1 - 05.17.2018 =
|
20 |
* Fixed: Prevent caching of display_tab.js which can break the IGW
|
21 |
|
composer.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
{
|
2 |
"name": "imagely/nextgen-gallery",
|
3 |
-
"description": "The most popular gallery plugin for WordPress and one of the most popular plugins of all time with over
|
4 |
"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"],
|
5 |
"homepage": "https://www.imagely.com/",
|
6 |
"license": "GPLv2",
|
1 |
{
|
2 |
"name": "imagely/nextgen-gallery",
|
3 |
+
"description": "The most popular gallery plugin for WordPress and one of the most popular plugins of all time with over 22 million downloads.",
|
4 |
"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"],
|
5 |
"homepage": "https://www.imagely.com/",
|
6 |
"license": "GPLv2",
|
nggallery.php
CHANGED
@@ -3,8 +3,8 @@ if(preg_match('#' . basename(__FILE__) . '#', $_SERVER['PHP_SELF'])) { die('You
|
|
3 |
|
4 |
/**
|
5 |
* Plugin Name: NextGEN Gallery
|
6 |
-
* Description: The most popular gallery plugin for WordPress and one of the most popular plugins of all time with over
|
7 |
-
* Version: 3.0.
|
8 |
* Author: Imagely
|
9 |
* Plugin URI: https://www.imagely.com/wordpress-gallery-plugin/nextgen-gallery/
|
10 |
* Author URI: https://www.imagely.com
|
@@ -81,7 +81,7 @@ class C_NextGEN_Bootstrap
|
|
81 |
var $_pope_loaded = FALSE;
|
82 |
static $debug = FALSE;
|
83 |
var $minimum_ngg_pro_version = '2.0.5';
|
84 |
-
|
85 |
|
86 |
static function shutdown($exception=NULL)
|
87 |
{
|
@@ -663,7 +663,7 @@ class C_NextGEN_Bootstrap
|
|
663 |
define('NGG_PRODUCT_URL', path_join(str_replace("\\", '/', NGG_PLUGIN_URL), 'products'));
|
664 |
define('NGG_MODULE_URL', path_join(str_replace("\\", '/', NGG_PRODUCT_URL), 'photocrati_nextgen/modules'));
|
665 |
define('NGG_PLUGIN_STARTED_AT', microtime());
|
666 |
-
define('NGG_PLUGIN_VERSION', '3.0.
|
667 |
|
668 |
if (defined('SCRIPT_DEBUG') && SCRIPT_DEBUG)
|
669 |
define('NGG_SCRIPT_VERSION', (string)mt_rand(0, mt_getrandmax()));
|
@@ -1048,4 +1048,4 @@ ngg_fs();
|
|
1048 |
|
1049 |
#endregion Freemius
|
1050 |
|
1051 |
-
new C_NextGEN_Bootstrap();
|
3 |
|
4 |
/**
|
5 |
* Plugin Name: NextGEN Gallery
|
6 |
+
* Description: The most popular gallery plugin for WordPress and one of the most popular plugins of all time with over 22 million downloads.
|
7 |
+
* Version: 3.0.6
|
8 |
* Author: Imagely
|
9 |
* Plugin URI: https://www.imagely.com/wordpress-gallery-plugin/nextgen-gallery/
|
10 |
* Author URI: https://www.imagely.com
|
81 |
var $_pope_loaded = FALSE;
|
82 |
static $debug = FALSE;
|
83 |
var $minimum_ngg_pro_version = '2.0.5';
|
84 |
+
var $minimum_ngg_plus_version = '1.0.1';
|
85 |
|
86 |
static function shutdown($exception=NULL)
|
87 |
{
|
663 |
define('NGG_PRODUCT_URL', path_join(str_replace("\\", '/', NGG_PLUGIN_URL), 'products'));
|
664 |
define('NGG_MODULE_URL', path_join(str_replace("\\", '/', NGG_PRODUCT_URL), 'photocrati_nextgen/modules'));
|
665 |
define('NGG_PLUGIN_STARTED_AT', microtime());
|
666 |
+
define('NGG_PLUGIN_VERSION', '3.0.7');
|
667 |
|
668 |
if (defined('SCRIPT_DEBUG') && SCRIPT_DEBUG)
|
669 |
define('NGG_SCRIPT_VERSION', (string)mt_rand(0, mt_getrandmax()));
|
1048 |
|
1049 |
#endregion Freemius
|
1050 |
|
1051 |
+
new C_NextGEN_Bootstrap();
|
products/photocrati_nextgen/modules/attach_to_post/module.attach_to_post.php
CHANGED
@@ -368,14 +368,14 @@ class M_Attach_To_Post extends C_Base_Module
|
|
368 |
wp_enqueue_style(
|
369 |
'ngg_attach_to_post_dialog',
|
370 |
$router->get_static_url('photocrati-attach_to_post#attach_to_post_dialog.css'),
|
371 |
-
|
372 |
NGG_SCRIPT_VERSION
|
373 |
);
|
374 |
|
375 |
wp_enqueue_script(
|
376 |
'ngg-igw',
|
377 |
$router->get_static_url('photocrati-attach_to_post#igw.js'),
|
378 |
-
array('jquery', 'Base64'),
|
379 |
NGG_PLUGIN_VERSION
|
380 |
);
|
381 |
wp_localize_script('ngg-igw', 'ngg_igw_i18n', array(
|
@@ -574,4 +574,4 @@ class C_Attach_To_Post_Installer
|
|
574 |
}
|
575 |
}
|
576 |
|
577 |
-
new M_Attach_To_Post();
|
368 |
wp_enqueue_style(
|
369 |
'ngg_attach_to_post_dialog',
|
370 |
$router->get_static_url('photocrati-attach_to_post#attach_to_post_dialog.css'),
|
371 |
+
array('gritter'),
|
372 |
NGG_SCRIPT_VERSION
|
373 |
);
|
374 |
|
375 |
wp_enqueue_script(
|
376 |
'ngg-igw',
|
377 |
$router->get_static_url('photocrati-attach_to_post#igw.js'),
|
378 |
+
array('jquery', 'Base64', 'gritter'),
|
379 |
NGG_PLUGIN_VERSION
|
380 |
);
|
381 |
wp_localize_script('ngg-igw', 'ngg_igw_i18n', array(
|
574 |
}
|
575 |
}
|
576 |
|
577 |
+
new M_Attach_To_Post();
|
products/photocrati_nextgen/modules/attach_to_post/static/attach_to_post.css
CHANGED
@@ -85,7 +85,7 @@ h3#choose_display {
|
|
85 |
#attach_to_post_tabs .main_menu_tab {
|
86 |
padding: 0;
|
87 |
position: absolute;
|
88 |
-
left:
|
89 |
right: 0;
|
90 |
top: 0;
|
91 |
bottom: 0;
|
@@ -146,9 +146,8 @@ table {
|
|
146 |
/* 2. IGW Sidebar */
|
147 |
|
148 |
#attach_to_post_tabs .ui-tabs-icon {
|
149 |
-
/*background: #2a343d;*/
|
150 |
background: #133148;
|
151 |
-
border-right:
|
152 |
box-sizing: border-box;
|
153 |
color: #fff;
|
154 |
font-family: Lato, sans-serif;
|
@@ -162,13 +161,15 @@ table {
|
|
162 |
position: fixed;
|
163 |
padding: 10px 25px 30px 10px;
|
164 |
text-transform: uppercase;
|
165 |
-
width:
|
|
|
166 |
}
|
167 |
|
168 |
#attach_to_post_tabs img.attach_to_post_logo {
|
169 |
height: 45px;
|
170 |
padding: 20px 0 10px;
|
171 |
float: right;
|
|
|
172 |
}
|
173 |
|
174 |
#attach_to_post_tabs .ui-tabs-nav {
|
@@ -187,12 +188,29 @@ table {
|
|
187 |
margin: 0;
|
188 |
padding: 0;
|
189 |
width: 100%;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
190 |
}
|
191 |
|
192 |
/* The next couple of rules are all a workaround to disable the "Insert Into Page" tab just for iOS */
|
193 |
/* TODO: consolidate when plupload is upgraded */
|
194 |
#attach_to_post_tabs ul.ui-tabs-nav li:nth-of-type(1) {
|
195 |
list-style: ordered;
|
|
|
196 |
}
|
197 |
#attach_to_post_tabs:not(.ngg_atp_ios_detected) ul.ui-tabs-nav li:nth-of-type(2) {
|
198 |
list-style: ordered;
|
@@ -206,7 +224,7 @@ table {
|
|
206 |
}
|
207 |
|
208 |
/* Because the upload-images tab is removed on iOS we must position this divider bar differently */
|
209 |
-
|
210 |
border-bottom: 1px solid rgba(255,255,255,.2);
|
211 |
content: "";
|
212 |
display: block;
|
@@ -214,10 +232,10 @@ table {
|
|
214 |
margin: 24px 4px 20px 0;
|
215 |
position: static;
|
216 |
width: 90%;
|
217 |
-
}
|
218 |
|
219 |
/* This rule applies for all non-iOS browsers */
|
220 |
-
|
221 |
border-bottom: 1px solid rgba(255,255,255,.2);
|
222 |
content: "";
|
223 |
display: block;
|
@@ -225,7 +243,7 @@ table {
|
|
225 |
margin: 24px 4px 20px 0;
|
226 |
position: static;
|
227 |
width: 90%;
|
228 |
-
}
|
229 |
|
230 |
#attach_to_post_tabs .ui-tabs-nav li a {
|
231 |
color: #fff;
|
@@ -236,6 +254,13 @@ table {
|
|
236 |
padding: 10px 5px 5px 0 !important;
|
237 |
text-transform: none;
|
238 |
font-family: lato, sans-serif;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
239 |
}
|
240 |
|
241 |
#attach_to_post_tabs .ui-tabs-nav li.ui-tabs-active a,
|
@@ -245,19 +270,18 @@ table {
|
|
245 |
}
|
246 |
|
247 |
#attach_to_post_tabs .ui-tabs-nav li a.active_tab::before {
|
248 |
-
border-right: solid .75em #
|
249 |
-
border-top: solid .
|
250 |
-
border-bottom: solid .
|
251 |
-
|
252 |
-
|
253 |
-
|
254 |
-
|
255 |
-
top: 8px;
|
256 |
}
|
257 |
|
258 |
#attach_to_post_tabs .ui-tabs-nav li a.active_tab {
|
259 |
-
color: #
|
260 |
-
font-weight:
|
261 |
}
|
262 |
|
263 |
/* 3. Display Tab: General CSS */
|
@@ -284,27 +308,51 @@ table {
|
|
284 |
height: 25px;
|
285 |
margin-top: 0;
|
286 |
width: auto;
|
|
|
|
|
287 |
}
|
288 |
|
289 |
-
#displayed_tab #ngg_page_content .ngg_page_content_menu a
|
|
|
290 |
border: none;
|
291 |
-
color: #
|
292 |
display: inline;
|
293 |
font-size: 14px;
|
294 |
font-weight: 400;
|
295 |
text-decoration: none;
|
296 |
line-height: 25px;
|
297 |
padding: 15px 20px;
|
298 |
-
|
299 |
-
|
|
|
300 |
}
|
301 |
|
302 |
#displayed_tab #ngg_page_content .ngg_page_content_menu .ngg_page_content_menu_active {
|
303 |
-
|
304 |
-
|
305 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
306 |
}
|
307 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
308 |
#displayed_tab #ngg_page_content .ngg_page_content_menu a:before {
|
309 |
display: none;
|
310 |
}
|
@@ -312,7 +360,7 @@ table {
|
|
312 |
#displayed_tab #ngg_page_content .ngg_page_content_main {
|
313 |
padding: 30px;
|
314 |
width: 100%;
|
315 |
-
|
316 |
}
|
317 |
|
318 |
#displayed_tab #ngg_page_content.ngg_settings_page {
|
@@ -478,7 +526,6 @@ table {
|
|
478 |
margin-bottom: 10px;
|
479 |
box-sizing: border-box;
|
480 |
max-width: 100px;
|
481 |
-
/*border: 1px solid #eee;*/
|
482 |
}
|
483 |
|
484 |
#displayed_tab .display_type_preview .image_container p {
|
@@ -494,11 +541,11 @@ table {
|
|
494 |
}
|
495 |
|
496 |
#ngg_page_content #save_displayed_gallery.button {
|
497 |
-
font-weight:
|
498 |
-
|
499 |
-
|
500 |
-
|
501 |
-
|
502 |
}
|
503 |
|
504 |
/* 3b. Display Tab: "Customize Display Settings" Subtab */
|
@@ -717,17 +764,20 @@ h3#preview_tab {
|
|
717 |
padding: 20px;
|
718 |
}
|
719 |
#attach_to_post_tabs img.attach_to_post_logo {
|
720 |
-
/*float: none;*/
|
721 |
display: none;
|
722 |
}
|
723 |
|
724 |
#attach_to_post_tabs .ui-tabs-nav {
|
725 |
-
/*margin-top: -15px;*/
|
726 |
margin-top: 0;
|
727 |
}
|
728 |
#attach_to_post_tabs .ui-tabs-nav li {
|
729 |
padding: 5px;
|
730 |
list-style: none !important;
|
|
|
|
|
|
|
|
|
|
|
731 |
}
|
732 |
#attach_to_post_tabs:not(.ngg_atp_ios_detected) .ui-tabs-nav li:nth-of-type(2)::after {
|
733 |
display: none;
|
@@ -735,12 +785,18 @@ h3#preview_tab {
|
|
735 |
#attach_to_post_tabs .ui-tabs-nav li a {
|
736 |
float: none;
|
737 |
padding: 0 !important;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
738 |
}
|
739 |
#attach_to_post_tabs .main_menu_tab {
|
740 |
margin-left: 0;
|
741 |
min-height: auto;
|
742 |
position: absolute;
|
743 |
-
/*top: 280px;*/
|
744 |
top: 150px;
|
745 |
right: 0;
|
746 |
left: 0;
|
@@ -749,6 +805,8 @@ h3#preview_tab {
|
|
749 |
}
|
750 |
#displayed_tab #ngg_page_content .ngg_page_content_menu {
|
751 |
padding: 5px 0 0;
|
|
|
|
|
752 |
}
|
753 |
#displayed_tab #ngg_page_content .ngg_page_content_menu a {
|
754 |
display: block;
|
@@ -762,6 +820,9 @@ h3#preview_tab {
|
|
762 |
#displayed_tab #ngg_page_content .ngg_page_content_menu a:active {
|
763 |
background: transparent;
|
764 |
}
|
|
|
|
|
|
|
765 |
#displayed_tab #ngg_page_content .ngg_page_content_menu a:last-of-type {
|
766 |
padding-bottom: 5px;
|
767 |
}
|
@@ -789,6 +850,9 @@ h3#preview_tab {
|
|
789 |
#attach_to_post_tabs #displayed_tab #ngg_page_content .ngg_page_content_main #source_configuration tbody {
|
790 |
display: table-row-group !important;
|
791 |
}
|
|
|
|
|
|
|
792 |
}
|
793 |
|
794 |
@media (max-width: 400px) {
|
@@ -797,4 +861,4 @@ h3#preview_tab {
|
|
797 |
margin: 20px auto;
|
798 |
width: 170px;
|
799 |
}
|
800 |
-
}
|
85 |
#attach_to_post_tabs .main_menu_tab {
|
86 |
padding: 0;
|
87 |
position: absolute;
|
88 |
+
left: 220px;
|
89 |
right: 0;
|
90 |
top: 0;
|
91 |
bottom: 0;
|
146 |
/* 2. IGW Sidebar */
|
147 |
|
148 |
#attach_to_post_tabs .ui-tabs-icon {
|
|
|
149 |
background: #133148;
|
150 |
+
border-right: 1px solid #9cbe1b;;
|
151 |
box-sizing: border-box;
|
152 |
color: #fff;
|
153 |
font-family: Lato, sans-serif;
|
161 |
position: fixed;
|
162 |
padding: 10px 25px 30px 10px;
|
163 |
text-transform: uppercase;
|
164 |
+
width: 220px;
|
165 |
+
padding: 0;
|
166 |
}
|
167 |
|
168 |
#attach_to_post_tabs img.attach_to_post_logo {
|
169 |
height: 45px;
|
170 |
padding: 20px 0 10px;
|
171 |
float: right;
|
172 |
+
margin-right: 26px;
|
173 |
}
|
174 |
|
175 |
#attach_to_post_tabs .ui-tabs-nav {
|
188 |
margin: 0;
|
189 |
padding: 0;
|
190 |
width: 100%;
|
191 |
+
border-radius: 0;
|
192 |
+
box-sizing: border-box;
|
193 |
+
border-bottom: 1px solid #344a59;
|
194 |
+
padding: 24px 30px 24px 20px;
|
195 |
+
}
|
196 |
+
|
197 |
+
#attach_to_post_tabs .ui-tabs-nav li.ui-tabs-active {
|
198 |
+
background: #2b4d65;
|
199 |
+
background: #9dbd1b;
|
200 |
+
}
|
201 |
+
|
202 |
+
#attach_to_post_tabs .ui-tabs-nav li.ui-state-focus,
|
203 |
+
#attach_to_post_tabs .ui-tabs-nav li.ui-state-active,
|
204 |
+
#attach_to_post_tabs .ui-tabs-nav li:focus,
|
205 |
+
#attach_to_post_tabs .ui-tabs-nav li.active {
|
206 |
+
outline: none;
|
207 |
}
|
208 |
|
209 |
/* The next couple of rules are all a workaround to disable the "Insert Into Page" tab just for iOS */
|
210 |
/* TODO: consolidate when plupload is upgraded */
|
211 |
#attach_to_post_tabs ul.ui-tabs-nav li:nth-of-type(1) {
|
212 |
list-style: ordered;
|
213 |
+
border-top: 1px solid #344a59;
|
214 |
}
|
215 |
#attach_to_post_tabs:not(.ngg_atp_ios_detected) ul.ui-tabs-nav li:nth-of-type(2) {
|
216 |
list-style: ordered;
|
224 |
}
|
225 |
|
226 |
/* Because the upload-images tab is removed on iOS we must position this divider bar differently */
|
227 |
+
/*#attach_to_post_tabs.ngg_atp_ios_detected .ui-tabs-nav li:nth-of-type(1)::after {
|
228 |
border-bottom: 1px solid rgba(255,255,255,.2);
|
229 |
content: "";
|
230 |
display: block;
|
232 |
margin: 24px 4px 20px 0;
|
233 |
position: static;
|
234 |
width: 90%;
|
235 |
+
}*/
|
236 |
|
237 |
/* This rule applies for all non-iOS browsers */
|
238 |
+
/*#attach_to_post_tabs:not(.ngg_atp_ios_detected) .ui-tabs-nav li:nth-of-type(2)::after {
|
239 |
border-bottom: 1px solid rgba(255,255,255,.2);
|
240 |
content: "";
|
241 |
display: block;
|
243 |
margin: 24px 4px 20px 0;
|
244 |
position: static;
|
245 |
width: 90%;
|
246 |
+
}*/
|
247 |
|
248 |
#attach_to_post_tabs .ui-tabs-nav li a {
|
249 |
color: #fff;
|
254 |
padding: 10px 5px 5px 0 !important;
|
255 |
text-transform: none;
|
256 |
font-family: lato, sans-serif;
|
257 |
+
text-transform: uppercase;
|
258 |
+
font-size: 13px;
|
259 |
+
letter-spacing: 1px;
|
260 |
+
font-weight: 700;
|
261 |
+
padding: 0 !important;
|
262 |
+
font-size: 12px;
|
263 |
+
letter-spacing: 1.2px;
|
264 |
}
|
265 |
|
266 |
#attach_to_post_tabs .ui-tabs-nav li.ui-tabs-active a,
|
270 |
}
|
271 |
|
272 |
#attach_to_post_tabs .ui-tabs-nav li a.active_tab::before {
|
273 |
+
border-right: solid .75em #fff;
|
274 |
+
border-top: solid 1.2em transparent;
|
275 |
+
border-bottom: solid 1.2em transparent;
|
276 |
+
content: '';
|
277 |
+
position: absolute;
|
278 |
+
top: 16px;
|
279 |
+
right: -3px;
|
|
|
280 |
}
|
281 |
|
282 |
#attach_to_post_tabs .ui-tabs-nav li a.active_tab {
|
283 |
+
color: #fff;
|
284 |
+
font-weight: 800;
|
285 |
}
|
286 |
|
287 |
/* 3. Display Tab: General CSS */
|
308 |
height: 25px;
|
309 |
margin-top: 0;
|
310 |
width: auto;
|
311 |
+
border-bottom: 1px solid #ddd;
|
312 |
+
background: #fafafa;
|
313 |
}
|
314 |
|
315 |
+
#displayed_tab #ngg_page_content .ngg_page_content_menu a,
|
316 |
+
#displayed_tab #ngg_page_content .ngg_page_content_menu a:active {
|
317 |
border: none;
|
318 |
+
color: #888;
|
319 |
display: inline;
|
320 |
font-size: 14px;
|
321 |
font-weight: 400;
|
322 |
text-decoration: none;
|
323 |
line-height: 25px;
|
324 |
padding: 15px 20px;
|
325 |
+
font-size: 12px;
|
326 |
+
background: transparent;
|
327 |
+
/*border: none !important;*/
|
328 |
}
|
329 |
|
330 |
#displayed_tab #ngg_page_content .ngg_page_content_menu .ngg_page_content_menu_active {
|
331 |
+
background: transparent;
|
332 |
+
font-weight: bold;
|
333 |
+
color: #123248;
|
334 |
+
border-left: 1px solid #ddd;
|
335 |
+
border-right: 1px solid #ddd;
|
336 |
+
border-bottom: 2px solid #fff;
|
337 |
+
background: #fff;
|
338 |
+
}
|
339 |
+
|
340 |
+
#displayed_tab #ngg_page_content .ngg_page_content_menu a:active:after {
|
341 |
+
display:none;
|
342 |
}
|
343 |
|
344 |
+
/*#displayed_tab #ngg_page_content .ngg_page_content_menu .ngg_page_content_menu_active:after {
|
345 |
+
border-left: 8px solid transparent;
|
346 |
+
border-right: 8px solid transparent;
|
347 |
+
border-top: 6px solid #cad1d6;
|
348 |
+
border-top: 6px solid #123248;
|
349 |
+
content: " ";
|
350 |
+
position: absolute;
|
351 |
+
left: 45%;
|
352 |
+
display: inline;
|
353 |
+
top: 42px;
|
354 |
+
}*/
|
355 |
+
|
356 |
#displayed_tab #ngg_page_content .ngg_page_content_menu a:before {
|
357 |
display: none;
|
358 |
}
|
360 |
#displayed_tab #ngg_page_content .ngg_page_content_main {
|
361 |
padding: 30px;
|
362 |
width: 100%;
|
363 |
+
box-shadow: none;
|
364 |
}
|
365 |
|
366 |
#displayed_tab #ngg_page_content.ngg_settings_page {
|
526 |
margin-bottom: 10px;
|
527 |
box-sizing: border-box;
|
528 |
max-width: 100px;
|
|
|
529 |
}
|
530 |
|
531 |
#displayed_tab .display_type_preview .image_container p {
|
541 |
}
|
542 |
|
543 |
#ngg_page_content #save_displayed_gallery.button {
|
544 |
+
font-weight: 700;
|
545 |
+
height: 50px!important;
|
546 |
+
line-height: 50px!important;
|
547 |
+
padding: 0 30px!important;
|
548 |
+
font-size: 13px;
|
549 |
}
|
550 |
|
551 |
/* 3b. Display Tab: "Customize Display Settings" Subtab */
|
764 |
padding: 20px;
|
765 |
}
|
766 |
#attach_to_post_tabs img.attach_to_post_logo {
|
|
|
767 |
display: none;
|
768 |
}
|
769 |
|
770 |
#attach_to_post_tabs .ui-tabs-nav {
|
|
|
771 |
margin-top: 0;
|
772 |
}
|
773 |
#attach_to_post_tabs .ui-tabs-nav li {
|
774 |
padding: 5px;
|
775 |
list-style: none !important;
|
776 |
+
border-bottom: none;
|
777 |
+
border-top: none !important;
|
778 |
+
}
|
779 |
+
#attach_to_post_tabs .ui-tabs-nav li.ui-tabs-active {
|
780 |
+
background: transparent;
|
781 |
}
|
782 |
#attach_to_post_tabs:not(.ngg_atp_ios_detected) .ui-tabs-nav li:nth-of-type(2)::after {
|
783 |
display: none;
|
785 |
#attach_to_post_tabs .ui-tabs-nav li a {
|
786 |
float: none;
|
787 |
padding: 0 !important;
|
788 |
+
font-weight: normal;
|
789 |
+
}
|
790 |
+
#attach_to_post_tabs .ui-tabs-nav li a.active_tab {
|
791 |
+
color: #9ebc1b;
|
792 |
+
}
|
793 |
+
#attach_to_post_tabs .ui-tabs-nav li a.active_tab::before {
|
794 |
+
display:none;
|
795 |
}
|
796 |
#attach_to_post_tabs .main_menu_tab {
|
797 |
margin-left: 0;
|
798 |
min-height: auto;
|
799 |
position: absolute;
|
|
|
800 |
top: 150px;
|
801 |
right: 0;
|
802 |
left: 0;
|
805 |
}
|
806 |
#displayed_tab #ngg_page_content .ngg_page_content_menu {
|
807 |
padding: 5px 0 0;
|
808 |
+
background: none;
|
809 |
+
border: none;
|
810 |
}
|
811 |
#displayed_tab #ngg_page_content .ngg_page_content_menu a {
|
812 |
display: block;
|
820 |
#displayed_tab #ngg_page_content .ngg_page_content_menu a:active {
|
821 |
background: transparent;
|
822 |
}
|
823 |
+
#displayed_tab #ngg_page_content .ngg_page_content_menu .ngg_page_content_menu_active:after {
|
824 |
+
display:none;
|
825 |
+
}
|
826 |
#displayed_tab #ngg_page_content .ngg_page_content_menu a:last-of-type {
|
827 |
padding-bottom: 5px;
|
828 |
}
|
850 |
#attach_to_post_tabs #displayed_tab #ngg_page_content .ngg_page_content_main #source_configuration tbody {
|
851 |
display: table-row-group !important;
|
852 |
}
|
853 |
+
#displayed_tab #ngg_page_content .responsive-menu-icon {
|
854 |
+
padding: 10px 0 15px !important;
|
855 |
+
}
|
856 |
}
|
857 |
|
858 |
@media (max-width: 400px) {
|
861 |
margin: 20px auto;
|
862 |
width: 170px;
|
863 |
}
|
864 |
+
}
|
products/photocrati_nextgen/modules/attach_to_post/static/attach_to_post.min.css
CHANGED
@@ -1 +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}}
|
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: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}.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:ordered}#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:ordered;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}#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}}
|
products/photocrati_nextgen/modules/attach_to_post/static/attach_to_post_dialog.css
CHANGED
@@ -1,5 +1,9 @@
|
|
1 |
/* Thickbox-based IGW Rules */
|
2 |
|
|
|
|
|
|
|
|
|
3 |
.ngg_tb_window #TB_iframeContent {
|
4 |
height:100.1% !important;
|
5 |
}
|
1 |
/* Thickbox-based IGW Rules */
|
2 |
|
3 |
+
#TB_window.ngg_tb_window {
|
4 |
+
box-shadow: 0 0 20px 10px rgba( 0, 0, 0, .5 );
|
5 |
+
}
|
6 |
+
|
7 |
.ngg_tb_window #TB_iframeContent {
|
8 |
height:100.1% !important;
|
9 |
}
|
products/photocrati_nextgen/modules/attach_to_post/static/attach_to_post_dialog.min.css
CHANGED
@@ -1 +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}}
|
1 |
+
#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}}
|
products/photocrati_nextgen/modules/attach_to_post/static/iframely.css
CHANGED
@@ -25,6 +25,10 @@ html#iframely {
|
|
25 |
padding: 0px;
|
26 |
}
|
27 |
|
|
|
|
|
|
|
|
|
28 |
#iframely h2,
|
29 |
#iframely #icon-nextgen-gallery {
|
30 |
display: none;
|
@@ -57,34 +61,61 @@ html#iframely {
|
|
57 |
height: 25px;
|
58 |
margin-top: 0;
|
59 |
width: auto;
|
|
|
|
|
60 |
}
|
61 |
|
62 |
#iframely #ngg_page_content .ngg_page_content_menu a {
|
63 |
border: none;
|
64 |
-
color: #
|
65 |
display: inline;
|
66 |
font-size: 14px;
|
67 |
font-weight: 400;
|
68 |
text-decoration: none;
|
69 |
line-height: 25px;
|
70 |
padding: 15px 20px;
|
71 |
-
|
72 |
-
border-right: 1px solid #f7f8f3;
|
73 |
}
|
74 |
|
75 |
-
#iframely #ngg_page_content .ngg_page_content_menu
|
76 |
-
|
77 |
-
border-right: 1px solid #edeeeb;
|
78 |
-
border-left: 1px solid #edeeeb;
|
79 |
}
|
80 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
81 |
#iframely #ngg_page_content .ngg_page_content_menu a:before {
|
82 |
display: none;
|
83 |
}
|
84 |
|
|
|
|
|
|
|
|
|
|
|
85 |
#iframely #ngg_page_content .ngg_page_content_main {
|
86 |
padding: 30px;
|
87 |
width: 100%;
|
|
|
88 |
}
|
89 |
|
90 |
#iframely #ngg_page_content .ngg_page_content_main h3 {
|
@@ -103,6 +134,7 @@ html#iframely {
|
|
103 |
vertical-align: top;
|
104 |
}
|
105 |
|
|
|
106 |
#iframely #ngg_page_content .ngg_manage_galleries .search-form {
|
107 |
margin-top: -20px;
|
108 |
}
|
@@ -112,10 +144,19 @@ html#iframely {
|
|
112 |
position: relative;
|
113 |
float: none;
|
114 |
top: 37px;
|
115 |
-
left:
|
116 |
width: 350px;
|
117 |
}
|
118 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
119 |
#iframely .ngg_manage_galleries table #id {
|
120 |
min-width: 40px;
|
121 |
}
|
@@ -165,6 +206,8 @@ html#iframely {
|
|
165 |
}
|
166 |
#iframely #ngg_page_content .ngg_page_content_menu {
|
167 |
padding: 5px 0 0;
|
|
|
|
|
168 |
}
|
169 |
#iframely #ngg_page_content .ngg_page_content_menu a {
|
170 |
display: block;
|
@@ -178,6 +221,9 @@ html#iframely {
|
|
178 |
#iframely #ngg_page_content .ngg_page_content_menu a:active {
|
179 |
background: transparent;
|
180 |
}
|
|
|
|
|
|
|
181 |
#iframely #ngg_page_content .ngg_page_content_menu a:last-of-type {
|
182 |
padding-bottom: 5px;
|
183 |
}
|
@@ -194,4 +240,4 @@ html#iframely {
|
|
194 |
margin: 4px 0;
|
195 |
display: block;
|
196 |
}
|
197 |
-
}
|
25 |
padding: 0px;
|
26 |
}
|
27 |
|
28 |
+
#iframely #ngg_page_content.ngg_settings_page {
|
29 |
+
background: #fff;
|
30 |
+
}
|
31 |
+
|
32 |
#iframely h2,
|
33 |
#iframely #icon-nextgen-gallery {
|
34 |
display: none;
|
61 |
height: 25px;
|
62 |
margin-top: 0;
|
63 |
width: auto;
|
64 |
+
border-bottom: 1px solid #ddd;
|
65 |
+
background: #fafafa;
|
66 |
}
|
67 |
|
68 |
#iframely #ngg_page_content .ngg_page_content_menu a {
|
69 |
border: none;
|
70 |
+
color: #888;
|
71 |
display: inline;
|
72 |
font-size: 14px;
|
73 |
font-weight: 400;
|
74 |
text-decoration: none;
|
75 |
line-height: 25px;
|
76 |
padding: 15px 20px;
|
77 |
+
font-size: 12px;
|
|
|
78 |
}
|
79 |
|
80 |
+
#iframely #ngg_page_content .ngg_page_content_menu a:active {
|
81 |
+
background: transparent;
|
|
|
|
|
82 |
}
|
83 |
|
84 |
+
#iframely #ngg_page_content .ngg_page_content_menu .ngg_page_content_menu_active {
|
85 |
+
background: transparent;
|
86 |
+
font-weight: bold;
|
87 |
+
color: #123248;
|
88 |
+
border-left: 1px solid #ddd;
|
89 |
+
border-right: 1px solid #ddd;
|
90 |
+
border-bottom: 2px solid #fff;
|
91 |
+
background: #fff;
|
92 |
+
}
|
93 |
+
|
94 |
+
/*#iframely #ngg_page_content .ngg_page_content_menu .ngg_page_content_menu_active:after {
|
95 |
+
border-left: 8px solid transparent;
|
96 |
+
border-right: 8px solid transparent;
|
97 |
+
border-top: 6px solid #cad1d6;
|
98 |
+
border-top: 6px solid #123248;
|
99 |
+
content: " ";
|
100 |
+
position: absolute;
|
101 |
+
left: 45%;
|
102 |
+
display: inline;
|
103 |
+
top: 42px;
|
104 |
+
}*/
|
105 |
+
|
106 |
#iframely #ngg_page_content .ngg_page_content_menu a:before {
|
107 |
display: none;
|
108 |
}
|
109 |
|
110 |
+
#displayed_tab #ngg_page_content .ngg_page_content_menu .ngg_page_content_menu_active:after,
|
111 |
+
#displayed_tab #ngg_page_content .ngg_page_content_menu a:active:after {
|
112 |
+
display: none;
|
113 |
+
}
|
114 |
+
|
115 |
#iframely #ngg_page_content .ngg_page_content_main {
|
116 |
padding: 30px;
|
117 |
width: 100%;
|
118 |
+
box-shadow: none;
|
119 |
}
|
120 |
|
121 |
#iframely #ngg_page_content .ngg_page_content_main h3 {
|
134 |
vertical-align: top;
|
135 |
}
|
136 |
|
137 |
+
|
138 |
#iframely #ngg_page_content .ngg_manage_galleries .search-form {
|
139 |
margin-top: -20px;
|
140 |
}
|
144 |
position: relative;
|
145 |
float: none;
|
146 |
top: 37px;
|
147 |
+
left: 460px;
|
148 |
width: 350px;
|
149 |
}
|
150 |
|
151 |
+
#iframely .search-box input[name="s"],
|
152 |
+
#iframely #bulkaction {
|
153 |
+
width: 140px !important;
|
154 |
+
}
|
155 |
+
|
156 |
+
#iframely .tablenav.top .displaying-num {
|
157 |
+
display: none;
|
158 |
+
}
|
159 |
+
|
160 |
#iframely .ngg_manage_galleries table #id {
|
161 |
min-width: 40px;
|
162 |
}
|
206 |
}
|
207 |
#iframely #ngg_page_content .ngg_page_content_menu {
|
208 |
padding: 5px 0 0;
|
209 |
+
background: transparent;
|
210 |
+
border: none;
|
211 |
}
|
212 |
#iframely #ngg_page_content .ngg_page_content_menu a {
|
213 |
display: block;
|
221 |
#iframely #ngg_page_content .ngg_page_content_menu a:active {
|
222 |
background: transparent;
|
223 |
}
|
224 |
+
#iframely #ngg_page_content .ngg_page_content_menu .ngg_page_content_menu_active:after {
|
225 |
+
display:none;
|
226 |
+
}
|
227 |
#iframely #ngg_page_content .ngg_page_content_menu a:last-of-type {
|
228 |
padding-bottom: 5px;
|
229 |
}
|
240 |
margin: 4px 0;
|
241 |
display: block;
|
242 |
}
|
243 |
+
}
|
products/photocrati_nextgen/modules/attach_to_post/static/iframely.min.css
CHANGED
@@ -1 +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:#
|
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 #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}}
|
products/photocrati_nextgen/modules/i18n/lang/nggallery-da_DK.mo
ADDED
Binary file
|
products/photocrati_nextgen/modules/i18n/lang/nggallery-da_DK.po
ADDED
@@ -0,0 +1,3981 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
msgid ""
|
2 |
+
msgstr ""
|
3 |
+
"Project-Id-Version: NextGEN Gallery\n"
|
4 |
+
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2018-03-02 11:42+0000\n"
|
6 |
+
"PO-Revision-Date: 2018-03-08 10:34+0000\n"
|
7 |
+
"Last-Translator: Humorguden <humorguden@humorhimlen.dk>\n"
|
8 |
+
"Language-Team: Danish\n"
|
9 |
+
"Language: da-DK\n"
|
10 |
+
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
11 |
+
"MIME-Version: 1.0\n"
|
12 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
13 |
+
"Content-Transfer-Encoding: 8bit\n"
|
14 |
+
"X-Generator: Loco https://localise.biz/"
|
15 |
+
|
16 |
+
#: products/photocrati_nextgen/modules/nextgen_xmlrpc/package.module.nextgen_xmlrpc.php:684
|
17 |
+
#, php-format
|
18 |
+
msgid " (%1$s)."
|
19 |
+
msgstr " (%1$s)."
|
20 |
+
|
21 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:363
|
22 |
+
msgid " 25"
|
23 |
+
msgstr " 25"
|
24 |
+
|
25 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:364
|
26 |
+
msgid " 50"
|
27 |
+
msgstr " 50"
|
28 |
+
|
29 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:365
|
30 |
+
msgid " 75"
|
31 |
+
msgstr " 75"
|
32 |
+
|
33 |
+
#: products/photocrati_nextgen/modules/nextgen_gallery_display/package.module.nextgen_gallery_display.php:1753
|
34 |
+
#, php-format
|
35 |
+
msgid " [<a href=\"%s\">See image gallery at %s</a>] "
|
36 |
+
msgstr " [<a href=\"%s\">Se billedgalleri på %s</a>] "
|
37 |
+
|
38 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:57
|
39 |
+
msgid " MByte"
|
40 |
+
msgstr " MByte"
|
41 |
+
|
42 |
+
#: products/photocrati_nextgen/modules/nextgen_data/package.module.nextgen_data.php:2769
|
43 |
+
#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:136
|
44 |
+
msgid " mm"
|
45 |
+
msgstr " mm"
|
46 |
+
|
47 |
+
#: products/photocrati_nextgen/modules/nextgen_data/package.module.nextgen_data.php:2777
|
48 |
+
#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:142
|
49 |
+
msgid " sec"
|
50 |
+
msgstr "sek"
|
51 |
+
|
52 |
+
#: products/photocrati_nextgen/modules/nextgen_basic_gallery/package.module.nextgen_basic_gallery.php:384
|
53 |
+
msgid "# of columns"
|
54 |
+
msgstr "# af kolonner"
|
55 |
+
|
56 |
+
#: products/photocrati_nextgen/modules/nextgen_basic_gallery/package.module.nextgen_basic_gallery.php:309
|
57 |
+
msgid "# of seconds"
|
58 |
+
msgstr "# sekunder"
|
59 |
+
|
60 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:144
|
61 |
+
#, php-format
|
62 |
+
msgid "%1$sMB (%2$s%%) Used"
|
63 |
+
msgstr "%1$sMB (%2$s%%) Brugt"
|
64 |
+
|
65 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:143
|
66 |
+
#, php-format
|
67 |
+
msgid "%1$sMB Allowed"
|
68 |
+
msgstr "%1$sMB Tilladt"
|
69 |
+
|
70 |
+
#: products/photocrati_nextgen/modules/ngglegacy/lib/tags.php:190
|
71 |
+
#, php-format
|
72 |
+
msgid "%1s tag(s) deleted."
|
73 |
+
msgstr "%1s tag(s) er slettet."
|
74 |
+
|
75 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:668
|
76 |
+
#, php-format
|
77 |
+
msgid "%s picture successfully added"
|
78 |
+
msgid_plural "%s pictures successfully added"
|
79 |
+
msgstr[0] "%s billede med succes tilføjet"
|
80 |
+
msgstr[1] "%s billeder blev tilføjet"
|
81 |
+
|
82 |
+
#: products/photocrati_nextgen/modules/ngglegacy/lib/tags.php:249
|
83 |
+
#, php-format
|
84 |
+
msgid "%s slug(s) edited."
|
85 |
+
msgstr "%s slug(s) redigeret."
|
86 |
+
|
87 |
+
#: products/photocrati_nextgen/modules/lightbox/package.module.lightbox.php:81
|
88 |
+
msgid "< Prev"
|
89 |
+
msgstr "< Forrige"
|
90 |
+
|
91 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:508
|
92 |
+
msgid "(Error : Couldn't not find image)"
|
93 |
+
msgstr "(Fejl: kunne ikke finde billede)"
|
94 |
+
|
95 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:492
|
96 |
+
msgid "(Error : Couldn't not update data base)"
|
97 |
+
msgstr "(Fejl: Kunne ikke opdatere database)"
|
98 |
+
|
99 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:499
|
100 |
+
msgid "(Error : Couldn't not update meta data)"
|
101 |
+
msgstr "(Fejl: Kunne ikke opdatere metadata)"
|
102 |
+
|
103 |
+
#: products/photocrati_nextgen/modules/nextgen_other_options/package.module.nextgen_other_options.php:467
|
104 |
+
#:
|
105 |
+
#: products/photocrati_nextgen/modules/nextgen_other_options/package.module.nextgen_other_options.php:697
|
106 |
+
msgid "(Hide Customization Options)"
|
107 |
+
msgstr "(Skjul tilpasningsindstillinger)"
|
108 |
+
|
109 |
+
#: products/photocrati_nextgen/modules/nextgen_other_options/package.module.nextgen_other_options.php:148
|
110 |
+
msgid "(Hide Customization Settings)"
|
111 |
+
msgstr "(Skjul tilpasningsindstillinger)"
|
112 |
+
|
113 |
+
#: products/photocrati_nextgen/modules/attach_to_post/package.module.attach_to_post.php:363
|
114 |
+
#:
|
115 |
+
#: products/photocrati_nextgen/modules/nextgen_admin/package.module.nextgen_admin.php:500
|
116 |
+
msgid "(optional)"
|
117 |
+
msgstr "(valgfri)"
|
118 |
+
|
119 |
+
#: products/photocrati_nextgen/modules/nextgen_other_options/package.module.nextgen_other_options.php:467
|
120 |
+
#:
|
121 |
+
#: products/photocrati_nextgen/modules/nextgen_other_options/package.module.nextgen_other_options.php:697
|
122 |
+
msgid "(Show Customization Options)"
|
123 |
+
msgstr "(Vis Tilpasningsindstillinger)"
|
124 |
+
|
125 |
+
#: products/photocrati_nextgen/modules/nextgen_other_options/package.module.nextgen_other_options.php:148
|
126 |
+
msgid "(Show Customization Settings)"
|
127 |
+
msgstr "(Vis Tilpasningsindstillinger)"
|
128 |
+
|
129 |
+
#: products/photocrati_nextgen/modules/nextgen_addgallery_page/package.module.nextgen_addgallery_page.php:42
|
130 |
+
msgid "0 images were uploaded"
|
131 |
+
msgstr "0 billeder blev uploadet"
|
132 |
+
|
133 |
+
#: products/photocrati_nextgen/modules/nextgen_basic_gallery/package.module.nextgen_basic_gallery.php:374
|
134 |
+
msgid "0 will display all images at once"
|
135 |
+
msgstr "0 viser alle billederne på en gang"
|
136 |
+
|
137 |
+
#: products/photocrati_nextgen/modules/nextgen_addgallery_page/package.module.nextgen_addgallery_page.php:388
|
138 |
+
msgid "1 image was uploaded successfully."
|
139 |
+
msgstr "1 billede blev uploadet."
|
140 |
+
|
141 |
+
#: products/photocrati_nextgen/modules/nextgen_addgallery_page/package.module.nextgen_addgallery_page.php:42
|
142 |
+
#, php-format
|
143 |
+
msgid ""
|
144 |
+
"1 image was uploaded successfully. <a href=\"%s\" target=\"_blank\">Manage "
|
145 |
+
"gallery</a>"
|
146 |
+
msgstr ""
|
147 |
+
"1 billede blev uploadet korrekt.<a href=\"%s\" target=\"_blank\">Administrer "
|
148 |
+
"galleri</a>"
|
149 |
+
|
150 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:366
|
151 |
+
msgid "100"
|
152 |
+
msgstr "100"
|
153 |
+
|
154 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:367
|
155 |
+
msgid "200"
|
156 |
+
msgstr "200"
|
157 |
+
|
158 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/rotate.php:93
|
159 |
+
msgid "90° clockwise"
|
160 |
+
msgstr "90° med uret"
|
161 |
+
|
162 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/rotate.php:94
|
163 |
+
msgid "90° counter-clockwise"
|
164 |
+
msgstr "90° mod uret"
|
165 |
+
|
166 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:392
|
167 |
+
msgid ""
|
168 |
+
"<a href=\"http://wordpress.org/tags/nextgen-gallery?forum_id=10\" "
|
169 |
+
"target=\"_blank\">Support Forums</a>"
|
170 |
+
msgstr ""
|
171 |
+
"<a href=\"http://wordpress.org/tags/nextgen-gallery?forum_id=10\" "
|
172 |
+
"target=\"_blank\">Supportfora</a>"
|
173 |
+
|
174 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:381
|
175 |
+
msgid ""
|
176 |
+
"<a href=\"https://www.imagely.com/languages/\" target=\"_blank\">"
|
177 |
+
"Languages</a>"
|
178 |
+
msgstr ""
|
179 |
+
"<a href=\"https://www.imagely.com/languages/\" target=\"_blank\">Sprog</a>"
|
180 |
+
|
181 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:378
|
182 |
+
msgid ""
|
183 |
+
"<a href=\"https://www.imagely.com/wordpress-gallery-plugin/nextgen-"
|
184 |
+
"gallery/\" target=\"_blank\">Introduction</a>"
|
185 |
+
msgstr ""
|
186 |
+
"<a href=\"https://www.imagely.com/wordpress-gallery-plugin/nextgen-"
|
187 |
+
"gallery/\" target=\"_blank\">Introduktion</a>"
|
188 |
+
|
189 |
+
#: products/photocrati_nextgen/modules/ngglegacy/nggallery.php:59
|
190 |
+
msgid ""
|
191 |
+
"<strong>Translation by : </strong><a target=\"_blank\" href=\"https://www."
|
192 |
+
"imagely.com/wordpress-gallery-plugin/nextgen-pro/\">See here</a>"
|
193 |
+
msgstr ""
|
194 |
+
"<strong>Translation by : </strong><a target=\"_blank\" href=\"https://www."
|
195 |
+
"imagely.com/wordpress-gallery-plugin/nextgen-pro/\">Se her</a>"
|
196 |
+
|
197 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:482
|
198 |
+
msgid "[Maximize]"
|
199 |
+
msgstr "[Maksimer]"
|
200 |
+
|
201 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:483
|
202 |
+
msgid "[Minimize]"
|
203 |
+
msgstr "[Minimer]"
|
204 |
+
|
205 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:481
|
206 |
+
msgid "[Show all]"
|
207 |
+
msgstr "[Vis alle]"
|
208 |
+
|
209 |
+
#: products/photocrati_nextgen/modules/nextgen_settings/module.nextgen_settings.php:97
|
210 |
+
msgid "[Show slideshow]"
|
211 |
+
msgstr "[Vis diasshow]"
|
212 |
+
|
213 |
+
#: products/photocrati_nextgen/modules/nextgen_settings/module.nextgen_settings.php:98
|
214 |
+
msgid "[Show thumbnails]"
|
215 |
+
msgstr "[Vis miniaturer]"
|
216 |
+
|
217 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:278
|
218 |
+
msgid "A failure occurred"
|
219 |
+
msgstr "Der opstod en fejl"
|
220 |
+
|
221 |
+
#: products/photocrati_nextgen/modules/imagify/package.module.imagify.php:54
|
222 |
+
msgid "Activate Imagify"
|
223 |
+
msgstr "Aktivér Imagify"
|
224 |
+
|
225 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:470
|
226 |
+
msgid "Add"
|
227 |
+
msgstr "Tilføj"
|
228 |
+
|
229 |
+
#: products/photocrati_nextgen/modules/attach_to_post/module.attach_to_post.php:269
|
230 |
+
msgid "Add Gallery"
|
231 |
+
msgstr "Tilføj Galleri"
|
232 |
+
|
233 |
+
#: products/photocrati_nextgen/modules/nextgen_addgallery_page/package.module.nextgen_addgallery_page.php:344
|
234 |
+
#:
|
235 |
+
#: products/photocrati_nextgen/modules/attach_to_post/package.module.attach_to_post.php:499
|
236 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:189
|
237 |
+
msgid "Add Gallery / Images"
|
238 |
+
msgstr "Tilføj Galleri / Billeder"
|
239 |
+
|
240 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/roles.php:40
|
241 |
+
msgid "Add gallery / Upload images"
|
242 |
+
msgstr "Tilføj galleri / Upload billeder"
|
243 |
+
|
244 |
+
#: products/photocrati_nextgen/modules/nextgen_basic_gallery/package.module.nextgen_basic_gallery.php:394
|
245 |
+
msgid "Add Hidden Images"
|
246 |
+
msgstr "Tilføj Skjulte billeder"
|
247 |
+
|
248 |
+
#: products/photocrati_nextgen/modules/nextgen_other_options/package.module.nextgen_other_options.php:309
|
249 |
+
msgid "Add MediaRSS link?"
|
250 |
+
msgstr "Tilføj MediaRSS link?"
|
251 |
+
|
252 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:468
|
253 |
+
msgid "Add new album"
|
254 |
+
msgstr "Tilføj nyt album"
|
255 |
+
|
256 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:161
|
257 |
+
#:
|
258 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:202
|
259 |
+
msgid "Add new gallery"
|
260 |
+
msgid_plural "Manage Galleries"
|
261 |
+
msgstr[0] "Tilføj nyt galleri"
|
262 |
+
msgstr[1] "Administrer gallerier"
|
263 |
+
|
264 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:257
|
265 |
+
msgid "Add new tags"
|
266 |
+
msgstr "Tilføj nye tags"
|
267 |
+
|
268 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/templates/manage_gallery/gallery_create_page_field.php:10
|
269 |
+
msgid "Add page"
|
270 |
+
msgstr "Tilføj side"
|
271 |
+
|
272 |
+
#: products/photocrati_nextgen/modules/widget/package.module.widget.php:69
|
273 |
+
msgid "Add recent or random images from the galleries"
|
274 |
+
msgstr "Tilføj nyere eller tilfældige billeder fra gallerierne"
|
275 |
+
|
276 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:402
|
277 |
+
msgid "Add tags"
|
278 |
+
msgstr "Tilføj tags"
|
279 |
+
|
280 |
+
#: products/photocrati_nextgen/modules/nextgen_other_options/package.module.nextgen_other_options.php:555
|
281 |
+
msgid "Adjust Thumbnail Quality?"
|
282 |
+
msgstr "Juster miniaturekvalitet?"
|
283 |
+
|
284 |
+
#: products/photocrati_nextgen/modules/nextgen_other_options/package.module.nextgen_other_options.php:148
|
285 |
+
msgid ""
|
286 |
+
"After images are uploaded, they will be resized to the above dimensions and "
|
287 |
+
"quality"
|
288 |
+
msgstr ""
|
289 |
+
"Når billederne er uploadet, vil de blive ændret til ovenstående mål og "
|
290 |
+
"kvalitet"
|
291 |
+
|
292 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:485
|
293 |
+
msgid ""
|
294 |
+
"After you create and select a album, you can drag and drop a gallery or "
|
295 |
+
"another album into your new album below"
|
296 |
+
msgstr ""
|
297 |
+
"Når du har oprettet og valgt et album, kan du trække og slippe et galleri "
|
298 |
+
"eller et andet album i dit nye album nedenfor"
|
299 |
+
|
300 |
+
#: products/photocrati_nextgen/modules/ngglegacy/lib/rewrite.php:223
|
301 |
+
msgid "Album"
|
302 |
+
msgstr "Album"
|
303 |
+
|
304 |
+
#: products/photocrati_nextgen/modules/nextgen_xmlrpc/package.module.nextgen_xmlrpc.php:781
|
305 |
+
msgid "Album creation failed."
|
306 |
+
msgstr "Albums oprettelse mislykkedes."
|
307 |
+
|
308 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:226
|
309 |
+
msgid "Album deleted"
|
310 |
+
msgstr "Album slettet"
|
311 |
+
|
312 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:576
|
313 |
+
msgid "Album description:"
|
314 |
+
msgstr "Albumbeskrivelse:"
|
315 |
+
|
316 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:536
|
317 |
+
msgid "Album ID"
|
318 |
+
msgstr "Album ID"
|
319 |
+
|
320 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:570
|
321 |
+
msgid "Album name:"
|
322 |
+
msgstr "Album navn:"
|
323 |
+
|
324 |
+
#: products/photocrati_nextgen/modules/ngglegacy/lib/ngg-db.php:265
|
325 |
+
#: products/photocrati_nextgen/modules/ngglegacy/lib/ngg-db.php:266
|
326 |
+
msgid "Album overview"
|
327 |
+
msgstr "Albumoversigt"
|
328 |
+
|
329 |
+
#: products/photocrati_nextgen/modules/attach_to_post/package.module.attach_to_post.php:137
|
330 |
+
#, php-format
|
331 |
+
msgid "Album: %s"
|
332 |
+
msgstr "Album: %s"
|
333 |
+
|
334 |
+
#: products/photocrati_nextgen/modules/attach_to_post/package.module.attach_to_post.php:363
|
335 |
+
#:
|
336 |
+
#: products/photocrati_nextgen/modules/nextgen_gallery_display/package.module.nextgen_gallery_display.php:1879
|
337 |
+
msgid "Albums"
|
338 |
+
msgstr "Albums"
|
339 |
+
|
340 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:422
|
341 |
+
msgid "Albums will link this gallery to the selected page"
|
342 |
+
msgstr "Albums linker dette galleri til den valgte side"
|
343 |
+
|
344 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/publish.php:45
|
345 |
+
msgid "Alignment"
|
346 |
+
msgstr "Justering"
|
347 |
+
|
348 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:368
|
349 |
+
msgid "All"
|
350 |
+
msgstr "Alle"
|
351 |
+
|
352 |
+
#: products/photocrati_nextgen/modules/widget/templates/form_gallery.php:92
|
353 |
+
msgid "All galleries"
|
354 |
+
msgstr "Alle gallerier"
|
355 |
+
|
356 |
+
#: products/photocrati_nextgen/modules/widget/templates/form_slideshow.php:23
|
357 |
+
msgid "All images"
|
358 |
+
msgstr "Alle billeder"
|
359 |
+
|
360 |
+
#: products/photocrati_nextgen/modules/nextgen_other_options/templates/styling_tab.php:38
|
361 |
+
#, php-format
|
362 |
+
msgid "All stylesheets must contain a <a href='#' onclick='%s'>file header</a>"
|
363 |
+
msgstr ""
|
364 |
+
"Alle stylesheets skal indeholde en <a href='#' onclick='%s'>filoverskrift</a>"
|
365 |
+
|
366 |
+
#: nggallery.php:933
|
367 |
+
#, php-format
|
368 |
+
msgid ""
|
369 |
+
"Allow %6$s to collect some usage data with %5$s to make the plugin even more "
|
370 |
+
"awesome. If you skip this, that's okay! %2$s will still work just fine."
|
371 |
+
msgstr ""
|
372 |
+
"Tillad %6$s at samle nogle brugsdata med %5$s for at gøre plugin endnu mere "
|
373 |
+
"fantastisk. Hvis du springer over det, er det okay! %2$s fungerer stadig "
|
374 |
+
"fint."
|
375 |
+
|
376 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:98
|
377 |
+
msgid "Allow users to change the roles for other blog authors."
|
378 |
+
msgstr "Tillad brugere at ændre rollerne til andre blogforfattere."
|
379 |
+
|
380 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:92
|
381 |
+
msgid "Allow users to choose a style for the gallery."
|
382 |
+
msgstr "Tillad brugere at vælge en stil til galleriet."
|
383 |
+
|
384 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:86
|
385 |
+
msgid "Allow users to import images folders from the server."
|
386 |
+
msgstr "Tillad brugere at importere billedmapper fra serveren."
|
387 |
+
|
388 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:80
|
389 |
+
msgid "Allow users to upload zip folders."
|
390 |
+
msgstr "Tillad brugere at uploade zip-mapper."
|
391 |
+
|
392 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:336
|
393 |
+
msgid "Allowed characters for file and folder names are"
|
394 |
+
msgstr "Tilladte tegn til fil- og mappenavne er"
|
395 |
+
|
396 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:44
|
397 |
+
msgid "Alphabetical"
|
398 |
+
msgstr "Alfabetisk"
|
399 |
+
|
400 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:171
|
401 |
+
msgid "Alt & Title Text / Description"
|
402 |
+
msgstr "Alt & Titel Tekst / Beskrivelse"
|
403 |
+
|
404 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:647
|
405 |
+
msgid "Alt & Title Text"
|
406 |
+
msgstr "Alt & Titel Tekst"
|
407 |
+
|
408 |
+
#: products/photocrati_nextgen/modules/nextgen_other_options/package.module.nextgen_other_options.php:103
|
409 |
+
msgid "Alt/Title Text"
|
410 |
+
msgstr "Alt/Titel Tekst"
|
411 |
+
|
412 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:249
|
413 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-sort.php:107
|
414 |
+
msgid "Alt/Title text"
|
415 |
+
msgstr "Alt/Titel Tekst"
|
416 |
+
|
417 |
+
#: products/photocrati_nextgen/modules/nextgen_other_options/package.module.nextgen_other_options.php:666
|
418 |
+
msgid "An absolute or relative (to the site document root) file system path"
|
419 |
+
msgstr "En absolut eller relativ (til websteds dokument root) filsystem sti"
|
420 |
+
|
421 |
+
#: products/photocrati_nextgen/modules/nextgen_other_options/package.module.nextgen_other_options.php:668
|
422 |
+
msgid ""
|
423 |
+
"An absolute or relative (to the site document root) file system path or an "
|
424 |
+
"HTTP url"
|
425 |
+
msgstr ""
|
426 |
+
"En absolut eller relativ (til websteds dokument root) filsystem sti eller en "
|
427 |
+
"HTTP url"
|
428 |
+
|
429 |
+
#: products/photocrati_nextgen/modules/nextgen_admin/package.module.nextgen_admin.php:500
|
430 |
+
msgid "An empty or 0 setting will make the gallery full width"
|
431 |
+
msgstr "En tom eller 0 indstilling gør galleriet fuld bredde"
|
432 |
+
|
433 |
+
#: products/photocrati_nextgen/modules/nextgen_addgallery_page/package.module.nextgen_addgallery_page.php:154
|
434 |
+
#:
|
435 |
+
#: products/photocrati_nextgen/modules/nextgen_addgallery_page/package.module.nextgen_addgallery_page.php:246
|
436 |
+
#:
|
437 |
+
#: products/photocrati_nextgen/modules/nextgen_addgallery_page/package.module.nextgen_addgallery_page.php:268
|
438 |
+
#:
|
439 |
+
#: products/photocrati_nextgen/modules/nextgen_addgallery_page/package.module.nextgen_addgallery_page.php:319
|
440 |
+
msgid "An unexpected error occured."
|
441 |
+
msgstr "Der opstod en uventet fejl."
|
442 |
+
|
443 |
+
#: products/photocrati_nextgen/modules/nextgen_addgallery_page/package.module.nextgen_addgallery_page.php:42
|
444 |
+
#:
|
445 |
+
#: products/photocrati_nextgen/modules/nextgen_addgallery_page/templates/upload_images.php:235
|
446 |
+
msgid ""
|
447 |
+
"An unexpected error occured. This is most likely due to a server "
|
448 |
+
"misconfiguration. Check your PHP error log or ask your hosting provider for "
|
449 |
+
"assistance."
|
450 |
+
msgstr ""
|
451 |
+
"Der opstod en uventet fejl. Dette skyldes højst sandsynligt en "
|
452 |
+
"fejlkonfiguration af serveren. Tjek din PHP-fejllog eller spørg din "
|
453 |
+
"hostingudbyder for at få hjælp."
|
454 |
+
|
455 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:94
|
456 |
+
msgid "and the thumbnails directory"
|
457 |
+
msgstr "og miniaturer biblioteket"
|
458 |
+
|
459 |
+
#: products/photocrati_nextgen/modules/nextgen_data/package.module.nextgen_data.php:3057
|
460 |
+
#:
|
461 |
+
#: products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser-exif.php:46
|
462 |
+
#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:461
|
463 |
+
msgid "Aperture"
|
464 |
+
msgstr "Blænden"
|
465 |
+
|
466 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:406
|
467 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:199
|
468 |
+
msgid "Apply"
|
469 |
+
msgstr "Anvend"
|
470 |
+
|
471 |
+
#: products/photocrati_nextgen/modules/nextgen_other_options/package.module.nextgen_other_options.php:111
|
472 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-sort.php:109
|
473 |
+
msgid "Ascending"
|
474 |
+
msgstr "Stigende"
|
475 |
+
|
476 |
+
#: products/photocrati_nextgen/modules/attach_to_post/module.attach_to_post.php:471
|
477 |
+
msgid "Attach NextGEN Gallery to Post"
|
478 |
+
msgstr "Vedhæft NextGEN Gallery til Indlæg"
|
479 |
+
|
480 |
+
#: products/photocrati_nextgen/modules/nextgen_xmlrpc/package.module.nextgen_xmlrpc.php:76
|
481 |
+
#:
|
482 |
+
#: products/photocrati_nextgen/modules/nextgen_xmlrpc/package.module.nextgen_xmlrpc.php:176
|
483 |
+
msgid "Authentication Failed."
|
484 |
+
msgstr "Godkendelse mislykkedes."
|
485 |
+
|
486 |
+
#: products/photocrati_nextgen/modules/nextgen_data/package.module.nextgen_data.php:3057
|
487 |
+
#:
|
488 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:465
|
489 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:412
|
490 |
+
#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:471
|
491 |
+
msgid "Author"
|
492 |
+
msgstr "Forfatter"
|
493 |
+
|
494 |
+
#: products/photocrati_nextgen/modules/nextgen_data/package.module.nextgen_data.php:3057
|
495 |
+
#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:480
|
496 |
+
msgid "Author Position"
|
497 |
+
msgstr "Forfatter Position"
|
498 |
+
|
499 |
+
#: products/photocrati_nextgen/modules/nextgen_xmlrpc/package.module.nextgen_xmlrpc.php:168
|
500 |
+
msgid "Authorization Failed."
|
501 |
+
msgstr "Tilladelse mislykkedes."
|
502 |
+
|
503 |
+
#: products/photocrati_nextgen/modules/nextgen_addgallery_page/package.module.nextgen_addgallery_page.php:134
|
504 |
+
#, php-format
|
505 |
+
msgid "Automatic image resizing failed [%1$s]."
|
506 |
+
msgstr "Automatisk billed størrelses ændring mislykkedes [%1$s]."
|
507 |
+
|
508 |
+
#: products/photocrati_nextgen/modules/nextgen_other_options/package.module.nextgen_other_options.php:148
|
509 |
+
msgid "Automatically resize images after upload"
|
510 |
+
msgstr "Ændre størrelsen automatisk efter upload"
|
511 |
+
|
512 |
+
#: products/photocrati_nextgen/modules/nextgen_admin/package.module.nextgen_admin.php:504
|
513 |
+
msgid "Average"
|
514 |
+
msgstr "Gennemsnit"
|
515 |
+
|
516 |
+
#: products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser-caption.php:26
|
517 |
+
#: products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser.php:26
|
518 |
+
#: products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser-exif.php:30
|
519 |
+
#: products/photocrati_nextgen/modules/nextgen_basic_imagebrowser/templates/nextgen_basic_imagebrowser.php:41
|
520 |
+
msgid "Back"
|
521 |
+
msgstr "Tilbage"
|
522 |
+
|
523 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-sort.php:98
|
524 |
+
msgid "Back to gallery"
|
525 |
+
msgstr "Tilbage til galleriet"
|
526 |
+
|
527 |
+
#: products/photocrati_nextgen/modules/nextgen_other_options/package.module.nextgen_other_options.php:148
|
528 |
+
msgid "Backup the original images?"
|
529 |
+
msgstr "Backup de originale billeder?"
|
530 |
+
|
531 |
+
#: products/photocrati_nextgen/modules/nextgen_basic_singlepic/package.module.nextgen_basic_singlepic.php:187
|
532 |
+
msgid "Blank"
|
533 |
+
msgstr "Blank"
|
534 |
+
|
535 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:224
|
536 |
+
msgid ""
|
537 |
+
"Brian is a professional photographer, author, and educator. He fuses "
|
538 |
+
"landscape & travel photography with experiential storytelling and practical "
|
539 |
+
"instructing to help others grow creatively. He is also a Sony Artisan of "
|
540 |
+
"Imagery, a Zeiss Lens Ambassador, a Formatt-Hitech Featured Photographer, "
|
541 |
+
"and a member of G-Technology’s G-Team."
|
542 |
+
msgstr ""
|
543 |
+
"Brian er en professionel fotograf, forfatter og lærer. Han sikrer landskabs- "
|
544 |
+
"og rejsefotografering med erfaringshistorie og praktisk instruktion til at "
|
545 |
+
"hjælpe andre med at vokse kreativt. Han er også en Sony Artisan of Imagery, "
|
546 |
+
"en Zeiss Lens Ambassador, en Formatt-Hitech Featured Photographer og et "
|
547 |
+
"medlem af G-Technology's G-Team."
|
548 |
+
|
549 |
+
#: products/photocrati_nextgen/modules/nextgen_gallery_display/package.module.nextgen_gallery_display.php:2394
|
550 |
+
msgid "Browse images without reloading the page."
|
551 |
+
msgstr "Gennemse billeder uden at genindlæse siden."
|
552 |
+
|
553 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:391
|
554 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:191
|
555 |
+
msgid "Bulk actions"
|
556 |
+
msgstr "Massehandlinger"
|
557 |
+
|
558 |
+
#: products/photocrati_nextgen/modules/nextgen_data/package.module.nextgen_data.php:3057
|
559 |
+
#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:463
|
560 |
+
msgid "Camera"
|
561 |
+
msgstr "Kamera"
|
562 |
+
|
563 |
+
#: products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser-exif.php:42
|
564 |
+
msgid "Camera / Type"
|
565 |
+
msgstr "Kamera / Type"
|
566 |
+
|
567 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:626
|
568 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:483
|
569 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:519
|
570 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:548
|
571 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:579
|
572 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:344
|
573 |
+
#:
|
574 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:373
|
575 |
+
#:
|
576 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:404
|
577 |
+
msgid "Cancel"
|
578 |
+
msgstr "Annuller"
|
579 |
+
|
580 |
+
#: products/photocrati_nextgen/modules/nextgen_data/package.module.nextgen_data.php:3057
|
581 |
+
#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:464
|
582 |
+
msgid "Caption"
|
583 |
+
msgstr "Billedtekst"
|
584 |
+
|
585 |
+
#: products/photocrati_nextgen/modules/nextgen_other_options/package.module.nextgen_other_options.php:118
|
586 |
+
msgid "Categories"
|
587 |
+
msgstr "Kategorier"
|
588 |
+
|
589 |
+
#: products/photocrati_nextgen/modules/nextgen_data/package.module.nextgen_data.php:3057
|
590 |
+
#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:476
|
591 |
+
msgid "Category"
|
592 |
+
msgstr "Kategori"
|
593 |
+
|
594 |
+
#: products/photocrati_nextgen/modules/nextgen_addgallery_page/templates/import_folder.php:11
|
595 |
+
msgid ""
|
596 |
+
"Caution: If you keep images in the original folder and later delete the "
|
597 |
+
"gallery, the images in that folder might be deleted depending on your "
|
598 |
+
"settings."
|
599 |
+
msgstr ""
|
600 |
+
"Forsigtig: Hvis du holder billeder i den oprindelige mappe og senere sletter "
|
601 |
+
"galleriet, kan billederne i den pågældende mappe blive slettet afhængigt af "
|
602 |
+
"dine indstillinger."
|
603 |
+
|
604 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/publish.php:51
|
605 |
+
msgid "Center"
|
606 |
+
msgstr "Center"
|
607 |
+
|
608 |
+
#: products/photocrati_nextgen/modules/nextgen_basic_gallery/package.module.nextgen_basic_gallery.php:317
|
609 |
+
msgid ""
|
610 |
+
"Certain themes may allow images to flow over their container if this setting "
|
611 |
+
"is too large"
|
612 |
+
msgstr ""
|
613 |
+
"Visse temaer kan tillade billeder at strømme over deres beholder, hvis denne "
|
614 |
+
"indstilling er for stor"
|
615 |
+
|
616 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/roles.php:64
|
617 |
+
msgid "Change options"
|
618 |
+
msgstr "Skift indstillinger"
|
619 |
+
|
620 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/roles.php:60
|
621 |
+
msgid "Change style"
|
622 |
+
msgstr "Skift stil"
|
623 |
+
|
624 |
+
#: products/photocrati_nextgen/modules/nextgen_other_options/package.module.nextgen_other_options.php:467
|
625 |
+
msgid "Changes you make to the contents will be saved to"
|
626 |
+
msgstr "Ændringer du foretager til indholdet gemmes til"
|
627 |
+
|
628 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:615
|
629 |
+
msgid "Cheatin’ uh?"
|
630 |
+
msgstr "Snyder du?"
|
631 |
+
|
632 |
+
#: products/photocrati_nextgen/modules/nextgen_data/package.module.nextgen_data.php:4141
|
633 |
+
msgid "Check memory limit"
|
634 |
+
msgstr "Kontroller hukommelsesgrænse"
|
635 |
+
|
636 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:56
|
637 |
+
msgid "Check this link, if you didn't know how to set the permission :"
|
638 |
+
msgstr ""
|
639 |
+
"Tjek dette link, hvis du ikke vidste, hvordan du indstiller tilladelsen:"
|
640 |
+
|
641 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:119
|
642 |
+
msgid "Choose the default style for the galleries."
|
643 |
+
msgstr "Vælg standardstil for gallerierne."
|
644 |
+
|
645 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:229
|
646 |
+
msgid ""
|
647 |
+
"Christine famously coined the term WordPress. She is an author, speaker, "
|
648 |
+
"business coach, and story strategist who specializes in helping creatives "
|
649 |
+
"celebrate their story online through blogging and social media. When not "
|
650 |
+
"offering actionable know-how to businesses, she can be found taking long "
|
651 |
+
"road trips across North America in her Mini Cooper."
|
652 |
+
msgstr ""
|
653 |
+
"Christine skabte det berømt ord WordPress. Hun er en forfatter, højttaler, "
|
654 |
+
"business coach og historie strateg, der specialiserer sig i at hjælpe "
|
655 |
+
"reklamer fejre deres historie online gennem blogging og sociale medier. Når "
|
656 |
+
"hun ikke tilbyder handlingsmæssig knowhow til virksomheder, kan hun blive "
|
657 |
+
"fundet ved at tage lange vejture i hele Nordamerika i sin Mini Cooper."
|
658 |
+
|
659 |
+
#: products/photocrati_nextgen/modules/nextgen_data/package.module.nextgen_data.php:3057
|
660 |
+
#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:481
|
661 |
+
msgid "City"
|
662 |
+
msgstr "By"
|
663 |
+
|
664 |
+
#: products/photocrati_nextgen/modules/nextgen_admin/package.module.nextgen_admin.php:769
|
665 |
+
msgid "Clear"
|
666 |
+
msgstr "Ryd"
|
667 |
+
|
668 |
+
#: products/photocrati_nextgen/modules/nextgen_other_options/package.module.nextgen_other_options.php:309
|
669 |
+
msgid "Clear image cache"
|
670 |
+
msgstr "Ryd billede cache"
|
671 |
+
|
672 |
+
#: products/photocrati_nextgen/modules/nextgen_admin/module.nextgen_admin.php:326
|
673 |
+
msgid "Click \"Add New\" to create a new page."
|
674 |
+
msgstr "Klik på \"Tilføj ny\" for at oprette en ny side."
|
675 |
+
|
676 |
+
#: products/photocrati_nextgen/modules/nextgen_admin/module.nextgen_admin.php:322
|
677 |
+
msgid "Click on \"Pages\" to access your WordPress pages."
|
678 |
+
msgstr "Klik på \"Sider\" for at få adgang til dine WordPress-sider."
|
679 |
+
|
680 |
+
#: products/photocrati_nextgen/modules/nextgen_admin/module.nextgen_admin.php:297
|
681 |
+
msgid ""
|
682 |
+
"Click on the \"Add Gallery / Images\" menu to create new galleries with "
|
683 |
+
"images."
|
684 |
+
msgstr ""
|
685 |
+
"Klik på menuen \"Tilføj galleri / billeder\" for at oprette nye gallerier "
|
686 |
+
"med billeder."
|
687 |
+
|
688 |
+
#: products/photocrati_nextgen/modules/nextgen_admin/module.nextgen_admin.php:371
|
689 |
+
msgid ""
|
690 |
+
"Click on the \"NextGEN Basic Slideshow\" radio button to select the display "
|
691 |
+
"type for the gallery."
|
692 |
+
msgstr ""
|
693 |
+
"Klik på knappen \"NextGEN Basic Diasshow\" for at vælge displaytypen for "
|
694 |
+
"galleriet."
|
695 |
+
|
696 |
+
#: products/photocrati_nextgen/modules/nextgen_admin/module.nextgen_admin.php:293
|
697 |
+
msgid "Click on the Gallery menu to access NextGEN's functionality."
|
698 |
+
msgstr "Klik på Galleri-menuen for at få adgang til NextGENs funktionalitet."
|
699 |
+
|
700 |
+
#: products/photocrati_nextgen/modules/lightbox/package.module.lightbox.php:65
|
701 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:299
|
702 |
+
msgid "Click to Close"
|
703 |
+
msgstr "Klik for at lukke"
|
704 |
+
|
705 |
+
#: products/photocrati_nextgen/modules/attach_to_post/module.attach_to_post.php:392
|
706 |
+
#:
|
707 |
+
#: products/photocrati_nextgen/modules/attach_to_post/package.module.attach_to_post.php:470
|
708 |
+
msgid "Click to edit"
|
709 |
+
msgstr "Klik for at redigere"
|
710 |
+
|
711 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:303
|
712 |
+
msgid "CLICK TO LEARN MORE:"
|
713 |
+
msgstr "Klik for yderligere info:"
|
714 |
+
|
715 |
+
#: products/photocrati_nextgen/modules/attach_to_post/module.attach_to_post.php:393
|
716 |
+
msgid "Click to remove"
|
717 |
+
msgstr "Klik for at fjerne"
|
718 |
+
|
719 |
+
#: products/photocrati_nextgen/modules/lightbox/package.module.lightbox.php:73
|
720 |
+
#: products/photocrati_nextgen/modules/lightbox/package.module.lightbox.php:81
|
721 |
+
msgid "Close"
|
722 |
+
msgstr "Luk"
|
723 |
+
|
724 |
+
#: products/photocrati_nextgen/modules/nextgen_other_options/package.module.nextgen_other_options.php:26
|
725 |
+
msgid "Code"
|
726 |
+
msgstr "Kode"
|
727 |
+
|
728 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:211
|
729 |
+
msgid ""
|
730 |
+
"Colby is a photographer, photo educator, and author specializing in "
|
731 |
+
"landscape, travel and humanitarian photography. With an audience reaching "
|
732 |
+
"millions, Colby partners on social influencer marketing campaigns with some "
|
733 |
+
"of the biggest companies and destinations in the world, including Sony, "
|
734 |
+
"Samsung, Toshiba, Iceland Naturally, Jordan Tourism Board, Australia.com, "
|
735 |
+
"Visit California and more."
|
736 |
+
msgstr ""
|
737 |
+
"Colby er fotograf, fotopædagog og forfatter med speciale i landskabs-, rejse-"
|
738 |
+
" og humanitær fotografering. Med et publikum, der når millioner, samarbejder "
|
739 |
+
"Colby med sociale indflydende marketingkampagner med nogle af de største "
|
740 |
+
"virksomheder og destinationer i verden, herunder Sony, Samsung, Toshiba, "
|
741 |
+
"Island Naturally, Jordan Tourism Board, Australia.com, Visit California og "
|
742 |
+
"meget mere."
|
743 |
+
|
744 |
+
#: products/photocrati_nextgen/modules/nextgen_other_options/package.module.nextgen_other_options.php:309
|
745 |
+
msgid ""
|
746 |
+
"Completely clear the NextGEN cache of all image modifications?\n"
|
747 |
+
"\n"
|
748 |
+
"Choose [Cancel] to Stop, [OK] to proceed."
|
749 |
+
msgstr ""
|
750 |
+
"Ryd NextGEN-cachen fuldstændigt for alle billedændringer?\n"
|
751 |
+
"\n"
|
752 |
+
"Vælg [Annuller] for Stop, [OK] for at fortsætte."
|
753 |
+
|
754 |
+
#: products/photocrati_nextgen/modules/nextgen_admin/module.nextgen_admin.php:316
|
755 |
+
msgid "Congratulations! You just created your first gallery."
|
756 |
+
msgstr "Tillykke! Du har lige lavet dit første galleri."
|
757 |
+
|
758 |
+
#: products/photocrati_nextgen/modules/nextgen_admin/module.nextgen_admin.php:364
|
759 |
+
msgid ""
|
760 |
+
"Congratulations! You just created your first gallery. Now let's insert it "
|
761 |
+
"into the page. Click the \"Display Galleries\" tab."
|
762 |
+
msgstr ""
|
763 |
+
"Tillykke! Du har lige lavet dit første galleri. Lad os nu indsætte den i "
|
764 |
+
"siden. Klik på fanen \"Vis gallerier\"."
|
765 |
+
|
766 |
+
#: products/photocrati_nextgen/modules/nextgen_admin/module.nextgen_admin.php:404
|
767 |
+
msgid ""
|
768 |
+
"Congratulations! You just created your first gallery. You can now click the "
|
769 |
+
"\"Publish\" button on the right to publish your page."
|
770 |
+
msgstr ""
|
771 |
+
"Tillykke! Du har lige lavet dit første galleri. Du kan nu klikke på knappen "
|
772 |
+
"\"Publicer\" til højre for at offentliggøre din side."
|
773 |
+
|
774 |
+
#: products/photocrati_nextgen/modules/nextgen_data/package.module.nextgen_data.php:3057
|
775 |
+
#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:490
|
776 |
+
msgid "Contact"
|
777 |
+
msgstr "Kontakt"
|
778 |
+
|
779 |
+
#: products/photocrati_nextgen/modules/ngglegacy/nggallery.php:293
|
780 |
+
msgid "Contribute"
|
781 |
+
msgstr "Bidrag"
|
782 |
+
|
783 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:396
|
784 |
+
msgid "Contribute development"
|
785 |
+
msgstr "Bidrager til udviklingen"
|
786 |
+
|
787 |
+
#: products/photocrati_nextgen/modules/nextgen_data/package.module.nextgen_data.php:3895
|
788 |
+
#, php-format
|
789 |
+
msgid "Copied %1$s picture(s) to gallery %2$s ."
|
790 |
+
msgstr "Kopierede %1$s billede (r) til galleri %2$s."
|
791 |
+
|
792 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:249
|
793 |
+
msgid "Copy image to..."
|
794 |
+
msgstr "Kopier billede til ..."
|
795 |
+
|
796 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:400
|
797 |
+
msgid "Copy to..."
|
798 |
+
msgstr "Kopier til..."
|
799 |
+
|
800 |
+
#: products/photocrati_nextgen/modules/nextgen_data/package.module.nextgen_data.php:3057
|
801 |
+
#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:466
|
802 |
+
msgid "Copyright"
|
803 |
+
msgstr "Ophavsret"
|
804 |
+
|
805 |
+
#: products/photocrati_nextgen/modules/nextgen_data/package.module.nextgen_data.php:3057
|
806 |
+
#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:489
|
807 |
+
msgid "Copyright Notice"
|
808 |
+
msgstr ""
|
809 |
+
"Ophavsret Varsel\n"
|
810 |
+
|
811 |
+
#: products/photocrati_nextgen/modules/nextgen_xmlrpc/package.module.nextgen_xmlrpc.php:725
|
812 |
+
#, php-format
|
813 |
+
msgid "Could not access file system for gallery (%1$s)."
|
814 |
+
msgstr "Kunne ikke få adgang til filsystemet til galleri (%1$s)."
|
815 |
+
|
816 |
+
#: products/photocrati_nextgen/modules/nextgen_xmlrpc/package.module.nextgen_xmlrpc.php:71
|
817 |
+
msgid "Could not connect to FTP to determine path."
|
818 |
+
msgstr "Kunne ikke oprette forbindelse til FTP for at bestemme stien."
|
819 |
+
|
820 |
+
#: products/photocrati_nextgen/modules/nextgen_xmlrpc/package.module.nextgen_xmlrpc.php:657
|
821 |
+
#, php-format
|
822 |
+
msgid "Could not delete image file(s) from disk (%1$s)."
|
823 |
+
msgstr "Kunne ikke slette billedfilerne fra disken (%1$s)."
|
824 |
+
|
825 |
+
#: products/photocrati_nextgen/modules/nextgen_xmlrpc/package.module.nextgen_xmlrpc.php:68
|
826 |
+
msgid "Could not determine FTP path."
|
827 |
+
msgstr "Kunne ikke bestemme FTP-stien."
|
828 |
+
|
829 |
+
#: products/photocrati_nextgen/modules/nextgen_xmlrpc/package.module.nextgen_xmlrpc.php:842
|
830 |
+
#, php-format
|
831 |
+
msgid "Could not find album (%1$s)."
|
832 |
+
msgstr "Kunne ikke finde album (%1$s)."
|
833 |
+
|
834 |
+
#: products/photocrati_nextgen/modules/nextgen_xmlrpc/package.module.nextgen_xmlrpc.php:737
|
835 |
+
#, php-format
|
836 |
+
msgid "Could not find gallery (%1$s)."
|
837 |
+
msgstr "Kunne ikke finde galleri (%1$s)."
|
838 |
+
|
839 |
+
#: products/photocrati_nextgen/modules/nextgen_xmlrpc/package.module.nextgen_xmlrpc.php:698
|
840 |
+
#, php-format
|
841 |
+
msgid "Could not find image file for image (%1$s)."
|
842 |
+
msgstr "Kunne ikke finde billedfilen for billede (%1$s)."
|
843 |
+
|
844 |
+
#: products/photocrati_nextgen/modules/nextgen_xmlrpc/package.module.nextgen_xmlrpc.php:669
|
845 |
+
#, php-format
|
846 |
+
msgid "Could not remove image because image was not found (%1$s)."
|
847 |
+
msgstr "Kunne ikke fjerne billedet, fordi billedet ikke blev fundet (%1$s)."
|
848 |
+
|
849 |
+
#: products/photocrati_nextgen/modules/nextgen_xmlrpc/package.module.nextgen_xmlrpc.php:661
|
850 |
+
#, php-format
|
851 |
+
msgid "Could not remove image from gallery (%1$s)."
|
852 |
+
msgstr "Kunne ikke fjerne billede fra galleri (%1$s)."
|
853 |
+
|
854 |
+
#: products/photocrati_nextgen/modules/nextgen_data/package.module.nextgen_data.php:3057
|
855 |
+
#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:485
|
856 |
+
msgid "Country"
|
857 |
+
msgstr "Land"
|
858 |
+
|
859 |
+
#: products/photocrati_nextgen/modules/nextgen_data/package.module.nextgen_data.php:3057
|
860 |
+
#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:484
|
861 |
+
msgid "Country code"
|
862 |
+
msgstr "Land kode"
|
863 |
+
|
864 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:334
|
865 |
+
msgid "Create a new , empty gallery below the folder"
|
866 |
+
msgstr "Opret et nyt, tomt galleri under mappen"
|
867 |
+
|
868 |
+
#: products/photocrati_nextgen/modules/nextgen_addgallery_page/templates/upload_images.php:4
|
869 |
+
#:
|
870 |
+
#: products/photocrati_nextgen/modules/nextgen_addgallery_page/templates/import_media_library.php:5
|
871 |
+
msgid "Create a new gallery"
|
872 |
+
msgstr "Opret et nyt galleri"
|
873 |
+
|
874 |
+
#: products/photocrati_nextgen/modules/nextgen_data/package.module.nextgen_data.php:4143
|
875 |
+
#, php-format
|
876 |
+
msgid "Create Image failed. %1$s"
|
877 |
+
msgstr "Opret billede mislykkedes. %1$s"
|
878 |
+
|
879 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:433
|
880 |
+
msgid "Create new page:"
|
881 |
+
msgstr "Opret ny side:"
|
882 |
+
|
883 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:273
|
884 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:393
|
885 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:665
|
886 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:118
|
887 |
+
#:
|
888 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:194
|
889 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:657
|
890 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:735
|
891 |
+
msgid "Create new thumbnails"
|
892 |
+
msgstr "Opret nye miniaturebilleder"
|
893 |
+
|
894 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:891
|
895 |
+
msgid "created"
|
896 |
+
msgstr "oprettede den"
|
897 |
+
|
898 |
+
#: products/photocrati_nextgen/modules/nextgen_data/package.module.nextgen_data.php:3057
|
899 |
+
#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:462
|
900 |
+
#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:487
|
901 |
+
msgid "Credit"
|
902 |
+
msgstr "Kredit"
|
903 |
+
|
904 |
+
#: products/photocrati_nextgen/modules/nextgen_basic_singlepic/package.module.nextgen_basic_singlepic.php:203
|
905 |
+
msgid "Crop thumbnail"
|
906 |
+
msgstr "Beskær miniaturebillede"
|
907 |
+
|
908 |
+
#: products/photocrati_nextgen/modules/nextgen_admin/package.module.nextgen_admin.php:769
|
909 |
+
msgid "Current Color"
|
910 |
+
msgstr "Nuværende farve"
|
911 |
+
|
912 |
+
#: products/photocrati_nextgen/modules/nextgen_other_options/package.module.nextgen_other_options.php:103
|
913 |
+
#:
|
914 |
+
#: products/photocrati_nextgen/modules/lightbox/package.module.lightbox.php:87
|
915 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/thumbnails-template.php:76
|
916 |
+
msgid "Custom"
|
917 |
+
msgstr "Brugerdefinerede"
|
918 |
+
|
919 |
+
#: products/photocrati_nextgen/modules/attach_to_post/package.module.attach_to_post.php:641
|
920 |
+
msgid "Customize the display settings"
|
921 |
+
msgstr "Tilpas displayindstillingerne"
|
922 |
+
|
923 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:320
|
924 |
+
msgid "Customize thumbnail"
|
925 |
+
msgstr "Tilpas miniaturen"
|
926 |
+
|
927 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:622
|
928 |
+
msgid "Database error. Could not add gallery!"
|
929 |
+
msgstr "Database fejl. Kunne ikke tilføje galleri!"
|
930 |
+
|
931 |
+
#: products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser-exif.php:58
|
932 |
+
msgid "Date / Time"
|
933 |
+
msgstr "Dato / tid"
|
934 |
+
|
935 |
+
#: products/photocrati_nextgen/modules/nextgen_data/package.module.nextgen_data.php:3057
|
936 |
+
#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:478
|
937 |
+
msgid "Date Created"
|
938 |
+
msgstr "Dato oprettet"
|
939 |
+
|
940 |
+
#: products/photocrati_nextgen/modules/nextgen_data/package.module.nextgen_data.php:3057
|
941 |
+
#:
|
942 |
+
#: products/photocrati_nextgen/modules/nextgen_other_options/package.module.nextgen_other_options.php:103
|
943 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-sort.php:108
|
944 |
+
#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:465
|
945 |
+
msgid "Date/Time"
|
946 |
+
msgstr "Dato/tid"
|
947 |
+
|
948 |
+
#: products/photocrati_nextgen/modules/nextgen_basic_templates/package.module.nextgen_basic_templates.php:46
|
949 |
+
#:
|
950 |
+
#: products/photocrati_nextgen/modules/nextgen_admin/package.module.nextgen_admin.php:769
|
951 |
+
msgid "Default"
|
952 |
+
msgstr "Standard"
|
953 |
+
|
954 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:102
|
955 |
+
msgid "Default style"
|
956 |
+
msgstr "Standard stil"
|
957 |
+
|
958 |
+
#: products/photocrati_nextgen/modules/nextgen_gallery_display/package.module.nextgen_gallery_display.php:2468
|
959 |
+
msgid "Default Template"
|
960 |
+
msgstr "Standardskabelon"
|
961 |
+
|
962 |
+
#: products/photocrati_nextgen/modules/nextgen_other_options/package.module.nextgen_other_options.php:555
|
963 |
+
msgid "Default thumbnail dimensions:"
|
964 |
+
msgstr "Standard miniature dimensioner:"
|
965 |
+
|
966 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:226
|
967 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:464
|
968 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:192
|
969 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:364
|
970 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:366
|
971 |
+
msgid "Delete"
|
972 |
+
msgstr "Slet"
|
973 |
+
|
974 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:464
|
975 |
+
msgid "Delete album ?"
|
976 |
+
msgstr "Slet album?"
|
977 |
+
|
978 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:363
|
979 |
+
msgid "Delete image"
|
980 |
+
msgstr "Slet billede"
|
981 |
+
|
982 |
+
#: products/photocrati_nextgen/modules/nextgen_other_options/package.module.nextgen_other_options.php:148
|
983 |
+
msgid "Delete Image Files?"
|
984 |
+
msgstr "Slet billedfiler?"
|
985 |
+
|
986 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:396
|
987 |
+
msgid "Delete images"
|
988 |
+
msgstr "Slet billeder"
|
989 |
+
|
990 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:210
|
991 |
+
msgid "Delete Tag"
|
992 |
+
msgstr "Slet tag"
|
993 |
+
|
994 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:261
|
995 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:403
|
996 |
+
msgid "Delete tags"
|
997 |
+
msgstr "Slet tags"
|
998 |
+
|
999 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:91
|
1000 |
+
msgid "deleted successfully"
|
1001 |
+
msgstr "slettet korrekt"
|
1002 |
+
|
1003 |
+
#: products/photocrati_nextgen/modules/nextgen_other_options/package.module.nextgen_other_options.php:111
|
1004 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-sort.php:110
|
1005 |
+
msgid "Descending"
|
1006 |
+
msgstr "Aftagende"
|
1007 |
+
|
1008 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:253
|
1009 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:647
|
1010 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:464
|
1011 |
+
msgid "Description"
|
1012 |
+
msgstr "Beskrivelse"
|
1013 |
+
|
1014 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:400
|
1015 |
+
msgid "Description:"
|
1016 |
+
msgstr "Beskrivelse:"
|
1017 |
+
|
1018 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:55
|
1019 |
+
msgid "didn't exist. Please create first the main gallery folder "
|
1020 |
+
msgstr "eksisterede ikke. Opret venligst først hovedgalleriets mappe"
|
1021 |
+
|
1022 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:55
|
1023 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:83
|
1024 |
+
msgid "Directory"
|
1025 |
+
msgstr "Katalog"
|
1026 |
+
|
1027 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:606
|
1028 |
+
#, php-format
|
1029 |
+
msgid "Directory <strong>%s</strong> contains no pictures"
|
1030 |
+
msgstr "Kataloget <strong>%s </ strong> indeholder ingen billeder"
|
1031 |
+
|
1032 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:598
|
1033 |
+
#, php-format
|
1034 |
+
msgid "Directory <strong>%s</strong> doesn`t exist!"
|
1035 |
+
msgstr "Kataloget <strong>%s </ strong> eksisterer ikke!"
|
1036 |
+
|
1037 |
+
#: products/photocrati_nextgen/modules/nextgen_addgallery_page/package.module.nextgen_addgallery_page.php:207
|
1038 |
+
msgid "Directory does not exist."
|
1039 |
+
msgstr "Kataloget eksisterer ikke."
|
1040 |
+
|
1041 |
+
#: products/photocrati_nextgen/modules/nextgen_basic_album/package.module.nextgen_basic_album.php:859
|
1042 |
+
msgid "Display descriptions"
|
1043 |
+
msgstr "Vis beskrivelser"
|
1044 |
+
|
1045 |
+
#: products/photocrati_nextgen/modules/attach_to_post/package.module.attach_to_post.php:496
|
1046 |
+
msgid "Display Galleries"
|
1047 |
+
msgstr "Vis gallerier"
|
1048 |
+
|
1049 |
+
#: products/photocrati_nextgen/modules/nextgen_basic_album/package.module.nextgen_basic_album.php:843
|
1050 |
+
msgid "Display galleries as"
|
1051 |
+
msgstr "Vis gallerier som"
|
1052 |
+
|
1053 |
+
#: products/photocrati_nextgen/modules/nextgen_other_options/package.module.nextgen_other_options.php:309
|
1054 |
+
msgid "Display galleries in feeds"
|
1055 |
+
msgstr "Vis gallerier i feeds"
|
1056 |
+
|
1057 |
+
#: products/photocrati_nextgen/modules/nextgen_basic_singlepic/package.module.nextgen_basic_singlepic.php:199
|
1058 |
+
msgid "Display reflection"
|
1059 |
+
msgstr "Vis refleksion"
|
1060 |
+
|
1061 |
+
#: products/photocrati_nextgen/modules/nextgen_basic_tagcloud/package.module.nextgen_basic_tagcloud.php:117
|
1062 |
+
msgid "Display type"
|
1063 |
+
msgstr "Vis type"
|
1064 |
+
|
1065 |
+
#: products/photocrati_nextgen/modules/nextgen_basic_singlepic/package.module.nextgen_basic_singlepic.php:195
|
1066 |
+
msgid "Display watermark"
|
1067 |
+
msgstr "Vis vandmærke"
|
1068 |
+
|
1069 |
+
#: products/photocrati_nextgen/modules/attach_to_post/package.module.attach_to_post.php:186
|
1070 |
+
msgid "Displayed gallery does not exist"
|
1071 |
+
msgstr "Vist galleri findes ikke"
|
1072 |
+
|
1073 |
+
#: products/photocrati_nextgen/modules/nextgen_admin/module.nextgen_admin.php:284
|
1074 |
+
msgid "Do you need help with NextGEN?"
|
1075 |
+
msgstr "Har du brug for hjælp til NextGEN?"
|
1076 |
+
|
1077 |
+
#: products/photocrati_nextgen/modules/nextgen_addgallery_page/templates/import_folder.php:69
|
1078 |
+
#, php-format
|
1079 |
+
msgid ""
|
1080 |
+
"Done! Successfully imported {count} images. <a href=\"%s\" target=\"_blank\">"
|
1081 |
+
"Manage gallery</a>"
|
1082 |
+
msgstr ""
|
1083 |
+
"Færdig! {count} billeder er blevet importeret succesfuldt. <a href=\"%s\" "
|
1084 |
+
"target=\"_blank\"> Administrer galleri </a>"
|
1085 |
+
|
1086 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:397
|
1087 |
+
msgid "Download latest version"
|
1088 |
+
msgstr "Hent seneste version"
|
1089 |
+
|
1090 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/publish.php:60
|
1091 |
+
msgid "Draft"
|
1092 |
+
msgstr "Udkast"
|
1093 |
+
|
1094 |
+
#: products/photocrati_nextgen/modules/nextgen_addgallery_page/templates/upload_images.php:118
|
1095 |
+
msgid "Drag image and ZIP files here or click <strong>Add Files</strong>"
|
1096 |
+
msgstr ""
|
1097 |
+
"Træk billede og ZIP-filer her, eller klik på <strong> Tilføj filer </strong>"
|
1098 |
+
|
1099 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:252
|
1100 |
+
msgid "Edit"
|
1101 |
+
msgstr "Redigere"
|
1102 |
+
|
1103 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:427
|
1104 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:461
|
1105 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/roles.php:56
|
1106 |
+
msgid "Edit Album"
|
1107 |
+
msgstr "Rediger album"
|
1108 |
+
|
1109 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:670
|
1110 |
+
msgid "Edit gallery"
|
1111 |
+
msgstr "Rediger galleri"
|
1112 |
+
|
1113 |
+
#: products/photocrati_nextgen/modules/nextgen_data/package.module.nextgen_data.php:3057
|
1114 |
+
#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:475
|
1115 |
+
msgid "Edit Status"
|
1116 |
+
msgstr "Rediger status"
|
1117 |
+
|
1118 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:232
|
1119 |
+
msgid "Edit Tag Slug"
|
1120 |
+
msgstr "Rediger Tag Slug"
|
1121 |
+
|
1122 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:321
|
1123 |
+
msgid "Edit thumb"
|
1124 |
+
msgstr "Rediger thumb"
|
1125 |
+
|
1126 |
+
#: products/photocrati_nextgen/modules/nextgen_gallery_display/package.module.nextgen_gallery_display.php:2394
|
1127 |
+
msgid "Enable AJAX pagination"
|
1128 |
+
msgstr "Aktivér AJAX sidenavgation"
|
1129 |
+
|
1130 |
+
#: products/photocrati_nextgen/modules/nextgen_basic_album/package.module.nextgen_basic_album.php:855
|
1131 |
+
msgid "Enable breadcrumbs"
|
1132 |
+
msgstr "Aktivér brødkrummer"
|
1133 |
+
|
1134 |
+
#: products/photocrati_nextgen/modules/nextgen_other_options/package.module.nextgen_other_options.php:467
|
1135 |
+
msgid "Enable custom CSS"
|
1136 |
+
msgstr "Aktivér brugerdefineret CSS"
|
1137 |
+
|
1138 |
+
#: products/photocrati_nextgen/modules/widget/templates/form_gallery.php:62
|
1139 |
+
msgid "Enable IE8 Web Slices"
|
1140 |
+
msgstr "Aktivér IE8 Web Slices"
|
1141 |
+
|
1142 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:84
|
1143 |
+
msgid "Enable import function"
|
1144 |
+
msgstr "Aktivér importfunktion"
|
1145 |
+
|
1146 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:96
|
1147 |
+
msgid "Enable roles/capabilities"
|
1148 |
+
msgstr "Aktivér roller / evner"
|
1149 |
+
|
1150 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:90
|
1151 |
+
msgid "Enable style selection"
|
1152 |
+
msgstr "Aktivér stilvalg"
|
1153 |
+
|
1154 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:72
|
1155 |
+
msgid "Enable upload quota check"
|
1156 |
+
msgstr "Aktivér upload kvotekontrol"
|
1157 |
+
|
1158 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:78
|
1159 |
+
msgid "Enable zip upload option"
|
1160 |
+
msgstr "Aktivér zip upload mulighed"
|
1161 |
+
|
1162 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:218
|
1163 |
+
msgid ""
|
1164 |
+
"Enter the name of the tag to delete. This tag will be removed from all "
|
1165 |
+
"posts."
|
1166 |
+
msgstr ""
|
1167 |
+
"Indtast navnet på det tag, der skal slettes. Dette tag fjernes fra alle "
|
1168 |
+
"indlæg."
|
1169 |
+
|
1170 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/publish.php:37
|
1171 |
+
msgid "Enter the post title "
|
1172 |
+
msgstr "Indtast indlægs titel"
|
1173 |
+
|
1174 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:240
|
1175 |
+
msgid ""
|
1176 |
+
"Enter the tag name to edit and its new slug. This will be used in tagcloud "
|
1177 |
+
"links. <a href=\"http://codex.wordpress.org/Glossary#Slug\" "
|
1178 |
+
"target=\"_blank\">Slug definition</a>"
|
1179 |
+
msgstr ""
|
1180 |
+
"Indtast tagnavnet for at redigere og dets nye slug. Dette vil blive brugt i "
|
1181 |
+
"tagcloud links. <a href=\"http://codex.wordpress.org/Glossary#Slug\" "
|
1182 |
+
"target=\"_blank\"> Slug definition </a>"
|
1183 |
+
|
1184 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:192
|
1185 |
+
msgid ""
|
1186 |
+
"Enter the tag to rename and its new value. You can use this feature to "
|
1187 |
+
"merge tags too. Click \"Rename\" and all posts which use this tag will be "
|
1188 |
+
"updated."
|
1189 |
+
msgstr ""
|
1190 |
+
"Indtast mærket for at omdøbe og dets nye værdi. Du kan også bruge denne "
|
1191 |
+
"funktion til at fusionere tags. Klik på \"Omdøb\" og alle indlæg, der bruger "
|
1192 |
+
"dette tag, vil blive opdateret."
|
1193 |
+
|
1194 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:477
|
1195 |
+
msgid "Enter the tags"
|
1196 |
+
msgstr "Indtast tags"
|
1197 |
+
|
1198 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/rotate.php:70
|
1199 |
+
msgid "Error rotating thumbnail"
|
1200 |
+
msgstr "Fejl ved roterende miniaturebillede"
|
1201 |
+
|
1202 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/edit-thumbnail.php:146
|
1203 |
+
msgid "Error updating thumbnail"
|
1204 |
+
msgstr "Fejl ved opdatering af miniaturebillede"
|
1205 |
+
|
1206 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:356
|
1207 |
+
msgid "Error while applying watermark to image."
|
1208 |
+
msgstr "Fejl under anvendelse af vandmærke til billede."
|
1209 |
+
|
1210 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:187
|
1211 |
+
msgid "Error while creating thumbnail."
|
1212 |
+
msgstr "Fejl under oprettelse af miniaturebillede."
|
1213 |
+
|
1214 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:240
|
1215 |
+
msgid "Error while resizing image."
|
1216 |
+
msgstr "Fejl under ændring af billede."
|
1217 |
+
|
1218 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:322
|
1219 |
+
msgid "Error while rotating image."
|
1220 |
+
msgstr "Fejl under roterende billede."
|
1221 |
+
|
1222 |
+
#: products/photocrati_nextgen/modules/ngglegacy/lib/tags.php:146
|
1223 |
+
msgid "Error. Not enough tags provided to rename or merge."
|
1224 |
+
msgstr ""
|
1225 |
+
"Fejl. Der er ikke nok tags til rådighed for at omdøbe eller slå sammen."
|
1226 |
+
|
1227 |
+
#: nggallery.php:520
|
1228 |
+
#, php-format
|
1229 |
+
msgid "Every %d seconds"
|
1230 |
+
msgstr "Hver %d sekunder"
|
1231 |
+
|
1232 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:214
|
1233 |
+
msgid "Exclude ?"
|
1234 |
+
msgstr "Udeluk?"
|
1235 |
+
|
1236 |
+
#: products/photocrati_nextgen/modules/attach_to_post/package.module.attach_to_post.php:363
|
1237 |
+
msgid "Exclude?"
|
1238 |
+
msgstr "Udeluk?"
|
1239 |
+
|
1240 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/showmeta.php:58
|
1241 |
+
msgid "EXIF Data"
|
1242 |
+
msgstr "EXIF-data"
|
1243 |
+
|
1244 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:111
|
1245 |
+
msgid "Existing Tags"
|
1246 |
+
msgstr "Eksisterende tags"
|
1247 |
+
|
1248 |
+
#: products/photocrati_nextgen/modules/nextgen_data/package.module.nextgen_data.php:3826
|
1249 |
+
#, php-format
|
1250 |
+
msgid "Failed to copy database row for picture %s"
|
1251 |
+
msgstr "Kunne ikke kopiere databasen rækker for billede %s"
|
1252 |
+
|
1253 |
+
#: products/photocrati_nextgen/modules/nextgen_data/package.module.nextgen_data.php:3868
|
1254 |
+
#, php-format
|
1255 |
+
msgid "Failed to copy image %1$s to %2$s"
|
1256 |
+
msgstr "Kunne ikke kopiere billede %1$s til %2$s"
|
1257 |
+
|
1258 |
+
#: products/photocrati_nextgen/modules/nextgen_addgallery_page/package.module.nextgen_addgallery_page.php:124
|
1259 |
+
msgid "Failed to extract images from ZIP"
|
1260 |
+
msgstr "Kunne ikke hente billeder fra ZIP"
|
1261 |
+
|
1262 |
+
#: products/photocrati_nextgen/modules/nextgen_data/package.module.nextgen_data.php:3840
|
1263 |
+
#, php-format
|
1264 |
+
msgid "Failed to get image path for %s"
|
1265 |
+
msgstr "Kunne ikke få billedsti til %s"
|
1266 |
+
|
1267 |
+
#: products/photocrati_nextgen/modules/nextgen_xmlrpc/package.module.nextgen_xmlrpc.php:793
|
1268 |
+
#, php-format
|
1269 |
+
msgid "Failed to remove album (%1$s)."
|
1270 |
+
msgstr "Kunne ikke fjerne album (%1$s)."
|
1271 |
+
|
1272 |
+
#: products/photocrati_nextgen/modules/nextgen_xmlrpc/package.module.nextgen_xmlrpc.php:597
|
1273 |
+
#, php-format
|
1274 |
+
msgid "Failed to remove gallery (%1$s)."
|
1275 |
+
msgstr "Kunne ikke fjerne galleri (%1$s)."
|
1276 |
+
|
1277 |
+
#: products/photocrati_nextgen/modules/nextgen_xmlrpc/package.module.nextgen_xmlrpc.php:837
|
1278 |
+
#, php-format
|
1279 |
+
msgid "Failed to save modified album (%1$s)."
|
1280 |
+
msgstr "Kunne ikke gemme ændret album (%1$s)."
|
1281 |
+
|
1282 |
+
#: products/photocrati_nextgen/modules/lightbox/package.module.lightbox.php:54
|
1283 |
+
msgid "Fancybox"
|
1284 |
+
msgstr "Fancybox"
|
1285 |
+
|
1286 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:393
|
1287 |
+
msgid "FAQ"
|
1288 |
+
msgstr "Ofte stillede spørgsmål"
|
1289 |
+
|
1290 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:394
|
1291 |
+
msgid "Feature request"
|
1292 |
+
msgstr "Funktionsanmodning"
|
1293 |
+
|
1294 |
+
#: products/photocrati_nextgen/modules/nextgen_other_options/package.module.nextgen_other_options.php:467
|
1295 |
+
msgid "File Content:"
|
1296 |
+
msgstr "Filindhold:"
|
1297 |
+
|
1298 |
+
#: products/photocrati_nextgen/modules/nextgen_other_options/package.module.nextgen_other_options.php:103
|
1299 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:646
|
1300 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:166
|
1301 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-sort.php:106
|
1302 |
+
msgid "Filename"
|
1303 |
+
msgstr "Filnavn"
|
1304 |
+
|
1305 |
+
#: products/photocrati_nextgen/modules/nextgen_data/package.module.nextgen_data.php:2781
|
1306 |
+
#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:146
|
1307 |
+
msgid "Fired"
|
1308 |
+
msgstr "Fyret"
|
1309 |
+
|
1310 |
+
#: products/photocrati_nextgen/modules/nextgen_admin/package.module.nextgen_admin.php:504
|
1311 |
+
msgid "First Image"
|
1312 |
+
msgstr "Første billede"
|
1313 |
+
|
1314 |
+
#: products/photocrati_nextgen/modules/lightbox/package.module.lightbox.php:73
|
1315 |
+
msgid "Fit to Screen"
|
1316 |
+
msgstr "Tilpas til skærm"
|
1317 |
+
|
1318 |
+
#: products/photocrati_nextgen/modules/nextgen_data/package.module.nextgen_data.php:3057
|
1319 |
+
#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:496
|
1320 |
+
msgid "Flash"
|
1321 |
+
msgstr "Blitz"
|
1322 |
+
|
1323 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/rotate.php:96
|
1324 |
+
msgid "Flip horizontally"
|
1325 |
+
msgstr "Flip vandret"
|
1326 |
+
|
1327 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/rotate.php:95
|
1328 |
+
msgid "Flip vertically"
|
1329 |
+
msgstr "Flip lodret"
|
1330 |
+
|
1331 |
+
#: products/photocrati_nextgen/modules/nextgen_basic_singlepic/package.module.nextgen_basic_singlepic.php:207
|
1332 |
+
msgid "Float"
|
1333 |
+
msgstr "Float"
|
1334 |
+
|
1335 |
+
#: products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser-exif.php:50
|
1336 |
+
#, fuzzy
|
1337 |
+
msgid "Focal Length"
|
1338 |
+
msgstr "brændvidde"
|
1339 |
+
|
1340 |
+
#: products/photocrati_nextgen/modules/nextgen_data/package.module.nextgen_data.php:3057
|
1341 |
+
#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:467
|
1342 |
+
#, fuzzy
|
1343 |
+
msgid "Focal length"
|
1344 |
+
msgstr "brændvidde"
|
1345 |
+
|
1346 |
+
#: products/photocrati_nextgen/modules/nextgen_other_options/package.module.nextgen_other_options.php:680
|
1347 |
+
msgid "Font Color:"
|
1348 |
+
msgstr "Skrift farve:"
|
1349 |
+
|
1350 |
+
#: products/photocrati_nextgen/modules/nextgen_other_options/package.module.nextgen_other_options.php:680
|
1351 |
+
msgid "Font Family:"
|
1352 |
+
msgstr "Skrift familie"
|
1353 |
+
|
1354 |
+
#: products/photocrati_nextgen/modules/nextgen_other_options/package.module.nextgen_other_options.php:680
|
1355 |
+
msgid "Font Size:"
|
1356 |
+
msgstr "Skriftstørrelse:"
|
1357 |
+
|
1358 |
+
#: products/photocrati_nextgen/modules/nextgen_data/package.module.nextgen_data.php:3057
|
1359 |
+
#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:493
|
1360 |
+
msgid "Format"
|
1361 |
+
msgstr "Format"
|
1362 |
+
|
1363 |
+
#: products/photocrati_nextgen/modules/lightbox/package.module.lightbox.php:73
|
1364 |
+
msgid "Full Size"
|
1365 |
+
msgstr "Fuld størrelse"
|
1366 |
+
|
1367 |
+
#: products/photocrati_nextgen/modules/attach_to_post/package.module.attach_to_post.php:363
|
1368 |
+
#:
|
1369 |
+
#: products/photocrati_nextgen/modules/nextgen_gallery_display/package.module.nextgen_gallery_display.php:1872
|
1370 |
+
msgid "Galleries"
|
1371 |
+
msgstr "Gallerier"
|
1372 |
+
|
1373 |
+
#: products/photocrati_nextgen/modules/nextgen_basic_album/package.module.nextgen_basic_album.php:843
|
1374 |
+
msgid "Galleries per page"
|
1375 |
+
msgstr "Gallerier pr. Side"
|
1376 |
+
|
1377 |
+
#: products/photocrati_nextgen/modules/nextgen_addgallery_page/templates/upload_images.php:2
|
1378 |
+
#:
|
1379 |
+
#: products/photocrati_nextgen/modules/nextgen_addgallery_page/templates/import_media_library.php:3
|
1380 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:322
|
1381 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:155
|
1382 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:155
|
1383 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:168
|
1384 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:168
|
1385 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:374
|
1386 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:431
|
1387 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:463
|
1388 |
+
#: products/photocrati_nextgen/modules/ngglegacy/lib/rewrite.php:217
|
1389 |
+
#: products/photocrati_nextgen/modules/ngglegacy/lib/rewrite.php:226
|
1390 |
+
msgid "Gallery"
|
1391 |
+
msgstr "Galleri"
|
1392 |
+
|
1393 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:629
|
1394 |
+
#, php-format
|
1395 |
+
msgid "Gallery <strong>%s</strong> successfully created!"
|
1396 |
+
msgid_plural "Galleries <strong>%s</strong> successfully created!"
|
1397 |
+
msgstr[0] "Galleri <strong>%s</strong> blev oprettet!"
|
1398 |
+
msgstr[1] "Gallerier <strong>%s</strong> blev oprettet!"
|
1399 |
+
|
1400 |
+
#: products/photocrati_nextgen/modules/nextgen_xmlrpc/package.module.nextgen_xmlrpc.php:582
|
1401 |
+
#, php-format
|
1402 |
+
msgid "Gallery creation failed for \"%1$s\"%2$s."
|
1403 |
+
msgstr "Gallery oprettelse mislykkedes for \"%1$s\"%2$s."
|
1404 |
+
|
1405 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:604
|
1406 |
+
msgid "Gallery deleted successfully "
|
1407 |
+
msgstr "Galleriet er slettet korrekt"
|
1408 |
+
|
1409 |
+
#: products/photocrati_nextgen/modules/widget/templates/form_gallery.php:107
|
1410 |
+
msgid "Gallery ID"
|
1411 |
+
msgstr "Galleri-id"
|
1412 |
+
|
1413 |
+
#: products/photocrati_nextgen/modules/widget/templates/form_gallery.php:114
|
1414 |
+
msgid "Gallery IDs, separated by commas."
|
1415 |
+
msgstr "Galleri-id'er, adskilt af kommaer."
|
1416 |
+
|
1417 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:41
|
1418 |
+
msgid "Gallery not found."
|
1419 |
+
msgstr "Galleri blev ikke fundet."
|
1420 |
+
|
1421 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:65
|
1422 |
+
msgid "Gallery path"
|
1423 |
+
msgstr "Galleri sti"
|
1424 |
+
|
1425 |
+
#: products/photocrati_nextgen/modules/nextgen_other_options/package.module.nextgen_other_options.php:145
|
1426 |
+
msgid "Gallery path does not exist and could not be created"
|
1427 |
+
msgstr "Galleri sti findes ikke og kunne ikke oprettes"
|
1428 |
+
|
1429 |
+
#: products/photocrati_nextgen/modules/nextgen_data/package.module.nextgen_data.php:293
|
1430 |
+
#:
|
1431 |
+
#: products/photocrati_nextgen/modules/nextgen_other_options/package.module.nextgen_other_options.php:164
|
1432 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:36
|
1433 |
+
#, php-format
|
1434 |
+
msgid "Gallery path must be located in %s"
|
1435 |
+
msgstr "Galleri sti skal være placeret i %s"
|
1436 |
+
|
1437 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:406
|
1438 |
+
msgid "Gallery path:"
|
1439 |
+
msgstr "Galleri sti:"
|
1440 |
+
|
1441 |
+
#: products/photocrati_nextgen/modules/nextgen_gallery_display/module.nextgen_gallery_display.php:374
|
1442 |
+
#:
|
1443 |
+
#: products/photocrati_nextgen/modules/nextgen_gallery_display/module.nextgen_gallery_display.php:447
|
1444 |
+
#:
|
1445 |
+
#: products/photocrati_nextgen/modules/nextgen_gallery_display/package.module.nextgen_gallery_display.php:20
|
1446 |
+
msgid "Gallery Settings"
|
1447 |
+
msgstr "Galleriindstillinger"
|
1448 |
+
|
1449 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:338
|
1450 |
+
msgid "Gallery settings"
|
1451 |
+
msgstr "Galleri indstillinger"
|
1452 |
+
|
1453 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:121
|
1454 |
+
#, php-format
|
1455 |
+
msgid ""
|
1456 |
+
"Gallery successfully created. <a href=\"%s\" target=\"_blank\">Manage "
|
1457 |
+
"gallery</a>"
|
1458 |
+
msgstr ""
|
1459 |
+
"Galleri blev oprettet. <a href=\"%s\" target=\"_blank\"> Administrer galleri "
|
1460 |
+
"</a>"
|
1461 |
+
|
1462 |
+
#: products/photocrati_nextgen/modules/nextgen_addgallery_page/templates/upload_images.php:9
|
1463 |
+
#:
|
1464 |
+
#: products/photocrati_nextgen/modules/nextgen_addgallery_page/templates/import_media_library.php:10
|
1465 |
+
msgid "Gallery title"
|
1466 |
+
msgstr "Gallerititel"
|
1467 |
+
|
1468 |
+
#: products/photocrati_nextgen/modules/nextgen_admin/package.module.nextgen_admin.php:500
|
1469 |
+
msgid "Gallery width"
|
1470 |
+
msgstr "Galleri bredde"
|
1471 |
+
|
1472 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:172
|
1473 |
+
msgid "Gallery Wizard."
|
1474 |
+
msgstr "Galleri Wizard."
|
1475 |
+
|
1476 |
+
#: products/photocrati_nextgen/modules/attach_to_post/package.module.attach_to_post.php:139
|
1477 |
+
#, php-format
|
1478 |
+
msgid "Gallery: %s"
|
1479 |
+
msgstr "Galleri: %s"
|
1480 |
+
|
1481 |
+
#: products/photocrati_nextgen/modules/ngglegacy/nggallery.php:292
|
1482 |
+
msgid "Get help"
|
1483 |
+
msgstr "Få hjælp"
|
1484 |
+
|
1485 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:386
|
1486 |
+
msgid "Get help with NextGEN Gallery"
|
1487 |
+
msgstr "Få hjælp til NextGEN Gallery"
|
1488 |
+
|
1489 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:291
|
1490 |
+
msgid "Get NextGEN Pro Now"
|
1491 |
+
msgstr "Få NextGEN Pro nu"
|
1492 |
+
|
1493 |
+
#: products/photocrati_nextgen/modules/nextgen_pro_upgrade/package.module.nextgen_pro_upgrade.php:56
|
1494 |
+
msgid "Get Premium Extensions"
|
1495 |
+
msgstr "Få Premium-udvidelser"
|
1496 |
+
|
1497 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:395
|
1498 |
+
msgid "Get your language pack"
|
1499 |
+
msgstr "Hent din sprogpakke"
|
1500 |
+
|
1501 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:119
|
1502 |
+
msgid "Go"
|
1503 |
+
msgstr "Videre"
|
1504 |
+
|
1505 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:290
|
1506 |
+
msgid ""
|
1507 |
+
"Gorgeous new gallery displays, image protection, full screen lightbox, "
|
1508 |
+
"commenting and social sharing for individual images, proofing, ecommerce, "
|
1509 |
+
"digital downloads, and more."
|
1510 |
+
msgstr ""
|
1511 |
+
"Dejligt nyt galleri viser, billedbeskyttelse, fuld skærm lysboks, "
|
1512 |
+
"kommentering og social deling til individuelle billeder, proofing, e-handel, "
|
1513 |
+
"digitale downloads og meget mere."
|
1514 |
+
|
1515 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:373
|
1516 |
+
msgid "Graphic Library"
|
1517 |
+
msgstr "Grafisk bibliotek"
|
1518 |
+
|
1519 |
+
#: products/photocrati_nextgen/modules/nextgen_other_options/package.module.nextgen_other_options.php:148
|
1520 |
+
msgid "Heading for related images"
|
1521 |
+
msgstr "Overskrift til relaterede billeder"
|
1522 |
+
|
1523 |
+
#: products/photocrati_nextgen/modules/nextgen_data/package.module.nextgen_data.php:3057
|
1524 |
+
#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:486
|
1525 |
+
msgid "Headline"
|
1526 |
+
msgstr "Overskrift"
|
1527 |
+
|
1528 |
+
#: products/photocrati_nextgen/modules/widget/templates/form_slideshow.php:53
|
1529 |
+
msgid "Height"
|
1530 |
+
msgstr "Højde"
|
1531 |
+
|
1532 |
+
#: products/photocrati_nextgen/modules/nextgen_other_options/package.module.nextgen_other_options.php:148
|
1533 |
+
msgid "Height:"
|
1534 |
+
msgstr "Højde:"
|
1535 |
+
|
1536 |
+
#: products/photocrati_nextgen/modules/nextgen_admin/module.nextgen_admin.php:290
|
1537 |
+
msgid ""
|
1538 |
+
"Hello, it looks like you don't have any galleries, this wizard will guide "
|
1539 |
+
"you through creating your first gallery."
|
1540 |
+
msgstr ""
|
1541 |
+
"Hej, det ser ud til, at du ikke har nogen gallerier. Denne guide leder dig "
|
1542 |
+
"gennem oprettelse af dit første galleri."
|
1543 |
+
|
1544 |
+
#: products/photocrati_nextgen/modules/nextgen_admin/module.nextgen_admin.php:320
|
1545 |
+
msgid ""
|
1546 |
+
"Hello, this wizard will guide you through creating a NextGEN gallery and "
|
1547 |
+
"inserting it into a page. Click \"Next step\" to proceed."
|
1548 |
+
msgstr ""
|
1549 |
+
"Hej, denne guide leder dig gennem oprettelse af et NextGEN-galleri og "
|
1550 |
+
"indsætter det på en side. Klik på \"Næste trin\" for at fortsætte."
|
1551 |
+
|
1552 |
+
#: products/photocrati_nextgen/modules/nextgen_admin/templates/review_notice.php:5
|
1553 |
+
#, php-format
|
1554 |
+
msgid ""
|
1555 |
+
"Hey <strong>%s</strong>, you've created %d NextGEN galleries! Awesome! Could "
|
1556 |
+
"I ask you to give us a 5-star rating really quickly on <a %s>WordPress."
|
1557 |
+
"org</a>? It helps other WordPress users and motivates us to keep improving. "
|
1558 |
+
"You can also just send us feedback <a %s>here</a>. Thanks! ~ Erick Danzer "
|
1559 |
+
"(founder of Imagely/NextGEN Gallery"
|
1560 |
+
msgstr ""
|
1561 |
+
"Hej <strong>%s </ strong>, du har oprettet %d NextGEN gallerier! Fantastisk! "
|
1562 |
+
"Kan jeg bede dig om at give os en 5-stjernet vurdering meget hurtigt på <a "
|
1563 |
+
"%s> WordPress.org </a>? Det hjælper andre WordPress-brugere og motiverer os "
|
1564 |
+
"til fortsat at forbedre. Du kan også bare sende os feedback <a %s> her </a>. "
|
1565 |
+
"Tak! ~ Erick Danzer (grundlægger af Imagely / NextGEN Gallery"
|
1566 |
+
|
1567 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:238
|
1568 |
+
msgid "Hide"
|
1569 |
+
msgstr "Skjul"
|
1570 |
+
|
1571 |
+
#: products/photocrati_nextgen/modules/nextgen_other_options/package.module.nextgen_other_options.php:148
|
1572 |
+
msgid "How should related images be match?"
|
1573 |
+
msgstr "Hvordan skal relaterede billeder være match?"
|
1574 |
+
|
1575 |
+
#: products/photocrati_nextgen/modules/nextgen_other_options/package.module.nextgen_other_options.php:697
|
1576 |
+
msgid "How will you generate a watermark?"
|
1577 |
+
msgstr "Hvordan vil du generere et vandmærke?"
|
1578 |
+
|
1579 |
+
#: products/photocrati_nextgen/modules/nextgen_basic_album/package.module.nextgen_basic_album.php:843
|
1580 |
+
msgid "How would you like galleries to be displayed?"
|
1581 |
+
msgstr "Hvordan vil du have gallerierne til at blive vist?"
|
1582 |
+
|
1583 |
+
#. Author URI of the plugin
|
1584 |
+
msgid "https://www.imagely.com"
|
1585 |
+
msgstr "https://www.imagely.com"
|
1586 |
+
|
1587 |
+
#. URI of the plugin
|
1588 |
+
msgid "https://www.imagely.com/wordpress-gallery-plugin/nextgen-gallery/"
|
1589 |
+
msgstr "https://www.imagely.com/wordpress-gallery-plugin/nextgen-gallery/"
|
1590 |
+
|
1591 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:156
|
1592 |
+
msgid "ID"
|
1593 |
+
msgstr "ID"
|
1594 |
+
|
1595 |
+
#: products/photocrati_nextgen/modules/nextgen_basic_gallery/package.module.nextgen_basic_gallery.php:394
|
1596 |
+
msgid ""
|
1597 |
+
"If pagination is used this option will show all images in the modal window "
|
1598 |
+
"(Thickbox, Lightbox etc.) This increases page load."
|
1599 |
+
msgstr ""
|
1600 |
+
"Hvis der anvendes sideinddeling, vil denne mulighed vise alle billeder i "
|
1601 |
+
"modalvinduet (Thickbox, Lightbox osv.) Dette øger sidebelastningen."
|
1602 |
+
|
1603 |
+
#: products/photocrati_nextgen/modules/nextgen_admin/module.nextgen_admin.php:425
|
1604 |
+
msgid ""
|
1605 |
+
"If you close this message, you can also launch the Gallery Wizard at any "
|
1606 |
+
"time from the"
|
1607 |
+
msgstr ""
|
1608 |
+
"Hvis du lukker denne besked, kan du også starte Galleri Wizard til enhver "
|
1609 |
+
"tid fra "
|
1610 |
+
|
1611 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:93
|
1612 |
+
msgid "If you have problems, please create directory"
|
1613 |
+
msgstr "Hvis du har problemer, skal du oprette mappe"
|
1614 |
+
|
1615 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:573
|
1616 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:398
|
1617 |
+
msgid "Ignore the aspect ratio, no portrait thumbnails"
|
1618 |
+
msgstr "Ignorer billedformatet, ingen portræt miniaturer"
|
1619 |
+
|
1620 |
+
#: products/photocrati_nextgen/modules/nextgen_other_options/package.module.nextgen_other_options.php:555
|
1621 |
+
msgid "Ignore the aspect ratio, no portrait thumbnails?"
|
1622 |
+
msgstr "Ignorer billedformatet, ingen portræt miniaturebilleder?"
|
1623 |
+
|
1624 |
+
#: products/photocrati_nextgen/modules/lightbox/package.module.lightbox.php:73
|
1625 |
+
#: products/photocrati_nextgen/modules/lightbox/package.module.lightbox.php:81
|
1626 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:467
|
1627 |
+
#:
|
1628 |
+
#: products/photocrati_nextgen/modules/nextgen_basic_imagebrowser/templates/imagebrowser-simple-template.php:54
|
1629 |
+
msgid "Image"
|
1630 |
+
msgstr "Billede"
|
1631 |
+
|
1632 |
+
#: products/photocrati_nextgen/modules/nextgen_gallery_display/package.module.nextgen_gallery_display.php:2443
|
1633 |
+
msgid "Image crop"
|
1634 |
+
msgstr "Beskær billede"
|
1635 |
+
|
1636 |
+
#: products/photocrati_nextgen/modules/nextgen_addgallery_page/package.module.nextgen_addgallery_page.php:144
|
1637 |
+
#:
|
1638 |
+
#: products/photocrati_nextgen/modules/nextgen_addgallery_page/package.module.nextgen_addgallery_page.php:293
|
1639 |
+
#:
|
1640 |
+
#: products/photocrati_nextgen/modules/nextgen_addgallery_page/package.module.nextgen_addgallery_page.php:309
|
1641 |
+
msgid "Image generation failed"
|
1642 |
+
msgstr "Billedgenerering mislykkedes"
|
1643 |
+
|
1644 |
+
#: products/photocrati_nextgen/modules/nextgen_data/package.module.nextgen_data.php:3057
|
1645 |
+
#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:495
|
1646 |
+
msgid "Image Height"
|
1647 |
+
msgstr "Billedhøjde"
|
1648 |
+
|
1649 |
+
#: products/photocrati_nextgen/modules/nextgen_other_options/package.module.nextgen_other_options.php:103
|
1650 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-sort.php:105
|
1651 |
+
msgid "Image ID"
|
1652 |
+
msgstr "Billede ID"
|
1653 |
+
|
1654 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:243
|
1655 |
+
msgid "Image ID:"
|
1656 |
+
msgstr "Billede ID:"
|
1657 |
+
|
1658 |
+
#: products/photocrati_nextgen/modules/imagify/package.module.imagify.php:25
|
1659 |
+
msgid "Image Optimization"
|
1660 |
+
msgstr "Billedoptimering"
|
1661 |
+
|
1662 |
+
#: products/photocrati_nextgen/modules/nextgen_other_options/package.module.nextgen_other_options.php:95
|
1663 |
+
msgid "Image Options"
|
1664 |
+
msgstr "Billedindstillinger"
|
1665 |
+
|
1666 |
+
#: products/photocrati_nextgen/modules/nextgen_basic_singlepic/package.module.nextgen_basic_singlepic.php:191
|
1667 |
+
#:
|
1668 |
+
#: products/photocrati_nextgen/modules/nextgen_gallery_display/package.module.nextgen_gallery_display.php:2442
|
1669 |
+
msgid "Image quality"
|
1670 |
+
msgstr "Billede kvalitet"
|
1671 |
+
|
1672 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/rotate.php:68
|
1673 |
+
msgid "Image rotated"
|
1674 |
+
msgstr "Billede roteret"
|
1675 |
+
|
1676 |
+
#: products/photocrati_nextgen/modules/nextgen_other_options/package.module.nextgen_other_options.php:670
|
1677 |
+
msgid "Image URL:"
|
1678 |
+
msgstr "Billedwebadresse:"
|
1679 |
+
|
1680 |
+
#: products/photocrati_nextgen/modules/nextgen_gallery_display/package.module.nextgen_gallery_display.php:2444
|
1681 |
+
msgid "Image watermark"
|
1682 |
+
msgstr "Billede vandmærke"
|
1683 |
+
|
1684 |
+
#: products/photocrati_nextgen/modules/nextgen_data/package.module.nextgen_data.php:3057
|
1685 |
+
#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:494
|
1686 |
+
msgid "Image Width"
|
1687 |
+
msgstr "Billedbredde"
|
1688 |
+
|
1689 |
+
#. Author of the plugin
|
1690 |
+
#: nggallery.php:939
|
1691 |
+
msgid "Imagely"
|
1692 |
+
msgstr "Imagely"
|
1693 |
+
|
1694 |
+
#: products/photocrati_nextgen/modules/nextgen_basic_gallery/package.module.nextgen_basic_gallery.php:374
|
1695 |
+
msgid "Images per page"
|
1696 |
+
msgstr "Billeder pr. Side"
|
1697 |
+
|
1698 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:387
|
1699 |
+
msgid "Images per page:"
|
1700 |
+
msgstr "Billeder pr. Side:"
|
1701 |
+
|
1702 |
+
#: products/photocrati_nextgen/modules/nextgen_basic_tagcloud/package.module.nextgen_basic_tagcloud.php:269
|
1703 |
+
#, php-format
|
1704 |
+
msgid "Images tagged "%s""
|
1705 |
+
msgstr "Billeder tagget "%s""
|
1706 |
+
|
1707 |
+
#: products/photocrati_nextgen/modules/imagify/package.module.imagify.php:48
|
1708 |
+
msgid "Imagify has been successfully activated"
|
1709 |
+
msgstr "Imagify er blevet aktiveret"
|
1710 |
+
|
1711 |
+
#: products/photocrati_nextgen/modules/imagify/package.module.imagify.php:50
|
1712 |
+
msgid "Imagify is already activated"
|
1713 |
+
msgstr "Imagify er allerede aktiveret"
|
1714 |
+
|
1715 |
+
#: products/photocrati_nextgen/modules/imagify/package.module.imagify.php:43
|
1716 |
+
msgid "Imagify Plugin Page"
|
1717 |
+
msgstr "Imagify Plugin Side"
|
1718 |
+
|
1719 |
+
#: products/photocrati_nextgen/modules/imagify/package.module.imagify.php:44
|
1720 |
+
msgid "Imagify Website"
|
1721 |
+
msgstr "Imagify Hjemmeside"
|
1722 |
+
|
1723 |
+
#: products/photocrati_nextgen/modules/nextgen_addgallery_page/package.module.nextgen_addgallery_page.php:50
|
1724 |
+
#, php-format
|
1725 |
+
msgid "Import %d image(s)"
|
1726 |
+
msgstr "Importer %d billede(r)"
|
1727 |
+
|
1728 |
+
#: products/photocrati_nextgen/modules/nextgen_addgallery_page/package.module.nextgen_addgallery_page.php:42
|
1729 |
+
#, php-format
|
1730 |
+
msgid "Import %s images"
|
1731 |
+
msgstr "Importer %s billeder"
|
1732 |
+
|
1733 |
+
#: products/photocrati_nextgen/modules/nextgen_addgallery_page/package.module.nextgen_addgallery_page.php:42
|
1734 |
+
msgid "Import 1 image"
|
1735 |
+
msgstr "Importer 1 billede"
|
1736 |
+
|
1737 |
+
#: products/photocrati_nextgen/modules/nextgen_addgallery_page/package.module.nextgen_addgallery_page.php:11
|
1738 |
+
#:
|
1739 |
+
#: products/photocrati_nextgen/modules/nextgen_addgallery_page/templates/import_folder.php:12
|
1740 |
+
msgid "Import Folder"
|
1741 |
+
msgstr "Importer mappe"
|
1742 |
+
|
1743 |
+
#: products/photocrati_nextgen/modules/nextgen_addgallery_page/package.module.nextgen_addgallery_page.php:34
|
1744 |
+
msgid "Import from WordPress Media Library"
|
1745 |
+
msgstr "Import fra WordPress Media Library"
|
1746 |
+
|
1747 |
+
#: products/photocrati_nextgen/modules/nextgen_addgallery_page/package.module.nextgen_addgallery_page.php:42
|
1748 |
+
msgid "Import Images into NextGen Gallery"
|
1749 |
+
msgstr "Import billeder til NextGen Gallery"
|
1750 |
+
|
1751 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:397
|
1752 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:196
|
1753 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:579
|
1754 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:703
|
1755 |
+
msgid "Import metadata"
|
1756 |
+
msgstr "Importer metadata"
|
1757 |
+
|
1758 |
+
#: products/photocrati_nextgen/modules/nextgen_addgallery_page/package.module.nextgen_addgallery_page.php:42
|
1759 |
+
#:
|
1760 |
+
#: products/photocrati_nextgen/modules/nextgen_addgallery_page/templates/import_folder.php:49
|
1761 |
+
msgid "Importing gallery"
|
1762 |
+
msgstr "Importerer galleri"
|
1763 |
+
|
1764 |
+
#: products/photocrati_nextgen/modules/nextgen_addgallery_page/package.module.nextgen_addgallery_page.php:42
|
1765 |
+
#:
|
1766 |
+
#: products/photocrati_nextgen/modules/nextgen_addgallery_page/templates/import_folder.php:51
|
1767 |
+
msgid "In Progress..."
|
1768 |
+
msgstr "I gang..."
|
1769 |
+
|
1770 |
+
#: products/photocrati_nextgen/modules/nextgen_xmlrpc/package.module.nextgen_xmlrpc.php:689
|
1771 |
+
#, php-format
|
1772 |
+
msgid "Inadequate system permissions to write image (%1$s)."
|
1773 |
+
msgstr "Utilstrækkelige systemtilladelser til at skrive billede (%1$s)."
|
1774 |
+
|
1775 |
+
#: products/photocrati_nextgen/modules/attach_to_post/templates/display_tab.php:10
|
1776 |
+
msgid "Insert Displayed Gallery"
|
1777 |
+
msgstr "Indsæt Vist Galleri"
|
1778 |
+
|
1779 |
+
#: products/photocrati_nextgen/modules/imagify/package.module.imagify.php:56
|
1780 |
+
msgid "Install and activate Imagify"
|
1781 |
+
msgstr "Installer og aktiver Imagify"
|
1782 |
+
|
1783 |
+
#: products/photocrati_nextgen/modules/nextgen_basic_gallery/package.module.nextgen_basic_gallery.php:309
|
1784 |
+
msgid "Interval"
|
1785 |
+
msgstr "Interval"
|
1786 |
+
|
1787 |
+
#: products/photocrati_nextgen/modules/nextgen_pro_upgrade/package.module.nextgen_pro_upgrade.php:53
|
1788 |
+
msgid ""
|
1789 |
+
"Introducing the most powerful gallery system ever made for WordPress. Watch "
|
1790 |
+
"our 30 second video, or click below to learn more about NextGEN premium "
|
1791 |
+
"extensions and support."
|
1792 |
+
msgstr ""
|
1793 |
+
"Introduktion til det mest kraftfulde gallerisystem, der nogensinde er lavet "
|
1794 |
+
"til WordPress. Se vores 30 sekunders video, eller klik nedenfor for at lære "
|
1795 |
+
"mere om NextGEN premium-udvidelser og support."
|
1796 |
+
|
1797 |
+
#: products/photocrati_nextgen/modules/nextgen_data/package.module.nextgen_data.php:1191
|
1798 |
+
#:
|
1799 |
+
#: products/photocrati_nextgen/modules/nextgen_data/package.module.nextgen_data.php:3367
|
1800 |
+
msgid "Invalid image file. Acceptable formats: JPG, GIF, and PNG."
|
1801 |
+
msgstr "Ugyldig billedfil. Acceptable formater: JPG, GIF og PNG."
|
1802 |
+
|
1803 |
+
#: products/photocrati_nextgen/modules/ngglegacy/xml/media-rss.php:120
|
1804 |
+
msgid "Invalid MediaRSS command"
|
1805 |
+
msgstr "Ugyldig MediaRSS-kommando"
|
1806 |
+
|
1807 |
+
#: products/photocrati_nextgen/modules/attach_to_post/package.module.attach_to_post.php:189
|
1808 |
+
msgid "Invalid request"
|
1809 |
+
msgstr "Ugyldig forespørgsel"
|
1810 |
+
|
1811 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/showmeta.php:89
|
1812 |
+
msgid "IPTC Data"
|
1813 |
+
msgstr "IPTC Data"
|
1814 |
+
|
1815 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:83
|
1816 |
+
msgid "is not writeable !"
|
1817 |
+
msgstr "er ikke skrivbar!"
|
1818 |
+
|
1819 |
+
#: products/photocrati_nextgen/modules/nextgen_data/package.module.nextgen_data.php:3057
|
1820 |
+
#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:468
|
1821 |
+
msgid "ISO"
|
1822 |
+
msgstr "ISO"
|
1823 |
+
|
1824 |
+
#: products/photocrati_nextgen/modules/nextgen_other_options/package.module.nextgen_other_options.php:148
|
1825 |
+
msgid "It is recommended that your images be resized to be web friendly"
|
1826 |
+
msgstr "Det anbefales, at dine billeder skal ændres for at være webvenlige"
|
1827 |
+
|
1828 |
+
#: products/photocrati_nextgen/modules/nextgen_basic_album/package.module.nextgen_basic_album.php:851
|
1829 |
+
msgid "Items per page"
|
1830 |
+
msgstr "Elementer pr. Side"
|
1831 |
+
|
1832 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:219
|
1833 |
+
msgid ""
|
1834 |
+
"Jared is a professional wedding and lifestyle photographer. He also travels "
|
1835 |
+
"the world giving lectures and workshops on photography, lighting, and post-"
|
1836 |
+
"production efficiency and workflow. His interactive style, and attention to "
|
1837 |
+
"detail and craft make him an entertaining and demanding photography "
|
1838 |
+
"instructor."
|
1839 |
+
msgstr ""
|
1840 |
+
"Jared er en professionel bryllups- og livsstilsfotograf. Han rejser også "
|
1841 |
+
"verden og giver foredrag og workshops om fotografering, belysning og "
|
1842 |
+
"efterproduktion effektivitet og arbejdsgang. Hans interaktive stil og "
|
1843 |
+
"opmærksomhed på detaljer og håndværk gør ham til en underholdende og "
|
1844 |
+
"krævende fotografinstruktør."
|
1845 |
+
|
1846 |
+
#: products/photocrati_nextgen/modules/nextgen_other_options/package.module.nextgen_other_options.php:42
|
1847 |
+
msgid "Javascript URL"
|
1848 |
+
msgstr "Javascript URL"
|
1849 |
+
|
1850 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:201
|
1851 |
+
msgid ""
|
1852 |
+
"Jeff and Erin are a luxury husband and wife photography team who deeply love "
|
1853 |
+
"each other and their photography clients. They shoot weddings and "
|
1854 |
+
"engagements all over the U.S. and beyond. With three photography businesses "
|
1855 |
+
"that serve different clientele, they have unique insights into business "
|
1856 |
+
"strategies and are passionate about improving the day to day lives of other "
|
1857 |
+
"photographers."
|
1858 |
+
msgstr ""
|
1859 |
+
"Jeff og Erin er en luksus mand og kone fotograferings team, der dybt elsker "
|
1860 |
+
"hinanden og deres fotografering klienter. De skyder bryllupper og "
|
1861 |
+
"engagementer overalt i USA og hinsides. Med tre fotograferingsvirksomheder, "
|
1862 |
+
"der tjener forskellige kunder, har de enestående indsigt i "
|
1863 |
+
"forretningsstrategier og er lidenskabelige med at forbedre de daglige liv "
|
1864 |
+
"hos andre fotografer."
|
1865 |
+
|
1866 |
+
#: products/photocrati_nextgen/modules/nextgen_xmlrpc/package.module.nextgen_xmlrpc.php:164
|
1867 |
+
msgid "Job could not be added."
|
1868 |
+
msgstr "Job kunne ikke tilføjes."
|
1869 |
+
|
1870 |
+
#: products/photocrati_nextgen/modules/nextgen_xmlrpc/package.module.nextgen_xmlrpc.php:209
|
1871 |
+
msgid "Job execution is locked."
|
1872 |
+
msgstr "Jobudførelse er låst."
|
1873 |
+
|
1874 |
+
#: products/photocrati_nextgen/modules/nextgen_xmlrpc/package.module.nextgen_xmlrpc.php:245
|
1875 |
+
msgid "Job list is empty."
|
1876 |
+
msgstr "Jobliste er tom."
|
1877 |
+
|
1878 |
+
#: products/photocrati_nextgen/modules/nextgen_xmlrpc/package.module.nextgen_xmlrpc.php:235
|
1879 |
+
msgid "Job list is finished."
|
1880 |
+
msgstr "Jobliste er færdig."
|
1881 |
+
|
1882 |
+
#: products/photocrati_nextgen/modules/nextgen_xmlrpc/package.module.nextgen_xmlrpc.php:238
|
1883 |
+
msgid "Job list is unfinished."
|
1884 |
+
msgstr "Joblisten er ufærdig."
|
1885 |
+
|
1886 |
+
#: products/photocrati_nextgen/modules/nextgen_addgallery_page/templates/import_folder.php:11
|
1887 |
+
msgid "Keep images in original location."
|
1888 |
+
msgstr "Gem billeder på originalpladsen."
|
1889 |
+
|
1890 |
+
#: products/photocrati_nextgen/modules/nextgen_data/package.module.nextgen_data.php:3057
|
1891 |
+
#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:477
|
1892 |
+
msgid "Keywords"
|
1893 |
+
msgstr "Nøgleord"
|
1894 |
+
|
1895 |
+
#: products/photocrati_nextgen/modules/lightbox/package.module.lightbox.php:65
|
1896 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:298
|
1897 |
+
msgid "L O A D I N G"
|
1898 |
+
msgstr "INDLÆSER"
|
1899 |
+
|
1900 |
+
#: products/photocrati_nextgen/modules/nextgen_data/package.module.nextgen_data.php:3057
|
1901 |
+
#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:491
|
1902 |
+
msgid "Last modified"
|
1903 |
+
msgstr "Sidst ændret"
|
1904 |
+
|
1905 |
+
#: products/photocrati_nextgen/modules/nextgen_admin/module.nextgen_admin.php:425
|
1906 |
+
msgid "Launch the Gallery Wizard"
|
1907 |
+
msgstr "Start Galleri Wizard"
|
1908 |
+
|
1909 |
+
#: products/photocrati_nextgen/modules/nextgen_pro_upgrade/package.module.nextgen_pro_upgrade.php:57
|
1910 |
+
msgid "Learn More"
|
1911 |
+
msgstr "Lær mere"
|
1912 |
+
|
1913 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:43
|
1914 |
+
msgid "Least used"
|
1915 |
+
msgstr "Mindst anvendte"
|
1916 |
+
|
1917 |
+
#: products/photocrati_nextgen/modules/nextgen_addgallery_page/templates/import_folder.php:7
|
1918 |
+
msgid "Leave blank for folder name"
|
1919 |
+
msgstr "Efterlad blank for mappenavn"
|
1920 |
+
|
1921 |
+
#: products/photocrati_nextgen/modules/nextgen_basic_singlepic/package.module.nextgen_basic_singlepic.php:207
|
1922 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/publish.php:49
|
1923 |
+
msgid "Left"
|
1924 |
+
msgstr "Venstre"
|
1925 |
+
|
1926 |
+
#: products/photocrati_nextgen/modules/nextgen_other_options/package.module.nextgen_other_options.php:244
|
1927 |
+
msgid "Lightbox Effects"
|
1928 |
+
msgstr "Lightbox effekter"
|
1929 |
+
|
1930 |
+
#: products/photocrati_nextgen/modules/widget/templates/form_slideshow.php:40
|
1931 |
+
msgid "Limit"
|
1932 |
+
msgstr "Begrænsning"
|
1933 |
+
|
1934 |
+
#: products/photocrati_nextgen/modules/nextgen_basic_singlepic/package.module.nextgen_basic_singlepic.php:187
|
1935 |
+
msgid "Link target"
|
1936 |
+
msgstr "Link mål"
|
1937 |
+
|
1938 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:421
|
1939 |
+
msgid "Link to page:"
|
1940 |
+
msgstr "Link til side:"
|
1941 |
+
|
1942 |
+
#: products/photocrati_nextgen/modules/widget/package.module.widget.php:177
|
1943 |
+
msgid "Link to the main image feed"
|
1944 |
+
msgstr "Link til hovedbilledet feed"
|
1945 |
+
|
1946 |
+
#: products/photocrati_nextgen/modules/nextgen_other_options/package.module.nextgen_other_options.php:555
|
1947 |
+
msgid "List of default sizes used for thumbnails and images"
|
1948 |
+
msgstr ""
|
1949 |
+
"Liste over standardstørrelser, der bruges til miniaturebilleder og billeder"
|
1950 |
+
|
1951 |
+
#: products/photocrati_nextgen/modules/lightbox/package.module.lightbox.php:73
|
1952 |
+
msgid "Loading..."
|
1953 |
+
msgstr "Indlæser..."
|
1954 |
+
|
1955 |
+
#: products/photocrati_nextgen/modules/nextgen_data/package.module.nextgen_data.php:3057
|
1956 |
+
#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:482
|
1957 |
+
msgid "Location"
|
1958 |
+
msgstr "Placering"
|
1959 |
+
|
1960 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/roles.php:32
|
1961 |
+
msgid "Main NextGEN Gallery overview"
|
1962 |
+
msgstr "Hovedoversigt over NextGEN Gallery"
|
1963 |
+
|
1964 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/templates/manage_gallery/gallery_create_page_field.php:3
|
1965 |
+
msgid "Main Page (no parent)"
|
1966 |
+
msgstr "Hovedside (ingen forælder)"
|
1967 |
+
|
1968 |
+
#: products/photocrati_nextgen/modules/nextgen_data/package.module.nextgen_data.php:3057
|
1969 |
+
#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:474
|
1970 |
+
msgid "Make"
|
1971 |
+
msgstr "Lav"
|
1972 |
+
|
1973 |
+
#: products/photocrati_nextgen/modules/attach_to_post/package.module.attach_to_post.php:505
|
1974 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:440
|
1975 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:158
|
1976 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:158
|
1977 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:193
|
1978 |
+
msgid "Manage Albums"
|
1979 |
+
msgstr "Administrer album"
|
1980 |
+
|
1981 |
+
#: products/photocrati_nextgen/modules/attach_to_post/package.module.attach_to_post.php:502
|
1982 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:157
|
1983 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:157
|
1984 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:191
|
1985 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:173
|
1986 |
+
msgid "Manage Galleries"
|
1987 |
+
msgstr "Administrer gallerier"
|
1988 |
+
|
1989 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/roles.php:44
|
1990 |
+
msgid "Manage gallery"
|
1991 |
+
msgstr "Administrer galleri"
|
1992 |
+
|
1993 |
+
#: products/photocrati_nextgen/modules/nextgen_addgallery_page/package.module.nextgen_addgallery_page.php:388
|
1994 |
+
msgid "Manage gallery {name}"
|
1995 |
+
msgstr "Administrer galleri {name}"
|
1996 |
+
|
1997 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:99
|
1998 |
+
msgid "Manage image tags"
|
1999 |
+
msgstr "Administrer billede tags"
|
2000 |
+
|
2001 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/roles.php:48
|
2002 |
+
msgid "Manage others gallery"
|
2003 |
+
msgstr "Administrer andre galleri"
|
2004 |
+
|
2005 |
+
#: products/photocrati_nextgen/modules/attach_to_post/package.module.attach_to_post.php:508
|
2006 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:159
|
2007 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:159
|
2008 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:195
|
2009 |
+
msgid "Manage Tags"
|
2010 |
+
msgstr "Administrer Tags"
|
2011 |
+
|
2012 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/roles.php:52
|
2013 |
+
msgid "Manage tags"
|
2014 |
+
msgstr "Administrer tags"
|
2015 |
+
|
2016 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:482
|
2017 |
+
msgid "Maximize the widget content"
|
2018 |
+
msgstr "Maksimér widgetindholdet"
|
2019 |
+
|
2020 |
+
#: products/photocrati_nextgen/modules/nextgen_other_options/package.module.nextgen_other_options.php:148
|
2021 |
+
#, fuzzy
|
2022 |
+
msgid "Maximum # of related images to display"
|
2023 |
+
msgstr "Maksimal antal relaterede billeder, der skal vises"
|
2024 |
+
|
2025 |
+
#: products/photocrati_nextgen/modules/nextgen_basic_gallery/package.module.nextgen_basic_gallery.php:317
|
2026 |
+
msgid "Maximum dimensions"
|
2027 |
+
msgstr "Maksimale dimensioner"
|
2028 |
+
|
2029 |
+
#: products/photocrati_nextgen/modules/nextgen_other_options/package.module.nextgen_other_options.php:309
|
2030 |
+
msgid "Maximum image count"
|
2031 |
+
msgstr "Maksimal billedantal"
|
2032 |
+
|
2033 |
+
#: products/photocrati_nextgen/modules/nextgen_basic_album/package.module.nextgen_basic_album.php:851
|
2034 |
+
msgid "Maximum number of galleries or sub-albums to appear on a single page"
|
2035 |
+
msgstr "Maksimalt antal gallerier eller underalbummer vises på en enkelt side"
|
2036 |
+
|
2037 |
+
#: products/photocrati_nextgen/modules/nextgen_basic_tagcloud/package.module.nextgen_basic_tagcloud.php:96
|
2038 |
+
msgid "Maximum number of tags"
|
2039 |
+
msgstr "Maksimalt antal tags"
|
2040 |
+
|
2041 |
+
#: products/photocrati_nextgen/modules/widget/package.module.widget.php:177
|
2042 |
+
msgid "Media RSS"
|
2043 |
+
msgstr "Media RSS"
|
2044 |
+
|
2045 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:195
|
2046 |
+
msgid "Meet the Imagely Product Ambassadors"
|
2047 |
+
msgstr "Mød Imagely`s Produkt ambassadører"
|
2048 |
+
|
2049 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:302
|
2050 |
+
msgid ""
|
2051 |
+
"Meet the new series of Genesis child themes by Imagely: gorgeous, responsive "
|
2052 |
+
"image-centric themes for photographers or anyone with visually rich websites."
|
2053 |
+
msgstr ""
|
2054 |
+
"Mød den nye serie af Genesis børne temaer af Imagely: smukke, responsive "
|
2055 |
+
"billede-centreret temaer for fotografer eller nogen med visuelt rige "
|
2056 |
+
"hjemmesider."
|
2057 |
+
|
2058 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:75
|
2059 |
+
msgid "Memory usage"
|
2060 |
+
msgstr "Hukommelsesforbrug"
|
2061 |
+
|
2062 |
+
#: products/photocrati_nextgen/modules/ngglegacy/lib/tags.php:143
|
2063 |
+
#, php-format
|
2064 |
+
msgid ""
|
2065 |
+
"Merge tag(s) «%1$s» to «%2$s». %3$s objects edited."
|
2066 |
+
msgstr ""
|
2067 |
+
"Flet tag(s) & laquo;«%1$s» to «%2$s». %3$s objekter "
|
2068 |
+
"redigeret."
|
2069 |
+
|
2070 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:312
|
2071 |
+
msgid "Meta"
|
2072 |
+
msgstr "Meta"
|
2073 |
+
|
2074 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/showmeta.php:29
|
2075 |
+
msgid "Meta Data"
|
2076 |
+
msgstr "Meta Data"
|
2077 |
+
|
2078 |
+
#: products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser-exif.php:38
|
2079 |
+
msgid "Meta data"
|
2080 |
+
msgstr "Meta data"
|
2081 |
+
|
2082 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:483
|
2083 |
+
msgid "Minimize the widget content"
|
2084 |
+
msgstr "Minimér widgetindholdet"
|
2085 |
+
|
2086 |
+
#: products/photocrati_nextgen/modules/nextgen_other_options/package.module.nextgen_other_options.php:305
|
2087 |
+
msgid "Miscellaneous"
|
2088 |
+
msgstr "Diverse"
|
2089 |
+
|
2090 |
+
#: products/photocrati_nextgen/modules/attach_to_post/package.module.attach_to_post.php:153
|
2091 |
+
msgid "Missing parameters"
|
2092 |
+
msgstr "Manglende parametre"
|
2093 |
+
|
2094 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:390
|
2095 |
+
msgid "More Help & Info"
|
2096 |
+
msgstr "Mere hjælp og info"
|
2097 |
+
|
2098 |
+
#: products/photocrati_nextgen/modules/imagify/package.module.imagify.php:41
|
2099 |
+
msgid "More on Imagify:"
|
2100 |
+
msgstr "Mere om Imagify:"
|
2101 |
+
|
2102 |
+
#: products/photocrati_nextgen/modules/imagify/package.module.imagify.php:42
|
2103 |
+
msgid "More on why we recommend Imagify:"
|
2104 |
+
msgstr "Mere om hvorfor vi anbefaler Imagify:"
|
2105 |
+
|
2106 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:42
|
2107 |
+
msgid "Most popular"
|
2108 |
+
msgstr "Mest populære"
|
2109 |
+
|
2110 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:253
|
2111 |
+
msgid "Move image to..."
|
2112 |
+
msgstr "Flyt billede til ..."
|
2113 |
+
|
2114 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:401
|
2115 |
+
msgid "Move to..."
|
2116 |
+
msgstr "Flyt til ..."
|
2117 |
+
|
2118 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:76
|
2119 |
+
msgid "MYSQL Version"
|
2120 |
+
msgstr "MYSQL Version"
|
2121 |
+
|
2122 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:38
|
2123 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:42
|
2124 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:46
|
2125 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:50
|
2126 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:54
|
2127 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:58
|
2128 |
+
msgid "N/A"
|
2129 |
+
msgstr "N/A"
|
2130 |
+
|
2131 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:720
|
2132 |
+
msgid "Name"
|
2133 |
+
msgstr "Navn"
|
2134 |
+
|
2135 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:237
|
2136 |
+
msgid ""
|
2137 |
+
"Named one of the Top 10 Wedding Photographers in the World by American Photo "
|
2138 |
+
"magazine, David is a celebrated photographer and educator. He is also a "
|
2139 |
+
"mountain man with a enviable lifestyle: from his base in rural Washington, "
|
2140 |
+
"he travels all over the world teaching workshops, while sharing lessons with "
|
2141 |
+
"16,000 photographers in the Abstract Canvas Facebook group."
|
2142 |
+
msgstr ""
|
2143 |
+
"David er en berømt fotograf og pædagog, der blev navngivet som en af de 10 "
|
2144 |
+
"bedste bryllupsfotografer i verden af det amerikanske fotomagasin. Han er "
|
2145 |
+
"også en bjergmand med en misundelsesværdig livsstil: Fra sin base i "
|
2146 |
+
"landdistrikterne Washington rejser han over hele verden undervisningsmøder, "
|
2147 |
+
"mens han deler lektioner med 16.000 fotografer i gruppen Abstract Canvas "
|
2148 |
+
"Facebook."
|
2149 |
+
|
2150 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:172
|
2151 |
+
msgid "Need help setting up a gallery? Launch the "
|
2152 |
+
msgstr "Har du brug for hjælp til at oprette et galleri? Start"
|
2153 |
+
|
2154 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:59
|
2155 |
+
msgid "Network Options"
|
2156 |
+
msgstr "Netværksindstillinger"
|
2157 |
+
|
2158 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:169
|
2159 |
+
msgid "Network settings"
|
2160 |
+
msgstr "Netværks indstillinger"
|
2161 |
+
|
2162 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:332
|
2163 |
+
msgid "New Gallery"
|
2164 |
+
msgstr "Nyt Galleri"
|
2165 |
+
|
2166 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:891
|
2167 |
+
msgid "New gallery page ID"
|
2168 |
+
msgstr "Nyt galleri side id"
|
2169 |
+
|
2170 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:201
|
2171 |
+
msgid "New tag name(s):"
|
2172 |
+
msgstr "Nyt tag navn (e):"
|
2173 |
+
|
2174 |
+
#: products/photocrati_nextgen/modules/lightbox/package.module.lightbox.php:73
|
2175 |
+
#: products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser-caption.php:29
|
2176 |
+
#: products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser.php:29
|
2177 |
+
#: products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser-exif.php:33
|
2178 |
+
#: products/photocrati_nextgen/modules/nextgen_basic_imagebrowser/templates/nextgen_basic_imagebrowser.php:49
|
2179 |
+
msgid "Next"
|
2180 |
+
msgstr "Næste"
|
2181 |
+
|
2182 |
+
#: products/photocrati_nextgen/modules/lightbox/package.module.lightbox.php:81
|
2183 |
+
msgid "Next >"
|
2184 |
+
msgstr "Næste >"
|
2185 |
+
|
2186 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:172
|
2187 |
+
msgid "Next tags"
|
2188 |
+
msgstr "Næste tags"
|
2189 |
+
|
2190 |
+
# You can not translate it directly into Danish, it will sound completely wrong.
|
2191 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/roles.php:68
|
2192 |
+
msgid "NextGEN Attach Interface"
|
2193 |
+
msgstr "NextGEN Vedhæft interface"
|
2194 |
+
|
2195 |
+
# You can not translate it directly into Danish, it will sound completely wrong.
|
2196 |
+
#: products/photocrati_nextgen/modules/nextgen_basic_album/module.nextgen_basic_album.php:198
|
2197 |
+
msgid "NextGEN Basic Compact Album"
|
2198 |
+
msgstr "NextGEN Basic Kompakt album"
|
2199 |
+
|
2200 |
+
# You can not translate it directly into Danish, it will sound completely wrong.
|
2201 |
+
#: products/photocrati_nextgen/modules/nextgen_basic_album/module.nextgen_basic_album.php:213
|
2202 |
+
msgid "NextGEN Basic Extended Album"
|
2203 |
+
msgstr "NextGEN Basic Udvidet album"
|
2204 |
+
|
2205 |
+
# You can not translate it directly into Danish, it will sound completely wrong.
|
2206 |
+
#: products/photocrati_nextgen/modules/nextgen_basic_imagebrowser/module.nextgen_basic_imagebrowser.php:185
|
2207 |
+
msgid "NextGEN Basic ImageBrowser"
|
2208 |
+
msgstr "NextGEN Basic Billede Browser"
|
2209 |
+
|
2210 |
+
# You can not translate it directly into Danish, it will sound completely wrong.
|
2211 |
+
#: products/photocrati_nextgen/modules/nextgen_basic_singlepic/module.nextgen_basic_singlepic.php:152
|
2212 |
+
msgid "NextGEN Basic SinglePic"
|
2213 |
+
msgstr "NextGEN Basic Enklet Billede"
|
2214 |
+
|
2215 |
+
# You can not translate it directly into Danish, it will sound completely wrong.
|
2216 |
+
#: products/photocrati_nextgen/modules/nextgen_basic_gallery/module.nextgen_basic_gallery.php:363
|
2217 |
+
msgid "NextGEN Basic Slideshow"
|
2218 |
+
msgstr "NextGEN Basic Diasshow"
|
2219 |
+
|
2220 |
+
# You can not translate it directly into Danish, it will sound completely wrong.
|
2221 |
+
#: products/photocrati_nextgen/modules/nextgen_basic_tagcloud/module.nextgen_basic_tagcloud.php:175
|
2222 |
+
msgid "NextGEN Basic TagCloud"
|
2223 |
+
msgstr "NextGEN Basic TagSky"
|
2224 |
+
|
2225 |
+
# You can not translate it directly into Danish, it will sound completely wrong.
|
2226 |
+
#: products/photocrati_nextgen/modules/nextgen_basic_gallery/module.nextgen_basic_gallery.php:348
|
2227 |
+
msgid "NextGEN Basic Thumbnails"
|
2228 |
+
msgstr "NextGEN Basic Miniaturer"
|
2229 |
+
|
2230 |
+
#. Name of the plugin
|
2231 |
+
#: nggallery.php:935
|
2232 |
+
#: products/photocrati_nextgen/modules/attach_to_post/module.attach_to_post.php:391
|
2233 |
+
#:
|
2234 |
+
#: products/photocrati_nextgen/modules/attach_to_post/package.module.attach_to_post.php:464
|
2235 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:11
|
2236 |
+
msgid "NextGEN Gallery"
|
2237 |
+
msgstr "NextGEN Gallery"
|
2238 |
+
|
2239 |
+
#: nggallery.php:386
|
2240 |
+
#, php-format
|
2241 |
+
msgid ""
|
2242 |
+
"NextGEN Gallery %s is incompatible with this version of NextGEN Pro. Please "
|
2243 |
+
"update NextGEN Pro to version %s or higher to restore NextGEN Pro "
|
2244 |
+
"functionality."
|
2245 |
+
msgstr ""
|
2246 |
+
"NextGEN Gallery %s er uforenelig med denne version af NextGEN Pro. Opdater "
|
2247 |
+
"NextGEN Pro til version %s eller højere for at gendanne NextGEN Pro-"
|
2248 |
+
"funktionaliteten."
|
2249 |
+
|
2250 |
+
#: products/photocrati_nextgen/modules/nextgen_gallery_display/module.nextgen_gallery_display.php:446
|
2251 |
+
msgid "NextGEN Gallery & Album Settings"
|
2252 |
+
msgstr "NextGEN Galleri og albumindstillinger"
|
2253 |
+
|
2254 |
+
#: products/photocrati_nextgen/modules/attach_to_post/package.module.attach_to_post.php:484
|
2255 |
+
msgid "NextGEN Gallery - Attach To Post"
|
2256 |
+
msgstr "NextGEN Gallery - Vedhæft til post"
|
2257 |
+
|
2258 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/install.php:92
|
2259 |
+
msgid ""
|
2260 |
+
"NextGEN Gallery : Tables could not created, please check your database "
|
2261 |
+
"settings"
|
2262 |
+
msgstr ""
|
2263 |
+
"NextGEN Gallery: Tabeller kunne ikke oprettes. Kontroller venligst dine "
|
2264 |
+
"databaseindstillinger"
|
2265 |
+
|
2266 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:196
|
2267 |
+
msgid ""
|
2268 |
+
"NextGEN Gallery and other Imagely products are used by some of the best "
|
2269 |
+
"photographers in the world. Meet some of the Imagely Ambassadors who are "
|
2270 |
+
"putting Imagely and NextGEN Gallery to work professionally."
|
2271 |
+
msgstr ""
|
2272 |
+
"NextGEN Gallery og andre Imagely produkter bruges af nogle af de bedste "
|
2273 |
+
"fotografer i verden. Mød nogle af de Imagely Ambassadører, der sætter "
|
2274 |
+
"Imagely og NextGEN Gallery i gang med at arbejde professionelt."
|
2275 |
+
|
2276 |
+
#: products/photocrati_nextgen/modules/imagify/package.module.imagify.php:36
|
2277 |
+
msgid ""
|
2278 |
+
"NextGEN Gallery partners with Imagify for best-in-class image optimization. "
|
2279 |
+
"Compress images to make galleries faster, all while maintaining image "
|
2280 |
+
"quality."
|
2281 |
+
msgstr ""
|
2282 |
+
"NextGEN Gallery partners med Imagify for optimal billedoptimering. Komprimer "
|
2283 |
+
"billeder for at gøre gallerier hurtigere, samtidig med at billedkvaliteten "
|
2284 |
+
"opretholdes."
|
2285 |
+
|
2286 |
+
#: products/photocrati_nextgen/modules/nextgen_other_options/package.module.nextgen_other_options.php:309
|
2287 |
+
msgid ""
|
2288 |
+
"NextGEN hides its gallery displays in feeds other than MediaRSS. This "
|
2289 |
+
"enables image galleries in feeds."
|
2290 |
+
msgstr ""
|
2291 |
+
"NextGEN gemmer sine gallerivisninger i andre feeds end MediaRSS. Dette "
|
2292 |
+
"muliggør billedgallerier i feeds."
|
2293 |
+
|
2294 |
+
#: products/photocrati_nextgen/modules/widget/package.module.widget.php:170
|
2295 |
+
msgid "NextGEN Media RSS"
|
2296 |
+
msgstr "NextGEN Media RSS"
|
2297 |
+
|
2298 |
+
#: products/photocrati_nextgen/modules/nextgen_admin/module.nextgen_admin.php:425
|
2299 |
+
msgid "NextGEN Overview page"
|
2300 |
+
msgstr "NextGEN Oversigt side"
|
2301 |
+
|
2302 |
+
#: products/photocrati_nextgen/modules/widget/package.module.widget.php:226
|
2303 |
+
msgid "NextGEN Slideshow"
|
2304 |
+
msgstr "NextGEN Diasshow"
|
2305 |
+
|
2306 |
+
#: products/photocrati_nextgen/modules/widget/package.module.widget.php:70
|
2307 |
+
msgid "NextGEN Widget"
|
2308 |
+
msgstr "NextGEN Widget"
|
2309 |
+
|
2310 |
+
#: products/photocrati_nextgen/modules/nextgen_other_options/templates/styling_tab.php:13
|
2311 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:62
|
2312 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:66
|
2313 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:70
|
2314 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:105
|
2315 |
+
msgid "No"
|
2316 |
+
msgstr "Nej"
|
2317 |
+
|
2318 |
+
#: products/photocrati_nextgen/modules/ngglegacy/xml/media-rss.php:105
|
2319 |
+
msgid "No album ID has been provided as parameter"
|
2320 |
+
msgstr "Intet album-id er blevet leveret som parameter"
|
2321 |
+
|
2322 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:448
|
2323 |
+
msgid "No album selected"
|
2324 |
+
msgstr "Intet album valgt"
|
2325 |
+
|
2326 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:549
|
2327 |
+
msgid "No album selected!"
|
2328 |
+
msgstr "Intet album valgt!"
|
2329 |
+
|
2330 |
+
#: products/photocrati_nextgen/modules/nextgen_xmlrpc/package.module.nextgen_xmlrpc.php:853
|
2331 |
+
msgid "No album was specified to edit."
|
2332 |
+
msgstr "Intet album blev specificeret for at redigere."
|
2333 |
+
|
2334 |
+
#: products/photocrati_nextgen/modules/nextgen_addgallery_page/package.module.nextgen_addgallery_page.php:213
|
2335 |
+
msgid "No directory specified."
|
2336 |
+
msgstr "Ingen mappe angivet."
|
2337 |
+
|
2338 |
+
#: products/photocrati_nextgen/modules/attach_to_post/package.module.attach_to_post.php:702
|
2339 |
+
msgid "No display type selected"
|
2340 |
+
msgstr "Ingen skærmtype valgt"
|
2341 |
+
|
2342 |
+
#: products/photocrati_nextgen/modules/attach_to_post/package.module.attach_to_post.php:363
|
2343 |
+
msgid "No entities to display for this source"
|
2344 |
+
msgstr "Ingen enheder at vise for denne kilde"
|
2345 |
+
|
2346 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:454
|
2347 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:314
|
2348 |
+
msgid "No entries found"
|
2349 |
+
msgstr "Ingen indlæg fundet"
|
2350 |
+
|
2351 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/showmeta.php:82
|
2352 |
+
msgid "No exif data"
|
2353 |
+
msgstr "Ingen exif data"
|
2354 |
+
|
2355 |
+
#: products/photocrati_nextgen/modules/nextgen_addgallery_page/package.module.nextgen_addgallery_page.php:250
|
2356 |
+
msgid "No folder specified"
|
2357 |
+
msgstr "Ingen mappe angivet"
|
2358 |
+
|
2359 |
+
#: products/photocrati_nextgen/modules/ngglegacy/xml/media-rss.php:50
|
2360 |
+
msgid "No galleries have been yet created."
|
2361 |
+
msgstr "Der er endnu ikke oprettet gallerier."
|
2362 |
+
|
2363 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:194
|
2364 |
+
msgid "No gallery"
|
2365 |
+
msgstr "Intet galleri"
|
2366 |
+
|
2367 |
+
#: products/photocrati_nextgen/modules/nextgen_addgallery_page/package.module.nextgen_addgallery_page.php:111
|
2368 |
+
#:
|
2369 |
+
#: products/photocrati_nextgen/modules/nextgen_addgallery_page/package.module.nextgen_addgallery_page.php:280
|
2370 |
+
msgid "No gallery name specified"
|
2371 |
+
msgstr "Intet galleri navn angivet"
|
2372 |
+
|
2373 |
+
#: products/photocrati_nextgen/modules/nextgen_xmlrpc/package.module.nextgen_xmlrpc.php:756
|
2374 |
+
msgid "No gallery was specified to edit."
|
2375 |
+
msgstr "Intet galleri blev specificeret for at redigere."
|
2376 |
+
|
2377 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:111
|
2378 |
+
msgid "No GD support"
|
2379 |
+
msgstr "Ingen GD support"
|
2380 |
+
|
2381 |
+
#: products/photocrati_nextgen/modules/nextgen_admin/package.module.nextgen_admin.php:305
|
2382 |
+
msgid "No handler defined for this notice"
|
2383 |
+
msgstr "Ingen handler defineret for denne meddelelse"
|
2384 |
+
|
2385 |
+
#: products/photocrati_nextgen/modules/nextgen_xmlrpc/package.module.nextgen_xmlrpc.php:686
|
2386 |
+
#, php-format
|
2387 |
+
msgid "No image library present, image uploads will fail (%1$s)."
|
2388 |
+
msgstr ""
|
2389 |
+
"Intet billede bibliotek til stede, billede uploads vil mislykkes (%1$s)."
|
2390 |
+
|
2391 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:241
|
2392 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:106
|
2393 |
+
msgid "No images selected"
|
2394 |
+
msgstr "Ingen billeder valgt"
|
2395 |
+
|
2396 |
+
#: products/photocrati_nextgen/modules/nextgen_addgallery_page/package.module.nextgen_addgallery_page.php:388
|
2397 |
+
msgid "No images were uploaded successfully."
|
2398 |
+
msgstr "Ingen billeder blev uploadet korrekt."
|
2399 |
+
|
2400 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/showmeta.php:52
|
2401 |
+
msgid "No meta data saved"
|
2402 |
+
msgstr "Ingen metadata gemt"
|
2403 |
+
|
2404 |
+
#: products/photocrati_nextgen/modules/ngglegacy/lib/tags.php:208
|
2405 |
+
msgid "No new slug(s) specified!"
|
2406 |
+
msgstr "Ingen nye slug(er) specificeret!"
|
2407 |
+
|
2408 |
+
#: products/photocrati_nextgen/modules/ngglegacy/lib/tags.php:35
|
2409 |
+
msgid "No new tag specified!"
|
2410 |
+
msgstr "Intet nyt tag er angivet!"
|
2411 |
+
|
2412 |
+
#: products/photocrati_nextgen/modules/ngglegacy/lib/tags.php:50
|
2413 |
+
msgid "No new/old valid tag specified!"
|
2414 |
+
msgstr "Intet nyt/gammelt gyldigt tag er angivet!"
|
2415 |
+
|
2416 |
+
#: products/photocrati_nextgen/modules/ngglegacy/lib/tags.php:112
|
2417 |
+
msgid "No objects (post/page) found for specified old tags."
|
2418 |
+
msgstr "Ingen objekter (indlæg / side) fundet for angivne gamle tags."
|
2419 |
+
|
2420 |
+
#: products/photocrati_nextgen/modules/nextgen_addgallery_page/package.module.nextgen_addgallery_page.php:210
|
2421 |
+
#:
|
2422 |
+
#: products/photocrati_nextgen/modules/nextgen_addgallery_page/package.module.nextgen_addgallery_page.php:216
|
2423 |
+
msgid ""
|
2424 |
+
"No permissions to browse folders. Try refreshing the page or ensuring that "
|
2425 |
+
"your user account has sufficient roles/privileges."
|
2426 |
+
msgstr ""
|
2427 |
+
"Ingen tilladelser til at gennemse mapper. Prøv at opdatere siden eller sikre,"
|
2428 |
+
" at din brugerkonto har tilstrækkelige roller/privilegier."
|
2429 |
+
|
2430 |
+
#: products/photocrati_nextgen/modules/nextgen_addgallery_page/package.module.nextgen_addgallery_page.php:241
|
2431 |
+
#:
|
2432 |
+
#: products/photocrati_nextgen/modules/nextgen_addgallery_page/package.module.nextgen_addgallery_page.php:253
|
2433 |
+
msgid ""
|
2434 |
+
"No permissions to import folders. Try refreshing the page or ensuring that "
|
2435 |
+
"your user account has sufficient roles/privileges."
|
2436 |
+
msgstr ""
|
2437 |
+
"Ingen tilladelser til at importere mapper. Prøv at opdatere siden eller "
|
2438 |
+
"sikre, at din brugerkonto har tilstrækkelige roller/privilegier."
|
2439 |
+
|
2440 |
+
#: products/photocrati_nextgen/modules/nextgen_addgallery_page/package.module.nextgen_addgallery_page.php:160
|
2441 |
+
#:
|
2442 |
+
#: products/photocrati_nextgen/modules/nextgen_addgallery_page/package.module.nextgen_addgallery_page.php:325
|
2443 |
+
msgid ""
|
2444 |
+
"No permissions to upload images. Try refreshing the page or ensuring that "
|
2445 |
+
"your user account has sufficient roles/privileges."
|
2446 |
+
msgstr ""
|
2447 |
+
"Ingen tilladelser til at uploade billeder. Prøv at opdatere siden eller "
|
2448 |
+
"sikre, at din brugerkonto har tilstrækkelige roller/privilegier."
|
2449 |
+
|
2450 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/templates/manage_gallery/gallery_preview_image_field.php:3
|
2451 |
+
msgid "No picture"
|
2452 |
+
msgstr "Intet billede"
|
2453 |
+
|
2454 |
+
#: products/photocrati_nextgen/modules/ngglegacy/lib/tags.php:247
|
2455 |
+
msgid "No slug edited."
|
2456 |
+
msgstr "Ingen slug redigeret."
|
2457 |
+
|
2458 |
+
#: products/photocrati_nextgen/modules/nextgen_xmlrpc/package.module.nextgen_xmlrpc.php:682
|
2459 |
+
#, php-format
|
2460 |
+
msgid "No space available for image (%1$s)."
|
2461 |
+
msgstr "Ingen plads til billede (%1$s)."
|
2462 |
+
|
2463 |
+
#: products/photocrati_nextgen/modules/ngglegacy/lib/tags.php:188
|
2464 |
+
msgid "No tag deleted."
|
2465 |
+
msgstr "Ingen tag slettet."
|
2466 |
+
|
2467 |
+
#: products/photocrati_nextgen/modules/ngglegacy/lib/tags.php:141
|
2468 |
+
msgid "No tag merged."
|
2469 |
+
msgstr "Ingen tag fusioneret."
|
2470 |
+
|
2471 |
+
#: products/photocrati_nextgen/modules/ngglegacy/lib/tags.php:86
|
2472 |
+
msgid "No tag renamed."
|
2473 |
+
msgstr "Ingen tag omdøbt."
|
2474 |
+
|
2475 |
+
#: products/photocrati_nextgen/modules/ngglegacy/lib/tags.php:165
|
2476 |
+
msgid "No tag specified!"
|
2477 |
+
msgstr "Ingen tag angivet!"
|
2478 |
+
|
2479 |
+
#: products/photocrati_nextgen/modules/nextgen_xmlrpc/package.module.nextgen_xmlrpc.php:172
|
2480 |
+
msgid "No task list was specified."
|
2481 |
+
msgstr "Ingen opgaveliste var angivet."
|
2482 |
+
|
2483 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:44
|
2484 |
+
msgid "No valid gallery name!"
|
2485 |
+
msgstr "Intet gyldigt galleri navn!"
|
2486 |
+
|
2487 |
+
#: products/photocrati_nextgen/modules/ngglegacy/lib/tags.php:95
|
2488 |
+
msgid "No valid new tag."
|
2489 |
+
msgstr "Intet gyldigt nyt mærke."
|
2490 |
+
|
2491 |
+
#: products/photocrati_nextgen/modules/nextgen_basic_singlepic/package.module.nextgen_basic_singlepic.php:207
|
2492 |
+
#:
|
2493 |
+
#: products/photocrati_nextgen/modules/lightbox/package.module.lightbox.php:50
|
2494 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/publish.php:47
|
2495 |
+
msgid "None"
|
2496 |
+
msgstr "Ingen"
|
2497 |
+
|
2498 |
+
#: products/photocrati_nextgen/modules/nextgen_admin/package.module.nextgen_admin.php:346
|
2499 |
+
msgid "Not a valid notice name"
|
2500 |
+
msgstr "Ikke et gyldigt varselsnavn"
|
2501 |
+
|
2502 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:605
|
2503 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/templates/manage_gallery/gallery_link_to_page_field.php:3
|
2504 |
+
msgid "Not linked"
|
2505 |
+
msgstr "Ikke forbundet"
|
2506 |
+
|
2507 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:25
|
2508 |
+
msgid "Not set"
|
2509 |
+
msgstr "Ikke indstillet"
|
2510 |
+
|
2511 |
+
#: products/photocrati_nextgen/modules/ngglegacy/lib/core.php:214
|
2512 |
+
#, php-format
|
2513 |
+
msgid ""
|
2514 |
+
"Note : Based on your server memory limit you should not upload larger images "
|
2515 |
+
"then <strong>%d x %d</strong> pixel"
|
2516 |
+
msgstr ""
|
2517 |
+
"Bemærk: Baseret på din serverhukommelsesgrænse skal du ikke uploade større "
|
2518 |
+
"billeder end <strong>%d x %d</strong> pixel"
|
2519 |
+
|
2520 |
+
#: products/photocrati_nextgen/modules/imagify/package.module.imagify.php:39
|
2521 |
+
msgid ""
|
2522 |
+
"Note: Imagify is a third party plugin. It is not built or supported by "
|
2523 |
+
"NextGEN Gallery."
|
2524 |
+
msgstr ""
|
2525 |
+
"Bemærk: Imagify er et tredjeparts plugin. Det er ikke bygget eller "
|
2526 |
+
"understøttet af NextGEN Gallery."
|
2527 |
+
|
2528 |
+
#: products/photocrati_nextgen/modules/nextgen_other_options/package.module.nextgen_other_options.php:309
|
2529 |
+
msgid ""
|
2530 |
+
"Note: This limit will not apply to slideshow widgets or random galleries "
|
2531 |
+
"if/when those galleries specify their own image limits"
|
2532 |
+
msgstr ""
|
2533 |
+
"Bemærk: Denne grænse gælder ikke for diasshow widgets eller tilfældige "
|
2534 |
+
"gallerier, hvis/når disse gallerier angiver deres egne billedgrænser"
|
2535 |
+
|
2536 |
+
#: products/photocrati_nextgen/modules/nextgen_admin/package.module.nextgen_admin.php:302
|
2537 |
+
msgid "Notice is not dismissible"
|
2538 |
+
msgstr "Meddelelsen kan ikke afvises"
|
2539 |
+
|
2540 |
+
#: products/photocrati_nextgen/modules/nextgen_admin/module.nextgen_admin.php:391
|
2541 |
+
msgid "Now click inside the \"Galleries\" field and select your gallery."
|
2542 |
+
msgstr "Klik nu inde i \"Gallerier\" feltet og vælg dit galleri."
|
2543 |
+
|
2544 |
+
#: products/photocrati_nextgen/modules/nextgen_admin/module.nextgen_admin.php:397
|
2545 |
+
msgid ""
|
2546 |
+
"Now click on the \"Insert Displayed Gallery\" button to insert the gallery "
|
2547 |
+
"in your page."
|
2548 |
+
msgstr ""
|
2549 |
+
"Klik nu på knappen \"Indsæt visning af galleri\" for at indsætte galleriet "
|
2550 |
+
"på din side."
|
2551 |
+
|
2552 |
+
#: products/photocrati_nextgen/modules/nextgen_admin/module.nextgen_admin.php:384
|
2553 |
+
msgid ""
|
2554 |
+
"Now click on the \"What would you like to display?\" section's header to "
|
2555 |
+
"expand it."
|
2556 |
+
msgstr ""
|
2557 |
+
"Klik nu på \"Hvad vil du gerne vise?\" sektionens overskrift for at udvide "
|
2558 |
+
"den."
|
2559 |
+
|
2560 |
+
#: products/photocrati_nextgen/modules/nextgen_admin/module.nextgen_admin.php:306
|
2561 |
+
#:
|
2562 |
+
#: products/photocrati_nextgen/modules/nextgen_admin/module.nextgen_admin.php:351
|
2563 |
+
msgid ""
|
2564 |
+
"Now click the \"Add Files\" button and select some images to add to the "
|
2565 |
+
"gallery."
|
2566 |
+
msgstr ""
|
2567 |
+
"Klik nu på knappen \"Tilføj filer\" og vælg nogle billeder, der skal "
|
2568 |
+
"tilføjes til galleriet."
|
2569 |
+
|
2570 |
+
#: products/photocrati_nextgen/modules/nextgen_admin/module.nextgen_admin.php:338
|
2571 |
+
msgid "Now click the \"Add Gallery / Images\" tab to add a new gallery."
|
2572 |
+
msgstr ""
|
2573 |
+
"Klik nu på fanen \"Tilføj galleri / billeder\" for at tilføje et nyt galleri."
|
2574 |
+
|
2575 |
+
#: products/photocrati_nextgen/modules/nextgen_admin/module.nextgen_admin.php:334
|
2576 |
+
msgid ""
|
2577 |
+
"Now click the \"Add Gallery\" button to open NextGEN's Insert Gallery Window "
|
2578 |
+
"(IGW)."
|
2579 |
+
msgstr ""
|
2580 |
+
"Klik nu på knappen \"Tilføj galleri\" for at åbne NextGEN's Indsæt Galleri "
|
2581 |
+
"Vindue (IGW)."
|
2582 |
+
|
2583 |
+
#: products/photocrati_nextgen/modules/nextgen_admin/module.nextgen_admin.php:311
|
2584 |
+
#:
|
2585 |
+
#: products/photocrati_nextgen/modules/nextgen_admin/module.nextgen_admin.php:357
|
2586 |
+
msgid "Now click the \"Start Upload\" button to begin the upload process."
|
2587 |
+
msgstr "Klik nu på knappen \"Start upload\" for at starte uploadprocessen."
|
2588 |
+
|
2589 |
+
#: products/photocrati_nextgen/modules/nextgen_admin/module.nextgen_admin.php:377
|
2590 |
+
msgid ""
|
2591 |
+
"Now let's specify which gallery to display. Start by clicking on the "
|
2592 |
+
"\"Select a display type\" section header to collapse it."
|
2593 |
+
msgstr ""
|
2594 |
+
"Lad os nu angive hvilket galleri der skal vises. Start med at klikke på "
|
2595 |
+
"afsnittet \"Vælg en skærmtype\" sektion for at kollapse den."
|
2596 |
+
|
2597 |
+
#: products/photocrati_nextgen/modules/nextgen_basic_gallery/package.module.nextgen_basic_gallery.php:384
|
2598 |
+
msgid "Number of columns to display"
|
2599 |
+
msgstr "Antal kolonner, der skal vises"
|
2600 |
+
|
2601 |
+
#: products/photocrati_nextgen/modules/lightbox/package.module.lightbox.php:73
|
2602 |
+
#: products/photocrati_nextgen/modules/lightbox/package.module.lightbox.php:81
|
2603 |
+
#: products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser-caption.php:31
|
2604 |
+
#: products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser.php:31
|
2605 |
+
#: products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser-exif.php:35
|
2606 |
+
#: products/photocrati_nextgen/modules/nextgen_basic_imagebrowser/templates/nextgen_basic_imagebrowser.php:55
|
2607 |
+
#:
|
2608 |
+
#: products/photocrati_nextgen/modules/nextgen_basic_imagebrowser/templates/imagebrowser-simple-template.php:54
|
2609 |
+
msgid "of"
|
2610 |
+
msgstr "af"
|
2611 |
+
|
2612 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:29
|
2613 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:33
|
2614 |
+
msgid "Off"
|
2615 |
+
msgstr "Slukket"
|
2616 |
+
|
2617 |
+
# Hard to translate
|
2618 |
+
#: products/photocrati_nextgen/modules/nextgen_other_options/package.module.nextgen_other_options.php:697
|
2619 |
+
msgid "Offset:"
|
2620 |
+
msgstr "Offset:"
|
2621 |
+
|
2622 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:624
|
2623 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:481
|
2624 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:517
|
2625 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:546
|
2626 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:577
|
2627 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:342
|
2628 |
+
#:
|
2629 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:371
|
2630 |
+
#:
|
2631 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:402
|
2632 |
+
msgid "OK"
|
2633 |
+
msgstr "OK"
|
2634 |
+
|
2635 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:28
|
2636 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:32
|
2637 |
+
msgid "On"
|
2638 |
+
msgstr "Tændt"
|
2639 |
+
|
2640 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:592
|
2641 |
+
#, php-format
|
2642 |
+
msgid ""
|
2643 |
+
"One or more \"../\" in Gallery paths could be unsafe and NextGen Gallery "
|
2644 |
+
"will not delete gallery %s automatically"
|
2645 |
+
msgstr ""
|
2646 |
+
"En eller flere \"../\" i Galleri-stier kan være usikre, og NextGen Gallery "
|
2647 |
+
"vil ikke slette galleri %s"
|
2648 |
+
|
2649 |
+
#: products/photocrati_nextgen/modules/nextgen_other_options/templates/lightbox_library_tab.php:36
|
2650 |
+
msgid "Only apply to NextGEN and WordPress images"
|
2651 |
+
msgstr "Anvend kun på NextGEN og WordPress-billeder"
|
2652 |
+
|
2653 |
+
#: products/photocrati_nextgen/modules/nextgen_other_options/templates/lightbox_library_tab.php:35
|
2654 |
+
msgid "Only apply to NextGEN images"
|
2655 |
+
msgstr "Anvend kun på NextGEN-billeder"
|
2656 |
+
|
2657 |
+
#: products/photocrati_nextgen/modules/widget/templates/form_gallery.php:98
|
2658 |
+
msgid "Only which are listed"
|
2659 |
+
msgstr "Kun som er angivet"
|
2660 |
+
|
2661 |
+
#: products/photocrati_nextgen/modules/widget/templates/form_gallery.php:95
|
2662 |
+
msgid "Only which are not listed"
|
2663 |
+
msgstr "Kun som ikke er angivet"
|
2664 |
+
|
2665 |
+
#: products/photocrati_nextgen/modules/nextgen_other_options/package.module.nextgen_other_options.php:680
|
2666 |
+
msgid "Opacity:"
|
2667 |
+
msgstr "Gennemsigtighed:"
|
2668 |
+
|
2669 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:73
|
2670 |
+
msgid "Operating System"
|
2671 |
+
msgstr "Operativ system"
|
2672 |
+
|
2673 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:106
|
2674 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:115
|
2675 |
+
msgid "Operation successful. Please clear your browser cache."
|
2676 |
+
msgstr "Operation succesfuld. Ryd venligst din browsers cache."
|
2677 |
+
|
2678 |
+
#: products/photocrati_nextgen/modules/widget/templates/form_gallery.php:29
|
2679 |
+
msgid "Original images"
|
2680 |
+
msgstr "Originale billeder"
|
2681 |
+
|
2682 |
+
#: products/photocrati_nextgen/modules/nextgen_other_options/package.module.nextgen_other_options.php:357
|
2683 |
+
#:
|
2684 |
+
#: products/photocrati_nextgen/modules/nextgen_other_options/module.nextgen_other_options.php:76
|
2685 |
+
msgid "Other Options"
|
2686 |
+
msgstr "Andre muligheder"
|
2687 |
+
|
2688 |
+
#: products/photocrati_nextgen/modules/imagify/package.module.imagify.php:45
|
2689 |
+
msgid "Our Review of Image Compression Plugins"
|
2690 |
+
msgstr "Vores gennemgang af Image Compression Plugins"
|
2691 |
+
|
2692 |
+
#: products/photocrati_nextgen/modules/nextgen_gallery_display/package.module.nextgen_gallery_display.php:2437
|
2693 |
+
msgid "Override image settings"
|
2694 |
+
msgstr "Overstyr billedindstillingerne"
|
2695 |
+
|
2696 |
+
#: products/photocrati_nextgen/modules/nextgen_gallery_display/package.module.nextgen_gallery_display.php:2399
|
2697 |
+
msgid "Override thumbnail settings"
|
2698 |
+
msgstr "Overstyr miniatureindstillingerne"
|
2699 |
+
|
2700 |
+
#: products/photocrati_nextgen/modules/nextgen_gallery_display/package.module.nextgen_gallery_display.php:2437
|
2701 |
+
msgid "Overriding the image settings will create an additional set of images"
|
2702 |
+
msgstr ""
|
2703 |
+
"Hvis du overstyrer billedindstillingerne, oprettes et ekstra sæt billeder"
|
2704 |
+
|
2705 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:156
|
2706 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:187
|
2707 |
+
msgid "Overview"
|
2708 |
+
msgid_plural "Manage Albums"
|
2709 |
+
msgstr[0] "Oversigt"
|
2710 |
+
msgstr[1] "Administrer album"
|
2711 |
+
|
2712 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:265
|
2713 |
+
msgid "Overwrite"
|
2714 |
+
msgstr "Overskriv"
|
2715 |
+
|
2716 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:404
|
2717 |
+
msgid "Overwrite tags"
|
2718 |
+
msgstr "Overskriv tags"
|
2719 |
+
|
2720 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:722
|
2721 |
+
#: products/photocrati_nextgen/modules/ngglegacy/lib/rewrite.php:229
|
2722 |
+
msgid "Page"
|
2723 |
+
msgstr "Side"
|
2724 |
+
|
2725 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:466
|
2726 |
+
msgid "Page ID"
|
2727 |
+
msgid_plural "Images"
|
2728 |
+
msgstr[0] "Side ID"
|
2729 |
+
msgstr[1] "Billeder"
|
2730 |
+
|
2731 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:595
|
2732 |
+
msgid "Page Link to"
|
2733 |
+
msgstr "Side Link til"
|
2734 |
+
|
2735 |
+
#: products/photocrati_nextgen/modules/nextgen_basic_singlepic/package.module.nextgen_basic_singlepic.php:187
|
2736 |
+
msgid "Parent"
|
2737 |
+
msgstr "Forældre"
|
2738 |
+
|
2739 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:84
|
2740 |
+
msgid "PCRE Backtracking Limit"
|
2741 |
+
msgstr "PCRE Backtracking Begrænsning"
|
2742 |
+
|
2743 |
+
#: products/photocrati_nextgen/modules/nextgen_admin/package.module.nextgen_admin.php:500
|
2744 |
+
msgid "Percent"
|
2745 |
+
msgstr "Procent"
|
2746 |
+
|
2747 |
+
#: products/photocrati_nextgen/modules/nextgen_other_options/package.module.nextgen_other_options.php:309
|
2748 |
+
msgid "Permalink slug"
|
2749 |
+
msgstr "Permalink slug"
|
2750 |
+
|
2751 |
+
#: products/photocrati_nextgen/modules/ngglegacy/view/album-compact.php:63
|
2752 |
+
#: products/photocrati_nextgen/modules/ngglegacy/view/album-extend.php:31
|
2753 |
+
#: products/photocrati_nextgen/modules/nextgen_basic_album/templates/extended.php:31
|
2754 |
+
#:
|
2755 |
+
#: products/photocrati_nextgen/modules/nextgen_basic_album/templates/compact.php:41
|
2756 |
+
msgid "Photos"
|
2757 |
+
msgstr "Billeder"
|
2758 |
+
|
2759 |
+
#: products/photocrati_nextgen/modules/nextgen_admin/module.nextgen_admin.php:130
|
2760 |
+
msgid ""
|
2761 |
+
"PHP 5.2 will be deprecated in a future version of NextGEN. Please upgrade "
|
2762 |
+
"your PHP installation to 5.3 or above."
|
2763 |
+
msgstr ""
|
2764 |
+
"PHP 5.2 bliver udskrevet i en fremtidig version af NextGEN. Opgrader "
|
2765 |
+
"venligst din PHP-installation til 5.3 eller derover."
|
2766 |
+
|
2767 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:80
|
2768 |
+
msgid "PHP Allow URL fopen"
|
2769 |
+
msgstr "PHP Allow URL fopen"
|
2770 |
+
|
2771 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:86
|
2772 |
+
msgid "PHP Exif support"
|
2773 |
+
msgstr "PHP Exif support"
|
2774 |
+
|
2775 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:87
|
2776 |
+
msgid "PHP IPTC support"
|
2777 |
+
msgstr "PHP IPTC support"
|
2778 |
+
|
2779 |
+
# Hard to translate right
|
2780 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:83
|
2781 |
+
msgid "PHP Max Post Size"
|
2782 |
+
msgstr "PHP Max indlægs størrelse"
|
2783 |
+
|
2784 |
+
# Hard to translate right
|
2785 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:85
|
2786 |
+
msgid "PHP Max Script Execute Time"
|
2787 |
+
msgstr "PHP Max Script Execute Time"
|
2788 |
+
|
2789 |
+
# Hard to translate right
|
2790 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:82
|
2791 |
+
msgid "PHP Max Upload Size"
|
2792 |
+
msgstr "PHP Max Upload Størrelse"
|
2793 |
+
|
2794 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:81
|
2795 |
+
msgid "PHP Memory Limit"
|
2796 |
+
msgstr "PHP Hukommelsesgrænse"
|
2797 |
+
|
2798 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:79
|
2799 |
+
msgid "PHP Safe Mode"
|
2800 |
+
msgstr "PHP Safe Mode"
|
2801 |
+
|
2802 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:78
|
2803 |
+
msgid "PHP Version"
|
2804 |
+
msgstr "PHP Version"
|
2805 |
+
|
2806 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:88
|
2807 |
+
msgid "PHP XML support"
|
2808 |
+
msgstr "PHP XML support"
|
2809 |
+
|
2810 |
+
#: products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser-caption.php:31
|
2811 |
+
#: products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser.php:31
|
2812 |
+
#: products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser-exif.php:35
|
2813 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:91
|
2814 |
+
#: products/photocrati_nextgen/modules/ngglegacy/lib/rewrite.php:220
|
2815 |
+
#: products/photocrati_nextgen/modules/nextgen_basic_imagebrowser/templates/nextgen_basic_imagebrowser.php:55
|
2816 |
+
msgid "Picture"
|
2817 |
+
msgstr "Billede"
|
2818 |
+
|
2819 |
+
#: products/photocrati_nextgen/modules/ngglegacy/nggallery.php:162
|
2820 |
+
msgid "Picture tag"
|
2821 |
+
msgstr "Billede tag"
|
2822 |
+
|
2823 |
+
#: products/photocrati_nextgen/modules/ngglegacy/nggallery.php:163
|
2824 |
+
msgid "Picture tag: %2$l."
|
2825 |
+
msgstr "Billede tag: %2$l."
|
2826 |
+
|
2827 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:699
|
2828 |
+
msgid "Pictures deleted successfully "
|
2829 |
+
msgstr "Billeder slettet korrekt"
|
2830 |
+
|
2831 |
+
#: products/photocrati_nextgen/modules/nextgen_admin/package.module.nextgen_admin.php:500
|
2832 |
+
msgid "Pixels"
|
2833 |
+
msgstr "Pixels"
|
2834 |
+
|
2835 |
+
#: products/photocrati_nextgen/modules/nextgen_other_options/templates/styling_tab.php:35
|
2836 |
+
msgid "Place any custom stylesheets in <strong>wp-content/ngg_styles</strong>"
|
2837 |
+
msgstr ""
|
2838 |
+
"Placer eventuelle brugerdefinerede stylesheets i <strong>wp-"
|
2839 |
+
"content/ngg_styles</strong>"
|
2840 |
+
|
2841 |
+
#: products/photocrati_nextgen/modules/nextgen_addgallery_page/package.module.nextgen_addgallery_page.php:50
|
2842 |
+
msgid "Please make a selection to continue"
|
2843 |
+
msgstr "Foretag et valg for at fortsætte"
|
2844 |
+
|
2845 |
+
#: products/photocrati_nextgen/modules/nextgen_other_options/package.module.nextgen_other_options.php:697
|
2846 |
+
msgid ""
|
2847 |
+
"Please note: You can only activate the watermark under Manage Gallery. This "
|
2848 |
+
"action cannot be undone."
|
2849 |
+
msgstr ""
|
2850 |
+
"Bemærk: Du kan kun aktivere vandmærket under Administrer Galleri. Denne "
|
2851 |
+
"handling kan ikke fortrydes."
|
2852 |
+
|
2853 |
+
#: products/photocrati_nextgen/modules/nextgen_other_options/package.module.nextgen_other_options.php:697
|
2854 |
+
msgid "Position:"
|
2855 |
+
msgstr "Position:"
|
2856 |
+
|
2857 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/publish.php:35
|
2858 |
+
msgid "Post title"
|
2859 |
+
msgstr "Indlæg titel"
|
2860 |
+
|
2861 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-sort.php:103
|
2862 |
+
msgid "Presort"
|
2863 |
+
msgstr "Forsorter"
|
2864 |
+
|
2865 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:427
|
2866 |
+
msgid "Preview image:"
|
2867 |
+
msgstr "Forhåndsvis billede:"
|
2868 |
+
|
2869 |
+
#: products/photocrati_nextgen/modules/nextgen_other_options/package.module.nextgen_other_options.php:697
|
2870 |
+
msgid "Preview of saved settings:"
|
2871 |
+
msgstr "Forhåndsvisning af gemte indstillinger:"
|
2872 |
+
|
2873 |
+
#: products/photocrati_nextgen/modules/lightbox/package.module.lightbox.php:73
|
2874 |
+
msgid "Previous"
|
2875 |
+
msgstr "Forrige"
|
2876 |
+
|
2877 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:159
|
2878 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:163
|
2879 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:176
|
2880 |
+
msgid "Previous tags"
|
2881 |
+
msgstr "Tidligere tags"
|
2882 |
+
|
2883 |
+
#: products/photocrati_nextgen/modules/nextgen_data/package.module.nextgen_data.php:3057
|
2884 |
+
#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:492
|
2885 |
+
msgid "Program tool"
|
2886 |
+
msgstr "Programværktøj"
|
2887 |
+
|
2888 |
+
#: products/photocrati_nextgen/modules/nextgen_data/package.module.nextgen_data.php:3057
|
2889 |
+
#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:483
|
2890 |
+
msgid "Province/State"
|
2891 |
+
msgstr "Provins/Stat"
|
2892 |
+
|
2893 |
+
#: products/photocrati_nextgen/modules/nextgen_pro_upgrade/package.module.nextgen_pro_upgrade.php:55
|
2894 |
+
msgid "Psst...watch the video ->"
|
2895 |
+
msgstr "Psst ... se videoen ->"
|
2896 |
+
|
2897 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/publish.php:58
|
2898 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:341
|
2899 |
+
msgid "Publish"
|
2900 |
+
msgstr "Udgiv"
|
2901 |
+
|
2902 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:340
|
2903 |
+
msgid "Publish this image"
|
2904 |
+
msgstr "Udgiv dette billede"
|
2905 |
+
|
2906 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:929
|
2907 |
+
msgid "Published a new post"
|
2908 |
+
msgstr "Udgivet et nyt indlæg"
|
2909 |
+
|
2910 |
+
#: products/photocrati_nextgen/modules/nextgen_other_options/package.module.nextgen_other_options.php:148
|
2911 |
+
msgid "Quality:"
|
2912 |
+
msgstr "Kvalitet:"
|
2913 |
+
|
2914 |
+
#: products/photocrati_nextgen/modules/widget/templates/form_gallery.php:42
|
2915 |
+
msgid "random"
|
2916 |
+
msgstr "tilfældig"
|
2917 |
+
|
2918 |
+
#: products/photocrati_nextgen/modules/nextgen_gallery_display/package.module.nextgen_gallery_display.php:1893
|
2919 |
+
msgid "Random Images"
|
2920 |
+
msgstr "Tilfældige billeder"
|
2921 |
+
|
2922 |
+
#: products/photocrati_nextgen/modules/nextgen_gallery_display/package.module.nextgen_gallery_display.php:1901
|
2923 |
+
msgid "Recent Images"
|
2924 |
+
msgstr "Seneste billeder"
|
2925 |
+
|
2926 |
+
#: products/photocrati_nextgen/modules/widget/templates/form_gallery.php:50
|
2927 |
+
msgid "recently added"
|
2928 |
+
msgstr "nylig tilføjet"
|
2929 |
+
|
2930 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:352
|
2931 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:354
|
2932 |
+
msgid "Recover"
|
2933 |
+
msgstr "Gendan"
|
2934 |
+
|
2935 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:395
|
2936 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:197
|
2937 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:569
|
2938 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:680
|
2939 |
+
msgid "Recover from backup"
|
2940 |
+
msgstr "Gendan fra backup"
|
2941 |
+
|
2942 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:351
|
2943 |
+
msgid "Recover image from backup"
|
2944 |
+
msgstr "Gendan billede fra backup"
|
2945 |
+
|
2946 |
+
#: products/photocrati_nextgen/modules/nextgen_other_options/package.module.nextgen_other_options.php:697
|
2947 |
+
msgid "Refresh preview image"
|
2948 |
+
msgstr "Opdater preview billede"
|
2949 |
+
|
2950 |
+
#: products/photocrati_nextgen/modules/nextgen_settings/module.nextgen_settings.php:77
|
2951 |
+
msgid "Related Images"
|
2952 |
+
msgstr "Relaterede billeder"
|
2953 |
+
|
2954 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:204
|
2955 |
+
msgid "Rename"
|
2956 |
+
msgstr "Omdøb"
|
2957 |
+
|
2958 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:184
|
2959 |
+
msgid "Rename Tag"
|
2960 |
+
msgstr "Omdøb Tag"
|
2961 |
+
|
2962 |
+
#: products/photocrati_nextgen/modules/ngglegacy/lib/tags.php:88
|
2963 |
+
#, php-format
|
2964 |
+
msgid "Renamed tag(s) «%1$s» to «%2$s»"
|
2965 |
+
msgstr "Omdøbt tag(s) «%1$s» to «%2$s»"
|
2966 |
+
|
2967 |
+
#: products/photocrati_nextgen/modules/nextgen_other_options/package.module.nextgen_other_options.php:390
|
2968 |
+
msgid ""
|
2969 |
+
"Replace all existing options and gallery options with their default settings"
|
2970 |
+
msgstr ""
|
2971 |
+
"Erstat alle eksisterende indstillinger og galleri muligheder med deres "
|
2972 |
+
"standardindstillinger"
|
2973 |
+
|
2974 |
+
#: products/photocrati_nextgen/modules/nextgen_xmlrpc/package.module.nextgen_xmlrpc.php:691
|
2975 |
+
#, php-format
|
2976 |
+
msgid "Requested image with id (%2$s) doesn't exist (%1$s)."
|
2977 |
+
msgstr "Det ønskede billede med id (%2$s) eksisterer ikke (%1$s)."
|
2978 |
+
|
2979 |
+
#: products/photocrati_nextgen/modules/nextgen_other_options/package.module.nextgen_other_options.php:390
|
2980 |
+
msgid "Reset all options to default settings"
|
2981 |
+
msgstr "Nulstil alle indstillinger til standardindstillinger"
|
2982 |
+
|
2983 |
+
#: products/photocrati_nextgen/modules/nextgen_other_options/package.module.nextgen_other_options.php:390
|
2984 |
+
msgid ""
|
2985 |
+
"Reset all options to default settings?\n"
|
2986 |
+
"\n"
|
2987 |
+
"Choose [Cancel] to Stop, [OK] to proceed."
|
2988 |
+
msgstr ""
|
2989 |
+
"Nulstil alle indstillinger til standardindstillinger?\n"
|
2990 |
+
"\n"
|
2991 |
+
"Vælg [Annuller] for Stop, [OK] for at fortsætte."
|
2992 |
+
|
2993 |
+
#: products/photocrati_nextgen/modules/nextgen_other_options/package.module.nextgen_other_options.php:386
|
2994 |
+
msgid "Reset Options"
|
2995 |
+
msgstr "Nulstil indstillinger"
|
2996 |
+
|
2997 |
+
#: products/photocrati_nextgen/modules/nextgen_other_options/package.module.nextgen_other_options.php:390
|
2998 |
+
msgid "Reset settings"
|
2999 |
+
msgstr "Nulstil indstillingerne"
|
3000 |
+
|
3001 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:269
|
3002 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:394
|
3003 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:114
|
3004 |
+
#:
|
3005 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:195
|
3006 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:638
|
3007 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:719
|
3008 |
+
msgid "Resize images"
|
3009 |
+
msgstr "Ændre størrelse på billeder"
|
3010 |
+
|
3011 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:537
|
3012 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:362
|
3013 |
+
msgid "Resize Images to"
|
3014 |
+
msgstr "Ændre størrelsen på billeder til"
|
3015 |
+
|
3016 |
+
#: products/photocrati_nextgen/modules/nextgen_basic_singlepic/package.module.nextgen_basic_singlepic.php:207
|
3017 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/publish.php:53
|
3018 |
+
msgid "Right"
|
3019 |
+
msgstr "Højre"
|
3020 |
+
|
3021 |
+
#: products/photocrati_nextgen/modules/nextgen_other_options/package.module.nextgen_other_options.php:437
|
3022 |
+
msgid "Roles & Capabilities"
|
3023 |
+
msgstr "Roller og evner"
|
3024 |
+
|
3025 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:329
|
3026 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:330
|
3027 |
+
msgid "Rotate"
|
3028 |
+
msgstr "Rotere"
|
3029 |
+
|
3030 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:674
|
3031 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:677
|
3032 |
+
msgid "Rotate images"
|
3033 |
+
msgstr "Roter billeder"
|
3034 |
+
|
3035 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:398
|
3036 |
+
msgid "Rotate images clockwise"
|
3037 |
+
msgstr "Rotér billeder med uret"
|
3038 |
+
|
3039 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:399
|
3040 |
+
msgid "Rotate images counter-clockwise"
|
3041 |
+
msgstr "Rotér billeder mod uret"
|
3042 |
+
|
3043 |
+
#: products/photocrati_nextgen/modules/nextgen_admin/templates/nextgen_admin_page.php:25
|
3044 |
+
msgid "Save"
|
3045 |
+
msgstr "Gem"
|
3046 |
+
|
3047 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:304
|
3048 |
+
msgid "Save all changes"
|
3049 |
+
msgstr "Gem alle ændringer"
|
3050 |
+
|
3051 |
+
#: products/photocrati_nextgen/modules/attach_to_post/templates/display_tab.php:10
|
3052 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:347
|
3053 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:412
|
3054 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:461
|
3055 |
+
msgid "Save Changes"
|
3056 |
+
msgstr "Gem ændringer"
|
3057 |
+
|
3058 |
+
#: products/photocrati_nextgen/modules/nextgen_admin/package.module.nextgen_admin.php:807
|
3059 |
+
msgid "Saved successfully"
|
3060 |
+
msgstr "Gemt med succes"
|
3061 |
+
|
3062 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:345
|
3063 |
+
msgid "Scan Folder for new images"
|
3064 |
+
msgstr "Scan mappe for nye billeder"
|
3065 |
+
|
3066 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:308
|
3067 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:311
|
3068 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:176
|
3069 |
+
#:
|
3070 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:179
|
3071 |
+
msgid "Search Images"
|
3072 |
+
msgid_plural "Galleries"
|
3073 |
+
msgstr[0] "Søg billeder"
|
3074 |
+
msgstr[1] "Gallerier"
|
3075 |
+
|
3076 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:305
|
3077 |
+
#, php-format
|
3078 |
+
msgid "Search results for “%s”"
|
3079 |
+
msgstr "Søgeresultater for “%s”"
|
3080 |
+
|
3081 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:115
|
3082 |
+
msgid "Search tags"
|
3083 |
+
msgstr "Søg tags"
|
3084 |
+
|
3085 |
+
#: products/photocrati_nextgen/modules/widget/templates/form_gallery.php:87
|
3086 |
+
msgid "Select"
|
3087 |
+
msgstr "Vælg"
|
3088 |
+
|
3089 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:206
|
3090 |
+
msgid "Select »"
|
3091 |
+
msgstr "Vælg »"
|
3092 |
+
|
3093 |
+
#: products/photocrati_nextgen/modules/attach_to_post/package.module.attach_to_post.php:626
|
3094 |
+
msgid "Select a display type"
|
3095 |
+
msgstr "Vælg en skærmtype"
|
3096 |
+
|
3097 |
+
#: products/photocrati_nextgen/modules/nextgen_addgallery_page/templates/import_folder.php:1
|
3098 |
+
msgid "Select a folder to import."
|
3099 |
+
msgstr "Vælg en mappe, der skal importeres."
|
3100 |
+
|
3101 |
+
#: products/photocrati_nextgen/modules/attach_to_post/package.module.attach_to_post.php:363
|
3102 |
+
msgid "Select a gallery"
|
3103 |
+
msgstr "Vælg et galleri"
|
3104 |
+
|
3105 |
+
#: products/photocrati_nextgen/modules/nextgen_admin/module.nextgen_admin.php:301
|
3106 |
+
#:
|
3107 |
+
#: products/photocrati_nextgen/modules/nextgen_admin/module.nextgen_admin.php:345
|
3108 |
+
msgid "Select a name for your gallery."
|
3109 |
+
msgstr "Vælg et navn til dit galleri."
|
3110 |
+
|
3111 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:582
|
3112 |
+
msgid "Select a preview image:"
|
3113 |
+
msgstr "Vælg et eksempelbillede:"
|
3114 |
+
|
3115 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:446
|
3116 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:495
|
3117 |
+
msgid "Select album"
|
3118 |
+
msgstr "Vælg album"
|
3119 |
+
|
3120 |
+
#: products/photocrati_nextgen/modules/nextgen_admin/package.module.nextgen_admin.php:769
|
3121 |
+
msgid "Select Color"
|
3122 |
+
msgstr "Vælg Farve"
|
3123 |
+
|
3124 |
+
#: products/photocrati_nextgen/modules/widget/templates/form_slideshow.php:15
|
3125 |
+
msgid "Select Gallery"
|
3126 |
+
msgstr "Vælg Galleri"
|
3127 |
+
|
3128 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:511
|
3129 |
+
msgid "Select gallery"
|
3130 |
+
msgstr "Vælg galleri"
|
3131 |
+
|
3132 |
+
#: products/photocrati_nextgen/modules/nextgen_addgallery_page/package.module.nextgen_addgallery_page.php:50
|
3133 |
+
msgid "Select images"
|
3134 |
+
msgstr "Vælg billeder"
|
3135 |
+
|
3136 |
+
#: products/photocrati_nextgen/modules/nextgen_gallery_display/package.module.nextgen_gallery_display.php:2457
|
3137 |
+
msgid "Select Template"
|
3138 |
+
msgstr "Vælg skabelon"
|
3139 |
+
|
3140 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/edit-thumbnail.php:162
|
3141 |
+
msgid "Select the area for the thumbnail from the picture on the left."
|
3142 |
+
msgstr "Vælg området for miniaturebilledet fra billedet til venstre."
|
3143 |
+
|
3144 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:501
|
3145 |
+
msgid "Select the destination gallery:"
|
3146 |
+
msgstr "Vælg destinationsgalleri:"
|
3147 |
+
|
3148 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/roles.php:27
|
3149 |
+
msgid ""
|
3150 |
+
"Select the lowest role which should be able to access the following "
|
3151 |
+
"capabilities. NextGEN Gallery supports the standard roles from WordPress."
|
3152 |
+
msgstr ""
|
3153 |
+
"Vælg den laveste rolle, som skal kunne få adgang til følgende funktioner. "
|
3154 |
+
"NextGEN Gallery understøtter standardroller fra WordPress."
|
3155 |
+
|
3156 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/edit-thumbnail.php:127
|
3157 |
+
msgid "Select with the mouse the area for the new thumbnail"
|
3158 |
+
msgstr "Vælg med musen området for den nye miniature"
|
3159 |
+
|
3160 |
+
#: products/photocrati_nextgen/modules/nextgen_basic_singlepic/package.module.nextgen_basic_singlepic.php:187
|
3161 |
+
msgid "Self"
|
3162 |
+
msgstr "Selv"
|
3163 |
+
|
3164 |
+
#: products/photocrati_nextgen/modules/nextgen_pro_upgrade/package.module.nextgen_pro_upgrade.php:52
|
3165 |
+
msgid "Sell Photos + Adobe Lightroom"
|
3166 |
+
msgstr "Sælg fotos + Adobe Lightroom"
|
3167 |
+
|
3168 |
+
#: products/photocrati_nextgen/modules/ngglegacy/nggallery.php:164
|
3169 |
+
msgid "Separate picture tags with commas."
|
3170 |
+
msgstr "Separat billede tags med kommaer."
|
3171 |
+
|
3172 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:74
|
3173 |
+
msgid "Server"
|
3174 |
+
msgstr "Server"
|
3175 |
+
|
3176 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:365
|
3177 |
+
msgid "Server Settings"
|
3178 |
+
msgstr "Serverindstillinger"
|
3179 |
+
|
3180 |
+
#: products/photocrati_nextgen/modules/ngglegacy/lib/post-thumbnail.php:192
|
3181 |
+
#: products/photocrati_nextgen/modules/ngglegacy/lib/post-thumbnail.php:193
|
3182 |
+
msgid "Set featured image"
|
3183 |
+
msgstr "Indstil udvalgt billede"
|
3184 |
+
|
3185 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:571
|
3186 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:396
|
3187 |
+
msgid "Set fix dimension"
|
3188 |
+
msgstr "Indstil fikseringsdimension"
|
3189 |
+
|
3190 |
+
#: products/photocrati_nextgen/modules/nextgen_other_options/package.module.nextgen_other_options.php:555
|
3191 |
+
msgid "Set fix dimension?"
|
3192 |
+
msgstr "Indstil fikseringsdimension?"
|
3193 |
+
|
3194 |
+
#: products/photocrati_nextgen/modules/ngglegacy/lib/post-thumbnail.php:60
|
3195 |
+
#: products/photocrati_nextgen/modules/ngglegacy/lib/post-thumbnail.php:61
|
3196 |
+
msgid "Set NextGEN featured image"
|
3197 |
+
msgstr "Indstil NextGEN Udvalgte billede"
|
3198 |
+
|
3199 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:392
|
3200 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:193
|
3201 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:574
|
3202 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:683
|
3203 |
+
msgid "Set watermark"
|
3204 |
+
msgstr "Indstil vandmærke"
|
3205 |
+
|
3206 |
+
#: products/photocrati_nextgen/modules/attach_to_post/package.module.attach_to_post.php:363
|
3207 |
+
msgid ""
|
3208 |
+
"Sets an SEO-friendly name to this gallery for URLs. Currently only in use by "
|
3209 |
+
"the Pro Lightbox"
|
3210 |
+
msgstr ""
|
3211 |
+
"Sætter et SEO-venligt navn for dette galleri i webadresser. I øjeblikket kun "
|
3212 |
+
"i brug af Pro Lightbox"
|
3213 |
+
|
3214 |
+
#: products/photocrati_nextgen/modules/nextgen_pro_upgrade/package.module.nextgen_pro_upgrade.php:51
|
3215 |
+
msgid "Setting a New Standard for WordPress Galleries"
|
3216 |
+
msgstr "Indstilling af en ny standard til WordPress Gallerier"
|
3217 |
+
|
3218 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:74
|
3219 |
+
msgid "Should work if the gallery is bellow the blog.dir"
|
3220 |
+
msgstr "Skal fungere, hvis galleriet er under blog.dir"
|
3221 |
+
|
3222 |
+
#: products/photocrati_nextgen/modules/widget/templates/form_gallery.php:15
|
3223 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:237
|
3224 |
+
msgid "Show"
|
3225 |
+
msgstr "Vis"
|
3226 |
+
|
3227 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:481
|
3228 |
+
msgid "Show / hide used galleries"
|
3229 |
+
msgstr "Vis/skjul brugte gallerier"
|
3230 |
+
|
3231 |
+
#: products/photocrati_nextgen/modules/widget/package.module.widget.php:225
|
3232 |
+
msgid "Show a NextGEN Gallery Slideshow"
|
3233 |
+
msgstr "Vis en NextGEN Gallery Diasshow"
|
3234 |
+
|
3235 |
+
#: products/photocrati_nextgen/modules/widget/templates/form_mediarss.php:19
|
3236 |
+
msgid "Show Media RSS icon"
|
3237 |
+
msgstr "Vis Media RSS-ikon"
|
3238 |
+
|
3239 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:311
|
3240 |
+
msgid "Show meta data"
|
3241 |
+
msgstr "Vis metadata"
|
3242 |
+
|
3243 |
+
#: products/photocrati_nextgen/modules/nextgen_other_options/package.module.nextgen_other_options.php:148
|
3244 |
+
msgid "Show Related Images on Posts?"
|
3245 |
+
msgstr "Vis relaterede billeder på indlæg?"
|
3246 |
+
|
3247 |
+
#: products/photocrati_nextgen/modules/nextgen_basic_gallery/package.module.nextgen_basic_gallery.php:408
|
3248 |
+
msgid "Show slideshow link"
|
3249 |
+
msgstr "Vis diasshow link"
|
3250 |
+
|
3251 |
+
#: products/photocrati_nextgen/modules/widget/templates/form_mediarss.php:30
|
3252 |
+
msgid "Show the Media RSS link"
|
3253 |
+
msgstr "Vis Media RSS linket"
|
3254 |
+
|
3255 |
+
#: products/photocrati_nextgen/modules/nextgen_basic_gallery/package.module.nextgen_basic_gallery.php:327
|
3256 |
+
msgid "Show thumbnail link"
|
3257 |
+
msgstr "Vis miniature link"
|
3258 |
+
|
3259 |
+
#: products/photocrati_nextgen/modules/lightbox/package.module.lightbox.php:61
|
3260 |
+
#, fuzzy
|
3261 |
+
msgid "Shutter"
|
3262 |
+
msgstr "Shutter"
|
3263 |
+
|
3264 |
+
#: products/photocrati_nextgen/modules/lightbox/package.module.lightbox.php:69
|
3265 |
+
#, fuzzy
|
3266 |
+
msgid "Shutter Reloaded"
|
3267 |
+
msgstr "Shutter Reloaded"
|
3268 |
+
|
3269 |
+
#: products/photocrati_nextgen/modules/nextgen_data/package.module.nextgen_data.php:3057
|
3270 |
+
#:
|
3271 |
+
#: products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser-exif.php:54
|
3272 |
+
#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:469
|
3273 |
+
msgid "Shutter speed"
|
3274 |
+
msgstr "Shutter tid"
|
3275 |
+
|
3276 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:278
|
3277 |
+
msgid "Singlepic"
|
3278 |
+
msgstr "Enkelt billede"
|
3279 |
+
|
3280 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:270
|
3281 |
+
msgid "Size"
|
3282 |
+
msgstr "Størrelse"
|
3283 |
+
|
3284 |
+
#: products/photocrati_nextgen/modules/nextgen_other_options/package.module.nextgen_other_options.php:555
|
3285 |
+
msgid "Size List"
|
3286 |
+
msgstr "Størrelsesliste"
|
3287 |
+
|
3288 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/publish.php:42
|
3289 |
+
msgid "Size of the image"
|
3290 |
+
msgstr "Størrelsen af billedet"
|
3291 |
+
|
3292 |
+
#: products/photocrati_nextgen/modules/widget/package.module.widget.php:271
|
3293 |
+
#: products/photocrati_nextgen/modules/ngglegacy/lib/rewrite.php:215
|
3294 |
+
msgid "Slideshow"
|
3295 |
+
msgstr "Diasshow"
|
3296 |
+
|
3297 |
+
#: products/photocrati_nextgen/modules/nextgen_basic_gallery/package.module.nextgen_basic_gallery.php:418
|
3298 |
+
msgid "Slideshow link text"
|
3299 |
+
msgstr "Diasshow-linktekst"
|
3300 |
+
|
3301 |
+
#: products/photocrati_nextgen/modules/attach_to_post/package.module.attach_to_post.php:363
|
3302 |
+
msgid "Slug"
|
3303 |
+
msgstr "Slug"
|
3304 |
+
|
3305 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:249
|
3306 |
+
msgid "Slug(s) to set:"
|
3307 |
+
msgstr "Slug(s) at indstille:"
|
3308 |
+
|
3309 |
+
#: products/photocrati_nextgen/modules/ngglegacy/nggallery.php:108
|
3310 |
+
#, php-format
|
3311 |
+
msgid "Sorry, NextGEN Gallery works only under WordPress %s or higher."
|
3312 |
+
msgstr ""
|
3313 |
+
"Beklager, NextGEN Gallery fungerer kun under WordPress %s eller højere."
|
3314 |
+
|
3315 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/install.php:20
|
3316 |
+
msgid "Sorry, NextGEN Gallery works only with a role called administrator"
|
3317 |
+
msgstr "Beklager, NextGEN Gallery fungerer kun med en rolle som administrator"
|
3318 |
+
|
3319 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:47
|
3320 |
+
msgid "Sorry, you have no access here"
|
3321 |
+
msgstr "Beklager, du har ikke adgang her"
|
3322 |
+
|
3323 |
+
#: products/photocrati_nextgen/modules/nextgen_data/package.module.nextgen_data.php:1167
|
3324 |
+
#:
|
3325 |
+
#: products/photocrati_nextgen/modules/nextgen_data/package.module.nextgen_data.php:3805
|
3326 |
+
#: products/photocrati_nextgen/modules/ngglegacy/lib/multisite.php:23
|
3327 |
+
msgid ""
|
3328 |
+
"Sorry, you have used your space allocation. Please delete some files to "
|
3329 |
+
"upload more files."
|
3330 |
+
msgstr ""
|
3331 |
+
"Beklager, du har brugt din pladsfordeling. Slet venligst nogle filer for at "
|
3332 |
+
"uploade flere filer."
|
3333 |
+
|
3334 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-sort.php:91
|
3335 |
+
msgid "Sort Gallery"
|
3336 |
+
msgstr "Sorter Galleri"
|
3337 |
+
|
3338 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:409
|
3339 |
+
msgid "Sort gallery"
|
3340 |
+
msgstr "Sorter galleri"
|
3341 |
+
|
3342 |
+
#: products/photocrati_nextgen/modules/nextgen_other_options/package.module.nextgen_other_options.php:148
|
3343 |
+
msgid "Sort in what direction?"
|
3344 |
+
msgstr "Sorter i hvilken retning?"
|
3345 |
+
|
3346 |
+
#: products/photocrati_nextgen/modules/attach_to_post/package.module.attach_to_post.php:712
|
3347 |
+
msgid "Sort or Exclude Images"
|
3348 |
+
msgstr "Sorter eller ekskluder billeder"
|
3349 |
+
|
3350 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-sort.php:33
|
3351 |
+
msgid "Sort order changed"
|
3352 |
+
msgstr "Sorterings rækkefølge ændret"
|
3353 |
+
|
3354 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:124
|
3355 |
+
msgid "Sort Order:"
|
3356 |
+
msgstr "Sorterings rækkefølge:"
|
3357 |
+
|
3358 |
+
#: products/photocrati_nextgen/modules/nextgen_data/package.module.nextgen_data.php:3057
|
3359 |
+
#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:488
|
3360 |
+
msgid "Source"
|
3361 |
+
msgstr "Kilde"
|
3362 |
+
|
3363 |
+
#: products/photocrati_nextgen/modules/nextgen_gallery_display/package.module.nextgen_gallery_display.php:756
|
3364 |
+
msgid "Source not compatible with selected display type"
|
3365 |
+
msgstr "Kilde er ikke kompatibel med den valgte skærmtype"
|
3366 |
+
|
3367 |
+
#: products/photocrati_nextgen/modules/attach_to_post/package.module.attach_to_post.php:363
|
3368 |
+
msgid "Sources"
|
3369 |
+
msgstr "Kilder"
|
3370 |
+
|
3371 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:77
|
3372 |
+
msgid "SQL Mode"
|
3373 |
+
msgstr "SQL-tilstand"
|
3374 |
+
|
3375 |
+
#: products/photocrati_nextgen/modules/nextgen_other_options/package.module.nextgen_other_options.php:463
|
3376 |
+
msgid "Styles"
|
3377 |
+
msgstr "Stilarter"
|
3378 |
+
|
3379 |
+
#: products/photocrati_nextgen/modules/nextgen_other_options/package.module.nextgen_other_options.php:34
|
3380 |
+
msgid "Stylesheet URL"
|
3381 |
+
msgstr "Stylesheet URL"
|
3382 |
+
|
3383 |
+
#: products/photocrati_nextgen/modules/nextgen_data/package.module.nextgen_data.php:3057
|
3384 |
+
#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:473
|
3385 |
+
msgid "Subject"
|
3386 |
+
msgstr "Emne"
|
3387 |
+
|
3388 |
+
#: products/photocrati_nextgen/modules/nextgen_data/package.module.nextgen_data.php:4121
|
3389 |
+
msgid "Support for GIF format is missing."
|
3390 |
+
msgstr "Understøttelse af GIF-format mangler."
|
3391 |
+
|
3392 |
+
#: products/photocrati_nextgen/modules/nextgen_data/package.module.nextgen_data.php:4128
|
3393 |
+
msgid "Support for JPEG format is missing."
|
3394 |
+
msgstr "Understøttelse af JPEG-format mangler."
|
3395 |
+
|
3396 |
+
#: products/photocrati_nextgen/modules/nextgen_data/package.module.nextgen_data.php:4135
|
3397 |
+
msgid "Support for PNG format is missing."
|
3398 |
+
msgstr "Understøttelse af PNG-format mangler."
|
3399 |
+
|
3400 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/showmeta.php:34
|
3401 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/showmeta.php:63
|
3402 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/showmeta.php:93
|
3403 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/showmeta.php:120
|
3404 |
+
msgid "Tag"
|
3405 |
+
msgstr "Tag"
|
3406 |
+
|
3407 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:223
|
3408 |
+
msgid "Tag(s) to delete:"
|
3409 |
+
msgstr "Tag(s), der skal slettes:"
|
3410 |
+
|
3411 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:245
|
3412 |
+
msgid "Tag(s) to match:"
|
3413 |
+
msgstr "Tag(s) der matcher:"
|
3414 |
+
|
3415 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:197
|
3416 |
+
msgid "Tag(s) to rename:"
|
3417 |
+
msgstr "Tag(s) der omdøbes:"
|
3418 |
+
|
3419 |
+
#: products/photocrati_nextgen/modules/nextgen_data/package.module.nextgen_data.php:3057
|
3420 |
+
#:
|
3421 |
+
#: products/photocrati_nextgen/modules/nextgen_other_options/package.module.nextgen_other_options.php:118
|
3422 |
+
#:
|
3423 |
+
#: products/photocrati_nextgen/modules/nextgen_gallery_display/package.module.nextgen_gallery_display.php:1886
|
3424 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:176
|
3425 |
+
#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:472
|
3426 |
+
msgid "Tags"
|
3427 |
+
msgstr "Tags"
|
3428 |
+
|
3429 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:648
|
3430 |
+
msgid "Tags (comma separated list)"
|
3431 |
+
msgstr "Tags (kommasepareret liste)"
|
3432 |
+
|
3433 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:795
|
3434 |
+
msgid "Tags changed"
|
3435 |
+
msgstr "Tags ændret"
|
3436 |
+
|
3437 |
+
#: products/photocrati_nextgen/modules/ngglegacy/lib/tags.php:220
|
3438 |
+
msgid "Tags number and slugs number isn't the same!"
|
3439 |
+
msgstr "Tags nummer og slugs nummer er ikke det samme!"
|
3440 |
+
|
3441 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:206
|
3442 |
+
msgid ""
|
3443 |
+
"Tamara Lackey is a renowned professional photographer, speaker, and author. "
|
3444 |
+
"Her authentic lifestyle photography, from children’s portraits to celebrity "
|
3445 |
+
"portraits, is praised within her industry and published internationally. She "
|
3446 |
+
"is a Nikon USA Ambassador, the host of The reDefine Show web series, and the "
|
3447 |
+
"co-founder of the non-profit charitable organization, Beautiful Together, in "
|
3448 |
+
"support of children waiting for families."
|
3449 |
+
msgstr ""
|
3450 |
+
"Tamara Lackey er en berømt professionel fotograf, højttaler og forfatter. "
|
3451 |
+
"Hendes autentiske livsstilsfotografering, fra børns portrætter til "
|
3452 |
+
"berømthedsportrætter, er rost inden for sin branche og udgivet "
|
3453 |
+
"internationalt. Hun er en Nikon USA-ambassadør, vært for The ReDefine Show-"
|
3454 |
+
"webserien og medstifteren af den non-profit velgørende organisation, "
|
3455 |
+
"Beautiful Together, til støtte for børn, der venter på familier."
|
3456 |
+
|
3457 |
+
#: products/photocrati_nextgen/modules/nextgen_basic_templates/package.module.nextgen_basic_templates.php:47
|
3458 |
+
msgid "Template"
|
3459 |
+
msgstr "Skabelon"
|
3460 |
+
|
3461 |
+
#: products/photocrati_nextgen/modules/widget/templates/form_mediarss.php:36
|
3462 |
+
msgid "Text for Media RSS link"
|
3463 |
+
msgstr "Tekst til Media RSS link"
|
3464 |
+
|
3465 |
+
#: products/photocrati_nextgen/modules/nextgen_other_options/package.module.nextgen_other_options.php:680
|
3466 |
+
msgid "Text:"
|
3467 |
+
msgstr "Tekst:"
|
3468 |
+
|
3469 |
+
#: products/photocrati_nextgen/modules/nextgen_admin/module.nextgen_admin.php:425
|
3470 |
+
msgid ""
|
3471 |
+
"Thanks for installing NextGEN Gallery! Want help creating your first gallery?"
|
3472 |
+
msgstr ""
|
3473 |
+
"Tak for at installere NextGEN Gallery! Vil du have hjælp til at oprette dit "
|
3474 |
+
"første galleri?"
|
3475 |
+
|
3476 |
+
#: products/photocrati_nextgen/modules/ngglegacy/xml/media-rss.php:113
|
3477 |
+
#, php-format
|
3478 |
+
msgid "The album ID=%s does not exist."
|
3479 |
+
msgstr "Albumet ID= %s findes ikke."
|
3480 |
+
|
3481 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:68
|
3482 |
+
#, php-format
|
3483 |
+
msgid "The default setting should be %s"
|
3484 |
+
msgstr "Standardindstillingen skal være %s"
|
3485 |
+
|
3486 |
+
#: products/photocrati_nextgen/modules/nextgen_basic_tagcloud/package.module.nextgen_basic_tagcloud.php:117
|
3487 |
+
msgid "The display type that the tagcloud will point its results to"
|
3488 |
+
msgstr "Displayet type, den tagcloud vil pege sine resultater til"
|
3489 |
+
|
3490 |
+
#: products/photocrati_nextgen/modules/nextgen_addgallery_page/package.module.nextgen_addgallery_page.php:388
|
3491 |
+
msgid "The following errors occured:"
|
3492 |
+
msgstr "Følgende fejl opstod:"
|
3493 |
+
|
3494 |
+
#: products/photocrati_nextgen/modules/ngglegacy/xml/media-rss.php:74
|
3495 |
+
#, php-format
|
3496 |
+
msgid "The gallery ID=%s does not exist."
|
3497 |
+
msgstr "Galleriet ID =%s findes ikke."
|
3498 |
+
|
3499 |
+
#. Description of the plugin
|
3500 |
+
msgid ""
|
3501 |
+
"The most popular gallery plugin for WordPress and one of the most popular "
|
3502 |
+
"plugins of all time with over 22 million downloads."
|
3503 |
+
msgstr ""
|
3504 |
+
"Den mest populære galleri plugin til WordPress og et af de mest populære "
|
3505 |
+
"plugins igennem tiden med over 22 millioner downloads."
|
3506 |
+
|
3507 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:290
|
3508 |
+
msgid "The most powerful gallery system ever built for WordPress. "
|
3509 |
+
msgstr ""
|
3510 |
+
"Den mest kraftfulde galleri-system nogensinde der er bygget til WordPress."
|
3511 |
+
|
3512 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:92
|
3513 |
+
msgid "The server setting Safe-Mode is on !"
|
3514 |
+
msgstr "Serveren indstilling Safe-Mode er tændt!"
|
3515 |
+
|
3516 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:614
|
3517 |
+
msgid "There are no pages to link to"
|
3518 |
+
msgstr "Der er ingen sider at linke til"
|
3519 |
+
|
3520 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/thumbnails-template.php:103
|
3521 |
+
msgid "These are maximum values"
|
3522 |
+
msgstr "Disse er maksimumsværdier"
|
3523 |
+
|
3524 |
+
#: products/photocrati_nextgen/modules/lightbox/package.module.lightbox.php:77
|
3525 |
+
msgid "Thickbox"
|
3526 |
+
msgstr "Thickbox"
|
3527 |
+
|
3528 |
+
#: products/photocrati_nextgen/modules/nextgen_gallery_display/package.module.nextgen_gallery_display.php:2399
|
3529 |
+
msgid ""
|
3530 |
+
"This does not affect existing thumbnails; overriding the thumbnail settings "
|
3531 |
+
"will create an additional set of thumbnails. To change the size of existing "
|
3532 |
+
"thumbnails please visit 'Manage Galleries' and choose 'Create new "
|
3533 |
+
"thumbnails' for all images in the gallery."
|
3534 |
+
msgstr ""
|
3535 |
+
"Dette påvirker ikke eksisterende miniaturebilleder; Hvis du overstyrer "
|
3536 |
+
"miniatureindstillingerne, oprettes et ekstra sæt miniaturer. For at ændre "
|
3537 |
+
"størrelsen på eksisterende miniaturebilleder, besøg venligst 'Administrer "
|
3538 |
+
"gallerier' og vælg 'Opret nye miniaturebilleder' for alle billeder i "
|
3539 |
+
"galleriet."
|
3540 |
+
|
3541 |
+
#: products/photocrati_nextgen/modules/lightbox/package.module.lightbox.php:81
|
3542 |
+
msgid ""
|
3543 |
+
"This feature requires inline frames. You have iframes disabled or your "
|
3544 |
+
"browser does not support them."
|
3545 |
+
msgstr ""
|
3546 |
+
"Denne funktion kræver inline-rammer. Du har iframes deaktiveret, eller din "
|
3547 |
+
"browser understøtter dem ikke."
|
3548 |
+
|
3549 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:67
|
3550 |
+
msgid ""
|
3551 |
+
"This is the default path for all blogs. With the placeholder %BLOG_ID% you "
|
3552 |
+
"can organize the folder structure better."
|
3553 |
+
msgstr ""
|
3554 |
+
"Dette er standard stien for alle blogs. Med pladsholderen %BLOG_ID% kan du "
|
3555 |
+
"organisere mappestrukturen bedre."
|
3556 |
+
|
3557 |
+
#: products/photocrati_nextgen/modules/nextgen_other_options/package.module.nextgen_other_options.php:309
|
3558 |
+
msgid ""
|
3559 |
+
"This is the maximum limit of images that NextGEN will restrict itself to "
|
3560 |
+
"querying"
|
3561 |
+
msgstr ""
|
3562 |
+
"Dette er den maksimale grænse for billeder, som NextGEN vil begrænse sig til "
|
3563 |
+
"at forespørge"
|
3564 |
+
|
3565 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:274
|
3566 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:645
|
3567 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:161
|
3568 |
+
msgid "Thumbnail"
|
3569 |
+
msgstr "Miniature"
|
3570 |
+
|
3571 |
+
# Hard to translate so that sounds right
|
3572 |
+
#: products/photocrati_nextgen/modules/nextgen_gallery_display/package.module.nextgen_gallery_display.php:2414
|
3573 |
+
msgid "Thumbnail crop"
|
3574 |
+
msgstr "Miniature crop"
|
3575 |
+
|
3576 |
+
#: products/photocrati_nextgen/modules/nextgen_basic_singlepic/package.module.nextgen_basic_singlepic.php:179
|
3577 |
+
#:
|
3578 |
+
#: products/photocrati_nextgen/modules/nextgen_gallery_display/package.module.nextgen_gallery_display.php:2400
|
3579 |
+
msgid "Thumbnail dimensions"
|
3580 |
+
msgstr "Miniature dimension"
|
3581 |
+
|
3582 |
+
#: products/photocrati_nextgen/modules/nextgen_addgallery_page/package.module.nextgen_addgallery_page.php:141
|
3583 |
+
msgid "Thumbnail generation failed."
|
3584 |
+
msgstr "Miniaturgenerering mislykkedes."
|
3585 |
+
|
3586 |
+
#: products/photocrati_nextgen/modules/nextgen_basic_gallery/package.module.nextgen_basic_gallery.php:337
|
3587 |
+
msgid "Thumbnail link text"
|
3588 |
+
msgstr "Miniature-linktekst"
|
3589 |
+
|
3590 |
+
#: products/photocrati_nextgen/modules/nextgen_other_options/package.module.nextgen_other_options.php:550
|
3591 |
+
msgid "Thumbnail Options"
|
3592 |
+
msgstr "Miniature instillinger"
|
3593 |
+
|
3594 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/edit-thumbnail.php:141
|
3595 |
+
msgid "Thumbnail updated"
|
3596 |
+
msgstr "Miniature opdateret"
|
3597 |
+
|
3598 |
+
#: products/photocrati_nextgen/modules/widget/templates/form_gallery.php:26
|
3599 |
+
msgid "Thumbnails"
|
3600 |
+
msgstr "Miniaturer"
|
3601 |
+
|
3602 |
+
#: products/photocrati_nextgen/modules/nextgen_data/package.module.nextgen_data.php:3057
|
3603 |
+
#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:479
|
3604 |
+
msgid "Time Created"
|
3605 |
+
msgstr "Tid Oprettet"
|
3606 |
+
|
3607 |
+
#: products/photocrati_nextgen/modules/nextgen_data/package.module.nextgen_data.php:3057
|
3608 |
+
#: products/photocrati_nextgen/modules/widget/templates/form_gallery.php:4
|
3609 |
+
#: products/photocrati_nextgen/modules/widget/templates/form_slideshow.php:3
|
3610 |
+
#: products/photocrati_nextgen/modules/widget/templates/form_mediarss.php:3
|
3611 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:721
|
3612 |
+
#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:470
|
3613 |
+
msgid "Title"
|
3614 |
+
msgstr "Titel"
|
3615 |
+
|
3616 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:394
|
3617 |
+
msgid "Title:"
|
3618 |
+
msgstr "Titel:"
|
3619 |
+
|
3620 |
+
#: products/photocrati_nextgen/modules/widget/templates/form_mediarss.php:47
|
3621 |
+
msgid "Tooltip text for Media RSS link"
|
3622 |
+
msgstr "Værktøjstip tekst til Media RSS link"
|
3623 |
+
|
3624 |
+
#: products/photocrati_nextgen/modules/nextgen_basic_singlepic/package.module.nextgen_basic_singlepic.php:187
|
3625 |
+
msgid "Top"
|
3626 |
+
msgstr "Top"
|
3627 |
+
|
3628 |
+
#: products/photocrati_nextgen/modules/nextgen_other_options/templates/lightbox_library_tab.php:37
|
3629 |
+
msgid "Try to apply to all images"
|
3630 |
+
msgstr "Prøv at anvende på alle billeder"
|
3631 |
+
|
3632 |
+
#: products/photocrati_nextgen/modules/nextgen_other_options/templates/lightbox_library_tab.php:38
|
3633 |
+
msgid "Try to apply to all images that link to image files"
|
3634 |
+
msgstr "Prøv at anvende på alle billeder, der linker til billedfiler"
|
3635 |
+
|
3636 |
+
#: products/photocrati_nextgen/modules/nextgen_admin/module.nextgen_admin.php:330
|
3637 |
+
msgid "Type in a title for your page."
|
3638 |
+
msgstr "Indtast en titel til din side."
|
3639 |
+
|
3640 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:79
|
3641 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:88
|
3642 |
+
msgid "Unable to create directory "
|
3643 |
+
msgstr "Kan ikke oprette mappe"
|
3644 |
+
|
3645 |
+
#: products/photocrati_nextgen/modules/nextgen_data/package.module.nextgen_data.php:3794
|
3646 |
+
#, php-format
|
3647 |
+
msgid "Unable to create directory %s."
|
3648 |
+
msgstr "Kan ikke oprette mappe %s."
|
3649 |
+
|
3650 |
+
#: products/photocrati_nextgen/modules/nextgen_data/package.module.nextgen_data.php:3798
|
3651 |
+
#, php-format
|
3652 |
+
msgid ""
|
3653 |
+
"Unable to write to directory %s. Is this directory writable by the server?"
|
3654 |
+
msgstr "Kan ikke skrive til mappen %s. Er denne mappe skrivbare på serveren?"
|
3655 |
+
|
3656 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:277
|
3657 |
+
msgid "Unexpected Error"
|
3658 |
+
msgstr "Uforventet fejl"
|
3659 |
+
|
3660 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-sort.php:104
|
3661 |
+
msgid "Unsorted"
|
3662 |
+
msgstr "Usorteret"
|
3663 |
+
|
3664 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:459
|
3665 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/edit-thumbnail.php:177
|
3666 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/rotate.php:102
|
3667 |
+
msgid "Update"
|
3668 |
+
msgstr "Opdater"
|
3669 |
+
|
3670 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-sort.php:95
|
3671 |
+
msgid "Update Sort Order"
|
3672 |
+
msgstr "Opdater sorteringsordre"
|
3673 |
+
|
3674 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:179
|
3675 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:208
|
3676 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:252
|
3677 |
+
msgid "Updated Successfully"
|
3678 |
+
msgstr "Opdateret med succes"
|
3679 |
+
|
3680 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:852
|
3681 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:42
|
3682 |
+
msgid "Updated successfully"
|
3683 |
+
msgstr "Opdateret med succes"
|
3684 |
+
|
3685 |
+
#: products/photocrati_nextgen/modules/nextgen_pro_upgrade/package.module.nextgen_pro_upgrade.php:42
|
3686 |
+
msgid "Upgrade to Pro"
|
3687 |
+
msgstr "Opgrader til Pro"
|
3688 |
+
|
3689 |
+
#: products/photocrati_nextgen/modules/nextgen_addgallery_page/package.module.nextgen_addgallery_page.php:42
|
3690 |
+
#:
|
3691 |
+
#: products/photocrati_nextgen/modules/nextgen_addgallery_page/templates/upload_images.php:213
|
3692 |
+
#:
|
3693 |
+
#: products/photocrati_nextgen/modules/nextgen_addgallery_page/templates/import_folder.php:74
|
3694 |
+
msgid "Upload complete"
|
3695 |
+
msgstr "Upload fuldført"
|
3696 |
+
|
3697 |
+
#: products/photocrati_nextgen/modules/nextgen_addgallery_page/package.module.nextgen_addgallery_page.php:384
|
3698 |
+
msgid "Upload Images"
|
3699 |
+
msgstr "Upload billeder"
|
3700 |
+
|
3701 |
+
#: products/photocrati_nextgen/modules/nextgen_basic_templates/package.module.nextgen_basic_templates.php:47
|
3702 |
+
msgid "Use a legacy template when rendering (not recommended)."
|
3703 |
+
msgstr "Brug en arv skabelon, når du gengiver (anbefales ikke)."
|
3704 |
+
|
3705 |
+
#: products/photocrati_nextgen/modules/nextgen_basic_gallery/package.module.nextgen_basic_gallery.php:398
|
3706 |
+
msgid "Use imagebrowser effect"
|
3707 |
+
msgstr "Brug billed browser effekt"
|
3708 |
+
|
3709 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/roles.php:36
|
3710 |
+
msgid "Use TinyMCE Button / Upload tab"
|
3711 |
+
msgstr "Brug TinyMCE Button/Upload-fanen"
|
3712 |
+
|
3713 |
+
#: products/photocrati_nextgen/modules/nextgen_other_options/package.module.nextgen_other_options.php:642
|
3714 |
+
msgid "Using an Image"
|
3715 |
+
msgstr "Brug af et billede"
|
3716 |
+
|
3717 |
+
#: products/photocrati_nextgen/modules/nextgen_other_options/package.module.nextgen_other_options.php:642
|
3718 |
+
msgid "Using Text"
|
3719 |
+
msgstr "Brug af tekst"
|
3720 |
+
|
3721 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/showmeta.php:35
|
3722 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/showmeta.php:64
|
3723 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/showmeta.php:94
|
3724 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/showmeta.php:121
|
3725 |
+
msgid "Value"
|
3726 |
+
msgstr "Værdi"
|
3727 |
+
|
3728 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:301
|
3729 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:303
|
3730 |
+
msgid "View"
|
3731 |
+
msgstr "Vis"
|
3732 |
+
|
3733 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:282
|
3734 |
+
#, php-format
|
3735 |
+
msgid ""
|
3736 |
+
"Want more? Head over to <a href=\"%s\" target=\"_blank\">NextGEN Gallery "
|
3737 |
+
"University on YouTube</a>."
|
3738 |
+
msgstr ""
|
3739 |
+
"Ønsker du mere? Gå videre til <a href=\"%s\" target=\"_blank\"> NextGEN "
|
3740 |
+
"Gallery University på YouTube </a>."
|
3741 |
+
|
3742 |
+
#: products/photocrati_nextgen/modules/nextgen_other_options/package.module.nextgen_other_options.php:616
|
3743 |
+
msgid "Watermarks"
|
3744 |
+
msgstr "Vandmærker"
|
3745 |
+
|
3746 |
+
#: products/photocrati_nextgen/modules/nextgen_gallery_display/package.module.nextgen_gallery_display.php:1716
|
3747 |
+
#:
|
3748 |
+
#: products/photocrati_nextgen/modules/nextgen_gallery_display/package.module.nextgen_gallery_display.php:1718
|
3749 |
+
#:
|
3750 |
+
#: products/photocrati_nextgen/modules/nextgen_gallery_display/package.module.nextgen_gallery_display.php:1722
|
3751 |
+
msgid "We cannot display this gallery"
|
3752 |
+
msgstr "Vi kan ikke vise dette galleri"
|
3753 |
+
|
3754 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:246
|
3755 |
+
#, php-format
|
3756 |
+
msgid ""
|
3757 |
+
"We have a growing list of video tutorials to get you started. Watch some "
|
3758 |
+
"below or head over to <a href=\"%s\" target=\"_blank\">NextGEN Gallery "
|
3759 |
+
"University on YouTube</a> to see all available vidoes."
|
3760 |
+
msgstr ""
|
3761 |
+
"Vi har en voksende liste over video tutorials for at komme i gang. Se nogle "
|
3762 |
+
"nedenfor eller gå til <a href=\"%s\" target=\"_blank\"> NextGEN Gallery "
|
3763 |
+
"University på YouTube </a> for at se alle tilgængelige videoer."
|
3764 |
+
|
3765 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:176
|
3766 |
+
msgid "Welcome"
|
3767 |
+
msgstr "Velkommen"
|
3768 |
+
|
3769 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:169
|
3770 |
+
msgid "Welcome to NextGEN Gallery"
|
3771 |
+
msgstr "Velkommen til NextGEN Gallery"
|
3772 |
+
|
3773 |
+
#: nggallery.php:155
|
3774 |
+
msgid ""
|
3775 |
+
"We’ve detected you are running PHP versions 7.0.26 or 7.1.12. These versions "
|
3776 |
+
"of PHP have a bug that breaks NextGEN Gallery and causes server crashes in "
|
3777 |
+
"certain conditions. To protect your site, NextGEN Gallery will not load. We "
|
3778 |
+
"recommend asking your host to roll back to an earlier version of PHP. For "
|
3779 |
+
"details on the PHP bug, see: <a target=\"_blank\" href=\"https://bugs.php."
|
3780 |
+
"net/bug.php?id=75573\">bugs.php.net/bug.php?id=75573</a>"
|
3781 |
+
msgstr ""
|
3782 |
+
"Vi har registreret, at du kører PHP-versioner 7.0.26 eller 7.1.12. Disse "
|
3783 |
+
"versioner af PHP har en fejl, der bryder NextGEN Gallery og forårsager, at "
|
3784 |
+
"serveren går i stykker under visse forhold. For at beskytte dit websted, vil "
|
3785 |
+
"NextGEN Gallery ikke blive indlæst. Vi anbefaler at bede din vært om at "
|
3786 |
+
"vende tilbage til en tidligere version af PHP. For detaljer om PHP-fejlen, "
|
3787 |
+
"se: <a target=\"_blank\" href=\"https://bugs.php.net/bug.php?id=75573\"> "
|
3788 |
+
"bugs.php.net/bug.php?id= 75573 </a>"
|
3789 |
+
|
3790 |
+
#: products/photocrati_nextgen/modules/nextgen_other_options/package.module.nextgen_other_options.php:263
|
3791 |
+
msgid "What effect would you like to use?"
|
3792 |
+
msgstr "Hvilken effekt vil du gerne bruge?"
|
3793 |
+
|
3794 |
+
#: products/photocrati_nextgen/modules/nextgen_other_options/templates/lightbox_library_tab.php:31
|
3795 |
+
msgid "What must the lightbox be applied to?"
|
3796 |
+
msgstr "Hvad skal lightbox anvendes på?"
|
3797 |
+
|
3798 |
+
#: products/photocrati_nextgen/modules/nextgen_other_options/package.module.nextgen_other_options.php:148
|
3799 |
+
msgid "What should images be resized to?"
|
3800 |
+
msgstr "Hvad skal billeder ændres til?"
|
3801 |
+
|
3802 |
+
#: products/photocrati_nextgen/modules/nextgen_other_options/package.module.nextgen_other_options.php:467
|
3803 |
+
msgid "What stylesheet would you like to use?"
|
3804 |
+
msgstr "Hvilket stylesheet vil du gerne bruge?"
|
3805 |
+
|
3806 |
+
#: products/photocrati_nextgen/modules/attach_to_post/package.module.attach_to_post.php:610
|
3807 |
+
msgid "What would you like to display?"
|
3808 |
+
msgstr "Hvad vil du gerne vise?"
|
3809 |
+
|
3810 |
+
#: products/photocrati_nextgen/modules/nextgen_other_options/package.module.nextgen_other_options.php:148
|
3811 |
+
msgid "What's the default sorting method?"
|
3812 |
+
msgstr "Hvad er standard sorteringsmetode?"
|
3813 |
+
|
3814 |
+
#: products/photocrati_nextgen/modules/nextgen_basic_gallery/package.module.nextgen_basic_gallery.php:398
|
3815 |
+
msgid ""
|
3816 |
+
"When active each image in the gallery will link to an imagebrowser display "
|
3817 |
+
"and lightbox effects will not be applied."
|
3818 |
+
msgstr ""
|
3819 |
+
"Når det er aktivt, vil hvert billede i galleriet linke til et billed browser-"
|
3820 |
+
"display, og lightbox vil ikke blive anvendt."
|
3821 |
+
|
3822 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:358
|
3823 |
+
msgid ""
|
3824 |
+
"When contacting support, consider copying and pasting this information in "
|
3825 |
+
"your support request. It helps us troubleshoot more quickly."
|
3826 |
+
msgstr ""
|
3827 |
+
"Når du kontakter support, skal du overveje at kopiere og indsætte disse "
|
3828 |
+
"oplysninger i din supportanmodning. Det hjælper os med at fejle hurtigere."
|
3829 |
+
|
3830 |
+
#: products/photocrati_nextgen/modules/nextgen_other_options/package.module.nextgen_other_options.php:309
|
3831 |
+
msgid ""
|
3832 |
+
"When enabled, adds a MediaRSS link to your header. Third-party web services "
|
3833 |
+
"can use this to publish your galleries"
|
3834 |
+
msgstr ""
|
3835 |
+
"Når aktiveret, tilføjes et MediaRSS-link til dit overskrift. Tredjeparts "
|
3836 |
+
"webtjenester kan bruge dette til at offentliggøre dine gallerier"
|
3837 |
+
|
3838 |
+
#: products/photocrati_nextgen/modules/nextgen_other_options/package.module.nextgen_other_options.php:148
|
3839 |
+
msgid ""
|
3840 |
+
"When enabled, image files will be removed after a Gallery has been deleted"
|
3841 |
+
msgstr ""
|
3842 |
+
"Når aktiveret, vil billedfiler blive fjernet, når et Galleri er blevet "
|
3843 |
+
"slettet"
|
3844 |
+
|
3845 |
+
#: products/photocrati_nextgen/modules/nextgen_other_options/package.module.nextgen_other_options.php:148
|
3846 |
+
msgid ""
|
3847 |
+
"When enabled, related images will be appended to each post by matching the "
|
3848 |
+
"posts tags/categories to image tags"
|
3849 |
+
msgstr ""
|
3850 |
+
"Når aktiveret, vil relaterede billeder blive tilføjet til hvert indlæg ved "
|
3851 |
+
"at matche indlægets tags / kategorier til billedkoder"
|
3852 |
+
|
3853 |
+
#: products/photocrati_nextgen/modules/nextgen_other_options/package.module.nextgen_other_options.php:555
|
3854 |
+
msgid "When generating thumbnails, what image dimensions do you desire?"
|
3855 |
+
msgstr "Når du producerer miniaturebilleder, hvilke billedmål ønsker du?"
|
3856 |
+
|
3857 |
+
#: products/photocrati_nextgen/modules/nextgen_other_options/package.module.nextgen_other_options.php:555
|
3858 |
+
msgid "When generating thumbnails, what image quality do you desire?"
|
3859 |
+
msgstr "Når der genereres miniaturer, hvad billedkvalitet ønsker du?"
|
3860 |
+
|
3861 |
+
#: products/photocrati_nextgen/modules/nextgen_other_options/package.module.nextgen_other_options.php:148
|
3862 |
+
msgid "Where galleries and their images are stored"
|
3863 |
+
msgstr "Hvor gallerier og deres billeder gemmes"
|
3864 |
+
|
3865 |
+
#: products/photocrati_nextgen/modules/nextgen_other_options/package.module.nextgen_other_options.php:148
|
3866 |
+
msgid "Where would you like galleries stored?"
|
3867 |
+
msgstr "Hvor vil du gerne gallerier opbevares?"
|
3868 |
+
|
3869 |
+
#: products/photocrati_nextgen/modules/widget/package.module.widget.php:169
|
3870 |
+
msgid "Widget that displays Media RSS links for NextGEN Gallery."
|
3871 |
+
msgstr "Widget, der viser Media RSS links til NextGEN Gallery."
|
3872 |
+
|
3873 |
+
#: products/photocrati_nextgen/modules/widget/templates/form_slideshow.php:65
|
3874 |
+
msgid "Width"
|
3875 |
+
msgstr "Bredde"
|
3876 |
+
|
3877 |
+
#: products/photocrati_nextgen/modules/widget/templates/form_gallery.php:68
|
3878 |
+
msgid "Width x Height"
|
3879 |
+
msgstr "Bredde x Højde"
|
3880 |
+
|
3881 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:565
|
3882 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/publish.php:40
|
3883 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:390
|
3884 |
+
msgid "Width x height (in pixel)"
|
3885 |
+
msgstr "Bredde x højde (i pixel)"
|
3886 |
+
|
3887 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:541
|
3888 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:366
|
3889 |
+
msgid "Width x height (in pixel). NextGEN Gallery will keep ratio size"
|
3890 |
+
msgstr ""
|
3891 |
+
"Bredde x højde (i pixel). NextGEN Gallery vil beholde størrelsesstørrelsen"
|
3892 |
+
|
3893 |
+
#: products/photocrati_nextgen/modules/nextgen_other_options/package.module.nextgen_other_options.php:148
|
3894 |
+
msgid "Width:"
|
3895 |
+
msgstr "Bredde:"
|
3896 |
+
|
3897 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:94
|
3898 |
+
msgid "with permission 777 manually !"
|
3899 |
+
msgstr "med tilladelse 777 manuelt!"
|
3900 |
+
|
3901 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/showmeta.php:116
|
3902 |
+
msgid "XMP Data"
|
3903 |
+
msgstr "XMP Data"
|
3904 |
+
|
3905 |
+
#: products/photocrati_nextgen/modules/nextgen_other_options/templates/styling_tab.php:10
|
3906 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:61
|
3907 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:65
|
3908 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:69
|
3909 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:105
|
3910 |
+
msgid "Yes"
|
3911 |
+
msgstr "Ja"
|
3912 |
+
|
3913 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:123
|
3914 |
+
#, php-format
|
3915 |
+
msgid ""
|
3916 |
+
"You are about to start the bulk edit for %s galleries \n"
|
3917 |
+
" \n"
|
3918 |
+
" 'Cancel' to stop, 'OK' to proceed."
|
3919 |
+
msgstr ""
|
3920 |
+
"Du er ved at starte bulkredigeringen for %s gallerier\n"
|
3921 |
+
" \n"
|
3922 |
+
" 'Annuller' for at stoppe, 'OK' for at fortsætte."
|
3923 |
+
|
3924 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:278
|
3925 |
+
#, php-format
|
3926 |
+
msgid ""
|
3927 |
+
"You are about to start the bulk edit for %s images \n"
|
3928 |
+
" \n"
|
3929 |
+
" 'Cancel' to stop, 'OK' to proceed."
|
3930 |
+
msgstr ""
|
3931 |
+
"Du er ved at starte bulkredigeringen for %s billeder\n"
|
3932 |
+
" \n"
|
3933 |
+
" 'Annuller' for at stoppe, 'OK' for at fortsætte."
|
3934 |
+
|
3935 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:219
|
3936 |
+
msgid "You can specify multiple tags to delete by separating them with commas"
|
3937 |
+
msgstr ""
|
3938 |
+
"Du kan angive flere tags, der skal slettes, ved at adskille dem med kommaer"
|
3939 |
+
|
3940 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:193
|
3941 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:241
|
3942 |
+
msgid "You can specify multiple tags to rename by separating them with commas."
|
3943 |
+
msgstr ""
|
3944 |
+
"Du kan angive flere tags til at omdøbe ved at adskille dem med kommaer."
|
3945 |
+
|
3946 |
+
#: products/photocrati_nextgen/modules/nextgen_other_options/package.module.nextgen_other_options.php:467
|
3947 |
+
msgid "You could edit this file if it were writable"
|
3948 |
+
msgstr "Du kan redigere denne fil, hvis den var skrivbar"
|
3949 |
+
|
3950 |
+
#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:276
|
3951 |
+
msgid "You do not have the correct permission"
|
3952 |
+
msgstr "Du har ikke den rigtige tilladelse"
|
3953 |
+
|
3954 |
+
#: products/photocrati_nextgen/modules/nextgen_pro_upgrade/package.module.nextgen_pro_upgrade.php:54
|
3955 |
+
msgid ""
|
3956 |
+
"You're awesome! You've already got NextGEN Plus. But why not go all the way? "
|
3957 |
+
"With NextGEN Pro, you can sell print and digital downloads, provide proofing "
|
3958 |
+
"galleries for clients, manage galleries directly from Adobe Lightroom, and "
|
3959 |
+
"more."
|
3960 |
+
msgstr ""
|
3961 |
+
"Du er fantastisk! Du har allerede fået NextGEN Plus. Men hvorfor ikke gå "
|
3962 |
+
"hele vejen? Med NextGEN Pro kan du sælge trykte og digitale downloads, give "
|
3963 |
+
"proofing gallerier til kunder, administrere gallerier direkte fra Adobe "
|
3964 |
+
"Lightroom og meget mere."
|
3965 |
+
|
3966 |
+
#: products/photocrati_nextgen/modules/nextgen_addgallery_page/templates/upload_images.php:13
|
3967 |
+
msgid "Your browser doesn't have Silverlight, HTML5, or HTML4 support."
|
3968 |
+
msgstr "Din browser har ikke Silverlight, HTML5 eller HTML4 support."
|
3969 |
+
|
3970 |
+
#: products/photocrati_nextgen/modules/nextgen_addgallery_page/package.module.nextgen_addgallery_page.php:388
|
3971 |
+
msgid "{count} images were uploaded successfully."
|
3972 |
+
msgstr "{count} billeder blev uploadet korrekt."
|
3973 |
+
|
3974 |
+
#: products/photocrati_nextgen/modules/nextgen_addgallery_page/package.module.nextgen_addgallery_page.php:42
|
3975 |
+
#, php-format
|
3976 |
+
msgid ""
|
3977 |
+
"{count} images were uploaded successfully. <a href=\"%s\" target=\"_blank\">"
|
3978 |
+
"Manage gallery</a>"
|
3979 |
+
msgstr ""
|
3980 |
+
"{count} billeder blev uploadet korrekt. <a href=\"%s\" target=\"_blank\">"
|
3981 |
+
"Administrer galleri</a>"
|
products/photocrati_nextgen/modules/i18n/lang/nggallery-sk_SK.mo
ADDED
Binary file
|
products/photocrati_nextgen/modules/i18n/lang/nggallery-sv_SE.po
CHANGED
@@ -2431,8 +2431,8 @@ msgid "Server Settings"
|
|
2431 |
msgstr "Serverinställningar"
|
2432 |
|
2433 |
#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:97
|
2434 |
-
msgid "NextGEN Gallery is one of the most popular WordPress plugins of all time with over
|
2435 |
-
msgstr "NextGEN Gallery är en av de mest populära WordPress-tilläggen genom tiderna med över
|
2436 |
|
2437 |
# Missed by NextGEN, translated string is displayed.
|
2438 |
#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:97
|
@@ -3222,8 +3222,8 @@ msgid "https://www.imagely.com/wordpress-gallery-plugin/nextgen-gallery/"
|
|
3222 |
msgstr "https://www.imagely.com/wordpress-gallery-plugin/nextgen-gallery/"
|
3223 |
|
3224 |
#. Description of the plugin/theme
|
3225 |
-
msgid "The most popular gallery plugin for WordPress and one of the most popular plugins of all time with over
|
3226 |
-
msgstr "Det mest populära galleri-tillägget för WordPress och ett av de mest populära tillägg genom tiderna med över
|
3227 |
|
3228 |
#. Author of the plugin/theme
|
3229 |
msgid "Imagely"
|
2431 |
msgstr "Serverinställningar"
|
2432 |
|
2433 |
#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:97
|
2434 |
+
msgid "NextGEN Gallery is one of the most popular WordPress plugins of all time with over 22 million downloads."
|
2435 |
+
msgstr "NextGEN Gallery är en av de mest populära WordPress-tilläggen genom tiderna med över 22 miljoner nedladdningar."
|
2436 |
|
2437 |
# Missed by NextGEN, translated string is displayed.
|
2438 |
#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:97
|
3222 |
msgstr "https://www.imagely.com/wordpress-gallery-plugin/nextgen-gallery/"
|
3223 |
|
3224 |
#. Description of the plugin/theme
|
3225 |
+
msgid "The most popular gallery plugin for WordPress and one of the most popular plugins of all time with over 22 million downloads."
|
3226 |
+
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."
|
3227 |
|
3228 |
#. Author of the plugin/theme
|
3229 |
msgid "Imagely"
|
products/photocrati_nextgen/modules/i18n/lang/nggallery.po
CHANGED
@@ -2446,7 +2446,7 @@ msgid "Server Settings"
|
|
2446 |
msgstr ""
|
2447 |
|
2448 |
#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:97
|
2449 |
-
msgid "NextGEN Gallery is one of the most popular WordPress plugins of all time with over
|
2450 |
msgstr ""
|
2451 |
|
2452 |
#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:97
|
@@ -3231,7 +3231,7 @@ msgid "https://www.imagely.com/wordpress-gallery-plugin/nextgen-gallery/"
|
|
3231 |
msgstr ""
|
3232 |
|
3233 |
#. Description of the plugin/theme
|
3234 |
-
msgid "The most popular gallery plugin for WordPress and one of the most popular plugins of all time with over
|
3235 |
msgstr ""
|
3236 |
|
3237 |
#. Author of the plugin/theme
|
2446 |
msgstr ""
|
2447 |
|
2448 |
#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:97
|
2449 |
+
msgid "NextGEN Gallery is one of the most popular WordPress plugins of all time with over 22 million downloads."
|
2450 |
msgstr ""
|
2451 |
|
2452 |
#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:97
|
3231 |
msgstr ""
|
3232 |
|
3233 |
#. Description of the plugin/theme
|
3234 |
+
msgid "The most popular gallery plugin for WordPress and one of the most popular plugins of all time with over 22 million downloads."
|
3235 |
msgstr ""
|
3236 |
|
3237 |
#. Author of the plugin/theme
|
products/photocrati_nextgen/modules/i18n/module.i18n.php
CHANGED
@@ -281,8 +281,11 @@ class M_I18N extends C_Base_Module
|
|
281 |
if (function_exists('qtrans_useCurrentLanguageIfNotFoundUseDefaultLanguage'))
|
282 |
$in = qtrans_useCurrentLanguageIfNotFoundUseDefaultLanguage($in);
|
283 |
|
284 |
-
if (is_string($name)
|
285 |
-
|
|
|
|
|
|
|
286 |
|
287 |
$in = apply_filters('localization', $in);
|
288 |
|
281 |
if (function_exists('qtrans_useCurrentLanguageIfNotFoundUseDefaultLanguage'))
|
282 |
$in = qtrans_useCurrentLanguageIfNotFoundUseDefaultLanguage($in);
|
283 |
|
284 |
+
if (is_string($name)
|
285 |
+
&& !empty($name)
|
286 |
+
&& function_exists('icl_translate')
|
287 |
+
&& apply_filters('wpml_default_language', NULL) != apply_filters('wpml_current_language', NULL))
|
288 |
+
$in = icl_translate('plugin_ngg', $name, $in, TRUE);
|
289 |
|
290 |
$in = apply_filters('localization', $in);
|
291 |
|
products/photocrati_nextgen/modules/nextgen_addgallery_page/package.module.nextgen_addgallery_page.php
CHANGED
@@ -31,7 +31,7 @@ class A_Import_Media_Library_Form extends Mixin
|
|
31 |
{
|
32 |
function get_title()
|
33 |
{
|
34 |
-
return __('Import from
|
35 |
}
|
36 |
function enqueue_static_resources()
|
37 |
{
|
@@ -95,65 +95,69 @@ class A_NextGen_AddGallery_Ajax extends Mixin
|
|
95 |
$gallery_mapper = C_Gallery_Mapper::get_instance();
|
96 |
$error = FALSE;
|
97 |
if ($this->validate_ajax_request('nextgen_upload_image', TRUE)) {
|
98 |
-
|
99 |
-
|
100 |
-
|
101 |
-
|
102 |
-
|
103 |
-
|
104 |
-
$
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
105 |
} else {
|
106 |
-
$
|
107 |
-
$
|
108 |
}
|
109 |
-
} else {
|
110 |
-
$error = TRUE;
|
111 |
-
$retval['error'] = __("No gallery name specified", 'nggallery');
|
112 |
}
|
113 |
-
|
114 |
-
|
115 |
-
|
116 |
-
|
117 |
-
|
118 |
-
|
119 |
-
|
120 |
-
|
121 |
-
|
122 |
-
|
123 |
-
|
124 |
-
$retval['error'] = __('Failed to extract images from ZIP', 'nggallery');
|
125 |
-
}
|
126 |
-
} elseif ($image = $storage->upload_image($gallery_id)) {
|
127 |
-
$retval['image_ids'] = array($image->id());
|
128 |
-
$retval['image_errors'] = array();
|
129 |
-
// check if image was resized correctly
|
130 |
-
if ($settings->imgAutoResize) {
|
131 |
-
$image_path = $storage->get_full_abspath($image);
|
132 |
-
$image_thumb = new C_NggLegacy_Thumbnail($image_path, true);
|
133 |
-
if ($image_thumb->error) {
|
134 |
-
$retval['image_errors'][] = array('id' => $image->id(), 'error' => sprintf(__('Automatic image resizing failed [%1$s].', 'nggallery'), $image_thumb->errmsg));
|
135 |
-
$image_thumb = null;
|
136 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
137 |
}
|
138 |
-
|
139 |
-
$
|
140 |
-
|
141 |
-
|
|
|
142 |
}
|
143 |
-
}
|
144 |
-
$retval['error'] = __(
|
|
|
145 |
$error = TRUE;
|
146 |
}
|
147 |
-
} catch (E_NggErrorException $ex) {
|
148 |
-
$retval['error'] = $ex->getMessage();
|
149 |
-
$error = TRUE;
|
150 |
-
if ($created_gallery) {
|
151 |
-
$gallery_mapper->destroy($gallery_id);
|
152 |
-
}
|
153 |
-
} catch (Exception $ex) {
|
154 |
-
$retval['error'] = __("An unexpected error occured.", 'nggallery');
|
155 |
-
$retval['error_details'] = $ex->getMessage();
|
156 |
-
$error = TRUE;
|
157 |
}
|
158 |
}
|
159 |
} else {
|
31 |
{
|
32 |
function get_title()
|
33 |
{
|
34 |
+
return __('Import from Media Library', 'nggallery');
|
35 |
}
|
36 |
function enqueue_static_resources()
|
37 |
{
|
95 |
$gallery_mapper = C_Gallery_Mapper::get_instance();
|
96 |
$error = FALSE;
|
97 |
if ($this->validate_ajax_request('nextgen_upload_image', TRUE)) {
|
98 |
+
if (!class_exists('DOMDocument')) {
|
99 |
+
$retval['error'] = __("Please ask your hosting provider or system administrator to enable the PHP XML module, which is required for NextGEN Gallery", 'nggallery');
|
100 |
+
} else {
|
101 |
+
// We need to create a gallery
|
102 |
+
if ($gallery_id == 0) {
|
103 |
+
if (strlen($gallery_name) > 0) {
|
104 |
+
$gallery = $gallery_mapper->create(array('title' => $gallery_name));
|
105 |
+
if (!$gallery->save()) {
|
106 |
+
$retval['error'] = $gallery->get_errors();
|
107 |
+
$error = TRUE;
|
108 |
+
} else {
|
109 |
+
$created_gallery = TRUE;
|
110 |
+
$gallery_id = $gallery->id();
|
111 |
+
}
|
112 |
} else {
|
113 |
+
$error = TRUE;
|
114 |
+
$retval['error'] = __("No gallery name specified", 'nggallery');
|
115 |
}
|
|
|
|
|
|
|
116 |
}
|
117 |
+
// Upload the image to the gallery
|
118 |
+
if (!$error) {
|
119 |
+
$retval['gallery_id'] = $gallery_id;
|
120 |
+
$settings = C_NextGen_Settings::get_instance();
|
121 |
+
$storage = C_Gallery_Storage::get_instance();
|
122 |
+
try {
|
123 |
+
if ($storage->is_zip()) {
|
124 |
+
if ($results = $storage->upload_zip($gallery_id)) {
|
125 |
+
$retval = $results;
|
126 |
+
} else {
|
127 |
+
$retval['error'] = __('Failed to extract images from ZIP', 'nggallery');
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
128 |
}
|
129 |
+
} elseif ($image = $storage->upload_image($gallery_id)) {
|
130 |
+
$retval['image_ids'] = array($image->id());
|
131 |
+
$retval['image_errors'] = array();
|
132 |
+
// check if image was resized correctly
|
133 |
+
if ($settings->imgAutoResize) {
|
134 |
+
$image_path = $storage->get_full_abspath($image);
|
135 |
+
$image_thumb = new C_NggLegacy_Thumbnail($image_path, true);
|
136 |
+
if ($image_thumb->error) {
|
137 |
+
$retval['image_errors'][] = array('id' => $image->id(), 'error' => sprintf(__('Automatic image resizing failed [%1$s].', 'nggallery'), $image_thumb->errmsg));
|
138 |
+
$image_thumb = null;
|
139 |
+
}
|
140 |
+
}
|
141 |
+
// check if thumb was generated correctly
|
142 |
+
$thumb_path = $storage->get_thumb_abspath($image);
|
143 |
+
if (!file_exists($thumb_path)) {
|
144 |
+
$retval['image_errors'][] = array('id' => $image->id(), 'error' => __('Thumbnail generation failed.', 'nggallery'));
|
145 |
+
}
|
146 |
+
} else {
|
147 |
+
$retval['error'] = __('Image generation failed', 'nggallery');
|
148 |
+
$error = TRUE;
|
149 |
}
|
150 |
+
} catch (E_NggErrorException $ex) {
|
151 |
+
$retval['error'] = $ex->getMessage();
|
152 |
+
$error = TRUE;
|
153 |
+
if ($created_gallery) {
|
154 |
+
$gallery_mapper->destroy($gallery_id);
|
155 |
}
|
156 |
+
} catch (Exception $ex) {
|
157 |
+
$retval['error'] = __("An unexpected error occured.", 'nggallery');
|
158 |
+
$retval['error_details'] = $ex->getMessage();
|
159 |
$error = TRUE;
|
160 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
161 |
}
|
162 |
}
|
163 |
} else {
|
products/photocrati_nextgen/modules/nextgen_addgallery_page/static/styles.css
CHANGED
@@ -11,8 +11,8 @@
|
|
11 |
|
12 |
#gallery_selection .plupload_buttons a {
|
13 |
margin-right: 6px;
|
14 |
-
width: 130px !important;
|
15 |
text-align: center;
|
|
|
16 |
}
|
17 |
|
18 |
#gallery_name {
|
11 |
|
12 |
#gallery_selection .plupload_buttons a {
|
13 |
margin-right: 6px;
|
|
|
14 |
text-align: center;
|
15 |
+
font-size: 11px;
|
16 |
}
|
17 |
|
18 |
#gallery_name {
|
products/photocrati_nextgen/modules/nextgen_addgallery_page/static/styles.min.css
CHANGED
@@ -1 +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;
|
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;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}}
|
products/photocrati_nextgen/modules/nextgen_addgallery_page/templates/upload_images.php
CHANGED
@@ -3,7 +3,9 @@
|
|
3 |
<select id="gallery_id">
|
4 |
<option value="0"><?php _e('Create a new gallery', 'nggallery'); ?></option>
|
5 |
<?php foreach ($galleries as $gallery): ?>
|
6 |
-
<option value="<?php echo esc_attr($gallery->{$gallery->id_field}) ?>"
|
|
|
|
|
7 |
<?php endforeach ?>
|
8 |
</select>
|
9 |
<input type="text" id="gallery_name" name="gallery_name" placeholder="<?php _e('Gallery title', 'nggallery'); ?>"/>
|
3 |
<select id="gallery_id">
|
4 |
<option value="0"><?php _e('Create a new gallery', 'nggallery'); ?></option>
|
5 |
<?php foreach ($galleries as $gallery): ?>
|
6 |
+
<option value="<?php echo esc_attr($gallery->{$gallery->id_field}) ?>">
|
7 |
+
<?php print esc_attr(apply_filters('ngg_gallery_title_select_field', $gallery->title, $gallery, FALSE)); ?>
|
8 |
+
</option>
|
9 |
<?php endforeach ?>
|
10 |
</select>
|
11 |
<input type="text" id="gallery_name" name="gallery_name" placeholder="<?php _e('Gallery title', 'nggallery'); ?>"/>
|
products/photocrati_nextgen/modules/nextgen_admin/module.nextgen_admin.php
CHANGED
@@ -350,12 +350,6 @@ class M_NextGen_Admin extends C_Base_Module
|
|
350 |
$router->get_url('/wp-admin/js/color-picker.js', FALSE, TRUE),
|
351 |
array('iris')
|
352 |
);
|
353 |
-
wp_localize_script('wp-color-picker', 'wpColorPickerL10n', array(
|
354 |
-
'clear' => __('Clear', 'nggallery'),
|
355 |
-
'defaultString' => __('Default', 'nggallery'),
|
356 |
-
'pick' => __('Select Color', 'nggallery'),
|
357 |
-
'current' => __('Current Color', 'nggallery'),
|
358 |
-
));
|
359 |
|
360 |
wp_register_style(
|
361 |
'nextgen_admin_css',
|
350 |
$router->get_url('/wp-admin/js/color-picker.js', FALSE, TRUE),
|
351 |
array('iris')
|
352 |
);
|
|
|
|
|
|
|
|
|
|
|
|
|
353 |
|
354 |
wp_register_style(
|
355 |
'nextgen_admin_css',
|
products/photocrati_nextgen/modules/nextgen_admin/static/nextgen_admin_page.css
CHANGED
@@ -110,7 +110,6 @@ table.nextgen_settings_position {
|
|
110 |
width: 98%;
|
111 |
font-family: lato,sans-serif;
|
112 |
height: auto;
|
113 |
-
/*background: rgb(247, 248, 243);*/
|
114 |
margin-top: 25px;
|
115 |
float:left;
|
116 |
box-shadow: 0 0 100px 10px rgba(0,0,0,.05);
|
@@ -126,7 +125,7 @@ table.nextgen_settings_position {
|
|
126 |
}
|
127 |
|
128 |
#ngg_page_content.ngg_settings_page {
|
129 |
-
background:
|
130 |
}
|
131 |
|
132 |
.ngg_manage_albums,
|
@@ -145,7 +144,7 @@ table.nextgen_settings_position {
|
|
145 |
max-width: 100%;
|
146 |
background: #fff;
|
147 |
float: left;
|
148 |
-
background:
|
149 |
}
|
150 |
|
151 |
#ngg_page_content a {
|
@@ -155,7 +154,6 @@ table.nextgen_settings_position {
|
|
155 |
#ngg_page_content button,
|
156 |
#ngg_page_content .button-primary,
|
157 |
#ngg_page_content .button-secondary {
|
158 |
-
/*background-color: #9FBB1A !important;*/
|
159 |
background-color: #9FBB1A;
|
160 |
color: #fff !important;
|
161 |
border: none !important;
|
@@ -166,6 +164,11 @@ table.nextgen_settings_position {
|
|
166 |
line-height: 35px;
|
167 |
width: auto !important;
|
168 |
border-radius: 3px;
|
|
|
|
|
|
|
|
|
|
|
169 |
}
|
170 |
|
171 |
#ngg_page_content button:hover,
|
@@ -208,21 +211,13 @@ table.nextgen_settings_position {
|
|
208 |
background-color: transparent;
|
209 |
}
|
210 |
|
211 |
-
#ngg_page_content .button span.wp-color-result-text {
|
212 |
-
/*background: transparent;
|
213 |
-
color: inherit;
|
214 |
-
padding: inherit;
|
215 |
-
border: none;*/
|
216 |
-
/*border: 1px solid #dbdbdb;*/
|
217 |
-
}
|
218 |
-
|
219 |
#ngg_page_content input[type="checkbox"] {
|
220 |
height: 16px !important;
|
221 |
width: 16px !important;
|
222 |
}
|
223 |
|
224 |
#ngg_page_content.ngg_settings_page form > p {
|
225 |
-
width:
|
226 |
background: #fff;
|
227 |
margin: 0;
|
228 |
float: right;
|
@@ -316,34 +311,29 @@ table.nextgen_settings_position {
|
|
316 |
|
317 |
#ngg_page_content .ngg_page_content_menu {
|
318 |
padding: 20px;
|
319 |
-
width:
|
320 |
float: left;
|
321 |
padding: 0;
|
322 |
height: 100%;
|
323 |
-
background:
|
324 |
-
margin-top: 5px;
|
325 |
}
|
326 |
|
327 |
#ngg_page_content .ngg_page_content_menu a {
|
328 |
-
|
329 |
-
border-bottom: 1px solid #f7f8f3;
|
330 |
-
border-right: 1px solid #f7f8f3;
|
331 |
-
border-left: 5px solid rgba(247,248,243,.76);
|
332 |
-
box-shadow: none!important;
|
333 |
-
color: #9fbb1a;
|
334 |
cursor: pointer;
|
335 |
display: block;
|
336 |
-
|
337 |
-
font-size: 14px;
|
338 |
-
padding: 15px 10px 15px 15px;
|
339 |
line-height: 22px;
|
340 |
margin: 0;
|
341 |
text-decoration: none;
|
342 |
-
|
343 |
-
|
|
|
|
|
|
|
|
|
344 |
}
|
345 |
|
346 |
-
/* Responsive Navigation */
|
347 |
.responsive-menu-icon {
|
348 |
cursor: pointer;
|
349 |
display: none;
|
@@ -365,12 +355,13 @@ table.nextgen_settings_position {
|
|
365 |
outline: 0;
|
366 |
outline-width: 0;
|
367 |
outline-color: transparent;
|
368 |
-
border-left: 5px solid #b7d243;
|
369 |
border-right: 1px solid #fff;
|
370 |
-
background
|
371 |
-
|
372 |
-
|
373 |
-
|
|
|
|
|
374 |
}
|
375 |
|
376 |
#ngg_page_content .ngg_page_content_menu a:before {
|
@@ -386,6 +377,19 @@ table.nextgen_settings_position {
|
|
386 |
content: "\f1de";
|
387 |
}
|
388 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
389 |
/***** 4) NGG Admin CSS: Main Content *****/
|
390 |
|
391 |
#ngg_page_content .ngg_page_content_main {
|
@@ -395,11 +399,12 @@ table.nextgen_settings_position {
|
|
395 |
background: #fff;
|
396 |
box-sizing: border-box;
|
397 |
width: 100%;
|
|
|
398 |
}
|
399 |
|
400 |
#ngg_page_content .ngg_overview .ngg_page_content_main,
|
401 |
#ngg_page_content.ngg_settings_page .ngg_page_content_main {
|
402 |
-
width:
|
403 |
}
|
404 |
|
405 |
.gallery_page_ngg_display_settings #ngg_page_content.ngg_settings_page .ngg_page_content_main {
|
@@ -429,7 +434,7 @@ table.nextgen_settings_position {
|
|
429 |
#ngg_page_content.ngg_settings_page .ngg_page_content_main h3 {
|
430 |
color: rgba(29, 36, 42, 0.85);
|
431 |
font-size: 18px;
|
432 |
-
margin: 20px 0;
|
433 |
text-transform: uppercase;
|
434 |
}
|
435 |
|
@@ -437,10 +442,11 @@ table.nextgen_settings_position {
|
|
437 |
#ngg_page_content .ngg_page_content_main select {
|
438 |
color: #888;
|
439 |
height: 35px;
|
440 |
-
border: 1px solid #
|
441 |
padding-left: 10px;
|
442 |
box-shadow: none;
|
443 |
width: 200px;
|
|
|
444 |
}
|
445 |
|
446 |
#ngg_page_content .ngg_page_content_main .select2-container {
|
@@ -1018,7 +1024,7 @@ table.nextgen_settings_position {
|
|
1018 |
#ngg_page_content .responsive-menu-icon {
|
1019 |
display: block;
|
1020 |
background: #9fbb1a;
|
1021 |
-
padding: 10px 0
|
1022 |
}
|
1023 |
#ngg_page_content .responsive-menu {
|
1024 |
display: none;
|
@@ -1028,4 +1034,8 @@ table.nextgen_settings_position {
|
|
1028 |
#ngg_page_content .responsive-menu a {
|
1029 |
display: block;
|
1030 |
}
|
|
|
|
|
|
|
|
|
1031 |
}
|
110 |
width: 98%;
|
111 |
font-family: lato,sans-serif;
|
112 |
height: auto;
|
|
|
113 |
margin-top: 25px;
|
114 |
float:left;
|
115 |
box-shadow: 0 0 100px 10px rgba(0,0,0,.05);
|
125 |
}
|
126 |
|
127 |
#ngg_page_content.ngg_settings_page {
|
128 |
+
background: #fff;
|
129 |
}
|
130 |
|
131 |
.ngg_manage_albums,
|
144 |
max-width: 100%;
|
145 |
background: #fff;
|
146 |
float: left;
|
147 |
+
background: #fcfcfc;
|
148 |
}
|
149 |
|
150 |
#ngg_page_content a {
|
154 |
#ngg_page_content button,
|
155 |
#ngg_page_content .button-primary,
|
156 |
#ngg_page_content .button-secondary {
|
|
|
157 |
background-color: #9FBB1A;
|
158 |
color: #fff !important;
|
159 |
border: none !important;
|
164 |
line-height: 35px;
|
165 |
width: auto !important;
|
166 |
border-radius: 3px;
|
167 |
+
text-transform: uppercase;
|
168 |
+
letter-spacing: 1px;
|
169 |
+
font-size: 11px;
|
170 |
+
font-weight: bold;
|
171 |
+
font-family: Lato, sans-serif;
|
172 |
}
|
173 |
|
174 |
#ngg_page_content button:hover,
|
211 |
background-color: transparent;
|
212 |
}
|
213 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
214 |
#ngg_page_content input[type="checkbox"] {
|
215 |
height: 16px !important;
|
216 |
width: 16px !important;
|
217 |
}
|
218 |
|
219 |
#ngg_page_content.ngg_settings_page form > p {
|
220 |
+
width: 81%;
|
221 |
background: #fff;
|
222 |
margin: 0;
|
223 |
float: right;
|
311 |
|
312 |
#ngg_page_content .ngg_page_content_menu {
|
313 |
padding: 20px;
|
314 |
+
width: 20%;
|
315 |
float: left;
|
316 |
padding: 0;
|
317 |
height: 100%;
|
318 |
+
background: transparent;
|
|
|
319 |
}
|
320 |
|
321 |
#ngg_page_content .ngg_page_content_menu a {
|
322 |
+
box-shadow: none !important;
|
|
|
|
|
|
|
|
|
|
|
323 |
cursor: pointer;
|
324 |
display: block;
|
325 |
+
padding: 20px 10px 20px 15px;
|
|
|
|
|
326 |
line-height: 22px;
|
327 |
margin: 0;
|
328 |
text-decoration: none;
|
329 |
+
color: #2b5d89;;
|
330 |
+
text-transform: uppercase;
|
331 |
+
font-size: 11px;
|
332 |
+
border-bottom: 1px solid #eee;
|
333 |
+
font-weight: 600;
|
334 |
+
letter-spacing: 1.2px;
|
335 |
}
|
336 |
|
|
|
337 |
.responsive-menu-icon {
|
338 |
cursor: pointer;
|
339 |
display: none;
|
355 |
outline: 0;
|
356 |
outline-width: 0;
|
357 |
outline-color: transparent;
|
|
|
358 |
border-right: 1px solid #fff;
|
359 |
+
background: #9ebc1b;
|
360 |
+
position: relative;
|
361 |
+
color: #fff;
|
362 |
+
margin-right: -1px;
|
363 |
+
font-weight: 800;
|
364 |
+
border-bottom: 1px solid #9dbd1b;
|
365 |
}
|
366 |
|
367 |
#ngg_page_content .ngg_page_content_menu a:before {
|
377 |
content: "\f1de";
|
378 |
}
|
379 |
|
380 |
+
#ngg_page_content .ngg_page_content_menu .ngg_page_content_menu_active:after,
|
381 |
+
#ngg_page_content .ngg_page_content_menu a:active:after {
|
382 |
+
right: 0;
|
383 |
+
border: 8px solid transparent;
|
384 |
+
content: "";
|
385 |
+
width: 0;
|
386 |
+
position: absolute;
|
387 |
+
pointer-events: none;
|
388 |
+
border-right-color: #fff;
|
389 |
+
top: 50%;
|
390 |
+
margin-top: -8px;
|
391 |
+
}
|
392 |
+
|
393 |
/***** 4) NGG Admin CSS: Main Content *****/
|
394 |
|
395 |
#ngg_page_content .ngg_page_content_main {
|
399 |
background: #fff;
|
400 |
box-sizing: border-box;
|
401 |
width: 100%;
|
402 |
+
box-shadow: 0 -5px 4px 2px rgba(0,0,0,.05);
|
403 |
}
|
404 |
|
405 |
#ngg_page_content .ngg_overview .ngg_page_content_main,
|
406 |
#ngg_page_content.ngg_settings_page .ngg_page_content_main {
|
407 |
+
width: 80%;
|
408 |
}
|
409 |
|
410 |
.gallery_page_ngg_display_settings #ngg_page_content.ngg_settings_page .ngg_page_content_main {
|
434 |
#ngg_page_content.ngg_settings_page .ngg_page_content_main h3 {
|
435 |
color: rgba(29, 36, 42, 0.85);
|
436 |
font-size: 18px;
|
437 |
+
margin: 20px 0 30px;
|
438 |
text-transform: uppercase;
|
439 |
}
|
440 |
|
442 |
#ngg_page_content .ngg_page_content_main select {
|
443 |
color: #888;
|
444 |
height: 35px;
|
445 |
+
border: 1px solid #ddd;
|
446 |
padding-left: 10px;
|
447 |
box-shadow: none;
|
448 |
width: 200px;
|
449 |
+
box-shadow: inset 0 0 2px 1px rgba(100,100,100,.05);
|
450 |
}
|
451 |
|
452 |
#ngg_page_content .ngg_page_content_main .select2-container {
|
1024 |
#ngg_page_content .responsive-menu-icon {
|
1025 |
display: block;
|
1026 |
background: #9fbb1a;
|
1027 |
+
padding: 10px 0 15px;
|
1028 |
}
|
1029 |
#ngg_page_content .responsive-menu {
|
1030 |
display: none;
|
1034 |
#ngg_page_content .responsive-menu a {
|
1035 |
display: block;
|
1036 |
}
|
1037 |
+
#ngg_page_content .ngg_page_content_menu .ngg_page_content_menu_active:after,
|
1038 |
+
#ngg_page_content .ngg_page_content_menu a:active:after {
|
1039 |
+
display:none;
|
1040 |
+
}
|
1041 |
}
|
products/photocrati_nextgen/modules/nextgen_admin/static/nextgen_admin_page.min.css
CHANGED
@@ -1 +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}}
|
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:#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}}
|
products/photocrati_nextgen/modules/nextgen_data/module.nextgen_data.php
CHANGED
@@ -172,11 +172,8 @@ class M_NextGen_Data extends C_Base_Module
|
|
172 |
$data->removeAttribute($name);
|
173 |
|
174 |
// DO NOT EVER allow href="javascript:...."
|
175 |
-
if ($
|
176 |
-
|
177 |
-
if (strpos($item->nodeValue, 'javascript:') === 0)
|
178 |
-
$item->nodeValue = '#';
|
179 |
-
}
|
180 |
}
|
181 |
}
|
182 |
}
|
172 |
$data->removeAttribute($name);
|
173 |
|
174 |
// DO NOT EVER allow href="javascript:...."
|
175 |
+
if (strpos($item->nodeValue, 'javascript:') === 0)
|
176 |
+
$item->nodeValue = '#';
|
|
|
|
|
|
|
177 |
}
|
178 |
}
|
179 |
}
|
products/photocrati_nextgen/modules/nextgen_data/pel-0.9.6/class.exif_writer.php
CHANGED
@@ -4,6 +4,11 @@
|
|
4 |
// build process as the NGG package files cannot contain PHP 5.3+ code yet. See the
|
5 |
// C_Exif_Writer_Wrapper class which loads this file outside of the POPE module system.
|
6 |
|
|
|
|
|
|
|
|
|
|
|
7 |
require_once('autoload.php');
|
8 |
|
9 |
use lsolesen\pel\PelDataWindow;
|
4 |
// build process as the NGG package files cannot contain PHP 5.3+ code yet. See the
|
5 |
// C_Exif_Writer_Wrapper class which loads this file outside of the POPE module system.
|
6 |
|
7 |
+
/*
|
8 |
+
* TAKE NOTE: when upgrading PEL check that the changes made to PelIfd.php in commit 7317 / 825b17c599b6
|
9 |
+
* have been applied or adopted from upstream.
|
10 |
+
*/
|
11 |
+
|
12 |
require_once('autoload.php');
|
13 |
|
14 |
use lsolesen\pel\PelDataWindow;
|
products/photocrati_nextgen/modules/nextgen_data/pel-0.9.6/src/PelIfd.php
CHANGED
@@ -217,8 +217,14 @@ class PelIfd implements \IteratorAggregate, \ArrayAccess
|
|
217 |
$type = PelIfd::INTEROPERABILITY;
|
218 |
}
|
219 |
|
220 |
-
$
|
221 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
222 |
break;
|
223 |
case PelTag::JPEG_INTERCHANGE_FORMAT:
|
224 |
$thumb_offset = $d->getLong($offset + 12 * $i + 8);
|
@@ -519,7 +525,11 @@ class PelIfd implements \IteratorAggregate, \ArrayAccess
|
|
519 |
}
|
520 |
|
521 |
/* Now set the thumbnail normally. */
|
522 |
-
|
|
|
|
|
|
|
|
|
523 |
}
|
524 |
}
|
525 |
|
217 |
$type = PelIfd::INTEROPERABILITY;
|
218 |
}
|
219 |
|
220 |
+
$ifd = new PelIfd($type);
|
221 |
+
try {
|
222 |
+
$ifd->load($d, $o);
|
223 |
+
$this->sub[$type] = $ifd;
|
224 |
+
} catch (PelDataWindowOffsetException $e) {
|
225 |
+
Pel::maybeThrow(new PelIfdException($e->getMessage()));
|
226 |
+
}
|
227 |
+
|
228 |
break;
|
229 |
case PelTag::JPEG_INTERCHANGE_FORMAT:
|
230 |
$thumb_offset = $d->getLong($offset + 12 * $i + 8);
|
525 |
}
|
526 |
|
527 |
/* Now set the thumbnail normally. */
|
528 |
+
try {
|
529 |
+
$this->setThumbnail($d->getClone($offset, $length));
|
530 |
+
} catch (PelDataWindowWindowException $e) {
|
531 |
+
Pel::maybeThrow(new PelIfdException($e->getMessage()));
|
532 |
+
}
|
533 |
}
|
534 |
}
|
535 |
|
products/photocrati_nextgen/modules/nextgen_pro_upgrade/package.module.nextgen_pro_upgrade.php
CHANGED
@@ -39,7 +39,7 @@ class A_NextGen_Pro_Upgrade_Controller extends Mixin
|
|
39 |
}
|
40 |
function get_page_title()
|
41 |
{
|
42 |
-
return __('Upgrade', 'nggallery');
|
43 |
}
|
44 |
function get_required_permission()
|
45 |
{
|
39 |
}
|
40 |
function get_page_title()
|
41 |
{
|
42 |
+
return __('Upgrade to Pro', 'nggallery');
|
43 |
}
|
44 |
function get_required_permission()
|
45 |
{
|
products/photocrati_nextgen/modules/nextgen_settings/module.nextgen_settings.php
CHANGED
@@ -62,7 +62,6 @@ class C_NextGen_Settings_Installer
|
|
62 |
$this->_local_settings = array(
|
63 |
'gallerypath' => 'wp-content'.DIRECTORY_SEPARATOR.'gallery'.DIRECTORY_SEPARATOR,
|
64 |
'deleteImg' => TRUE, // delete Images
|
65 |
-
'swfUpload' => TRUE, // activate the batch upload
|
66 |
'usePermalinks' => FALSE, // use permalinks for parameters
|
67 |
'permalinkSlug' => 'nggallery', // the default slug for permalinks
|
68 |
'graphicLibrary' => 'gd', // default graphic library
|
62 |
$this->_local_settings = array(
|
63 |
'gallerypath' => 'wp-content'.DIRECTORY_SEPARATOR.'gallery'.DIRECTORY_SEPARATOR,
|
64 |
'deleteImg' => TRUE, // delete Images
|
|
|
65 |
'usePermalinks' => FALSE, // use permalinks for parameters
|
66 |
'permalinkSlug' => 'nggallery', // the default slug for permalinks
|
67 |
'graphicLibrary' => 'gd', // default graphic library
|
products/photocrati_nextgen/modules/nextgen_xmlrpc/package.module.nextgen_xmlrpc.php
CHANGED
@@ -9,6 +9,8 @@ class A_NextGen_API_Ajax extends Mixin
|
|
9 |
var $nextgen_api = NULL;
|
10 |
var $_nextgen_api_locked = false;
|
11 |
var $_shutdown_registered = false;
|
|
|
|
|
12 |
function get_nextgen_api()
|
13 |
{
|
14 |
if (is_null($this->nextgen_api)) {
|
@@ -16,13 +18,33 @@ class A_NextGen_API_Ajax extends Mixin
|
|
16 |
}
|
17 |
return $this->nextgen_api;
|
18 |
}
|
19 |
-
function
|
20 |
{
|
21 |
$api = $this->get_nextgen_api();
|
22 |
$username = $this->object->param('q');
|
23 |
$password = $this->object->param('z');
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
24 |
$app_config = $this->object->param('app_config');
|
25 |
-
$user_obj =
|
26 |
$response = array();
|
27 |
if ($user_obj != null && !is_a($user_obj, 'WP_Error')) {
|
28 |
wp_set_current_user($user_obj->ID);
|
@@ -77,18 +99,56 @@ class A_NextGen_API_Ajax extends Mixin
|
|
77 |
}
|
78 |
return $response;
|
79 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
80 |
function enqueue_nextgen_api_task_list_action()
|
81 |
{
|
82 |
$api = $this->get_nextgen_api();
|
83 |
-
$
|
84 |
-
$password = $this->object->param('z');
|
85 |
$response = array();
|
86 |
-
$user_obj = wp_authenticate($username, $password);
|
87 |
if ($user_obj != null && !is_a($user_obj, 'WP_Error')) {
|
88 |
wp_set_current_user($user_obj->ID);
|
89 |
$security = $this->get_registry()->get_utility('I_Security_Manager');
|
90 |
$app_config = $this->object->param('app_config');
|
91 |
$task_list = $this->object->param('task_list');
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
92 |
if ($task_list != null) {
|
93 |
$task_count = count($task_list);
|
94 |
$auth_count = 0;
|
@@ -145,16 +205,22 @@ class A_NextGen_API_Ajax extends Mixin
|
|
145 |
$handler_delay = defined('NGG_API_JOB_HANDLER_DELAY') ? intval(NGG_API_JOB_HANDLER_DELAY) : 0;
|
146 |
$handler_delay = $handler_delay > 0 ? $handler_delay : 30;
|
147 |
/* in seconds */
|
|
|
|
|
|
|
148 |
$response['result'] = 'ok';
|
149 |
-
$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);
|
150 |
if (!defined('NGG_API_SUPPRESS_QUICK_EXECUTE') || NGG_API_SUPPRESS_QUICK_EXECUTE == false) {
|
151 |
if (!$api->is_execution_locked()) {
|
152 |
$this->_start_locked_execute();
|
153 |
-
|
154 |
-
|
155 |
$response['result_object']['job_result'] = $api->get_job_task_list($job_id);
|
156 |
-
|
157 |
-
|
|
|
|
|
|
|
158 |
}
|
159 |
$this->_stop_locked_execute();
|
160 |
}
|
@@ -183,6 +249,10 @@ class A_NextGen_API_Ajax extends Mixin
|
|
183 |
$this->get_nextgen_api()->set_execution_locked(false);
|
184 |
}
|
185 |
}
|
|
|
|
|
|
|
|
|
186 |
function _start_locked_execute()
|
187 |
{
|
188 |
$api = $this->get_nextgen_api();
|
@@ -190,6 +260,10 @@ class A_NextGen_API_Ajax extends Mixin
|
|
190 |
register_shutdown_function(array($this, '_do_shutdown'));
|
191 |
$this->_shutdown_registered = true;
|
192 |
}
|
|
|
|
|
|
|
|
|
193 |
$api->set_execution_locked(true);
|
194 |
$this->_nextgen_api_locked = true;
|
195 |
}
|
@@ -198,6 +272,10 @@ class A_NextGen_API_Ajax extends Mixin
|
|
198 |
$api = $this->get_nextgen_api();
|
199 |
$api->set_execution_locked(false);
|
200 |
$this->_nextgen_api_locked = false;
|
|
|
|
|
|
|
|
|
201 |
}
|
202 |
function execute_nextgen_api_task_list_action()
|
203 |
{
|
@@ -210,24 +288,36 @@ class A_NextGen_API_Ajax extends Mixin
|
|
210 |
} else {
|
211 |
if ($job_list != null) {
|
212 |
$this->_start_locked_execute();
|
213 |
-
|
214 |
-
|
215 |
-
|
216 |
-
|
217 |
-
$
|
218 |
-
$
|
219 |
-
|
220 |
-
|
221 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
222 |
if (isset($job_data['clientid']) && $job_data['clientid'] == $this->object->param('clientid')) {
|
223 |
$client_result[$job_id] = $api->get_job_task_list($job_id);
|
224 |
}
|
225 |
-
|
226 |
-
|
227 |
-
|
228 |
-
|
229 |
-
|
|
|
|
|
|
|
230 |
}
|
|
|
231 |
}
|
232 |
$this->_stop_locked_execute();
|
233 |
if ($done_count == $job_count) {
|
@@ -307,9 +397,9 @@ class C_NextGen_API extends C_Component
|
|
307 |
function set_execution_locked($locked)
|
308 |
{
|
309 |
if ($locked) {
|
310 |
-
update_option('ngg_api_execution_lock', time());
|
311 |
} else {
|
312 |
-
update_option('ngg_api_execution_lock', 0);
|
313 |
}
|
314 |
}
|
315 |
function get_job_list()
|
@@ -325,7 +415,7 @@ class C_NextGen_API extends C_Component
|
|
325 |
}
|
326 |
$job = array('id' => $job_id, 'post_back' => array('token' => md5($job_id)), 'data' => $job_data, 'app_config' => $app_config, 'task_list' => $task_list);
|
327 |
$job_list[$job_id] = $job;
|
328 |
-
update_option('ngg_api_job_list', $job_list);
|
329 |
return $job_id;
|
330 |
}
|
331 |
function _update_job($job_id, $job)
|
@@ -333,7 +423,7 @@ class C_NextGen_API extends C_Component
|
|
333 |
$job_list = $this->get_job_list();
|
334 |
if (isset($job_list[$job_id])) {
|
335 |
$job_list[$job_id] = $job;
|
336 |
-
update_option('ngg_api_job_list', $job_list);
|
337 |
}
|
338 |
}
|
339 |
function remove_job($job_id)
|
@@ -341,7 +431,7 @@ class C_NextGen_API extends C_Component
|
|
341 |
$job_list = $this->get_job_list();
|
342 |
if (isset($job_list[$job_id])) {
|
343 |
unset($job_list[$job_id]);
|
344 |
-
update_option('ngg_api_job_list', $job_list);
|
345 |
}
|
346 |
}
|
347 |
function get_job($job_id)
|
@@ -386,6 +476,46 @@ class C_NextGen_API extends C_Component
|
|
386 |
}
|
387 |
return null;
|
388 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
389 |
function create_filesystem_access($args, $method = null)
|
390 |
{
|
391 |
// taken from wp-admin/includes/file.php but with modifications
|
@@ -486,7 +616,7 @@ class C_NextGen_API extends C_Component
|
|
486 |
return $id;
|
487 |
}
|
488 |
// 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
|
489 |
-
function handle_job($job_id, $job_data, $app_config, $task_list)
|
490 |
{
|
491 |
$job_user = $job_data['user'];
|
492 |
$task_count = count($task_list);
|
@@ -635,8 +765,9 @@ class C_NextGen_API extends C_Component
|
|
635 |
$image_id = isset($image['id']) ? $image['id'] : null;
|
636 |
$image_filename = isset($image['filename']) ? $image['filename'] : null;
|
637 |
$image_path = isset($image['path']) ? $image['path'] : null;
|
|
|
638 |
$image_action = isset($image['action']) ? $image['action'] : null;
|
639 |
-
$image_status = 'skip';
|
640 |
if ($image_filename == null) {
|
641 |
$image_filename = basename($image_path);
|
642 |
}
|
@@ -670,10 +801,36 @@ class C_NextGen_API extends C_Component
|
|
670 |
}
|
671 |
} else {
|
672 |
/* image was added or edited and needs updating */
|
673 |
-
$
|
674 |
-
if ($
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
675 |
try {
|
676 |
-
$ngg_image = $storage->upload_base64_image($gallery, $
|
677 |
if ($ngg_image != null) {
|
678 |
$image_status = 'done';
|
679 |
$image_id = $ngg_image->{$ngg_image->id_field};
|
@@ -692,10 +849,6 @@ class C_NextGen_API extends C_Component
|
|
692 |
} catch (E_EntityNotFoundException $e) {
|
693 |
// gallery doesn't exist - already checked above so this should never happen
|
694 |
}
|
695 |
-
// delete temporary image
|
696 |
-
$wp_fs->delete($image_path);
|
697 |
-
} else {
|
698 |
-
$image_error = __('Could not find image file for image (%1$s).', 'nggallery');
|
699 |
}
|
700 |
}
|
701 |
if ($image_error != null) {
|
@@ -708,8 +861,10 @@ class C_NextGen_API extends C_Component
|
|
708 |
if ($image_status) {
|
709 |
$image['status'] = $image_status;
|
710 |
}
|
711 |
-
|
712 |
-
|
|
|
|
|
713 |
if ($this->should_stop_execution()) {
|
714 |
break;
|
715 |
}
|
@@ -717,7 +872,7 @@ class C_NextGen_API extends C_Component
|
|
717 |
$task_result['image_list'] = $result_images;
|
718 |
$image_list_unfinished = count($result_images) < $image_count;
|
719 |
// if images have finished processing, remove the folder used to store the temporary images (the folder should be empty due to delete() calls above)
|
720 |
-
if (!$image_list_unfinished) {
|
721 |
$wp_fs->rmdir($images_folder);
|
722 |
}
|
723 |
} else {
|
@@ -737,7 +892,7 @@ class C_NextGen_API extends C_Component
|
|
737 |
$error = __('Could not find gallery (%1$s).', 'nggallery');
|
738 |
}
|
739 |
// XXX workaround for $gallery->save() returning false even if successful
|
740 |
-
if (isset($task_result['image_list'])) {
|
741 |
$task_result['object_id'] = $gallery->id();
|
742 |
}
|
743 |
if ($error == null) {
|
@@ -887,18 +1042,21 @@ class C_NextGen_API extends C_Component
|
|
887 |
// unfinished tasks, return false
|
888 |
return false;
|
889 |
} else {
|
890 |
-
|
891 |
-
$
|
892 |
-
|
893 |
-
|
894 |
-
$
|
895 |
-
$
|
896 |
-
|
897 |
-
|
898 |
-
|
899 |
-
|
900 |
-
|
901 |
-
|
|
|
|
|
|
|
902 |
}
|
903 |
return true;
|
904 |
}
|
9 |
var $nextgen_api = NULL;
|
10 |
var $_nextgen_api_locked = false;
|
11 |
var $_shutdown_registered = false;
|
12 |
+
var $_error_handler_registered = false;
|
13 |
+
var $_error_handler_old = null;
|
14 |
function get_nextgen_api()
|
15 |
{
|
16 |
if (is_null($this->nextgen_api)) {
|
18 |
}
|
19 |
return $this->nextgen_api;
|
20 |
}
|
21 |
+
function _authenticate_user($regenerate_token = false)
|
22 |
{
|
23 |
$api = $this->get_nextgen_api();
|
24 |
$username = $this->object->param('q');
|
25 |
$password = $this->object->param('z');
|
26 |
+
$token = $this->object->param('tok');
|
27 |
+
return $api->authenticate_user($username, $password, $token, $regenerate_token);
|
28 |
+
}
|
29 |
+
function get_nextgen_api_token_action()
|
30 |
+
{
|
31 |
+
$regen = $this->object->param('regenerate_token') ? true : false;
|
32 |
+
$user_obj = $this->_authenticate_user($regen);
|
33 |
+
$response = array();
|
34 |
+
if ($user_obj != null) {
|
35 |
+
$response['result'] = 'ok';
|
36 |
+
$response['result_object'] = array('token' => get_user_meta($user_obj->ID, 'nextgen_api_token', true));
|
37 |
+
} else {
|
38 |
+
$response['result'] = 'error';
|
39 |
+
$response['error'] = array('code' => C_NextGen_API::ERR_NOT_AUTHENTICATED, 'message' => __('Authentication Failed.', 'nggallery'));
|
40 |
+
}
|
41 |
+
return $response;
|
42 |
+
}
|
43 |
+
function get_nextgen_api_path_list_action()
|
44 |
+
{
|
45 |
+
$api = $this->get_nextgen_api();
|
46 |
$app_config = $this->object->param('app_config');
|
47 |
+
$user_obj = $this->_authenticate_user();
|
48 |
$response = array();
|
49 |
if ($user_obj != null && !is_a($user_obj, 'WP_Error')) {
|
50 |
wp_set_current_user($user_obj->ID);
|
99 |
}
|
100 |
return $response;
|
101 |
}
|
102 |
+
function _get_max_upload_size()
|
103 |
+
{
|
104 |
+
static $max_size = -1;
|
105 |
+
if ($max_size < 0) {
|
106 |
+
$post_max_size = $this->_parse_size(ini_get('post_max_size'));
|
107 |
+
if ($post_max_size > 0) {
|
108 |
+
$max_size = $post_max_size;
|
109 |
+
}
|
110 |
+
$upload_max = $this->_parse_size(ini_get('upload_max_filesize'));
|
111 |
+
if ($upload_max > 0 && $upload_max < $max_size) {
|
112 |
+
$max_size = $upload_max;
|
113 |
+
}
|
114 |
+
}
|
115 |
+
return $max_size;
|
116 |
+
}
|
117 |
+
function _parse_size($size)
|
118 |
+
{
|
119 |
+
$unit = preg_replace('/[^bkmgtpezy]/i', '', $size);
|
120 |
+
$size = preg_replace('/[^0-9\\.]/', '', $size);
|
121 |
+
if ($unit) {
|
122 |
+
return round($size * pow(1024, stripos('bkmgtpezy', $unit[0])));
|
123 |
+
} else {
|
124 |
+
return round($size);
|
125 |
+
}
|
126 |
+
}
|
127 |
function enqueue_nextgen_api_task_list_action()
|
128 |
{
|
129 |
$api = $this->get_nextgen_api();
|
130 |
+
$user_obj = $this->_authenticate_user();
|
|
|
131 |
$response = array();
|
|
|
132 |
if ($user_obj != null && !is_a($user_obj, 'WP_Error')) {
|
133 |
wp_set_current_user($user_obj->ID);
|
134 |
$security = $this->get_registry()->get_utility('I_Security_Manager');
|
135 |
$app_config = $this->object->param('app_config');
|
136 |
$task_list = $this->object->param('task_list');
|
137 |
+
$extra_data = $this->object->param('extra_data');
|
138 |
+
if (is_string($app_config)) {
|
139 |
+
$app_config = json_decode($app_config, true);
|
140 |
+
}
|
141 |
+
if (is_string($task_list)) {
|
142 |
+
$task_list = json_decode($task_list, true);
|
143 |
+
}
|
144 |
+
if (is_string($extra_data)) {
|
145 |
+
$extra_data = json_decode($extra_data, true);
|
146 |
+
}
|
147 |
+
foreach ($_FILES as $key => $file) {
|
148 |
+
if (substr($key, 0, strlen('file_data_')) == 'file_data_') {
|
149 |
+
$extra_data[substr($key, strlen('file_data_'))] = $file;
|
150 |
+
}
|
151 |
+
}
|
152 |
if ($task_list != null) {
|
153 |
$task_count = count($task_list);
|
154 |
$auth_count = 0;
|
205 |
$handler_delay = defined('NGG_API_JOB_HANDLER_DELAY') ? intval(NGG_API_JOB_HANDLER_DELAY) : 0;
|
206 |
$handler_delay = $handler_delay > 0 ? $handler_delay : 30;
|
207 |
/* in seconds */
|
208 |
+
$handler_maxsize = defined('NGG_API_JOB_HANDLER_MAXSIZE') ? intval(NGG_API_JOB_HANDLER_MAXSIZE) : 0;
|
209 |
+
$handler_maxsize = $handler_maxsize > 0 ? $handler_maxsize : $this->_get_max_upload_size();
|
210 |
+
/* in bytes */
|
211 |
$response['result'] = 'ok';
|
212 |
+
$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);
|
213 |
if (!defined('NGG_API_SUPPRESS_QUICK_EXECUTE') || NGG_API_SUPPRESS_QUICK_EXECUTE == false) {
|
214 |
if (!$api->is_execution_locked()) {
|
215 |
$this->_start_locked_execute();
|
216 |
+
try {
|
217 |
+
$result = $api->handle_job($job_id, $api->get_job_data($job_id), $app_config, $api->get_job_task_list($job_id), $extra_data);
|
218 |
$response['result_object']['job_result'] = $api->get_job_task_list($job_id);
|
219 |
+
if ($result) {
|
220 |
+
// everything was finished, remove job
|
221 |
+
$api->remove_job($job_id);
|
222 |
+
}
|
223 |
+
} catch (Exception $e) {
|
224 |
}
|
225 |
$this->_stop_locked_execute();
|
226 |
}
|
249 |
$this->get_nextgen_api()->set_execution_locked(false);
|
250 |
}
|
251 |
}
|
252 |
+
function _error_handler($errno, $errstr, $errfile, $errline)
|
253 |
+
{
|
254 |
+
return false;
|
255 |
+
}
|
256 |
function _start_locked_execute()
|
257 |
{
|
258 |
$api = $this->get_nextgen_api();
|
260 |
register_shutdown_function(array($this, '_do_shutdown'));
|
261 |
$this->_shutdown_registered = true;
|
262 |
}
|
263 |
+
if (!$this->_error_handler_registered) {
|
264 |
+
//$this->_error_handler_old = set_error_handler(array($this, '_error_handler'));
|
265 |
+
$this->_error_handler_registered = true;
|
266 |
+
}
|
267 |
$api->set_execution_locked(true);
|
268 |
$this->_nextgen_api_locked = true;
|
269 |
}
|
272 |
$api = $this->get_nextgen_api();
|
273 |
$api->set_execution_locked(false);
|
274 |
$this->_nextgen_api_locked = false;
|
275 |
+
if ($this->_error_handler_registered) {
|
276 |
+
//set_error_handler($this->_error_handler_old);
|
277 |
+
$this->_error_handler_registered = false;
|
278 |
+
}
|
279 |
}
|
280 |
function execute_nextgen_api_task_list_action()
|
281 |
{
|
288 |
} else {
|
289 |
if ($job_list != null) {
|
290 |
$this->_start_locked_execute();
|
291 |
+
try {
|
292 |
+
$extra_data = $this->object->param('extra_data');
|
293 |
+
$job_count = count($job_list);
|
294 |
+
$done_count = 0;
|
295 |
+
$client_result = array();
|
296 |
+
if (is_string($extra_data)) {
|
297 |
+
$extra_data = json_decode($extra_data, true);
|
298 |
+
}
|
299 |
+
foreach ($_FILES as $key => $file) {
|
300 |
+
if (substr($key, 0, strlen('file_data_')) == 'file_data_') {
|
301 |
+
$extra_data[substr($key, strlen('file_data_'))] = $file;
|
302 |
+
}
|
303 |
+
}
|
304 |
+
foreach ($job_list as $job) {
|
305 |
+
$job_id = $job['id'];
|
306 |
+
$job_data = $job['data'];
|
307 |
+
$result = $api->handle_job($job_id, $job_data, $job['app_config'], $job['task_list'], $extra_data);
|
308 |
if (isset($job_data['clientid']) && $job_data['clientid'] == $this->object->param('clientid')) {
|
309 |
$client_result[$job_id] = $api->get_job_task_list($job_id);
|
310 |
}
|
311 |
+
if ($result) {
|
312 |
+
$done_count++;
|
313 |
+
// everything was finished, remove job
|
314 |
+
$api->remove_job($job_id);
|
315 |
+
}
|
316 |
+
if ($api->should_stop_execution()) {
|
317 |
+
break;
|
318 |
+
}
|
319 |
}
|
320 |
+
} catch (Exception $e) {
|
321 |
}
|
322 |
$this->_stop_locked_execute();
|
323 |
if ($done_count == $job_count) {
|
397 |
function set_execution_locked($locked)
|
398 |
{
|
399 |
if ($locked) {
|
400 |
+
update_option('ngg_api_execution_lock', time(), false);
|
401 |
} else {
|
402 |
+
update_option('ngg_api_execution_lock', 0, false);
|
403 |
}
|
404 |
}
|
405 |
function get_job_list()
|
415 |
}
|
416 |
$job = array('id' => $job_id, 'post_back' => array('token' => md5($job_id)), 'data' => $job_data, 'app_config' => $app_config, 'task_list' => $task_list);
|
417 |
$job_list[$job_id] = $job;
|
418 |
+
update_option('ngg_api_job_list', $job_list, false);
|
419 |
return $job_id;
|
420 |
}
|
421 |
function _update_job($job_id, $job)
|
423 |
$job_list = $this->get_job_list();
|
424 |
if (isset($job_list[$job_id])) {
|
425 |
$job_list[$job_id] = $job;
|
426 |
+
update_option('ngg_api_job_list', $job_list, false);
|
427 |
}
|
428 |
}
|
429 |
function remove_job($job_id)
|
431 |
$job_list = $this->get_job_list();
|
432 |
if (isset($job_list[$job_id])) {
|
433 |
unset($job_list[$job_id]);
|
434 |
+
update_option('ngg_api_job_list', $job_list, false);
|
435 |
}
|
436 |
}
|
437 |
function get_job($job_id)
|
476 |
}
|
477 |
return null;
|
478 |
}
|
479 |
+
function authenticate_user($username, $password, $token, $regenerate_token = false)
|
480 |
+
{
|
481 |
+
$user_obj = null;
|
482 |
+
if ($token != null) {
|
483 |
+
$users = get_users(array('meta_key' => 'nextgen_api_token', 'meta_value' => $token));
|
484 |
+
if ($users != null && count($users) == 1) {
|
485 |
+
$user_obj = $users[0];
|
486 |
+
}
|
487 |
+
}
|
488 |
+
if ($user_obj == null) {
|
489 |
+
if ($username != null && $password != null) {
|
490 |
+
$user_obj = wp_authenticate($username, $password);
|
491 |
+
$token = get_user_meta($user_obj->ID, 'nextgen_api_token', true);
|
492 |
+
if ($token == null) {
|
493 |
+
$regenerate_token = true;
|
494 |
+
}
|
495 |
+
}
|
496 |
+
}
|
497 |
+
if (is_a($user_obj, 'WP_Error')) {
|
498 |
+
$user_obj = null;
|
499 |
+
}
|
500 |
+
if ($regenerate_token) {
|
501 |
+
if ($user_obj != null) {
|
502 |
+
$token = '';
|
503 |
+
if (function_exists('random_bytes')) {
|
504 |
+
$token = bin2hex(random_bytes(16));
|
505 |
+
} else {
|
506 |
+
if (function_exists('openssl_random_pseudo_bytes')) {
|
507 |
+
$token = bin2hex(openssl_random_pseudo_bytes(16));
|
508 |
+
} else {
|
509 |
+
for ($i = 0; $i < 16; $i++) {
|
510 |
+
$token .= bin2hex(mt_rand(0, 15));
|
511 |
+
}
|
512 |
+
}
|
513 |
+
}
|
514 |
+
update_user_meta($user_obj->ID, 'nextgen_api_token', $token);
|
515 |
+
}
|
516 |
+
}
|
517 |
+
return $user_obj;
|
518 |
+
}
|
519 |
function create_filesystem_access($args, $method = null)
|
520 |
{
|
521 |
// taken from wp-admin/includes/file.php but with modifications
|
616 |
return $id;
|
617 |
}
|
618 |
// 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
|
619 |
+
function handle_job($job_id, $job_data, $app_config, $task_list, $extra_data = null)
|
620 |
{
|
621 |
$job_user = $job_data['user'];
|
622 |
$task_count = count($task_list);
|
765 |
$image_id = isset($image['id']) ? $image['id'] : null;
|
766 |
$image_filename = isset($image['filename']) ? $image['filename'] : null;
|
767 |
$image_path = isset($image['path']) ? $image['path'] : null;
|
768 |
+
$image_data_key = isset($image['data_key']) ? $image['data_key'] : null;
|
769 |
$image_action = isset($image['action']) ? $image['action'] : null;
|
770 |
+
$image_status = isset($image['status']) ? $image['status'] : 'skip';
|
771 |
if ($image_filename == null) {
|
772 |
$image_filename = basename($image_path);
|
773 |
}
|
801 |
}
|
802 |
} else {
|
803 |
/* image was added or edited and needs updating */
|
804 |
+
$image_data = null;
|
805 |
+
if ($image_data_key != null) {
|
806 |
+
if (!isset($extra_data['__queuedImages'][$image_data_key])) {
|
807 |
+
if (isset($extra_data[$image_data_key])) {
|
808 |
+
$image_data_arr = $extra_data[$image_data_key];
|
809 |
+
$image_data = file_get_contents($image_data_arr['tmp_name']);
|
810 |
+
}
|
811 |
+
if ($image_data == null) {
|
812 |
+
$image_error = __('Could not obtain data for image (%1$s).', 'nggallery');
|
813 |
+
}
|
814 |
+
} else {
|
815 |
+
$image_status = 'queued';
|
816 |
+
}
|
817 |
+
} else {
|
818 |
+
$image_path = $images_folder . $image_path;
|
819 |
+
if ($image_path != null && $wp_fs->exists($image_path)) {
|
820 |
+
$image_data = $wp_fs->get_contents($image_path);
|
821 |
+
} else {
|
822 |
+
if (is_multisite()) {
|
823 |
+
$image_error = __('Could not find image file for image (%1$s). Using FTP Upload Method in Multisite is not recommended.', 'nggallery');
|
824 |
+
} else {
|
825 |
+
$image_error = __('Could not find image file for image (%1$s).', 'nggallery');
|
826 |
+
}
|
827 |
+
}
|
828 |
+
// delete temporary image
|
829 |
+
$wp_fs->delete($image_path);
|
830 |
+
}
|
831 |
+
if ($image_data != null) {
|
832 |
try {
|
833 |
+
$ngg_image = $storage->upload_base64_image($gallery, $image_data, $image_filename, $image_id, true);
|
834 |
if ($ngg_image != null) {
|
835 |
$image_status = 'done';
|
836 |
$image_id = $ngg_image->{$ngg_image->id_field};
|
849 |
} catch (E_EntityNotFoundException $e) {
|
850 |
// gallery doesn't exist - already checked above so this should never happen
|
851 |
}
|
|
|
|
|
|
|
|
|
852 |
}
|
853 |
}
|
854 |
if ($image_error != null) {
|
861 |
if ($image_status) {
|
862 |
$image['status'] = $image_status;
|
863 |
}
|
864 |
+
if ($image_status != 'queued') {
|
865 |
+
// append processed image to result image_list array
|
866 |
+
$result_images[] = $image;
|
867 |
+
}
|
868 |
if ($this->should_stop_execution()) {
|
869 |
break;
|
870 |
}
|
872 |
$task_result['image_list'] = $result_images;
|
873 |
$image_list_unfinished = count($result_images) < $image_count;
|
874 |
// if images have finished processing, remove the folder used to store the temporary images (the folder should be empty due to delete() calls above)
|
875 |
+
if (!$image_list_unfinished && $storage_path != null && $storage_path != $fs_sep && $path_prefix != null && $path_prefix != $fs_sep) {
|
876 |
$wp_fs->rmdir($images_folder);
|
877 |
}
|
878 |
} else {
|
892 |
$error = __('Could not find gallery (%1$s).', 'nggallery');
|
893 |
}
|
894 |
// XXX workaround for $gallery->save() returning false even if successful
|
895 |
+
if (isset($task_result['image_list']) && $gallery != null) {
|
896 |
$task_result['object_id'] = $gallery->id();
|
897 |
}
|
898 |
if ($error == null) {
|
1042 |
// unfinished tasks, return false
|
1043 |
return false;
|
1044 |
} else {
|
1045 |
+
$upload_method = isset($app_config['upload_method']) ? $app_config['upload_method'] : 'ftp';
|
1046 |
+
if ($upload_method == 'ftp') {
|
1047 |
+
// everything was finished, write status file
|
1048 |
+
$status_file = '_ngg_job_status_' . strval($job_id) . '.txt';
|
1049 |
+
$status_content = json_encode($task_list);
|
1050 |
+
if ($wp_fs != null) {
|
1051 |
+
$status_path = $path_prefix . $fs_sep . $status_file;
|
1052 |
+
$status_path = str_replace(array('\\', '/'), $fs_sep, $status_path);
|
1053 |
+
$wp_fs->put_contents($status_path, $status_content);
|
1054 |
+
} else {
|
1055 |
+
// if WP_Filesystem failed try one last desperate attempt at direct file writing
|
1056 |
+
$status_path = str_replace($ftp_path, $root_path, $full_path) . DIRECTORY_SEPARATOR . $status_file;
|
1057 |
+
$status_path = str_replace(array('\\', '/'), DIRECTORY_SEPARATOR, $status_path);
|
1058 |
+
file_put_contents($status_path, $status_content);
|
1059 |
+
}
|
1060 |
}
|
1061 |
return true;
|
1062 |
}
|
products/photocrati_nextgen/modules/ngglegacy/admin/css/nggadmin.css
CHANGED
@@ -146,13 +146,6 @@ div[data-id="genesis-link"] .feature-section .col {
|
|
146 |
max-width: 100%;
|
147 |
}
|
148 |
|
149 |
-
/* FLASH UPLOAD BUTTON */
|
150 |
-
.swfupload {
|
151 |
-
position:absolute;
|
152 |
-
z-index:1;
|
153 |
-
vertical-align:top;
|
154 |
-
}
|
155 |
-
|
156 |
/* OPTIONS TABLE */
|
157 |
.ngg-options th {
|
158 |
width:22%;
|
@@ -351,11 +344,15 @@ a.switch-expert {
|
|
351 |
}
|
352 |
|
353 |
.ngg_manage_galleries th#id {
|
354 |
-
|
355 |
}
|
356 |
|
357 |
.ngg_manage_galleries th#title {
|
358 |
-
min-width:
|
|
|
|
|
|
|
|
|
359 |
}
|
360 |
|
361 |
.ngg_manage_galleries th#author {
|
146 |
max-width: 100%;
|
147 |
}
|
148 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
149 |
/* OPTIONS TABLE */
|
150 |
.ngg-options th {
|
151 |
width:22%;
|
344 |
}
|
345 |
|
346 |
.ngg_manage_galleries th#id {
|
347 |
+
width: 33px;
|
348 |
}
|
349 |
|
350 |
.ngg_manage_galleries th#title {
|
351 |
+
min-width: 140px;
|
352 |
+
}
|
353 |
+
|
354 |
+
.ngg_manage_galleries td.title {
|
355 |
+
font-weight: bold;
|
356 |
}
|
357 |
|
358 |
.ngg_manage_galleries th#author {
|
products/photocrati_nextgen/modules/ngglegacy/admin/css/nggadmin.min.css
CHANGED
@@ -1 +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}}
|
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%}.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}}
|
products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php
CHANGED
@@ -343,8 +343,6 @@ jQuery(document).ready( function($) {
|
|
343 |
<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>
|
344 |
</div>
|
345 |
|
346 |
-
<br style="clear: both;" />
|
347 |
-
|
348 |
<div class='ngg_page_content_main'>
|
349 |
|
350 |
<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($) {
|
|
549 |
<select name="dest_gid" style="width:90%" >
|
550 |
<?php
|
551 |
foreach ($gallerylist as $gallery) {
|
552 |
-
if ($gallery->gid != $act_gid) {
|
553 |
-
|
554 |
-
|
555 |
-
|
556 |
-
|
557 |
}
|
558 |
?>
|
559 |
</select>
|
343 |
<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>
|
344 |
</div>
|
345 |
|
|
|
|
|
346 |
<div class='ngg_page_content_main'>
|
347 |
|
348 |
<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">
|
547 |
<select name="dest_gid" style="width:90%" >
|
548 |
<?php
|
549 |
foreach ($gallerylist as $gallery) {
|
550 |
+
if ($gallery->gid != $act_gid) { ?>
|
551 |
+
<option value="<?php echo esc_attr($gallery->gid); ?>">
|
552 |
+
<?php print esc_attr(apply_filters('ngg_gallery_title_select_field', $gallery->title, $gallery, FALSE)); ?>
|
553 |
+
</option>
|
554 |
+
<?php }
|
555 |
}
|
556 |
?>
|
557 |
</select>
|
products/photocrati_nextgen/modules/ngglegacy/admin/manage-sort.php
CHANGED
@@ -17,8 +17,10 @@ function nggallery_sortorder($galleryID = 0){
|
|
17 |
if (isset ($_POST['updateSortorder'])) {
|
18 |
check_admin_referer('ngg_updatesortorder');
|
19 |
// get variable new sortorder
|
20 |
-
|
21 |
-
|
|
|
|
|
22 |
$neworder = array();
|
23 |
foreach($sortArray as $pid) {
|
24 |
$neworder[] = (int) $pid;
|
@@ -70,8 +72,8 @@ function nggallery_sortorder($galleryID = 0){
|
|
70 |
var $images = $('div.imageBox');
|
71 |
for (var i=0; i<$images.length; i++) {
|
72 |
var image_id = $images[i].id.split('-').pop();
|
73 |
-
if (serial.length > 0) serial = serial + '
|
74 |
-
serial = serial +
|
75 |
}
|
76 |
$('input[name=sortorder]').val(serial);
|
77 |
});
|
17 |
if (isset ($_POST['updateSortorder'])) {
|
18 |
check_admin_referer('ngg_updatesortorder');
|
19 |
// get variable new sortorder
|
20 |
+
if (!empty($_POST['sortorder']))
|
21 |
+
$sortArray = explode(',', $_POST['sortorder']);
|
22 |
+
if (is_array($sortArray))
|
23 |
+
{
|
24 |
$neworder = array();
|
25 |
foreach($sortArray as $pid) {
|
26 |
$neworder[] = (int) $pid;
|
72 |
var $images = $('div.imageBox');
|
73 |
for (var i=0; i<$images.length; i++) {
|
74 |
var image_id = $images[i].id.split('-').pop();
|
75 |
+
if (serial.length > 0) serial = serial + ',';
|
76 |
+
serial = serial + image_id;
|
77 |
}
|
78 |
$('input[name=sortorder]').val(serial);
|
79 |
});
|
products/photocrati_nextgen/modules/ngglegacy/admin/manage.php
CHANGED
@@ -1008,7 +1008,9 @@ class nggManageGallery {
|
|
1008 |
if (!empty($results))
|
1009 |
{
|
1010 |
foreach ($results as $term_id) {
|
1011 |
-
|
|
|
|
|
1012 |
}
|
1013 |
}
|
1014 |
}
|
1008 |
if (!empty($results))
|
1009 |
{
|
1010 |
foreach ($results as $term_id) {
|
1011 |
+
$term_id = apply_filters('ngg_pre_delete_unused_term_id', $term_id);
|
1012 |
+
if (!empty($term_id))
|
1013 |
+
wp_delete_term($term_id, 'ngg_tag');
|
1014 |
}
|
1015 |
}
|
1016 |
}
|
products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php
CHANGED
@@ -197,8 +197,9 @@ if ($chromeless)
|
|
197 |
$gallerylist = $nggdb->find_all_galleries();
|
198 |
if(is_array($gallerylist)) {
|
199 |
foreach($gallerylist as $gallery) {
|
200 |
-
$selected = ($gallery->gid == $galleryID )? ' selected="selected"' :
|
201 |
-
|
|
|
202 |
}
|
203 |
}
|
204 |
?>
|
197 |
$gallerylist = $nggdb->find_all_galleries();
|
198 |
if(is_array($gallerylist)) {
|
199 |
foreach($gallerylist as $gallery) {
|
200 |
+
$selected = ($gallery->gid == $galleryID )? ' selected="selected"' : '';
|
201 |
+
$gallery_title = apply_filters('ngg_gallery_title_select_field', $gallery->title, $gallery, $gallery->gid == $galleryID);
|
202 |
+
echo "<option value='{$gallery->gid}'{$selected}>{$gallery_title}</option>\n";
|
203 |
}
|
204 |
}
|
205 |
?>
|
products/photocrati_nextgen/modules/ngglegacy/admin/overview.php
CHANGED
@@ -186,7 +186,15 @@ function nggallery_admin_overview()
|
|
186 |
<div class='ngg_page_content_menu'>
|
187 |
<a href="javascript:void(0)" data-id="welcome-link"><?php _e( 'Welcome', 'nggallery' ); ?></a>
|
188 |
<a href="javascript:void(0)" data-id="videos-link" style="display:none;"><?php _e( 'More Videos' ); ?></a>
|
189 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
190 |
<a href="javascript:void(0)" data-id="genesis-link"><?php _e( 'Genesis Themes' ); ?></a>
|
191 |
<?php if (!is_multisite() || is_super_admin()) { ?>
|
192 |
<a href="javascript:void(0)" data-id="details-link"><?php _e( 'Site Details' ); ?></a>
|
186 |
<div class='ngg_page_content_menu'>
|
187 |
<a href="javascript:void(0)" data-id="welcome-link"><?php _e( 'Welcome', 'nggallery' ); ?></a>
|
188 |
<a href="javascript:void(0)" data-id="videos-link" style="display:none;"><?php _e( 'More Videos' ); ?></a>
|
189 |
+
<?php
|
190 |
+
$found = FALSE;
|
191 |
+
if (defined('NEXTGEN_GALLERY_PRO_PLUGIN_BASENAME')
|
192 |
+
|| defined('NGG_PRO_PLUGIN_BASENAME')
|
193 |
+
|| defined('NGG_PLUS_PLUGIN_BASENAME'))
|
194 |
+
$found = TRUE;
|
195 |
+
if (!$found) { ?>
|
196 |
+
<a href="javascript:void(0)" data-id="pro-link"><?php _e( 'Upgrade to Pro' ); ?></a>
|
197 |
+
<?php } ?>
|
198 |
<a href="javascript:void(0)" data-id="genesis-link"><?php _e( 'Genesis Themes' ); ?></a>
|
199 |
<?php if (!is_multisite() || is_super_admin()) { ?>
|
200 |
<a href="javascript:void(0)" data-id="details-link"><?php _e( 'Site Details' ); ?></a>
|
products/photocrati_nextgen/modules/ngglegacy/admin/templates/manage_gallery/gallery_create_page_field.php
CHANGED
@@ -7,5 +7,5 @@
|
|
7 |
</option>
|
8 |
<?php endforeach ?>
|
9 |
</select>
|
10 |
-
<input type="submit" id="group" value="<?php _e('Add page', 'nggallery'); ?>" name="addnewpage" class="button-
|
11 |
</span>
|
7 |
</option>
|
8 |
<?php endforeach ?>
|
9 |
</select>
|
10 |
+
<input type="submit" id="group" value="<?php _e('Add page', 'nggallery'); ?>" name="addnewpage" class="button-secondary action">
|
11 |
</span>
|
products/photocrati_nextgen/modules/third_party_compat/module.third_party_compat.php
CHANGED
@@ -123,6 +123,7 @@ class M_Third_Party_Compat extends C_Base_Module
|
|
123 |
add_filter('ngg_atp_show_display_type', array($this, 'atp_check_pro_albums'), 10, 2);
|
124 |
add_filter('run_ngg_resource_manager', array($this, 'run_ngg_resource_manager'));
|
125 |
add_filter('wpseo_sitemap_urlimages', array($this, 'add_wpseo_xml_sitemap_images'), 10, 2);
|
|
|
126 |
|
127 |
if ($this->is_ngg_page()) add_action('admin_enqueue_scripts', array(&$this, 'dequeue_spider_calendar_resources'));
|
128 |
|
@@ -298,6 +299,23 @@ class M_Third_Party_Compat extends C_Base_Module
|
|
298 |
M_WordPress_Routing::$_use_old_slugs = FALSE;
|
299 |
}
|
300 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
301 |
/**
|
302 |
* CKEditor features a custom NextGEN shortcode generator that unfortunately relies on parts of the NextGEN
|
303 |
* 1.9x API that has been deprecated in NextGEN 2.0
|
123 |
add_filter('ngg_atp_show_display_type', array($this, 'atp_check_pro_albums'), 10, 2);
|
124 |
add_filter('run_ngg_resource_manager', array($this, 'run_ngg_resource_manager'));
|
125 |
add_filter('wpseo_sitemap_urlimages', array($this, 'add_wpseo_xml_sitemap_images'), 10, 2);
|
126 |
+
add_filter('ngg_pre_delete_unused_term_id', array($this, 'dont_auto_purge_wpml_terms'));
|
127 |
|
128 |
if ($this->is_ngg_page()) add_action('admin_enqueue_scripts', array(&$this, 'dequeue_spider_calendar_resources'));
|
129 |
|
299 |
M_WordPress_Routing::$_use_old_slugs = FALSE;
|
300 |
}
|
301 |
|
302 |
+
/**
|
303 |
+
* NGG automatically purges unused terms when managing a gallery, but this also ensnares WPML translations
|
304 |
+
* @param $term_id
|
305 |
+
* @return bool
|
306 |
+
*/
|
307 |
+
public function dont_auto_purge_wpml_terms($term_id)
|
308 |
+
{
|
309 |
+
$args = array('element_id' => $term_id,
|
310 |
+
'element_type' => 'ngg_tag');
|
311 |
+
$term_language_code = apply_filters('wpml_element_language_code', null, $args);
|
312 |
+
|
313 |
+
if (!empty($term_language_code))
|
314 |
+
return FALSE;
|
315 |
+
else
|
316 |
+
return $term_id;
|
317 |
+
}
|
318 |
+
|
319 |
/**
|
320 |
* CKEditor features a custom NextGEN shortcode generator that unfortunately relies on parts of the NextGEN
|
321 |
* 1.9x API that has been deprecated in NextGEN 2.0
|
readme.txt
CHANGED
@@ -2,11 +2,11 @@
|
|
2 |
Contributors: photocrati, imagely
|
3 |
Tags: wordpress gallery plugin, gallery, nextgen, nextgen gallery, photo gallery, image gallery, photography, slideshow, images, photo, photo album, watermark
|
4 |
Requires at least: 4.0.0
|
5 |
-
Stable tag: 3.0.
|
6 |
-
Tested up to: 4.9.
|
7 |
License: GPLv2
|
8 |
|
9 |
-
The most popular WordPress gallery plugin and one of the most popular plugins of all time with over
|
10 |
|
11 |
== Description ==
|
12 |
|
@@ -183,6 +183,21 @@ For more information, feel free to visit the official website for the NextGEN Ga
|
|
183 |
|
184 |
== Changelog ==
|
185 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
186 |
= V3.0.1 - 05.17.2018 =
|
187 |
* Fixed: Prevent caching of display_tab.js which can break the IGW
|
188 |
|
2 |
Contributors: photocrati, imagely
|
3 |
Tags: wordpress gallery plugin, gallery, nextgen, nextgen gallery, photo gallery, image gallery, photography, slideshow, images, photo, photo album, watermark
|
4 |
Requires at least: 4.0.0
|
5 |
+
Stable tag: 3.0.6
|
6 |
+
Tested up to: 4.9.7
|
7 |
License: GPLv2
|
8 |
|
9 |
+
The most popular WordPress gallery plugin and one of the most popular plugins of all time with over 22 million downloads.
|
10 |
|
11 |
== Description ==
|
12 |
|
183 |
|
184 |
== Changelog ==
|
185 |
|
186 |
+
= V3.0.6 - 07.24.2018 =
|
187 |
+
* NEW: Added 'ngg_gallery_title_select_field' filter
|
188 |
+
* NEW: Danish translations
|
189 |
+
* NEW: Slovakian translations
|
190 |
+
* Changed: Removed unused swfUpload setting key from ngg_options array
|
191 |
+
* Secured: Image attribute storage
|
192 |
+
* Fixed: Styling of upload notifications
|
193 |
+
* Fixed: Do not purge WPML tag/translation mapping when removing unused NGG tags
|
194 |
+
* Fixed: Don't invoke icl_translate() when the admin language matches the default language
|
195 |
+
* Fixed: Importing Media Library images inside the IGW window
|
196 |
+
* Fixed: NGG > Overview's "Upgrade to Pro" links were still present when NGG Plus/Pro were active
|
197 |
+
* Fixed: Patched PEL to catch a possible exception caused by malformed IFD
|
198 |
+
* Fixed: Removed unneeded wp_localize_script('wp-color-picker'...)
|
199 |
+
* Fixed: Sorting galleries with over 1k images did not work past image 999
|
200 |
+
|
201 |
= V3.0.1 - 05.17.2018 =
|
202 |
* Fixed: Prevent caching of display_tab.js which can break the IGW
|
203 |
|