From 716d682b0249e1daf32bfedf187afe77ce820547 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Fri, 3 Oct 2014 16:11:34 -0400 Subject: [PATCH] adding plugins and themes --- .../plugins/Gaslightify/Gaslightify2.php | 78 + .../plugins/Gaslightify/css/Gaslightify2.css | 22 + .../img/GLM_flame_box_inverted_16x16.png | Bin 0 -> 716 bytes .../img/GLM_flame_box_inverted_16x16b.png | Bin 0 -> 718 bytes .../img/GLM_flame_circle_48x48.gif | Bin 0 -> 1750 bytes .../img/GLM_flame_circle_trans_32x32.png | Bin 0 -> 2941 bytes .../img/GLM_flame_circle_trans_48x48.png | Bin 0 -> 2982 bytes .../Gaslightify/img/GLM_flame_none_16x16.png | Bin 0 -> 1479 bytes .../Gaslightify/img/GLM_flame_none_32x32.png | Bin 0 -> 2146 bytes .../Gaslightify/img/GLM_flame_none_48x48.gif | Bin 0 -> 1255 bytes .../img/GLM_flame_none_trans_16x16.png | Bin 0 -> 1541 bytes .../img/GLM_flame_none_trans_32x32.png | Bin 0 -> 2436 bytes .../Gaslightify/img/GLM_title_box_272x71.gif | Bin 0 -> 5292 bytes .../Gaslightify/img/GLM_title_box_48x48.gif | Bin 0 -> 2326 bytes .../Gaslightify/img/PetoskeyRoboticsLogo.png | Bin 0 -> 9306 bytes .../Gaslightify/img/PetoskeyRoboticsLogoS.png | Bin 0 -> 10223 bytes .../plugins/Gaslightify/img/flame_16x16.png | Bin 0 -> 716 bytes .../plugins/Gaslightify/img/icon-twitter3.gif | Bin 0 -> 1750 bytes .../plugins/Gaslightify/js/Gaslightify2.js | 6 + .../add-logo-to-admin/add-logo-to-admin.php | 256 + .../add-logo-to-admin/css/add-logo.css | 6 + .../plugins/add-logo-to-admin/images/logo.png | Bin 0 -> 9152 bytes .../js/add-logo-select-image.js | 35 + .../plugins/add-logo-to-admin/js/add-logo.js | 3 + .../add-logo-to-admin/languages/add-logo.pot | 50 + .../plugins/add-logo-to-admin/readme.txt | 112 + .../add-logo-to-admin/screenshot-1.jpg | Bin 0 -> 54072 bytes .../add-logo-to-admin/screenshot-2.jpg | Bin 0 -> 22323 bytes .../plugins/admin-menu-editor/css/admin.css | 103 + .../admin-menu-editor/css/jquery.qtip.css | 573 + .../admin-menu-editor/css/jquery.qtip.min.css | 1 + .../admin-menu-editor/css/menu-editor.css | 1096 + .../css/screen-meta-old-wp.css | 57 + .../admin-menu-editor/css/screen-meta.css | 43 + .../admin-menu-editor/css/style-classic.css | 117 + .../admin-menu-editor/css/style-wp-grey.css | 245 + .../admin-menu-editor/images/arrows-dark.png | Bin 0 -> 495 bytes .../admin-menu-editor/images/arrows.png | Bin 0 -> 494 bytes .../images/bullet_arrow_down2.png | Bin 0 -> 367 bytes .../admin-menu-editor/images/bullet_error.png | Bin 0 -> 454 bytes .../admin-menu-editor/images/check-all.png | Bin 0 -> 1241 bytes .../admin-menu-editor/images/delete.png | Bin 0 -> 715 bytes .../admin-menu-editor/images/external.png | Bin 0 -> 165 bytes .../admin-menu-editor/images/gion/AUTHORS | 11 + .../admin-menu-editor/images/gion/COPYING | 342 + .../images/gion/edit-copy.png | Bin 0 -> 297 bytes .../images/gnome-icon-theme/AUTHORS | 15 + .../images/gnome-icon-theme/COPYING_LGPL | 165 + .../images/gnome-icon-theme/edit-cut-blue.png | Bin 0 -> 1794 bytes .../images/gnome-icon-theme/edit-paste.png | Bin 0 -> 722 bytes .../images/icon-extension-grey.png | Bin 0 -> 1330 bytes .../admin-menu-editor/images/logo-medium.png | Bin 0 -> 8110 bytes .../admin-menu-editor/images/menu-arrows.png | Bin 0 -> 400 bytes .../admin-menu-editor/images/page-add.png | Bin 0 -> 1450 bytes .../admin-menu-editor/images/page-delete.png | Bin 0 -> 1449 bytes .../images/pencil_delete.png | Bin 0 -> 603 bytes .../images/pencil_delete_gray.png | Bin 0 -> 522 bytes .../admin-menu-editor/images/plugin_add.png | Bin 0 -> 691 bytes .../images/plugin_disabled.png | Bin 0 -> 347 bytes .../admin-menu-editor/images/plugin_error.png | Bin 0 -> 702 bytes .../images/separator-add.png | Bin 0 -> 1383 bytes .../images/sort_ascending.png | Bin 0 -> 506 bytes .../images/sort_descending.png | Bin 0 -> 509 bytes .../admin-menu-editor/images/spinner.gif | Bin 0 -> 2193 bytes .../images/transparent16.png | Bin 0 -> 2808 bytes .../admin-menu-editor/images/x-light.png | Bin 0 -> 1066 bytes .../plugins/admin-menu-editor/images/x.png | Bin 0 -> 1055 bytes .../admin-menu-editor/includes/.htaccess | 2 + .../includes/PHP-CSS-Parser/CHANGELOG.md | 121 + .../includes/PHP-CSS-Parser/README.md | 519 + .../includes/PHP-CSS-Parser/autoloader.php | 10 + .../includes/PHP-CSS-Parser/composer.json | 17 + .../CSS/CSSList/AtRuleBlockList.php | 36 + .../Sabberworm/CSS/CSSList/CSSBlockList.php | 78 + .../lib/Sabberworm/CSS/CSSList/CSSList.php | 75 + .../lib/Sabberworm/CSS/CSSList/Document.php | 87 + .../lib/Sabberworm/CSS/CSSList/KeyFrame.php | 48 + .../lib/Sabberworm/CSS/Parser.php | 629 + .../CSS/Parsing/UnexpectedTokenException.php | 28 + .../lib/Sabberworm/CSS/Property/AtRule.php | 13 + .../Sabberworm/CSS/Property/CSSNamespace.php | 48 + .../lib/Sabberworm/CSS/Property/Charset.php | 39 + .../lib/Sabberworm/CSS/Property/Import.php | 42 + .../lib/Sabberworm/CSS/Property/Selector.php | 75 + .../lib/Sabberworm/CSS/Rule/Rule.php | 142 + .../lib/Sabberworm/CSS/RuleSet/AtRuleSet.php | 36 + .../CSS/RuleSet/DeclarationBlock.php | 585 + .../lib/Sabberworm/CSS/RuleSet/RuleSet.php | 95 + .../lib/Sabberworm/CSS/Settings.php | 54 + .../lib/Sabberworm/CSS/Value/CSSFunction.php | 35 + .../lib/Sabberworm/CSS/Value/Color.php | 38 + .../Sabberworm/CSS/Value/PrimitiveValue.php | 7 + .../Sabberworm/CSS/Value/RuleValueList.php | 11 + .../lib/Sabberworm/CSS/Value/Size.php | 68 + .../lib/Sabberworm/CSS/Value/String.php | 27 + .../lib/Sabberworm/CSS/Value/URL.php | 26 + .../lib/Sabberworm/CSS/Value/Value.php | 8 + .../lib/Sabberworm/CSS/Value/ValueList.php | 42 + .../includes/access-editor-dialog.php | 85 + .../includes/admin-menu-editor-mu.php | 61 + .../includes/auto-versioning.php | 136 + .../includes/consistency-check.php | 160 + .../includes/editor-page.php | 480 + .../includes/generate-menu-dashicons.php | 107 + .../includes/menu-editor-core.php | 2483 + .../admin-menu-editor/includes/menu-item.php | 485 + .../admin-menu-editor/includes/menu.php | 226 + .../admin-menu-editor/includes/role-utils.php | 63 + .../includes/settings-page.php | 234 + .../includes/shadow_plugin_framework.php | 357 + .../includes/version-conflict-check.php | 25 + .../admin-menu-editor/js/admin-helpers.js | 62 + .../admin-menu-editor/js/jquery.cookie.js | 117 + .../admin-menu-editor/js/jquery.form.js | 1132 + .../admin-menu-editor/js/jquery.json.js | 156 + .../admin-menu-editor/js/jquery.qtip.js | 3365 + .../admin-menu-editor/js/jquery.qtip.min.js | 2 + .../admin-menu-editor/js/jquery.sort.js | 65 + .../admin-menu-editor/js/menu-editor.js | 2987 + .../js/menu-highlight-fix.js | 216 + .../plugins/admin-menu-editor/menu-editor.php | 22 + .../plugins/admin-menu-editor/readme.txt | 259 + .../admin-menu-editor/screenshot-1.png | Bin 0 -> 34006 bytes .../admin-menu-editor/screenshot-2.png | Bin 0 -> 7609 bytes .../admin-menu-editor/screenshot-3.png | Bin 0 -> 5693 bytes .../plugins/admin-menu-editor/uninstall.php | 22 + .../plugins/auto-submenu/auto-submenu.php | 95 + wp-content/plugins/auto-submenu/readme.txt | 38 + .../contact-form-7/admin/admin-functions.php | 164 + .../plugins/contact-form-7/admin/admin.php | 453 + .../contact-form-7/admin/css/styles-rtl.css | 21 + .../contact-form-7/admin/css/styles.css | 263 + .../admin/edit-contact-form.php | 117 + .../contact-form-7/admin/images/dropdown.gif | Bin 0 -> 67 bytes .../contact-form-7/admin/images/fade-butt.png | Bin 0 -> 785 bytes .../class-contact-forms-list-table.php | 173 + .../admin/includes/meta-boxes.php | 113 + .../contact-form-7/admin/js/scripts.js | 93 + .../contact-form-7/admin/js/taggenerator.js | 266 + .../contact-form-7/images/ajax-loader.gif | Bin 0 -> 847 bytes .../contact-form-7/includes/capabilities.php | 22 + .../contact-form-7/includes/contact-form.php | 921 + .../contact-form-7/includes/controller.php | 266 + .../includes/css/styles-rtl.css | 13 + .../contact-form-7/includes/css/styles.css | 78 + .../contact-form-7/includes/formatting.php | 198 + .../contact-form-7/includes/functions.php | 392 + .../smoothness/images/animated-overlay.gif | Bin 0 -> 1738 bytes .../images/ui-bg_flat_0_aaaaaa_40x100.png | Bin 0 -> 212 bytes .../images/ui-bg_flat_75_ffffff_40x100.png | Bin 0 -> 208 bytes .../images/ui-bg_glass_55_fbf9ee_1x400.png | Bin 0 -> 335 bytes .../images/ui-bg_glass_65_ffffff_1x400.png | Bin 0 -> 207 bytes .../images/ui-bg_glass_75_dadada_1x400.png | Bin 0 -> 262 bytes .../images/ui-bg_glass_75_e6e6e6_1x400.png | Bin 0 -> 262 bytes .../images/ui-bg_glass_95_fef1ec_1x400.png | Bin 0 -> 332 bytes .../ui-bg_highlight-soft_75_cccccc_1x100.png | Bin 0 -> 280 bytes .../images/ui-icons_222222_256x240.png | Bin 0 -> 6922 bytes .../images/ui-icons_2e83ff_256x240.png | Bin 0 -> 4549 bytes .../images/ui-icons_454545_256x240.png | Bin 0 -> 6992 bytes .../images/ui-icons_888888_256x240.png | Bin 0 -> 6999 bytes .../images/ui-icons_cd0a0a_256x240.png | Bin 0 -> 4549 bytes .../jquery-ui/themes/smoothness/jquery-ui.css | 1177 + .../themes/smoothness/jquery-ui.min.css | 5 + .../themes/smoothness/jquery.ui.theme.css | 406 + .../contact-form-7/includes/js/jquery.form.js | 1277 + .../includes/js/jquery.form.min.js | 11 + .../contact-form-7/includes/js/scripts.js | 356 + .../plugins/contact-form-7/includes/mail.php | 378 + .../plugins/contact-form-7/includes/pipe.php | 79 + .../contact-form-7/includes/shortcodes.php | 420 + .../contact-form-7/includes/submission.php | 295 + .../contact-form-7/includes/upgrade.php | 76 + .../languages/contact-form-7-af.mo | Bin 0 -> 14283 bytes .../languages/contact-form-7-ar.mo | Bin 0 -> 20808 bytes .../languages/contact-form-7-az_AZ.mo | Bin 0 -> 14824 bytes .../languages/contact-form-7-be_BY.mo | Bin 0 -> 18379 bytes .../languages/contact-form-7-bg_BG.mo | Bin 0 -> 5969 bytes .../languages/contact-form-7-bn_BD.mo | Bin 0 -> 10451 bytes .../languages/contact-form-7-bn_IN.mo | Bin 0 -> 25272 bytes .../languages/contact-form-7-bs.mo | Bin 0 -> 7278 bytes .../languages/contact-form-7-ca.mo | Bin 0 -> 15696 bytes .../languages/contact-form-7-ckb.mo | Bin 0 -> 23110 bytes .../languages/contact-form-7-cs_CZ.mo | Bin 0 -> 20022 bytes .../languages/contact-form-7-da_DK.mo | Bin 0 -> 15840 bytes .../languages/contact-form-7-de_DE.mo | Bin 0 -> 20321 bytes .../languages/contact-form-7-el.mo | Bin 0 -> 26227 bytes .../languages/contact-form-7-eo_EO.mo | Bin 0 -> 13743 bytes .../languages/contact-form-7-es_ES.mo | Bin 0 -> 17795 bytes .../languages/contact-form-7-et.mo | Bin 0 -> 14053 bytes .../languages/contact-form-7-eu.mo | Bin 0 -> 15843 bytes .../languages/contact-form-7-fa_IR.mo | Bin 0 -> 23473 bytes .../languages/contact-form-7-fi.mo | Bin 0 -> 19370 bytes .../languages/contact-form-7-fr_FR.mo | Bin 0 -> 20449 bytes .../languages/contact-form-7-ga_IE.mo | Bin 0 -> 16281 bytes .../languages/contact-form-7-gl_ES.mo | Bin 0 -> 14679 bytes .../languages/contact-form-7-gu_IN.mo | Bin 0 -> 24472 bytes .../languages/contact-form-7-he_IL.mo | Bin 0 -> 15688 bytes .../languages/contact-form-7-hi_IN.mo | Bin 0 -> 21274 bytes .../languages/contact-form-7-hr.mo | Bin 0 -> 7313 bytes .../languages/contact-form-7-ht.mo | Bin 0 -> 18966 bytes .../languages/contact-form-7-hu_HU.mo | Bin 0 -> 20619 bytes .../languages/contact-form-7-hy_AM.mo | Bin 0 -> 18925 bytes .../languages/contact-form-7-id_ID.mo | Bin 0 -> 11604 bytes .../languages/contact-form-7-it_IT.mo | Bin 0 -> 16139 bytes .../languages/contact-form-7-ja.mo | Bin 0 -> 22444 bytes .../languages/contact-form-7-ka_GE.mo | Bin 0 -> 21688 bytes .../languages/contact-form-7-ko_KR.mo | Bin 0 -> 20568 bytes .../languages/contact-form-7-lt_LT.mo | Bin 0 -> 16998 bytes .../languages/contact-form-7-lv.mo | Bin 0 -> 14442 bytes .../languages/contact-form-7-mk_MK.mo | Bin 0 -> 18685 bytes .../languages/contact-form-7-ml_IN.mo | Bin 0 -> 21032 bytes .../languages/contact-form-7-ms_MY.mo | Bin 0 -> 13610 bytes .../languages/contact-form-7-mt_MT.mo | Bin 0 -> 13870 bytes .../languages/contact-form-7-nb_NO.mo | Bin 0 -> 14412 bytes .../languages/contact-form-7-nl_NL.mo | Bin 0 -> 19615 bytes .../languages/contact-form-7-pa_IN.mo | Bin 0 -> 26659 bytes .../languages/contact-form-7-pl_PL.mo | Bin 0 -> 17945 bytes .../languages/contact-form-7-pt_BR.mo | Bin 0 -> 19735 bytes .../languages/contact-form-7-pt_PT.mo | Bin 0 -> 14108 bytes .../languages/contact-form-7-ro_RO.mo | Bin 0 -> 18098 bytes .../languages/contact-form-7-ru_RU.mo | Bin 0 -> 23253 bytes .../languages/contact-form-7-si_LK.mo | Bin 0 -> 22639 bytes .../languages/contact-form-7-sk_SK.mo | Bin 0 -> 20185 bytes .../languages/contact-form-7-sl_SI.mo | Bin 0 -> 13836 bytes .../languages/contact-form-7-sq.mo | Bin 0 -> 5017 bytes .../languages/contact-form-7-sr_RS.mo | Bin 0 -> 18156 bytes .../languages/contact-form-7-sv_SE.mo | Bin 0 -> 14324 bytes .../languages/contact-form-7-ta.mo | Bin 0 -> 26093 bytes .../languages/contact-form-7-th.mo | Bin 0 -> 28412 bytes .../languages/contact-form-7-tl.mo | Bin 0 -> 17719 bytes .../languages/contact-form-7-tr_TR.mo | Bin 0 -> 19835 bytes .../languages/contact-form-7-uk.mo | Bin 0 -> 24017 bytes .../languages/contact-form-7-vi.mo | Bin 0 -> 14084 bytes .../languages/contact-form-7-zh_CN.mo | Bin 0 -> 16834 bytes .../languages/contact-form-7-zh_TW.mo | Bin 0 -> 15342 bytes .../languages/contact-form-7.pot | 1159 + .../contact-form-7/languages/readme.txt | 9 + wp-content/plugins/contact-form-7/license.txt | 339 + .../contact-form-7/modules/acceptance.php | 173 + .../contact-form-7/modules/akismet.php | 145 + .../contact-form-7/modules/captcha.php | 532 + .../contact-form-7/modules/checkbox.php | 325 + .../plugins/contact-form-7/modules/date.php | 206 + .../plugins/contact-form-7/modules/file.php | 368 + .../contact-form-7/modules/flamingo.php | 171 + .../contact-form-7/modules/jetpack.php | 26 + .../plugins/contact-form-7/modules/listo.php | 32 + .../plugins/contact-form-7/modules/number.php | 216 + .../plugins/contact-form-7/modules/quiz.php | 205 + .../contact-form-7/modules/response.php | 16 + .../plugins/contact-form-7/modules/select.php | 194 + .../plugins/contact-form-7/modules/submit.php | 80 + .../plugins/contact-form-7/modules/text.php | 268 + .../contact-form-7/modules/textarea.php | 158 + wp-content/plugins/contact-form-7/readme.txt | 157 + .../plugins/contact-form-7/settings.php | 76 + .../plugins/contact-form-7/uninstall.php | 26 + .../contact-form-7/wp-contact-form-7.php | 67 + .../plugins/gaslightify/Gaslightify.php | 32 + .../ml-slider/assets/colorbox/colorbox.css | 86 + .../assets/colorbox/images/border.png | Bin 0 -> 112 bytes .../assets/colorbox/images/controls.png | Bin 0 -> 2893 bytes .../images/ie6/borderBottomCenter.png | Bin 0 -> 111 bytes .../colorbox/images/ie6/borderBottomLeft.png | Bin 0 -> 215 bytes .../colorbox/images/ie6/borderBottomRight.png | Bin 0 -> 217 bytes .../colorbox/images/ie6/borderMiddleLeft.png | Bin 0 -> 108 bytes .../colorbox/images/ie6/borderMiddleRight.png | Bin 0 -> 108 bytes .../colorbox/images/ie6/borderTopCenter.png | Bin 0 -> 111 bytes .../colorbox/images/ie6/borderTopLeft.png | Bin 0 -> 216 bytes .../colorbox/images/ie6/borderTopRight.png | Bin 0 -> 214 bytes .../assets/colorbox/images/loading.gif | Bin 0 -> 9427 bytes .../colorbox/images/loading_background.png | Bin 0 -> 157 bytes .../assets/colorbox/images/overlay.png | Bin 0 -> 182 bytes .../assets/colorbox/jquery.colorbox-min.js | 1061 + .../assets/easing/jQuery.easing.min.js | 44 + .../ml-slider/assets/metaslider/admin.css | 903 + .../ml-slider/assets/metaslider/admin.js | 314 + .../ml-slider/assets/metaslider/edit.png | Bin 0 -> 205 bytes .../assets/metaslider/matchalabs.png | Bin 0 -> 609 bytes .../ml-slider/assets/metaslider/public.css | 116 + .../sliders/coinslider/coin-slider-styles.css | 59 + .../sliders/coinslider/coin-slider.min.js | 11 + .../sliders/flexslider/bg_direction_nav.png | Bin 0 -> 1866 bytes .../assets/sliders/flexslider/flexslider.css | 161 + .../flexslider/jquery.flexslider-min.js | 1163 + .../nivoslider/jquery.nivo.slider.pack.js | 12 + .../assets/sliders/nivoslider/nivo-slider.css | 123 + .../sliders/nivoslider/themes/bar/arrows.png | Bin 0 -> 824 bytes .../sliders/nivoslider/themes/bar/bar.css | 131 + .../sliders/nivoslider/themes/bar/bullets.png | Bin 0 -> 1281 bytes .../sliders/nivoslider/themes/bar/loading.gif | Bin 0 -> 1737 bytes .../sliders/nivoslider/themes/dark/arrows.png | Bin 0 -> 3088 bytes .../nivoslider/themes/dark/bullets.png | Bin 0 -> 3146 bytes .../sliders/nivoslider/themes/dark/dark.css | 101 + .../nivoslider/themes/dark/loading.gif | Bin 0 -> 1737 bytes .../nivoslider/themes/default/arrows.png | Bin 0 -> 824 bytes .../nivoslider/themes/default/bullets.png | Bin 0 -> 1281 bytes .../nivoslider/themes/default/default.css | 92 + .../nivoslider/themes/default/loading.gif | Bin 0 -> 1737 bytes .../nivoslider/themes/light/arrows.png | Bin 0 -> 3247 bytes .../nivoslider/themes/light/bullets.png | Bin 0 -> 3288 bytes .../sliders/nivoslider/themes/light/light.css | 101 + .../nivoslider/themes/light/loading.gif | Bin 0 -> 1737 bytes .../responsiveslides/responsiveslides.css | 117 + .../responsiveslides/responsiveslides.min.js | 8 + .../ml-slider/assets/tipsy/jquery.tipsy.js | 258 + .../plugins/ml-slider/assets/tipsy/tipsy.css | 25 + .../inc/metaslider.imagehelper.class.php | 363 + .../inc/metaslider.systemcheck.class.php | 151 + .../ml-slider/inc/metaslider.widget.class.php | 126 + .../plugins/ml-slider/inc/simple_html_dom.php | 1703 + .../ml-slider/inc/slide/metaslide.class.php | 317 + .../inc/slide/metaslide.image.class.php | 464 + .../ml-slider/inc/slider/metaslider.class.php | 555 + .../inc/slider/metaslider.coin.class.php | 58 + .../inc/slider/metaslider.flex.class.php | 187 + .../inc/slider/metaslider.nivo.class.php | 114 + .../slider/metaslider.responsive.class.php | 59 + .../ml-slider/languages/metaslider-de_DE.mo | Bin 0 -> 7577 bytes .../ml-slider/languages/metaslider-de_DE.po | 660 + .../ml-slider/languages/metaslider-es_ES.mo | Bin 0 -> 4960 bytes .../ml-slider/languages/metaslider-es_ES.po | 653 + .../ml-slider/languages/metaslider-fa_IR.mo | Bin 0 -> 11327 bytes .../ml-slider/languages/metaslider-fa_IR.po | 604 + .../ml-slider/languages/metaslider-fr_FR.mo | Bin 0 -> 4670 bytes .../ml-slider/languages/metaslider-fr_FR.po | 659 + .../ml-slider/languages/metaslider-he_IL.mo | Bin 0 -> 11122 bytes .../ml-slider/languages/metaslider-he_IL.po | 1044 + .../ml-slider/languages/metaslider-hr_HR.mo | Bin 0 -> 9582 bytes .../ml-slider/languages/metaslider-hr_HR.po | 603 + .../ml-slider/languages/metaslider-hu_HU.mo | Bin 0 -> 9853 bytes .../ml-slider/languages/metaslider-hu_HU.po | 600 + .../ml-slider/languages/metaslider-ja.mo | Bin 0 -> 11643 bytes .../ml-slider/languages/metaslider-ja.po | 633 + .../ml-slider/languages/metaslider-nb_NO.mo | Bin 0 -> 9770 bytes .../ml-slider/languages/metaslider-nb_NO.po | 602 + .../ml-slider/languages/metaslider-nl_NL.mo | Bin 0 -> 7321 bytes .../ml-slider/languages/metaslider-nl_NL.po | 602 + .../ml-slider/languages/metaslider-pl_PL.mo | Bin 0 -> 5160 bytes .../ml-slider/languages/metaslider-pl_PL.po | 652 + .../ml-slider/languages/metaslider-ro_RO.mo | Bin 0 -> 10001 bytes .../ml-slider/languages/metaslider-ro_RO.po | 604 + .../ml-slider/languages/metaslider-ru_RU.mo | Bin 0 -> 12508 bytes .../ml-slider/languages/metaslider-ru_RU.po | 782 + .../ml-slider/languages/metaslider-zh_CN.mo | Bin 0 -> 6377 bytes .../ml-slider/languages/metaslider-zh_CN.po | 631 + .../ml-slider/languages/metaslider-zh_TW.mo | Bin 0 -> 6414 bytes .../ml-slider/languages/metaslider-zh_TW.po | 631 + .../plugins/ml-slider/languages/metaslider.mo | Bin 0 -> 444 bytes .../plugins/ml-slider/languages/metaslider.po | 659 + wp-content/plugins/ml-slider/ml-slider.php | 1757 + wp-content/plugins/ml-slider/readme.txt | 465 + .../plugins/nextgen-gallery/changelog.txt | 1162 + wp-content/plugins/nextgen-gallery/index.html | 0 .../plugins/nextgen-gallery/license.txt | 340 + .../plugins/nextgen-gallery/nggallery.php | 648 + .../non_pope/class.nextgen_settings.php | 24 + .../class.nextgen_shortcode_manager.php | 159 + .../non_pope/class.nextgen_style_manager.php | 283 + .../non_pope/class.photocrati_cache.php | 265 + .../non_pope/class.photocrati_installer.php | 233 + .../class.photocrati_resource_manager.php | 214 + .../class.photocrati_settings_manager.php | 301 + .../plugins/nextgen-gallery/pope/README.txt | 93 + .../nextgen-gallery/pope/lib/autoload.php | 14 + .../pope/lib/class.base_module.php | 184 + .../pope/lib/class.base_product.php | 36 + .../pope/lib/class.component.php | 113 + .../pope/lib/class.component_factory.php | 35 + .../pope/lib/class.component_registry.php | 943 + .../pope/lib/class.extensibleobject.php | 1419 + .../pope/lib/interface.component.php | 10 + .../pope/lib/interface.component_factory.php | 6 + .../pope/lib/interface.pope_module.php | 6 + .../class.nextgen_product_installer.php | 59 + .../modules/ajax/README.txt | 30 + .../modules/ajax/adapter.ajax_routes.php | 21 + .../modules/ajax/adapter.ajax_settings.php | 15 + .../modules/ajax/class.ajax_controller.php | 55 + .../modules/ajax/class.ajax_installer.php | 13 + .../ajax/class.ajax_option_handler.php | 29 + .../ajax/interface.ajax_controller.php | 6 + .../modules/ajax/module.ajax.php | 103 + .../modules/ajax/static/ajax.js | 1 + .../modules/ajax/static/ngg_store.js | 42 + .../modules/ajax/static/persist.js | 145 + .../modules/ajax/static/persist.swf | Bin 0 -> 502 bytes .../modules/ajax/static/store.js | 2 + .../adapter.attach_to_post_ajax.php | 235 + .../adapter.attach_to_post_routes.php | 24 + .../adapter.gallery_storage_frame_event.php | 47 + .../class.attach_controller.php | 370 + .../class.attach_to_post_installer.php | 13 + .../class.attach_to_post_option_handler.php | 28 + .../class.attach_to_post_proxy_controller.php | 62 + .../interface.attach_to_post_controller.php | 6 + .../mixin.attach_to_post_display_tab.php | 285 + .../attach_to_post/module.attach_to_post.php | 401 + .../attach_to_post/static/atp_button.png | Bin 0 -> 346 bytes .../attach_to_post/static/attach_to_post.css | 279 + .../attach_to_post/static/attach_to_post.js | 122 + .../static/attach_to_post_dialog.css | 56 + .../attach_to_post/static/iframely.css | 30 + .../modules/attach_to_post/static/iframely.js | 63 + .../attach_to_post/static/invalid_image.png | Bin 0 -> 2857 bytes .../modules/attach_to_post/static/nextgen.gif | Bin 0 -> 963 bytes .../ngg_attach_to_post_tinymce_plugin.js | 136 + ...tach_to_post_tinymce_plugin_wp38_compat.js | 200 + .../modules/attach_to_post/static/ngg_tabs.js | 57 + .../modules/attach_to_post/static/spinner.gif | Bin 0 -> 1849 bytes .../static/underscore.string.js | 600 + .../static/uploader-icons-2x.png | Bin 0 -> 3915 bytes .../attach_to_post/static/uploader-icons.png | Bin 0 -> 1593 bytes .../templates/accordion_tab.php | 4 + .../templates/attach_to_post.php | 29 + .../templates/display_settings_form.php | 3 + .../attach_to_post/templates/display_tab.php | 11 + .../templates/display_tab_js.php | 1717 + .../templates/display_tab_source.php | 2 + .../templates/display_tab_type.php | 3 + .../templates/no_display_type_selected.php | 3 + .../attach_to_post/templates/preview_tab.php | 3 + .../modules/datamapper/README.txt | 1 + .../datamapper/adapter.datamapper_factory.php | 24 + .../class.custompost_datamapper_driver.php | 550 + .../class.customtable_datamapper_driver.php | 475 + .../class.datamapper_driver_base.php | 744 + .../datamapper/class.datamapper_installer.php | 14 + .../datamapper/class.datamapper_model.php | 157 + .../interface.custompost_datamapper.php | 6 + .../interface.customtable_datamapper.php | 6 + .../interface.datamapper_driver.php | 29 + .../datamapper/interface.datamapper_model.php | 9 + .../modules/datamapper/module.datamapper.php | 213 + .../adapter.dynamic_stylesheet_routes.php | 21 + .../class.dynamic_stylesheet_controller.php | 128 + .../class.dynamic_stylesheet_installer.php | 14 + .../interface.dynamic_stylesheet.php | 7 + .../module.dynamic_stylesheet.php | 53 + .../adapter.dynamic_thumbnail_routes.php | 28 + ...pter.dynamic_thumbnails_storage_driver.php | 113 + .../class.dynamic_thumbnails_controller.php | 72 + .../class.dynamic_thumbnails_installer.php | 14 + .../class.dynamic_thumbnails_manager.php | 517 + ...nterface.dynamic_thumbnails_controller.php | 5 + .../interface.dynamic_thumbnails_manager.php | 24 + .../module.dynamic_thumbnails.php | 53 + .../static/invalid_image.png | Bin 0 -> 2797 bytes ...ass.frame_communication_option_handler.php | 9 + .../class.frame_event_publisher.php | 79 + .../interface.frame_event_publisher.php | 6 + .../module.frame_communication.php | 71 + .../static/frame_event_publisher.js | 162 + .../modules/fs/class.fs.php | 401 + .../modules/fs/interface.fs.php | 6 + .../modules/fs/module.fs.php | 36 + .../i18n/adapter.i18n_album_translation.php | 31 + .../i18n/adapter.i18n_gallery_translation.php | 25 + .../i18n/adapter.i18n_image_translation.php | 25 + .../modules/i18n/adapter.i18n_routing_app.php | 23 + .../modules/i18n/lang/nggallery-bs_BA.mo | Bin 0 -> 75121 bytes .../modules/i18n/lang/nggallery-bs_BA.po | 4259 ++ .../modules/i18n/lang/nggallery-cs_CZ.mo | Bin 0 -> 76081 bytes .../modules/i18n/lang/nggallery-cs_CZ.po | 2991 + .../modules/i18n/lang/nggallery-de_DE.mo | Bin 0 -> 89994 bytes .../modules/i18n/lang/nggallery-de_DE.po | 5929 ++ .../modules/i18n/lang/nggallery-es_ES.mo | Bin 0 -> 78073 bytes .../modules/i18n/lang/nggallery-es_ES.po | Bin 0 -> 78073 bytes .../modules/i18n/lang/nggallery-fi.mo | Bin 0 -> 74068 bytes .../modules/i18n/lang/nggallery-fi.po | 4072 ++ .../modules/i18n/lang/nggallery-fil.mo | Bin 0 -> 78627 bytes .../modules/i18n/lang/nggallery-fil.po | 4330 ++ .../modules/i18n/lang/nggallery-fr_FR.mo | Bin 0 -> 81168 bytes .../modules/i18n/lang/nggallery-fr_FR.po | 4341 ++ .../modules/i18n/lang/nggallery-hu_HU.mo | Bin 0 -> 79364 bytes .../modules/i18n/lang/nggallery-hu_HU.po | 4279 ++ .../modules/i18n/lang/nggallery-it_IT.mo | Bin 0 -> 76080 bytes .../modules/i18n/lang/nggallery-it_IT.po | 4273 ++ .../modules/i18n/lang/nggallery-nl_NL.mo | Bin 0 -> 76238 bytes .../modules/i18n/lang/nggallery-nl_NL.po | 4272 ++ .../modules/i18n/lang/nggallery-ru_RU.mo | Bin 0 -> 88111 bytes .../modules/i18n/lang/nggallery-ru_RU.po | 3840 ++ .../modules/i18n/lang/nggallery-zh_CN.mo | Bin 0 -> 70799 bytes .../modules/i18n/lang/nggallery-zh_CN.po | 4154 ++ .../modules/i18n/lang/nggallery.po | 4261 ++ .../modules/i18n/module.i18n.php | 204 + .../lightbox/adapter.lightbox_factory.php | 14 + .../adapter.lightbox_library_form.php | 66 + .../lightbox/class.lightbox_installer.php | 211 + .../lightbox/class.lightbox_library.php | 69 + .../class.lightbox_library_mapper.php | 83 + .../lightbox/interface.lightbox_library.php | 6 + .../interface.lightbox_library_mapper.php | 6 + .../modules/lightbox/module.lightbox.php | 323 + .../lightbox/static/fancybox/blank.gif | Bin 0 -> 43 bytes .../lightbox/static/fancybox/fancy_close.png | Bin 0 -> 1517 bytes .../static/fancybox/fancy_loading.png | Bin 0 -> 10195 bytes .../static/fancybox/fancy_nav_left.png | Bin 0 -> 1446 bytes .../static/fancybox/fancy_nav_right.png | Bin 0 -> 1454 bytes .../static/fancybox/fancy_shadow_e.png | Bin 0 -> 107 bytes .../static/fancybox/fancy_shadow_n.png | Bin 0 -> 106 bytes .../static/fancybox/fancy_shadow_ne.png | Bin 0 -> 347 bytes .../static/fancybox/fancy_shadow_nw.png | Bin 0 -> 324 bytes .../static/fancybox/fancy_shadow_s.png | Bin 0 -> 111 bytes .../static/fancybox/fancy_shadow_se.png | Bin 0 -> 352 bytes .../static/fancybox/fancy_shadow_sw.png | Bin 0 -> 340 bytes .../static/fancybox/fancy_shadow_w.png | Bin 0 -> 103 bytes .../static/fancybox/fancy_title_left.png | Bin 0 -> 503 bytes .../static/fancybox/fancy_title_main.png | Bin 0 -> 96 bytes .../static/fancybox/fancy_title_over.png | Bin 0 -> 70 bytes .../static/fancybox/fancy_title_right.png | Bin 0 -> 506 bytes .../lightbox/static/fancybox/fancybox-x.png | Bin 0 -> 203 bytes .../lightbox/static/fancybox/fancybox-y.png | Bin 0 -> 176 bytes .../lightbox/static/fancybox/fancybox.png | Bin 0 -> 15287 bytes .../static/fancybox/jquery.easing-1.3.pack.js | 72 + .../static/fancybox/jquery.fancybox-1.3.4.css | 366 + .../static/fancybox/jquery.fancybox-1.3.4.js | 1156 + .../fancybox/jquery.fancybox-1.3.4.pack.js | 46 + .../fancybox/jquery.mousewheel-3.0.4.pack.js | 14 + .../static/fancybox/nextgen_fancybox_init.js | 15 + .../static/highslide/graphics/close.png | Bin 0 -> 1910 bytes .../static/highslide/graphics/closeX.png | Bin 0 -> 3665 bytes .../graphics/controlbar-black-border.gif | Bin 0 -> 5109 bytes .../graphics/controlbar-text-buttons.png | Bin 0 -> 1300 bytes .../graphics/controlbar-white-small.gif | Bin 0 -> 3151 bytes .../highslide/graphics/controlbar-white.gif | Bin 0 -> 4999 bytes .../static/highslide/graphics/controlbar2.gif | Bin 0 -> 884 bytes .../static/highslide/graphics/controlbar3.gif | Bin 0 -> 838 bytes .../highslide/graphics/controlbar4-hover.gif | Bin 0 -> 2410 bytes .../static/highslide/graphics/controlbar4.gif | Bin 0 -> 854 bytes .../static/highslide/graphics/fullexpand.gif | Bin 0 -> 209 bytes .../static/highslide/graphics/geckodimmer.png | Bin 0 -> 2817 bytes .../static/highslide/graphics/icon.gif | Bin 0 -> 867 bytes .../static/highslide/graphics/loader.gif | Bin 0 -> 668 bytes .../highslide/graphics/loader.white.gif | Bin 0 -> 673 bytes .../highslide/graphics/outlines/Outlines.psd | Bin 0 -> 171802 bytes .../highslide/graphics/outlines/beveled.png | Bin 0 -> 1848 bytes .../graphics/outlines/drop-shadow.png | Bin 0 -> 2091 bytes .../graphics/outlines/glossy-dark.png | Bin 0 -> 2793 bytes .../graphics/outlines/outer-glow.png | Bin 0 -> 3423 bytes .../graphics/outlines/rounded-black.png | Bin 0 -> 3031 bytes .../graphics/outlines/rounded-white.png | Bin 0 -> 2050 bytes .../static/highslide/graphics/resize.gif | Bin 0 -> 70 bytes .../highslide/graphics/scrollarrows.png | Bin 0 -> 6463 bytes .../static/highslide/graphics/zoomin.cur | Bin 0 -> 326 bytes .../static/highslide/graphics/zoomout.cur | Bin 0 -> 326 bytes .../static/highslide/highslide-full.js | 3320 + .../static/highslide/highslide-full.min.js | 9 + .../static/highslide/highslide-full.packed.js | 9 + .../static/highslide/highslide-ie6.css | 76 + .../highslide/highslide-with-gallery.js | 2657 + .../highslide/highslide-with-gallery.min.js | 9 + .../highslide-with-gallery.packed.js | 9 + .../static/highslide/highslide-with-html.js | 2481 + .../highslide/highslide-with-html.min.js | 9 + .../highslide/highslide-with-html.packed.js | 9 + .../lightbox/static/highslide/highslide.css | 889 + .../lightbox/static/highslide/highslide.js | 1891 + .../static/highslide/highslide.min.js | 9 + .../static/highslide/highslide.packed.js | 9 + .../highslide/nextgen_highslide_init.js | 48 + .../lightbox/static/jquery.lightbox/jquery.js | 32 + .../jquery.lightbox/jquery.lightbox-0.5.css | 103 + .../jquery.lightbox/jquery.lightbox-0.5.js | 472 + .../jquery.lightbox-0.5.min.js | 42 + .../static/jquery.lightbox/lightbox-blank.gif | Bin 0 -> 43 bytes .../jquery.lightbox/lightbox-btn-close.gif | Bin 0 -> 700 bytes .../jquery.lightbox/lightbox-btn-next.gif | Bin 0 -> 812 bytes .../jquery.lightbox/lightbox-btn-prev.gif | Bin 0 -> 832 bytes .../jquery.lightbox/lightbox-ico-loading.gif | Bin 0 -> 3990 bytes .../jquery.lightbox/nextgen_lightbox_init.js | 62 + .../lightbox/static/lightbox_context.js | 27 + .../static/shutter/nextgen_shutter.js | 23 + .../lightbox/static/shutter/shutter.css | 94 + .../lightbox/static/shutter/shutter.js | 299 + .../static/shutter_reloaded/images/close.gif | Bin 0 -> 1062 bytes .../shutter_reloaded/images/loading.gif | Bin 0 -> 10049 bytes .../static/shutter_reloaded/images/next.gif | Bin 0 -> 549 bytes .../static/shutter_reloaded/images/prev.gif | Bin 0 -> 551 bytes .../shutter_reloaded/images/resize1.gif | Bin 0 -> 942 bytes .../shutter_reloaded/images/resize2.gif | Bin 0 -> 953 bytes .../nextgen_shutter_reloaded.js | 18 + .../static/shutter_reloaded/shutter.css | 92 + .../static/shutter_reloaded/shutter.js | 287 + .../static/thickbox/nextgen_thickbox_init.js | 29 + .../modules/lzw/class.lzw.php | 119 + .../modules/lzw/interface.lzw.php | 7 + .../modules/lzw/module.lzw.php | 38 + .../mediarss/adapter.mediarss_routes.php | 27 + .../mediarss/class.mediarss_controller.php | 172 + .../interface.mediarss_controller.php | 6 + .../modules/mediarss/module.mediarss.php | 46 + .../mediarss/templates/mediarss_feed.php | 34 + .../mediarss/templates/playlist_feed.php | 25 + .../photocrati_nextgen/modules/mvc/README | 85 + .../modules/mvc/adapter.mvc_factory.php | 9 + .../modules/mvc/adapter.mvc_fs.php | 56 + .../modules/mvc/adapter.mvc_router.php | 49 + .../modules/mvc/class.mvc_controller.php | 272 + .../modules/mvc/class.mvc_option_handler.php | 22 + .../modules/mvc/class.mvc_view.php | 287 + .../modules/mvc/class.mvc_view_element.php | 116 + .../modules/mvc/interface.mvc_controller.php | 12 + .../modules/mvc/interface.mvc_view.php | 5 + .../modules/mvc/module.mvc.php | 75 + .../modules/mvc/template_helper.php | 39 + .../modules/mvc/templates/404.php | 9 + .../modules/mvc/templates/500.php | 9 + .../modules/mvc/templates/index.php | 15 + .../adapter.import_folder_form.php | 23 + .../adapter.nextgen_addgallery_ajax.php | 189 + .../adapter.nextgen_addgallery_controller.php | 27 + .../adapter.nextgen_addgallery_forms.php | 19 + .../adapter.nextgen_addgallery_pages.php | 14 + .../adapter.upload_images_form.php | 126 + .../module.nextgen_addgallery_page.php | 64 + .../static/browserplus-2.4.21.min.js | 8 + .../jquery.filetree/images/directory.png | Bin 0 -> 537 bytes .../jquery.filetree/images/folder_open.png | Bin 0 -> 583 bytes .../static/jquery.filetree/images/spinner.gif | Bin 0 -> 2530 bytes .../jquery.filetree/jquery.filetree.css | 95 + .../static/jquery.filetree/jquery.filetree.js | 100 + .../static/plupload-2.1.1/Moxie.swf | Bin 0 -> 28902 bytes .../static/plupload-2.1.1/Moxie.xap | Bin 0 -> 62535 bytes .../static/plupload-2.1.1/i18n/ar.js | 2 + .../static/plupload-2.1.1/i18n/bs.js | 2 + .../static/plupload-2.1.1/i18n/ca.js | 2 + .../static/plupload-2.1.1/i18n/cs.js | 2 + .../static/plupload-2.1.1/i18n/cy.js | 2 + .../static/plupload-2.1.1/i18n/da.js | 2 + .../static/plupload-2.1.1/i18n/de.js | 2 + .../static/plupload-2.1.1/i18n/el.js | 2 + .../static/plupload-2.1.1/i18n/en.js | 2 + .../static/plupload-2.1.1/i18n/es.js | 2 + .../static/plupload-2.1.1/i18n/et.js | 2 + .../static/plupload-2.1.1/i18n/fa.js | 2 + .../static/plupload-2.1.1/i18n/fi.js | 2 + .../static/plupload-2.1.1/i18n/fr.js | 2 + .../static/plupload-2.1.1/i18n/he.js | 2 + .../static/plupload-2.1.1/i18n/hr.js | 2 + .../static/plupload-2.1.1/i18n/hu.js | 2 + .../static/plupload-2.1.1/i18n/hy.js | 2 + .../static/plupload-2.1.1/i18n/id.js | 2 + .../static/plupload-2.1.1/i18n/it.js | 2 + .../static/plupload-2.1.1/i18n/ja.js | 2 + .../static/plupload-2.1.1/i18n/ka.js | 2 + .../static/plupload-2.1.1/i18n/kk.js | 2 + .../static/plupload-2.1.1/i18n/ko.js | 2 + .../static/plupload-2.1.1/i18n/lt.js | 2 + .../static/plupload-2.1.1/i18n/lv.js | 2 + .../static/plupload-2.1.1/i18n/nl.js | 2 + .../static/plupload-2.1.1/i18n/pl.js | 2 + .../static/plupload-2.1.1/i18n/pt_BR.js | 2 + .../static/plupload-2.1.1/i18n/ro.js | 2 + .../static/plupload-2.1.1/i18n/ru.js | 2 + .../static/plupload-2.1.1/i18n/sk.js | 2 + .../static/plupload-2.1.1/i18n/sr.js | 2 + .../static/plupload-2.1.1/i18n/sv.js | 2 + .../static/plupload-2.1.1/i18n/th_TH.js | 2 + .../static/plupload-2.1.1/i18n/tr.js | 2 + .../static/plupload-2.1.1/i18n/uk_UA.js | 2 + .../static/plupload-2.1.1/i18n/zh_CN.js | 2 + .../static/plupload-2.1.1/i18n/zh_TW.js | 2 + .../css/jquery.plupload.queue.css | 181 + .../jquery.plupload.queue/img/backgrounds.gif | Bin 0 -> 2977 bytes .../img/buttons-disabled.png | Bin 0 -> 1292 bytes .../jquery.plupload.queue/img/buttons.png | Bin 0 -> 1439 bytes .../jquery.plupload.queue/img/delete.gif | Bin 0 -> 180 bytes .../jquery.plupload.queue/img/done.gif | Bin 0 -> 1024 bytes .../jquery.plupload.queue/img/error.gif | Bin 0 -> 994 bytes .../jquery.plupload.queue/img/throbber.gif | Bin 0 -> 1922 bytes .../jquery.plupload.queue/img/transp50.png | Bin 0 -> 399 bytes .../jquery.plupload.queue.js | 424 + .../jquery.plupload.queue.min.js | 1 + .../css/jquery.ui.plupload.css | 362 + .../jquery.ui.plupload/img/loading.gif | Bin 0 -> 4023 bytes .../jquery.ui.plupload/img/plupload.png | Bin 0 -> 6597 bytes .../jquery.ui.plupload/jquery.ui.plupload.js | 1307 + .../jquery.ui.plupload.min.js | 1 + .../static/plupload-2.1.1/moxie.js | 10684 +++ .../static/plupload-2.1.1/moxie.min.js | 15 + .../static/plupload-2.1.1/plupload.dev.js | 2273 + .../plupload-2.1.1/plupload.full.min.js | 28 + .../static/plupload-2.1.1/plupload.min.js | 13 + .../nextgen_addgallery_page/static/styles.css | 40 + .../templates/import_folder.php | 63 + .../templates/upload_images.php | 267 + .../nextgen_admin/adapter.fs_access_page.php | 43 + .../nextgen_admin/adapter.mvc_validation.php | 33 + .../adapter.nextgen_admin_default_pages.php | 13 + .../adapter.nextgen_settings_routes.php | 20 + .../modules/nextgen_admin/class.form.php | 390 + .../nextgen_admin/class.form_manager.php | 189 + .../class.nextgen_admin_installer.php | 36 + .../class.nextgen_admin_option_handler.php | 29 + .../class.nextgen_admin_page_controller.php | 296 + .../nextgen_admin/class.page_manager.php | 180 + .../modules/nextgen_admin/interface.form.php | 7 + .../nextgen_admin/interface.form_manager.php | 11 + .../interface.nextgen_admin_page.php | 6 + .../nextgen_admin/interface.page_manager.php | 6 + .../nextgen_admin/module.nextgen_admin.php | 158 + .../nextgen_admin/static/animation.gif | Bin 0 -> 44130 bytes .../static/gritter/css/gritter.css | 101 + .../static/gritter/gritter.min.js | 1 + .../static/gritter/images/gritter-light.png | Bin 0 -> 4978 bytes .../static/gritter/images/gritter-long.png | Bin 0 -> 6299 bytes .../static/gritter/images/gritter.png | Bin 0 -> 4880 bytes .../static/gritter/images/ie-spacer.gif | Bin 0 -> 43 bytes .../static/gritter/images/trees.jpg | Bin 0 -> 274003 bytes .../nextgen_admin/static/information.png | Bin 0 -> 462 bytes .../jquery-ui/images/animated-overlay.gif | Bin 0 -> 1738 bytes .../jquery-ui/images/nextgen-logo-small.jpg | Bin 0 -> 8965 bytes .../images/ui-bg_flat_0_222_40x100.png | Bin 0 -> 220 bytes .../images/ui-bg_flat_0_333_40x100.png | Bin 0 -> 220 bytes .../images/ui-bg_flat_0_D54E21_40x100.png | Bin 0 -> 206 bytes .../images/ui-bg_flat_0_aaaaaa_40x100.png | Bin 0 -> 212 bytes .../images/ui-bg_flat_0_e1e1e1_40x100.png | Bin 0 -> 230 bytes .../images/ui-bg_flat_0_f5f5f5_40x100.png | Bin 0 -> 230 bytes .../images/ui-bg_flat_0_fff_40x100.png | Bin 0 -> 208 bytes .../images/ui-bg_flat_55_222_40x100.png | Bin 0 -> 220 bytes .../images/ui-bg_flat_55_e1e1e1_40x100.png | Bin 0 -> 230 bytes .../images/ui-bg_flat_65_0074A2_40x100.png | Bin 0 -> 206 bytes .../images/ui-bg_flat_65_e1e1e1_40x100.png | Bin 0 -> 230 bytes .../images/ui-bg_flat_65_ececec_40x100.png | Bin 0 -> 180 bytes .../images/ui-bg_flat_75_ffffff_40x100.png | Bin 0 -> 178 bytes .../images/ui-bg_glass_55_ffffe0_1x400.png | Bin 0 -> 115 bytes .../images/ui-bg_glass_95_ffebe8_1x400.png | Bin 0 -> 124 bytes .../ui-bg_highlight-hard_75_ececec_1x100.png | Bin 0 -> 95 bytes .../ui-bg_highlight-soft_75_ececec_1x100.png | Bin 0 -> 103 bytes .../ui-bg_inset-hard_75_ececec_1x100.png | Bin 0 -> 94 bytes .../jquery-ui/images/ui-icons-photocrati.png | Bin 0 -> 388 bytes .../images/ui-icons_21759b_256x240.png | Bin 0 -> 4369 bytes .../jquery-ui/images/ui-icons_222_256x240.png | Bin 0 -> 6922 bytes .../images/ui-icons_2EA2CC_256x240.png | Bin 0 -> 4549 bytes .../images/ui-icons_333333_256x240.png | Bin 0 -> 4369 bytes .../images/ui-icons_999999_256x240.png | Bin 0 -> 4369 bytes .../images/ui-icons_cc0000_256x240.png | Bin 0 -> 4369 bytes .../images/ui-icons_cccccc_256x240.png | Bin 0 -> 6975 bytes .../jquery-ui/images/ui-icons_eee_256x240.png | Bin 0 -> 6916 bytes .../jquery-ui/images/ui-icons_fff_256x240.png | Bin 0 -> 6299 bytes .../jquery-ui/jquery-ui-1.10.4.custom.css | 1271 + .../jquery-ui/jquery-ui-1.9.1.custom.css | 1892 + .../static/jquery.nextgen_radio_toggle.js | 17 + .../static/jquery.placeholder.min.js | 2 + .../static/nextgen_admin_page.css | 54 + .../static/nextgen_admin_page.js | 67 + .../nextgen_admin/static/ngg_progressbar.css | 28 + .../nextgen_admin/static/ngg_progressbar.js | 102 + .../static/select2/select2-spinner.gif | Bin 0 -> 1849 bytes .../nextgen_admin/static/select2/select2.css | 573 + .../static/select2/select2.modded.js | 2432 + .../nextgen_admin/static/select2/select2.png | Bin 0 -> 613 bytes .../static/select2/select2x2.png | Bin 0 -> 845 bytes .../nextgen_admin/templates/accordion_tab.php | 4 + .../nextgen_admin/templates/entity_errors.php | 10 + .../nextgen_admin/templates/entity_saved.php | 3 + .../nextgen_settings_field_color.php | 16 + .../nextgen_settings_field_number.php | 20 + .../nextgen_settings_field_radio.php | 26 + .../nextgen_settings_field_select.php | 18 + .../nextgen_settings_field_text.php | 17 + .../nextgen_settings_field_textarea.php | 16 + .../nextgen_settings_field_width_and_unit.php | 25 + .../field_generator/thumbnail_settings.php | 22 + .../modules/nextgen_admin/templates/form.php | 5 + .../templates/nextgen_admin_page.php | 29 + .../templates/not_authorized.php | 3 + .../adapter.nextgen_basic_album.php | 39 + ...adapter.nextgen_basic_album_controller.php | 286 + .../adapter.nextgen_basic_album_forms.php | 16 + .../adapter.nextgen_basic_album_mapper.php | 49 + .../adapter.nextgen_basic_album_routes.php | 48 + .../adapter.nextgen_basic_album_urls.php | 36 + ...apter.nextgen_basic_compact_album_form.php | 37 + ...pter.nextgen_basic_extended_album_form.php | 37 + .../class.nextgen_basic_album_installer.php | 25 + .../mixin.nextgen_basic_album_form.php | 54 + .../module.nextgen_basic_album.php | 151 + .../nextgen_basic_album/static/albumset.gif | Bin 0 -> 814 bytes .../static/compact_preview.jpg | Bin 0 -> 7320 bytes .../static/compact_settings.js | 5 + .../static/extended_preview.jpg | Bin 0 -> 6202 bytes .../static/extended_settings.js | 5 + .../nextgen_basic_album/static/init.js | 6 + .../static/jquery.dotdotdot-1.5.7-packed.js | 15 + .../static/nextgen_basic_album.css | 123 + .../nextgen_basic_album/templates/compact.php | 38 + .../templates/extended.php | 22 + ...nextgen_basic_album_galleries_per_page.php | 19 + ...xtgen_basic_album_gallery_display_type.php | 22 + .../adapter.nextgen_basic_gallery_forms.php | 10 + .../adapter.nextgen_basic_gallery_mapper.php | 103 + .../adapter.nextgen_basic_gallery_routes.php | 25 + .../adapter.nextgen_basic_gallery_urls.php | 114 + ...apter.nextgen_basic_gallery_validation.php | 46 + ...ter.nextgen_basic_slideshow_controller.php | 99 + .../adapter.nextgen_basic_slideshow_form.php | 335 + .../adapter.nextgen_basic_thumbnail_form.php | 206 + ...er.nextgen_basic_thumbnails_controller.php | 221 + .../class.nextgen_basic_gallery_installer.php | 27 + ...hook.nextgen_basic_gallery_integration.php | 50 + ...mixin.nextgen_basic_gallery_controller.php | 30 + .../module.nextgen_basic_gallery.php | 246 + .../static/slideshow/imagerotator.swf | Bin 0 -> 42706 bytes .../static/slideshow/jquery.cycle.all.js | 1548 + .../static/slideshow/jquery.cycle.all.min.js | 10 + .../static/slideshow/jquery.waitforimages.js | 135 + .../slideshow/nextgen_basic_slideshow.css | 67 + .../slideshow/nextgen_basic_slideshow.js | 55 + .../nextgen_basic_slideshow_settings.js | 20 + .../static/slideshow/placeholder.gif | Bin 0 -> 156 bytes .../static/slideshow_preview.jpg | Bin 0 -> 5254 bytes .../static/thumb_preview.jpg | Bin 0 -> 6538 bytes .../static/thumbnails/ajax_pagination.js | 61 + .../thumbnails/nextgen_basic_thumbnails.css | 102 + .../thumbnails/nextgen_basic_thumbnails.js | 2 + .../nextgen_basic_thumbnails_settings.css | 3 + .../nextgen_basic_thumbnails_settings.js | 11 + .../thumbnails/piclens/lite/NoFlash.jpg | Bin 0 -> 72549 bytes .../thumbnails/piclens/lite/PicLensButton.png | Bin 0 -> 3281 bytes .../thumbnails/piclens/lite/PicLensLite.swf | Bin 0 -> 251875 bytes .../static/thumbnails/piclens/lite/piclens.js | 1127 + .../piclens/lite/piclens_optimized.js | 20 + .../piclens/lytebox/images/blank.gif | Bin 0 -> 43 bytes .../piclens/lytebox/images/close_blue.png | Bin 0 -> 1788 bytes .../piclens/lytebox/images/close_gold.png | Bin 0 -> 1652 bytes .../piclens/lytebox/images/close_green.png | Bin 0 -> 1525 bytes .../piclens/lytebox/images/close_grey.png | Bin 0 -> 1715 bytes .../piclens/lytebox/images/close_red.png | Bin 0 -> 1525 bytes .../piclens/lytebox/images/loading.gif | Bin 0 -> 2767 bytes .../piclens/lytebox/images/next_blue.gif | Bin 0 -> 733 bytes .../piclens/lytebox/images/next_gold.gif | Bin 0 -> 732 bytes .../piclens/lytebox/images/next_green.gif | Bin 0 -> 732 bytes .../piclens/lytebox/images/next_grey.gif | Bin 0 -> 731 bytes .../piclens/lytebox/images/next_red.gif | Bin 0 -> 732 bytes .../piclens/lytebox/images/pause_blue.png | Bin 0 -> 1357 bytes .../piclens/lytebox/images/pause_gold.png | Bin 0 -> 1207 bytes .../piclens/lytebox/images/pause_green.png | Bin 0 -> 1149 bytes .../piclens/lytebox/images/pause_grey.png | Bin 0 -> 1282 bytes .../piclens/lytebox/images/pause_red.png | Bin 0 -> 1133 bytes .../piclens/lytebox/images/play_blue.png | Bin 0 -> 1231 bytes .../piclens/lytebox/images/play_gold.png | Bin 0 -> 1141 bytes .../piclens/lytebox/images/play_green.png | Bin 0 -> 1097 bytes .../piclens/lytebox/images/play_grey.png | Bin 0 -> 1178 bytes .../piclens/lytebox/images/play_red.png | Bin 0 -> 1079 bytes .../piclens/lytebox/images/prev_blue.gif | Bin 0 -> 748 bytes .../piclens/lytebox/images/prev_gold.gif | Bin 0 -> 748 bytes .../piclens/lytebox/images/prev_green.gif | Bin 0 -> 748 bytes .../piclens/lytebox/images/prev_grey.gif | Bin 0 -> 748 bytes .../piclens/lytebox/images/prev_red.gif | Bin 0 -> 748 bytes .../thumbnails/piclens/lytebox/lytebox.css | 93 + .../thumbnails/piclens/lytebox/lytebox.js | 843 + .../templates/slideshow/index.php | 202 + ..._slideshow_settings_gallery_dimensions.php | 29 + .../templates/thumbnails/index.php | 103 + .../adapter.nextgen_basic_imagebrowser.php | 28 + ....nextgen_basic_imagebrowser_controller.php | 213 + ...dapter.nextgen_basic_imagebrowser_form.php | 20 + ...apter.nextgen_basic_imagebrowser_forms.php | 11 + ...pter.nextgen_basic_imagebrowser_mapper.php | 34 + ...pter.nextgen_basic_imagebrowser_routes.php | 20 + ...dapter.nextgen_basic_imagebrowser_urls.php | 12 + ...s.nextgen_basic_imagebrowser_installer.php | 17 + ...ok.nextgen_basic_imagebrowser_alt_urls.php | 42 + .../module.nextgen_basic_imagebrowser.php | 128 + .../static/preview.jpg | Bin 0 -> 5571 bytes .../static/style.css | 58 + .../templates/nextgen_basic_imagebrowser.php | 76 + .../adapter.nextgen_basic_singlepic.php | 23 + ...ter.nextgen_basic_singlepic_controller.php | 156 + .../adapter.nextgen_basic_singlepic_form.php | 134 + .../adapter.nextgen_basic_singlepic_forms.php | 11 + ...adapter.nextgen_basic_singlepic_mapper.php | 78 + ...lass.nextgen_basic_singlepic_installer.php | 16 + .../module.nextgen_basic_singlepic.php | 129 + .../static/nextgen_basic_singlepic.css | 38 + .../static/preview.gif | Bin 0 -> 272 bytes .../templates/nextgen_basic_singlepic.php | 95 + ...en_basic_singlepic_settings_dimensions.php | 25 + .../nextgen_basic_singlepic_settings_link.php | 15 + ...xtgen_basic_singlepic_settings_quality.php | 17 + ...nextgen_basic_singlepic_settings_radio.php | 26 + ...extgen_basic_singlepic_settings_select.php | 19 + .../adapter.nextgen_basic_tagcloud.php | 23 + ...pter.nextgen_basic_tagcloud_controller.php | 80 + .../adapter.nextgen_basic_tagcloud_form.php | 52 + .../adapter.nextgen_basic_tagcloud_forms.php | 11 + .../adapter.nextgen_basic_tagcloud_mapper.php | 25 + .../adapter.nextgen_basic_tagcloud_routes.php | 20 + .../adapter.nextgen_basic_tagcloud_urls.php | 75 + ...class.nextgen_basic_tagcloud_installer.php | 21 + .../class.taxonomy_controller.php | 127 + .../interface.taxonomy_controller.php | 8 + .../module.nextgen_basic_tagcloud.php | 148 + .../static/nextgen_basic_tagcloud.css | 22 + .../nextgen_basic_tagcloud/static/preview.gif | Bin 0 -> 869 bytes .../templates/nextgen_basic_tagcloud.php | 7 + .../adapter.nextgen_basic_template_form.php | 220 + .../class.legacy_template_locator.php | 156 + .../interface.legacy_template_locator.php | 9 + .../mixin.nextgen_basic_templates.php | 37 + .../module.nextgen_basic_templates.php | 52 + .../static/ngg_template_settings.css | 19 + .../static/ngg_template_settings.js | 114 + ...tgen_basic_templates_settings_template.php | 21 + .../adapter.attachment_datamapper.php | 62 + ...adapter.customtable_sorting_datamapper.php | 42 + .../adapter.nextgen_data_factory.php | 56 + .../modules/nextgen_data/class.album.php | 57 + .../nextgen_data/class.album_mapper.php | 97 + .../modules/nextgen_data/class.gallery.php | 83 + .../nextgen_data/class.gallery_mapper.php | 130 + .../nextgen_data/class.gallery_storage.php | 76 + .../class.gallerystorage_base.php | 21 + .../class.gallerystorage_driver_base.php | 1522 + .../modules/nextgen_data/class.image.php | 58 + .../nextgen_data/class.image_mapper.php | 164 + .../nextgen_data/class.image_wrapper.php | 558 + .../class.image_wrapper_collection.php | 54 + .../class.nextgen_data_installer.php | 51 + .../nextgen_data/class.nextgen_metadata.php | 677 + .../class.ngglegacy_gallerystorage_driver.php | 835 + .../class.ngglegacy_thumbnail.php | 1035 + .../class.wordpress_gallerystorage_driver.php | 88 + .../modules/nextgen_data/interface.album.php | 6 + .../nextgen_data/interface.album_mapper.php | 6 + .../interface.component_config.php | 10 + .../nextgen_data/interface.gallery.php | 5 + .../nextgen_data/interface.gallery_mapper.php | 6 + .../interface.gallery_storage.php | 6 + .../nextgen_data/interface.gallery_type.php | 5 + .../interface.gallerystorage_driver.php | 31 + .../modules/nextgen_data/interface.image.php | 6 + .../nextgen_data/interface.image_mapper.php | 6 + .../mixin.nextgen_table_extras.php | 204 + .../nextgen_data/module.nextgen_data.php | 118 + .../nextgen_gallery_display/README.txt | 148 + .../adapter.display_settings_controller.php | 24 + .../adapter.display_settings_page.php | 12 + ...pter.displayed_gallery_trigger_element.php | 15 + ...er.displayed_gallery_trigger_resources.php | 49 + .../adapter.gallery_display_ajax.php | 39 + .../adapter.gallery_display_factory.php | 38 + .../adapter.gallery_display_view.php | 43 + .../class.display_type.php | 96 + .../class.display_type_controller.php | 316 + .../class.display_type_mapper.php | 110 + .../class.displayed_gallery.php | 963 + .../class.displayed_gallery_mapper.php | 101 + .../class.displayed_gallery_renderer.php | 355 + .../class.displayed_gallery_source.php | 49 + .../class.displayed_gallery_source_mapper.php | 91 + .../class.displayed_gallery_trigger.php | 32 + ...lass.displayed_gallery_trigger_manager.php | 284 + .../class.gallery_display_installer.php | 136 + ...agate_thumbnail_dimensions_to_settings.php | 29 + .../interface.display_settings_controller.php | 6 + .../interface.display_type.php | 6 + .../interface.display_type_controller.php | 6 + .../interface.display_type_form.php | 5 + .../interface.display_type_mapper.php | 6 + .../interface.displayed_gallery.php | 6 + .../interface.displayed_gallery_mapper.php | 6 + .../interface.displayed_gallery_renderer.php | 6 + .../interface.displayed_gallery_source.php | 6 + ...erface.displayed_gallery_source_mapper.php | 10 + .../mixin.display_type_form.php | 57 + .../module.nextgen_gallery_display.php | 370 + .../nextgen_gallery_display/static/common.js | 92 + .../static/fontawesome/font-awesome.css | 4 + .../static/fonts/FontAwesome.otf | Bin 0 -> 62856 bytes .../static/fonts/fontawesome-webfont.eot | Bin 0 -> 38205 bytes .../static/fonts/fontawesome-webfont.svg | 414 + .../static/fonts/fontawesome-webfont.ttf | Bin 0 -> 80652 bytes .../static/fonts/fontawesome-webfont.woff | Bin 0 -> 44432 bytes .../nextgen_gallery_display_settings.css | 57 + .../nextgen_gallery_display_settings.js | 12 + .../static/nextgen_gallery_related_images.css | 22 + .../static/trigger_buttons.css | 40 + .../templates/alt_view_link_text.php | 18 + .../templates/alternative_view.php | 20 + .../templates/container/after.php | 0 .../templates/container/before.php | 0 .../templates/image/after.php | 1 + .../templates/image/before.php | 7 + .../templates/index.php | 9 + .../templates/list/after.php | 0 .../templates/list/before.php | 0 .../templates/no_images_found.php | 1 + .../templates/related.php | 18 + .../templates/return_link_text.php | 18 + .../templates/show_altview_link.php | 27 + .../templates/show_return_link.php | 27 + .../adapter.image_options_form.php | 230 + .../adapter.lightbox_manager_form.php | 103 + .../adapter.miscellaneous_form.php | 91 + .../adapter.other_options_controller.php | 29 + .../adapter.other_options_forms.php | 41 + .../adapter.other_options_page.php | 12 + .../adapter.reset_form.php | 95 + .../adapter.roles_form.php | 24 + .../adapter.styles_form.php | 48 + .../adapter.stylesheet_ajax_actions.php | 49 + .../adapter.thumbnail_options_form.php | 42 + .../adapter.watermarking_ajax_actions.php | 44 + .../adapter.watermarks_form.php | 154 + .../class.settings_model.php | 55 + .../module.nextgen_other_options.php | 89 + .../static/nextgen_settings_page.css | 111 + .../static/nextgen_settings_page.js | 134 + .../templates/image_options_tab.php | 258 + .../templates/lightbox_library_tab.php | 68 + .../templates/misc_tab.php | 86 + .../templates/reset_tab.php | 34 + .../templates/styling_tab.php | 73 + .../templates/thumbnail_options_tab.php | 100 + .../templates/watermark_image_fields.php | 17 + .../templates/watermark_text_fields.php | 75 + .../templates/watermarks_tab.php | 99 + .../mixin.nextgen_basic_pagination.php | 99 + .../module.nextgen_pagination.php | 30 + .../nextgen_pagination/static/style.css | 41 + .../adapter.nextgen_pro_plus_upgrade_page.php | 25 + ...adapter.nextgen_pro_upgrade_controller.php | 59 + .../module.nextgen_pro_upgrade.php | 38 + .../nextgen_pro_upgrade/static/button.png | Bin 0 -> 7581 bytes .../nextgen_pro_upgrade/static/proupgrade.gif | Bin 0 -> 578587 bytes .../nextgen_pro_upgrade/static/style.css | 44 + .../nextgen_pro_upgrade/templates/plus.php | 17 + .../nextgen_pro_upgrade/templates/pro.php | 12 + .../class.nextgen_settings_installer.php | 173 + .../module.nextgen_settings.php | 38 + .../nextgen_xmlrpc/module.nextgen_xmlrpc.php | 635 + .../modules/ngglegacy/admin/admin.php | 604 + .../modules/ngglegacy/admin/ajax.php | 399 + .../modules/ngglegacy/admin/album.php | 717 + .../ngglegacy/admin/css/images/dropdown.png | Bin 0 -> 217 bytes .../admin/css/images/ui-anim_basic_16x16.gif | Bin 0 -> 1553 bytes .../css/images/ui-icons_222222_256x240.png | Bin 0 -> 4369 bytes .../css/images/ui-icons_cccccc_256x240.png | Bin 0 -> 4369 bytes .../css/images/ui-icons_ffffff_256x240.png | Bin 0 -> 4369 bytes .../ngglegacy/admin/css/jquery.ui.tabs.css | 158 + .../modules/ngglegacy/admin/css/menu.css | 3 + .../ngglegacy/admin/css/nggColorPicker.css | 14 + .../modules/ngglegacy/admin/css/nggSorter.css | 76 + .../ngglegacy/admin/css/ngg_social_media.css | 33 + .../modules/ngglegacy/admin/css/nggadmin.css | 528 + .../ngglegacy/admin/css/tags-admin.css | 10 + .../ngglegacy/admin/edit-thumbnail.php | 183 + .../modules/ngglegacy/admin/functions.php | 1296 + .../ngglegacy/admin/images/facebook.png | Bin 0 -> 1082 bytes .../ngglegacy/admin/images/googleplus.png | Bin 0 -> 1513 bytes .../ngglegacy/admin/images/icon-paypal.gif | Bin 0 -> 220 bytes .../ngglegacy/admin/images/icon-rating.png | Bin 0 -> 728 bytes .../ngglegacy/admin/images/icon-translate.png | Bin 0 -> 819 bytes .../ngglegacy/admin/images/marker_bottom.gif | Bin 0 -> 45 bytes .../ngglegacy/admin/images/marker_middle.gif | Bin 0 -> 48 bytes .../ngglegacy/admin/images/marker_top.gif | Bin 0 -> 45 bytes .../ngglegacy/admin/images/menu-bits.gif | Bin 0 -> 1194 bytes .../ngglegacy/admin/images/nextgen.png | Bin 0 -> 738 bytes .../admin/images/nextgen_16_color.png | Bin 0 -> 388 bytes .../admin/images/nextgen_16_grey.png | Bin 0 -> 400 bytes .../admin/images/nextgen_32_color.png | Bin 0 -> 1108 bytes .../admin/images/nextgen_32_grey.png | Bin 0 -> 898 bytes .../modules/ngglegacy/admin/images/select.png | Bin 0 -> 506 bytes .../ngglegacy/admin/images/twitter.png | Bin 0 -> 964 bytes .../modules/ngglegacy/admin/index.html | 0 .../modules/ngglegacy/admin/install.php | 118 + .../ngglegacy/admin/js/Jcrop/css/Jcrop.gif | Bin 0 -> 329 bytes .../admin/js/Jcrop/css/jquery.Jcrop.css | 35 + .../admin/js/Jcrop/js/jquery.Jcrop.js | 1197 + .../admin/js/colorpicker/css/colorpicker.css | 161 + .../admin/js/colorpicker/images/blank.gif | Bin 0 -> 49 bytes .../images/colorpicker_background.png | Bin 0 -> 1897 bytes .../js/colorpicker/images/colorpicker_hex.png | Bin 0 -> 532 bytes .../colorpicker/images/colorpicker_hsb_b.png | Bin 0 -> 970 bytes .../colorpicker/images/colorpicker_hsb_h.png | Bin 0 -> 1012 bytes .../colorpicker/images/colorpicker_hsb_s.png | Bin 0 -> 1171 bytes .../colorpicker/images/colorpicker_indic.gif | Bin 0 -> 86 bytes .../images/colorpicker_overlay.png | Bin 0 -> 10355 bytes .../colorpicker/images/colorpicker_rgb_b.png | Bin 0 -> 970 bytes .../colorpicker/images/colorpicker_rgb_g.png | Bin 0 -> 1069 bytes .../colorpicker/images/colorpicker_rgb_r.png | Bin 0 -> 1066 bytes .../colorpicker/images/colorpicker_select.gif | Bin 0 -> 78 bytes .../colorpicker/images/colorpicker_submit.png | Bin 0 -> 984 bytes .../colorpicker/images/custom_background.png | Bin 0 -> 1916 bytes .../js/colorpicker/images/custom_hex.png | Bin 0 -> 562 bytes .../js/colorpicker/images/custom_hsb_b.png | Bin 0 -> 1097 bytes .../js/colorpicker/images/custom_hsb_h.png | Bin 0 -> 970 bytes .../js/colorpicker/images/custom_hsb_s.png | Bin 0 -> 1168 bytes .../js/colorpicker/images/custom_indic.gif | Bin 0 -> 86 bytes .../js/colorpicker/images/custom_rgb_b.png | Bin 0 -> 1008 bytes .../js/colorpicker/images/custom_rgb_g.png | Bin 0 -> 1069 bytes .../js/colorpicker/images/custom_rgb_r.png | Bin 0 -> 1018 bytes .../js/colorpicker/images/custom_submit.png | Bin 0 -> 997 bytes .../admin/js/colorpicker/images/select.png | Bin 0 -> 506 bytes .../admin/js/colorpicker/images/select2.png | Bin 0 -> 518 bytes .../admin/js/colorpicker/images/slider.png | Bin 0 -> 315 bytes .../admin/js/colorpicker/js/colorpicker.js | 484 + .../ngglegacy/admin/js/jquery.MultiFile.js | 535 + .../admin/js/jquery.MultiFile.pack.js | 11 + .../admin/js/jquery.ui.autocomplete.js | 612 + .../admin/js/jquery.ui.autocomplete.min.js | 32 + .../js/jqueryFileTree/images/directory.png | Bin 0 -> 537 bytes .../js/jqueryFileTree/images/folder_open.png | Bin 0 -> 583 bytes .../js/jqueryFileTree/images/spinner.gif | Bin 0 -> 2530 bytes .../js/jqueryFileTree/jqueryFileTree.css | 81 + .../admin/js/jqueryFileTree/jqueryFileTree.js | 98 + .../modules/ngglegacy/admin/js/ngg.ajax.js | 156 + .../ngglegacy/admin/js/ngg.autocomplete.js | 77 + .../ngglegacy/admin/js/ngg.progressbar.js | 141 + .../ngglegacy/admin/js/ngg_social_media.js | 8 + .../ngglegacy/admin/js/plupload.handler.js | 247 + .../ngglegacy/admin/manage-galleries.php | 476 + .../modules/ngglegacy/admin/manage-images.php | 588 + .../modules/ngglegacy/admin/manage-sort.php | 138 + .../modules/ngglegacy/admin/manage.php | 1110 + .../modules/ngglegacy/admin/media-upload.php | 303 + .../modules/ngglegacy/admin/overview.php | 499 + .../modules/ngglegacy/admin/publish.php | 64 + .../modules/ngglegacy/admin/roles.php | 137 + .../modules/ngglegacy/admin/rotate.php | 98 + .../modules/ngglegacy/admin/settings.php | 943 + .../modules/ngglegacy/admin/showmeta.php | 124 + .../modules/ngglegacy/admin/style.php | 250 + .../modules/ngglegacy/admin/tags.php | 292 + .../admin/templates/facebook_like_button.php | 2 + .../manage_gallery/gallery_author_field.php | 3 + .../gallery_create_page_field.php | 11 + .../manage_gallery/gallery_desc_field.php | 3 + .../gallery_link_to_page_field.php | 10 + .../manage_gallery/gallery_path_field.php | 9 + .../gallery_preview_image_field.php | 10 + .../manage_gallery/gallery_title_field.php | 8 + .../admin/templates/social_media_buttons.php | 4 + .../admin/templates/twitter_follow_link.php | 8 + .../ngglegacy/admin/thumbnails-template.php | 104 + .../modules/ngglegacy/admin/upgrade.php | 283 + .../modules/ngglegacy/admin/upload.php | 47 + .../modules/ngglegacy/admin/wpmu.php | 117 + .../ngglegacy/class.ngglegacy_installer.php | 108 + .../modules/ngglegacy/css/nggallery.css | 8 + .../modules/ngglegacy/fonts/arial.ttf | Bin 0 -> 311636 bytes .../modules/ngglegacy/images/ajax-loader.gif | Bin 0 -> 673 bytes .../modules/ngglegacy/images/loader.gif | Bin 0 -> 6820 bytes .../modules/ngglegacy/images/mrss-icon.gif | Bin 0 -> 1040 bytes .../modules/ngglegacy/images/piclens.gif | Bin 0 -> 1443 bytes .../modules/ngglegacy/index.html | 0 .../ngglegacy/lib/class.ngg_serializable.php | 48 + .../modules/ngglegacy/lib/core.php | 586 + .../ngglegacy/lib/gd.thumbnail.inc.php | 943 + .../modules/ngglegacy/lib/image.php | 83 + .../modules/ngglegacy/lib/imagemagick.inc.php | 597 + .../modules/ngglegacy/lib/media-rss.php | 244 + .../modules/ngglegacy/lib/meta.php | 588 + .../modules/ngglegacy/lib/multisite.php | 57 + .../modules/ngglegacy/lib/navigation.php | 123 + .../modules/ngglegacy/lib/ngg-db.php | 1138 + .../modules/ngglegacy/lib/post-thumbnail.php | 365 + .../modules/ngglegacy/lib/rewrite.php | 423 + .../modules/ngglegacy/lib/shortcodes.php | 141 + .../modules/ngglegacy/lib/sitemap.php | 127 + .../modules/ngglegacy/lib/swfobject.php | 195 + .../modules/ngglegacy/lib/tags.php | 386 + .../modules/ngglegacy/module.ngglegacy.php | 52 + .../modules/ngglegacy/ngg-config.php | 38 + .../modules/ngglegacy/nggallery.php | 339 + .../modules/ngglegacy/nggfunctions.php | 288 + .../modules/ngglegacy/nggshow.php | 65 + .../ngglegacy/static/Black_Minimalism.css | 49 + .../modules/ngglegacy/static/default.css | 32 + .../modules/ngglegacy/static/hovereffect.css | 142 + .../modules/ngglegacy/static/ngg_dkret3.css | 42 + .../modules/ngglegacy/static/ngg_k2.css | 84 + .../modules/ngglegacy/static/ngg_shadow.css | 24 + .../modules/ngglegacy/static/ngg_shadow2.css | 30 + .../modules/ngglegacy/static/shadow.gif | Bin 0 -> 4364 bytes .../modules/ngglegacy/static/shadowAlpha.png | Bin 0 -> 3403 bytes .../modules/ngglegacy/view/album-compact.php | 56 + .../modules/ngglegacy/view/album-extend.php | 44 + .../ngglegacy/view/gallery-caption.php | 69 + .../ngglegacy/view/gallery-carousel.php | 56 + .../modules/ngglegacy/view/gallery.php | 73 + .../ngglegacy/view/imagebrowser-caption.php | 37 + .../ngglegacy/view/imagebrowser-exif.php | 67 + .../modules/ngglegacy/view/imagebrowser.php | 37 + .../modules/ngglegacy/view/singlepic.php | 36 + .../modules/ngglegacy/xml/imagerotator.php | 52 + .../modules/ngglegacy/xml/json.php | 275 + .../modules/ngglegacy/xml/media-rss.php | 123 + .../router/adapter.routing_app_factory.php | 9 + .../router/class.http_response_controller.php | 47 + .../modules/router/class.router.php | 298 + .../modules/router/class.router_installer.php | 12 + .../modules/router/class.routing_app.php | 842 + .../router/interface.http_response.php | 7 + .../modules/router/interface.router.php | 8 + .../modules/router/interface.routing_app.php | 6 + .../modules/router/mixin.url_manipulation.php | 185 + .../modules/router/module.router.php | 52 + .../modules/security/README | 24 + .../security/adapter.security_factory.php | 29 + .../modules/security/class.security_actor.php | 144 + .../security/class.security_manager.php | 58 + .../modules/security/class.security_token.php | 68 + .../class.wordpress_security_actor.php | 138 + .../class.wordpress_security_manager.php | 128 + .../class.wordpress_security_token.php | 100 + .../security/interface.security_actor.php | 12 + .../security/interface.security_manager.php | 12 + .../security/interface.security_token.php | 14 + .../modules/security/module.security.php | 56 + .../simplehtmldom/module.simple_html_dom.php | 33 + .../simplehtmldom/simple_html_dom.php | 1742 + .../module.third_party_compat.php | 376 + .../modules/validation/mixin.validation.php | 511 + .../modules/validation/module.validation.php | 32 + .../modules/widget/class.widget.php | 83 + .../modules/widget/class.widget_gallery.php | 162 + .../modules/widget/class.widget_mediarss.php | 107 + .../modules/widget/class.widget_slideshow.php | 132 + .../modules/widget/interface.widget.php | 5 + .../modules/widget/module.widget.php | 56 + .../modules/widget/static/widgets.css | 16 + .../widget/templates/display_gallery.php | 29 + .../widget/templates/display_mediarss.php | 13 + .../widget/templates/display_slideshow.php | 8 + .../modules/widget/templates/form_gallery.php | 117 + .../widget/templates/form_mediarss.php | 54 + .../widget/templates/form_slideshow.php | 86 + .../adapter.wordpress_router.php | 145 + .../adapter.wordpress_routing_app.php | 99 + .../module.wordpress_routing.php | 76 + .../product.photocrati_nextgen.php | 74 + wp-content/plugins/nextgen-gallery/readme.txt | 836 + .../really-simple-captcha/gentium/FONTLOG.txt | 153 + .../gentium/GENTIUM-FAQ.txt | 249 + .../really-simple-captcha/gentium/GenBasB.ttf | Bin 0 -> 271648 bytes .../gentium/GenBasBI.ttf | Bin 0 -> 250668 bytes .../really-simple-captcha/gentium/GenBasI.ttf | Bin 0 -> 263504 bytes .../really-simple-captcha/gentium/GenBasR.ttf | Bin 0 -> 269048 bytes .../gentium/GenBkBasB.ttf | Bin 0 -> 271832 bytes .../gentium/GenBkBasBI.ttf | Bin 0 -> 249924 bytes .../gentium/GenBkBasI.ttf | Bin 0 -> 266156 bytes .../gentium/GenBkBasR.ttf | Bin 0 -> 272460 bytes .../really-simple-captcha/gentium/OFL-FAQ.txt | 216 + .../really-simple-captcha/gentium/OFL.txt | 94 + .../plugins/really-simple-captcha/license.txt | 339 + .../plugins/really-simple-captcha/readme.txt | 113 + .../really-simple-captcha.php | 315 + .../really-simple-captcha/tmp/index.php | 3 + .../css/images/animated-overlay.gif | Bin 0 -> 1738 bytes .../css/images/ui-bg_flat_0_aaaaaa_40x100.png | Bin 0 -> 212 bytes .../images/ui-bg_flat_75_ffffff_40x100.png | Bin 0 -> 208 bytes .../images/ui-bg_glass_55_fbf9ee_1x400.png | Bin 0 -> 335 bytes .../images/ui-bg_glass_65_ffffff_1x400.png | Bin 0 -> 207 bytes .../images/ui-bg_glass_75_dadada_1x400.png | Bin 0 -> 262 bytes .../images/ui-bg_glass_75_e6e6e6_1x400.png | Bin 0 -> 262 bytes .../images/ui-bg_glass_95_fef1ec_1x400.png | Bin 0 -> 332 bytes .../ui-bg_highlight-soft_75_cccccc_1x100.png | Bin 0 -> 280 bytes .../css/images/ui-icons_222222_256x240.png | Bin 0 -> 6922 bytes .../css/images/ui-icons_2e83ff_256x240.png | Bin 0 -> 4549 bytes .../css/images/ui-icons_454545_256x240.png | Bin 0 -> 6992 bytes .../css/images/ui-icons_888888_256x240.png | Bin 0 -> 6999 bytes .../css/images/ui-icons_cd0a0a_256x240.png | Bin 0 -> 4549 bytes .../plugins/user-role-editor/css/index.php | 3 + .../css/jquery-ui-1.10.4.custom.css | 1178 + .../css/jquery-ui-1.10.4.custom.min.css | 7 + .../user-role-editor/css/ure-admin.css | 183 + .../images/admin-menu-editor-pro.jpg | Bin 0 -> 89948 bytes .../images/changelog-icon.png | Bin 0 -> 494 bytes .../user-role-editor/images/donate-icon.png | Bin 0 -> 3190 bytes .../user-role-editor/images/faq-icon.png | Bin 0 -> 847 bytes .../plugins/user-role-editor/images/help.png | Bin 0 -> 786 bytes .../plugins/user-role-editor/images/index.php | 3 + .../user-role-editor/images/mwp250_2.png | Bin 0 -> 23078 bytes .../images/user-role-editor-icon.png | Bin 0 -> 867 bytes .../images/user-role-editor-page-icon.png | Bin 0 -> 2503 bytes .../images/user-role-editor-pro-728x90.jpg | Bin 0 -> 59700 bytes .../user-role-editor/images/vladimir.png | Bin 0 -> 767 bytes .../includes/class-advertisement.php | 92 + .../includes/class-ajax-processor.php | 107 + .../includes/class-garvs-wp-lib.php | 242 + .../includes/class-ure-lib.php | 2519 + .../includes/class-ure-screen-help.php | 116 + .../includes/class-user-role-editor.php | 1057 + .../includes/define-constants.php | 15 + .../user-role-editor/includes/index.php | 3 + .../includes/misc-support-stuff.php | 31 + .../includes/settings-template.php | 206 + .../includes/ure-role-edit.php | 102 + .../includes/ure-user-edit.php | 150 + wp-content/plugins/user-role-editor/index.php | 3 + .../plugins/user-role-editor/js/index.php | 3 + .../plugins/user-role-editor/js/ure-js.js | 444 + .../plugins/user-role-editor/js/ure-users.js | 95 + .../plugins/user-role-editor/lang/index.php | 3 + .../plugins/user-role-editor/lang/ure-ca.mo | Bin 0 -> 8579 bytes .../plugins/user-role-editor/lang/ure-ca.po | 972 + .../user-role-editor/lang/ure-es_ES.mo | Bin 0 -> 10276 bytes .../user-role-editor/lang/ure-es_ES.po | 864 + .../user-role-editor/lang/ure-fa_IR.mo | Bin 0 -> 17831 bytes .../user-role-editor/lang/ure-fa_IR.po | 865 + .../user-role-editor/lang/ure-he_IL.mo | Bin 0 -> 10079 bytes .../user-role-editor/lang/ure-he_IL.po | 1430 + .../user-role-editor/lang/ure-hu_HU.mo | Bin 0 -> 16038 bytes .../user-role-editor/lang/ure-hu_HU.po | 879 + .../user-role-editor/lang/ure-id_ID.mo | Bin 0 -> 12565 bytes .../user-role-editor/lang/ure-id_ID.po | 874 + .../plugins/user-role-editor/lang/ure-nl.mo | Bin 0 -> 15443 bytes .../plugins/user-role-editor/lang/ure-nl.po | 883 + .../user-role-editor/lang/ure-ru_RU.mo | Bin 0 -> 21648 bytes .../user-role-editor/lang/ure-ru_RU.po | 1583 + .../user-role-editor/lang/ure-tr_TR.mo | Bin 0 -> 9208 bytes .../user-role-editor/lang/ure-tr_TR.po | 1395 + .../plugins/user-role-editor/lang/ure.mo | Bin 0 -> 554 bytes .../plugins/user-role-editor/lang/ure.pot | 824 + .../plugins/user-role-editor/license.txt | 375 + .../plugins/user-role-editor/readme.txt | 185 + .../plugins/user-role-editor/screenshot-1.png | Bin 0 -> 149460 bytes .../plugins/user-role-editor/screenshot-2.png | Bin 0 -> 75174 bytes .../plugins/user-role-editor/screenshot-3.png | Bin 0 -> 22897 bytes .../plugins/user-role-editor/screenshot-4.png | Bin 0 -> 166510 bytes .../plugins/user-role-editor/screenshot-5.png | Bin 0 -> 41254 bytes .../plugins/user-role-editor/uninstall.php | 38 + .../user-role-editor/user-role-editor.php | 57 + wp-content/plugins/wordfence/css/colorbox.css | 64 + wp-content/plugins/wordfence/css/diff.css | 118 + wp-content/plugins/wordfence/css/dt_table.css | 54 + wp-content/plugins/wordfence/css/fullLog.css | 21 + wp-content/plugins/wordfence/css/iptraf.css | 49 + wp-content/plugins/wordfence/css/main.css | 422 + wp-content/plugins/wordfence/css/phpinfo.css | 30 + .../wordfence/images/back_disabled.jpg | Bin 0 -> 1220 bytes .../plugins/wordfence/images/back_enabled.jpg | Bin 0 -> 1279 bytes .../wordfence/images/button-grad-grey.png | Bin 0 -> 239 bytes .../wordfence/images/forward_disabled.jpg | Bin 0 -> 1220 bytes .../wordfence/images/forward_enabled.jpg | Bin 0 -> 1259 bytes .../plugins/wordfence/images/icons/ajax24.gif | Bin 0 -> 2545 bytes .../plugins/wordfence/images/icons/ajax3.gif | Bin 0 -> 27928 bytes .../wordfence/images/icons/ajaxRed16.gif | Bin 0 -> 1849 bytes .../wordfence/images/icons/ajaxScan.gif | Bin 0 -> 723 bytes .../wordfence/images/icons/ajaxWhite32x32.gif | Bin 0 -> 3208 bytes .../wordfence/images/icons/arrow_refresh.png | Bin 0 -> 685 bytes .../wordfence/images/icons/bullet_yellow.png | Bin 0 -> 287 bytes .../wordfence/images/icons/email_go.png | Bin 0 -> 754 bytes .../wordfence/images/icons/error128.png | Bin 0 -> 12556 bytes .../wordfence/images/icons/magnifier.png | Bin 0 -> 615 bytes .../wordfence/images/icons/tick128.png | Bin 0 -> 13236 bytes .../wordfence/images/icons/warning128.png | Bin 0 -> 11002 bytes .../wordfence/images/lightbox-controls.png | Bin 0 -> 3230 bytes .../plugins/wordfence/images/loading.gif | Bin 0 -> 2545 bytes .../wordfence/images/loading_background.png | Bin 0 -> 157 bytes .../plugins/wordfence/images/sort_asc.gif | Bin 0 -> 52 bytes .../wordfence/images/sort_asc_disabled.gif | Bin 0 -> 1098 bytes .../plugins/wordfence/images/sort_both.gif | Bin 0 -> 57 bytes .../plugins/wordfence/images/sort_desc.gif | Bin 0 -> 52 bytes .../wordfence/images/sort_desc_disabled.gif | Bin 0 -> 1098 bytes .../wordfence/images/wordfence-logo-16x16.png | Bin 0 -> 3682 bytes .../wordfence/images/wordfence-logo-32x32.png | Bin 0 -> 2892 bytes .../wordfence/images/wordfence-logo-64x64.png | Bin 0 -> 11649 bytes .../wordfence/images/wordfenceFalcon.png | Bin 0 -> 6132 bytes .../images/wordfenceFalconEngineSmall.png | Bin 0 -> 8615 bytes .../wordfence/images/wordfenceFalconSmall.png | Bin 0 -> 694 bytes wp-content/plugins/wordfence/index.php | 3 + wp-content/plugins/wordfence/js/admin.js | 1619 + .../wordfence/js/jquery.colorbox-min.js | 4 + .../wordfence/js/jquery.dataTables.min.js | 151 + .../plugins/wordfence/js/jquery.tmpl.min.js | 10 + .../plugins/wordfence/js/jquery.tools.min.js | 15 + wp-content/plugins/wordfence/js/perf.js | 36 + wp-content/plugins/wordfence/js/tourTip.js | 162 + wp-content/plugins/wordfence/lib/.htaccess | 2 + wp-content/plugins/wordfence/lib/Diff.php | 176 + .../wordfence/lib/Diff/Renderer/Abstract.php | 82 + .../lib/Diff/Renderer/Html/Array.php | 224 + .../lib/Diff/Renderer/Html/SideBySide.php | 163 + .../wordfence/lib/Diff/SequenceMatcher.php | 742 + wp-content/plugins/wordfence/lib/GeoIP.dat | Bin 0 -> 721510 bytes wp-content/plugins/wordfence/lib/IPTraf.php | 36 + wp-content/plugins/wordfence/lib/conntest.php | 84 + .../plugins/wordfence/lib/dashboard.php | 49 + .../plugins/wordfence/lib/diffResult.php | 45 + .../wordfence/lib/email_genericAlert.php | 31 + .../plugins/wordfence/lib/email_newIssues.php | 40 + .../wordfence/lib/email_unlockRequest.php | 22 + .../plugins/wordfence/lib/menuHeader.php | 4 + .../plugins/wordfence/lib/menu_activity.php | 235 + .../plugins/wordfence/lib/menu_blockedIPs.php | 182 + .../wordfence/lib/menu_countryBlocking.php | 123 + .../plugins/wordfence/lib/menu_options.php | 391 + .../wordfence/lib/menu_rangeBlocking.php | 96 + .../plugins/wordfence/lib/menu_scan.php | 803 + .../wordfence/lib/menu_scanSchedule.php | 112 + .../plugins/wordfence/lib/menu_sitePerf.php | 105 + .../wordfence/lib/menu_sitePerfStats.php | 164 + .../plugins/wordfence/lib/menu_twoFactor.php | 108 + .../plugins/wordfence/lib/menu_whois.php | 86 + .../plugins/wordfence/lib/pageTitle.php | 1 + .../plugins/wordfence/lib/schedWeekEntry.php | 29 + wp-content/plugins/wordfence/lib/sysinfo.php | 21 + .../plugins/wordfence/lib/unknownFiles.php | 157 + .../wordfence/lib/viewFullActivityLog.php | 26 + wp-content/plugins/wordfence/lib/wf503.php | 24 + wp-content/plugins/wordfence/lib/wfAPI.php | 210 + wp-content/plugins/wordfence/lib/wfAction.php | 4 + wp-content/plugins/wordfence/lib/wfArray.php | 46 + .../plugins/wordfence/lib/wfBrowscap.php | 120 + .../plugins/wordfence/lib/wfBrowscapCache.php | 55776 ++++++++++++++++ .../plugins/wordfence/lib/wfBulkCountries.php | 253 + wp-content/plugins/wordfence/lib/wfCache.php | 676 + wp-content/plugins/wordfence/lib/wfConfig.php | 789 + .../plugins/wordfence/lib/wfCountryMap.php | 259 + wp-content/plugins/wordfence/lib/wfCrawl.php | 94 + wp-content/plugins/wordfence/lib/wfDB.php | 114 + wp-content/plugins/wordfence/lib/wfDict.php | 90 + wp-content/plugins/wordfence/lib/wfGeoIP.php | 765 + wp-content/plugins/wordfence/lib/wfIssues.php | 257 + .../plugins/wordfence/lib/wfLockedOut.php | 23 + wp-content/plugins/wordfence/lib/wfLog.php | 894 + wp-content/plugins/wordfence/lib/wfRate.php | 18 + wp-content/plugins/wordfence/lib/wfScan.php | 198 + .../plugins/wordfence/lib/wfScanEngine.php | 1013 + wp-content/plugins/wordfence/lib/wfSchema.php | 215 + .../plugins/wordfence/lib/wfUnlockMsg.php | 7 + wp-content/plugins/wordfence/lib/wfUtils.php | 650 + .../plugins/wordfence/lib/wfViewResult.php | 26 + .../plugins/wordfence/lib/whois/.htaccess | 2 + .../plugins/wordfence/lib/whois/LICENSE | 340 + .../wordfence/lib/whois/handler.template.php | 40 + .../plugins/wordfence/lib/whois/npdata.ser | 1 + .../plugins/wordfence/lib/whois/whois.ae.php | 58 + .../wordfence/lib/whois/whois.aero.php | 45 + .../plugins/wordfence/lib/whois/whois.ag.php | 45 + .../wordfence/lib/whois/whois.asia.php | 44 + .../plugins/wordfence/lib/whois/whois.at.php | 102 + .../plugins/wordfence/lib/whois/whois.au.php | 63 + .../plugins/wordfence/lib/whois/whois.be.php | 76 + .../plugins/wordfence/lib/whois/whois.biz.php | 45 + .../plugins/wordfence/lib/whois/whois.br.php | 84 + .../plugins/wordfence/lib/whois/whois.ca.php | 76 + .../plugins/wordfence/lib/whois/whois.cat.php | 47 + .../plugins/wordfence/lib/whois/whois.ch.php | 82 + .../plugins/wordfence/lib/whois/whois.cl.php | 56 + .../wordfence/lib/whois/whois.client.php | 595 + .../plugins/wordfence/lib/whois/whois.cn.php | 91 + .../plugins/wordfence/lib/whois/whois.co.php | 43 + .../wordfence/lib/whois/whois.co.za.php | 73 + .../wordfence/lib/whois/whois.coop.php | 106 + .../plugins/wordfence/lib/whois/whois.cz.php | 73 + .../plugins/wordfence/lib/whois/whois.de.php | 78 + .../plugins/wordfence/lib/whois/whois.edu.php | 62 + .../plugins/wordfence/lib/whois/whois.eu.php | 85 + .../plugins/wordfence/lib/whois/whois.fi.php | 57 + .../plugins/wordfence/lib/whois/whois.fj.php | 67 + .../plugins/wordfence/lib/whois/whois.fm.php | 80 + .../plugins/wordfence/lib/whois/whois.fr.php | 78 + .../lib/whois/whois.gtld.afternic.php | 51 + .../lib/whois/whois.gtld.alldomains.php | 49 + .../wordfence/lib/whois/whois.gtld.ascio.php | 51 + .../lib/whois/whois.gtld.assorted.php | 51 + .../lib/whois/whois.gtld.corporatedomains.php | 53 + .../lib/whois/whois.gtld.directnic.php | 53 + .../lib/whois/whois.gtld.domaindiscover.php | 51 + .../lib/whois/whois.gtld.domainpeople.php | 59 + .../lib/whois/whois.gtld.dotster.php | 53 + .../lib/whois/whois.gtld.dreamhost.php | 54 + .../wordfence/lib/whois/whois.gtld.enom.php | 62 + .../lib/whois/whois.gtld.fabulous.php | 54 + .../lib/whois/whois.gtld.fastdomain.php | 78 + .../wordfence/lib/whois/whois.gtld.gandi.php | 56 + .../lib/whois/whois.gtld.genericb.php | 40 + .../lib/whois/whois.gtld.godaddy.php | 56 + .../wordfence/lib/whois/whois.gtld.iana.php | 51 + .../lib/whois/whois.gtld.interdomain.php | 80 + .../lib/whois/whois.gtld.itsyourdomain.php | 52 + .../wordfence/lib/whois/whois.gtld.joker.php | 78 + .../lib/whois/whois.gtld.markmonitor.php | 55 + .../lib/whois/whois.gtld.melbourneit.php | 59 + .../lib/whois/whois.gtld.moniker.php | 52 + .../lib/whois/whois.gtld.namejuice.php | 53 + .../lib/whois/whois.gtld.nameking.php | 70 + .../lib/whois/whois.gtld.names4ever.php | 54 + .../lib/whois/whois.gtld.namevault.php | 52 + .../lib/whois/whois.gtld.networksolutions.php | 50 + .../wordfence/lib/whois/whois.gtld.nicco.php | 62 + .../lib/whois/whois.gtld.nicline.php | 51 + .../lib/whois/whois.gtld.onlinenic.php | 83 + .../lib/whois/whois.gtld.opensrs.php | 58 + .../wordfence/lib/whois/whois.gtld.ovh.php | 51 + .../wordfence/lib/whois/whois.gtld.php | 81 + .../wordfence/lib/whois/whois.gtld.psiusa.php | 90 + .../whois/whois.gtld.publicdomainregistry.php | 57 + .../lib/whois/whois.gtld.register.php | 62 + .../lib/whois/whois.gtld.rrpproxy.php | 92 + .../lib/whois/whois.gtld.schlund.php | 86 + .../lib/whois/whois.gtld.srsplus.php | 51 + .../lib/whois/whois.gtld.tmagnic.php | 52 + .../wordfence/lib/whois/whois.gtld.tvcorp.php | 50 + .../lib/whois/whois.gtld.wildwestdomains.php | 52 + .../plugins/wordfence/lib/whois/whois.hu.php | 95 + .../wordfence/lib/whois/whois.icon.png | Bin 0 -> 571 bytes .../wordfence/lib/whois/whois.idna.php | 969 + .../plugins/wordfence/lib/whois/whois.ie.php | 64 + .../plugins/wordfence/lib/whois/whois.in.php | 45 + .../wordfence/lib/whois/whois.info.php | 45 + .../plugins/wordfence/lib/whois/whois.int.php | 44 + .../wordfence/lib/whois/whois.ip.afrinic.php | 77 + .../wordfence/lib/whois/whois.ip.apnic.php | 122 + .../wordfence/lib/whois/whois.ip.arin.php | 78 + .../wordfence/lib/whois/whois.ip.krnic.php | 112 + .../wordfence/lib/whois/whois.ip.lacnic.php | 79 + .../wordfence/lib/whois/whois.ip.lib.php | 120 + .../plugins/wordfence/lib/whois/whois.ip.php | 285 + .../wordfence/lib/whois/whois.ip.ripe.php | 85 + .../plugins/wordfence/lib/whois/whois.ir.php | 60 + .../plugins/wordfence/lib/whois/whois.is.php | 69 + .../plugins/wordfence/lib/whois/whois.it.php | 78 + .../plugins/wordfence/lib/whois/whois.jp.php | 111 + .../plugins/wordfence/lib/whois/whois.lt.php | 64 + .../plugins/wordfence/lib/whois/whois.lu.php | 78 + .../plugins/wordfence/lib/whois/whois.ly.php | 72 + .../wordfence/lib/whois/whois.main.php | 327 + .../plugins/wordfence/lib/whois/whois.me.php | 45 + .../wordfence/lib/whois/whois.mobi.php | 47 + .../wordfence/lib/whois/whois.museum.php | 45 + .../plugins/wordfence/lib/whois/whois.mx.php | 70 + .../wordfence/lib/whois/whois.name.php | 45 + .../plugins/wordfence/lib/whois/whois.nl.php | 88 + .../plugins/wordfence/lib/whois/whois.nu.php | 90 + .../plugins/wordfence/lib/whois/whois.nz.php | 102 + .../plugins/wordfence/lib/whois/whois.org.php | 47 + .../wordfence/lib/whois/whois.org.za.php | 64 + .../wordfence/lib/whois/whois.parser.php | 873 + .../plugins/wordfence/lib/whois/whois.pl.php | 54 + .../plugins/wordfence/lib/whois/whois.pro.php | 43 + .../plugins/wordfence/lib/whois/whois.pt.php | 81 + .../plugins/wordfence/lib/whois/whois.ro.php | 99 + .../plugins/wordfence/lib/whois/whois.ru.php | 63 + .../wordfence/lib/whois/whois.rwhois.php | 58 + .../plugins/wordfence/lib/whois/whois.sc.php | 45 + .../plugins/wordfence/lib/whois/whois.se.php | 58 + .../wordfence/lib/whois/whois.servers.php | 252 + .../plugins/wordfence/lib/whois/whois.si.php | 55 + .../plugins/wordfence/lib/whois/whois.su.php | 63 + .../plugins/wordfence/lib/whois/whois.tel.php | 45 + .../wordfence/lib/whois/whois.travel.php | 43 + .../plugins/wordfence/lib/whois/whois.uk.php | 72 + .../plugins/wordfence/lib/whois/whois.us.php | 44 + .../wordfence/lib/whois/whois.utils.php | 152 + .../plugins/wordfence/lib/whois/whois.ve.php | 75 + .../plugins/wordfence/lib/whois/whois.ws.php | 76 + .../wordfence/lib/whois/whois.zanet.php | 90 + .../plugins/wordfence/lib/wordfenceClass.php | 2836 + .../wordfence/lib/wordfenceConstants.php | 11 + .../plugins/wordfence/lib/wordfenceHash.php | 370 + .../wordfence/lib/wordfenceScanner.php | 347 + .../wordfence/lib/wordfenceURLHoover.php | 275 + wp-content/plugins/wordfence/readme.txt | 1021 + wp-content/plugins/wordfence/tmp/.htaccess | 2 + wp-content/plugins/wordfence/wordfence.php | 28 + .../plugins/wordpress-seo/.csscomb.json | 331 + .../plugins/wordpress-seo/CONTRIBUTING.md | 56 + wp-content/plugins/wordpress-seo/README.md | 47 + .../wordpress-seo/admin/TextStatistics.php | 416 + .../plugins/wordpress-seo/admin/ajax.php | 295 + .../wordpress-seo/admin/class-admin.php | 872 + ...ass-bulk-description-editor-list-table.php | 92 + .../admin/class-bulk-editor-list-table.php | 591 + .../class-bulk-title-editor-list-table.php | 92 + .../wordpress-seo/admin/class-config.php | 716 + .../wordpress-seo/admin/class-metabox.php | 2024 + .../admin/class-opengraph-admin.php | 103 + .../wordpress-seo/admin/class-pointers.php | 362 + .../admin/class-sitemaps-admin.php | 89 + .../wordpress-seo/admin/class-taxonomy.php | 285 + .../wordpress-seo/admin/class-tracking.php | 239 + .../admin/class-yoast-notification-center.php | 152 + .../admin/class-yoast-notification.php | 66 + .../plugins/wordpress-seo/admin/index.php | 2 + .../admin/license-manager/README.md | 21 + .../license-manager/class-api-request.php | 140 + .../license-manager/class-license-manager.php | 568 + .../class-plugin-license-manager.php | 90 + .../class-plugin-update-manager.php | 102 + .../admin/license-manager/class-product.php | 228 + .../class-theme-license-manager.php | 53 + .../class-theme-update-manager.php | 149 + .../license-manager/class-update-manager.php | 211 + .../admin/license-manager/index.php | 2 + .../admin/license-manager/samples/index.php | 2 + .../license-manager/samples/sample-plugin.php | 74 + .../samples/sample-product.php | 23 + .../samples/sample-theme-functions.php | 11 + .../admin/license-manager/views/form.php | 94 + .../admin/license-manager/views/index.php | 2 + .../admin/license-manager/views/script.php | 67 + .../wordpress-seo/admin/pages/bulk-editor.php | 62 + .../wordpress-seo/admin/pages/dashboard.php | 172 + .../wordpress-seo/admin/pages/files.php | 137 + .../wordpress-seo/admin/pages/import.php | 474 + .../admin/pages/internal-links.php | 83 + .../wordpress-seo/admin/pages/licenses.php | 94 + .../wordpress-seo/admin/pages/metas.php | 209 + .../wordpress-seo/admin/pages/network.php | 145 + .../wordpress-seo/admin/pages/permalinks.php | 59 + .../plugins/wordpress-seo/admin/pages/rss.php | 44 + .../wordpress-seo/admin/pages/social.php | 233 + .../admin/pages/xml-sitemaps.php | 102 + .../plugins/wordpress-seo/changelog.txt | 1269 + .../plugins/wordpress-seo/css/adminbar.css | 37 + .../wordpress-seo/css/adminbar.min.css | 1 + .../plugins/wordpress-seo/css/edit-page.css | 43 + .../wordpress-seo/css/edit-page.min.css | 1 + .../plugins/wordpress-seo/css/index.php | 2 + .../wordpress-seo/css/metabox-classic.css | 21 + .../wordpress-seo/css/metabox-classic.min.css | 1 + .../wordpress-seo/css/metabox-fresh.css | 22 + .../wordpress-seo/css/metabox-fresh.min.css | 1 + .../wordpress-seo/css/metabox-tabs.css | 328 + .../wordpress-seo/css/metabox-tabs.min.css | 1 + .../wordpress-seo/css/taxonomy-meta.css | 5 + .../wordpress-seo/css/taxonomy-meta.min.css | 1 + .../plugins/wordpress-seo/css/wpseo-rtl.css | 69 + .../wordpress-seo/css/wpseo-rtl.min.css | 1 + .../wordpress-seo/css/xml-sitemap-xsl.php | 180 + .../wordpress-seo/css/yst_plugin_tools.css | 377 + .../css/yst_plugin_tools.min.css | 1 + .../frontend/class-breadcrumbs.php | 873 + .../wordpress-seo/frontend/class-frontend.php | 1651 + .../frontend/class-googleplus.php | 118 + .../frontend/class-opengraph.php | 647 + .../wordpress-seo/frontend/class-twitter.php | 349 + .../plugins/wordpress-seo/frontend/index.php | 2 + .../wordpress-seo/images/Local_130x100.png | Bin 0 -> 15047 bytes .../plugins/wordpress-seo/images/News_SEO.png | Bin 0 -> 41896 bytes .../wordpress-seo/images/Premium_130x100.png | Bin 0 -> 14214 bytes .../wordpress-seo/images/Video_130x100.png | Bin 0 -> 10990 bytes .../wordpress-seo/images/Woo_130x100.png | Bin 0 -> 11969 bytes .../wordpress-seo/images/banner-local-seo.png | Bin 0 -> 54416 bytes .../wordpress-seo/images/banner-news-seo.png | Bin 0 -> 45374 bytes .../images/banner-premium-seo.png | Bin 0 -> 47018 bytes .../wordpress-seo/images/banner-video-seo.png | Bin 0 -> 43735 bytes .../images/banner-website-review.png | Bin 0 -> 95762 bytes .../images/banner-woocommerce-seo.png | Bin 0 -> 25733 bytes .../plugins/wordpress-seo/images/index.php | 2 + .../wordpress-seo/images/question-mark.png | Bin 0 -> 299 bytes .../plugins/wordpress-seo/images/waiting.gif | Bin 0 -> 3199 bytes .../wordpress-seo/inc/class-rewrite.php | 169 + .../wordpress-seo/inc/class-sitemaps.php | 1432 + .../wordpress-seo/inc/class-wpseo-meta.php | 1015 + .../wordpress-seo/inc/class-wpseo-options.php | 4046 ++ .../inc/class-wpseo-replace-vars.php | 1192 + .../plugins/wordpress-seo/inc/index.php | 2 + .../wordpress-seo/inc/wpseo-functions.php | 796 + .../inc/wpseo-non-ajax-functions.php | 658 + wp-content/plugins/wordpress-seo/index.php | 2 + wp-content/plugins/wordpress-seo/js/index.php | 2 + .../wordpress-seo/js/jquery.qtip.min.js | 21 + .../js/jquery.tablesorter.min.js | 3 + .../wordpress-seo/js/wp-seo-admin-global.js | 13 + .../js/wp-seo-admin-global.min.js | 1 + .../wordpress-seo/js/wp-seo-admin-media.js | 22 + .../js/wp-seo-admin-media.min.js | 1 + .../plugins/wordpress-seo/js/wp-seo-admin.js | 85 + .../wordpress-seo/js/wp-seo-admin.min.js | 1 + .../wordpress-seo/js/wp-seo-bulk-editor.js | 201 + .../js/wp-seo-bulk-editor.min.js | 1 + .../wordpress-seo/js/wp-seo-metabox.js | 501 + .../wordpress-seo/js/wp-seo-metabox.min.js | 1 + .../plugins/wordpress-seo/languages/index.php | 2 + .../languages/wordpress-seo-ar.mo | Bin 0 -> 78925 bytes .../languages/wordpress-seo-bg.mo | Bin 0 -> 36842 bytes .../languages/wordpress-seo-bg_BG.mo | Bin 0 -> 36842 bytes .../languages/wordpress-seo-bs.mo | Bin 0 -> 46010 bytes .../languages/wordpress-seo-bs_BA.mo | Bin 0 -> 46010 bytes .../languages/wordpress-seo-ca.mo | Bin 0 -> 4204 bytes .../languages/wordpress-seo-cs_CZ.mo | Bin 0 -> 87883 bytes .../languages/wordpress-seo-da_DK.mo | Bin 0 -> 27323 bytes .../languages/wordpress-seo-de_DE.mo | Bin 0 -> 70704 bytes .../languages/wordpress-seo-el_GR.mo | Bin 0 -> 43408 bytes .../languages/wordpress-seo-es_ES.mo | Bin 0 -> 65284 bytes .../languages/wordpress-seo-es_VE.mo | Bin 0 -> 2441 bytes .../languages/wordpress-seo-fa_IR.mo | Bin 0 -> 79110 bytes .../languages/wordpress-seo-fi.mo | Bin 0 -> 32603 bytes .../languages/wordpress-seo-fr_FR.mo | Bin 0 -> 96803 bytes .../languages/wordpress-seo-he_IL.mo | Bin 0 -> 72559 bytes .../languages/wordpress-seo-hi_IN.mo | Bin 0 -> 20604 bytes .../languages/wordpress-seo-hr.mo | Bin 0 -> 36825 bytes .../languages/wordpress-seo-hu.mo | Bin 0 -> 48298 bytes .../languages/wordpress-seo-hu_HU.mo | Bin 0 -> 48298 bytes .../languages/wordpress-seo-id_ID.mo | Bin 0 -> 68660 bytes .../languages/wordpress-seo-it_IT.mo | Bin 0 -> 83275 bytes .../languages/wordpress-seo-ja.mo | Bin 0 -> 6283 bytes .../languages/wordpress-seo-ko_KR.mo | Bin 0 -> 35813 bytes .../languages/wordpress-seo-ms_MY.mo | Bin 0 -> 6325 bytes .../languages/wordpress-seo-nb_NO.mo | Bin 0 -> 11216 bytes .../languages/wordpress-seo-nl_NL.mo | Bin 0 -> 66203 bytes .../languages/wordpress-seo-pl_PL.mo | Bin 0 -> 92643 bytes .../languages/wordpress-seo-pt_BR.mo | Bin 0 -> 92613 bytes .../languages/wordpress-seo-pt_PT.mo | Bin 0 -> 63191 bytes .../languages/wordpress-seo-ro_RO.mo | Bin 0 -> 36083 bytes .../languages/wordpress-seo-ru_RU.mo | Bin 0 -> 89611 bytes .../languages/wordpress-seo-sk_SK.mo | Bin 0 -> 71237 bytes .../languages/wordpress-seo-sl_SI.mo | Bin 0 -> 1354 bytes .../languages/wordpress-seo-sv_SE.mo | Bin 0 -> 69967 bytes .../languages/wordpress-seo-tr_TK.mo | Bin 0 -> 60765 bytes .../languages/wordpress-seo-tr_TR.mo | Bin 0 -> 23799 bytes .../languages/wordpress-seo-zh_CN.mo | Bin 0 -> 69559 bytes .../wordpress-seo/languages/wordpress-seo.pot | 3282 + wp-content/plugins/wordpress-seo/license.txt | 621 + wp-content/plugins/wordpress-seo/readme.txt | 749 + .../plugins/wordpress-seo/wp-seo-main.php | 428 + wp-content/plugins/wordpress-seo/wp-seo.php | 41 + .../plugins/wordpress-seo/wpml-config.xml | 57 + .../wp-migrate-db/asset/css/styles.css | 1622 + .../asset/img/wp-migrate-db-pro.jpg | Bin 0 -> 16877 bytes .../asset/img/wp-migrate-db-pro@2x.jpg | Bin 0 -> 49741 bytes .../plugins/wp-migrate-db/asset/js/common.js | 44 + .../plugins/wp-migrate-db/asset/js/hook.js | 63 + .../plugins/wp-migrate-db/asset/js/script.js | 2346 + .../wp-migrate-db/asset/js/script.min.js | 2 + .../wp-migrate-db/class/wpmdb-base.php | 850 + .../wp-migrate-db/class/wpmdb-utils.php | 28 + .../plugins/wp-migrate-db/class/wpmdb.php | 2278 + .../wp-migrate-db-pro-compatibility.php | 51 + .../languages/wp-migrate-db-pro-en.pot | 1351 + wp-content/plugins/wp-migrate-db/readme.txt | 133 + .../plugins/wp-migrate-db/template/addons.php | 13 + .../template/common/compatibility.php | 36 + .../template/common/debug-info.php | 5 + .../template/common/max-request-size.php | 13 + .../plugins/wp-migrate-db/template/help.php | 3 + .../template/migrate-progress.php | 25 + .../wp-migrate-db/template/migrate.php | 340 + .../wp-migrate-db/template/options.php | 62 + .../wp-migrate-db/template/profile.php | 9 + .../wp-migrate-db/template/settings.php | 6 + .../template/wpmdb/exclude-post-revisions.php | 6 + .../template/wpmdb/progress-upgrade.php | 19 + .../wp-migrate-db/template/wpmdb/sidebar.php | 37 + .../template/wpmdb/wordpress-org-support.php | 12 + .../plugins/wp-migrate-db/wp-migrate-db.php | 78 + .../wp-responsive-menu/css/wprmenu.css | 297 + .../wp-responsive-menu/fonts/wprmenu.eot | Bin 0 -> 1644 bytes .../wp-responsive-menu/fonts/wprmenu.svg | 17 + .../wp-responsive-menu/fonts/wprmenu.ttf | Bin 0 -> 1480 bytes .../wp-responsive-menu/fonts/wprmenu.woff | Bin 0 -> 1020 bytes .../plugins/wp-responsive-menu/functions.php | 54 + .../inc/css/wpr_optionsframework.css | 287 + .../inc/images/ico-delete.png | Bin 0 -> 715 bytes .../class-options-framework-admin.php | 359 + .../inc/includes/class-options-framework.php | 121 + .../inc/includes/class-options-interface.php | 359 + .../includes/class-options-media-uploader.php | 123 + .../includes/class-options-sanitization.php | 385 + .../inc/js/media-uploader.js | 79 + .../inc/js/options-custom.js | 71 + .../inc/options-framework.php | 69 + .../wp-responsive-menu/inc/options.php | 207 + .../plugins/wp-responsive-menu/index.php | 2 + .../wp-responsive-menu/js/jquery.sidr.js | 312 + .../js/jquery.transit.min.js | 10 + .../plugins/wp-responsive-menu/js/wprmenu.js | 204 + .../plugins/wp-responsive-menu/readme.txt | 96 + .../wp-responsive-menu/screenshot-1.png | Bin 0 -> 93983 bytes .../wp-responsive-menu/wp-responsive-menu.php | 192 + wp-content/themes/PetoskeyTheme/.bowerrc | 3 + wp-content/themes/PetoskeyTheme/.gitignore | 2 + wp-content/themes/PetoskeyTheme/404.php | 26 + wp-content/themes/PetoskeyTheme/Gruntfile.js | 77 + .../themes/PetoskeyTheme/MIT-LICENSE.txt | 18 + wp-content/themes/PetoskeyTheme/README.md | 109 + wp-content/themes/PetoskeyTheme/archive.php | 29 + .../assets/foundation-icons/.fontcustom-data | 298 + .../foundation-icons/foundation-icons.eot | Bin 0 -> 54568 bytes .../foundation-icons/foundation-icons.svg | 970 + .../foundation-icons/foundation-icons.ttf | Bin 0 -> 56976 bytes .../foundation-icons/foundation-icons.woff | Bin 0 -> 32020 bytes .../assets/foundation-icons/preview.html | 3798 ++ .../foundation-icons/svgs/fi-address-book.svg | 14 + .../assets/foundation-icons/svgs/fi-alert.svg | 17 + .../foundation-icons/svgs/fi-align-center.svg | 16 + .../svgs/fi-align-justify.svg | 16 + .../foundation-icons/svgs/fi-align-left.svg | 17 + .../foundation-icons/svgs/fi-align-right.svg | 17 + .../foundation-icons/svgs/fi-anchor.svg | 20 + .../foundation-icons/svgs/fi-annotate.svg | 15 + .../foundation-icons/svgs/fi-archive.svg | 18 + .../foundation-icons/svgs/fi-arrow-down.svg | 12 + .../foundation-icons/svgs/fi-arrow-left.svg | 12 + .../foundation-icons/svgs/fi-arrow-right.svg | 12 + .../foundation-icons/svgs/fi-arrow-up.svg | 12 + .../svgs/fi-arrows-compress.svg | 20 + .../svgs/fi-arrows-expand.svg | 20 + .../foundation-icons/svgs/fi-arrows-in.svg | 32 + .../foundation-icons/svgs/fi-arrows-out.svg | 32 + .../assets/foundation-icons/svgs/fi-asl.svg | 52 + .../foundation-icons/svgs/fi-asterisk.svg | 20 + .../foundation-icons/svgs/fi-at-sign.svg | 19 + .../svgs/fi-background-color.svg | 13 + .../svgs/fi-battery-empty.svg | 12 + .../foundation-icons/svgs/fi-battery-full.svg | 13 + .../foundation-icons/svgs/fi-battery-half.svg | 13 + .../svgs/fi-bitcoin-circle.svg | 21 + .../foundation-icons/svgs/fi-bitcoin.svg | 23 + .../assets/foundation-icons/svgs/fi-blind.svg | 20 + .../foundation-icons/svgs/fi-bluetooth.svg | 18 + .../assets/foundation-icons/svgs/fi-bold.svg | 13 + .../svgs/fi-book-bookmark.svg | 18 + .../assets/foundation-icons/svgs/fi-book.svg | 17 + .../foundation-icons/svgs/fi-bookmark.svg | 12 + .../foundation-icons/svgs/fi-braille.svg | 14 + .../foundation-icons/svgs/fi-burst-new.svg | 25 + .../foundation-icons/svgs/fi-burst-sale.svg | 29 + .../assets/foundation-icons/svgs/fi-burst.svg | 21 + .../foundation-icons/svgs/fi-calendar.svg | 29 + .../foundation-icons/svgs/fi-camera.svg | 14 + .../assets/foundation-icons/svgs/fi-check.svg | 10 + .../foundation-icons/svgs/fi-checkbox.svg | 19 + .../svgs/fi-clipboard-notes.svg | 32 + .../svgs/fi-clipboard-pencil.svg | 21 + .../foundation-icons/svgs/fi-clipboard.svg | 17 + .../assets/foundation-icons/svgs/fi-clock.svg | 17 + .../svgs/fi-closed-caption.svg | 21 + .../assets/foundation-icons/svgs/fi-cloud.svg | 12 + .../svgs/fi-comment-minus.svg | 18 + .../svgs/fi-comment-quotes.svg | 29 + .../svgs/fi-comment-video.svg | 13 + .../foundation-icons/svgs/fi-comment.svg | 11 + .../foundation-icons/svgs/fi-comments.svg | 14 + .../foundation-icons/svgs/fi-compass.svg | 15 + .../foundation-icons/svgs/fi-contrast.svg | 11 + .../foundation-icons/svgs/fi-credit-card.svg | 13 + .../assets/foundation-icons/svgs/fi-crop.svg | 14 + .../assets/foundation-icons/svgs/fi-crown.svg | 21 + .../assets/foundation-icons/svgs/fi-css3.svg | 12 + .../foundation-icons/svgs/fi-database.svg | 26 + .../foundation-icons/svgs/fi-die-five.svg | 17 + .../foundation-icons/svgs/fi-die-four.svg | 16 + .../foundation-icons/svgs/fi-die-one.svg | 11 + .../foundation-icons/svgs/fi-die-six.svg | 18 + .../foundation-icons/svgs/fi-die-three.svg | 14 + .../foundation-icons/svgs/fi-die-two.svg | 13 + .../foundation-icons/svgs/fi-dislike.svg | 18 + .../foundation-icons/svgs/fi-dollar-bill.svg | 31 + .../foundation-icons/svgs/fi-dollar.svg | 18 + .../foundation-icons/svgs/fi-download.svg | 15 + .../assets/foundation-icons/svgs/fi-eject.svg | 16 + .../foundation-icons/svgs/fi-elevator.svg | 35 + .../assets/foundation-icons/svgs/fi-euro.svg | 23 + .../assets/foundation-icons/svgs/fi-eye.svg | 15 + .../foundation-icons/svgs/fi-fast-forward.svg | 13 + .../svgs/fi-female-symbol.svg | 18 + .../foundation-icons/svgs/fi-female.svg | 21 + .../foundation-icons/svgs/fi-filter.svg | 13 + .../foundation-icons/svgs/fi-first-aid.svg | 19 + .../assets/foundation-icons/svgs/fi-flag.svg | 14 + .../foundation-icons/svgs/fi-folder-add.svg | 16 + .../foundation-icons/svgs/fi-folder-lock.svg | 16 + .../foundation-icons/svgs/fi-folder.svg | 11 + .../assets/foundation-icons/svgs/fi-foot.svg | 16 + .../foundation-icons/svgs/fi-foundation.svg | 42 + .../foundation-icons/svgs/fi-graph-bar.svg | 24 + .../svgs/fi-graph-horizontal.svg | 20 + .../foundation-icons/svgs/fi-graph-pie.svg | 19 + .../foundation-icons/svgs/fi-graph-trend.svg | 22 + .../foundation-icons/svgs/fi-guide-dog.svg | 25 + .../foundation-icons/svgs/fi-hearing-aid.svg | 30 + .../assets/foundation-icons/svgs/fi-heart.svg | 11 + .../assets/foundation-icons/svgs/fi-home.svg | 9 + .../assets/foundation-icons/svgs/fi-html5.svg | 12 + .../foundation-icons/svgs/fi-indent-less.svg | 19 + .../foundation-icons/svgs/fi-indent-more.svg | 19 + .../assets/foundation-icons/svgs/fi-info.svg | 13 + .../foundation-icons/svgs/fi-italic.svg | 12 + .../assets/foundation-icons/svgs/fi-key.svg | 16 + .../foundation-icons/svgs/fi-laptop.svg | 15 + .../foundation-icons/svgs/fi-layout.svg | 15 + .../foundation-icons/svgs/fi-lightbulb.svg | 31 + .../assets/foundation-icons/svgs/fi-like.svg | 17 + .../assets/foundation-icons/svgs/fi-link.svg | 18 + .../foundation-icons/svgs/fi-list-bullet.svg | 17 + .../foundation-icons/svgs/fi-list-number.svg | 23 + .../svgs/fi-list-thumbnails.svg | 26 + .../assets/foundation-icons/svgs/fi-list.svg | 17 + .../assets/foundation-icons/svgs/fi-lock.svg | 11 + .../assets/foundation-icons/svgs/fi-loop.svg | 20 + .../svgs/fi-magnifying-glass.svg | 13 + .../assets/foundation-icons/svgs/fi-mail.svg | 21 + .../foundation-icons/svgs/fi-male-female.svg | 34 + .../foundation-icons/svgs/fi-male-symbol.svg | 17 + .../assets/foundation-icons/svgs/fi-male.svg | 17 + .../assets/foundation-icons/svgs/fi-map.svg | 19 + .../foundation-icons/svgs/fi-marker.svg | 13 + .../foundation-icons/svgs/fi-megaphone.svg | 20 + .../foundation-icons/svgs/fi-microphone.svg | 16 + .../foundation-icons/svgs/fi-minus-circle.svg | 15 + .../assets/foundation-icons/svgs/fi-minus.svg | 8 + .../svgs/fi-mobile-signal.svg | 29 + .../foundation-icons/svgs/fi-mobile.svg | 12 + .../foundation-icons/svgs/fi-monitor.svg | 12 + .../foundation-icons/svgs/fi-mountains.svg | 13 + .../assets/foundation-icons/svgs/fi-music.svg | 12 + .../assets/foundation-icons/svgs/fi-next.svg | 15 + .../foundation-icons/svgs/fi-no-dogs.svg | 23 + .../foundation-icons/svgs/fi-no-smoking.svg | 22 + .../foundation-icons/svgs/fi-page-add.svg | 20 + .../foundation-icons/svgs/fi-page-copy.svg | 15 + .../foundation-icons/svgs/fi-page-csv.svg | 19 + .../foundation-icons/svgs/fi-page-delete.svg | 21 + .../foundation-icons/svgs/fi-page-doc.svg | 19 + .../foundation-icons/svgs/fi-page-edit.svg | 20 + .../svgs/fi-page-export-csv.svg | 25 + .../svgs/fi-page-export-doc.svg | 25 + .../svgs/fi-page-export-pdf.svg | 23 + .../foundation-icons/svgs/fi-page-export.svg | 17 + .../foundation-icons/svgs/fi-page-filled.svg | 13 + .../svgs/fi-page-multiple.svg | 14 + .../foundation-icons/svgs/fi-page-pdf.svg | 17 + .../foundation-icons/svgs/fi-page-remove.svg | 19 + .../foundation-icons/svgs/fi-page-search.svg | 17 + .../assets/foundation-icons/svgs/fi-page.svg | 11 + .../foundation-icons/svgs/fi-paint-bucket.svg | 17 + .../foundation-icons/svgs/fi-paperclip.svg | 17 + .../assets/foundation-icons/svgs/fi-pause.svg | 16 + .../assets/foundation-icons/svgs/fi-paw.svg | 17 + .../foundation-icons/svgs/fi-paypal.svg | 20 + .../foundation-icons/svgs/fi-pencil.svg | 12 + .../assets/foundation-icons/svgs/fi-photo.svg | 15 + .../foundation-icons/svgs/fi-play-circle.svg | 15 + .../foundation-icons/svgs/fi-play-video.svg | 18 + .../assets/foundation-icons/svgs/fi-play.svg | 11 + .../assets/foundation-icons/svgs/fi-plus.svg | 11 + .../assets/foundation-icons/svgs/fi-pound.svg | 23 + .../assets/foundation-icons/svgs/fi-power.svg | 20 + .../foundation-icons/svgs/fi-previous.svg | 15 + .../foundation-icons/svgs/fi-price-tag.svg | 16 + .../svgs/fi-pricetag-multiple.svg | 20 + .../assets/foundation-icons/svgs/fi-print.svg | 13 + .../foundation-icons/svgs/fi-prohibited.svg | 12 + .../svgs/fi-projection-screen.svg | 15 + .../foundation-icons/svgs/fi-puzzle.svg | 24 + .../assets/foundation-icons/svgs/fi-quote.svg | 28 + .../foundation-icons/svgs/fi-record.svg | 11 + .../foundation-icons/svgs/fi-refresh.svg | 13 + .../svgs/fi-results-demographics.svg | 27 + .../foundation-icons/svgs/fi-results.svg | 42 + .../foundation-icons/svgs/fi-rewind-ten.svg | 23 + .../foundation-icons/svgs/fi-rewind.svg | 12 + .../assets/foundation-icons/svgs/fi-rss.svg | 18 + .../foundation-icons/svgs/fi-safety-cone.svg | 14 + .../assets/foundation-icons/svgs/fi-save.svg | 18 + .../assets/foundation-icons/svgs/fi-share.svg | 14 + .../svgs/fi-sheriff-badge.svg | 17 + .../foundation-icons/svgs/fi-shield.svg | 11 + .../foundation-icons/svgs/fi-shopping-bag.svg | 12 + .../svgs/fi-shopping-cart.svg | 16 + .../foundation-icons/svgs/fi-shuffle.svg | 21 + .../assets/foundation-icons/svgs/fi-skull.svg | 22 + .../foundation-icons/svgs/fi-social-500px.svg | 30 + .../foundation-icons/svgs/fi-social-adobe.svg | 11 + .../svgs/fi-social-amazon.svg | 28 + .../svgs/fi-social-android.svg | 25 + .../foundation-icons/svgs/fi-social-apple.svg | 15 + .../svgs/fi-social-behance.svg | 26 + .../foundation-icons/svgs/fi-social-bing.svg | 14 + .../svgs/fi-social-blogger.svg | 17 + .../svgs/fi-social-delicious.svg | 9 + .../svgs/fi-social-designer-news.svg | 22 + .../svgs/fi-social-deviant-art.svg | 20 + .../foundation-icons/svgs/fi-social-digg.svg | 39 + .../svgs/fi-social-dribbble.svg | 20 + .../foundation-icons/svgs/fi-social-drive.svg | 11 + .../svgs/fi-social-dropbox.svg | 14 + .../svgs/fi-social-evernote.svg | 24 + .../svgs/fi-social-facebook.svg | 11 + .../svgs/fi-social-flickr.svg | 12 + .../svgs/fi-social-forrst.svg | 11 + .../svgs/fi-social-foursquare.svg | 17 + .../svgs/fi-social-game-center.svg | 18 + .../svgs/fi-social-github.svg | 17 + .../svgs/fi-social-google-plus.svg | 28 + .../svgs/fi-social-hacker-news.svg | 11 + .../foundation-icons/svgs/fi-social-hi5.svg | 20 + .../svgs/fi-social-instagram.svg | 19 + .../svgs/fi-social-joomla.svg | 30 + .../svgs/fi-social-lastfm.svg | 16 + .../svgs/fi-social-linkedin.svg | 14 + .../svgs/fi-social-medium.svg | 13 + .../svgs/fi-social-myspace.svg | 19 + .../foundation-icons/svgs/fi-social-orkut.svg | 13 + .../foundation-icons/svgs/fi-social-path.svg | 11 + .../svgs/fi-social-picasa.svg | 18 + .../svgs/fi-social-pinterest.svg | 17 + .../foundation-icons/svgs/fi-social-rdio.svg | 12 + .../svgs/fi-social-reddit.svg | 20 + .../svgs/fi-social-skillshare.svg | 33 + .../foundation-icons/svgs/fi-social-skype.svg | 26 + .../svgs/fi-social-smashing-mag.svg | 35 + .../svgs/fi-social-snapchat.svg | 24 + .../svgs/fi-social-spotify.svg | 23 + .../svgs/fi-social-squidoo.svg | 32 + .../svgs/fi-social-stack-overflow.svg | 21 + .../foundation-icons/svgs/fi-social-steam.svg | 18 + .../svgs/fi-social-stumbleupon.svg | 17 + .../svgs/fi-social-treehouse.svg | 24 + .../svgs/fi-social-tumblr.svg | 16 + .../svgs/fi-social-twitter.svg | 14 + .../foundation-icons/svgs/fi-social-vimeo.svg | 23 + .../svgs/fi-social-windows.svg | 12 + .../foundation-icons/svgs/fi-social-xbox.svg | 16 + .../foundation-icons/svgs/fi-social-yahoo.svg | 26 + .../foundation-icons/svgs/fi-social-yelp.svg | 23 + .../svgs/fi-social-youtube.svg | 41 + .../svgs/fi-social-zerply.svg | 15 + .../foundation-icons/svgs/fi-social-zurb.svg | 16 + .../assets/foundation-icons/svgs/fi-sound.svg | 49 + .../assets/foundation-icons/svgs/fi-star.svg | 11 + .../assets/foundation-icons/svgs/fi-stop.svg | 12 + .../svgs/fi-strikethrough.svg | 23 + .../foundation-icons/svgs/fi-subscript.svg | 21 + .../foundation-icons/svgs/fi-superscript.svg | 21 + .../svgs/fi-tablet-landscape.svg | 13 + .../svgs/fi-tablet-portrait.svg | 13 + .../foundation-icons/svgs/fi-target-two.svg | 17 + .../foundation-icons/svgs/fi-target.svg | 15 + .../svgs/fi-telephone-accessible.svg | 44 + .../foundation-icons/svgs/fi-telephone.svg | 15 + .../foundation-icons/svgs/fi-text-color.svg | 16 + .../foundation-icons/svgs/fi-thumbnails.svg | 35 + .../foundation-icons/svgs/fi-ticket.svg | 20 + .../svgs/fi-torso-business.svg | 19 + .../foundation-icons/svgs/fi-torso-female.svg | 16 + .../assets/foundation-icons/svgs/fi-torso.svg | 13 + .../svgs/fi-torsos-all-female.svg | 21 + .../foundation-icons/svgs/fi-torsos-all.svg | 21 + .../svgs/fi-torsos-female-male.svg | 19 + .../svgs/fi-torsos-male-female.svg | 23 + .../foundation-icons/svgs/fi-torsos.svg | 17 + .../assets/foundation-icons/svgs/fi-trash.svg | 17 + .../assets/foundation-icons/svgs/fi-trees.svg | 22 + .../foundation-icons/svgs/fi-trophy.svg | 17 + .../foundation-icons/svgs/fi-underline.svg | 14 + .../svgs/fi-universal-access.svg | 22 + .../foundation-icons/svgs/fi-unlink.svg | 37 + .../foundation-icons/svgs/fi-unlock.svg | 11 + .../foundation-icons/svgs/fi-upload-cloud.svg | 19 + .../foundation-icons/svgs/fi-upload.svg | 15 + .../assets/foundation-icons/svgs/fi-usb.svg | 14 + .../assets/foundation-icons/svgs/fi-video.svg | 8 + .../foundation-icons/svgs/fi-volume-none.svg | 12 + .../svgs/fi-volume-strike.svg | 27 + .../foundation-icons/svgs/fi-volume.svg | 26 + .../assets/foundation-icons/svgs/fi-web.svg | 16 + .../foundation-icons/svgs/fi-wheelchair.svg | 21 + .../foundation-icons/svgs/fi-widget.svg | 21 + .../foundation-icons/svgs/fi-wrench.svg | 17 + .../foundation-icons/svgs/fi-x-circle.svg | 19 + .../assets/foundation-icons/svgs/fi-x.svg | 12 + .../assets/foundation-icons/svgs/fi-yen.svg | 20 + .../foundation-icons/svgs/fi-zoom-in.svg | 23 + .../foundation-icons/svgs/fi-zoom-out.svg | 19 + .../apple-touch-icon-114x114-precomposed.png | Bin 0 -> 5526 bytes .../apple-touch-icon-144x144-precomposed.png | Bin 0 -> 4470 bytes .../apple-touch-icon-72x72-precomposed.png | Bin 0 -> 4434 bytes .../icons/apple-touch-icon-precomposed.png | Bin 0 -> 4328 bytes .../assets/img/icons/favicon.ico | Bin 0 -> 1406 bytes .../assets/img/images/fi-bookmark.svg | 11 + .../assets/img/images/fi-home.svg | 9 + .../PetoskeyTheme/assets/img/images/first.jpg | Bin 0 -> 17254 bytes .../PetoskeyTheme/assets/img/images/g3.jpg | Bin 0 -> 30141 bytes .../assets/img/images/green-header.jpg | Bin 0 -> 26143 bytes .../assets/img/images/head-text.jpg | Bin 0 -> 12170 bytes .../PetoskeyTheme/assets/img/images/head.jpg | Bin 0 -> 22409 bytes .../assets/img/images/header.jpg | Bin 0 -> 118561 bytes .../PetoskeyTheme/assets/img/images/lake.jpg | Bin 0 -> 27959 bytes .../assets/img/images/linear_border.jpg | Bin 0 -> 2672 bytes .../assets/img/images/paladin.jpg | Bin 0 -> 28989 bytes .../assets/img/images/robotics.jpg | Bin 0 -> 25008 bytes wp-content/themes/PetoskeyTheme/bower.json | 6 + .../bower_components/fastclick/.bower.json | 23 + .../bower_components/fastclick/LICENSE | 22 + .../bower_components/fastclick/README.md | 133 + .../bower_components/fastclick/bower.json | 13 + .../fastclick/lib/fastclick.js | 821 + .../bower_components/foundation/.bower.json | 30 + .../bower_components/foundation/bower.json | 20 + .../foundation/css/foundation.css | 5406 ++ .../foundation/css/foundation.css.map | 7 + .../foundation/css/normalize.css | 322 + .../foundation/css/normalize.css.map | 7 + .../foundation/js/foundation.js | 5622 ++ .../foundation/js/foundation.min.js | 3 + .../js/foundation/foundation.abide.js | 294 + .../js/foundation/foundation.accordion.js | 65 + .../js/foundation/foundation.alert.js | 43 + .../js/foundation/foundation.clearing.js | 558 + .../js/foundation/foundation.dropdown.js | 313 + .../js/foundation/foundation.equalizer.js | 74 + .../js/foundation/foundation.interchange.js | 344 + .../js/foundation/foundation.joyride.js | 915 + .../foundation/js/foundation/foundation.js | 625 + .../js/foundation/foundation.magellan.js | 189 + .../js/foundation/foundation.offcanvas.js | 139 + .../js/foundation/foundation.orbit.js | 472 + .../js/foundation/foundation.reveal.js | 443 + .../js/foundation/foundation.slider.js | 231 + .../js/foundation/foundation.tab.js | 167 + .../js/foundation/foundation.tooltip.js | 298 + .../js/foundation/foundation.topbar.js | 436 + .../foundation/js/vendor/fastclick.js | 9 + .../foundation/js/vendor/jquery.cookie.js | 8 + .../foundation/js/vendor/jquery.js | 26 + .../foundation/js/vendor/modernizr.js | 8 + .../foundation/js/vendor/placeholder.js | 2 + .../foundation/scss/foundation.scss | 45 + .../scss/foundation/_functions.scss | 101 + .../foundation/scss/foundation/_settings.scss | 1442 + .../foundation/components/_accordion.scss | 156 + .../foundation/components/_alert-boxes.scss | 126 + .../foundation/components/_block-grid.scss | 132 + .../foundation/components/_breadcrumbs.scss | 132 + .../foundation/components/_button-groups.scss | 200 + .../scss/foundation/components/_buttons.scss | 252 + .../scss/foundation/components/_clearing.scss | 247 + .../components/_dropdown-buttons.scss | 129 + .../scss/foundation/components/_dropdown.scss | 248 + .../foundation/components/_flex-video.scss | 51 + .../scss/foundation/components/_forms.scss | 545 + .../scss/foundation/components/_global.scss | 448 + .../scss/foundation/components/_grid.scss | 275 + .../scss/foundation/components/_icon-bar.scss | 293 + .../foundation/components/_inline-lists.scss | 57 + .../scss/foundation/components/_joyride.scss | 222 + .../foundation/components/_keystrokes.scss | 61 + .../scss/foundation/components/_labels.scss | 105 + .../scss/foundation/components/_magellan.scss | 34 + .../foundation/components/_offcanvas.scss | 506 + .../scss/foundation/components/_orbit.scss | 368 + .../foundation/components/_pagination.scss | 162 + .../scss/foundation/components/_panels.scss | 93 + .../components/_pricing-tables.scss | 150 + .../foundation/components/_progress-bars.scss | 79 + .../foundation/components/_range-slider.scss | 163 + .../scss/foundation/components/_reveal.scss | 220 + .../scss/foundation/components/_side-nav.scss | 115 + .../foundation/components/_split-buttons.scss | 191 + .../scss/foundation/components/_sub-nav.scss | 125 + .../scss/foundation/components/_switches.scss | 219 + .../scss/foundation/components/_tables.scss | 135 + .../scss/foundation/components/_tabs.scss | 123 + .../scss/foundation/components/_thumbs.scss | 66 + .../scss/foundation/components/_toolbar.scss | 70 + .../scss/foundation/components/_tooltips.scss | 142 + .../scss/foundation/components/_top-bar.scss | 663 + .../scss/foundation/components/_type.scss | 523 + .../foundation/components/_visibility.scss | 408 + .../foundation/scss/normalize.scss | 425 + .../jquery-placeholder/.bower.json | 17 + .../jquery-placeholder/.gitattributes | 1 + .../jquery-placeholder/.gitignore | 1 + .../jquery-placeholder/LICENSE-MIT.txt | 20 + .../jquery-placeholder/README.md | 76 + .../jquery-placeholder/bower.json | 5 + .../jquery-placeholder/demo.html | 55 + .../jquery-placeholder/jquery.placeholder.js | 185 + .../jquery-placeholder/tests/index.html | 32 + .../jquery-placeholder/tests/tests.js | 134 + .../jquery.cookie/.bower.json | 28 + .../jquery.cookie/jquery.cookie.js | 117 + .../bower_components/jquery/.bower.json | 37 + .../bower_components/jquery/MIT-LICENSE.txt | 21 + .../bower_components/jquery/bower.json | 27 + .../bower_components/jquery/dist/jquery.js | 9190 +++ .../jquery/dist/jquery.min.js | 5 + .../jquery/dist/jquery.min.map | 1 + .../bower_components/jquery/src/ajax.js | 806 + .../bower_components/jquery/src/ajax/jsonp.js | 89 + .../bower_components/jquery/src/ajax/load.js | 75 + .../jquery/src/ajax/parseJSON.js | 13 + .../jquery/src/ajax/parseXML.js | 28 + .../jquery/src/ajax/script.js | 64 + .../jquery/src/ajax/var/nonce.js | 5 + .../jquery/src/ajax/var/rquery.js | 3 + .../bower_components/jquery/src/ajax/xhr.js | 135 + .../bower_components/jquery/src/attributes.js | 11 + .../jquery/src/attributes/attr.js | 143 + .../jquery/src/attributes/classes.js | 158 + .../jquery/src/attributes/prop.js | 96 + .../jquery/src/attributes/support.js | 35 + .../jquery/src/attributes/val.js | 163 + .../bower_components/jquery/src/callbacks.js | 205 + .../bower_components/jquery/src/core.js | 498 + .../jquery/src/core/access.js | 60 + .../bower_components/jquery/src/core/init.js | 123 + .../jquery/src/core/parseHTML.js | 39 + .../bower_components/jquery/src/core/ready.js | 97 + .../jquery/src/core/var/rsingleTag.js | 4 + .../bower_components/jquery/src/css.js | 451 + .../jquery/src/css/addGetHookIf.js | 24 + .../bower_components/jquery/src/css/curCSS.js | 57 + .../jquery/src/css/defaultDisplay.js | 70 + .../jquery/src/css/hiddenVisibleSelectors.js | 15 + .../jquery/src/css/support.js | 91 + .../bower_components/jquery/src/css/swap.js | 28 + .../jquery/src/css/var/cssExpand.js | 3 + .../jquery/src/css/var/getStyles.js | 5 + .../jquery/src/css/var/isHidden.js | 13 + .../jquery/src/css/var/rmargin.js | 3 + .../jquery/src/css/var/rnumnonpx.js | 5 + .../bower_components/jquery/src/data.js | 179 + .../bower_components/jquery/src/data/Data.js | 181 + .../jquery/src/data/accepts.js | 20 + .../jquery/src/data/var/data_priv.js | 5 + .../jquery/src/data/var/data_user.js | 5 + .../bower_components/jquery/src/deferred.js | 149 + .../bower_components/jquery/src/deprecated.js | 13 + .../bower_components/jquery/src/dimensions.js | 50 + .../bower_components/jquery/src/effects.js | 649 + .../jquery/src/effects/Tween.js | 114 + .../jquery/src/effects/animatedSelector.js | 13 + .../bower_components/jquery/src/event.js | 868 + .../jquery/src/event/alias.js | 39 + .../jquery/src/event/support.js | 9 + .../jquery/src/exports/amd.js | 24 + .../jquery/src/exports/global.js | 32 + .../bower_components/jquery/src/intro.js | 44 + .../bower_components/jquery/src/jquery.js | 36 + .../jquery/src/manipulation.js | 582 + .../jquery/src/manipulation/_evalUrl.js | 18 + .../jquery/src/manipulation/support.js | 31 + .../src/manipulation/var/rcheckableType.js | 3 + .../bower_components/jquery/src/offset.js | 204 + .../bower_components/jquery/src/outro.js | 1 + .../bower_components/jquery/src/queue.js | 142 + .../jquery/src/queue/delay.js | 22 + .../jquery/src/selector-native.js | 172 + .../jquery/src/selector-sizzle.js | 14 + .../bower_components/jquery/src/selector.js | 1 + .../bower_components/jquery/src/serialize.js | 111 + .../jquery/src/sizzle/dist/sizzle.js | 2044 + .../jquery/src/sizzle/dist/sizzle.min.js | 3 + .../jquery/src/sizzle/dist/sizzle.min.map | 1 + .../bower_components/jquery/src/traversing.js | 200 + .../jquery/src/traversing/findFilter.js | 100 + .../src/traversing/var/rneedsContext.js | 6 + .../bower_components/jquery/src/var/arr.js | 3 + .../jquery/src/var/class2type.js | 4 + .../bower_components/jquery/src/var/concat.js | 5 + .../bower_components/jquery/src/var/hasOwn.js | 5 + .../jquery/src/var/indexOf.js | 5 + .../bower_components/jquery/src/var/pnum.js | 3 + .../bower_components/jquery/src/var/push.js | 5 + .../jquery/src/var/rnotwhite.js | 3 + .../bower_components/jquery/src/var/slice.js | 5 + .../jquery/src/var/strundefined.js | 3 + .../jquery/src/var/support.js | 4 + .../jquery/src/var/toString.js | 5 + .../bower_components/jquery/src/wrap.js | 78 + .../bower_components/lodash/.bower.json | 33 + .../bower_components/lodash/LICENSE.txt | 22 + .../bower_components/lodash/bower.json | 23 + .../lodash/dist/lodash.compat.js | 7157 ++ .../lodash/dist/lodash.compat.min.js | 61 + .../bower_components/lodash/dist/lodash.js | 6785 ++ .../lodash/dist/lodash.min.js | 56 + .../lodash/dist/lodash.underscore.js | 4979 ++ .../lodash/dist/lodash.underscore.min.js | 39 + .../bower_components/modernizr/.bower.json | 14 + .../bower_components/modernizr/.editorconfig | 10 + .../bower_components/modernizr/.gitignore | 2 + .../bower_components/modernizr/.travis.yml | 6 + .../modernizr/feature-detects/a-download.js | 8 + .../feature-detects/audio-audiodata-api.js | 4 + .../feature-detects/audio-webaudio-api.js | 4 + .../modernizr/feature-detects/battery-api.js | 8 + .../feature-detects/battery-level.js | 11 + .../feature-detects/blob-constructor.js | 10 + .../feature-detects/canvas-todataurl-type.js | 28 + .../feature-detects/contenteditable.js | 9 + .../feature-detects/contentsecuritypolicy.js | 10 + .../modernizr/feature-detects/contextmenu.js | 11 + .../modernizr/feature-detects/cookies.js | 15 + .../modernizr/feature-detects/cors.js | 3 + .../css-backgroundposition-shorthand.js | 19 + .../css-backgroundposition-xy.js | 15 + .../feature-detects/css-backgroundrepeat.js | 31 + .../css-backgroundsizecover.js | 10 + .../feature-detects/css-boxsizing.js | 9 + .../modernizr/feature-detects/css-calc.js | 12 + .../feature-detects/css-cubicbezierrange.js | 8 + .../feature-detects/css-displayrunin.js | 18 + .../feature-detects/css-displaytable.js | 27 + .../modernizr/feature-detects/css-filters.js | 7 + .../modernizr/feature-detects/css-hyphens.js | 205 + .../feature-detects/css-lastchild.js | 11 + .../modernizr/feature-detects/css-mask.js | 12 + .../feature-detects/css-mediaqueries.js | 3 + .../feature-detects/css-objectfit.js | 6 + .../feature-detects/css-overflow-scrolling.js | 9 + .../feature-detects/css-pointerevents.js | 25 + .../feature-detects/css-positionsticky.js | 13 + .../modernizr/feature-detects/css-regions.js | 55 + .../modernizr/feature-detects/css-remunit.js | 19 + .../modernizr/feature-detects/css-resize.js | 8 + .../feature-detects/css-scrollbars.js | 19 + .../modernizr/feature-detects/css-shapes.js | 4 + .../feature-detects/css-subpixelfont.js | 23 + .../modernizr/feature-detects/css-supports.js | 6 + .../feature-detects/css-userselect.js | 10 + .../modernizr/feature-detects/css-vhunit.js | 14 + .../modernizr/feature-detects/css-vmaxunit.js | 14 + .../modernizr/feature-detects/css-vminunit.js | 14 + .../modernizr/feature-detects/css-vwunit.js | 14 + .../custom-protocol-handler.js | 10 + .../modernizr/feature-detects/dart.js | 6 + .../modernizr/feature-detects/dataview-api.js | 4 + .../feature-detects/dom-classlist.js | 4 + .../dom-createElement-attrs.js | 11 + .../modernizr/feature-detects/dom-dataset.js | 9 + .../feature-detects/dom-microdata.js | 4 + .../feature-detects/elem-datalist.js | 12 + .../modernizr/feature-detects/elem-details.js | 25 + .../modernizr/feature-detects/elem-output.js | 4 + .../feature-detects/elem-progress-meter.js | 11 + .../modernizr/feature-detects/elem-ruby.js | 53 + .../modernizr/feature-detects/elem-time.js | 4 + .../modernizr/feature-detects/elem-track.js | 11 + .../modernizr/feature-detects/emoji.js | 11 + .../feature-detects/es5-strictmode.js | 7 + .../event-deviceorientation-motion.js | 11 + .../feature-detects/exif-orientation.js | 32 + .../modernizr/feature-detects/file-api.js | 12 + .../feature-detects/file-filesystem.js | 9 + .../feature-detects/forms-fileinput.js | 13 + .../feature-detects/forms-formattribute.js | 29 + .../feature-detects/forms-inputnumber-l10n.js | 32 + .../feature-detects/forms-placeholder.js | 10 + .../feature-detects/forms-speechinput.js | 19 + .../feature-detects/forms-validation.js | 62 + .../feature-detects/fullscreen-api.js | 10 + .../modernizr/feature-detects/gamepad.js | 12 + .../modernizr/feature-detects/getusermedia.js | 5 + .../modernizr/feature-detects/ie8compat.js | 12 + .../feature-detects/iframe-sandbox.js | 5 + .../feature-detects/iframe-seamless.js | 5 + .../feature-detects/iframe-srcdoc.js | 5 + .../modernizr/feature-detects/img-apng.js | 26 + .../modernizr/feature-detects/img-webp.js | 20 + .../modernizr/feature-detects/json.js | 7 + .../feature-detects/lists-reversed.js | 6 + .../modernizr/feature-detects/mathml.js | 23 + .../feature-detects/network-connection.js | 22 + .../feature-detects/network-eventsource.js | 5 + .../modernizr/feature-detects/network-xhr2.js | 13 + .../modernizr/feature-detects/notification.js | 10 + .../modernizr/feature-detects/performance.js | 5 + .../feature-detects/pointerlock-api.js | 4 + .../feature-detects/quota-management-api.js | 11 + .../feature-detects/requestanimationframe.js | 7 + .../modernizr/feature-detects/script-async.js | 3 + .../modernizr/feature-detects/script-defer.js | 3 + .../modernizr/feature-detects/style-scoped.js | 6 + .../modernizr/feature-detects/svg-filters.js | 13 + .../modernizr/feature-detects/unicode.js | 32 + .../modernizr/feature-detects/url-data-uri.js | 26 + .../modernizr/feature-detects/userdata.js | 7 + .../modernizr/feature-detects/vibration.js | 4 + .../modernizr/feature-detects/web-intents.js | 6 + .../feature-detects/webgl-extensions.js | 42 + .../feature-detects/websockets-binary.js | 20 + .../feature-detects/window-framed.js | 8 + .../feature-detects/workers-blobworkers.js | 66 + .../feature-detects/workers-dataworkers.js | 34 + .../feature-detects/workers-sharedworkers.js | 3 + .../bower_components/modernizr/grunt.js | 69 + .../modernizr/media/Modernizr 2 Logo.ai | 291 + .../modernizr/media/Modernizr 2 Logo.eps | Bin 0 -> 350902 bytes .../modernizr/media/Modernizr 2 Logo.pdf | 291 + .../modernizr/media/Modernizr 2 Logo.png | Bin 0 -> 14823 bytes .../modernizr/media/Modernizr 2 Logo.svg | 35 + .../bower_components/modernizr/modernizr.js | 1406 + .../bower_components/modernizr/readme.md | 28 + .../modernizr/test/basic.html | 65 + .../modernizr/test/caniuse.html | 1451 + .../test/caniuse_files/Windsong-webfont.eot | Bin 0 -> 40166 bytes .../test/caniuse_files/Windsong-webfont.otf | Bin 0 -> 78680 bytes .../test/caniuse_files/Windsong-webfont.svg | 147 + .../test/caniuse_files/Windsong-webfont.ttf | Bin 0 -> 39936 bytes .../test/caniuse_files/Windsong-webfont.woff | Bin 0 -> 27284 bytes .../modernizr/test/caniuse_files/alpha.png | Bin 0 -> 163 bytes .../test/caniuse_files/apng_test.png | Bin 0 -> 195 bytes .../test/caniuse_files/before-after.png | Bin 0 -> 452 bytes .../test/caniuse_files/form_validation.html | 15 + .../modernizr/test/caniuse_files/ga.js | 43 + .../modernizr/test/caniuse_files/green5x5.png | Bin 0 -> 72 bytes .../test/caniuse_files/hashchange.html | 16 + .../test/caniuse_files/jquery.min.js | 18 + .../modernizr/test/caniuse_files/mathml.html | 120 + .../test/caniuse_files/mathml_ref.png | Bin 0 -> 3140 bytes .../test/caniuse_files/modernizr-1.7.min.js | 2 + .../test/caniuse_files/png_alpha_result.png | Bin 0 -> 214 bytes .../test/caniuse_files/pushstate.html | 40 + .../modernizr/test/caniuse_files/red30x30.png | Bin 0 -> 93 bytes .../modernizr/test/caniuse_files/ruby.png | Bin 0 -> 1339 bytes .../test/caniuse_files/stroked-text.png | Bin 0 -> 1291 bytes .../modernizr/test/caniuse_files/style.css | 168 + .../test/caniuse_files/svg-html-blur.png | Bin 0 -> 1232 bytes .../modernizr/test/caniuse_files/svg-img.svg | 5 + .../test/caniuse_files/svg-img.svg.1 | 5 + .../modernizr/test/caniuse_files/svg_blur.png | Bin 0 -> 3742 bytes .../modernizr/test/caniuse_files/table.png | Bin 0 -> 2519 bytes .../test/caniuse_files/text-shadow1.png | Bin 0 -> 796 bytes .../test/caniuse_files/text-shadow2.png | Bin 0 -> 1680 bytes .../test/caniuse_files/windsong_font.png | Bin 0 -> 1339 bytes .../modernizr/test/caniuse_files/xhtml.html | 14 + .../modernizr/test/index.html | 104 + .../modernizr/test/js/basic.html | 65 + .../modernizr/test/js/dumpdata.js | 75 + .../modernizr/test/js/lib/detect-global.js | 153 + .../modernizr/test/js/lib/jquery-1.7b2.js | 9279 +++ .../modernizr/test/js/lib/jsonselect.js | 279 + .../modernizr/test/js/lib/polyfills.js | 96 + .../modernizr/test/js/lib/uaparser.js | 215 + .../modernizr/test/js/setup.js | 44 + .../modernizr/test/js/unit-caniuse.js | 191 + .../modernizr/test/js/unit.js | 669 + .../modernizr/test/qunit/qunit.css | 231 + .../modernizr/test/qunit/qunit.js | 1932 + .../modernizr/test/qunit/run-qunit.js | 72 + .../bower_components/sizzle/.bower.json | 33 + .../bower_components/sizzle/dist/sizzle.js | 2015 + .../sizzle/dist/sizzle.min.js | 3 + .../sizzle/dist/sizzle.min.map | 1 + .../bower_components/sizzle/tasks/commit.js | 10 + .../bower_components/sizzle/tasks/compile.js | 34 + .../bower_components/sizzle/tasks/dist.js | 35 + .../bower_components/sizzle/tasks/release.js | 43 + .../bower_components/sizzle/tasks/tag.js | 9 + .../bower_components/sizzle/tasks/version.js | 35 + .../sizzle/test/data/empty.js | 0 .../sizzle/test/data/mixed_sort.html | 22 + .../sizzle/test/data/testinit.js | 136 + .../bower_components/sizzle/test/index.html | 242 + .../bower_components/sizzle/test/jquery.js | 9597 +++ .../sizzle/test/libs/qunit/qunit.css | 244 + .../sizzle/test/libs/qunit/qunit.js | 2212 + .../sizzle/test/unit/extending.js | 95 + .../sizzle/test/unit/selector.js | 1138 + .../sizzle/test/unit/utilities.js | 169 + wp-content/themes/PetoskeyTheme/comments.php | 94 + .../themes/PetoskeyTheme/content-none.php | 30 + wp-content/themes/PetoskeyTheme/content.php | 22 + wp-content/themes/PetoskeyTheme/css/app.css | 6429 ++ wp-content/themes/PetoskeyTheme/footer.php | 15 + wp-content/themes/PetoskeyTheme/functions.php | 32 + wp-content/themes/PetoskeyTheme/header.php | 58 + wp-content/themes/PetoskeyTheme/hero.php | 37 + wp-content/themes/PetoskeyTheme/index.php | 34 + wp-content/themes/PetoskeyTheme/js/app.js | 6 + .../js/custom/init-foundation.js | 1 + .../PetoskeyTheme/js/custom/joyride-demo.js | 4 + .../js/fastclick/lib/fastclick.js | 821 + .../js/foundation/css/foundation.css.map | 7 + .../js/foundation/css/normalize.css.map | 7 + .../js/foundation/js/foundation.js | 5622 ++ .../js/foundation/js/foundation.min.js | 3 + .../js/foundation/foundation.abide.js | 294 + .../js/foundation/foundation.accordion.js | 65 + .../js/foundation/foundation.alert.js | 43 + .../js/foundation/foundation.clearing.js | 558 + .../js/foundation/foundation.dropdown.js | 313 + .../js/foundation/foundation.equalizer.js | 74 + .../js/foundation/foundation.interchange.js | 344 + .../js/foundation/foundation.joyride.js | 915 + .../js/foundation/js/foundation/foundation.js | 625 + .../js/foundation/foundation.magellan.js | 189 + .../js/foundation/foundation.offcanvas.js | 139 + .../js/foundation/foundation.orbit.js | 472 + .../js/foundation/foundation.reveal.js | 443 + .../js/foundation/foundation.slider.js | 231 + .../js/foundation/foundation.tab.js | 167 + .../js/foundation/foundation.tooltip.js | 298 + .../js/foundation/foundation.topbar.js | 436 + .../js/foundation/js/vendor/fastclick.js | 9 + .../js/foundation/js/vendor/jquery.cookie.js | 8 + .../js/foundation/js/vendor/jquery.js | 26 + .../js/foundation/js/vendor/modernizr.js | 8 + .../js/foundation/js/vendor/placeholder.js | 2 + .../jquery-placeholder/jquery.placeholder.js | 185 + .../jquery.placeholder.min.js | 2 + .../js/jquery-placeholder/tests/tests.js | 134 + .../js/jquery.cookie/jquery.cookie.js | 117 + .../PetoskeyTheme/js/jquery/dist/jquery.js | 9190 +++ .../js/jquery/dist/jquery.min.js | 5 + .../js/jquery/dist/jquery.min.map | 1 + .../PetoskeyTheme/js/jquery/src/ajax.js | 806 + .../PetoskeyTheme/js/jquery/src/ajax/jsonp.js | 89 + .../PetoskeyTheme/js/jquery/src/ajax/load.js | 75 + .../js/jquery/src/ajax/parseJSON.js | 13 + .../js/jquery/src/ajax/parseXML.js | 28 + .../js/jquery/src/ajax/script.js | 64 + .../js/jquery/src/ajax/var/nonce.js | 5 + .../js/jquery/src/ajax/var/rquery.js | 3 + .../PetoskeyTheme/js/jquery/src/ajax/xhr.js | 135 + .../PetoskeyTheme/js/jquery/src/attributes.js | 11 + .../js/jquery/src/attributes/attr.js | 143 + .../js/jquery/src/attributes/classes.js | 158 + .../js/jquery/src/attributes/prop.js | 96 + .../js/jquery/src/attributes/support.js | 35 + .../js/jquery/src/attributes/val.js | 163 + .../PetoskeyTheme/js/jquery/src/callbacks.js | 205 + .../PetoskeyTheme/js/jquery/src/core.js | 498 + .../js/jquery/src/core/access.js | 60 + .../PetoskeyTheme/js/jquery/src/core/init.js | 123 + .../js/jquery/src/core/parseHTML.js | 39 + .../PetoskeyTheme/js/jquery/src/core/ready.js | 97 + .../js/jquery/src/core/var/rsingleTag.js | 4 + .../themes/PetoskeyTheme/js/jquery/src/css.js | 451 + .../js/jquery/src/css/addGetHookIf.js | 24 + .../PetoskeyTheme/js/jquery/src/css/curCSS.js | 57 + .../js/jquery/src/css/defaultDisplay.js | 70 + .../jquery/src/css/hiddenVisibleSelectors.js | 15 + .../js/jquery/src/css/support.js | 91 + .../PetoskeyTheme/js/jquery/src/css/swap.js | 28 + .../js/jquery/src/css/var/cssExpand.js | 3 + .../js/jquery/src/css/var/getStyles.js | 5 + .../js/jquery/src/css/var/isHidden.js | 13 + .../js/jquery/src/css/var/rmargin.js | 3 + .../js/jquery/src/css/var/rnumnonpx.js | 5 + .../PetoskeyTheme/js/jquery/src/data.js | 179 + .../PetoskeyTheme/js/jquery/src/data/Data.js | 181 + .../js/jquery/src/data/accepts.js | 20 + .../js/jquery/src/data/var/data_priv.js | 5 + .../js/jquery/src/data/var/data_user.js | 5 + .../PetoskeyTheme/js/jquery/src/deferred.js | 149 + .../PetoskeyTheme/js/jquery/src/deprecated.js | 13 + .../PetoskeyTheme/js/jquery/src/dimensions.js | 50 + .../PetoskeyTheme/js/jquery/src/effects.js | 649 + .../js/jquery/src/effects/Tween.js | 114 + .../js/jquery/src/effects/animatedSelector.js | 13 + .../PetoskeyTheme/js/jquery/src/event.js | 868 + .../js/jquery/src/event/alias.js | 39 + .../js/jquery/src/event/support.js | 9 + .../js/jquery/src/exports/amd.js | 24 + .../js/jquery/src/exports/global.js | 32 + .../PetoskeyTheme/js/jquery/src/intro.js | 44 + .../PetoskeyTheme/js/jquery/src/jquery.js | 36 + .../js/jquery/src/manipulation.js | 582 + .../js/jquery/src/manipulation/_evalUrl.js | 18 + .../js/jquery/src/manipulation/support.js | 31 + .../src/manipulation/var/rcheckableType.js | 3 + .../PetoskeyTheme/js/jquery/src/offset.js | 204 + .../PetoskeyTheme/js/jquery/src/outro.js | 1 + .../PetoskeyTheme/js/jquery/src/queue.js | 142 + .../js/jquery/src/queue/delay.js | 22 + .../js/jquery/src/selector-native.js | 172 + .../js/jquery/src/selector-sizzle.js | 14 + .../PetoskeyTheme/js/jquery/src/selector.js | 1 + .../PetoskeyTheme/js/jquery/src/serialize.js | 111 + .../js/jquery/src/sizzle/dist/sizzle.js | 2044 + .../js/jquery/src/sizzle/dist/sizzle.min.js | 3 + .../js/jquery/src/sizzle/dist/sizzle.min.map | 1 + .../PetoskeyTheme/js/jquery/src/traversing.js | 200 + .../js/jquery/src/traversing/findFilter.js | 100 + .../src/traversing/var/rneedsContext.js | 6 + .../PetoskeyTheme/js/jquery/src/var/arr.js | 3 + .../js/jquery/src/var/class2type.js | 4 + .../PetoskeyTheme/js/jquery/src/var/concat.js | 5 + .../PetoskeyTheme/js/jquery/src/var/hasOwn.js | 5 + .../js/jquery/src/var/indexOf.js | 5 + .../PetoskeyTheme/js/jquery/src/var/pnum.js | 3 + .../PetoskeyTheme/js/jquery/src/var/push.js | 5 + .../js/jquery/src/var/rnotwhite.js | 3 + .../PetoskeyTheme/js/jquery/src/var/slice.js | 5 + .../js/jquery/src/var/strundefined.js | 3 + .../js/jquery/src/var/support.js | 4 + .../js/jquery/src/var/toString.js | 5 + .../PetoskeyTheme/js/jquery/src/var/trim.js | 3 + .../PetoskeyTheme/js/jquery/src/wrap.js | 78 + .../js/lodash/dist/lodash.compat.js | 7157 ++ .../js/lodash/dist/lodash.compat.min.js | 61 + .../PetoskeyTheme/js/lodash/dist/lodash.js | 6785 ++ .../js/lodash/dist/lodash.min.js | 56 + .../js/lodash/dist/lodash.underscore.js | 4979 ++ .../js/lodash/dist/lodash.underscore.min.js | 39 + .../modernizr/feature-detects/a-download.js | 8 + .../feature-detects/audio-audiodata-api.js | 4 + .../feature-detects/audio-webaudio-api.js | 4 + .../modernizr/feature-detects/battery-api.js | 8 + .../feature-detects/battery-level.js | 11 + .../feature-detects/blob-constructor.js | 10 + .../feature-detects/canvas-todataurl-type.js | 28 + .../feature-detects/contenteditable.js | 9 + .../feature-detects/contentsecuritypolicy.js | 10 + .../modernizr/feature-detects/contextmenu.js | 11 + .../js/modernizr/feature-detects/cookies.js | 15 + .../js/modernizr/feature-detects/cors.js | 3 + .../css-backgroundposition-shorthand.js | 19 + .../css-backgroundposition-xy.js | 15 + .../feature-detects/css-backgroundrepeat.js | 31 + .../css-backgroundsizecover.js | 10 + .../feature-detects/css-boxsizing.js | 9 + .../js/modernizr/feature-detects/css-calc.js | 12 + .../feature-detects/css-cubicbezierrange.js | 8 + .../feature-detects/css-displayrunin.js | 18 + .../feature-detects/css-displaytable.js | 27 + .../modernizr/feature-detects/css-filters.js | 7 + .../modernizr/feature-detects/css-hyphens.js | 205 + .../feature-detects/css-lastchild.js | 11 + .../js/modernizr/feature-detects/css-mask.js | 12 + .../feature-detects/css-mediaqueries.js | 3 + .../feature-detects/css-objectfit.js | 6 + .../feature-detects/css-overflow-scrolling.js | 9 + .../feature-detects/css-pointerevents.js | 25 + .../feature-detects/css-positionsticky.js | 13 + .../modernizr/feature-detects/css-regions.js | 55 + .../modernizr/feature-detects/css-remunit.js | 19 + .../modernizr/feature-detects/css-resize.js | 8 + .../feature-detects/css-scrollbars.js | 19 + .../modernizr/feature-detects/css-shapes.js | 4 + .../feature-detects/css-subpixelfont.js | 23 + .../modernizr/feature-detects/css-supports.js | 6 + .../feature-detects/css-userselect.js | 10 + .../modernizr/feature-detects/css-vhunit.js | 14 + .../modernizr/feature-detects/css-vmaxunit.js | 14 + .../modernizr/feature-detects/css-vminunit.js | 14 + .../modernizr/feature-detects/css-vwunit.js | 14 + .../custom-protocol-handler.js | 10 + .../js/modernizr/feature-detects/dart.js | 6 + .../modernizr/feature-detects/dataview-api.js | 4 + .../feature-detects/dom-classlist.js | 4 + .../dom-createElement-attrs.js | 11 + .../modernizr/feature-detects/dom-dataset.js | 9 + .../feature-detects/dom-microdata.js | 4 + .../feature-detects/elem-datalist.js | 12 + .../modernizr/feature-detects/elem-details.js | 25 + .../modernizr/feature-detects/elem-output.js | 4 + .../feature-detects/elem-progress-meter.js | 11 + .../js/modernizr/feature-detects/elem-ruby.js | 53 + .../js/modernizr/feature-detects/elem-time.js | 4 + .../modernizr/feature-detects/elem-track.js | 11 + .../js/modernizr/feature-detects/emoji.js | 11 + .../feature-detects/es5-strictmode.js | 7 + .../event-deviceorientation-motion.js | 11 + .../feature-detects/exif-orientation.js | 32 + .../js/modernizr/feature-detects/file-api.js | 12 + .../feature-detects/file-filesystem.js | 9 + .../feature-detects/forms-fileinput.js | 13 + .../feature-detects/forms-formattribute.js | 29 + .../feature-detects/forms-inputnumber-l10n.js | 32 + .../feature-detects/forms-placeholder.js | 10 + .../feature-detects/forms-speechinput.js | 19 + .../feature-detects/forms-validation.js | 62 + .../feature-detects/fullscreen-api.js | 10 + .../js/modernizr/feature-detects/gamepad.js | 12 + .../modernizr/feature-detects/getusermedia.js | 5 + .../js/modernizr/feature-detects/ie8compat.js | 12 + .../feature-detects/iframe-sandbox.js | 5 + .../feature-detects/iframe-seamless.js | 5 + .../feature-detects/iframe-srcdoc.js | 5 + .../js/modernizr/feature-detects/img-apng.js | 26 + .../js/modernizr/feature-detects/img-webp.js | 20 + .../js/modernizr/feature-detects/json.js | 7 + .../feature-detects/lists-reversed.js | 6 + .../js/modernizr/feature-detects/mathml.js | 23 + .../feature-detects/network-connection.js | 22 + .../feature-detects/network-eventsource.js | 5 + .../modernizr/feature-detects/network-xhr2.js | 13 + .../modernizr/feature-detects/notification.js | 10 + .../modernizr/feature-detects/performance.js | 5 + .../feature-detects/pointerlock-api.js | 4 + .../feature-detects/quota-management-api.js | 11 + .../feature-detects/requestanimationframe.js | 7 + .../modernizr/feature-detects/script-async.js | 3 + .../modernizr/feature-detects/script-defer.js | 3 + .../modernizr/feature-detects/style-scoped.js | 6 + .../modernizr/feature-detects/svg-filters.js | 13 + .../js/modernizr/feature-detects/unicode.js | 32 + .../modernizr/feature-detects/url-data-uri.js | 26 + .../js/modernizr/feature-detects/userdata.js | 7 + .../js/modernizr/feature-detects/vibration.js | 4 + .../modernizr/feature-detects/web-intents.js | 6 + .../feature-detects/webgl-extensions.js | 42 + .../feature-detects/websockets-binary.js | 20 + .../feature-detects/window-framed.js | 8 + .../feature-detects/workers-blobworkers.js | 66 + .../feature-detects/workers-dataworkers.js | 34 + .../feature-detects/workers-sharedworkers.js | 3 + .../PetoskeyTheme/js/modernizr/grunt.js | 69 + .../PetoskeyTheme/js/modernizr/modernizr.js | 1406 + .../js/modernizr/modernizr.min.js | 1 + .../js/modernizr/test/caniuse_files/ga.js | 43 + .../test/caniuse_files/jquery.min.js | 18 + .../test/caniuse_files/modernizr-1.7.min.js | 2 + .../js/modernizr/test/js/dumpdata.js | 75 + .../js/modernizr/test/js/lib/detect-global.js | 153 + .../js/modernizr/test/js/lib/jquery-1.7b2.js | 9279 +++ .../js/modernizr/test/js/lib/jsonselect.js | 279 + .../js/modernizr/test/js/lib/polyfills.js | 96 + .../js/modernizr/test/js/lib/uaparser.js | 215 + .../js/modernizr/test/js/setup.js | 44 + .../js/modernizr/test/js/unit-caniuse.js | 191 + .../js/modernizr/test/js/unit.js | 669 + .../js/modernizr/test/qunit/qunit.js | 1932 + .../js/modernizr/test/qunit/run-qunit.js | 72 + .../PetoskeyTheme/js/sizzle/dist/sizzle.js | 2015 + .../js/sizzle/dist/sizzle.min.js | 3 + .../js/sizzle/dist/sizzle.min.map | 1 + .../PetoskeyTheme/js/sizzle/tasks/commit.js | 10 + .../PetoskeyTheme/js/sizzle/tasks/compile.js | 34 + .../PetoskeyTheme/js/sizzle/tasks/dist.js | 35 + .../PetoskeyTheme/js/sizzle/tasks/release.js | 43 + .../PetoskeyTheme/js/sizzle/tasks/tag.js | 9 + .../PetoskeyTheme/js/sizzle/tasks/version.js | 35 + .../js/sizzle/test/data/empty.js | 0 .../js/sizzle/test/data/testinit.js | 136 + .../PetoskeyTheme/js/sizzle/test/jquery.js | 9597 +++ .../js/sizzle/test/libs/qunit/qunit.js | 2212 + .../js/sizzle/test/unit/extending.js | 95 + .../js/sizzle/test/unit/selector.js | 1138 + .../js/sizzle/test/unit/utilities.js | 169 + .../themes/PetoskeyTheme/kitchen-sink.php | 747 + .../themes/PetoskeyTheme/languages/de_DE.mo | Bin 0 -> 4239 bytes .../themes/PetoskeyTheme/languages/de_DE.po | 300 + .../themes/PetoskeyTheme/languages/es_ES.mo | Bin 0 -> 4962 bytes .../themes/PetoskeyTheme/languages/es_ES.po | 255 + .../themes/PetoskeyTheme/languages/fr_FR.mo | Bin 0 -> 4777 bytes .../themes/PetoskeyTheme/languages/fr_FR.po | 251 + .../themes/PetoskeyTheme/library/cleanup.php | 183 + .../PetoskeyTheme/library/enqueue-scripts.php | 24 + .../PetoskeyTheme/library/entry-meta.php | 8 + .../PetoskeyTheme/library/foundation.php | 75 + .../PetoskeyTheme/library/menu-walker.php | 41 + .../PetoskeyTheme/library/navigation.php | 98 + .../PetoskeyTheme/library/theme-support.php | 22 + .../PetoskeyTheme/library/widget-areas.php | 27 + wp-content/themes/PetoskeyTheme/package.json | 17 + wp-content/themes/PetoskeyTheme/page-full.php | 29 + .../PetoskeyTheme/page-sidebar-left.php | 35 + wp-content/themes/PetoskeyTheme/page.php | 33 + .../PetoskeyTheme/parts/off-canvas-menu.php | 3 + .../themes/PetoskeyTheme/parts/top-bar.php | 38 + wp-content/themes/PetoskeyTheme/scss/app.scss | 13 + .../PetoskeyTheme/scss/assets/_icons.scss | 594 + .../PetoskeyTheme/scss/config/_colors.scss | 4 + .../PetoskeyTheme/scss/config/_settings.scss | 1442 + .../PetoskeyTheme/scss/config/_variables.scss | 4 + .../PetoskeyTheme/scss/site/_structure.scss | 188 + wp-content/themes/PetoskeyTheme/search.php | 35 + .../themes/PetoskeyTheme/searchform.php | 15 + .../themes/PetoskeyTheme/sidebar-left.php | 5 + wp-content/themes/PetoskeyTheme/sidebar.php | 5 + wp-content/themes/PetoskeyTheme/single.php | 41 + wp-content/themes/PetoskeyTheme/style.css | 11 + .../themes/PetoskeyTheme/woocommerce.php | 32 + wp-content/themes/headway/README.txt | 10 + wp-content/themes/headway/docs/license.txt | 281 + .../themes/headway/docs/terms_of_service.txt | 152 + wp-content/themes/headway/footer.php | 11 + wp-content/themes/headway/functions.php | 20 + wp-content/themes/headway/header.php | 10 + wp-content/themes/headway/index.php | 13 + .../headway/library/admin/admin-bar.php | 140 + .../library/admin/admin-meta-boxes.php | 291 + .../headway/library/admin/admin-pages.php | 71 + .../headway/library/admin/admin-write.php | 62 + .../themes/headway/library/admin/admin.php | 613 + .../library/admin/api-admin-inputs.php | 236 + .../admin/css/admin-headway-global.css | 20 + .../library/admin/css/admin-headway.css | 582 + .../headway/library/admin/css/admin-write.css | 93 + .../library/admin/images/headway-16-white.png | Bin 0 -> 3102 bytes .../library/admin/images/headway-16.png | Bin 0 -> 1463 bytes .../library/admin/images/headway-32-white.png | Bin 0 -> 3424 bytes .../library/admin/images/headway-32.png | Bin 0 -> 1859 bytes .../library/admin/images/help-grey.png | Bin 0 -> 1206 bytes .../headway/library/admin/js/admin-headway.js | 252 + .../library/admin/js/admin-templates.js | 445 + .../headway/library/admin/js/admin-write.js | 140 + .../library/admin/js/jquery.masonry.js | 9 + .../headway/library/admin/js/jquery.qtip.js | 5 + .../library/admin/js/jquery.scrollto.js | 11 + .../headway/library/admin/js/jquery.tabby.js | 8 + .../headway/library/admin/js/knockout.js | 4469 ++ .../library/admin/pages/getting-started.php | 94 + .../headway/library/admin/pages/options.php | 630 + .../headway/library/admin/pages/templates.php | 83 + .../headway/library/admin/pages/tools.php | 172 + .../headway/library/admin/pages/whats-new.php | 107 + .../library/api/api-admin-meta-box.php | 364 + .../themes/headway/library/api/api-block.php | 737 + .../themes/headway/library/api/api-box.php | 156 + .../headway/library/api/api-child-theme.php | 28 + .../headway/library/api/api-element.php | 271 + .../themes/headway/library/api/api-panel.php | 698 + .../themes/headway/library/blocks/blocks.php | 802 + .../blocks/breadcrumbs/breadcrumbs.php | 215 + .../library/blocks/breadcrumbs/icon-white.png | Bin 0 -> 6345 bytes .../library/blocks/breadcrumbs/icon.png | Bin 0 -> 6306 bytes .../blocks/content/comments-template.php | 72 + .../blocks/content/content-display.php | 1021 + .../library/blocks/content/content.php | 1180 + .../library/blocks/content/editor-style.php | 132 + .../library/blocks/content/icon-white.png | Bin 0 -> 1508 bytes .../headway/library/blocks/content/icon.png | Bin 0 -> 1132 bytes .../blocks/custom-code/custom-code.php | 49 + .../library/blocks/custom-code/icon-white.png | Bin 0 -> 1195 bytes .../library/blocks/custom-code/icon.png | Bin 0 -> 2997 bytes .../headway/library/blocks/embed/embed.php | 111 + .../library/blocks/embed/icon-white.png | Bin 0 -> 2857 bytes .../headway/library/blocks/embed/icon.png | Bin 0 -> 2835 bytes .../headway/library/blocks/footer/footer.php | 254 + .../library/blocks/footer/icon-white.png | Bin 0 -> 1368 bytes .../headway/library/blocks/footer/icon.png | Bin 0 -> 1046 bytes .../blocks/gravity-forms/gravity-forms.php | 114 + .../blocks/gravity-forms/icon-white.png | Bin 0 -> 3601 bytes .../library/blocks/gravity-forms/icon.png | Bin 0 -> 3601 bytes .../headway/library/blocks/header/header.php | 156 + .../library/blocks/header/icon-white.png | Bin 0 -> 2826 bytes .../headway/library/blocks/header/icon.png | Bin 0 -> 2847 bytes .../library/blocks/image/icon-white.png | Bin 0 -> 438 bytes .../headway/library/blocks/image/icon.png | Bin 0 -> 435 bytes .../headway/library/blocks/image/image.php | 250 + .../library/blocks/listings/block-options.php | 424 + .../blocks/listings/content-display.php | 263 + .../library/blocks/listings/icon-white.png | Bin 0 -> 1195 bytes .../headway/library/blocks/listings/icon.png | Bin 0 -> 2997 bytes .../library/blocks/listings/listings.php | 60 + .../library/blocks/navigation/icon-white.png | Bin 0 -> 1452 bytes .../library/blocks/navigation/icon.png | Bin 0 -> 1111 bytes .../blocks/navigation/js/jquery.superfish.js | 257 + .../library/blocks/navigation/js/selectnav.js | 160 + .../library/blocks/navigation/navigation.php | 560 + .../blocks/pin-board/css/pin-board.css | 233 + .../library/blocks/pin-board/icon-white.png | Bin 0 -> 2833 bytes .../headway/library/blocks/pin-board/icon.png | Bin 0 -> 2833 bytes .../library/blocks/pin-board/js/pin-board.js | 202 + .../library/blocks/pin-board/pin-board.php | 1166 + .../library/blocks/search/icon-white.png | Bin 0 -> 276 bytes .../headway/library/blocks/search/icon.png | Bin 0 -> 391 bytes .../headway/library/blocks/search/search.php | 106 + .../library/blocks/slidedeck/icon-white.png | Bin 0 -> 1471 bytes .../headway/library/blocks/slidedeck/icon.png | Bin 0 -> 1471 bytes .../library/blocks/slidedeck/slidedeck.php | 178 + .../blocks/slider/assets/bg_direction_nav.png | Bin 0 -> 1866 bytes .../blocks/slider/assets/flexslider.css | 89 + .../slider/assets/jquery.flexslider-min.js | 38 + .../library/blocks/slider/icon-white.png | Bin 0 -> 1565 bytes .../headway/library/blocks/slider/icon.png | Bin 0 -> 1164 bytes .../headway/library/blocks/slider/slider.php | 383 + .../library/blocks/social/icon-white.png | Bin 0 -> 336 bytes .../headway/library/blocks/social/icon.png | Bin 0 -> 336 bytes .../social/icons/peel-icons/Delicious.png | Bin 0 -> 692 bytes .../social/icons/peel-icons/Dribbble.png | Bin 0 -> 1129 bytes .../social/icons/peel-icons/Facebook.png | Bin 0 -> 645 bytes .../blocks/social/icons/peel-icons/Flickr.png | Bin 0 -> 776 bytes .../social/icons/peel-icons/Google +.png | Bin 0 -> 1089 bytes .../social/icons/peel-icons/Intsagram.png | Bin 0 -> 862 bytes .../blocks/social/icons/peel-icons/LastFM.png | Bin 0 -> 947 bytes .../social/icons/peel-icons/LinkedIn.png | Bin 0 -> 789 bytes .../social/icons/peel-icons/Pinterest.png | Bin 0 -> 947 bytes .../blocks/social/icons/peel-icons/RSS.png | Bin 0 -> 914 bytes .../social/icons/peel-icons/SoundCloud.png | Bin 0 -> 872 bytes .../blocks/social/icons/peel-icons/Tumblr.png | Bin 0 -> 748 bytes .../social/icons/peel-icons/Twitter.png | Bin 0 -> 824 bytes .../blocks/social/icons/peel-icons/Vimeo.png | Bin 0 -> 857 bytes .../social/icons/peel-icons/YouTube.png | Bin 0 -> 752 bytes .../blocks/social/icons/soft-social/Digg.png | Bin 0 -> 1137 bytes .../social/icons/soft-social/Dribbble.png | Bin 0 -> 1202 bytes .../social/icons/soft-social/Facebook.png | Bin 0 -> 571 bytes .../social/icons/soft-social/Flickr.png | Bin 0 -> 635 bytes .../social/icons/soft-social/Foursquare.png | Bin 0 -> 756 bytes .../social/icons/soft-social/Github.png | Bin 0 -> 640 bytes .../social/icons/soft-social/Google+.png | Bin 0 -> 914 bytes .../social/icons/soft-social/Instagram.png | Bin 0 -> 846 bytes .../social/icons/soft-social/Linkedin.png | Bin 0 -> 748 bytes .../social/icons/soft-social/Myspace.png | Bin 0 -> 493 bytes .../social/icons/soft-social/Pinterest.png | Bin 0 -> 899 bytes .../blocks/social/icons/soft-social/RSS.png | Bin 0 -> 1005 bytes .../social/icons/soft-social/Tumblr.png | Bin 0 -> 625 bytes .../social/icons/soft-social/Twitter.png | Bin 0 -> 766 bytes .../blocks/social/icons/soft-social/Vimeo.png | Bin 0 -> 768 bytes .../social/icons/soft-social/Youtube.png | Bin 0 -> 1135 bytes .../headway/library/blocks/social/social.php | 589 + .../library/blocks/text/icon-white.png | Bin 0 -> 1600 bytes .../headway/library/blocks/text/icon.png | Bin 0 -> 1203 bytes .../headway/library/blocks/text/text.php | 204 + .../library/blocks/widget-area/icon-white.png | Bin 0 -> 1447 bytes .../library/blocks/widget-area/icon.png | Bin 0 -> 1109 bytes .../blocks/widget-area/widget-area.php | 272 + .../headway/library/common/application.php | 442 + .../headway/library/common/capabilities.php | 49 + .../library/common/compatibility-checks.php | 39 + .../headway/library/common/compiler.php | 659 + .../themes/headway/library/common/feed.php | 29 + .../headway/library/common/functions.php | 755 + .../headway/library/common/image-resizer.php | 188 + .../themes/headway/library/common/layout.php | 986 + .../library/common/responsive-grid.php | 110 + .../themes/headway/library/common/route.php | 239 + .../themes/headway/library/common/seo.php | 352 + .../library/common/social-optimization.php | 36 + .../headway/library/common/templates.php | 131 + .../woocommerce/compatibility-woocommerce.php | 62 + .../woocommerce/headway-storefront-wooc.css | 133 + .../woocommerce/woocommerce-breadcrumbs.php | 144 + .../woocommerce-design-defaults.php | 33 + .../woocommerce-design-elements.php | 136 + .../headway/library/data/data-blocks.php | 641 + .../headway/library/data/data-elements.php | 353 + .../library/data/data-layout-options.php | 255 + .../headway/library/data/data-options.php | 197 + .../headway/library/data/data-portability.php | 442 + .../library/data/data-skin-options.php | 60 + .../headway/library/data/data-snapshots.php | 199 + .../headway/library/data/data-wrappers.php | 390 + .../defaults/default-design-settings.php | 585 + .../headway/library/display/display.php | 288 + .../headway/library/display/grid-renderer.php | 507 + .../themes/headway/library/display/head.php | 391 + .../library/display/layout-renderer.php | 156 + .../library/elements/default-elements.php | 147 + .../headway/library/elements/elements.php | 28 + .../headway/library/elements/properties.php | 841 + .../library/elements/structural-elements.php | 41 + .../headway/library/fonts/google-fonts.php | 52 + .../library/fonts/traditional-fonts.php | 142 + .../headway/library/fonts/web-fonts-api.php | 197 + .../library/fonts/web-fonts-loader.php | 125 + .../themes/headway/library/languages/da_DK.mo | Bin 0 -> 10760 bytes .../themes/headway/library/languages/da_DK.po | 520 + .../themes/headway/library/languages/de_DE.mo | Bin 0 -> 10368 bytes .../themes/headway/library/languages/de_DE.po | 523 + .../headway/library/languages/headway.po | 366 + .../themes/headway/library/languages/it_IT.mo | Bin 0 -> 4179 bytes .../themes/headway/library/languages/it_IT.po | 451 + .../library/maintenance/upgrade-36.php | 32 + .../library/maintenance/upgrade-361.php | 35 + .../library/maintenance/upgrade-37.php | 733 + .../library/maintenance/upgrade-371.php | 45 + .../headway/library/maintenance/upgrades.php | 141 + .../headway/library/media/css/alerts.css | 47 + .../library/media/css/block-basics.css | 664 + .../library/media/css/content-styling.css | 266 + .../themes/headway/library/media/css/grid.css | 94 + .../headway/library/media/css/reset.css | 69 + .../library/media/dynamic/responsive-grid.php | 188 + .../headway/library/media/dynamic/style.php | 620 + .../headway/library/media/js/html5shiv.js | 8 + .../themes/headway/library/media/js/ie8.js | 6 + .../library/media/js/jquery.fitvids.js | 74 + .../library/media/js/jquery.hoverintent.js | 115 + .../library/resources/dynamic-loop.php | 52 + .../headway/library/resources/lessc.inc.php | 3673 + .../redactor/css/redactor-iframe.css | 203 + .../resources/redactor/css/redactor.css | 968 + .../library/resources/redactor/fontcolor.js | 79 + .../library/resources/redactor/fontsize.js | 27 + .../resources/redactor/redactor.min.js | 12 + .../library/updater/plugin-updater.php | 175 + .../headway/library/updater/theme-updater.php | 153 + .../library/visual-editor/ace-editor.php | 28 + .../visual-editor/boxes/grid-wizard.php | 424 + .../library/visual-editor/boxes/snapshots.php | 63 + .../visual-editor/css/editor-design.less | 1481 + .../css/editor-iframe-grid-wireframe.less | 251 + .../visual-editor/css/editor-iframe-grid.less | 439 + .../visual-editor/css/editor-iframe.less | 124 + .../visual-editor/css/editor-inputs.less | 1518 + .../css/editor-layout-selector.less | 456 + .../visual-editor/css/editor-loading.css | 117 + .../visual-editor/css/editor-mixins.less | 109 + .../visual-editor/css/editor-tooltips.less | 226 + .../library/visual-editor/css/editor.less | 1912 + .../headway/library/visual-editor/display.php | 613 + .../library/visual-editor/font/headway-ve.ttf | Bin 0 -> 10136 bytes .../visual-editor/font/headway-ve.woff | Bin 0 -> 10212 bytes .../library/visual-editor/iframe-grid.php | 189 + .../visual-editor/images/active-badge.png | Bin 0 -> 880 bytes .../images/add-fixed-wrapper-icon.png | Bin 0 -> 386 bytes .../images/add-fluid-wrapper-icon.png | Bin 0 -> 373 bytes .../images/default-block-icon.png | Bin 0 -> 1206 bytes .../visual-editor/images/grid-mode-bg.png | Bin 0 -> 100 bytes .../images/layouts/layout-all-content.png | Bin 0 -> 1222 bytes .../images/layouts/layout-left-sidebar.png | Bin 0 -> 1232 bytes .../images/layouts/layout-right-sidebar.png | Bin 0 -> 1239 bytes .../images/layouts/layout-two-both.png | Bin 0 -> 1232 bytes .../images/layouts/layout-two-right.png | Bin 0 -> 1241 bytes .../images/loading-cog-bottom-left.png | Bin 0 -> 1191 bytes .../images/loading-cog-top-right.png | Bin 0 -> 829 bytes .../visual-editor/images/logo-white.png | Bin 0 -> 6525 bytes .../library/visual-editor/images/logo.png | Bin 0 -> 4677 bytes .../visual-editor/images/transparent-bg.png | Bin 0 -> 1027 bytes .../visual-editor/images/transparent.png | Bin 0 -> 3584 bytes .../visual-editor/images/transparentGrad.png | Bin 0 -> 1594 bytes .../library/visual-editor/media-uploader.php | 79 + .../panels/design/property-inputs.php | 495 + .../design/side-panel-design-editor.php | 116 + .../visual-editor/panels/grid/setup.php | 88 + .../headway/library/visual-editor/preview.php | 24 + .../library/visual-editor/scripts-min/app.js | 1 + .../scripts-min/deps/ace/ace.min.js | 1 + .../scripts-min/deps/ace/ext-searchbox.js | 1 + .../scripts-min/deps/ace/mode-css.js | 1 + .../scripts-min/deps/ace/mode-html.js | 1 + .../scripts-min/deps/ace/mode-php.js | 1 + .../scripts-min/deps/ace/theme-textmate.js | 1 + .../scripts-min/deps/ace/worker-css.js | 1 + .../scripts-min/deps/jquery.scrollto.js | 1 + .../scripts-min/deps/jquery.tabby.js | 1 + .../scripts-min/deps/require-and-jquery.js | 1 + .../scripts-min/util.fonts-browser.js | 1 + .../visual-editor/scripts-min/util.touch.js | 1 + .../library/visual-editor/scripts/app.js | 107 + .../visual-editor/scripts/build/build.js | 29 + .../library/visual-editor/scripts/build/r.js | 27811 ++++++++ .../visual-editor/scripts/deps/ace/ace.min.js | 11 + .../scripts/deps/ace/ext-searchbox.js | 5 + .../scripts/deps/ace/mode-css.js | 1 + .../scripts/deps/ace/mode-html.js | 1 + .../scripts/deps/ace/mode-php.js | 1 + .../scripts/deps/ace/theme-textmate.js | 1 + .../scripts/deps/ace/worker-css.js | 1 + .../visual-editor/scripts/deps/colorpicker.js | 1397 + .../scripts/deps/itstylesheet.js | 450 + .../scripts/deps/jquery.cookie.js | 41 + .../visual-editor/scripts/deps/jquery.pep.js | 1157 + .../visual-editor/scripts/deps/jquery.qtip.js | 2713 + .../scripts/deps/jquery.scrollto.js | 11 + .../scripts/deps/jquery.tabby.js | 8 + .../scripts/deps/jquery.taphold.js | 117 + .../visual-editor/scripts/deps/jquery.ui.js | 1533 + .../scripts/deps/jquery.ui.touchpunch.js | 223 + .../visual-editor/scripts/deps/knockout.js | 4469 ++ .../visual-editor/scripts/deps/mousetrap.js | 1001 + .../scripts/deps/require-and-jquery.js | 11152 +++ .../visual-editor/scripts/deps/underscore.js | 1380 + .../visual-editor/scripts/helper.ace.js | 103 + .../visual-editor/scripts/helper.blocks.js | 1457 + .../visual-editor/scripts/helper.boxes.js | 335 + .../scripts/helper.context-menus.js | 191 + .../visual-editor/scripts/helper.data.js | 582 + .../visual-editor/scripts/helper.history.js | 172 + .../scripts/helper.notifications.js | 169 + .../visual-editor/scripts/helper.wrappers.js | 152 + .../scripts/modules/design/mode-design.js | 2804 + .../scripts/modules/grid/grid-wizard.js | 831 + .../scripts/modules/grid/grid.js | 1547 + .../scripts/modules/grid/mode-grid.js | 104 + .../scripts/modules/grid/wrapper-inputs.js | 181 + .../scripts/modules/grid/wrappers.js | 799 + .../visual-editor/scripts/modules/iframe.js | 332 + .../scripts/modules/layout-selector.js | 567 + .../visual-editor/scripts/modules/menu.js | 115 + .../scripts/modules/panel.inputs.js | 1040 + .../visual-editor/scripts/modules/panel.js | 363 + .../scripts/modules/snapshots.js | 170 + .../visual-editor/scripts/util.custommouse.js | 33 + .../scripts/util.fonts-browser.js | 605 + .../scripts/util.image-uploader.js | 100 + .../visual-editor/scripts/util.loader.js | 98 + .../visual-editor/scripts/util.misc.js | 177 + .../visual-editor/scripts/util.saving.js | 259 + .../visual-editor/scripts/util.tooltips.js | 125 + .../visual-editor/scripts/util.touch.js | 7 + .../visual-editor/scripts/util.tour.js | 414 + .../visual-editor/scripts/util.usability.js | 133 + .../library/visual-editor/template.php | 127 + .../visual-editor/visual-editor-ajax.php | 809 + .../library/visual-editor/visual-editor.php | 646 + .../headway/library/widgets/widgets.php | 31 + .../library/wrappers/wrapper-options.php | 411 + .../headway/library/wrappers/wrappers.php | 219 + wp-content/themes/headway/screenshot.png | Bin 0 -> 10105 bytes wp-content/themes/headway/sidebar.php | 2 + wp-content/themes/headway/style.css | 27 + 3079 files changed, 692647 insertions(+) create mode 100644 wp-content/plugins/Gaslightify/Gaslightify2.php create mode 100644 wp-content/plugins/Gaslightify/css/Gaslightify2.css create mode 100644 wp-content/plugins/Gaslightify/img/GLM_flame_box_inverted_16x16.png create mode 100644 wp-content/plugins/Gaslightify/img/GLM_flame_box_inverted_16x16b.png create mode 100755 wp-content/plugins/Gaslightify/img/GLM_flame_circle_48x48.gif create mode 100644 wp-content/plugins/Gaslightify/img/GLM_flame_circle_trans_32x32.png create mode 100644 wp-content/plugins/Gaslightify/img/GLM_flame_circle_trans_48x48.png create mode 100644 wp-content/plugins/Gaslightify/img/GLM_flame_none_16x16.png create mode 100644 wp-content/plugins/Gaslightify/img/GLM_flame_none_32x32.png create mode 100755 wp-content/plugins/Gaslightify/img/GLM_flame_none_48x48.gif create mode 100644 wp-content/plugins/Gaslightify/img/GLM_flame_none_trans_16x16.png create mode 100644 wp-content/plugins/Gaslightify/img/GLM_flame_none_trans_32x32.png create mode 100644 wp-content/plugins/Gaslightify/img/GLM_title_box_272x71.gif create mode 100755 wp-content/plugins/Gaslightify/img/GLM_title_box_48x48.gif create mode 100644 wp-content/plugins/Gaslightify/img/PetoskeyRoboticsLogo.png create mode 100644 wp-content/plugins/Gaslightify/img/PetoskeyRoboticsLogoS.png create mode 100644 wp-content/plugins/Gaslightify/img/flame_16x16.png create mode 100644 wp-content/plugins/Gaslightify/img/icon-twitter3.gif create mode 100644 wp-content/plugins/Gaslightify/js/Gaslightify2.js create mode 100644 wp-content/plugins/add-logo-to-admin/add-logo-to-admin.php create mode 100644 wp-content/plugins/add-logo-to-admin/css/add-logo.css create mode 100644 wp-content/plugins/add-logo-to-admin/images/logo.png create mode 100644 wp-content/plugins/add-logo-to-admin/js/add-logo-select-image.js create mode 100644 wp-content/plugins/add-logo-to-admin/js/add-logo.js create mode 100644 wp-content/plugins/add-logo-to-admin/languages/add-logo.pot create mode 100644 wp-content/plugins/add-logo-to-admin/readme.txt create mode 100644 wp-content/plugins/add-logo-to-admin/screenshot-1.jpg create mode 100644 wp-content/plugins/add-logo-to-admin/screenshot-2.jpg create mode 100644 wp-content/plugins/admin-menu-editor/css/admin.css create mode 100644 wp-content/plugins/admin-menu-editor/css/jquery.qtip.css create mode 100644 wp-content/plugins/admin-menu-editor/css/jquery.qtip.min.css create mode 100644 wp-content/plugins/admin-menu-editor/css/menu-editor.css create mode 100644 wp-content/plugins/admin-menu-editor/css/screen-meta-old-wp.css create mode 100644 wp-content/plugins/admin-menu-editor/css/screen-meta.css create mode 100644 wp-content/plugins/admin-menu-editor/css/style-classic.css create mode 100644 wp-content/plugins/admin-menu-editor/css/style-wp-grey.css create mode 100644 wp-content/plugins/admin-menu-editor/images/arrows-dark.png create mode 100644 wp-content/plugins/admin-menu-editor/images/arrows.png create mode 100644 wp-content/plugins/admin-menu-editor/images/bullet_arrow_down2.png create mode 100644 wp-content/plugins/admin-menu-editor/images/bullet_error.png create mode 100644 wp-content/plugins/admin-menu-editor/images/check-all.png create mode 100644 wp-content/plugins/admin-menu-editor/images/delete.png create mode 100644 wp-content/plugins/admin-menu-editor/images/external.png create mode 100644 wp-content/plugins/admin-menu-editor/images/gion/AUTHORS create mode 100644 wp-content/plugins/admin-menu-editor/images/gion/COPYING create mode 100644 wp-content/plugins/admin-menu-editor/images/gion/edit-copy.png create mode 100644 wp-content/plugins/admin-menu-editor/images/gnome-icon-theme/AUTHORS create mode 100644 wp-content/plugins/admin-menu-editor/images/gnome-icon-theme/COPYING_LGPL create mode 100644 wp-content/plugins/admin-menu-editor/images/gnome-icon-theme/edit-cut-blue.png create mode 100644 wp-content/plugins/admin-menu-editor/images/gnome-icon-theme/edit-paste.png create mode 100644 wp-content/plugins/admin-menu-editor/images/icon-extension-grey.png create mode 100644 wp-content/plugins/admin-menu-editor/images/logo-medium.png create mode 100644 wp-content/plugins/admin-menu-editor/images/menu-arrows.png create mode 100644 wp-content/plugins/admin-menu-editor/images/page-add.png create mode 100644 wp-content/plugins/admin-menu-editor/images/page-delete.png create mode 100644 wp-content/plugins/admin-menu-editor/images/pencil_delete.png create mode 100644 wp-content/plugins/admin-menu-editor/images/pencil_delete_gray.png create mode 100644 wp-content/plugins/admin-menu-editor/images/plugin_add.png create mode 100644 wp-content/plugins/admin-menu-editor/images/plugin_disabled.png create mode 100644 wp-content/plugins/admin-menu-editor/images/plugin_error.png create mode 100644 wp-content/plugins/admin-menu-editor/images/separator-add.png create mode 100644 wp-content/plugins/admin-menu-editor/images/sort_ascending.png create mode 100644 wp-content/plugins/admin-menu-editor/images/sort_descending.png create mode 100644 wp-content/plugins/admin-menu-editor/images/spinner.gif create mode 100644 wp-content/plugins/admin-menu-editor/images/transparent16.png create mode 100644 wp-content/plugins/admin-menu-editor/images/x-light.png create mode 100644 wp-content/plugins/admin-menu-editor/images/x.png create mode 100644 wp-content/plugins/admin-menu-editor/includes/.htaccess create mode 100644 wp-content/plugins/admin-menu-editor/includes/PHP-CSS-Parser/CHANGELOG.md create mode 100644 wp-content/plugins/admin-menu-editor/includes/PHP-CSS-Parser/README.md create mode 100644 wp-content/plugins/admin-menu-editor/includes/PHP-CSS-Parser/autoloader.php create mode 100644 wp-content/plugins/admin-menu-editor/includes/PHP-CSS-Parser/composer.json create mode 100644 wp-content/plugins/admin-menu-editor/includes/PHP-CSS-Parser/lib/Sabberworm/CSS/CSSList/AtRuleBlockList.php create mode 100644 wp-content/plugins/admin-menu-editor/includes/PHP-CSS-Parser/lib/Sabberworm/CSS/CSSList/CSSBlockList.php create mode 100644 wp-content/plugins/admin-menu-editor/includes/PHP-CSS-Parser/lib/Sabberworm/CSS/CSSList/CSSList.php create mode 100644 wp-content/plugins/admin-menu-editor/includes/PHP-CSS-Parser/lib/Sabberworm/CSS/CSSList/Document.php create mode 100644 wp-content/plugins/admin-menu-editor/includes/PHP-CSS-Parser/lib/Sabberworm/CSS/CSSList/KeyFrame.php create mode 100644 wp-content/plugins/admin-menu-editor/includes/PHP-CSS-Parser/lib/Sabberworm/CSS/Parser.php create mode 100644 wp-content/plugins/admin-menu-editor/includes/PHP-CSS-Parser/lib/Sabberworm/CSS/Parsing/UnexpectedTokenException.php create mode 100644 wp-content/plugins/admin-menu-editor/includes/PHP-CSS-Parser/lib/Sabberworm/CSS/Property/AtRule.php create mode 100644 wp-content/plugins/admin-menu-editor/includes/PHP-CSS-Parser/lib/Sabberworm/CSS/Property/CSSNamespace.php create mode 100644 wp-content/plugins/admin-menu-editor/includes/PHP-CSS-Parser/lib/Sabberworm/CSS/Property/Charset.php create mode 100644 wp-content/plugins/admin-menu-editor/includes/PHP-CSS-Parser/lib/Sabberworm/CSS/Property/Import.php create mode 100644 wp-content/plugins/admin-menu-editor/includes/PHP-CSS-Parser/lib/Sabberworm/CSS/Property/Selector.php create mode 100644 wp-content/plugins/admin-menu-editor/includes/PHP-CSS-Parser/lib/Sabberworm/CSS/Rule/Rule.php create mode 100644 wp-content/plugins/admin-menu-editor/includes/PHP-CSS-Parser/lib/Sabberworm/CSS/RuleSet/AtRuleSet.php create mode 100644 wp-content/plugins/admin-menu-editor/includes/PHP-CSS-Parser/lib/Sabberworm/CSS/RuleSet/DeclarationBlock.php create mode 100644 wp-content/plugins/admin-menu-editor/includes/PHP-CSS-Parser/lib/Sabberworm/CSS/RuleSet/RuleSet.php create mode 100644 wp-content/plugins/admin-menu-editor/includes/PHP-CSS-Parser/lib/Sabberworm/CSS/Settings.php create mode 100644 wp-content/plugins/admin-menu-editor/includes/PHP-CSS-Parser/lib/Sabberworm/CSS/Value/CSSFunction.php create mode 100644 wp-content/plugins/admin-menu-editor/includes/PHP-CSS-Parser/lib/Sabberworm/CSS/Value/Color.php create mode 100644 wp-content/plugins/admin-menu-editor/includes/PHP-CSS-Parser/lib/Sabberworm/CSS/Value/PrimitiveValue.php create mode 100644 wp-content/plugins/admin-menu-editor/includes/PHP-CSS-Parser/lib/Sabberworm/CSS/Value/RuleValueList.php create mode 100644 wp-content/plugins/admin-menu-editor/includes/PHP-CSS-Parser/lib/Sabberworm/CSS/Value/Size.php create mode 100644 wp-content/plugins/admin-menu-editor/includes/PHP-CSS-Parser/lib/Sabberworm/CSS/Value/String.php create mode 100644 wp-content/plugins/admin-menu-editor/includes/PHP-CSS-Parser/lib/Sabberworm/CSS/Value/URL.php create mode 100644 wp-content/plugins/admin-menu-editor/includes/PHP-CSS-Parser/lib/Sabberworm/CSS/Value/Value.php create mode 100644 wp-content/plugins/admin-menu-editor/includes/PHP-CSS-Parser/lib/Sabberworm/CSS/Value/ValueList.php create mode 100644 wp-content/plugins/admin-menu-editor/includes/access-editor-dialog.php create mode 100644 wp-content/plugins/admin-menu-editor/includes/admin-menu-editor-mu.php create mode 100644 wp-content/plugins/admin-menu-editor/includes/auto-versioning.php create mode 100644 wp-content/plugins/admin-menu-editor/includes/consistency-check.php create mode 100644 wp-content/plugins/admin-menu-editor/includes/editor-page.php create mode 100644 wp-content/plugins/admin-menu-editor/includes/generate-menu-dashicons.php create mode 100644 wp-content/plugins/admin-menu-editor/includes/menu-editor-core.php create mode 100644 wp-content/plugins/admin-menu-editor/includes/menu-item.php create mode 100644 wp-content/plugins/admin-menu-editor/includes/menu.php create mode 100644 wp-content/plugins/admin-menu-editor/includes/role-utils.php create mode 100644 wp-content/plugins/admin-menu-editor/includes/settings-page.php create mode 100644 wp-content/plugins/admin-menu-editor/includes/shadow_plugin_framework.php create mode 100644 wp-content/plugins/admin-menu-editor/includes/version-conflict-check.php create mode 100644 wp-content/plugins/admin-menu-editor/js/admin-helpers.js create mode 100644 wp-content/plugins/admin-menu-editor/js/jquery.cookie.js create mode 100644 wp-content/plugins/admin-menu-editor/js/jquery.form.js create mode 100644 wp-content/plugins/admin-menu-editor/js/jquery.json.js create mode 100644 wp-content/plugins/admin-menu-editor/js/jquery.qtip.js create mode 100644 wp-content/plugins/admin-menu-editor/js/jquery.qtip.min.js create mode 100644 wp-content/plugins/admin-menu-editor/js/jquery.sort.js create mode 100644 wp-content/plugins/admin-menu-editor/js/menu-editor.js create mode 100644 wp-content/plugins/admin-menu-editor/js/menu-highlight-fix.js create mode 100644 wp-content/plugins/admin-menu-editor/menu-editor.php create mode 100644 wp-content/plugins/admin-menu-editor/readme.txt create mode 100644 wp-content/plugins/admin-menu-editor/screenshot-1.png create mode 100644 wp-content/plugins/admin-menu-editor/screenshot-2.png create mode 100644 wp-content/plugins/admin-menu-editor/screenshot-3.png create mode 100644 wp-content/plugins/admin-menu-editor/uninstall.php create mode 100644 wp-content/plugins/auto-submenu/auto-submenu.php create mode 100644 wp-content/plugins/auto-submenu/readme.txt create mode 100644 wp-content/plugins/contact-form-7/admin/admin-functions.php create mode 100644 wp-content/plugins/contact-form-7/admin/admin.php create mode 100644 wp-content/plugins/contact-form-7/admin/css/styles-rtl.css create mode 100644 wp-content/plugins/contact-form-7/admin/css/styles.css create mode 100644 wp-content/plugins/contact-form-7/admin/edit-contact-form.php create mode 100644 wp-content/plugins/contact-form-7/admin/images/dropdown.gif create mode 100644 wp-content/plugins/contact-form-7/admin/images/fade-butt.png create mode 100644 wp-content/plugins/contact-form-7/admin/includes/class-contact-forms-list-table.php create mode 100644 wp-content/plugins/contact-form-7/admin/includes/meta-boxes.php create mode 100644 wp-content/plugins/contact-form-7/admin/js/scripts.js create mode 100644 wp-content/plugins/contact-form-7/admin/js/taggenerator.js create mode 100644 wp-content/plugins/contact-form-7/images/ajax-loader.gif create mode 100644 wp-content/plugins/contact-form-7/includes/capabilities.php create mode 100644 wp-content/plugins/contact-form-7/includes/contact-form.php create mode 100644 wp-content/plugins/contact-form-7/includes/controller.php create mode 100644 wp-content/plugins/contact-form-7/includes/css/styles-rtl.css create mode 100644 wp-content/plugins/contact-form-7/includes/css/styles.css create mode 100644 wp-content/plugins/contact-form-7/includes/formatting.php create mode 100644 wp-content/plugins/contact-form-7/includes/functions.php create mode 100644 wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/animated-overlay.gif create mode 100644 wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png create mode 100644 wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-bg_flat_75_ffffff_40x100.png create mode 100644 wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png create mode 100644 wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-bg_glass_65_ffffff_1x400.png create mode 100644 wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-bg_glass_75_dadada_1x400.png create mode 100644 wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png create mode 100644 wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png create mode 100644 wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png create mode 100644 wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-icons_222222_256x240.png create mode 100644 wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-icons_2e83ff_256x240.png create mode 100644 wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-icons_454545_256x240.png create mode 100644 wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-icons_888888_256x240.png create mode 100644 wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-icons_cd0a0a_256x240.png create mode 100644 wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/jquery-ui.css create mode 100644 wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/jquery-ui.min.css create mode 100644 wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/jquery.ui.theme.css create mode 100644 wp-content/plugins/contact-form-7/includes/js/jquery.form.js create mode 100644 wp-content/plugins/contact-form-7/includes/js/jquery.form.min.js create mode 100644 wp-content/plugins/contact-form-7/includes/js/scripts.js create mode 100644 wp-content/plugins/contact-form-7/includes/mail.php create mode 100644 wp-content/plugins/contact-form-7/includes/pipe.php create mode 100644 wp-content/plugins/contact-form-7/includes/shortcodes.php create mode 100644 wp-content/plugins/contact-form-7/includes/submission.php create mode 100644 wp-content/plugins/contact-form-7/includes/upgrade.php create mode 100644 wp-content/plugins/contact-form-7/languages/contact-form-7-af.mo create mode 100644 wp-content/plugins/contact-form-7/languages/contact-form-7-ar.mo create mode 100644 wp-content/plugins/contact-form-7/languages/contact-form-7-az_AZ.mo create mode 100644 wp-content/plugins/contact-form-7/languages/contact-form-7-be_BY.mo create mode 100644 wp-content/plugins/contact-form-7/languages/contact-form-7-bg_BG.mo create mode 100644 wp-content/plugins/contact-form-7/languages/contact-form-7-bn_BD.mo create mode 100644 wp-content/plugins/contact-form-7/languages/contact-form-7-bn_IN.mo create mode 100644 wp-content/plugins/contact-form-7/languages/contact-form-7-bs.mo create mode 100644 wp-content/plugins/contact-form-7/languages/contact-form-7-ca.mo create mode 100644 wp-content/plugins/contact-form-7/languages/contact-form-7-ckb.mo create mode 100644 wp-content/plugins/contact-form-7/languages/contact-form-7-cs_CZ.mo create mode 100644 wp-content/plugins/contact-form-7/languages/contact-form-7-da_DK.mo create mode 100644 wp-content/plugins/contact-form-7/languages/contact-form-7-de_DE.mo create mode 100644 wp-content/plugins/contact-form-7/languages/contact-form-7-el.mo create mode 100644 wp-content/plugins/contact-form-7/languages/contact-form-7-eo_EO.mo create mode 100644 wp-content/plugins/contact-form-7/languages/contact-form-7-es_ES.mo create mode 100644 wp-content/plugins/contact-form-7/languages/contact-form-7-et.mo create mode 100644 wp-content/plugins/contact-form-7/languages/contact-form-7-eu.mo create mode 100644 wp-content/plugins/contact-form-7/languages/contact-form-7-fa_IR.mo create mode 100644 wp-content/plugins/contact-form-7/languages/contact-form-7-fi.mo create mode 100644 wp-content/plugins/contact-form-7/languages/contact-form-7-fr_FR.mo create mode 100644 wp-content/plugins/contact-form-7/languages/contact-form-7-ga_IE.mo create mode 100644 wp-content/plugins/contact-form-7/languages/contact-form-7-gl_ES.mo create mode 100644 wp-content/plugins/contact-form-7/languages/contact-form-7-gu_IN.mo create mode 100644 wp-content/plugins/contact-form-7/languages/contact-form-7-he_IL.mo create mode 100644 wp-content/plugins/contact-form-7/languages/contact-form-7-hi_IN.mo create mode 100644 wp-content/plugins/contact-form-7/languages/contact-form-7-hr.mo create mode 100644 wp-content/plugins/contact-form-7/languages/contact-form-7-ht.mo create mode 100644 wp-content/plugins/contact-form-7/languages/contact-form-7-hu_HU.mo create mode 100644 wp-content/plugins/contact-form-7/languages/contact-form-7-hy_AM.mo create mode 100644 wp-content/plugins/contact-form-7/languages/contact-form-7-id_ID.mo create mode 100644 wp-content/plugins/contact-form-7/languages/contact-form-7-it_IT.mo create mode 100644 wp-content/plugins/contact-form-7/languages/contact-form-7-ja.mo create mode 100644 wp-content/plugins/contact-form-7/languages/contact-form-7-ka_GE.mo create mode 100644 wp-content/plugins/contact-form-7/languages/contact-form-7-ko_KR.mo create mode 100644 wp-content/plugins/contact-form-7/languages/contact-form-7-lt_LT.mo create mode 100644 wp-content/plugins/contact-form-7/languages/contact-form-7-lv.mo create mode 100644 wp-content/plugins/contact-form-7/languages/contact-form-7-mk_MK.mo create mode 100644 wp-content/plugins/contact-form-7/languages/contact-form-7-ml_IN.mo create mode 100644 wp-content/plugins/contact-form-7/languages/contact-form-7-ms_MY.mo create mode 100644 wp-content/plugins/contact-form-7/languages/contact-form-7-mt_MT.mo create mode 100644 wp-content/plugins/contact-form-7/languages/contact-form-7-nb_NO.mo create mode 100644 wp-content/plugins/contact-form-7/languages/contact-form-7-nl_NL.mo create mode 100644 wp-content/plugins/contact-form-7/languages/contact-form-7-pa_IN.mo create mode 100644 wp-content/plugins/contact-form-7/languages/contact-form-7-pl_PL.mo create mode 100644 wp-content/plugins/contact-form-7/languages/contact-form-7-pt_BR.mo create mode 100644 wp-content/plugins/contact-form-7/languages/contact-form-7-pt_PT.mo create mode 100644 wp-content/plugins/contact-form-7/languages/contact-form-7-ro_RO.mo create mode 100644 wp-content/plugins/contact-form-7/languages/contact-form-7-ru_RU.mo create mode 100644 wp-content/plugins/contact-form-7/languages/contact-form-7-si_LK.mo create mode 100644 wp-content/plugins/contact-form-7/languages/contact-form-7-sk_SK.mo create mode 100644 wp-content/plugins/contact-form-7/languages/contact-form-7-sl_SI.mo create mode 100644 wp-content/plugins/contact-form-7/languages/contact-form-7-sq.mo create mode 100644 wp-content/plugins/contact-form-7/languages/contact-form-7-sr_RS.mo create mode 100644 wp-content/plugins/contact-form-7/languages/contact-form-7-sv_SE.mo create mode 100644 wp-content/plugins/contact-form-7/languages/contact-form-7-ta.mo create mode 100644 wp-content/plugins/contact-form-7/languages/contact-form-7-th.mo create mode 100644 wp-content/plugins/contact-form-7/languages/contact-form-7-tl.mo create mode 100644 wp-content/plugins/contact-form-7/languages/contact-form-7-tr_TR.mo create mode 100644 wp-content/plugins/contact-form-7/languages/contact-form-7-uk.mo create mode 100644 wp-content/plugins/contact-form-7/languages/contact-form-7-vi.mo create mode 100644 wp-content/plugins/contact-form-7/languages/contact-form-7-zh_CN.mo create mode 100644 wp-content/plugins/contact-form-7/languages/contact-form-7-zh_TW.mo create mode 100644 wp-content/plugins/contact-form-7/languages/contact-form-7.pot create mode 100644 wp-content/plugins/contact-form-7/languages/readme.txt create mode 100644 wp-content/plugins/contact-form-7/license.txt create mode 100644 wp-content/plugins/contact-form-7/modules/acceptance.php create mode 100644 wp-content/plugins/contact-form-7/modules/akismet.php create mode 100644 wp-content/plugins/contact-form-7/modules/captcha.php create mode 100644 wp-content/plugins/contact-form-7/modules/checkbox.php create mode 100644 wp-content/plugins/contact-form-7/modules/date.php create mode 100644 wp-content/plugins/contact-form-7/modules/file.php create mode 100644 wp-content/plugins/contact-form-7/modules/flamingo.php create mode 100644 wp-content/plugins/contact-form-7/modules/jetpack.php create mode 100644 wp-content/plugins/contact-form-7/modules/listo.php create mode 100644 wp-content/plugins/contact-form-7/modules/number.php create mode 100644 wp-content/plugins/contact-form-7/modules/quiz.php create mode 100644 wp-content/plugins/contact-form-7/modules/response.php create mode 100644 wp-content/plugins/contact-form-7/modules/select.php create mode 100644 wp-content/plugins/contact-form-7/modules/submit.php create mode 100644 wp-content/plugins/contact-form-7/modules/text.php create mode 100644 wp-content/plugins/contact-form-7/modules/textarea.php create mode 100644 wp-content/plugins/contact-form-7/readme.txt create mode 100644 wp-content/plugins/contact-form-7/settings.php create mode 100644 wp-content/plugins/contact-form-7/uninstall.php create mode 100644 wp-content/plugins/contact-form-7/wp-contact-form-7.php create mode 100644 wp-content/plugins/gaslightify/Gaslightify.php create mode 100644 wp-content/plugins/ml-slider/assets/colorbox/colorbox.css create mode 100644 wp-content/plugins/ml-slider/assets/colorbox/images/border.png create mode 100644 wp-content/plugins/ml-slider/assets/colorbox/images/controls.png create mode 100644 wp-content/plugins/ml-slider/assets/colorbox/images/ie6/borderBottomCenter.png create mode 100644 wp-content/plugins/ml-slider/assets/colorbox/images/ie6/borderBottomLeft.png create mode 100644 wp-content/plugins/ml-slider/assets/colorbox/images/ie6/borderBottomRight.png create mode 100644 wp-content/plugins/ml-slider/assets/colorbox/images/ie6/borderMiddleLeft.png create mode 100644 wp-content/plugins/ml-slider/assets/colorbox/images/ie6/borderMiddleRight.png create mode 100644 wp-content/plugins/ml-slider/assets/colorbox/images/ie6/borderTopCenter.png create mode 100644 wp-content/plugins/ml-slider/assets/colorbox/images/ie6/borderTopLeft.png create mode 100644 wp-content/plugins/ml-slider/assets/colorbox/images/ie6/borderTopRight.png create mode 100644 wp-content/plugins/ml-slider/assets/colorbox/images/loading.gif create mode 100644 wp-content/plugins/ml-slider/assets/colorbox/images/loading_background.png create mode 100644 wp-content/plugins/ml-slider/assets/colorbox/images/overlay.png create mode 100644 wp-content/plugins/ml-slider/assets/colorbox/jquery.colorbox-min.js create mode 100644 wp-content/plugins/ml-slider/assets/easing/jQuery.easing.min.js create mode 100644 wp-content/plugins/ml-slider/assets/metaslider/admin.css create mode 100644 wp-content/plugins/ml-slider/assets/metaslider/admin.js create mode 100644 wp-content/plugins/ml-slider/assets/metaslider/edit.png create mode 100644 wp-content/plugins/ml-slider/assets/metaslider/matchalabs.png create mode 100644 wp-content/plugins/ml-slider/assets/metaslider/public.css create mode 100644 wp-content/plugins/ml-slider/assets/sliders/coinslider/coin-slider-styles.css create mode 100644 wp-content/plugins/ml-slider/assets/sliders/coinslider/coin-slider.min.js create mode 100644 wp-content/plugins/ml-slider/assets/sliders/flexslider/bg_direction_nav.png create mode 100644 wp-content/plugins/ml-slider/assets/sliders/flexslider/flexslider.css create mode 100644 wp-content/plugins/ml-slider/assets/sliders/flexslider/jquery.flexslider-min.js create mode 100644 wp-content/plugins/ml-slider/assets/sliders/nivoslider/jquery.nivo.slider.pack.js create mode 100644 wp-content/plugins/ml-slider/assets/sliders/nivoslider/nivo-slider.css create mode 100644 wp-content/plugins/ml-slider/assets/sliders/nivoslider/themes/bar/arrows.png create mode 100644 wp-content/plugins/ml-slider/assets/sliders/nivoslider/themes/bar/bar.css create mode 100644 wp-content/plugins/ml-slider/assets/sliders/nivoslider/themes/bar/bullets.png create mode 100644 wp-content/plugins/ml-slider/assets/sliders/nivoslider/themes/bar/loading.gif create mode 100644 wp-content/plugins/ml-slider/assets/sliders/nivoslider/themes/dark/arrows.png create mode 100644 wp-content/plugins/ml-slider/assets/sliders/nivoslider/themes/dark/bullets.png create mode 100644 wp-content/plugins/ml-slider/assets/sliders/nivoslider/themes/dark/dark.css create mode 100644 wp-content/plugins/ml-slider/assets/sliders/nivoslider/themes/dark/loading.gif create mode 100644 wp-content/plugins/ml-slider/assets/sliders/nivoslider/themes/default/arrows.png create mode 100644 wp-content/plugins/ml-slider/assets/sliders/nivoslider/themes/default/bullets.png create mode 100644 wp-content/plugins/ml-slider/assets/sliders/nivoslider/themes/default/default.css create mode 100644 wp-content/plugins/ml-slider/assets/sliders/nivoslider/themes/default/loading.gif create mode 100644 wp-content/plugins/ml-slider/assets/sliders/nivoslider/themes/light/arrows.png create mode 100644 wp-content/plugins/ml-slider/assets/sliders/nivoslider/themes/light/bullets.png create mode 100644 wp-content/plugins/ml-slider/assets/sliders/nivoslider/themes/light/light.css create mode 100644 wp-content/plugins/ml-slider/assets/sliders/nivoslider/themes/light/loading.gif create mode 100644 wp-content/plugins/ml-slider/assets/sliders/responsiveslides/responsiveslides.css create mode 100644 wp-content/plugins/ml-slider/assets/sliders/responsiveslides/responsiveslides.min.js create mode 100644 wp-content/plugins/ml-slider/assets/tipsy/jquery.tipsy.js create mode 100644 wp-content/plugins/ml-slider/assets/tipsy/tipsy.css create mode 100644 wp-content/plugins/ml-slider/inc/metaslider.imagehelper.class.php create mode 100644 wp-content/plugins/ml-slider/inc/metaslider.systemcheck.class.php create mode 100644 wp-content/plugins/ml-slider/inc/metaslider.widget.class.php create mode 100644 wp-content/plugins/ml-slider/inc/simple_html_dom.php create mode 100644 wp-content/plugins/ml-slider/inc/slide/metaslide.class.php create mode 100644 wp-content/plugins/ml-slider/inc/slide/metaslide.image.class.php create mode 100644 wp-content/plugins/ml-slider/inc/slider/metaslider.class.php create mode 100644 wp-content/plugins/ml-slider/inc/slider/metaslider.coin.class.php create mode 100644 wp-content/plugins/ml-slider/inc/slider/metaslider.flex.class.php create mode 100644 wp-content/plugins/ml-slider/inc/slider/metaslider.nivo.class.php create mode 100644 wp-content/plugins/ml-slider/inc/slider/metaslider.responsive.class.php create mode 100644 wp-content/plugins/ml-slider/languages/metaslider-de_DE.mo create mode 100644 wp-content/plugins/ml-slider/languages/metaslider-de_DE.po create mode 100644 wp-content/plugins/ml-slider/languages/metaslider-es_ES.mo create mode 100644 wp-content/plugins/ml-slider/languages/metaslider-es_ES.po create mode 100644 wp-content/plugins/ml-slider/languages/metaslider-fa_IR.mo create mode 100644 wp-content/plugins/ml-slider/languages/metaslider-fa_IR.po create mode 100644 wp-content/plugins/ml-slider/languages/metaslider-fr_FR.mo create mode 100644 wp-content/plugins/ml-slider/languages/metaslider-fr_FR.po create mode 100644 wp-content/plugins/ml-slider/languages/metaslider-he_IL.mo create mode 100644 wp-content/plugins/ml-slider/languages/metaslider-he_IL.po create mode 100644 wp-content/plugins/ml-slider/languages/metaslider-hr_HR.mo create mode 100644 wp-content/plugins/ml-slider/languages/metaslider-hr_HR.po create mode 100644 wp-content/plugins/ml-slider/languages/metaslider-hu_HU.mo create mode 100644 wp-content/plugins/ml-slider/languages/metaslider-hu_HU.po create mode 100644 wp-content/plugins/ml-slider/languages/metaslider-ja.mo create mode 100644 wp-content/plugins/ml-slider/languages/metaslider-ja.po create mode 100644 wp-content/plugins/ml-slider/languages/metaslider-nb_NO.mo create mode 100644 wp-content/plugins/ml-slider/languages/metaslider-nb_NO.po create mode 100644 wp-content/plugins/ml-slider/languages/metaslider-nl_NL.mo create mode 100644 wp-content/plugins/ml-slider/languages/metaslider-nl_NL.po create mode 100644 wp-content/plugins/ml-slider/languages/metaslider-pl_PL.mo create mode 100644 wp-content/plugins/ml-slider/languages/metaslider-pl_PL.po create mode 100644 wp-content/plugins/ml-slider/languages/metaslider-ro_RO.mo create mode 100644 wp-content/plugins/ml-slider/languages/metaslider-ro_RO.po create mode 100644 wp-content/plugins/ml-slider/languages/metaslider-ru_RU.mo create mode 100644 wp-content/plugins/ml-slider/languages/metaslider-ru_RU.po create mode 100644 wp-content/plugins/ml-slider/languages/metaslider-zh_CN.mo create mode 100644 wp-content/plugins/ml-slider/languages/metaslider-zh_CN.po create mode 100644 wp-content/plugins/ml-slider/languages/metaslider-zh_TW.mo create mode 100644 wp-content/plugins/ml-slider/languages/metaslider-zh_TW.po create mode 100644 wp-content/plugins/ml-slider/languages/metaslider.mo create mode 100644 wp-content/plugins/ml-slider/languages/metaslider.po create mode 100644 wp-content/plugins/ml-slider/ml-slider.php create mode 100644 wp-content/plugins/ml-slider/readme.txt create mode 100644 wp-content/plugins/nextgen-gallery/changelog.txt create mode 100644 wp-content/plugins/nextgen-gallery/index.html create mode 100644 wp-content/plugins/nextgen-gallery/license.txt create mode 100644 wp-content/plugins/nextgen-gallery/nggallery.php create mode 100644 wp-content/plugins/nextgen-gallery/non_pope/class.nextgen_settings.php create mode 100644 wp-content/plugins/nextgen-gallery/non_pope/class.nextgen_shortcode_manager.php create mode 100644 wp-content/plugins/nextgen-gallery/non_pope/class.nextgen_style_manager.php create mode 100644 wp-content/plugins/nextgen-gallery/non_pope/class.photocrati_cache.php create mode 100644 wp-content/plugins/nextgen-gallery/non_pope/class.photocrati_installer.php create mode 100644 wp-content/plugins/nextgen-gallery/non_pope/class.photocrati_resource_manager.php create mode 100644 wp-content/plugins/nextgen-gallery/non_pope/class.photocrati_settings_manager.php create mode 100644 wp-content/plugins/nextgen-gallery/pope/README.txt create mode 100644 wp-content/plugins/nextgen-gallery/pope/lib/autoload.php create mode 100644 wp-content/plugins/nextgen-gallery/pope/lib/class.base_module.php create mode 100644 wp-content/plugins/nextgen-gallery/pope/lib/class.base_product.php create mode 100644 wp-content/plugins/nextgen-gallery/pope/lib/class.component.php create mode 100644 wp-content/plugins/nextgen-gallery/pope/lib/class.component_factory.php create mode 100644 wp-content/plugins/nextgen-gallery/pope/lib/class.component_registry.php create mode 100644 wp-content/plugins/nextgen-gallery/pope/lib/class.extensibleobject.php create mode 100644 wp-content/plugins/nextgen-gallery/pope/lib/interface.component.php create mode 100644 wp-content/plugins/nextgen-gallery/pope/lib/interface.component_factory.php create mode 100644 wp-content/plugins/nextgen-gallery/pope/lib/interface.pope_module.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/class.nextgen_product_installer.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ajax/README.txt create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ajax/adapter.ajax_routes.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ajax/adapter.ajax_settings.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ajax/class.ajax_controller.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ajax/class.ajax_installer.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ajax/class.ajax_option_handler.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ajax/interface.ajax_controller.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ajax/module.ajax.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ajax/static/ajax.js create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ajax/static/ngg_store.js create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ajax/static/persist.js create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ajax/static/persist.swf create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ajax/static/store.js create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/attach_to_post/adapter.attach_to_post_ajax.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/attach_to_post/adapter.attach_to_post_routes.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/attach_to_post/adapter.gallery_storage_frame_event.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/attach_to_post/class.attach_controller.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/attach_to_post/class.attach_to_post_installer.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/attach_to_post/class.attach_to_post_option_handler.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/attach_to_post/class.attach_to_post_proxy_controller.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/attach_to_post/interface.attach_to_post_controller.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/attach_to_post/mixin.attach_to_post_display_tab.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/attach_to_post/module.attach_to_post.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/attach_to_post/static/atp_button.png create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/attach_to_post/static/attach_to_post.css create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/attach_to_post/static/attach_to_post.js create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/attach_to_post/static/attach_to_post_dialog.css create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/attach_to_post/static/iframely.css create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/attach_to_post/static/iframely.js create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/attach_to_post/static/invalid_image.png create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/attach_to_post/static/nextgen.gif create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/attach_to_post/static/ngg_attach_to_post_tinymce_plugin.js create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/attach_to_post/static/ngg_attach_to_post_tinymce_plugin_wp38_compat.js create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/attach_to_post/static/ngg_tabs.js create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/attach_to_post/static/spinner.gif create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/attach_to_post/static/underscore.string.js create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/attach_to_post/static/uploader-icons-2x.png create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/attach_to_post/static/uploader-icons.png create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/attach_to_post/templates/accordion_tab.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/attach_to_post/templates/attach_to_post.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/attach_to_post/templates/display_settings_form.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/attach_to_post/templates/display_tab.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/attach_to_post/templates/display_tab_js.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/attach_to_post/templates/display_tab_source.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/attach_to_post/templates/display_tab_type.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/attach_to_post/templates/no_display_type_selected.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/attach_to_post/templates/preview_tab.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/datamapper/README.txt create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/datamapper/adapter.datamapper_factory.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/datamapper/class.custompost_datamapper_driver.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/datamapper/class.customtable_datamapper_driver.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/datamapper/class.datamapper_driver_base.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/datamapper/class.datamapper_installer.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/datamapper/class.datamapper_model.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/datamapper/interface.custompost_datamapper.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/datamapper/interface.customtable_datamapper.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/datamapper/interface.datamapper_driver.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/datamapper/interface.datamapper_model.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/datamapper/module.datamapper.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/dynamic_stylesheet/adapter.dynamic_stylesheet_routes.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/dynamic_stylesheet/class.dynamic_stylesheet_controller.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/dynamic_stylesheet/class.dynamic_stylesheet_installer.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/dynamic_stylesheet/interface.dynamic_stylesheet.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/dynamic_stylesheet/module.dynamic_stylesheet.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/dynamic_thumbnails/adapter.dynamic_thumbnail_routes.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/dynamic_thumbnails/adapter.dynamic_thumbnails_storage_driver.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/dynamic_thumbnails/class.dynamic_thumbnails_controller.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/dynamic_thumbnails/class.dynamic_thumbnails_installer.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/dynamic_thumbnails/class.dynamic_thumbnails_manager.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/dynamic_thumbnails/interface.dynamic_thumbnails_controller.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/dynamic_thumbnails/interface.dynamic_thumbnails_manager.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/dynamic_thumbnails/module.dynamic_thumbnails.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/dynamic_thumbnails/static/invalid_image.png create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/frame_communication/class.frame_communication_option_handler.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/frame_communication/class.frame_event_publisher.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/frame_communication/interface.frame_event_publisher.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/frame_communication/module.frame_communication.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/frame_communication/static/frame_event_publisher.js create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/fs/class.fs.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/fs/interface.fs.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/fs/module.fs.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/i18n/adapter.i18n_album_translation.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/i18n/adapter.i18n_gallery_translation.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/i18n/adapter.i18n_image_translation.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/i18n/adapter.i18n_routing_app.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/i18n/lang/nggallery-bs_BA.mo create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/i18n/lang/nggallery-bs_BA.po create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/i18n/lang/nggallery-cs_CZ.mo create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/i18n/lang/nggallery-cs_CZ.po create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/i18n/lang/nggallery-de_DE.mo create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/i18n/lang/nggallery-de_DE.po create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/i18n/lang/nggallery-es_ES.mo create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/i18n/lang/nggallery-es_ES.po create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/i18n/lang/nggallery-fi.mo create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/i18n/lang/nggallery-fi.po create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/i18n/lang/nggallery-fil.mo create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/i18n/lang/nggallery-fil.po create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/i18n/lang/nggallery-fr_FR.mo create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/i18n/lang/nggallery-fr_FR.po create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/i18n/lang/nggallery-hu_HU.mo create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/i18n/lang/nggallery-hu_HU.po create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/i18n/lang/nggallery-it_IT.mo create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/i18n/lang/nggallery-it_IT.po create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/i18n/lang/nggallery-nl_NL.mo create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/i18n/lang/nggallery-nl_NL.po create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/i18n/lang/nggallery-ru_RU.mo create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/i18n/lang/nggallery-ru_RU.po create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/i18n/lang/nggallery-zh_CN.mo create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/i18n/lang/nggallery-zh_CN.po create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/i18n/lang/nggallery.po create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/i18n/module.i18n.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/adapter.lightbox_factory.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/adapter.lightbox_library_form.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/class.lightbox_installer.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/class.lightbox_library.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/class.lightbox_library_mapper.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/interface.lightbox_library.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/interface.lightbox_library_mapper.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/module.lightbox.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/fancybox/blank.gif create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/fancybox/fancy_close.png create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/fancybox/fancy_loading.png create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/fancybox/fancy_nav_left.png create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/fancybox/fancy_nav_right.png create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/fancybox/fancy_shadow_e.png create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/fancybox/fancy_shadow_n.png create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/fancybox/fancy_shadow_ne.png create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/fancybox/fancy_shadow_nw.png create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/fancybox/fancy_shadow_s.png create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/fancybox/fancy_shadow_se.png create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/fancybox/fancy_shadow_sw.png create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/fancybox/fancy_shadow_w.png create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/fancybox/fancy_title_left.png create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/fancybox/fancy_title_main.png create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/fancybox/fancy_title_over.png create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/fancybox/fancy_title_right.png create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/fancybox/fancybox-x.png create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/fancybox/fancybox-y.png create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/fancybox/fancybox.png create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/fancybox/jquery.easing-1.3.pack.js create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/fancybox/jquery.fancybox-1.3.4.css create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/fancybox/jquery.fancybox-1.3.4.js create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/fancybox/jquery.fancybox-1.3.4.pack.js create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/fancybox/jquery.mousewheel-3.0.4.pack.js create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/fancybox/nextgen_fancybox_init.js create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/highslide/graphics/close.png create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/highslide/graphics/closeX.png create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/highslide/graphics/controlbar-black-border.gif create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/highslide/graphics/controlbar-text-buttons.png create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/highslide/graphics/controlbar-white-small.gif create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/highslide/graphics/controlbar-white.gif create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/highslide/graphics/controlbar2.gif create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/highslide/graphics/controlbar3.gif create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/highslide/graphics/controlbar4-hover.gif create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/highslide/graphics/controlbar4.gif create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/highslide/graphics/fullexpand.gif create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/highslide/graphics/geckodimmer.png create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/highslide/graphics/icon.gif create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/highslide/graphics/loader.gif create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/highslide/graphics/loader.white.gif create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/highslide/graphics/outlines/Outlines.psd create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/highslide/graphics/outlines/beveled.png create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/highslide/graphics/outlines/drop-shadow.png create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/highslide/graphics/outlines/glossy-dark.png create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/highslide/graphics/outlines/outer-glow.png create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/highslide/graphics/outlines/rounded-black.png create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/highslide/graphics/outlines/rounded-white.png create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/highslide/graphics/resize.gif create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/highslide/graphics/scrollarrows.png create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/highslide/graphics/zoomin.cur create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/highslide/graphics/zoomout.cur create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/highslide/highslide-full.js create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/highslide/highslide-full.min.js create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/highslide/highslide-full.packed.js create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/highslide/highslide-ie6.css create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/highslide/highslide-with-gallery.js create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/highslide/highslide-with-gallery.min.js create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/highslide/highslide-with-gallery.packed.js create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/highslide/highslide-with-html.js create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/highslide/highslide-with-html.min.js create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/highslide/highslide-with-html.packed.js create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/highslide/highslide.css create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/highslide/highslide.js create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/highslide/highslide.min.js create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/highslide/highslide.packed.js create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/highslide/nextgen_highslide_init.js create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/jquery.lightbox/jquery.js create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/jquery.lightbox/jquery.lightbox-0.5.css create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/jquery.lightbox/jquery.lightbox-0.5.js create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/jquery.lightbox/jquery.lightbox-0.5.min.js create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/jquery.lightbox/lightbox-blank.gif create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/jquery.lightbox/lightbox-btn-close.gif create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/jquery.lightbox/lightbox-btn-next.gif create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/jquery.lightbox/lightbox-btn-prev.gif create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/jquery.lightbox/lightbox-ico-loading.gif create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/jquery.lightbox/nextgen_lightbox_init.js create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/lightbox_context.js create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/shutter/nextgen_shutter.js create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/shutter/shutter.css create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/shutter/shutter.js create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/shutter_reloaded/images/close.gif create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/shutter_reloaded/images/loading.gif create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/shutter_reloaded/images/next.gif create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/shutter_reloaded/images/prev.gif create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/shutter_reloaded/images/resize1.gif create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/shutter_reloaded/images/resize2.gif create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/shutter_reloaded/nextgen_shutter_reloaded.js create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/shutter_reloaded/shutter.css create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/shutter_reloaded/shutter.js create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/thickbox/nextgen_thickbox_init.js create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lzw/class.lzw.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lzw/interface.lzw.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lzw/module.lzw.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/mediarss/adapter.mediarss_routes.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/mediarss/class.mediarss_controller.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/mediarss/interface.mediarss_controller.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/mediarss/module.mediarss.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/mediarss/templates/mediarss_feed.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/mediarss/templates/playlist_feed.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/mvc/README create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/mvc/adapter.mvc_factory.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/mvc/adapter.mvc_fs.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/mvc/adapter.mvc_router.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/mvc/class.mvc_controller.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/mvc/class.mvc_option_handler.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/mvc/class.mvc_view.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/mvc/class.mvc_view_element.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/mvc/interface.mvc_controller.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/mvc/interface.mvc_view.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/mvc/module.mvc.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/mvc/template_helper.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/mvc/templates/404.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/mvc/templates/500.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/mvc/templates/index.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_addgallery_page/adapter.import_folder_form.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_addgallery_page/adapter.nextgen_addgallery_ajax.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_addgallery_page/adapter.nextgen_addgallery_controller.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_addgallery_page/adapter.nextgen_addgallery_forms.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_addgallery_page/adapter.nextgen_addgallery_pages.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_addgallery_page/adapter.upload_images_form.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_addgallery_page/module.nextgen_addgallery_page.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_addgallery_page/static/browserplus-2.4.21.min.js create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_addgallery_page/static/jquery.filetree/images/directory.png create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_addgallery_page/static/jquery.filetree/images/folder_open.png create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_addgallery_page/static/jquery.filetree/images/spinner.gif create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_addgallery_page/static/jquery.filetree/jquery.filetree.css create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_addgallery_page/static/jquery.filetree/jquery.filetree.js create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_addgallery_page/static/plupload-2.1.1/Moxie.swf create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_addgallery_page/static/plupload-2.1.1/Moxie.xap create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_addgallery_page/static/plupload-2.1.1/i18n/ar.js create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_addgallery_page/static/plupload-2.1.1/i18n/bs.js create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_addgallery_page/static/plupload-2.1.1/i18n/ca.js create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_addgallery_page/static/plupload-2.1.1/i18n/cs.js create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_addgallery_page/static/plupload-2.1.1/i18n/cy.js create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_addgallery_page/static/plupload-2.1.1/i18n/da.js create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_addgallery_page/static/plupload-2.1.1/i18n/de.js create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_addgallery_page/static/plupload-2.1.1/i18n/el.js create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_addgallery_page/static/plupload-2.1.1/i18n/en.js create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_addgallery_page/static/plupload-2.1.1/i18n/es.js create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_addgallery_page/static/plupload-2.1.1/i18n/et.js create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_addgallery_page/static/plupload-2.1.1/i18n/fa.js create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_addgallery_page/static/plupload-2.1.1/i18n/fi.js create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_addgallery_page/static/plupload-2.1.1/i18n/fr.js create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_addgallery_page/static/plupload-2.1.1/i18n/he.js create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_addgallery_page/static/plupload-2.1.1/i18n/hr.js create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_addgallery_page/static/plupload-2.1.1/i18n/hu.js create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_addgallery_page/static/plupload-2.1.1/i18n/hy.js create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_addgallery_page/static/plupload-2.1.1/i18n/id.js create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_addgallery_page/static/plupload-2.1.1/i18n/it.js create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_addgallery_page/static/plupload-2.1.1/i18n/ja.js create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_addgallery_page/static/plupload-2.1.1/i18n/ka.js create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_addgallery_page/static/plupload-2.1.1/i18n/kk.js create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_addgallery_page/static/plupload-2.1.1/i18n/ko.js create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_addgallery_page/static/plupload-2.1.1/i18n/lt.js create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_addgallery_page/static/plupload-2.1.1/i18n/lv.js create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_addgallery_page/static/plupload-2.1.1/i18n/nl.js create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_addgallery_page/static/plupload-2.1.1/i18n/pl.js create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_addgallery_page/static/plupload-2.1.1/i18n/pt_BR.js create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_addgallery_page/static/plupload-2.1.1/i18n/ro.js create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_addgallery_page/static/plupload-2.1.1/i18n/ru.js create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_addgallery_page/static/plupload-2.1.1/i18n/sk.js create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_addgallery_page/static/plupload-2.1.1/i18n/sr.js create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_addgallery_page/static/plupload-2.1.1/i18n/sv.js create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_addgallery_page/static/plupload-2.1.1/i18n/th_TH.js create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_addgallery_page/static/plupload-2.1.1/i18n/tr.js create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_addgallery_page/static/plupload-2.1.1/i18n/uk_UA.js create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_addgallery_page/static/plupload-2.1.1/i18n/zh_CN.js create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_addgallery_page/static/plupload-2.1.1/i18n/zh_TW.js create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_addgallery_page/static/plupload-2.1.1/jquery.plupload.queue/css/jquery.plupload.queue.css create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_addgallery_page/static/plupload-2.1.1/jquery.plupload.queue/img/backgrounds.gif create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_addgallery_page/static/plupload-2.1.1/jquery.plupload.queue/img/buttons-disabled.png create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_addgallery_page/static/plupload-2.1.1/jquery.plupload.queue/img/buttons.png create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_addgallery_page/static/plupload-2.1.1/jquery.plupload.queue/img/delete.gif create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_addgallery_page/static/plupload-2.1.1/jquery.plupload.queue/img/done.gif create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_addgallery_page/static/plupload-2.1.1/jquery.plupload.queue/img/error.gif create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_addgallery_page/static/plupload-2.1.1/jquery.plupload.queue/img/throbber.gif create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_addgallery_page/static/plupload-2.1.1/jquery.plupload.queue/img/transp50.png create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_addgallery_page/static/plupload-2.1.1/jquery.plupload.queue/jquery.plupload.queue.js create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_addgallery_page/static/plupload-2.1.1/jquery.plupload.queue/jquery.plupload.queue.min.js create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_addgallery_page/static/plupload-2.1.1/jquery.ui.plupload/css/jquery.ui.plupload.css create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_addgallery_page/static/plupload-2.1.1/jquery.ui.plupload/img/loading.gif create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_addgallery_page/static/plupload-2.1.1/jquery.ui.plupload/img/plupload.png create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_addgallery_page/static/plupload-2.1.1/jquery.ui.plupload/jquery.ui.plupload.js create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_addgallery_page/static/plupload-2.1.1/jquery.ui.plupload/jquery.ui.plupload.min.js create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_addgallery_page/static/plupload-2.1.1/moxie.js create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_addgallery_page/static/plupload-2.1.1/moxie.min.js create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_addgallery_page/static/plupload-2.1.1/plupload.dev.js create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_addgallery_page/static/plupload-2.1.1/plupload.full.min.js create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_addgallery_page/static/plupload-2.1.1/plupload.min.js create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_addgallery_page/static/styles.css create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_addgallery_page/templates/import_folder.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_addgallery_page/templates/upload_images.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_admin/adapter.fs_access_page.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_admin/adapter.mvc_validation.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_admin/adapter.nextgen_admin_default_pages.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_admin/adapter.nextgen_settings_routes.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_admin/class.form.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_admin/class.form_manager.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_admin/class.nextgen_admin_installer.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_admin/class.nextgen_admin_option_handler.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_admin/class.nextgen_admin_page_controller.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_admin/class.page_manager.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_admin/interface.form.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_admin/interface.form_manager.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_admin/interface.nextgen_admin_page.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_admin/interface.page_manager.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_admin/module.nextgen_admin.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_admin/static/animation.gif create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_admin/static/gritter/css/gritter.css create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_admin/static/gritter/gritter.min.js create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_admin/static/gritter/images/gritter-light.png create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_admin/static/gritter/images/gritter-long.png create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_admin/static/gritter/images/gritter.png create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_admin/static/gritter/images/ie-spacer.gif create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_admin/static/gritter/images/trees.jpg create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_admin/static/information.png create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_admin/static/jquery-ui/images/animated-overlay.gif create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_admin/static/jquery-ui/images/nextgen-logo-small.jpg create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_admin/static/jquery-ui/images/ui-bg_flat_0_222_40x100.png create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_admin/static/jquery-ui/images/ui-bg_flat_0_333_40x100.png create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_admin/static/jquery-ui/images/ui-bg_flat_0_D54E21_40x100.png create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_admin/static/jquery-ui/images/ui-bg_flat_0_aaaaaa_40x100.png create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_admin/static/jquery-ui/images/ui-bg_flat_0_e1e1e1_40x100.png create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_admin/static/jquery-ui/images/ui-bg_flat_0_f5f5f5_40x100.png create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_admin/static/jquery-ui/images/ui-bg_flat_0_fff_40x100.png create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_admin/static/jquery-ui/images/ui-bg_flat_55_222_40x100.png create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_admin/static/jquery-ui/images/ui-bg_flat_55_e1e1e1_40x100.png create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_admin/static/jquery-ui/images/ui-bg_flat_65_0074A2_40x100.png create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_admin/static/jquery-ui/images/ui-bg_flat_65_e1e1e1_40x100.png create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_admin/static/jquery-ui/images/ui-bg_flat_65_ececec_40x100.png create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_admin/static/jquery-ui/images/ui-bg_flat_75_ffffff_40x100.png create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_admin/static/jquery-ui/images/ui-bg_glass_55_ffffe0_1x400.png create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_admin/static/jquery-ui/images/ui-bg_glass_95_ffebe8_1x400.png create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_admin/static/jquery-ui/images/ui-bg_highlight-hard_75_ececec_1x100.png create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_admin/static/jquery-ui/images/ui-bg_highlight-soft_75_ececec_1x100.png create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_admin/static/jquery-ui/images/ui-bg_inset-hard_75_ececec_1x100.png create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_admin/static/jquery-ui/images/ui-icons-photocrati.png create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_admin/static/jquery-ui/images/ui-icons_21759b_256x240.png create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_admin/static/jquery-ui/images/ui-icons_222_256x240.png create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_admin/static/jquery-ui/images/ui-icons_2EA2CC_256x240.png create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_admin/static/jquery-ui/images/ui-icons_333333_256x240.png create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_admin/static/jquery-ui/images/ui-icons_999999_256x240.png create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_admin/static/jquery-ui/images/ui-icons_cc0000_256x240.png create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_admin/static/jquery-ui/images/ui-icons_cccccc_256x240.png create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_admin/static/jquery-ui/images/ui-icons_eee_256x240.png create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_admin/static/jquery-ui/images/ui-icons_fff_256x240.png create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_admin/static/jquery-ui/jquery-ui-1.10.4.custom.css create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_admin/static/jquery-ui/jquery-ui-1.9.1.custom.css create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_admin/static/jquery.nextgen_radio_toggle.js create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_admin/static/jquery.placeholder.min.js create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_admin/static/nextgen_admin_page.css create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_admin/static/nextgen_admin_page.js create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_admin/static/ngg_progressbar.css create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_admin/static/ngg_progressbar.js create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_admin/static/select2/select2-spinner.gif create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_admin/static/select2/select2.css create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_admin/static/select2/select2.modded.js create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_admin/static/select2/select2.png create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_admin/static/select2/select2x2.png create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_admin/templates/accordion_tab.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_admin/templates/entity_errors.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_admin/templates/entity_saved.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_admin/templates/field_generator/nextgen_settings_field_color.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_admin/templates/field_generator/nextgen_settings_field_number.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_admin/templates/field_generator/nextgen_settings_field_radio.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_admin/templates/field_generator/nextgen_settings_field_select.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_admin/templates/field_generator/nextgen_settings_field_text.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_admin/templates/field_generator/nextgen_settings_field_textarea.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_admin/templates/field_generator/nextgen_settings_field_width_and_unit.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_admin/templates/field_generator/thumbnail_settings.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_admin/templates/form.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_admin/templates/nextgen_admin_page.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_admin/templates/not_authorized.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_album/adapter.nextgen_basic_album.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_album/adapter.nextgen_basic_album_controller.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_album/adapter.nextgen_basic_album_forms.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_album/adapter.nextgen_basic_album_mapper.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_album/adapter.nextgen_basic_album_routes.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_album/adapter.nextgen_basic_album_urls.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_album/adapter.nextgen_basic_compact_album_form.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_album/adapter.nextgen_basic_extended_album_form.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_album/class.nextgen_basic_album_installer.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_album/mixin.nextgen_basic_album_form.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_album/module.nextgen_basic_album.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_album/static/albumset.gif create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_album/static/compact_preview.jpg create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_album/static/compact_settings.js create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_album/static/extended_preview.jpg create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_album/static/extended_settings.js create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_album/static/init.js create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_album/static/jquery.dotdotdot-1.5.7-packed.js create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_album/static/nextgen_basic_album.css create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_album/templates/compact.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_album/templates/extended.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_album/templates/nextgen_basic_album_galleries_per_page.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_album/templates/nextgen_basic_album_gallery_display_type.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_gallery_forms.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_gallery_mapper.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_gallery_routes.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_gallery_urls.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_gallery_validation.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_controller.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_thumbnail_form.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_thumbnails_controller.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_gallery/class.nextgen_basic_gallery_installer.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_gallery/hook.nextgen_basic_gallery_integration.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_gallery/mixin.nextgen_basic_gallery_controller.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_gallery/module.nextgen_basic_gallery.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_gallery/static/slideshow/imagerotator.swf create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_gallery/static/slideshow/jquery.cycle.all.js create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_gallery/static/slideshow/jquery.cycle.all.min.js create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_gallery/static/slideshow/jquery.waitforimages.js create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_gallery/static/slideshow/nextgen_basic_slideshow.css create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_gallery/static/slideshow/nextgen_basic_slideshow.js create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_gallery/static/slideshow/nextgen_basic_slideshow_settings.js create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_gallery/static/slideshow/placeholder.gif create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_gallery/static/slideshow_preview.jpg create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_gallery/static/thumb_preview.jpg create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_gallery/static/thumbnails/ajax_pagination.js create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_gallery/static/thumbnails/nextgen_basic_thumbnails.css create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_gallery/static/thumbnails/nextgen_basic_thumbnails.js create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_gallery/static/thumbnails/nextgen_basic_thumbnails_settings.css create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_gallery/static/thumbnails/nextgen_basic_thumbnails_settings.js create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_gallery/static/thumbnails/piclens/lite/NoFlash.jpg create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_gallery/static/thumbnails/piclens/lite/PicLensButton.png create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_gallery/static/thumbnails/piclens/lite/PicLensLite.swf create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_gallery/static/thumbnails/piclens/lite/piclens.js create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_gallery/static/thumbnails/piclens/lite/piclens_optimized.js create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_gallery/static/thumbnails/piclens/lytebox/images/blank.gif create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_gallery/static/thumbnails/piclens/lytebox/images/close_blue.png create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_gallery/static/thumbnails/piclens/lytebox/images/close_gold.png create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_gallery/static/thumbnails/piclens/lytebox/images/close_green.png create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_gallery/static/thumbnails/piclens/lytebox/images/close_grey.png create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_gallery/static/thumbnails/piclens/lytebox/images/close_red.png create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_gallery/static/thumbnails/piclens/lytebox/images/loading.gif create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_gallery/static/thumbnails/piclens/lytebox/images/next_blue.gif create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_gallery/static/thumbnails/piclens/lytebox/images/next_gold.gif create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_gallery/static/thumbnails/piclens/lytebox/images/next_green.gif create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_gallery/static/thumbnails/piclens/lytebox/images/next_grey.gif create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_gallery/static/thumbnails/piclens/lytebox/images/next_red.gif create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_gallery/static/thumbnails/piclens/lytebox/images/pause_blue.png create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_gallery/static/thumbnails/piclens/lytebox/images/pause_gold.png create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_gallery/static/thumbnails/piclens/lytebox/images/pause_green.png create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_gallery/static/thumbnails/piclens/lytebox/images/pause_grey.png create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_gallery/static/thumbnails/piclens/lytebox/images/pause_red.png create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_gallery/static/thumbnails/piclens/lytebox/images/play_blue.png create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_gallery/static/thumbnails/piclens/lytebox/images/play_gold.png create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_gallery/static/thumbnails/piclens/lytebox/images/play_green.png create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_gallery/static/thumbnails/piclens/lytebox/images/play_grey.png create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_gallery/static/thumbnails/piclens/lytebox/images/play_red.png create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_gallery/static/thumbnails/piclens/lytebox/images/prev_blue.gif create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_gallery/static/thumbnails/piclens/lytebox/images/prev_gold.gif create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_gallery/static/thumbnails/piclens/lytebox/images/prev_green.gif create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_gallery/static/thumbnails/piclens/lytebox/images/prev_grey.gif create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_gallery/static/thumbnails/piclens/lytebox/images/prev_red.gif create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_gallery/static/thumbnails/piclens/lytebox/lytebox.css create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_gallery/static/thumbnails/piclens/lytebox/lytebox.js create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_gallery/templates/slideshow/index.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_gallery/templates/slideshow/nextgen_basic_slideshow_settings_gallery_dimensions.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_gallery/templates/thumbnails/index.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_imagebrowser/adapter.nextgen_basic_imagebrowser.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_imagebrowser/adapter.nextgen_basic_imagebrowser_controller.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_imagebrowser/adapter.nextgen_basic_imagebrowser_form.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_imagebrowser/adapter.nextgen_basic_imagebrowser_forms.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_imagebrowser/adapter.nextgen_basic_imagebrowser_mapper.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_imagebrowser/adapter.nextgen_basic_imagebrowser_routes.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_imagebrowser/adapter.nextgen_basic_imagebrowser_urls.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_imagebrowser/class.nextgen_basic_imagebrowser_installer.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_imagebrowser/hook.nextgen_basic_imagebrowser_alt_urls.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_imagebrowser/module.nextgen_basic_imagebrowser.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_imagebrowser/static/preview.jpg create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_imagebrowser/static/style.css create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_imagebrowser/templates/nextgen_basic_imagebrowser.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_singlepic/adapter.nextgen_basic_singlepic.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_singlepic/adapter.nextgen_basic_singlepic_controller.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_singlepic/adapter.nextgen_basic_singlepic_form.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_singlepic/adapter.nextgen_basic_singlepic_forms.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_singlepic/adapter.nextgen_basic_singlepic_mapper.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_singlepic/class.nextgen_basic_singlepic_installer.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_singlepic/module.nextgen_basic_singlepic.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_singlepic/static/nextgen_basic_singlepic.css create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_singlepic/static/preview.gif create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_singlepic/templates/nextgen_basic_singlepic.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_singlepic/templates/nextgen_basic_singlepic_settings_dimensions.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_singlepic/templates/nextgen_basic_singlepic_settings_link.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_singlepic/templates/nextgen_basic_singlepic_settings_quality.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_singlepic/templates/nextgen_basic_singlepic_settings_radio.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_singlepic/templates/nextgen_basic_singlepic_settings_select.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_tagcloud/adapter.nextgen_basic_tagcloud.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_tagcloud/adapter.nextgen_basic_tagcloud_controller.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_tagcloud/adapter.nextgen_basic_tagcloud_form.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_tagcloud/adapter.nextgen_basic_tagcloud_forms.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_tagcloud/adapter.nextgen_basic_tagcloud_mapper.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_tagcloud/adapter.nextgen_basic_tagcloud_routes.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_tagcloud/adapter.nextgen_basic_tagcloud_urls.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_tagcloud/class.nextgen_basic_tagcloud_installer.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_tagcloud/class.taxonomy_controller.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_tagcloud/interface.taxonomy_controller.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_tagcloud/module.nextgen_basic_tagcloud.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_tagcloud/static/nextgen_basic_tagcloud.css create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_tagcloud/static/preview.gif create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_tagcloud/templates/nextgen_basic_tagcloud.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_templates/adapter.nextgen_basic_template_form.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_templates/class.legacy_template_locator.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_templates/interface.legacy_template_locator.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_templates/mixin.nextgen_basic_templates.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_templates/module.nextgen_basic_templates.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_templates/static/ngg_template_settings.css create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_templates/static/ngg_template_settings.js create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_templates/templates/nextgen_basic_templates_settings_template.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_data/adapter.attachment_datamapper.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_data/adapter.customtable_sorting_datamapper.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_data/adapter.nextgen_data_factory.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_data/class.album.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_data/class.album_mapper.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_data/class.gallery.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_data/class.gallery_mapper.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_data/class.gallery_storage.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_data/class.gallerystorage_base.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_data/class.gallerystorage_driver_base.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_data/class.image.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_data/class.image_mapper.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_data/class.image_wrapper.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_data/class.image_wrapper_collection.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_data/class.nextgen_data_installer.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_data/class.ngglegacy_gallerystorage_driver.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_data/class.ngglegacy_thumbnail.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_data/class.wordpress_gallerystorage_driver.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_data/interface.album.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_data/interface.album_mapper.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_data/interface.component_config.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_data/interface.gallery.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_data/interface.gallery_mapper.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_data/interface.gallery_storage.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_data/interface.gallery_type.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_data/interface.gallerystorage_driver.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_data/interface.image.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_data/interface.image_mapper.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_data/mixin.nextgen_table_extras.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_data/module.nextgen_data.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_gallery_display/README.txt create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_gallery_display/adapter.display_settings_controller.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_gallery_display/adapter.display_settings_page.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_gallery_display/adapter.displayed_gallery_trigger_element.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_gallery_display/adapter.displayed_gallery_trigger_resources.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_gallery_display/adapter.gallery_display_ajax.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_gallery_display/adapter.gallery_display_factory.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_gallery_display/adapter.gallery_display_view.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_gallery_display/class.display_type.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_gallery_display/class.display_type_controller.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_gallery_display/class.display_type_mapper.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_gallery_display/class.displayed_gallery.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_gallery_display/class.displayed_gallery_mapper.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_gallery_display/class.displayed_gallery_renderer.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_gallery_display/class.displayed_gallery_source.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_gallery_display/class.displayed_gallery_source_mapper.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_gallery_display/class.displayed_gallery_trigger.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_gallery_display/class.displayed_gallery_trigger_manager.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_gallery_display/class.gallery_display_installer.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_gallery_display/hook.propagate_thumbnail_dimensions_to_settings.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_gallery_display/interface.display_settings_controller.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_gallery_display/interface.display_type.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_gallery_display/interface.display_type_controller.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_gallery_display/interface.display_type_form.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_gallery_display/interface.display_type_mapper.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_gallery_display/interface.displayed_gallery.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_gallery_display/interface.displayed_gallery_mapper.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_gallery_display/interface.displayed_gallery_renderer.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_gallery_display/interface.displayed_gallery_source.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_gallery_display/interface.displayed_gallery_source_mapper.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_gallery_display/mixin.display_type_form.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_gallery_display/module.nextgen_gallery_display.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_gallery_display/static/common.js create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_gallery_display/static/fontawesome/font-awesome.css create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_gallery_display/static/fonts/FontAwesome.otf create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_gallery_display/static/fonts/fontawesome-webfont.eot create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_gallery_display/static/fonts/fontawesome-webfont.svg create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_gallery_display/static/fonts/fontawesome-webfont.ttf create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_gallery_display/static/fonts/fontawesome-webfont.woff create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_gallery_display/static/nextgen_gallery_display_settings.css create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_gallery_display/static/nextgen_gallery_display_settings.js create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_gallery_display/static/nextgen_gallery_related_images.css create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_gallery_display/static/trigger_buttons.css create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_gallery_display/templates/alt_view_link_text.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_gallery_display/templates/alternative_view.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_gallery_display/templates/container/after.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_gallery_display/templates/container/before.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_gallery_display/templates/image/after.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_gallery_display/templates/image/before.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_gallery_display/templates/index.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_gallery_display/templates/list/after.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_gallery_display/templates/list/before.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_gallery_display/templates/no_images_found.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_gallery_display/templates/related.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_gallery_display/templates/return_link_text.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_gallery_display/templates/show_altview_link.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_gallery_display/templates/show_return_link.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_other_options/adapter.lightbox_manager_form.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_other_options/adapter.miscellaneous_form.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_other_options/adapter.other_options_controller.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_other_options/adapter.other_options_forms.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_other_options/adapter.other_options_page.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_other_options/adapter.reset_form.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_other_options/adapter.roles_form.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_other_options/adapter.styles_form.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_other_options/adapter.stylesheet_ajax_actions.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_other_options/adapter.thumbnail_options_form.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_other_options/adapter.watermarking_ajax_actions.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_other_options/adapter.watermarks_form.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_other_options/class.settings_model.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_other_options/module.nextgen_other_options.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_other_options/static/nextgen_settings_page.css create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_other_options/static/nextgen_settings_page.js create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_other_options/templates/image_options_tab.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_other_options/templates/lightbox_library_tab.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_other_options/templates/misc_tab.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_other_options/templates/reset_tab.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_other_options/templates/styling_tab.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_other_options/templates/thumbnail_options_tab.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_other_options/templates/watermark_image_fields.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_other_options/templates/watermark_text_fields.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_other_options/templates/watermarks_tab.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_pagination/mixin.nextgen_basic_pagination.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_pagination/module.nextgen_pagination.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_pagination/static/style.css create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_pro_upgrade/adapter.nextgen_pro_plus_upgrade_page.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_pro_upgrade/adapter.nextgen_pro_upgrade_controller.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_pro_upgrade/module.nextgen_pro_upgrade.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_pro_upgrade/static/button.png create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_pro_upgrade/static/proupgrade.gif create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_pro_upgrade/static/style.css create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_pro_upgrade/templates/plus.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_pro_upgrade/templates/pro.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_settings/class.nextgen_settings_installer.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_settings/module.nextgen_settings.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_xmlrpc/module.nextgen_xmlrpc.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/admin/admin.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/admin/ajax.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/admin/album.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/admin/css/images/dropdown.png create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/admin/css/images/ui-anim_basic_16x16.gif create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/admin/css/images/ui-icons_222222_256x240.png create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/admin/css/images/ui-icons_cccccc_256x240.png create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/admin/css/images/ui-icons_ffffff_256x240.png create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/admin/css/jquery.ui.tabs.css create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/admin/css/menu.css create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/admin/css/nggColorPicker.css create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/admin/css/nggSorter.css create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/admin/css/ngg_social_media.css create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/admin/css/nggadmin.css create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/admin/css/tags-admin.css create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/admin/edit-thumbnail.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/admin/functions.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/admin/images/facebook.png create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/admin/images/googleplus.png create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/admin/images/icon-paypal.gif create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/admin/images/icon-rating.png create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/admin/images/icon-translate.png create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/admin/images/marker_bottom.gif create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/admin/images/marker_middle.gif create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/admin/images/marker_top.gif create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/admin/images/menu-bits.gif create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/admin/images/nextgen.png create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/admin/images/nextgen_16_color.png create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/admin/images/nextgen_16_grey.png create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/admin/images/nextgen_32_color.png create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/admin/images/nextgen_32_grey.png create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/admin/images/select.png create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/admin/images/twitter.png create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/admin/index.html create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/admin/install.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/admin/js/Jcrop/css/Jcrop.gif create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/admin/js/Jcrop/css/jquery.Jcrop.css create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/admin/js/Jcrop/js/jquery.Jcrop.js create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/admin/js/colorpicker/css/colorpicker.css create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/admin/js/colorpicker/images/blank.gif create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/admin/js/colorpicker/images/colorpicker_background.png create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/admin/js/colorpicker/images/colorpicker_hex.png create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/admin/js/colorpicker/images/colorpicker_hsb_b.png create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/admin/js/colorpicker/images/colorpicker_hsb_h.png create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/admin/js/colorpicker/images/colorpicker_hsb_s.png create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/admin/js/colorpicker/images/colorpicker_indic.gif create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/admin/js/colorpicker/images/colorpicker_overlay.png create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/admin/js/colorpicker/images/colorpicker_rgb_b.png create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/admin/js/colorpicker/images/colorpicker_rgb_g.png create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/admin/js/colorpicker/images/colorpicker_rgb_r.png create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/admin/js/colorpicker/images/colorpicker_select.gif create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/admin/js/colorpicker/images/colorpicker_submit.png create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/admin/js/colorpicker/images/custom_background.png create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/admin/js/colorpicker/images/custom_hex.png create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/admin/js/colorpicker/images/custom_hsb_b.png create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/admin/js/colorpicker/images/custom_hsb_h.png create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/admin/js/colorpicker/images/custom_hsb_s.png create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/admin/js/colorpicker/images/custom_indic.gif create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/admin/js/colorpicker/images/custom_rgb_b.png create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/admin/js/colorpicker/images/custom_rgb_g.png create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/admin/js/colorpicker/images/custom_rgb_r.png create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/admin/js/colorpicker/images/custom_submit.png create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/admin/js/colorpicker/images/select.png create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/admin/js/colorpicker/images/select2.png create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/admin/js/colorpicker/images/slider.png create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/admin/js/colorpicker/js/colorpicker.js create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/admin/js/jquery.MultiFile.js create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/admin/js/jquery.MultiFile.pack.js create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/admin/js/jquery.ui.autocomplete.js create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/admin/js/jquery.ui.autocomplete.min.js create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/admin/js/jqueryFileTree/images/directory.png create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/admin/js/jqueryFileTree/images/folder_open.png create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/admin/js/jqueryFileTree/images/spinner.gif create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/admin/js/jqueryFileTree/jqueryFileTree.css create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/admin/js/jqueryFileTree/jqueryFileTree.js create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/admin/js/ngg.ajax.js create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/admin/js/ngg.autocomplete.js create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/admin/js/ngg.progressbar.js create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/admin/js/ngg_social_media.js create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/admin/js/plupload.handler.js create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/admin/manage-sort.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/admin/manage.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/admin/overview.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/admin/publish.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/admin/roles.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/admin/rotate.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/admin/settings.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/admin/showmeta.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/admin/style.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/admin/tags.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/admin/templates/facebook_like_button.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/admin/templates/manage_gallery/gallery_author_field.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/admin/templates/manage_gallery/gallery_create_page_field.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/admin/templates/manage_gallery/gallery_desc_field.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/admin/templates/manage_gallery/gallery_link_to_page_field.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/admin/templates/manage_gallery/gallery_path_field.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/admin/templates/manage_gallery/gallery_preview_image_field.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/admin/templates/manage_gallery/gallery_title_field.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/admin/templates/social_media_buttons.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/admin/templates/twitter_follow_link.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/admin/thumbnails-template.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/admin/upgrade.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/admin/upload.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/class.ngglegacy_installer.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/css/nggallery.css create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/fonts/arial.ttf create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/images/ajax-loader.gif create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/images/loader.gif create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/images/mrss-icon.gif create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/images/piclens.gif create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/index.html create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/lib/class.ngg_serializable.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/lib/core.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/lib/gd.thumbnail.inc.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/lib/image.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/lib/imagemagick.inc.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/lib/media-rss.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/lib/meta.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/lib/multisite.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/lib/navigation.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/lib/ngg-db.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/lib/post-thumbnail.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/lib/rewrite.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/lib/shortcodes.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/lib/sitemap.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/lib/swfobject.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/lib/tags.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/module.ngglegacy.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/ngg-config.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/nggallery.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/nggfunctions.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/nggshow.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/static/Black_Minimalism.css create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/static/default.css create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/static/hovereffect.css create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/static/ngg_dkret3.css create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/static/ngg_k2.css create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/static/ngg_shadow.css create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/static/ngg_shadow2.css create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/static/shadow.gif create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/static/shadowAlpha.png create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/view/album-compact.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/view/album-extend.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/view/gallery-caption.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/view/gallery-carousel.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/view/gallery.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser-caption.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser-exif.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/view/singlepic.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/xml/imagerotator.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/xml/json.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/xml/media-rss.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/router/adapter.routing_app_factory.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/router/class.http_response_controller.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/router/class.router.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/router/class.router_installer.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/router/class.routing_app.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/router/interface.http_response.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/router/interface.router.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/router/interface.routing_app.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/router/mixin.url_manipulation.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/router/module.router.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/security/README create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/security/adapter.security_factory.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/security/class.security_actor.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/security/class.security_manager.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/security/class.security_token.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/security/class.wordpress_security_actor.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/security/class.wordpress_security_manager.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/security/class.wordpress_security_token.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/security/interface.security_actor.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/security/interface.security_manager.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/security/interface.security_token.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/security/module.security.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/simplehtmldom/module.simple_html_dom.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/simplehtmldom/simplehtmldom/simple_html_dom.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/third_party_compat/module.third_party_compat.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/validation/mixin.validation.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/validation/module.validation.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/widget/class.widget.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/widget/class.widget_gallery.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/widget/class.widget_mediarss.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/widget/class.widget_slideshow.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/widget/interface.widget.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/widget/module.widget.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/widget/static/widgets.css create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/widget/templates/display_gallery.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/widget/templates/display_mediarss.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/widget/templates/display_slideshow.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/widget/templates/form_gallery.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/widget/templates/form_mediarss.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/widget/templates/form_slideshow.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/wordpress_routing/adapter.wordpress_router.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/wordpress_routing/adapter.wordpress_routing_app.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/wordpress_routing/module.wordpress_routing.php create mode 100644 wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/product.photocrati_nextgen.php create mode 100644 wp-content/plugins/nextgen-gallery/readme.txt create mode 100644 wp-content/plugins/really-simple-captcha/gentium/FONTLOG.txt create mode 100644 wp-content/plugins/really-simple-captcha/gentium/GENTIUM-FAQ.txt create mode 100644 wp-content/plugins/really-simple-captcha/gentium/GenBasB.ttf create mode 100644 wp-content/plugins/really-simple-captcha/gentium/GenBasBI.ttf create mode 100644 wp-content/plugins/really-simple-captcha/gentium/GenBasI.ttf create mode 100644 wp-content/plugins/really-simple-captcha/gentium/GenBasR.ttf create mode 100644 wp-content/plugins/really-simple-captcha/gentium/GenBkBasB.ttf create mode 100644 wp-content/plugins/really-simple-captcha/gentium/GenBkBasBI.ttf create mode 100644 wp-content/plugins/really-simple-captcha/gentium/GenBkBasI.ttf create mode 100644 wp-content/plugins/really-simple-captcha/gentium/GenBkBasR.ttf create mode 100644 wp-content/plugins/really-simple-captcha/gentium/OFL-FAQ.txt create mode 100644 wp-content/plugins/really-simple-captcha/gentium/OFL.txt create mode 100644 wp-content/plugins/really-simple-captcha/license.txt create mode 100644 wp-content/plugins/really-simple-captcha/readme.txt create mode 100644 wp-content/plugins/really-simple-captcha/really-simple-captcha.php create mode 100644 wp-content/plugins/really-simple-captcha/tmp/index.php create mode 100644 wp-content/plugins/user-role-editor/css/images/animated-overlay.gif create mode 100644 wp-content/plugins/user-role-editor/css/images/ui-bg_flat_0_aaaaaa_40x100.png create mode 100644 wp-content/plugins/user-role-editor/css/images/ui-bg_flat_75_ffffff_40x100.png create mode 100644 wp-content/plugins/user-role-editor/css/images/ui-bg_glass_55_fbf9ee_1x400.png create mode 100644 wp-content/plugins/user-role-editor/css/images/ui-bg_glass_65_ffffff_1x400.png create mode 100644 wp-content/plugins/user-role-editor/css/images/ui-bg_glass_75_dadada_1x400.png create mode 100644 wp-content/plugins/user-role-editor/css/images/ui-bg_glass_75_e6e6e6_1x400.png create mode 100644 wp-content/plugins/user-role-editor/css/images/ui-bg_glass_95_fef1ec_1x400.png create mode 100644 wp-content/plugins/user-role-editor/css/images/ui-bg_highlight-soft_75_cccccc_1x100.png create mode 100644 wp-content/plugins/user-role-editor/css/images/ui-icons_222222_256x240.png create mode 100644 wp-content/plugins/user-role-editor/css/images/ui-icons_2e83ff_256x240.png create mode 100644 wp-content/plugins/user-role-editor/css/images/ui-icons_454545_256x240.png create mode 100644 wp-content/plugins/user-role-editor/css/images/ui-icons_888888_256x240.png create mode 100644 wp-content/plugins/user-role-editor/css/images/ui-icons_cd0a0a_256x240.png create mode 100644 wp-content/plugins/user-role-editor/css/index.php create mode 100644 wp-content/plugins/user-role-editor/css/jquery-ui-1.10.4.custom.css create mode 100644 wp-content/plugins/user-role-editor/css/jquery-ui-1.10.4.custom.min.css create mode 100644 wp-content/plugins/user-role-editor/css/ure-admin.css create mode 100644 wp-content/plugins/user-role-editor/images/admin-menu-editor-pro.jpg create mode 100644 wp-content/plugins/user-role-editor/images/changelog-icon.png create mode 100644 wp-content/plugins/user-role-editor/images/donate-icon.png create mode 100644 wp-content/plugins/user-role-editor/images/faq-icon.png create mode 100644 wp-content/plugins/user-role-editor/images/help.png create mode 100644 wp-content/plugins/user-role-editor/images/index.php create mode 100644 wp-content/plugins/user-role-editor/images/mwp250_2.png create mode 100644 wp-content/plugins/user-role-editor/images/user-role-editor-icon.png create mode 100644 wp-content/plugins/user-role-editor/images/user-role-editor-page-icon.png create mode 100644 wp-content/plugins/user-role-editor/images/user-role-editor-pro-728x90.jpg create mode 100644 wp-content/plugins/user-role-editor/images/vladimir.png create mode 100644 wp-content/plugins/user-role-editor/includes/class-advertisement.php create mode 100644 wp-content/plugins/user-role-editor/includes/class-ajax-processor.php create mode 100644 wp-content/plugins/user-role-editor/includes/class-garvs-wp-lib.php create mode 100644 wp-content/plugins/user-role-editor/includes/class-ure-lib.php create mode 100644 wp-content/plugins/user-role-editor/includes/class-ure-screen-help.php create mode 100644 wp-content/plugins/user-role-editor/includes/class-user-role-editor.php create mode 100644 wp-content/plugins/user-role-editor/includes/define-constants.php create mode 100644 wp-content/plugins/user-role-editor/includes/index.php create mode 100644 wp-content/plugins/user-role-editor/includes/misc-support-stuff.php create mode 100644 wp-content/plugins/user-role-editor/includes/settings-template.php create mode 100644 wp-content/plugins/user-role-editor/includes/ure-role-edit.php create mode 100644 wp-content/plugins/user-role-editor/includes/ure-user-edit.php create mode 100644 wp-content/plugins/user-role-editor/index.php create mode 100644 wp-content/plugins/user-role-editor/js/index.php create mode 100644 wp-content/plugins/user-role-editor/js/ure-js.js create mode 100644 wp-content/plugins/user-role-editor/js/ure-users.js create mode 100644 wp-content/plugins/user-role-editor/lang/index.php create mode 100644 wp-content/plugins/user-role-editor/lang/ure-ca.mo create mode 100644 wp-content/plugins/user-role-editor/lang/ure-ca.po create mode 100644 wp-content/plugins/user-role-editor/lang/ure-es_ES.mo create mode 100644 wp-content/plugins/user-role-editor/lang/ure-es_ES.po create mode 100644 wp-content/plugins/user-role-editor/lang/ure-fa_IR.mo create mode 100644 wp-content/plugins/user-role-editor/lang/ure-fa_IR.po create mode 100644 wp-content/plugins/user-role-editor/lang/ure-he_IL.mo create mode 100644 wp-content/plugins/user-role-editor/lang/ure-he_IL.po create mode 100644 wp-content/plugins/user-role-editor/lang/ure-hu_HU.mo create mode 100644 wp-content/plugins/user-role-editor/lang/ure-hu_HU.po create mode 100644 wp-content/plugins/user-role-editor/lang/ure-id_ID.mo create mode 100644 wp-content/plugins/user-role-editor/lang/ure-id_ID.po create mode 100644 wp-content/plugins/user-role-editor/lang/ure-nl.mo create mode 100644 wp-content/plugins/user-role-editor/lang/ure-nl.po create mode 100644 wp-content/plugins/user-role-editor/lang/ure-ru_RU.mo create mode 100644 wp-content/plugins/user-role-editor/lang/ure-ru_RU.po create mode 100644 wp-content/plugins/user-role-editor/lang/ure-tr_TR.mo create mode 100644 wp-content/plugins/user-role-editor/lang/ure-tr_TR.po create mode 100644 wp-content/plugins/user-role-editor/lang/ure.mo create mode 100644 wp-content/plugins/user-role-editor/lang/ure.pot create mode 100644 wp-content/plugins/user-role-editor/license.txt create mode 100644 wp-content/plugins/user-role-editor/readme.txt create mode 100644 wp-content/plugins/user-role-editor/screenshot-1.png create mode 100644 wp-content/plugins/user-role-editor/screenshot-2.png create mode 100644 wp-content/plugins/user-role-editor/screenshot-3.png create mode 100644 wp-content/plugins/user-role-editor/screenshot-4.png create mode 100644 wp-content/plugins/user-role-editor/screenshot-5.png create mode 100644 wp-content/plugins/user-role-editor/uninstall.php create mode 100644 wp-content/plugins/user-role-editor/user-role-editor.php create mode 100644 wp-content/plugins/wordfence/css/colorbox.css create mode 100644 wp-content/plugins/wordfence/css/diff.css create mode 100644 wp-content/plugins/wordfence/css/dt_table.css create mode 100644 wp-content/plugins/wordfence/css/fullLog.css create mode 100644 wp-content/plugins/wordfence/css/iptraf.css create mode 100644 wp-content/plugins/wordfence/css/main.css create mode 100644 wp-content/plugins/wordfence/css/phpinfo.css create mode 100644 wp-content/plugins/wordfence/images/back_disabled.jpg create mode 100644 wp-content/plugins/wordfence/images/back_enabled.jpg create mode 100644 wp-content/plugins/wordfence/images/button-grad-grey.png create mode 100644 wp-content/plugins/wordfence/images/forward_disabled.jpg create mode 100644 wp-content/plugins/wordfence/images/forward_enabled.jpg create mode 100644 wp-content/plugins/wordfence/images/icons/ajax24.gif create mode 100644 wp-content/plugins/wordfence/images/icons/ajax3.gif create mode 100644 wp-content/plugins/wordfence/images/icons/ajaxRed16.gif create mode 100644 wp-content/plugins/wordfence/images/icons/ajaxScan.gif create mode 100644 wp-content/plugins/wordfence/images/icons/ajaxWhite32x32.gif create mode 100644 wp-content/plugins/wordfence/images/icons/arrow_refresh.png create mode 100644 wp-content/plugins/wordfence/images/icons/bullet_yellow.png create mode 100644 wp-content/plugins/wordfence/images/icons/email_go.png create mode 100644 wp-content/plugins/wordfence/images/icons/error128.png create mode 100644 wp-content/plugins/wordfence/images/icons/magnifier.png create mode 100644 wp-content/plugins/wordfence/images/icons/tick128.png create mode 100644 wp-content/plugins/wordfence/images/icons/warning128.png create mode 100644 wp-content/plugins/wordfence/images/lightbox-controls.png create mode 100644 wp-content/plugins/wordfence/images/loading.gif create mode 100644 wp-content/plugins/wordfence/images/loading_background.png create mode 100644 wp-content/plugins/wordfence/images/sort_asc.gif create mode 100644 wp-content/plugins/wordfence/images/sort_asc_disabled.gif create mode 100644 wp-content/plugins/wordfence/images/sort_both.gif create mode 100644 wp-content/plugins/wordfence/images/sort_desc.gif create mode 100644 wp-content/plugins/wordfence/images/sort_desc_disabled.gif create mode 100644 wp-content/plugins/wordfence/images/wordfence-logo-16x16.png create mode 100644 wp-content/plugins/wordfence/images/wordfence-logo-32x32.png create mode 100644 wp-content/plugins/wordfence/images/wordfence-logo-64x64.png create mode 100644 wp-content/plugins/wordfence/images/wordfenceFalcon.png create mode 100644 wp-content/plugins/wordfence/images/wordfenceFalconEngineSmall.png create mode 100644 wp-content/plugins/wordfence/images/wordfenceFalconSmall.png create mode 100644 wp-content/plugins/wordfence/index.php create mode 100644 wp-content/plugins/wordfence/js/admin.js create mode 100644 wp-content/plugins/wordfence/js/jquery.colorbox-min.js create mode 100644 wp-content/plugins/wordfence/js/jquery.dataTables.min.js create mode 100644 wp-content/plugins/wordfence/js/jquery.tmpl.min.js create mode 100644 wp-content/plugins/wordfence/js/jquery.tools.min.js create mode 100644 wp-content/plugins/wordfence/js/perf.js create mode 100644 wp-content/plugins/wordfence/js/tourTip.js create mode 100644 wp-content/plugins/wordfence/lib/.htaccess create mode 100644 wp-content/plugins/wordfence/lib/Diff.php create mode 100644 wp-content/plugins/wordfence/lib/Diff/Renderer/Abstract.php create mode 100644 wp-content/plugins/wordfence/lib/Diff/Renderer/Html/Array.php create mode 100644 wp-content/plugins/wordfence/lib/Diff/Renderer/Html/SideBySide.php create mode 100644 wp-content/plugins/wordfence/lib/Diff/SequenceMatcher.php create mode 100644 wp-content/plugins/wordfence/lib/GeoIP.dat create mode 100644 wp-content/plugins/wordfence/lib/IPTraf.php create mode 100644 wp-content/plugins/wordfence/lib/conntest.php create mode 100644 wp-content/plugins/wordfence/lib/dashboard.php create mode 100644 wp-content/plugins/wordfence/lib/diffResult.php create mode 100644 wp-content/plugins/wordfence/lib/email_genericAlert.php create mode 100644 wp-content/plugins/wordfence/lib/email_newIssues.php create mode 100644 wp-content/plugins/wordfence/lib/email_unlockRequest.php create mode 100644 wp-content/plugins/wordfence/lib/menuHeader.php create mode 100644 wp-content/plugins/wordfence/lib/menu_activity.php create mode 100644 wp-content/plugins/wordfence/lib/menu_blockedIPs.php create mode 100644 wp-content/plugins/wordfence/lib/menu_countryBlocking.php create mode 100644 wp-content/plugins/wordfence/lib/menu_options.php create mode 100644 wp-content/plugins/wordfence/lib/menu_rangeBlocking.php create mode 100644 wp-content/plugins/wordfence/lib/menu_scan.php create mode 100644 wp-content/plugins/wordfence/lib/menu_scanSchedule.php create mode 100644 wp-content/plugins/wordfence/lib/menu_sitePerf.php create mode 100644 wp-content/plugins/wordfence/lib/menu_sitePerfStats.php create mode 100644 wp-content/plugins/wordfence/lib/menu_twoFactor.php create mode 100644 wp-content/plugins/wordfence/lib/menu_whois.php create mode 100644 wp-content/plugins/wordfence/lib/pageTitle.php create mode 100644 wp-content/plugins/wordfence/lib/schedWeekEntry.php create mode 100644 wp-content/plugins/wordfence/lib/sysinfo.php create mode 100644 wp-content/plugins/wordfence/lib/unknownFiles.php create mode 100644 wp-content/plugins/wordfence/lib/viewFullActivityLog.php create mode 100644 wp-content/plugins/wordfence/lib/wf503.php create mode 100644 wp-content/plugins/wordfence/lib/wfAPI.php create mode 100644 wp-content/plugins/wordfence/lib/wfAction.php create mode 100644 wp-content/plugins/wordfence/lib/wfArray.php create mode 100644 wp-content/plugins/wordfence/lib/wfBrowscap.php create mode 100644 wp-content/plugins/wordfence/lib/wfBrowscapCache.php create mode 100644 wp-content/plugins/wordfence/lib/wfBulkCountries.php create mode 100644 wp-content/plugins/wordfence/lib/wfCache.php create mode 100644 wp-content/plugins/wordfence/lib/wfConfig.php create mode 100644 wp-content/plugins/wordfence/lib/wfCountryMap.php create mode 100644 wp-content/plugins/wordfence/lib/wfCrawl.php create mode 100644 wp-content/plugins/wordfence/lib/wfDB.php create mode 100644 wp-content/plugins/wordfence/lib/wfDict.php create mode 100644 wp-content/plugins/wordfence/lib/wfGeoIP.php create mode 100644 wp-content/plugins/wordfence/lib/wfIssues.php create mode 100644 wp-content/plugins/wordfence/lib/wfLockedOut.php create mode 100644 wp-content/plugins/wordfence/lib/wfLog.php create mode 100644 wp-content/plugins/wordfence/lib/wfRate.php create mode 100644 wp-content/plugins/wordfence/lib/wfScan.php create mode 100644 wp-content/plugins/wordfence/lib/wfScanEngine.php create mode 100644 wp-content/plugins/wordfence/lib/wfSchema.php create mode 100644 wp-content/plugins/wordfence/lib/wfUnlockMsg.php create mode 100644 wp-content/plugins/wordfence/lib/wfUtils.php create mode 100644 wp-content/plugins/wordfence/lib/wfViewResult.php create mode 100644 wp-content/plugins/wordfence/lib/whois/.htaccess create mode 100644 wp-content/plugins/wordfence/lib/whois/LICENSE create mode 100644 wp-content/plugins/wordfence/lib/whois/handler.template.php create mode 100644 wp-content/plugins/wordfence/lib/whois/npdata.ser create mode 100644 wp-content/plugins/wordfence/lib/whois/whois.ae.php create mode 100644 wp-content/plugins/wordfence/lib/whois/whois.aero.php create mode 100644 wp-content/plugins/wordfence/lib/whois/whois.ag.php create mode 100644 wp-content/plugins/wordfence/lib/whois/whois.asia.php create mode 100644 wp-content/plugins/wordfence/lib/whois/whois.at.php create mode 100644 wp-content/plugins/wordfence/lib/whois/whois.au.php create mode 100644 wp-content/plugins/wordfence/lib/whois/whois.be.php create mode 100644 wp-content/plugins/wordfence/lib/whois/whois.biz.php create mode 100644 wp-content/plugins/wordfence/lib/whois/whois.br.php create mode 100644 wp-content/plugins/wordfence/lib/whois/whois.ca.php create mode 100644 wp-content/plugins/wordfence/lib/whois/whois.cat.php create mode 100644 wp-content/plugins/wordfence/lib/whois/whois.ch.php create mode 100644 wp-content/plugins/wordfence/lib/whois/whois.cl.php create mode 100644 wp-content/plugins/wordfence/lib/whois/whois.client.php create mode 100644 wp-content/plugins/wordfence/lib/whois/whois.cn.php create mode 100644 wp-content/plugins/wordfence/lib/whois/whois.co.php create mode 100644 wp-content/plugins/wordfence/lib/whois/whois.co.za.php create mode 100644 wp-content/plugins/wordfence/lib/whois/whois.coop.php create mode 100644 wp-content/plugins/wordfence/lib/whois/whois.cz.php create mode 100644 wp-content/plugins/wordfence/lib/whois/whois.de.php create mode 100644 wp-content/plugins/wordfence/lib/whois/whois.edu.php create mode 100644 wp-content/plugins/wordfence/lib/whois/whois.eu.php create mode 100644 wp-content/plugins/wordfence/lib/whois/whois.fi.php create mode 100644 wp-content/plugins/wordfence/lib/whois/whois.fj.php create mode 100644 wp-content/plugins/wordfence/lib/whois/whois.fm.php create mode 100644 wp-content/plugins/wordfence/lib/whois/whois.fr.php create mode 100644 wp-content/plugins/wordfence/lib/whois/whois.gtld.afternic.php create mode 100644 wp-content/plugins/wordfence/lib/whois/whois.gtld.alldomains.php create mode 100644 wp-content/plugins/wordfence/lib/whois/whois.gtld.ascio.php create mode 100644 wp-content/plugins/wordfence/lib/whois/whois.gtld.assorted.php create mode 100644 wp-content/plugins/wordfence/lib/whois/whois.gtld.corporatedomains.php create mode 100644 wp-content/plugins/wordfence/lib/whois/whois.gtld.directnic.php create mode 100644 wp-content/plugins/wordfence/lib/whois/whois.gtld.domaindiscover.php create mode 100644 wp-content/plugins/wordfence/lib/whois/whois.gtld.domainpeople.php create mode 100644 wp-content/plugins/wordfence/lib/whois/whois.gtld.dotster.php create mode 100644 wp-content/plugins/wordfence/lib/whois/whois.gtld.dreamhost.php create mode 100644 wp-content/plugins/wordfence/lib/whois/whois.gtld.enom.php create mode 100644 wp-content/plugins/wordfence/lib/whois/whois.gtld.fabulous.php create mode 100644 wp-content/plugins/wordfence/lib/whois/whois.gtld.fastdomain.php create mode 100644 wp-content/plugins/wordfence/lib/whois/whois.gtld.gandi.php create mode 100644 wp-content/plugins/wordfence/lib/whois/whois.gtld.genericb.php create mode 100644 wp-content/plugins/wordfence/lib/whois/whois.gtld.godaddy.php create mode 100644 wp-content/plugins/wordfence/lib/whois/whois.gtld.iana.php create mode 100644 wp-content/plugins/wordfence/lib/whois/whois.gtld.interdomain.php create mode 100644 wp-content/plugins/wordfence/lib/whois/whois.gtld.itsyourdomain.php create mode 100644 wp-content/plugins/wordfence/lib/whois/whois.gtld.joker.php create mode 100644 wp-content/plugins/wordfence/lib/whois/whois.gtld.markmonitor.php create mode 100644 wp-content/plugins/wordfence/lib/whois/whois.gtld.melbourneit.php create mode 100644 wp-content/plugins/wordfence/lib/whois/whois.gtld.moniker.php create mode 100644 wp-content/plugins/wordfence/lib/whois/whois.gtld.namejuice.php create mode 100644 wp-content/plugins/wordfence/lib/whois/whois.gtld.nameking.php create mode 100644 wp-content/plugins/wordfence/lib/whois/whois.gtld.names4ever.php create mode 100644 wp-content/plugins/wordfence/lib/whois/whois.gtld.namevault.php create mode 100644 wp-content/plugins/wordfence/lib/whois/whois.gtld.networksolutions.php create mode 100644 wp-content/plugins/wordfence/lib/whois/whois.gtld.nicco.php create mode 100644 wp-content/plugins/wordfence/lib/whois/whois.gtld.nicline.php create mode 100644 wp-content/plugins/wordfence/lib/whois/whois.gtld.onlinenic.php create mode 100644 wp-content/plugins/wordfence/lib/whois/whois.gtld.opensrs.php create mode 100644 wp-content/plugins/wordfence/lib/whois/whois.gtld.ovh.php create mode 100644 wp-content/plugins/wordfence/lib/whois/whois.gtld.php create mode 100644 wp-content/plugins/wordfence/lib/whois/whois.gtld.psiusa.php create mode 100644 wp-content/plugins/wordfence/lib/whois/whois.gtld.publicdomainregistry.php create mode 100644 wp-content/plugins/wordfence/lib/whois/whois.gtld.register.php create mode 100644 wp-content/plugins/wordfence/lib/whois/whois.gtld.rrpproxy.php create mode 100644 wp-content/plugins/wordfence/lib/whois/whois.gtld.schlund.php create mode 100644 wp-content/plugins/wordfence/lib/whois/whois.gtld.srsplus.php create mode 100644 wp-content/plugins/wordfence/lib/whois/whois.gtld.tmagnic.php create mode 100644 wp-content/plugins/wordfence/lib/whois/whois.gtld.tvcorp.php create mode 100644 wp-content/plugins/wordfence/lib/whois/whois.gtld.wildwestdomains.php create mode 100644 wp-content/plugins/wordfence/lib/whois/whois.hu.php create mode 100644 wp-content/plugins/wordfence/lib/whois/whois.icon.png create mode 100644 wp-content/plugins/wordfence/lib/whois/whois.idna.php create mode 100644 wp-content/plugins/wordfence/lib/whois/whois.ie.php create mode 100644 wp-content/plugins/wordfence/lib/whois/whois.in.php create mode 100644 wp-content/plugins/wordfence/lib/whois/whois.info.php create mode 100644 wp-content/plugins/wordfence/lib/whois/whois.int.php create mode 100644 wp-content/plugins/wordfence/lib/whois/whois.ip.afrinic.php create mode 100644 wp-content/plugins/wordfence/lib/whois/whois.ip.apnic.php create mode 100644 wp-content/plugins/wordfence/lib/whois/whois.ip.arin.php create mode 100644 wp-content/plugins/wordfence/lib/whois/whois.ip.krnic.php create mode 100644 wp-content/plugins/wordfence/lib/whois/whois.ip.lacnic.php create mode 100644 wp-content/plugins/wordfence/lib/whois/whois.ip.lib.php create mode 100644 wp-content/plugins/wordfence/lib/whois/whois.ip.php create mode 100644 wp-content/plugins/wordfence/lib/whois/whois.ip.ripe.php create mode 100644 wp-content/plugins/wordfence/lib/whois/whois.ir.php create mode 100644 wp-content/plugins/wordfence/lib/whois/whois.is.php create mode 100644 wp-content/plugins/wordfence/lib/whois/whois.it.php create mode 100644 wp-content/plugins/wordfence/lib/whois/whois.jp.php create mode 100644 wp-content/plugins/wordfence/lib/whois/whois.lt.php create mode 100644 wp-content/plugins/wordfence/lib/whois/whois.lu.php create mode 100644 wp-content/plugins/wordfence/lib/whois/whois.ly.php create mode 100644 wp-content/plugins/wordfence/lib/whois/whois.main.php create mode 100644 wp-content/plugins/wordfence/lib/whois/whois.me.php create mode 100644 wp-content/plugins/wordfence/lib/whois/whois.mobi.php create mode 100644 wp-content/plugins/wordfence/lib/whois/whois.museum.php create mode 100644 wp-content/plugins/wordfence/lib/whois/whois.mx.php create mode 100644 wp-content/plugins/wordfence/lib/whois/whois.name.php create mode 100644 wp-content/plugins/wordfence/lib/whois/whois.nl.php create mode 100644 wp-content/plugins/wordfence/lib/whois/whois.nu.php create mode 100644 wp-content/plugins/wordfence/lib/whois/whois.nz.php create mode 100644 wp-content/plugins/wordfence/lib/whois/whois.org.php create mode 100644 wp-content/plugins/wordfence/lib/whois/whois.org.za.php create mode 100644 wp-content/plugins/wordfence/lib/whois/whois.parser.php create mode 100644 wp-content/plugins/wordfence/lib/whois/whois.pl.php create mode 100644 wp-content/plugins/wordfence/lib/whois/whois.pro.php create mode 100644 wp-content/plugins/wordfence/lib/whois/whois.pt.php create mode 100644 wp-content/plugins/wordfence/lib/whois/whois.ro.php create mode 100644 wp-content/plugins/wordfence/lib/whois/whois.ru.php create mode 100644 wp-content/plugins/wordfence/lib/whois/whois.rwhois.php create mode 100644 wp-content/plugins/wordfence/lib/whois/whois.sc.php create mode 100644 wp-content/plugins/wordfence/lib/whois/whois.se.php create mode 100644 wp-content/plugins/wordfence/lib/whois/whois.servers.php create mode 100644 wp-content/plugins/wordfence/lib/whois/whois.si.php create mode 100644 wp-content/plugins/wordfence/lib/whois/whois.su.php create mode 100644 wp-content/plugins/wordfence/lib/whois/whois.tel.php create mode 100644 wp-content/plugins/wordfence/lib/whois/whois.travel.php create mode 100644 wp-content/plugins/wordfence/lib/whois/whois.uk.php create mode 100644 wp-content/plugins/wordfence/lib/whois/whois.us.php create mode 100644 wp-content/plugins/wordfence/lib/whois/whois.utils.php create mode 100644 wp-content/plugins/wordfence/lib/whois/whois.ve.php create mode 100644 wp-content/plugins/wordfence/lib/whois/whois.ws.php create mode 100644 wp-content/plugins/wordfence/lib/whois/whois.zanet.php create mode 100644 wp-content/plugins/wordfence/lib/wordfenceClass.php create mode 100644 wp-content/plugins/wordfence/lib/wordfenceConstants.php create mode 100644 wp-content/plugins/wordfence/lib/wordfenceHash.php create mode 100644 wp-content/plugins/wordfence/lib/wordfenceScanner.php create mode 100644 wp-content/plugins/wordfence/lib/wordfenceURLHoover.php create mode 100644 wp-content/plugins/wordfence/readme.txt create mode 100644 wp-content/plugins/wordfence/tmp/.htaccess create mode 100644 wp-content/plugins/wordfence/wordfence.php create mode 100644 wp-content/plugins/wordpress-seo/.csscomb.json create mode 100644 wp-content/plugins/wordpress-seo/CONTRIBUTING.md create mode 100644 wp-content/plugins/wordpress-seo/README.md create mode 100644 wp-content/plugins/wordpress-seo/admin/TextStatistics.php create mode 100644 wp-content/plugins/wordpress-seo/admin/ajax.php create mode 100644 wp-content/plugins/wordpress-seo/admin/class-admin.php create mode 100644 wp-content/plugins/wordpress-seo/admin/class-bulk-description-editor-list-table.php create mode 100644 wp-content/plugins/wordpress-seo/admin/class-bulk-editor-list-table.php create mode 100644 wp-content/plugins/wordpress-seo/admin/class-bulk-title-editor-list-table.php create mode 100644 wp-content/plugins/wordpress-seo/admin/class-config.php create mode 100644 wp-content/plugins/wordpress-seo/admin/class-metabox.php create mode 100644 wp-content/plugins/wordpress-seo/admin/class-opengraph-admin.php create mode 100644 wp-content/plugins/wordpress-seo/admin/class-pointers.php create mode 100644 wp-content/plugins/wordpress-seo/admin/class-sitemaps-admin.php create mode 100644 wp-content/plugins/wordpress-seo/admin/class-taxonomy.php create mode 100644 wp-content/plugins/wordpress-seo/admin/class-tracking.php create mode 100644 wp-content/plugins/wordpress-seo/admin/class-yoast-notification-center.php create mode 100644 wp-content/plugins/wordpress-seo/admin/class-yoast-notification.php create mode 100644 wp-content/plugins/wordpress-seo/admin/index.php create mode 100644 wp-content/plugins/wordpress-seo/admin/license-manager/README.md create mode 100644 wp-content/plugins/wordpress-seo/admin/license-manager/class-api-request.php create mode 100644 wp-content/plugins/wordpress-seo/admin/license-manager/class-license-manager.php create mode 100644 wp-content/plugins/wordpress-seo/admin/license-manager/class-plugin-license-manager.php create mode 100644 wp-content/plugins/wordpress-seo/admin/license-manager/class-plugin-update-manager.php create mode 100644 wp-content/plugins/wordpress-seo/admin/license-manager/class-product.php create mode 100644 wp-content/plugins/wordpress-seo/admin/license-manager/class-theme-license-manager.php create mode 100644 wp-content/plugins/wordpress-seo/admin/license-manager/class-theme-update-manager.php create mode 100644 wp-content/plugins/wordpress-seo/admin/license-manager/class-update-manager.php create mode 100644 wp-content/plugins/wordpress-seo/admin/license-manager/index.php create mode 100644 wp-content/plugins/wordpress-seo/admin/license-manager/samples/index.php create mode 100644 wp-content/plugins/wordpress-seo/admin/license-manager/samples/sample-plugin.php create mode 100644 wp-content/plugins/wordpress-seo/admin/license-manager/samples/sample-product.php create mode 100644 wp-content/plugins/wordpress-seo/admin/license-manager/samples/sample-theme-functions.php create mode 100644 wp-content/plugins/wordpress-seo/admin/license-manager/views/form.php create mode 100644 wp-content/plugins/wordpress-seo/admin/license-manager/views/index.php create mode 100644 wp-content/plugins/wordpress-seo/admin/license-manager/views/script.php create mode 100644 wp-content/plugins/wordpress-seo/admin/pages/bulk-editor.php create mode 100644 wp-content/plugins/wordpress-seo/admin/pages/dashboard.php create mode 100644 wp-content/plugins/wordpress-seo/admin/pages/files.php create mode 100644 wp-content/plugins/wordpress-seo/admin/pages/import.php create mode 100644 wp-content/plugins/wordpress-seo/admin/pages/internal-links.php create mode 100644 wp-content/plugins/wordpress-seo/admin/pages/licenses.php create mode 100644 wp-content/plugins/wordpress-seo/admin/pages/metas.php create mode 100644 wp-content/plugins/wordpress-seo/admin/pages/network.php create mode 100644 wp-content/plugins/wordpress-seo/admin/pages/permalinks.php create mode 100644 wp-content/plugins/wordpress-seo/admin/pages/rss.php create mode 100644 wp-content/plugins/wordpress-seo/admin/pages/social.php create mode 100644 wp-content/plugins/wordpress-seo/admin/pages/xml-sitemaps.php create mode 100644 wp-content/plugins/wordpress-seo/changelog.txt create mode 100644 wp-content/plugins/wordpress-seo/css/adminbar.css create mode 100644 wp-content/plugins/wordpress-seo/css/adminbar.min.css create mode 100644 wp-content/plugins/wordpress-seo/css/edit-page.css create mode 100644 wp-content/plugins/wordpress-seo/css/edit-page.min.css create mode 100644 wp-content/plugins/wordpress-seo/css/index.php create mode 100644 wp-content/plugins/wordpress-seo/css/metabox-classic.css create mode 100644 wp-content/plugins/wordpress-seo/css/metabox-classic.min.css create mode 100644 wp-content/plugins/wordpress-seo/css/metabox-fresh.css create mode 100644 wp-content/plugins/wordpress-seo/css/metabox-fresh.min.css create mode 100644 wp-content/plugins/wordpress-seo/css/metabox-tabs.css create mode 100644 wp-content/plugins/wordpress-seo/css/metabox-tabs.min.css create mode 100644 wp-content/plugins/wordpress-seo/css/taxonomy-meta.css create mode 100644 wp-content/plugins/wordpress-seo/css/taxonomy-meta.min.css create mode 100644 wp-content/plugins/wordpress-seo/css/wpseo-rtl.css create mode 100644 wp-content/plugins/wordpress-seo/css/wpseo-rtl.min.css create mode 100644 wp-content/plugins/wordpress-seo/css/xml-sitemap-xsl.php create mode 100644 wp-content/plugins/wordpress-seo/css/yst_plugin_tools.css create mode 100644 wp-content/plugins/wordpress-seo/css/yst_plugin_tools.min.css create mode 100644 wp-content/plugins/wordpress-seo/frontend/class-breadcrumbs.php create mode 100644 wp-content/plugins/wordpress-seo/frontend/class-frontend.php create mode 100644 wp-content/plugins/wordpress-seo/frontend/class-googleplus.php create mode 100644 wp-content/plugins/wordpress-seo/frontend/class-opengraph.php create mode 100644 wp-content/plugins/wordpress-seo/frontend/class-twitter.php create mode 100644 wp-content/plugins/wordpress-seo/frontend/index.php create mode 100644 wp-content/plugins/wordpress-seo/images/Local_130x100.png create mode 100644 wp-content/plugins/wordpress-seo/images/News_SEO.png create mode 100644 wp-content/plugins/wordpress-seo/images/Premium_130x100.png create mode 100644 wp-content/plugins/wordpress-seo/images/Video_130x100.png create mode 100644 wp-content/plugins/wordpress-seo/images/Woo_130x100.png create mode 100644 wp-content/plugins/wordpress-seo/images/banner-local-seo.png create mode 100644 wp-content/plugins/wordpress-seo/images/banner-news-seo.png create mode 100644 wp-content/plugins/wordpress-seo/images/banner-premium-seo.png create mode 100644 wp-content/plugins/wordpress-seo/images/banner-video-seo.png create mode 100644 wp-content/plugins/wordpress-seo/images/banner-website-review.png create mode 100644 wp-content/plugins/wordpress-seo/images/banner-woocommerce-seo.png create mode 100644 wp-content/plugins/wordpress-seo/images/index.php create mode 100644 wp-content/plugins/wordpress-seo/images/question-mark.png create mode 100644 wp-content/plugins/wordpress-seo/images/waiting.gif create mode 100644 wp-content/plugins/wordpress-seo/inc/class-rewrite.php create mode 100644 wp-content/plugins/wordpress-seo/inc/class-sitemaps.php create mode 100644 wp-content/plugins/wordpress-seo/inc/class-wpseo-meta.php create mode 100644 wp-content/plugins/wordpress-seo/inc/class-wpseo-options.php create mode 100644 wp-content/plugins/wordpress-seo/inc/class-wpseo-replace-vars.php create mode 100644 wp-content/plugins/wordpress-seo/inc/index.php create mode 100644 wp-content/plugins/wordpress-seo/inc/wpseo-functions.php create mode 100644 wp-content/plugins/wordpress-seo/inc/wpseo-non-ajax-functions.php create mode 100644 wp-content/plugins/wordpress-seo/index.php create mode 100644 wp-content/plugins/wordpress-seo/js/index.php create mode 100644 wp-content/plugins/wordpress-seo/js/jquery.qtip.min.js create mode 100644 wp-content/plugins/wordpress-seo/js/jquery.tablesorter.min.js create mode 100644 wp-content/plugins/wordpress-seo/js/wp-seo-admin-global.js create mode 100644 wp-content/plugins/wordpress-seo/js/wp-seo-admin-global.min.js create mode 100644 wp-content/plugins/wordpress-seo/js/wp-seo-admin-media.js create mode 100644 wp-content/plugins/wordpress-seo/js/wp-seo-admin-media.min.js create mode 100644 wp-content/plugins/wordpress-seo/js/wp-seo-admin.js create mode 100644 wp-content/plugins/wordpress-seo/js/wp-seo-admin.min.js create mode 100644 wp-content/plugins/wordpress-seo/js/wp-seo-bulk-editor.js create mode 100644 wp-content/plugins/wordpress-seo/js/wp-seo-bulk-editor.min.js create mode 100644 wp-content/plugins/wordpress-seo/js/wp-seo-metabox.js create mode 100644 wp-content/plugins/wordpress-seo/js/wp-seo-metabox.min.js create mode 100644 wp-content/plugins/wordpress-seo/languages/index.php create mode 100644 wp-content/plugins/wordpress-seo/languages/wordpress-seo-ar.mo create mode 100644 wp-content/plugins/wordpress-seo/languages/wordpress-seo-bg.mo create mode 100644 wp-content/plugins/wordpress-seo/languages/wordpress-seo-bg_BG.mo create mode 100644 wp-content/plugins/wordpress-seo/languages/wordpress-seo-bs.mo create mode 100644 wp-content/plugins/wordpress-seo/languages/wordpress-seo-bs_BA.mo create mode 100644 wp-content/plugins/wordpress-seo/languages/wordpress-seo-ca.mo create mode 100644 wp-content/plugins/wordpress-seo/languages/wordpress-seo-cs_CZ.mo create mode 100644 wp-content/plugins/wordpress-seo/languages/wordpress-seo-da_DK.mo create mode 100644 wp-content/plugins/wordpress-seo/languages/wordpress-seo-de_DE.mo create mode 100644 wp-content/plugins/wordpress-seo/languages/wordpress-seo-el_GR.mo create mode 100644 wp-content/plugins/wordpress-seo/languages/wordpress-seo-es_ES.mo create mode 100644 wp-content/plugins/wordpress-seo/languages/wordpress-seo-es_VE.mo create mode 100644 wp-content/plugins/wordpress-seo/languages/wordpress-seo-fa_IR.mo create mode 100644 wp-content/plugins/wordpress-seo/languages/wordpress-seo-fi.mo create mode 100644 wp-content/plugins/wordpress-seo/languages/wordpress-seo-fr_FR.mo create mode 100644 wp-content/plugins/wordpress-seo/languages/wordpress-seo-he_IL.mo create mode 100644 wp-content/plugins/wordpress-seo/languages/wordpress-seo-hi_IN.mo create mode 100644 wp-content/plugins/wordpress-seo/languages/wordpress-seo-hr.mo create mode 100644 wp-content/plugins/wordpress-seo/languages/wordpress-seo-hu.mo create mode 100644 wp-content/plugins/wordpress-seo/languages/wordpress-seo-hu_HU.mo create mode 100644 wp-content/plugins/wordpress-seo/languages/wordpress-seo-id_ID.mo create mode 100644 wp-content/plugins/wordpress-seo/languages/wordpress-seo-it_IT.mo create mode 100644 wp-content/plugins/wordpress-seo/languages/wordpress-seo-ja.mo create mode 100644 wp-content/plugins/wordpress-seo/languages/wordpress-seo-ko_KR.mo create mode 100644 wp-content/plugins/wordpress-seo/languages/wordpress-seo-ms_MY.mo create mode 100644 wp-content/plugins/wordpress-seo/languages/wordpress-seo-nb_NO.mo create mode 100644 wp-content/plugins/wordpress-seo/languages/wordpress-seo-nl_NL.mo create mode 100644 wp-content/plugins/wordpress-seo/languages/wordpress-seo-pl_PL.mo create mode 100644 wp-content/plugins/wordpress-seo/languages/wordpress-seo-pt_BR.mo create mode 100644 wp-content/plugins/wordpress-seo/languages/wordpress-seo-pt_PT.mo create mode 100644 wp-content/plugins/wordpress-seo/languages/wordpress-seo-ro_RO.mo create mode 100644 wp-content/plugins/wordpress-seo/languages/wordpress-seo-ru_RU.mo create mode 100644 wp-content/plugins/wordpress-seo/languages/wordpress-seo-sk_SK.mo create mode 100644 wp-content/plugins/wordpress-seo/languages/wordpress-seo-sl_SI.mo create mode 100644 wp-content/plugins/wordpress-seo/languages/wordpress-seo-sv_SE.mo create mode 100644 wp-content/plugins/wordpress-seo/languages/wordpress-seo-tr_TK.mo create mode 100644 wp-content/plugins/wordpress-seo/languages/wordpress-seo-tr_TR.mo create mode 100644 wp-content/plugins/wordpress-seo/languages/wordpress-seo-zh_CN.mo create mode 100644 wp-content/plugins/wordpress-seo/languages/wordpress-seo.pot create mode 100644 wp-content/plugins/wordpress-seo/license.txt create mode 100644 wp-content/plugins/wordpress-seo/readme.txt create mode 100644 wp-content/plugins/wordpress-seo/wp-seo-main.php create mode 100644 wp-content/plugins/wordpress-seo/wp-seo.php create mode 100644 wp-content/plugins/wordpress-seo/wpml-config.xml create mode 100644 wp-content/plugins/wp-migrate-db/asset/css/styles.css create mode 100644 wp-content/plugins/wp-migrate-db/asset/img/wp-migrate-db-pro.jpg create mode 100644 wp-content/plugins/wp-migrate-db/asset/img/wp-migrate-db-pro@2x.jpg create mode 100644 wp-content/plugins/wp-migrate-db/asset/js/common.js create mode 100644 wp-content/plugins/wp-migrate-db/asset/js/hook.js create mode 100644 wp-content/plugins/wp-migrate-db/asset/js/script.js create mode 100644 wp-content/plugins/wp-migrate-db/asset/js/script.min.js create mode 100644 wp-content/plugins/wp-migrate-db/class/wpmdb-base.php create mode 100644 wp-content/plugins/wp-migrate-db/class/wpmdb-utils.php create mode 100644 wp-content/plugins/wp-migrate-db/class/wpmdb.php create mode 100644 wp-content/plugins/wp-migrate-db/compatibility/wp-migrate-db-pro-compatibility.php create mode 100644 wp-content/plugins/wp-migrate-db/languages/wp-migrate-db-pro-en.pot create mode 100644 wp-content/plugins/wp-migrate-db/readme.txt create mode 100644 wp-content/plugins/wp-migrate-db/template/addons.php create mode 100644 wp-content/plugins/wp-migrate-db/template/common/compatibility.php create mode 100644 wp-content/plugins/wp-migrate-db/template/common/debug-info.php create mode 100644 wp-content/plugins/wp-migrate-db/template/common/max-request-size.php create mode 100644 wp-content/plugins/wp-migrate-db/template/help.php create mode 100644 wp-content/plugins/wp-migrate-db/template/migrate-progress.php create mode 100644 wp-content/plugins/wp-migrate-db/template/migrate.php create mode 100644 wp-content/plugins/wp-migrate-db/template/options.php create mode 100644 wp-content/plugins/wp-migrate-db/template/profile.php create mode 100644 wp-content/plugins/wp-migrate-db/template/settings.php create mode 100644 wp-content/plugins/wp-migrate-db/template/wpmdb/exclude-post-revisions.php create mode 100644 wp-content/plugins/wp-migrate-db/template/wpmdb/progress-upgrade.php create mode 100644 wp-content/plugins/wp-migrate-db/template/wpmdb/sidebar.php create mode 100644 wp-content/plugins/wp-migrate-db/template/wpmdb/wordpress-org-support.php create mode 100644 wp-content/plugins/wp-migrate-db/wp-migrate-db.php create mode 100644 wp-content/plugins/wp-responsive-menu/css/wprmenu.css create mode 100644 wp-content/plugins/wp-responsive-menu/fonts/wprmenu.eot create mode 100644 wp-content/plugins/wp-responsive-menu/fonts/wprmenu.svg create mode 100644 wp-content/plugins/wp-responsive-menu/fonts/wprmenu.ttf create mode 100644 wp-content/plugins/wp-responsive-menu/fonts/wprmenu.woff create mode 100644 wp-content/plugins/wp-responsive-menu/functions.php create mode 100644 wp-content/plugins/wp-responsive-menu/inc/css/wpr_optionsframework.css create mode 100644 wp-content/plugins/wp-responsive-menu/inc/images/ico-delete.png create mode 100644 wp-content/plugins/wp-responsive-menu/inc/includes/class-options-framework-admin.php create mode 100644 wp-content/plugins/wp-responsive-menu/inc/includes/class-options-framework.php create mode 100644 wp-content/plugins/wp-responsive-menu/inc/includes/class-options-interface.php create mode 100644 wp-content/plugins/wp-responsive-menu/inc/includes/class-options-media-uploader.php create mode 100644 wp-content/plugins/wp-responsive-menu/inc/includes/class-options-sanitization.php create mode 100644 wp-content/plugins/wp-responsive-menu/inc/js/media-uploader.js create mode 100644 wp-content/plugins/wp-responsive-menu/inc/js/options-custom.js create mode 100644 wp-content/plugins/wp-responsive-menu/inc/options-framework.php create mode 100644 wp-content/plugins/wp-responsive-menu/inc/options.php create mode 100644 wp-content/plugins/wp-responsive-menu/index.php create mode 100644 wp-content/plugins/wp-responsive-menu/js/jquery.sidr.js create mode 100644 wp-content/plugins/wp-responsive-menu/js/jquery.transit.min.js create mode 100644 wp-content/plugins/wp-responsive-menu/js/wprmenu.js create mode 100644 wp-content/plugins/wp-responsive-menu/readme.txt create mode 100644 wp-content/plugins/wp-responsive-menu/screenshot-1.png create mode 100644 wp-content/plugins/wp-responsive-menu/wp-responsive-menu.php create mode 100644 wp-content/themes/PetoskeyTheme/.bowerrc create mode 100644 wp-content/themes/PetoskeyTheme/.gitignore create mode 100644 wp-content/themes/PetoskeyTheme/404.php create mode 100644 wp-content/themes/PetoskeyTheme/Gruntfile.js create mode 100755 wp-content/themes/PetoskeyTheme/MIT-LICENSE.txt create mode 100644 wp-content/themes/PetoskeyTheme/README.md create mode 100644 wp-content/themes/PetoskeyTheme/archive.php create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/.fontcustom-data create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/foundation-icons.eot create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/foundation-icons.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/foundation-icons.ttf create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/foundation-icons.woff create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/preview.html create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-address-book.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-alert.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-align-center.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-align-justify.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-align-left.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-align-right.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-anchor.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-annotate.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-archive.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-arrow-down.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-arrow-left.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-arrow-right.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-arrow-up.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-arrows-compress.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-arrows-expand.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-arrows-in.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-arrows-out.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-asl.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-asterisk.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-at-sign.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-background-color.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-battery-empty.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-battery-full.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-battery-half.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-bitcoin-circle.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-bitcoin.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-blind.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-bluetooth.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-bold.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-book-bookmark.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-book.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-bookmark.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-braille.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-burst-new.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-burst-sale.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-burst.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-calendar.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-camera.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-check.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-checkbox.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-clipboard-notes.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-clipboard-pencil.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-clipboard.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-clock.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-closed-caption.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-cloud.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-comment-minus.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-comment-quotes.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-comment-video.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-comment.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-comments.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-compass.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-contrast.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-credit-card.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-crop.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-crown.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-css3.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-database.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-die-five.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-die-four.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-die-one.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-die-six.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-die-three.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-die-two.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-dislike.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-dollar-bill.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-dollar.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-download.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-eject.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-elevator.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-euro.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-eye.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-fast-forward.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-female-symbol.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-female.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-filter.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-first-aid.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-flag.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-folder-add.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-folder-lock.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-folder.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-foot.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-foundation.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-graph-bar.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-graph-horizontal.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-graph-pie.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-graph-trend.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-guide-dog.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-hearing-aid.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-heart.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-home.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-html5.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-indent-less.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-indent-more.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-info.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-italic.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-key.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-laptop.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-layout.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-lightbulb.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-like.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-link.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-list-bullet.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-list-number.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-list-thumbnails.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-list.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-lock.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-loop.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-magnifying-glass.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-mail.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-male-female.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-male-symbol.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-male.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-map.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-marker.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-megaphone.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-microphone.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-minus-circle.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-minus.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-mobile-signal.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-mobile.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-monitor.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-mountains.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-music.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-next.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-no-dogs.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-no-smoking.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-page-add.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-page-copy.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-page-csv.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-page-delete.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-page-doc.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-page-edit.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-page-export-csv.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-page-export-doc.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-page-export-pdf.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-page-export.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-page-filled.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-page-multiple.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-page-pdf.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-page-remove.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-page-search.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-page.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-paint-bucket.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-paperclip.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-pause.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-paw.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-paypal.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-pencil.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-photo.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-play-circle.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-play-video.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-play.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-plus.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-pound.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-power.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-previous.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-price-tag.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-pricetag-multiple.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-print.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-prohibited.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-projection-screen.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-puzzle.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-quote.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-record.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-refresh.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-results-demographics.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-results.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-rewind-ten.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-rewind.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-rss.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-safety-cone.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-save.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-share.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-sheriff-badge.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-shield.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-shopping-bag.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-shopping-cart.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-shuffle.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-skull.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-social-500px.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-social-adobe.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-social-amazon.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-social-android.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-social-apple.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-social-behance.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-social-bing.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-social-blogger.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-social-delicious.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-social-designer-news.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-social-deviant-art.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-social-digg.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-social-dribbble.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-social-drive.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-social-dropbox.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-social-evernote.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-social-facebook.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-social-flickr.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-social-forrst.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-social-foursquare.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-social-game-center.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-social-github.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-social-google-plus.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-social-hacker-news.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-social-hi5.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-social-instagram.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-social-joomla.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-social-lastfm.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-social-linkedin.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-social-medium.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-social-myspace.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-social-orkut.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-social-path.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-social-picasa.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-social-pinterest.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-social-rdio.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-social-reddit.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-social-skillshare.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-social-skype.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-social-smashing-mag.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-social-snapchat.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-social-spotify.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-social-squidoo.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-social-stack-overflow.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-social-steam.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-social-stumbleupon.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-social-treehouse.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-social-tumblr.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-social-twitter.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-social-vimeo.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-social-windows.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-social-xbox.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-social-yahoo.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-social-yelp.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-social-youtube.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-social-zerply.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-social-zurb.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-sound.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-star.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-stop.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-strikethrough.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-subscript.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-superscript.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-tablet-landscape.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-tablet-portrait.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-target-two.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-target.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-telephone-accessible.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-telephone.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-text-color.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-thumbnails.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-ticket.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-torso-business.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-torso-female.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-torso.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-torsos-all-female.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-torsos-all.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-torsos-female-male.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-torsos-male-female.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-torsos.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-trash.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-trees.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-trophy.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-underline.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-universal-access.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-unlink.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-unlock.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-upload-cloud.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-upload.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-usb.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-video.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-volume-none.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-volume-strike.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-volume.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-web.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-wheelchair.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-widget.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-wrench.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-x-circle.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-x.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-yen.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-zoom-in.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/foundation-icons/svgs/fi-zoom-out.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/img/icons/apple-touch-icon-114x114-precomposed.png create mode 100644 wp-content/themes/PetoskeyTheme/assets/img/icons/apple-touch-icon-144x144-precomposed.png create mode 100644 wp-content/themes/PetoskeyTheme/assets/img/icons/apple-touch-icon-72x72-precomposed.png create mode 100644 wp-content/themes/PetoskeyTheme/assets/img/icons/apple-touch-icon-precomposed.png create mode 100644 wp-content/themes/PetoskeyTheme/assets/img/icons/favicon.ico create mode 100644 wp-content/themes/PetoskeyTheme/assets/img/images/fi-bookmark.svg create mode 100644 wp-content/themes/PetoskeyTheme/assets/img/images/fi-home.svg create mode 100755 wp-content/themes/PetoskeyTheme/assets/img/images/first.jpg create mode 100755 wp-content/themes/PetoskeyTheme/assets/img/images/g3.jpg create mode 100755 wp-content/themes/PetoskeyTheme/assets/img/images/green-header.jpg create mode 100755 wp-content/themes/PetoskeyTheme/assets/img/images/head-text.jpg create mode 100755 wp-content/themes/PetoskeyTheme/assets/img/images/head.jpg create mode 100755 wp-content/themes/PetoskeyTheme/assets/img/images/header.jpg create mode 100755 wp-content/themes/PetoskeyTheme/assets/img/images/lake.jpg create mode 100755 wp-content/themes/PetoskeyTheme/assets/img/images/linear_border.jpg create mode 100755 wp-content/themes/PetoskeyTheme/assets/img/images/paladin.jpg create mode 100755 wp-content/themes/PetoskeyTheme/assets/img/images/robotics.jpg create mode 100644 wp-content/themes/PetoskeyTheme/bower.json create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/fastclick/.bower.json create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/fastclick/LICENSE create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/fastclick/README.md create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/fastclick/bower.json create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/fastclick/lib/fastclick.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/foundation/.bower.json create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/foundation/bower.json create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/foundation/css/foundation.css create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/foundation/css/foundation.css.map create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/foundation/css/normalize.css create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/foundation/css/normalize.css.map create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/foundation/js/foundation.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/foundation/js/foundation.min.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/foundation/js/foundation/foundation.abide.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/foundation/js/foundation/foundation.accordion.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/foundation/js/foundation/foundation.alert.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/foundation/js/foundation/foundation.clearing.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/foundation/js/foundation/foundation.dropdown.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/foundation/js/foundation/foundation.equalizer.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/foundation/js/foundation/foundation.interchange.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/foundation/js/foundation/foundation.joyride.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/foundation/js/foundation/foundation.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/foundation/js/foundation/foundation.magellan.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/foundation/js/foundation/foundation.offcanvas.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/foundation/js/foundation/foundation.orbit.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/foundation/js/foundation/foundation.reveal.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/foundation/js/foundation/foundation.slider.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/foundation/js/foundation/foundation.tab.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/foundation/js/foundation/foundation.tooltip.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/foundation/js/foundation/foundation.topbar.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/foundation/js/vendor/fastclick.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/foundation/js/vendor/jquery.cookie.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/foundation/js/vendor/jquery.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/foundation/js/vendor/modernizr.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/foundation/js/vendor/placeholder.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/foundation/scss/foundation.scss create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/foundation/scss/foundation/_functions.scss create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/foundation/scss/foundation/_settings.scss create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/foundation/scss/foundation/components/_accordion.scss create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/foundation/scss/foundation/components/_alert-boxes.scss create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/foundation/scss/foundation/components/_block-grid.scss create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/foundation/scss/foundation/components/_breadcrumbs.scss create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/foundation/scss/foundation/components/_button-groups.scss create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/foundation/scss/foundation/components/_buttons.scss create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/foundation/scss/foundation/components/_clearing.scss create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/foundation/scss/foundation/components/_dropdown-buttons.scss create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/foundation/scss/foundation/components/_dropdown.scss create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/foundation/scss/foundation/components/_flex-video.scss create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/foundation/scss/foundation/components/_forms.scss create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/foundation/scss/foundation/components/_global.scss create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/foundation/scss/foundation/components/_grid.scss create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/foundation/scss/foundation/components/_icon-bar.scss create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/foundation/scss/foundation/components/_inline-lists.scss create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/foundation/scss/foundation/components/_joyride.scss create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/foundation/scss/foundation/components/_keystrokes.scss create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/foundation/scss/foundation/components/_labels.scss create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/foundation/scss/foundation/components/_magellan.scss create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/foundation/scss/foundation/components/_offcanvas.scss create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/foundation/scss/foundation/components/_orbit.scss create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/foundation/scss/foundation/components/_pagination.scss create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/foundation/scss/foundation/components/_panels.scss create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/foundation/scss/foundation/components/_pricing-tables.scss create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/foundation/scss/foundation/components/_progress-bars.scss create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/foundation/scss/foundation/components/_range-slider.scss create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/foundation/scss/foundation/components/_reveal.scss create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/foundation/scss/foundation/components/_side-nav.scss create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/foundation/scss/foundation/components/_split-buttons.scss create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/foundation/scss/foundation/components/_sub-nav.scss create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/foundation/scss/foundation/components/_switches.scss create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/foundation/scss/foundation/components/_tables.scss create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/foundation/scss/foundation/components/_tabs.scss create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/foundation/scss/foundation/components/_thumbs.scss create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/foundation/scss/foundation/components/_toolbar.scss create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/foundation/scss/foundation/components/_tooltips.scss create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/foundation/scss/foundation/components/_top-bar.scss create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/foundation/scss/foundation/components/_type.scss create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/foundation/scss/foundation/components/_visibility.scss create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/foundation/scss/normalize.scss create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/jquery-placeholder/.bower.json create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/jquery-placeholder/.gitattributes create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/jquery-placeholder/.gitignore create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/jquery-placeholder/LICENSE-MIT.txt create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/jquery-placeholder/README.md create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/jquery-placeholder/bower.json create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/jquery-placeholder/demo.html create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/jquery-placeholder/jquery.placeholder.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/jquery-placeholder/tests/index.html create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/jquery-placeholder/tests/tests.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/jquery.cookie/.bower.json create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/jquery.cookie/jquery.cookie.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/jquery/.bower.json create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/jquery/MIT-LICENSE.txt create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/jquery/bower.json create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/jquery/dist/jquery.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/jquery/dist/jquery.min.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/jquery/dist/jquery.min.map create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/jquery/src/ajax.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/jquery/src/ajax/jsonp.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/jquery/src/ajax/load.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/jquery/src/ajax/parseJSON.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/jquery/src/ajax/parseXML.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/jquery/src/ajax/script.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/jquery/src/ajax/var/nonce.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/jquery/src/ajax/var/rquery.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/jquery/src/ajax/xhr.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/jquery/src/attributes.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/jquery/src/attributes/attr.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/jquery/src/attributes/classes.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/jquery/src/attributes/prop.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/jquery/src/attributes/support.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/jquery/src/attributes/val.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/jquery/src/callbacks.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/jquery/src/core.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/jquery/src/core/access.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/jquery/src/core/init.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/jquery/src/core/parseHTML.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/jquery/src/core/ready.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/jquery/src/core/var/rsingleTag.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/jquery/src/css.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/jquery/src/css/addGetHookIf.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/jquery/src/css/curCSS.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/jquery/src/css/defaultDisplay.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/jquery/src/css/hiddenVisibleSelectors.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/jquery/src/css/support.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/jquery/src/css/swap.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/jquery/src/css/var/cssExpand.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/jquery/src/css/var/getStyles.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/jquery/src/css/var/isHidden.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/jquery/src/css/var/rmargin.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/jquery/src/css/var/rnumnonpx.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/jquery/src/data.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/jquery/src/data/Data.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/jquery/src/data/accepts.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/jquery/src/data/var/data_priv.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/jquery/src/data/var/data_user.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/jquery/src/deferred.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/jquery/src/deprecated.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/jquery/src/dimensions.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/jquery/src/effects.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/jquery/src/effects/Tween.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/jquery/src/effects/animatedSelector.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/jquery/src/event.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/jquery/src/event/alias.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/jquery/src/event/support.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/jquery/src/exports/amd.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/jquery/src/exports/global.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/jquery/src/intro.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/jquery/src/jquery.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/jquery/src/manipulation.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/jquery/src/manipulation/_evalUrl.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/jquery/src/manipulation/support.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/jquery/src/manipulation/var/rcheckableType.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/jquery/src/offset.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/jquery/src/outro.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/jquery/src/queue.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/jquery/src/queue/delay.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/jquery/src/selector-native.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/jquery/src/selector-sizzle.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/jquery/src/selector.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/jquery/src/serialize.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/jquery/src/sizzle/dist/sizzle.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/jquery/src/sizzle/dist/sizzle.min.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/jquery/src/sizzle/dist/sizzle.min.map create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/jquery/src/traversing.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/jquery/src/traversing/findFilter.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/jquery/src/traversing/var/rneedsContext.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/jquery/src/var/arr.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/jquery/src/var/class2type.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/jquery/src/var/concat.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/jquery/src/var/hasOwn.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/jquery/src/var/indexOf.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/jquery/src/var/pnum.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/jquery/src/var/push.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/jquery/src/var/rnotwhite.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/jquery/src/var/slice.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/jquery/src/var/strundefined.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/jquery/src/var/support.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/jquery/src/var/toString.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/jquery/src/wrap.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/lodash/.bower.json create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/lodash/LICENSE.txt create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/lodash/bower.json create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/lodash/dist/lodash.compat.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/lodash/dist/lodash.compat.min.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/lodash/dist/lodash.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/lodash/dist/lodash.min.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/lodash/dist/lodash.underscore.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/lodash/dist/lodash.underscore.min.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/modernizr/.bower.json create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/modernizr/.editorconfig create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/modernizr/.gitignore create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/modernizr/.travis.yml create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/modernizr/feature-detects/a-download.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/modernizr/feature-detects/audio-audiodata-api.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/modernizr/feature-detects/audio-webaudio-api.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/modernizr/feature-detects/battery-api.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/modernizr/feature-detects/battery-level.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/modernizr/feature-detects/blob-constructor.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/modernizr/feature-detects/canvas-todataurl-type.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/modernizr/feature-detects/contenteditable.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/modernizr/feature-detects/contentsecuritypolicy.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/modernizr/feature-detects/contextmenu.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/modernizr/feature-detects/cookies.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/modernizr/feature-detects/cors.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/modernizr/feature-detects/css-backgroundposition-shorthand.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/modernizr/feature-detects/css-backgroundposition-xy.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/modernizr/feature-detects/css-backgroundrepeat.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/modernizr/feature-detects/css-backgroundsizecover.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/modernizr/feature-detects/css-boxsizing.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/modernizr/feature-detects/css-calc.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/modernizr/feature-detects/css-cubicbezierrange.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/modernizr/feature-detects/css-displayrunin.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/modernizr/feature-detects/css-displaytable.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/modernizr/feature-detects/css-filters.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/modernizr/feature-detects/css-hyphens.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/modernizr/feature-detects/css-lastchild.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/modernizr/feature-detects/css-mask.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/modernizr/feature-detects/css-mediaqueries.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/modernizr/feature-detects/css-objectfit.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/modernizr/feature-detects/css-overflow-scrolling.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/modernizr/feature-detects/css-pointerevents.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/modernizr/feature-detects/css-positionsticky.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/modernizr/feature-detects/css-regions.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/modernizr/feature-detects/css-remunit.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/modernizr/feature-detects/css-resize.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/modernizr/feature-detects/css-scrollbars.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/modernizr/feature-detects/css-shapes.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/modernizr/feature-detects/css-subpixelfont.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/modernizr/feature-detects/css-supports.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/modernizr/feature-detects/css-userselect.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/modernizr/feature-detects/css-vhunit.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/modernizr/feature-detects/css-vmaxunit.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/modernizr/feature-detects/css-vminunit.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/modernizr/feature-detects/css-vwunit.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/modernizr/feature-detects/custom-protocol-handler.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/modernizr/feature-detects/dart.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/modernizr/feature-detects/dataview-api.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/modernizr/feature-detects/dom-classlist.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/modernizr/feature-detects/dom-createElement-attrs.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/modernizr/feature-detects/dom-dataset.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/modernizr/feature-detects/dom-microdata.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/modernizr/feature-detects/elem-datalist.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/modernizr/feature-detects/elem-details.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/modernizr/feature-detects/elem-output.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/modernizr/feature-detects/elem-progress-meter.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/modernizr/feature-detects/elem-ruby.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/modernizr/feature-detects/elem-time.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/modernizr/feature-detects/elem-track.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/modernizr/feature-detects/emoji.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/modernizr/feature-detects/es5-strictmode.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/modernizr/feature-detects/event-deviceorientation-motion.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/modernizr/feature-detects/exif-orientation.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/modernizr/feature-detects/file-api.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/modernizr/feature-detects/file-filesystem.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/modernizr/feature-detects/forms-fileinput.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/modernizr/feature-detects/forms-formattribute.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/modernizr/feature-detects/forms-inputnumber-l10n.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/modernizr/feature-detects/forms-placeholder.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/modernizr/feature-detects/forms-speechinput.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/modernizr/feature-detects/forms-validation.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/modernizr/feature-detects/fullscreen-api.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/modernizr/feature-detects/gamepad.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/modernizr/feature-detects/getusermedia.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/modernizr/feature-detects/ie8compat.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/modernizr/feature-detects/iframe-sandbox.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/modernizr/feature-detects/iframe-seamless.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/modernizr/feature-detects/iframe-srcdoc.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/modernizr/feature-detects/img-apng.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/modernizr/feature-detects/img-webp.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/modernizr/feature-detects/json.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/modernizr/feature-detects/lists-reversed.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/modernizr/feature-detects/mathml.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/modernizr/feature-detects/network-connection.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/modernizr/feature-detects/network-eventsource.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/modernizr/feature-detects/network-xhr2.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/modernizr/feature-detects/notification.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/modernizr/feature-detects/performance.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/modernizr/feature-detects/pointerlock-api.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/modernizr/feature-detects/quota-management-api.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/modernizr/feature-detects/requestanimationframe.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/modernizr/feature-detects/script-async.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/modernizr/feature-detects/script-defer.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/modernizr/feature-detects/style-scoped.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/modernizr/feature-detects/svg-filters.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/modernizr/feature-detects/unicode.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/modernizr/feature-detects/url-data-uri.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/modernizr/feature-detects/userdata.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/modernizr/feature-detects/vibration.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/modernizr/feature-detects/web-intents.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/modernizr/feature-detects/webgl-extensions.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/modernizr/feature-detects/websockets-binary.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/modernizr/feature-detects/window-framed.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/modernizr/feature-detects/workers-blobworkers.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/modernizr/feature-detects/workers-dataworkers.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/modernizr/feature-detects/workers-sharedworkers.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/modernizr/grunt.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/modernizr/media/Modernizr 2 Logo.ai create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/modernizr/media/Modernizr 2 Logo.eps create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/modernizr/media/Modernizr 2 Logo.pdf create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/modernizr/media/Modernizr 2 Logo.png create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/modernizr/media/Modernizr 2 Logo.svg create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/modernizr/modernizr.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/modernizr/readme.md create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/modernizr/test/basic.html create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/modernizr/test/caniuse.html create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/modernizr/test/caniuse_files/Windsong-webfont.eot create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/modernizr/test/caniuse_files/Windsong-webfont.otf create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/modernizr/test/caniuse_files/Windsong-webfont.svg create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/modernizr/test/caniuse_files/Windsong-webfont.ttf create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/modernizr/test/caniuse_files/Windsong-webfont.woff create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/modernizr/test/caniuse_files/alpha.png create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/modernizr/test/caniuse_files/apng_test.png create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/modernizr/test/caniuse_files/before-after.png create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/modernizr/test/caniuse_files/form_validation.html create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/modernizr/test/caniuse_files/ga.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/modernizr/test/caniuse_files/green5x5.png create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/modernizr/test/caniuse_files/hashchange.html create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/modernizr/test/caniuse_files/jquery.min.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/modernizr/test/caniuse_files/mathml.html create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/modernizr/test/caniuse_files/mathml_ref.png create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/modernizr/test/caniuse_files/modernizr-1.7.min.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/modernizr/test/caniuse_files/png_alpha_result.png create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/modernizr/test/caniuse_files/pushstate.html create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/modernizr/test/caniuse_files/red30x30.png create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/modernizr/test/caniuse_files/ruby.png create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/modernizr/test/caniuse_files/stroked-text.png create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/modernizr/test/caniuse_files/style.css create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/modernizr/test/caniuse_files/svg-html-blur.png create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/modernizr/test/caniuse_files/svg-img.svg create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/modernizr/test/caniuse_files/svg-img.svg.1 create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/modernizr/test/caniuse_files/svg_blur.png create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/modernizr/test/caniuse_files/table.png create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/modernizr/test/caniuse_files/text-shadow1.png create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/modernizr/test/caniuse_files/text-shadow2.png create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/modernizr/test/caniuse_files/windsong_font.png create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/modernizr/test/caniuse_files/xhtml.html create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/modernizr/test/index.html create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/modernizr/test/js/basic.html create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/modernizr/test/js/dumpdata.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/modernizr/test/js/lib/detect-global.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/modernizr/test/js/lib/jquery-1.7b2.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/modernizr/test/js/lib/jsonselect.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/modernizr/test/js/lib/polyfills.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/modernizr/test/js/lib/uaparser.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/modernizr/test/js/setup.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/modernizr/test/js/unit-caniuse.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/modernizr/test/js/unit.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/modernizr/test/qunit/qunit.css create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/modernizr/test/qunit/qunit.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/modernizr/test/qunit/run-qunit.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/sizzle/.bower.json create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/sizzle/dist/sizzle.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/sizzle/dist/sizzle.min.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/sizzle/dist/sizzle.min.map create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/sizzle/tasks/commit.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/sizzle/tasks/compile.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/sizzle/tasks/dist.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/sizzle/tasks/release.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/sizzle/tasks/tag.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/sizzle/tasks/version.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/sizzle/test/data/empty.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/sizzle/test/data/mixed_sort.html create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/sizzle/test/data/testinit.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/sizzle/test/index.html create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/sizzle/test/jquery.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/sizzle/test/libs/qunit/qunit.css create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/sizzle/test/libs/qunit/qunit.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/sizzle/test/unit/extending.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/sizzle/test/unit/selector.js create mode 100644 wp-content/themes/PetoskeyTheme/bower_components/sizzle/test/unit/utilities.js create mode 100644 wp-content/themes/PetoskeyTheme/comments.php create mode 100644 wp-content/themes/PetoskeyTheme/content-none.php create mode 100755 wp-content/themes/PetoskeyTheme/content.php create mode 100644 wp-content/themes/PetoskeyTheme/css/app.css create mode 100644 wp-content/themes/PetoskeyTheme/footer.php create mode 100644 wp-content/themes/PetoskeyTheme/functions.php create mode 100644 wp-content/themes/PetoskeyTheme/header.php create mode 100644 wp-content/themes/PetoskeyTheme/hero.php create mode 100644 wp-content/themes/PetoskeyTheme/index.php create mode 100644 wp-content/themes/PetoskeyTheme/js/app.js create mode 100644 wp-content/themes/PetoskeyTheme/js/custom/init-foundation.js create mode 100644 wp-content/themes/PetoskeyTheme/js/custom/joyride-demo.js create mode 100644 wp-content/themes/PetoskeyTheme/js/fastclick/lib/fastclick.js create mode 100644 wp-content/themes/PetoskeyTheme/js/foundation/css/foundation.css.map create mode 100644 wp-content/themes/PetoskeyTheme/js/foundation/css/normalize.css.map create mode 100644 wp-content/themes/PetoskeyTheme/js/foundation/js/foundation.js create mode 100644 wp-content/themes/PetoskeyTheme/js/foundation/js/foundation.min.js create mode 100644 wp-content/themes/PetoskeyTheme/js/foundation/js/foundation/foundation.abide.js create mode 100644 wp-content/themes/PetoskeyTheme/js/foundation/js/foundation/foundation.accordion.js create mode 100644 wp-content/themes/PetoskeyTheme/js/foundation/js/foundation/foundation.alert.js create mode 100644 wp-content/themes/PetoskeyTheme/js/foundation/js/foundation/foundation.clearing.js create mode 100644 wp-content/themes/PetoskeyTheme/js/foundation/js/foundation/foundation.dropdown.js create mode 100644 wp-content/themes/PetoskeyTheme/js/foundation/js/foundation/foundation.equalizer.js create mode 100644 wp-content/themes/PetoskeyTheme/js/foundation/js/foundation/foundation.interchange.js create mode 100644 wp-content/themes/PetoskeyTheme/js/foundation/js/foundation/foundation.joyride.js create mode 100644 wp-content/themes/PetoskeyTheme/js/foundation/js/foundation/foundation.js create mode 100644 wp-content/themes/PetoskeyTheme/js/foundation/js/foundation/foundation.magellan.js create mode 100644 wp-content/themes/PetoskeyTheme/js/foundation/js/foundation/foundation.offcanvas.js create mode 100644 wp-content/themes/PetoskeyTheme/js/foundation/js/foundation/foundation.orbit.js create mode 100644 wp-content/themes/PetoskeyTheme/js/foundation/js/foundation/foundation.reveal.js create mode 100644 wp-content/themes/PetoskeyTheme/js/foundation/js/foundation/foundation.slider.js create mode 100644 wp-content/themes/PetoskeyTheme/js/foundation/js/foundation/foundation.tab.js create mode 100644 wp-content/themes/PetoskeyTheme/js/foundation/js/foundation/foundation.tooltip.js create mode 100644 wp-content/themes/PetoskeyTheme/js/foundation/js/foundation/foundation.topbar.js create mode 100644 wp-content/themes/PetoskeyTheme/js/foundation/js/vendor/fastclick.js create mode 100644 wp-content/themes/PetoskeyTheme/js/foundation/js/vendor/jquery.cookie.js create mode 100644 wp-content/themes/PetoskeyTheme/js/foundation/js/vendor/jquery.js create mode 100644 wp-content/themes/PetoskeyTheme/js/foundation/js/vendor/modernizr.js create mode 100644 wp-content/themes/PetoskeyTheme/js/foundation/js/vendor/placeholder.js create mode 100644 wp-content/themes/PetoskeyTheme/js/jquery-placeholder/jquery.placeholder.js create mode 100644 wp-content/themes/PetoskeyTheme/js/jquery-placeholder/jquery.placeholder.min.js create mode 100644 wp-content/themes/PetoskeyTheme/js/jquery-placeholder/tests/tests.js create mode 100644 wp-content/themes/PetoskeyTheme/js/jquery.cookie/jquery.cookie.js create mode 100644 wp-content/themes/PetoskeyTheme/js/jquery/dist/jquery.js create mode 100644 wp-content/themes/PetoskeyTheme/js/jquery/dist/jquery.min.js create mode 100644 wp-content/themes/PetoskeyTheme/js/jquery/dist/jquery.min.map create mode 100644 wp-content/themes/PetoskeyTheme/js/jquery/src/ajax.js create mode 100644 wp-content/themes/PetoskeyTheme/js/jquery/src/ajax/jsonp.js create mode 100644 wp-content/themes/PetoskeyTheme/js/jquery/src/ajax/load.js create mode 100644 wp-content/themes/PetoskeyTheme/js/jquery/src/ajax/parseJSON.js create mode 100644 wp-content/themes/PetoskeyTheme/js/jquery/src/ajax/parseXML.js create mode 100644 wp-content/themes/PetoskeyTheme/js/jquery/src/ajax/script.js create mode 100644 wp-content/themes/PetoskeyTheme/js/jquery/src/ajax/var/nonce.js create mode 100644 wp-content/themes/PetoskeyTheme/js/jquery/src/ajax/var/rquery.js create mode 100644 wp-content/themes/PetoskeyTheme/js/jquery/src/ajax/xhr.js create mode 100644 wp-content/themes/PetoskeyTheme/js/jquery/src/attributes.js create mode 100644 wp-content/themes/PetoskeyTheme/js/jquery/src/attributes/attr.js create mode 100644 wp-content/themes/PetoskeyTheme/js/jquery/src/attributes/classes.js create mode 100644 wp-content/themes/PetoskeyTheme/js/jquery/src/attributes/prop.js create mode 100644 wp-content/themes/PetoskeyTheme/js/jquery/src/attributes/support.js create mode 100644 wp-content/themes/PetoskeyTheme/js/jquery/src/attributes/val.js create mode 100644 wp-content/themes/PetoskeyTheme/js/jquery/src/callbacks.js create mode 100644 wp-content/themes/PetoskeyTheme/js/jquery/src/core.js create mode 100644 wp-content/themes/PetoskeyTheme/js/jquery/src/core/access.js create mode 100644 wp-content/themes/PetoskeyTheme/js/jquery/src/core/init.js create mode 100644 wp-content/themes/PetoskeyTheme/js/jquery/src/core/parseHTML.js create mode 100644 wp-content/themes/PetoskeyTheme/js/jquery/src/core/ready.js create mode 100644 wp-content/themes/PetoskeyTheme/js/jquery/src/core/var/rsingleTag.js create mode 100644 wp-content/themes/PetoskeyTheme/js/jquery/src/css.js create mode 100644 wp-content/themes/PetoskeyTheme/js/jquery/src/css/addGetHookIf.js create mode 100644 wp-content/themes/PetoskeyTheme/js/jquery/src/css/curCSS.js create mode 100644 wp-content/themes/PetoskeyTheme/js/jquery/src/css/defaultDisplay.js create mode 100644 wp-content/themes/PetoskeyTheme/js/jquery/src/css/hiddenVisibleSelectors.js create mode 100644 wp-content/themes/PetoskeyTheme/js/jquery/src/css/support.js create mode 100644 wp-content/themes/PetoskeyTheme/js/jquery/src/css/swap.js create mode 100644 wp-content/themes/PetoskeyTheme/js/jquery/src/css/var/cssExpand.js create mode 100644 wp-content/themes/PetoskeyTheme/js/jquery/src/css/var/getStyles.js create mode 100644 wp-content/themes/PetoskeyTheme/js/jquery/src/css/var/isHidden.js create mode 100644 wp-content/themes/PetoskeyTheme/js/jquery/src/css/var/rmargin.js create mode 100644 wp-content/themes/PetoskeyTheme/js/jquery/src/css/var/rnumnonpx.js create mode 100644 wp-content/themes/PetoskeyTheme/js/jquery/src/data.js create mode 100644 wp-content/themes/PetoskeyTheme/js/jquery/src/data/Data.js create mode 100644 wp-content/themes/PetoskeyTheme/js/jquery/src/data/accepts.js create mode 100644 wp-content/themes/PetoskeyTheme/js/jquery/src/data/var/data_priv.js create mode 100644 wp-content/themes/PetoskeyTheme/js/jquery/src/data/var/data_user.js create mode 100644 wp-content/themes/PetoskeyTheme/js/jquery/src/deferred.js create mode 100644 wp-content/themes/PetoskeyTheme/js/jquery/src/deprecated.js create mode 100644 wp-content/themes/PetoskeyTheme/js/jquery/src/dimensions.js create mode 100644 wp-content/themes/PetoskeyTheme/js/jquery/src/effects.js create mode 100644 wp-content/themes/PetoskeyTheme/js/jquery/src/effects/Tween.js create mode 100644 wp-content/themes/PetoskeyTheme/js/jquery/src/effects/animatedSelector.js create mode 100644 wp-content/themes/PetoskeyTheme/js/jquery/src/event.js create mode 100644 wp-content/themes/PetoskeyTheme/js/jquery/src/event/alias.js create mode 100644 wp-content/themes/PetoskeyTheme/js/jquery/src/event/support.js create mode 100644 wp-content/themes/PetoskeyTheme/js/jquery/src/exports/amd.js create mode 100644 wp-content/themes/PetoskeyTheme/js/jquery/src/exports/global.js create mode 100644 wp-content/themes/PetoskeyTheme/js/jquery/src/intro.js create mode 100644 wp-content/themes/PetoskeyTheme/js/jquery/src/jquery.js create mode 100644 wp-content/themes/PetoskeyTheme/js/jquery/src/manipulation.js create mode 100644 wp-content/themes/PetoskeyTheme/js/jquery/src/manipulation/_evalUrl.js create mode 100644 wp-content/themes/PetoskeyTheme/js/jquery/src/manipulation/support.js create mode 100644 wp-content/themes/PetoskeyTheme/js/jquery/src/manipulation/var/rcheckableType.js create mode 100644 wp-content/themes/PetoskeyTheme/js/jquery/src/offset.js create mode 100644 wp-content/themes/PetoskeyTheme/js/jquery/src/outro.js create mode 100644 wp-content/themes/PetoskeyTheme/js/jquery/src/queue.js create mode 100644 wp-content/themes/PetoskeyTheme/js/jquery/src/queue/delay.js create mode 100644 wp-content/themes/PetoskeyTheme/js/jquery/src/selector-native.js create mode 100644 wp-content/themes/PetoskeyTheme/js/jquery/src/selector-sizzle.js create mode 100644 wp-content/themes/PetoskeyTheme/js/jquery/src/selector.js create mode 100644 wp-content/themes/PetoskeyTheme/js/jquery/src/serialize.js create mode 100644 wp-content/themes/PetoskeyTheme/js/jquery/src/sizzle/dist/sizzle.js create mode 100644 wp-content/themes/PetoskeyTheme/js/jquery/src/sizzle/dist/sizzle.min.js create mode 100644 wp-content/themes/PetoskeyTheme/js/jquery/src/sizzle/dist/sizzle.min.map create mode 100644 wp-content/themes/PetoskeyTheme/js/jquery/src/traversing.js create mode 100644 wp-content/themes/PetoskeyTheme/js/jquery/src/traversing/findFilter.js create mode 100644 wp-content/themes/PetoskeyTheme/js/jquery/src/traversing/var/rneedsContext.js create mode 100644 wp-content/themes/PetoskeyTheme/js/jquery/src/var/arr.js create mode 100644 wp-content/themes/PetoskeyTheme/js/jquery/src/var/class2type.js create mode 100644 wp-content/themes/PetoskeyTheme/js/jquery/src/var/concat.js create mode 100644 wp-content/themes/PetoskeyTheme/js/jquery/src/var/hasOwn.js create mode 100644 wp-content/themes/PetoskeyTheme/js/jquery/src/var/indexOf.js create mode 100644 wp-content/themes/PetoskeyTheme/js/jquery/src/var/pnum.js create mode 100644 wp-content/themes/PetoskeyTheme/js/jquery/src/var/push.js create mode 100644 wp-content/themes/PetoskeyTheme/js/jquery/src/var/rnotwhite.js create mode 100644 wp-content/themes/PetoskeyTheme/js/jquery/src/var/slice.js create mode 100644 wp-content/themes/PetoskeyTheme/js/jquery/src/var/strundefined.js create mode 100644 wp-content/themes/PetoskeyTheme/js/jquery/src/var/support.js create mode 100644 wp-content/themes/PetoskeyTheme/js/jquery/src/var/toString.js create mode 100644 wp-content/themes/PetoskeyTheme/js/jquery/src/var/trim.js create mode 100644 wp-content/themes/PetoskeyTheme/js/jquery/src/wrap.js create mode 100644 wp-content/themes/PetoskeyTheme/js/lodash/dist/lodash.compat.js create mode 100644 wp-content/themes/PetoskeyTheme/js/lodash/dist/lodash.compat.min.js create mode 100644 wp-content/themes/PetoskeyTheme/js/lodash/dist/lodash.js create mode 100644 wp-content/themes/PetoskeyTheme/js/lodash/dist/lodash.min.js create mode 100644 wp-content/themes/PetoskeyTheme/js/lodash/dist/lodash.underscore.js create mode 100644 wp-content/themes/PetoskeyTheme/js/lodash/dist/lodash.underscore.min.js create mode 100644 wp-content/themes/PetoskeyTheme/js/modernizr/feature-detects/a-download.js create mode 100644 wp-content/themes/PetoskeyTheme/js/modernizr/feature-detects/audio-audiodata-api.js create mode 100644 wp-content/themes/PetoskeyTheme/js/modernizr/feature-detects/audio-webaudio-api.js create mode 100644 wp-content/themes/PetoskeyTheme/js/modernizr/feature-detects/battery-api.js create mode 100644 wp-content/themes/PetoskeyTheme/js/modernizr/feature-detects/battery-level.js create mode 100644 wp-content/themes/PetoskeyTheme/js/modernizr/feature-detects/blob-constructor.js create mode 100644 wp-content/themes/PetoskeyTheme/js/modernizr/feature-detects/canvas-todataurl-type.js create mode 100644 wp-content/themes/PetoskeyTheme/js/modernizr/feature-detects/contenteditable.js create mode 100644 wp-content/themes/PetoskeyTheme/js/modernizr/feature-detects/contentsecuritypolicy.js create mode 100644 wp-content/themes/PetoskeyTheme/js/modernizr/feature-detects/contextmenu.js create mode 100644 wp-content/themes/PetoskeyTheme/js/modernizr/feature-detects/cookies.js create mode 100644 wp-content/themes/PetoskeyTheme/js/modernizr/feature-detects/cors.js create mode 100644 wp-content/themes/PetoskeyTheme/js/modernizr/feature-detects/css-backgroundposition-shorthand.js create mode 100644 wp-content/themes/PetoskeyTheme/js/modernizr/feature-detects/css-backgroundposition-xy.js create mode 100644 wp-content/themes/PetoskeyTheme/js/modernizr/feature-detects/css-backgroundrepeat.js create mode 100644 wp-content/themes/PetoskeyTheme/js/modernizr/feature-detects/css-backgroundsizecover.js create mode 100644 wp-content/themes/PetoskeyTheme/js/modernizr/feature-detects/css-boxsizing.js create mode 100644 wp-content/themes/PetoskeyTheme/js/modernizr/feature-detects/css-calc.js create mode 100644 wp-content/themes/PetoskeyTheme/js/modernizr/feature-detects/css-cubicbezierrange.js create mode 100644 wp-content/themes/PetoskeyTheme/js/modernizr/feature-detects/css-displayrunin.js create mode 100644 wp-content/themes/PetoskeyTheme/js/modernizr/feature-detects/css-displaytable.js create mode 100644 wp-content/themes/PetoskeyTheme/js/modernizr/feature-detects/css-filters.js create mode 100644 wp-content/themes/PetoskeyTheme/js/modernizr/feature-detects/css-hyphens.js create mode 100644 wp-content/themes/PetoskeyTheme/js/modernizr/feature-detects/css-lastchild.js create mode 100644 wp-content/themes/PetoskeyTheme/js/modernizr/feature-detects/css-mask.js create mode 100644 wp-content/themes/PetoskeyTheme/js/modernizr/feature-detects/css-mediaqueries.js create mode 100644 wp-content/themes/PetoskeyTheme/js/modernizr/feature-detects/css-objectfit.js create mode 100644 wp-content/themes/PetoskeyTheme/js/modernizr/feature-detects/css-overflow-scrolling.js create mode 100644 wp-content/themes/PetoskeyTheme/js/modernizr/feature-detects/css-pointerevents.js create mode 100644 wp-content/themes/PetoskeyTheme/js/modernizr/feature-detects/css-positionsticky.js create mode 100644 wp-content/themes/PetoskeyTheme/js/modernizr/feature-detects/css-regions.js create mode 100644 wp-content/themes/PetoskeyTheme/js/modernizr/feature-detects/css-remunit.js create mode 100644 wp-content/themes/PetoskeyTheme/js/modernizr/feature-detects/css-resize.js create mode 100644 wp-content/themes/PetoskeyTheme/js/modernizr/feature-detects/css-scrollbars.js create mode 100644 wp-content/themes/PetoskeyTheme/js/modernizr/feature-detects/css-shapes.js create mode 100644 wp-content/themes/PetoskeyTheme/js/modernizr/feature-detects/css-subpixelfont.js create mode 100644 wp-content/themes/PetoskeyTheme/js/modernizr/feature-detects/css-supports.js create mode 100644 wp-content/themes/PetoskeyTheme/js/modernizr/feature-detects/css-userselect.js create mode 100644 wp-content/themes/PetoskeyTheme/js/modernizr/feature-detects/css-vhunit.js create mode 100644 wp-content/themes/PetoskeyTheme/js/modernizr/feature-detects/css-vmaxunit.js create mode 100644 wp-content/themes/PetoskeyTheme/js/modernizr/feature-detects/css-vminunit.js create mode 100644 wp-content/themes/PetoskeyTheme/js/modernizr/feature-detects/css-vwunit.js create mode 100644 wp-content/themes/PetoskeyTheme/js/modernizr/feature-detects/custom-protocol-handler.js create mode 100644 wp-content/themes/PetoskeyTheme/js/modernizr/feature-detects/dart.js create mode 100644 wp-content/themes/PetoskeyTheme/js/modernizr/feature-detects/dataview-api.js create mode 100644 wp-content/themes/PetoskeyTheme/js/modernizr/feature-detects/dom-classlist.js create mode 100644 wp-content/themes/PetoskeyTheme/js/modernizr/feature-detects/dom-createElement-attrs.js create mode 100644 wp-content/themes/PetoskeyTheme/js/modernizr/feature-detects/dom-dataset.js create mode 100644 wp-content/themes/PetoskeyTheme/js/modernizr/feature-detects/dom-microdata.js create mode 100644 wp-content/themes/PetoskeyTheme/js/modernizr/feature-detects/elem-datalist.js create mode 100644 wp-content/themes/PetoskeyTheme/js/modernizr/feature-detects/elem-details.js create mode 100644 wp-content/themes/PetoskeyTheme/js/modernizr/feature-detects/elem-output.js create mode 100644 wp-content/themes/PetoskeyTheme/js/modernizr/feature-detects/elem-progress-meter.js create mode 100644 wp-content/themes/PetoskeyTheme/js/modernizr/feature-detects/elem-ruby.js create mode 100644 wp-content/themes/PetoskeyTheme/js/modernizr/feature-detects/elem-time.js create mode 100644 wp-content/themes/PetoskeyTheme/js/modernizr/feature-detects/elem-track.js create mode 100644 wp-content/themes/PetoskeyTheme/js/modernizr/feature-detects/emoji.js create mode 100644 wp-content/themes/PetoskeyTheme/js/modernizr/feature-detects/es5-strictmode.js create mode 100644 wp-content/themes/PetoskeyTheme/js/modernizr/feature-detects/event-deviceorientation-motion.js create mode 100644 wp-content/themes/PetoskeyTheme/js/modernizr/feature-detects/exif-orientation.js create mode 100644 wp-content/themes/PetoskeyTheme/js/modernizr/feature-detects/file-api.js create mode 100644 wp-content/themes/PetoskeyTheme/js/modernizr/feature-detects/file-filesystem.js create mode 100644 wp-content/themes/PetoskeyTheme/js/modernizr/feature-detects/forms-fileinput.js create mode 100644 wp-content/themes/PetoskeyTheme/js/modernizr/feature-detects/forms-formattribute.js create mode 100644 wp-content/themes/PetoskeyTheme/js/modernizr/feature-detects/forms-inputnumber-l10n.js create mode 100644 wp-content/themes/PetoskeyTheme/js/modernizr/feature-detects/forms-placeholder.js create mode 100644 wp-content/themes/PetoskeyTheme/js/modernizr/feature-detects/forms-speechinput.js create mode 100644 wp-content/themes/PetoskeyTheme/js/modernizr/feature-detects/forms-validation.js create mode 100644 wp-content/themes/PetoskeyTheme/js/modernizr/feature-detects/fullscreen-api.js create mode 100644 wp-content/themes/PetoskeyTheme/js/modernizr/feature-detects/gamepad.js create mode 100644 wp-content/themes/PetoskeyTheme/js/modernizr/feature-detects/getusermedia.js create mode 100644 wp-content/themes/PetoskeyTheme/js/modernizr/feature-detects/ie8compat.js create mode 100644 wp-content/themes/PetoskeyTheme/js/modernizr/feature-detects/iframe-sandbox.js create mode 100644 wp-content/themes/PetoskeyTheme/js/modernizr/feature-detects/iframe-seamless.js create mode 100644 wp-content/themes/PetoskeyTheme/js/modernizr/feature-detects/iframe-srcdoc.js create mode 100644 wp-content/themes/PetoskeyTheme/js/modernizr/feature-detects/img-apng.js create mode 100644 wp-content/themes/PetoskeyTheme/js/modernizr/feature-detects/img-webp.js create mode 100644 wp-content/themes/PetoskeyTheme/js/modernizr/feature-detects/json.js create mode 100644 wp-content/themes/PetoskeyTheme/js/modernizr/feature-detects/lists-reversed.js create mode 100644 wp-content/themes/PetoskeyTheme/js/modernizr/feature-detects/mathml.js create mode 100644 wp-content/themes/PetoskeyTheme/js/modernizr/feature-detects/network-connection.js create mode 100644 wp-content/themes/PetoskeyTheme/js/modernizr/feature-detects/network-eventsource.js create mode 100644 wp-content/themes/PetoskeyTheme/js/modernizr/feature-detects/network-xhr2.js create mode 100644 wp-content/themes/PetoskeyTheme/js/modernizr/feature-detects/notification.js create mode 100644 wp-content/themes/PetoskeyTheme/js/modernizr/feature-detects/performance.js create mode 100644 wp-content/themes/PetoskeyTheme/js/modernizr/feature-detects/pointerlock-api.js create mode 100644 wp-content/themes/PetoskeyTheme/js/modernizr/feature-detects/quota-management-api.js create mode 100644 wp-content/themes/PetoskeyTheme/js/modernizr/feature-detects/requestanimationframe.js create mode 100644 wp-content/themes/PetoskeyTheme/js/modernizr/feature-detects/script-async.js create mode 100644 wp-content/themes/PetoskeyTheme/js/modernizr/feature-detects/script-defer.js create mode 100644 wp-content/themes/PetoskeyTheme/js/modernizr/feature-detects/style-scoped.js create mode 100644 wp-content/themes/PetoskeyTheme/js/modernizr/feature-detects/svg-filters.js create mode 100644 wp-content/themes/PetoskeyTheme/js/modernizr/feature-detects/unicode.js create mode 100644 wp-content/themes/PetoskeyTheme/js/modernizr/feature-detects/url-data-uri.js create mode 100644 wp-content/themes/PetoskeyTheme/js/modernizr/feature-detects/userdata.js create mode 100644 wp-content/themes/PetoskeyTheme/js/modernizr/feature-detects/vibration.js create mode 100644 wp-content/themes/PetoskeyTheme/js/modernizr/feature-detects/web-intents.js create mode 100644 wp-content/themes/PetoskeyTheme/js/modernizr/feature-detects/webgl-extensions.js create mode 100644 wp-content/themes/PetoskeyTheme/js/modernizr/feature-detects/websockets-binary.js create mode 100644 wp-content/themes/PetoskeyTheme/js/modernizr/feature-detects/window-framed.js create mode 100644 wp-content/themes/PetoskeyTheme/js/modernizr/feature-detects/workers-blobworkers.js create mode 100644 wp-content/themes/PetoskeyTheme/js/modernizr/feature-detects/workers-dataworkers.js create mode 100644 wp-content/themes/PetoskeyTheme/js/modernizr/feature-detects/workers-sharedworkers.js create mode 100644 wp-content/themes/PetoskeyTheme/js/modernizr/grunt.js create mode 100644 wp-content/themes/PetoskeyTheme/js/modernizr/modernizr.js create mode 100644 wp-content/themes/PetoskeyTheme/js/modernizr/modernizr.min.js create mode 100644 wp-content/themes/PetoskeyTheme/js/modernizr/test/caniuse_files/ga.js create mode 100644 wp-content/themes/PetoskeyTheme/js/modernizr/test/caniuse_files/jquery.min.js create mode 100644 wp-content/themes/PetoskeyTheme/js/modernizr/test/caniuse_files/modernizr-1.7.min.js create mode 100644 wp-content/themes/PetoskeyTheme/js/modernizr/test/js/dumpdata.js create mode 100644 wp-content/themes/PetoskeyTheme/js/modernizr/test/js/lib/detect-global.js create mode 100644 wp-content/themes/PetoskeyTheme/js/modernizr/test/js/lib/jquery-1.7b2.js create mode 100644 wp-content/themes/PetoskeyTheme/js/modernizr/test/js/lib/jsonselect.js create mode 100644 wp-content/themes/PetoskeyTheme/js/modernizr/test/js/lib/polyfills.js create mode 100644 wp-content/themes/PetoskeyTheme/js/modernizr/test/js/lib/uaparser.js create mode 100644 wp-content/themes/PetoskeyTheme/js/modernizr/test/js/setup.js create mode 100644 wp-content/themes/PetoskeyTheme/js/modernizr/test/js/unit-caniuse.js create mode 100644 wp-content/themes/PetoskeyTheme/js/modernizr/test/js/unit.js create mode 100644 wp-content/themes/PetoskeyTheme/js/modernizr/test/qunit/qunit.js create mode 100644 wp-content/themes/PetoskeyTheme/js/modernizr/test/qunit/run-qunit.js create mode 100644 wp-content/themes/PetoskeyTheme/js/sizzle/dist/sizzle.js create mode 100644 wp-content/themes/PetoskeyTheme/js/sizzle/dist/sizzle.min.js create mode 100644 wp-content/themes/PetoskeyTheme/js/sizzle/dist/sizzle.min.map create mode 100644 wp-content/themes/PetoskeyTheme/js/sizzle/tasks/commit.js create mode 100644 wp-content/themes/PetoskeyTheme/js/sizzle/tasks/compile.js create mode 100644 wp-content/themes/PetoskeyTheme/js/sizzle/tasks/dist.js create mode 100644 wp-content/themes/PetoskeyTheme/js/sizzle/tasks/release.js create mode 100644 wp-content/themes/PetoskeyTheme/js/sizzle/tasks/tag.js create mode 100644 wp-content/themes/PetoskeyTheme/js/sizzle/tasks/version.js create mode 100644 wp-content/themes/PetoskeyTheme/js/sizzle/test/data/empty.js create mode 100644 wp-content/themes/PetoskeyTheme/js/sizzle/test/data/testinit.js create mode 100644 wp-content/themes/PetoskeyTheme/js/sizzle/test/jquery.js create mode 100644 wp-content/themes/PetoskeyTheme/js/sizzle/test/libs/qunit/qunit.js create mode 100644 wp-content/themes/PetoskeyTheme/js/sizzle/test/unit/extending.js create mode 100644 wp-content/themes/PetoskeyTheme/js/sizzle/test/unit/selector.js create mode 100644 wp-content/themes/PetoskeyTheme/js/sizzle/test/unit/utilities.js create mode 100644 wp-content/themes/PetoskeyTheme/kitchen-sink.php create mode 100644 wp-content/themes/PetoskeyTheme/languages/de_DE.mo create mode 100644 wp-content/themes/PetoskeyTheme/languages/de_DE.po create mode 100644 wp-content/themes/PetoskeyTheme/languages/es_ES.mo create mode 100644 wp-content/themes/PetoskeyTheme/languages/es_ES.po create mode 100644 wp-content/themes/PetoskeyTheme/languages/fr_FR.mo create mode 100644 wp-content/themes/PetoskeyTheme/languages/fr_FR.po create mode 100644 wp-content/themes/PetoskeyTheme/library/cleanup.php create mode 100644 wp-content/themes/PetoskeyTheme/library/enqueue-scripts.php create mode 100644 wp-content/themes/PetoskeyTheme/library/entry-meta.php create mode 100644 wp-content/themes/PetoskeyTheme/library/foundation.php create mode 100644 wp-content/themes/PetoskeyTheme/library/menu-walker.php create mode 100644 wp-content/themes/PetoskeyTheme/library/navigation.php create mode 100644 wp-content/themes/PetoskeyTheme/library/theme-support.php create mode 100644 wp-content/themes/PetoskeyTheme/library/widget-areas.php create mode 100644 wp-content/themes/PetoskeyTheme/package.json create mode 100644 wp-content/themes/PetoskeyTheme/page-full.php create mode 100644 wp-content/themes/PetoskeyTheme/page-sidebar-left.php create mode 100644 wp-content/themes/PetoskeyTheme/page.php create mode 100644 wp-content/themes/PetoskeyTheme/parts/off-canvas-menu.php create mode 100644 wp-content/themes/PetoskeyTheme/parts/top-bar.php create mode 100644 wp-content/themes/PetoskeyTheme/scss/app.scss create mode 100644 wp-content/themes/PetoskeyTheme/scss/assets/_icons.scss create mode 100644 wp-content/themes/PetoskeyTheme/scss/config/_colors.scss create mode 100644 wp-content/themes/PetoskeyTheme/scss/config/_settings.scss create mode 100644 wp-content/themes/PetoskeyTheme/scss/config/_variables.scss create mode 100644 wp-content/themes/PetoskeyTheme/scss/site/_structure.scss create mode 100644 wp-content/themes/PetoskeyTheme/search.php create mode 100644 wp-content/themes/PetoskeyTheme/searchform.php create mode 100644 wp-content/themes/PetoskeyTheme/sidebar-left.php create mode 100644 wp-content/themes/PetoskeyTheme/sidebar.php create mode 100644 wp-content/themes/PetoskeyTheme/single.php create mode 100755 wp-content/themes/PetoskeyTheme/style.css create mode 100644 wp-content/themes/PetoskeyTheme/woocommerce.php create mode 100644 wp-content/themes/headway/README.txt create mode 100644 wp-content/themes/headway/docs/license.txt create mode 100644 wp-content/themes/headway/docs/terms_of_service.txt create mode 100644 wp-content/themes/headway/footer.php create mode 100644 wp-content/themes/headway/functions.php create mode 100644 wp-content/themes/headway/header.php create mode 100644 wp-content/themes/headway/index.php create mode 100644 wp-content/themes/headway/library/admin/admin-bar.php create mode 100644 wp-content/themes/headway/library/admin/admin-meta-boxes.php create mode 100644 wp-content/themes/headway/library/admin/admin-pages.php create mode 100644 wp-content/themes/headway/library/admin/admin-write.php create mode 100644 wp-content/themes/headway/library/admin/admin.php create mode 100644 wp-content/themes/headway/library/admin/api-admin-inputs.php create mode 100644 wp-content/themes/headway/library/admin/css/admin-headway-global.css create mode 100644 wp-content/themes/headway/library/admin/css/admin-headway.css create mode 100644 wp-content/themes/headway/library/admin/css/admin-write.css create mode 100644 wp-content/themes/headway/library/admin/images/headway-16-white.png create mode 100644 wp-content/themes/headway/library/admin/images/headway-16.png create mode 100644 wp-content/themes/headway/library/admin/images/headway-32-white.png create mode 100644 wp-content/themes/headway/library/admin/images/headway-32.png create mode 100644 wp-content/themes/headway/library/admin/images/help-grey.png create mode 100644 wp-content/themes/headway/library/admin/js/admin-headway.js create mode 100644 wp-content/themes/headway/library/admin/js/admin-templates.js create mode 100644 wp-content/themes/headway/library/admin/js/admin-write.js create mode 100644 wp-content/themes/headway/library/admin/js/jquery.masonry.js create mode 100644 wp-content/themes/headway/library/admin/js/jquery.qtip.js create mode 100644 wp-content/themes/headway/library/admin/js/jquery.scrollto.js create mode 100644 wp-content/themes/headway/library/admin/js/jquery.tabby.js create mode 100644 wp-content/themes/headway/library/admin/js/knockout.js create mode 100644 wp-content/themes/headway/library/admin/pages/getting-started.php create mode 100644 wp-content/themes/headway/library/admin/pages/options.php create mode 100644 wp-content/themes/headway/library/admin/pages/templates.php create mode 100644 wp-content/themes/headway/library/admin/pages/tools.php create mode 100644 wp-content/themes/headway/library/admin/pages/whats-new.php create mode 100644 wp-content/themes/headway/library/api/api-admin-meta-box.php create mode 100644 wp-content/themes/headway/library/api/api-block.php create mode 100644 wp-content/themes/headway/library/api/api-box.php create mode 100644 wp-content/themes/headway/library/api/api-child-theme.php create mode 100644 wp-content/themes/headway/library/api/api-element.php create mode 100644 wp-content/themes/headway/library/api/api-panel.php create mode 100644 wp-content/themes/headway/library/blocks/blocks.php create mode 100644 wp-content/themes/headway/library/blocks/breadcrumbs/breadcrumbs.php create mode 100644 wp-content/themes/headway/library/blocks/breadcrumbs/icon-white.png create mode 100644 wp-content/themes/headway/library/blocks/breadcrumbs/icon.png create mode 100644 wp-content/themes/headway/library/blocks/content/comments-template.php create mode 100644 wp-content/themes/headway/library/blocks/content/content-display.php create mode 100644 wp-content/themes/headway/library/blocks/content/content.php create mode 100644 wp-content/themes/headway/library/blocks/content/editor-style.php create mode 100644 wp-content/themes/headway/library/blocks/content/icon-white.png create mode 100644 wp-content/themes/headway/library/blocks/content/icon.png create mode 100644 wp-content/themes/headway/library/blocks/custom-code/custom-code.php create mode 100644 wp-content/themes/headway/library/blocks/custom-code/icon-white.png create mode 100644 wp-content/themes/headway/library/blocks/custom-code/icon.png create mode 100644 wp-content/themes/headway/library/blocks/embed/embed.php create mode 100644 wp-content/themes/headway/library/blocks/embed/icon-white.png create mode 100644 wp-content/themes/headway/library/blocks/embed/icon.png create mode 100644 wp-content/themes/headway/library/blocks/footer/footer.php create mode 100644 wp-content/themes/headway/library/blocks/footer/icon-white.png create mode 100644 wp-content/themes/headway/library/blocks/footer/icon.png create mode 100644 wp-content/themes/headway/library/blocks/gravity-forms/gravity-forms.php create mode 100644 wp-content/themes/headway/library/blocks/gravity-forms/icon-white.png create mode 100644 wp-content/themes/headway/library/blocks/gravity-forms/icon.png create mode 100644 wp-content/themes/headway/library/blocks/header/header.php create mode 100644 wp-content/themes/headway/library/blocks/header/icon-white.png create mode 100644 wp-content/themes/headway/library/blocks/header/icon.png create mode 100644 wp-content/themes/headway/library/blocks/image/icon-white.png create mode 100644 wp-content/themes/headway/library/blocks/image/icon.png create mode 100644 wp-content/themes/headway/library/blocks/image/image.php create mode 100644 wp-content/themes/headway/library/blocks/listings/block-options.php create mode 100644 wp-content/themes/headway/library/blocks/listings/content-display.php create mode 100644 wp-content/themes/headway/library/blocks/listings/icon-white.png create mode 100644 wp-content/themes/headway/library/blocks/listings/icon.png create mode 100644 wp-content/themes/headway/library/blocks/listings/listings.php create mode 100644 wp-content/themes/headway/library/blocks/navigation/icon-white.png create mode 100644 wp-content/themes/headway/library/blocks/navigation/icon.png create mode 100644 wp-content/themes/headway/library/blocks/navigation/js/jquery.superfish.js create mode 100644 wp-content/themes/headway/library/blocks/navigation/js/selectnav.js create mode 100644 wp-content/themes/headway/library/blocks/navigation/navigation.php create mode 100644 wp-content/themes/headway/library/blocks/pin-board/css/pin-board.css create mode 100644 wp-content/themes/headway/library/blocks/pin-board/icon-white.png create mode 100644 wp-content/themes/headway/library/blocks/pin-board/icon.png create mode 100644 wp-content/themes/headway/library/blocks/pin-board/js/pin-board.js create mode 100644 wp-content/themes/headway/library/blocks/pin-board/pin-board.php create mode 100644 wp-content/themes/headway/library/blocks/search/icon-white.png create mode 100644 wp-content/themes/headway/library/blocks/search/icon.png create mode 100644 wp-content/themes/headway/library/blocks/search/search.php create mode 100644 wp-content/themes/headway/library/blocks/slidedeck/icon-white.png create mode 100644 wp-content/themes/headway/library/blocks/slidedeck/icon.png create mode 100644 wp-content/themes/headway/library/blocks/slidedeck/slidedeck.php create mode 100644 wp-content/themes/headway/library/blocks/slider/assets/bg_direction_nav.png create mode 100644 wp-content/themes/headway/library/blocks/slider/assets/flexslider.css create mode 100644 wp-content/themes/headway/library/blocks/slider/assets/jquery.flexslider-min.js create mode 100644 wp-content/themes/headway/library/blocks/slider/icon-white.png create mode 100644 wp-content/themes/headway/library/blocks/slider/icon.png create mode 100644 wp-content/themes/headway/library/blocks/slider/slider.php create mode 100644 wp-content/themes/headway/library/blocks/social/icon-white.png create mode 100644 wp-content/themes/headway/library/blocks/social/icon.png create mode 100644 wp-content/themes/headway/library/blocks/social/icons/peel-icons/Delicious.png create mode 100644 wp-content/themes/headway/library/blocks/social/icons/peel-icons/Dribbble.png create mode 100644 wp-content/themes/headway/library/blocks/social/icons/peel-icons/Facebook.png create mode 100644 wp-content/themes/headway/library/blocks/social/icons/peel-icons/Flickr.png create mode 100644 wp-content/themes/headway/library/blocks/social/icons/peel-icons/Google +.png create mode 100644 wp-content/themes/headway/library/blocks/social/icons/peel-icons/Intsagram.png create mode 100644 wp-content/themes/headway/library/blocks/social/icons/peel-icons/LastFM.png create mode 100644 wp-content/themes/headway/library/blocks/social/icons/peel-icons/LinkedIn.png create mode 100644 wp-content/themes/headway/library/blocks/social/icons/peel-icons/Pinterest.png create mode 100644 wp-content/themes/headway/library/blocks/social/icons/peel-icons/RSS.png create mode 100644 wp-content/themes/headway/library/blocks/social/icons/peel-icons/SoundCloud.png create mode 100644 wp-content/themes/headway/library/blocks/social/icons/peel-icons/Tumblr.png create mode 100644 wp-content/themes/headway/library/blocks/social/icons/peel-icons/Twitter.png create mode 100644 wp-content/themes/headway/library/blocks/social/icons/peel-icons/Vimeo.png create mode 100644 wp-content/themes/headway/library/blocks/social/icons/peel-icons/YouTube.png create mode 100644 wp-content/themes/headway/library/blocks/social/icons/soft-social/Digg.png create mode 100644 wp-content/themes/headway/library/blocks/social/icons/soft-social/Dribbble.png create mode 100644 wp-content/themes/headway/library/blocks/social/icons/soft-social/Facebook.png create mode 100644 wp-content/themes/headway/library/blocks/social/icons/soft-social/Flickr.png create mode 100644 wp-content/themes/headway/library/blocks/social/icons/soft-social/Foursquare.png create mode 100644 wp-content/themes/headway/library/blocks/social/icons/soft-social/Github.png create mode 100644 wp-content/themes/headway/library/blocks/social/icons/soft-social/Google+.png create mode 100644 wp-content/themes/headway/library/blocks/social/icons/soft-social/Instagram.png create mode 100644 wp-content/themes/headway/library/blocks/social/icons/soft-social/Linkedin.png create mode 100644 wp-content/themes/headway/library/blocks/social/icons/soft-social/Myspace.png create mode 100644 wp-content/themes/headway/library/blocks/social/icons/soft-social/Pinterest.png create mode 100644 wp-content/themes/headway/library/blocks/social/icons/soft-social/RSS.png create mode 100644 wp-content/themes/headway/library/blocks/social/icons/soft-social/Tumblr.png create mode 100644 wp-content/themes/headway/library/blocks/social/icons/soft-social/Twitter.png create mode 100644 wp-content/themes/headway/library/blocks/social/icons/soft-social/Vimeo.png create mode 100644 wp-content/themes/headway/library/blocks/social/icons/soft-social/Youtube.png create mode 100644 wp-content/themes/headway/library/blocks/social/social.php create mode 100644 wp-content/themes/headway/library/blocks/text/icon-white.png create mode 100644 wp-content/themes/headway/library/blocks/text/icon.png create mode 100644 wp-content/themes/headway/library/blocks/text/text.php create mode 100644 wp-content/themes/headway/library/blocks/widget-area/icon-white.png create mode 100644 wp-content/themes/headway/library/blocks/widget-area/icon.png create mode 100644 wp-content/themes/headway/library/blocks/widget-area/widget-area.php create mode 100644 wp-content/themes/headway/library/common/application.php create mode 100644 wp-content/themes/headway/library/common/capabilities.php create mode 100644 wp-content/themes/headway/library/common/compatibility-checks.php create mode 100644 wp-content/themes/headway/library/common/compiler.php create mode 100644 wp-content/themes/headway/library/common/feed.php create mode 100644 wp-content/themes/headway/library/common/functions.php create mode 100644 wp-content/themes/headway/library/common/image-resizer.php create mode 100644 wp-content/themes/headway/library/common/layout.php create mode 100644 wp-content/themes/headway/library/common/responsive-grid.php create mode 100644 wp-content/themes/headway/library/common/route.php create mode 100644 wp-content/themes/headway/library/common/seo.php create mode 100644 wp-content/themes/headway/library/common/social-optimization.php create mode 100644 wp-content/themes/headway/library/common/templates.php create mode 100644 wp-content/themes/headway/library/compatibility/woocommerce/compatibility-woocommerce.php create mode 100644 wp-content/themes/headway/library/compatibility/woocommerce/headway-storefront-wooc.css create mode 100644 wp-content/themes/headway/library/compatibility/woocommerce/woocommerce-breadcrumbs.php create mode 100644 wp-content/themes/headway/library/compatibility/woocommerce/woocommerce-design-defaults.php create mode 100644 wp-content/themes/headway/library/compatibility/woocommerce/woocommerce-design-elements.php create mode 100644 wp-content/themes/headway/library/data/data-blocks.php create mode 100644 wp-content/themes/headway/library/data/data-elements.php create mode 100644 wp-content/themes/headway/library/data/data-layout-options.php create mode 100644 wp-content/themes/headway/library/data/data-options.php create mode 100644 wp-content/themes/headway/library/data/data-portability.php create mode 100644 wp-content/themes/headway/library/data/data-skin-options.php create mode 100644 wp-content/themes/headway/library/data/data-snapshots.php create mode 100644 wp-content/themes/headway/library/data/data-wrappers.php create mode 100644 wp-content/themes/headway/library/defaults/default-design-settings.php create mode 100644 wp-content/themes/headway/library/display/display.php create mode 100644 wp-content/themes/headway/library/display/grid-renderer.php create mode 100644 wp-content/themes/headway/library/display/head.php create mode 100644 wp-content/themes/headway/library/display/layout-renderer.php create mode 100644 wp-content/themes/headway/library/elements/default-elements.php create mode 100644 wp-content/themes/headway/library/elements/elements.php create mode 100644 wp-content/themes/headway/library/elements/properties.php create mode 100644 wp-content/themes/headway/library/elements/structural-elements.php create mode 100644 wp-content/themes/headway/library/fonts/google-fonts.php create mode 100644 wp-content/themes/headway/library/fonts/traditional-fonts.php create mode 100644 wp-content/themes/headway/library/fonts/web-fonts-api.php create mode 100644 wp-content/themes/headway/library/fonts/web-fonts-loader.php create mode 100644 wp-content/themes/headway/library/languages/da_DK.mo create mode 100644 wp-content/themes/headway/library/languages/da_DK.po create mode 100644 wp-content/themes/headway/library/languages/de_DE.mo create mode 100644 wp-content/themes/headway/library/languages/de_DE.po create mode 100644 wp-content/themes/headway/library/languages/headway.po create mode 100644 wp-content/themes/headway/library/languages/it_IT.mo create mode 100644 wp-content/themes/headway/library/languages/it_IT.po create mode 100644 wp-content/themes/headway/library/maintenance/upgrade-36.php create mode 100644 wp-content/themes/headway/library/maintenance/upgrade-361.php create mode 100644 wp-content/themes/headway/library/maintenance/upgrade-37.php create mode 100644 wp-content/themes/headway/library/maintenance/upgrade-371.php create mode 100644 wp-content/themes/headway/library/maintenance/upgrades.php create mode 100644 wp-content/themes/headway/library/media/css/alerts.css create mode 100644 wp-content/themes/headway/library/media/css/block-basics.css create mode 100644 wp-content/themes/headway/library/media/css/content-styling.css create mode 100644 wp-content/themes/headway/library/media/css/grid.css create mode 100644 wp-content/themes/headway/library/media/css/reset.css create mode 100644 wp-content/themes/headway/library/media/dynamic/responsive-grid.php create mode 100644 wp-content/themes/headway/library/media/dynamic/style.php create mode 100644 wp-content/themes/headway/library/media/js/html5shiv.js create mode 100644 wp-content/themes/headway/library/media/js/ie8.js create mode 100644 wp-content/themes/headway/library/media/js/jquery.fitvids.js create mode 100644 wp-content/themes/headway/library/media/js/jquery.hoverintent.js create mode 100644 wp-content/themes/headway/library/resources/dynamic-loop.php create mode 100644 wp-content/themes/headway/library/resources/lessc.inc.php create mode 100644 wp-content/themes/headway/library/resources/redactor/css/redactor-iframe.css create mode 100644 wp-content/themes/headway/library/resources/redactor/css/redactor.css create mode 100644 wp-content/themes/headway/library/resources/redactor/fontcolor.js create mode 100644 wp-content/themes/headway/library/resources/redactor/fontsize.js create mode 100644 wp-content/themes/headway/library/resources/redactor/redactor.min.js create mode 100644 wp-content/themes/headway/library/updater/plugin-updater.php create mode 100644 wp-content/themes/headway/library/updater/theme-updater.php create mode 100644 wp-content/themes/headway/library/visual-editor/ace-editor.php create mode 100644 wp-content/themes/headway/library/visual-editor/boxes/grid-wizard.php create mode 100644 wp-content/themes/headway/library/visual-editor/boxes/snapshots.php create mode 100644 wp-content/themes/headway/library/visual-editor/css/editor-design.less create mode 100644 wp-content/themes/headway/library/visual-editor/css/editor-iframe-grid-wireframe.less create mode 100644 wp-content/themes/headway/library/visual-editor/css/editor-iframe-grid.less create mode 100644 wp-content/themes/headway/library/visual-editor/css/editor-iframe.less create mode 100644 wp-content/themes/headway/library/visual-editor/css/editor-inputs.less create mode 100644 wp-content/themes/headway/library/visual-editor/css/editor-layout-selector.less create mode 100644 wp-content/themes/headway/library/visual-editor/css/editor-loading.css create mode 100644 wp-content/themes/headway/library/visual-editor/css/editor-mixins.less create mode 100644 wp-content/themes/headway/library/visual-editor/css/editor-tooltips.less create mode 100644 wp-content/themes/headway/library/visual-editor/css/editor.less create mode 100644 wp-content/themes/headway/library/visual-editor/display.php create mode 100644 wp-content/themes/headway/library/visual-editor/font/headway-ve.ttf create mode 100644 wp-content/themes/headway/library/visual-editor/font/headway-ve.woff create mode 100644 wp-content/themes/headway/library/visual-editor/iframe-grid.php create mode 100644 wp-content/themes/headway/library/visual-editor/images/active-badge.png create mode 100644 wp-content/themes/headway/library/visual-editor/images/add-fixed-wrapper-icon.png create mode 100644 wp-content/themes/headway/library/visual-editor/images/add-fluid-wrapper-icon.png create mode 100644 wp-content/themes/headway/library/visual-editor/images/default-block-icon.png create mode 100644 wp-content/themes/headway/library/visual-editor/images/grid-mode-bg.png create mode 100644 wp-content/themes/headway/library/visual-editor/images/layouts/layout-all-content.png create mode 100644 wp-content/themes/headway/library/visual-editor/images/layouts/layout-left-sidebar.png create mode 100644 wp-content/themes/headway/library/visual-editor/images/layouts/layout-right-sidebar.png create mode 100644 wp-content/themes/headway/library/visual-editor/images/layouts/layout-two-both.png create mode 100644 wp-content/themes/headway/library/visual-editor/images/layouts/layout-two-right.png create mode 100644 wp-content/themes/headway/library/visual-editor/images/loading-cog-bottom-left.png create mode 100644 wp-content/themes/headway/library/visual-editor/images/loading-cog-top-right.png create mode 100644 wp-content/themes/headway/library/visual-editor/images/logo-white.png create mode 100644 wp-content/themes/headway/library/visual-editor/images/logo.png create mode 100644 wp-content/themes/headway/library/visual-editor/images/transparent-bg.png create mode 100644 wp-content/themes/headway/library/visual-editor/images/transparent.png create mode 100644 wp-content/themes/headway/library/visual-editor/images/transparentGrad.png create mode 100644 wp-content/themes/headway/library/visual-editor/media-uploader.php create mode 100644 wp-content/themes/headway/library/visual-editor/panels/design/property-inputs.php create mode 100644 wp-content/themes/headway/library/visual-editor/panels/design/side-panel-design-editor.php create mode 100644 wp-content/themes/headway/library/visual-editor/panels/grid/setup.php create mode 100644 wp-content/themes/headway/library/visual-editor/preview.php create mode 100644 wp-content/themes/headway/library/visual-editor/scripts-min/app.js create mode 100644 wp-content/themes/headway/library/visual-editor/scripts-min/deps/ace/ace.min.js create mode 100644 wp-content/themes/headway/library/visual-editor/scripts-min/deps/ace/ext-searchbox.js create mode 100644 wp-content/themes/headway/library/visual-editor/scripts-min/deps/ace/mode-css.js create mode 100644 wp-content/themes/headway/library/visual-editor/scripts-min/deps/ace/mode-html.js create mode 100644 wp-content/themes/headway/library/visual-editor/scripts-min/deps/ace/mode-php.js create mode 100644 wp-content/themes/headway/library/visual-editor/scripts-min/deps/ace/theme-textmate.js create mode 100644 wp-content/themes/headway/library/visual-editor/scripts-min/deps/ace/worker-css.js create mode 100644 wp-content/themes/headway/library/visual-editor/scripts-min/deps/jquery.scrollto.js create mode 100644 wp-content/themes/headway/library/visual-editor/scripts-min/deps/jquery.tabby.js create mode 100644 wp-content/themes/headway/library/visual-editor/scripts-min/deps/require-and-jquery.js create mode 100644 wp-content/themes/headway/library/visual-editor/scripts-min/util.fonts-browser.js create mode 100644 wp-content/themes/headway/library/visual-editor/scripts-min/util.touch.js create mode 100644 wp-content/themes/headway/library/visual-editor/scripts/app.js create mode 100644 wp-content/themes/headway/library/visual-editor/scripts/build/build.js create mode 100644 wp-content/themes/headway/library/visual-editor/scripts/build/r.js create mode 100644 wp-content/themes/headway/library/visual-editor/scripts/deps/ace/ace.min.js create mode 100644 wp-content/themes/headway/library/visual-editor/scripts/deps/ace/ext-searchbox.js create mode 100644 wp-content/themes/headway/library/visual-editor/scripts/deps/ace/mode-css.js create mode 100644 wp-content/themes/headway/library/visual-editor/scripts/deps/ace/mode-html.js create mode 100644 wp-content/themes/headway/library/visual-editor/scripts/deps/ace/mode-php.js create mode 100644 wp-content/themes/headway/library/visual-editor/scripts/deps/ace/theme-textmate.js create mode 100644 wp-content/themes/headway/library/visual-editor/scripts/deps/ace/worker-css.js create mode 100644 wp-content/themes/headway/library/visual-editor/scripts/deps/colorpicker.js create mode 100644 wp-content/themes/headway/library/visual-editor/scripts/deps/itstylesheet.js create mode 100644 wp-content/themes/headway/library/visual-editor/scripts/deps/jquery.cookie.js create mode 100644 wp-content/themes/headway/library/visual-editor/scripts/deps/jquery.pep.js create mode 100644 wp-content/themes/headway/library/visual-editor/scripts/deps/jquery.qtip.js create mode 100644 wp-content/themes/headway/library/visual-editor/scripts/deps/jquery.scrollto.js create mode 100644 wp-content/themes/headway/library/visual-editor/scripts/deps/jquery.tabby.js create mode 100644 wp-content/themes/headway/library/visual-editor/scripts/deps/jquery.taphold.js create mode 100644 wp-content/themes/headway/library/visual-editor/scripts/deps/jquery.ui.js create mode 100644 wp-content/themes/headway/library/visual-editor/scripts/deps/jquery.ui.touchpunch.js create mode 100644 wp-content/themes/headway/library/visual-editor/scripts/deps/knockout.js create mode 100644 wp-content/themes/headway/library/visual-editor/scripts/deps/mousetrap.js create mode 100644 wp-content/themes/headway/library/visual-editor/scripts/deps/require-and-jquery.js create mode 100644 wp-content/themes/headway/library/visual-editor/scripts/deps/underscore.js create mode 100644 wp-content/themes/headway/library/visual-editor/scripts/helper.ace.js create mode 100644 wp-content/themes/headway/library/visual-editor/scripts/helper.blocks.js create mode 100644 wp-content/themes/headway/library/visual-editor/scripts/helper.boxes.js create mode 100644 wp-content/themes/headway/library/visual-editor/scripts/helper.context-menus.js create mode 100644 wp-content/themes/headway/library/visual-editor/scripts/helper.data.js create mode 100644 wp-content/themes/headway/library/visual-editor/scripts/helper.history.js create mode 100644 wp-content/themes/headway/library/visual-editor/scripts/helper.notifications.js create mode 100644 wp-content/themes/headway/library/visual-editor/scripts/helper.wrappers.js create mode 100644 wp-content/themes/headway/library/visual-editor/scripts/modules/design/mode-design.js create mode 100644 wp-content/themes/headway/library/visual-editor/scripts/modules/grid/grid-wizard.js create mode 100644 wp-content/themes/headway/library/visual-editor/scripts/modules/grid/grid.js create mode 100644 wp-content/themes/headway/library/visual-editor/scripts/modules/grid/mode-grid.js create mode 100644 wp-content/themes/headway/library/visual-editor/scripts/modules/grid/wrapper-inputs.js create mode 100644 wp-content/themes/headway/library/visual-editor/scripts/modules/grid/wrappers.js create mode 100644 wp-content/themes/headway/library/visual-editor/scripts/modules/iframe.js create mode 100644 wp-content/themes/headway/library/visual-editor/scripts/modules/layout-selector.js create mode 100644 wp-content/themes/headway/library/visual-editor/scripts/modules/menu.js create mode 100644 wp-content/themes/headway/library/visual-editor/scripts/modules/panel.inputs.js create mode 100644 wp-content/themes/headway/library/visual-editor/scripts/modules/panel.js create mode 100644 wp-content/themes/headway/library/visual-editor/scripts/modules/snapshots.js create mode 100644 wp-content/themes/headway/library/visual-editor/scripts/util.custommouse.js create mode 100644 wp-content/themes/headway/library/visual-editor/scripts/util.fonts-browser.js create mode 100644 wp-content/themes/headway/library/visual-editor/scripts/util.image-uploader.js create mode 100644 wp-content/themes/headway/library/visual-editor/scripts/util.loader.js create mode 100644 wp-content/themes/headway/library/visual-editor/scripts/util.misc.js create mode 100644 wp-content/themes/headway/library/visual-editor/scripts/util.saving.js create mode 100644 wp-content/themes/headway/library/visual-editor/scripts/util.tooltips.js create mode 100644 wp-content/themes/headway/library/visual-editor/scripts/util.touch.js create mode 100644 wp-content/themes/headway/library/visual-editor/scripts/util.tour.js create mode 100644 wp-content/themes/headway/library/visual-editor/scripts/util.usability.js create mode 100644 wp-content/themes/headway/library/visual-editor/template.php create mode 100644 wp-content/themes/headway/library/visual-editor/visual-editor-ajax.php create mode 100644 wp-content/themes/headway/library/visual-editor/visual-editor.php create mode 100644 wp-content/themes/headway/library/widgets/widgets.php create mode 100644 wp-content/themes/headway/library/wrappers/wrapper-options.php create mode 100644 wp-content/themes/headway/library/wrappers/wrappers.php create mode 100644 wp-content/themes/headway/screenshot.png create mode 100644 wp-content/themes/headway/sidebar.php create mode 100644 wp-content/themes/headway/style.css diff --git a/wp-content/plugins/Gaslightify/Gaslightify2.php b/wp-content/plugins/Gaslightify/Gaslightify2.php new file mode 100644 index 0000000..4aa1bc2 --- /dev/null +++ b/wp-content/plugins/Gaslightify/Gaslightify2.php @@ -0,0 +1,78 @@ + +#wp-admin-bar-wp-logo > .ab-item .ab-icon:before, #header-logo { + content: url('.plugins_url('img/GLM_flame_none_trans_32x32.png', __FILE__).') !important; +} +#dashboard_activity .no-activity .smiley:before { + content: url('.plugins_url('img/PetoskeyRoboticsLogoS.png', __FILE__).') !important; +} +#adminmenu .wp-menu-image img { + content: url('.plugins_url('img/GLM_flame_box_inverted_16x16b.png', __FILE__).') !important; +} +#wp-admin-bar-my-account > a { + content: logout; +} +'; +} + +function replace_howdy( $wp_admin_bar ) { + $my_account=$wp_admin_bar->get_node('my-account'); + $newtitle = str_replace( 'Howdy,', 'Welcome back,', $my_account->title . "!" ); + $wp_admin_bar->add_node( array( + 'id' => 'my-account', + 'title' => $newtitle, + ) ); + } + add_filter( 'admin_bar_menu', 'replace_howdy',25 ); +?> diff --git a/wp-content/plugins/Gaslightify/css/Gaslightify2.css b/wp-content/plugins/Gaslightify/css/Gaslightify2.css new file mode 100644 index 0000000..b5b27cd --- /dev/null +++ b/wp-content/plugins/Gaslightify/css/Gaslightify2.css @@ -0,0 +1,22 @@ +#screen-meta-links, +select[name="seo_filter"], +#menu-posts, +#menu-comments, +#menu-tools, +#menu-users, +#wp-admin-bar-edit-profile, +#wp-admin-bar-user-info, +#wp-admin-bar-wp-logo-default, +#wp-admin-bar-wp-logo-external, +#wp-admin-bar-comments, +#wp-admin-bar-new-post, +#wp-admin-bar-wpseo-menu, +#footer-thankyou, +#footer-upgrade { + display: none !important; +} + +// To delete the dashboard menu option +/*#menu-dashboard { + display: none; +}*/ \ No newline at end of file diff --git a/wp-content/plugins/Gaslightify/img/GLM_flame_box_inverted_16x16.png b/wp-content/plugins/Gaslightify/img/GLM_flame_box_inverted_16x16.png new file mode 100644 index 0000000000000000000000000000000000000000..53b4d031ef457f6077ddccb4dd3b6b85edab3af4 GIT binary patch literal 716 zcmV;-0yF)IP)Px#1ZP1_K>z@;j|==^1poj532;bRa{vGi!~g&e!~vBn4jTXf0%1u+K~y+TZIa7t zQ$ZBQM~TEVji!l_Y7%kb&V}Mesuh}8jU~~Vmo*567OD7N2yR`7h>LdBjUc!Z1vjPL zDdHmkK^hgC+{9EHQuW@vtZmZL&ogt!JZukq+?hG&{N|gP%j$0*p*n6x?WO~@Te_+= zu3obU{h1s>^}4m0Yu1dJu=4IXSUI*6>aYb`Xcx4gF4f0SzHt=m)e=(+DsNh1}`v;hP)WJc-Ae$mXMJa!1$uxZooLIfyw0600^4fVW1wgW4(Q&0z)zN2WO zO(IlBs?a!n*4F7jh#DFn6A}S()JramBFB$d4qNaeVnc4kg-<@m7JwjGjyYsIu(7%< z?xjq}`xUVwAKiz{B^R4My zOA-O(M-M{@?bTiU11yXlghEt)uC$+A%svyv9Q37+VQFGq%z6AyOd~yHCI`-TzyT-` zCqbOZ1n3UlOv-Y4f$1qU)PkG=tGPLPI%DS%ngC7>_tNvYW%=gNUOh#cHfaI&fPIbH zk)ws&Ww(%W(T4B$J+h@0^;{B)&nVuX*X3g_q)u7Dw3!!}JJE&IKo3$L8+~mwHz9e9 yLAf2k!s9!bkDo;H2&0@;*7P9RN5B318T8!!L>0$WK$ zK~y-)Ws^T>Q&AMgf9JgSk~C>rt=igB2irvyLAnT~E(Hfc5ZxjaL~!cjpx~lQE7n0p zMK`J9Afg~TIJhWi(Lq!Y1O=f>L0d_iHZLzP&3nh;C26YPw2kE~1naZ^ZL<}5BVr^R-C6-jL+awkdFe5I9 zSD{4K7JPS zgN+OXq_G@~HOaIQm|>zwP-p#HQbOkFB-*zVYfMB8#A4QQC~6n$;5vM0K9!;bf38bYk$DN+J>Talu%p(NmGhF%EO~%&OgNW;MY`v`f}3L zo|6~w`iHQnwnW>r@v)aKD>lfdXpYC zF8lMU600iWdBma5!nyJPhEtpW%JTh7xVbJ=1xF#Ogh=tl?CXV@$q`AVyAVmbTnn&j zKyLIXUjJ^YKR!|YGKX&60;0*E32UpnrXS7y1)lBfsZ$xE>Hq)$07*qoM6N<$f^~F2 A`Tzg` literal 0 HcmV?d00001 diff --git a/wp-content/plugins/Gaslightify/img/GLM_flame_circle_48x48.gif b/wp-content/plugins/Gaslightify/img/GLM_flame_circle_48x48.gif new file mode 100755 index 0000000000000000000000000000000000000000..499dd2849d7778fedff14ed05e9fe63029ed2d6a GIT binary patch literal 1750 zcmV;{1}XVRNk%w1VK4wN0QUd@|NsB!Y7pdcC9A{XtHa>2$K&|f#rosZs>9&1$m6cX z;_Hh!! zti$2#g*>vz2n^`;P3OZg{;Hi{`>jtggO27@AUWk^7i_##^L?*?DV;h?1ek6 z#NqVDsOfJP_RzNR_4@1a`095hu*c%d+U)=S{j9{`t;FD}!{M#P;OccE_Qj(0yp#R? z{^)HLxXk7L`uFK?82|nI`Pst#^6C5L*RRFm>hSmH?)Lrf=I)M4!PDsI@Amrp{rvs@ z*yHi{%dF7d?ykn+z0l|R`~Cg%>-yr*waVlA-pk0>>+z;=>UJaPa2mGD<>_-D$=U4j zr*i3X9q^uG-skh}jY!wx@b>up?Tbac(C7XB{^05KyUyn6ZWsRd^Wy6D`rXL2%H->Q zFy!p?=I!?R*unSBuFTr(v&rP`h(Oxp@wUt4yU*pW#o+b6mc-TS@uzX?dMfzOvc1se z`PjhX>h$!wkno{s{{H{zava;`^8D%B?vYOGeJ;w{?84OP`rys{>fOTA>Hhil>wq(_ z$KvR06w2A_`PaVh^ZEMR$G6Po@ALSr#o_d|iRA0`^tg@g^!e?FKla3+=I-|MuYa(| z;nw2t@~Csq-0aWY?fKir>2Vw3>Gb&0x3I?IywB$T`1JI*jQirz_sFNP#^dz6k@58T z`uzRC(&+5*_v&^e_QRje+wHr~<*>)&waVr7`1|?Rz4_Y1?1w(ud3Q}y`#>w7EcY!ley@W0XM@0eQdj!ER~ z_1@_7vdH4_^!oF$g75VC_|LJ)*zE4}`OVtw?vqok#NzqYy!zkE{O;uY=h^9Q7T4nO zw8`Z1t9kONb^GYr_sXjF!kz#8`tz`W?TSOl*y{fI_3)r(`{dO9^zQlAyzrc1$Jpxt z0000000000A^8LV00000EC2ui05AYB000R803!?-I1mAW8!b91s8Hb*4J^JijDs>q z*SAneT7}R;1xp1E1_=-#I6&mcfe}0)K#-&401gpw^qDfn6rW3EZUNZ2^GXyIJfFz0 z_K2OxfhJE9^iY7H$PqViSg4R7seyE$ zZvqHZsd?;)c7PX}lIyLa!KG@-xo|!IHi5yqkaODg2HR6IZ32-r=01ia#`+Ie>GdXQ zU*J7~Xt*7tj&%WukRM$eXd%*NUO0hU6fY3CL=Xpl6+;RHB+yhb$z1^gfglJ|;a7KL zSO7N}BGJWH&p1N>rv1qvu|L<;q^oEQmppn?Vq9k3wEA(%v)SSCzV zaKzSK({SY7$r*5<-gh6fAV5|I{GDFlJPF_c01XImfL?xo6}aC5JTQR(6D%M=1AaTe zfB=yLVEF=*Pp}i`5L_UD0Uva3x#EAP-T(lB$A0?Xth*op46*|-JK>`Xu=(tM2X1@d z5Ga0u1hOa3x$l1~&pGe9KXAe11}tE@^3Y>1fCK_S@Bj?W&(8e;4?r(~<(qHLz3{Ua s@3#bg$KSo-t~V|};^!BCxbEP`@4y9`TixaW;5xh=2y@$`OF#esJHkQZ?*IS* literal 0 HcmV?d00001 diff --git a/wp-content/plugins/Gaslightify/img/GLM_flame_circle_trans_32x32.png b/wp-content/plugins/Gaslightify/img/GLM_flame_circle_trans_32x32.png new file mode 100644 index 0000000000000000000000000000000000000000..1273f98042058f5b1708adc94a9fb375a694f76d GIT binary patch literal 2941 zcmbVOdpOhkAD`~-5=F#XO`_SwWj5xvQFEP{?Bux2_QkM`ZJ0}mMRc8`PCw1uwrF*2%uS`1p^qMVs$P<$H00`LQ%E0J3Lrf&eg)MGFDQ0F4nB)e2aH zK&zve6e^$U=8C0rSSGY(9TNd7QicYBtZfC6G3OzoYj$uG-ZNSz7tc-vK@M&NHD}v3#3UH9Gyjaiy8v;jSFc>%j1xKM^G7T6nj?JeDU~Jxw z6$S#pqjQ;&d?tqtUS^~PaiaM+h|JS(A+RFd+6`sGtBONRq2o5Mq zGXxTiL^_%|AS^5~Xtbk)r9Ilh35j0864^XHjZFtuY%^uHzhlw=h{fW$0FBS#QaGH5 zl`bHKa`+rxC?^t($Ab-hm}~|ombZJkLf--=09Z+2O|=0c_duaAi|+`?Rw%2(-SCNU)~}p62+3pYZn4 zT)-L_EYhS>DH(E)e;^GID^4(WFjg_5VUox-C zI9YzH#G0&ie{aOPqDnH+w}4V~_)N0gx{Duzf~V*668r~l%>o6fafpgt2_3i)TglUB z2VVPz8?TQ~LrOFzYl@#_(L2fvxzH`N4Fs5GRmnxN@)J)lH`PCf@_W#I)stpgN=vFh zMR{4t)WZt(KksBo#Wn+!A<83B!u~`hPAy&Tx*SO`mUa1x6|a$Yt0Hp1}Kru zLm0mHrw!#w(Txk~*MsKFjt%6e^u*|o_IA2F`GwUjb52`6y*iT#Z#NKA!K-(yR zG7rNw=y7c_!mw;wPqw{>#8_Cle;a;=61E)5)zYJ*mm($PU%uX*?OWvTm}I;rpZ zdzbkdxuXE$GL)4R;PX?nz>0FZUS;MZ?Ml=tH!8s#(JpZ{EQ8K;W_r{GX_>#xCRdaz-YMf)O>Nnn$>}XN^lrgsYra=8H z&UZvFK{yA-8%)R@cY=F6o%x`dt0L}}zij1yJNZ<%3sm3HzGv^*tCEx#cL~|=`feB5 z`?H7Upj?y*J`C;Y;x@4~J=t5UyM_gv2-Tsz6Vcll! zn}?o9v~G&tKPynA8y`{%Z+$tE4_B+x3=&(83n}f>O~X5_wX{>QwQ`?+Yc{|p#x8}9 zKfjpc)om!()9hxrkW!IeW*FvRRC~@VY*8~e{Bde&6ZFjod<$n$#i+KIsOP0L9^@J| zx>M41xEtMj@8`OywktdM4|@W=%SSoY6L}ktzcTNd1BQ*V{L*iPDkNna4MZtVObs1r z8_-FYKiXnVIlmDS7QEfN)x$2lZrZsIqdLKT?|t?95+VBK-gXy-I)X=3`P=3;+swt1 zXQut)ac-XInCsyE;UrBt7-SZ|HcC%iZSk({FtKp18WevPtOdZ`Ul1 z&{u84OrOqqaq(pf=i=+PldaOkkDa!eGd;t?#L5qQ2X!XLcjz=cls-2d>{RYrxT>of zdU~=XHZE#5KK>oE^U!BMp2t*cDjV~Y!m3E_&ZJiwm1&#jR_|hrZhSsA8;ieC0UEEa z21oVI7ChKWisxP8Ti>{$(>h+dF=xi{(0m1{kf;$WP5u;`#+x&z=Kt)}Y9ySJ>|DJxhC1 zf9;n|4>q{u?04zh)wp-$uh|wwWm8rLh1%hqL~HGDiN(1&|H%@+wi?#i&m}r_5kD1X z38c;AkklHxedSjU>}rHSOaF3HH$1n7imtr$KHr4e3%{2ALO4rIu3Uhv$@rr*x>qes x+A@=<@}Ta5T7z`^og2KlXu`R&7HPm?InddYBKVkPgwOI1G11YTaNQv=<=>rV{@DNk literal 0 HcmV?d00001 diff --git a/wp-content/plugins/Gaslightify/img/GLM_flame_circle_trans_48x48.png b/wp-content/plugins/Gaslightify/img/GLM_flame_circle_trans_48x48.png new file mode 100644 index 0000000000000000000000000000000000000000..2f3a184f4260b8c0b3dfc73077f13c22143f54bb GIT binary patch literal 2982 zcmbVOcTiK=8ov-gkRmIfpcq0BiD-Hd5(oqmLRrDk5nVPR2_$HWDG-Vpih!W93aI!L z+eScLSE?v0f)u6LD2jjvL|3IM7DU<$mVNJ!ot-!D&fI&>`Of$IeSPNcrTKd3FJ7@2 z004b2Pl~^4MJ>GATB>h|`c%4VF_XB5N&*Ctl30d_4Y;xd5p0MTj}gW8XERuFJDS-} z007#-4Gfip`fMaH1v~^}K?fn@2~}tSaB`6e8O&{L2_%9Y#pM&BNi`e6A{XhNQ49=GB!3A5sO6#L{UgI9*;+&Fh~pruF`;u~htM6b{?*7@(f}+YB!X^<{RTRc{ihwEQvH21& z3K6QhL9nnUGMPaBs|D=;X*)+uelu=^OJq=jZ1psaCC+ zBI|_Sk&6eJ8b%%|1*enFt*z|=B^kb%gH**8N6)~9*V6oOd(=Ob^@`cWo9$a8I(_!e zNXhT>J4-B*iKC|+69}|({xgqO%$VpkAF8(+E2&N;R^++=HcyZrHoDvLgQ73-!rtqv zA8^)}Ds^j`K0qoH^_x}>yV}P@6M{5o**OB+E21qEZgMr)tocliJQZ``8lY?APlqcc1`*-+F=Vi#jC_q6aAx!73A>sMWh&PvKZ zw3a>ybkDg-lU)Wj>HKPxFo5&?DGqIqwUU>ZoQqd9r6+6)(7Mq1P_J}#(E*ZCq~}lG z0Pn=uS{S`WM_Pu#AhK(5&1xsxK^=<-Wt?nM54zrh=ePeT$w9+AV3FqivQ3-~oH z?_b_gYjIj1w~S&Tt4WL#CIxH`^SilM4OVu!Or+Sfj~Z0~>QfXi9|kft$B(SrQKum6 zZ^`T~MgxR2M5~J(t@fu~%Q+q!J*SQec3CvmPoKXB7(}Ym1qm)$?M7QNF!7;wrcp>W z{cRi1Ee*4A>J665-Y*JL>+i}3NS>*QuX9Xw(_ZTa95Ekr7Vds;s&OqW=%h|28qPE9kBc@&DDJ!q_s$RVqMg+|AlO<623+-?>AjDyS=?Z?pR?(*4mty@clj8Xer;~8 z@so{<%hleD$@Cj4ExOcbTeu}JN8^46^_@iQA&sL;jaJ(Bndr)^NABWgKi6dy8BcWU zE;4iuOZvmJ* zy|(Pt0JEK+F#}gVXU-oBPrq*rLS5_YJp8CQ{JE*Mw~fD>4Pwc~wLB^`X!!JrtGB{E z53dPX?)a>QYmcljKD1wGUbV77bNq^+L9?*)sa{gfbo)o$nVqnx@kxh0O`&MB>nL%X z54QLk{+J zg>2cfb+*sE&p*4Hs`V&s&4gdBR+g=3uqJ?Gdu1pl z=J39kZchy6bQLA^s-bW?)wlV^+~E3CH~J$RpSnDJu?sm|_t31d?@Bnu+8P3TCqyYf zW9}=g-l@}%SD51ao!pyxx6VBoq=p*62w^y=?UaIkWT|1>E8Wway6W2FQdi$5amSci zeV1;Yx%%&}W)luQANjucto(4aj{h4SA~^)6GxSTDZemeOgYJq;()PQ@ijDQKL%09* zI6G);mW^Tcj2!*2%Ir)>3WxeMF!veFJNLk-*8KR%l+L#vRaEFpF6Ml21!)i@&k|U7 z+2Xrep}yHw_oLg{7q6oM>#MubGxnuxsvlvlzazA-Uv3-y>h|hf$q+<>DE7MKcVJAt zxA&c{=x5tivWo>K*xSuxPSt%gua+NWDiHcH3?PDShmT z@;4BFqJmzq!-87~|4qHVv$wWlHZSz#z>k%O68at{-kF6^_38;N;BHhXvD*=ny4Y0@ z^@p`IN&F*Gw)->8Yss=ii>xe9$L&8hKe?dQ!7X11XA? zV5{1+kCyJ1(JM!>fgb)M5;Zj~uJMzi*=aOe*j9E?bABjpb7z44$a=DCm6v-n5tSs8E1 zYO6oi-Fws4|M(`ADy5`scwo3w1DI>vISnnbro#43fi*pw1~N0?p)TO`Zs`1`#u~=K q^)cqZY$9TO4{x{WsGRnYs{t+z;<)n}H)0n4oW0zADVN;n$^QoY=J$C3 literal 0 HcmV?d00001 diff --git a/wp-content/plugins/Gaslightify/img/GLM_flame_none_16x16.png b/wp-content/plugins/Gaslightify/img/GLM_flame_none_16x16.png new file mode 100644 index 0000000000000000000000000000000000000000..0bc0261dc8f253ec9cb01a96c453715a7f32f110 GIT binary patch literal 1479 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 literal 0 HcmV?d00001 diff --git a/wp-content/plugins/Gaslightify/img/GLM_flame_none_48x48.gif b/wp-content/plugins/Gaslightify/img/GLM_flame_none_48x48.gif new file mode 100755 index 0000000000000000000000000000000000000000..015d20b69b6a4656eb60d90929970ef03129303e GIT binary patch literal 1255 zcmeH`{Zo?#0LPzg4A=%S+BufII3`S^$<1phYI+->Y}!r`Jkg_M-RutEk%$+qHedsU zvyH|Hij4>oBMMET%+rn6Q5J8B%T5^txaZmX`|IF-mp?Evrbt3)?}XNh{cXE>A)tS1YR>WfH6AoA+rO^#&J8>6N}WH;&8>NXwI|>? zihH8R)UwZUr`{;euv~k`JO3kWhhVE7@q4Yx6TYXT_P%n@Z{NB{KQ~-rnB@n33-=wj z#m0s`V0n`1a*nw*-#OG||E9+Ay#%VFyB@aNde8Zv|LRhA!VaUcb{pbxxE@@EDw6eQ z);aDr1lF|f@owjEv*(w7@ce5=>28naChRo(o;=W>Ci$0Vpz2MgrY!%`@22LxQ1xcR zr7eNg$F`och|h(%ZJw!H;Q954+v;C@WVu>otlwd2Kj!%E6GKg!>tP4*|NgTA$-c0E z-Hexf`3WF01fU`lxPx8lx=2!5anT?^;B27m@8mLx==6%sCxz{`JYai#c2cpZBuhl4 z6}+Obrm{u&(5sXh^sagJ;HW1Mq#-ICl~0LqM#; z;^g{x)K)c`>z^pqRZ(TxA9?x)io5nN0@-PVDESu_GN~J-t(qMk!OWr?wcr7DlO7vK zb?#QPozfH~DUrBkZ~k#?CT0^Q^96SimAFEm*(mO6ojyiumCU1wobbjypN@%_+f)EP zypjPD>hKF;WVE+kkf(Wp-`V{`K2bCgQy1Q1?TEV$rbrK@yc-mj#PnPRIHZt82`Ti~3Uk?B!Ylp0*+7m{3+ootz+WN)WnQ(*-(AUCxn zQK2F?C$HG5!d3}vt`(3C64qBz04piUwpD^SD#ABF!8yMuRl!uxR5#hc$WX!DQqR!T z#M01EN5ROz&{*HlK;Otx*U-?)#N5izOaTg%fVLH-q*(>IxIyg#@@$ndN=gc>^!3Zj z%k|2Q_413-^$jg8E%gnI^o@*kfhu&1EAvVcD|GXUm0>2hq!uR^WfqiV=I1GZOiWD5 zFD#PU%0_}#n6BP2AO_EVu8M)o`HUDF34YC)x{-2sR(CaRb3oXS&*t9 zlvg4L;VrpVwXl`ie zYU1Q*>FnfWXl7>N=xpd@?hMoGnO9trn3tRivpW-LH&m|)UcFY%MX8A;`9&f5`8lvu z5Rj2yl3$#WU!dUZte_E|nU|7ZUaSd5A0%svkGno6E4Cd}videAQ7)2d>I#}gA)W>4^o z*?H`JukC_w0lIS~u3UcKCwTF{yuXM4n@R5MR%@S%v|QV~e5cia6Wx~^G~Y?@EV*E~ zz@+T=F1y(h2`#+^`MKMceEVlyaQnyokon&}-b_8tVElXG$usA!thIe39j5-cXXfnZ z9OoOqa+}?qJ-M%2Mdpo^j-Ax5$az)wl66%2qr4PP?66rdi|tT#s5_J4HRChyvv+5o z+#s&8`RqOW`AerIJPE0Y-t}9SbH%y?)k}6?KIbQO)BpL(O-D91R^1iOjfh`mef9f( bZUcq`%+HH2O`os>R4{wG`njxgN@xNA*62&9 literal 0 HcmV?d00001 diff --git a/wp-content/plugins/Gaslightify/img/GLM_flame_none_trans_32x32.png b/wp-content/plugins/Gaslightify/img/GLM_flame_none_trans_32x32.png new file mode 100644 index 0000000000000000000000000000000000000000..e3a2240f33f9e1f0d54d42aab8a50add2daf19ab GIT binary patch literal 2436 zcmbVOXHZk=8V&|TP>>>mU^xUqSxF@U5(q7!#05nNi=(hZ$^jxICnmv!fGn`M1{b3O z7L-sF5nbDrCQ<|!3zsTYz+k1g3%DSn7X)rV@!lWK&YgQ^&iUH&Ja75lcjlz{?eNmk zHr0l~U^+B!s=sOk7Ty)hRbQc0I;k4gi9B|T0-!LFm>~dRZfuAN0yHio9P|en?3n%a zpc4!R-_N1%7VY-+A+aDXim`w}Nw|C!8wPW7k?E{r*d|%(M!aU)ZM5$7SmN58eEDD3>au?!SL<>d! z;D6lsCR#|3;e%*@PzXf}SgQL7vsfala`*R!7Jw>mNIL}_)uk|^s1Pff3-UxXDjA_V zL9sb(k{!mu))piZkxVwh0clIXgGdKLm;*8_EDVcdffyoa&s@^^Hs8(D4(Eo$W3cvE ztOuTmbN8fRi5OdZ2Lgpiv|ZxTctR0_#{!pZa~5qcae1Jj$wgz!{Y)CA$Ubvyp0aHN%=K#p|6hK^HF~ua#H_iVqp?~JH|KHT1RZgK7 z>g2!bW@$@Rj0@ARU7%Wg?IVz)_C^BkIpvml5<47~B ztZ%He*iX;2_q&dX;}fM13UVio$XuC#+fA*!7Zl zE21StHvi6|H3F7D{;sAjC%#Ay-%`ShB-p^WJr>JslZG;^d#!O~L9~HZY}|zE5DQS(r&-I?tj_ zM!O$0w4YY69)zKDC;YIy4qo5;g!Vx#}2;=V`2xq-p}V;mOGp@I!8iH zy|siwA0`#y+sJ9wNlJ^P!hfQxY-u(&Rr_#yRtHJn<<_q4TDeSKnRfQ}UDLqa=Ow8R zTdxfxPj}rJis}uuIv=`Ezci=TW!Y#Olv_qfcvXI@C8eF#l>dO9P*tOoGX1REEAoI% zUfvI$js3(YuqWGmN0Q}NE8FGw*3A@NnIc_C5a2}_;hl%Q{WsZJUR@=<3+$;n5A|x) z#2kLrsPVE{{bJnc7Wd{yR<>(PbM=WEBDVUiCr{kxHKavPsw+;kNiYGc;@=H6&8A~| z5B-p;(9w}Km~?54XP>Hj-+NJgV1?6^<|V_)u4zPX{86Td9GjU$QE${-u~j#2&^y-1 zwaG$%Z!Mi7sZ$RY+8w-6S-H>gXsBj>N1El~M30J(e|ky#Is>WO;rGU#6Wszggtzn6Bb>C6B85rz&J#fSGLvFBy3IMUvc;jQ4 zDCPF|cxpet>dt~d@`tRyLP?0K>@gDWyH`=*Hbq> z#i1%8@@7*xd}w3a8xwMgK{>x$;1rg|Lz`@9y3k=5TXyErA-a`40E=rbim2#rIDfe8 z`tKUi7e$t#+P9=>PT(7C%=82oZ%}?IXi_uCbmecq5#|%M{U}pvp~DjMn4;@#!v+7U z8`!3I$;N{=Z8Kz;oeA6C^G8ea3k~Dxvj&c0C%e(cS}~_k8ENKPIaN_E{qtldRZZ48 z64w%O`NPdrR}00~5|h6u6RfuULxHY&Wt&2cWNGriNK_YGJlM1Rc;&(BR{GE7ac5Vi zA%ns_b)ne|p_ru|SN{#ideA zu^uwppYcntHs^MgY-|7Fy}0xn`GuuwGLIW0_MJDqBL8|@oTU?>4|ikbiKLfe%`3v3 z$6H@Yj(H~K`ULZzRl)h7SCeCFK zs|}fBLs^1g>l?ujh6ZyALTdX>rV9IyIfl=BRi8Oy+&$i-5wv`uPp_fLr2miX3Ql$K zosW?L?U=&lV*}Ni*Ng)Us(1N3vV^X_Xe;{QM<_8`J<^`4u%0I65bpS9R>hZNq8d+2 z`$`}~`$*+g&r`^=zid9LFgj_4mWDv28RNl+Y97V&>L#!dqwJx~@`J+*|3x&99n|aY Hp-KM+qPGFV literal 0 HcmV?d00001 diff --git a/wp-content/plugins/Gaslightify/img/GLM_title_box_272x71.gif b/wp-content/plugins/Gaslightify/img/GLM_title_box_272x71.gif new file mode 100644 index 0000000000000000000000000000000000000000..9961cb27da646c50fa2a2a03a34219c929ce21fd GIT binary patch literal 5292 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 literal 0 HcmV?d00001 diff --git a/wp-content/plugins/Gaslightify/img/PetoskeyRoboticsLogoS.png b/wp-content/plugins/Gaslightify/img/PetoskeyRoboticsLogoS.png new file mode 100644 index 0000000000000000000000000000000000000000..ba0957e680b9056276a618924d4ffb3a03cf1d7d GIT binary patch literal 10223 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 literal 0 HcmV?d00001 diff --git a/wp-content/plugins/Gaslightify/js/Gaslightify2.js b/wp-content/plugins/Gaslightify/js/Gaslightify2.js new file mode 100644 index 0000000..2fa9dac --- /dev/null +++ b/wp-content/plugins/Gaslightify/js/Gaslightify2.js @@ -0,0 +1,6 @@ +jQuery(document).ready(function(){ + jQuery("#wp-admin-bar-my-account > a").click(function(){ + return false; + }); + jQuery("#wp-admin-bar-wp-logo > .ab-item").attr("href", "#"); +}); diff --git a/wp-content/plugins/add-logo-to-admin/add-logo-to-admin.php b/wp-content/plugins/add-logo-to-admin/add-logo-to-admin.php new file mode 100644 index 0000000..24040bc --- /dev/null +++ b/wp-content/plugins/add-logo-to-admin/add-logo-to-admin.php @@ -0,0 +1,256 @@ + + + ' : ''; + $display = ( $plugin_options['image'] ) ? '' : 'style="display: none;"'; + ?> +
+

+ +
+ + + + + + + + + + + +
+
+ +
+ +
+
+ +
+    > +
+

+
+ + +
+ +
+ 'on', + 'admin' => 'on', + 'image' => plugins_url( 'images/logo.png', __FILE__ ) + ); + + add_option( 'wp_add_logo_to_admin', $default_option ); + } + + /** + * Remove all options on deactivation + * + * This functions is referenced in 'register_deactivation_hook()' + * + * @since 1.6 + */ + public static function deactivate() { + delete_option( 'wp_add_logo_to_admin' ); + } + + /** + * Initialization of the plugin which creates the admin page + * + * This functions is attached to the 'admin_enqueue_scripts' action hook + * + * @since 1.6 + */ + public function admin_enqueue_scripts( $hook ) { + $plugin_options = get_option( 'wp_add_logo_to_admin' ); + + if ( 'settings_page_add-logo-to-admin/add-logo-to-admin' == $hook ) { + wp_enqueue_media(); + wp_enqueue_script( 'add_logo_to_admin', plugins_url( 'js/add-logo-select-image.js', __FILE__ ), array( 'jquery', 'media-upload', 'media-views' ), ADD_LOGO_VERSION, true ); + } + + if ( 'on' == $plugin_options['admin'] ) { + wp_enqueue_script( 'add_logo_jquery', plugins_url( 'js/add-logo.js', __FILE__ ), array( 'jquery' ), ADD_LOGO_VERSION, true ); + wp_localize_script( 'add_logo_jquery', 'add_logo_image', esc_url( $plugin_options['image'] ) ); + wp_enqueue_style( 'add_logo_to_admin', plugins_url( 'css/add-logo.css', __FILE__ ), '', ADD_LOGO_VERSION ); + } + } + + } // END class WP_Plugin_Template +} + +if ( class_exists( 'WP_Add_Logo_To_Admin' ) ) { + /** + * Installing the activation and deactivation hooks + * + * @since 1.6 + */ + register_activation_hook( __FILE__, array( 'WP_Add_Logo_To_Admin', 'activate' ) ); + register_deactivation_hook( __FILE__, array( 'WP_Add_Logo_To_Admin', 'deactivate' ) ); + + // instantiate the plugin class + $wp_add_logo_to_admin = new WP_Add_Logo_To_Admin(); + + /** + * Add settings link to plugin admin page + * + * @since 1.6 + */ + if ( isset( $wp_add_logo_to_admin ) ) { + function add_logo_plugin_settings_link( $links ) { + $settings_link = '' . __( 'Settings', 'add-logo' ) . ''; + array_unshift( $links, $settings_link ); + return $links; + } + + $plugin = plugin_basename( __FILE__ ); + add_filter( "plugin_action_links_$plugin", 'add_logo_plugin_settings_link' ); + } +} \ No newline at end of file diff --git a/wp-content/plugins/add-logo-to-admin/css/add-logo.css b/wp-content/plugins/add-logo-to-admin/css/add-logo.css new file mode 100644 index 0000000..5fcd23e --- /dev/null +++ b/wp-content/plugins/add-logo-to-admin/css/add-logo.css @@ -0,0 +1,6 @@ +#admin-logo { + margin: 10px 0; + padding: 0 0 5px; + border-bottom: 1px solid #ddd; + width: 100%; +} diff --git a/wp-content/plugins/add-logo-to-admin/images/logo.png b/wp-content/plugins/add-logo-to-admin/images/logo.png new file mode 100644 index 0000000000000000000000000000000000000000..18d68e1f2059bc34ff8044ed93c24be6a751f79f GIT binary patch literal 9152 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 GKL0' ); + } ); + + file_frame.open(); + $( '.delete-image' ).show(); + } ) + .on( 'click', '.delete-image', function(e) { + e.preventDefault(); + $(this).hide(); + $( '#add-logo-image' ).val( '' ); + $( '#add-logo-image-container' ).html( '' ); + } ); + +} )(jQuery); \ No newline at end of file diff --git a/wp-content/plugins/add-logo-to-admin/js/add-logo.js b/wp-content/plugins/add-logo-to-admin/js/add-logo.js new file mode 100644 index 0000000..6a58d2b --- /dev/null +++ b/wp-content/plugins/add-logo-to-admin/js/add-logo.js @@ -0,0 +1,3 @@ +( function($) { + $( '.wrap' ).prepend( '' ); +} )( jQuery ); \ No newline at end of file diff --git a/wp-content/plugins/add-logo-to-admin/languages/add-logo.pot b/wp-content/plugins/add-logo-to-admin/languages/add-logo.pot new file mode 100644 index 0000000..2e528fd --- /dev/null +++ b/wp-content/plugins/add-logo-to-admin/languages/add-logo.pot @@ -0,0 +1,50 @@ +msgid "" +msgstr "" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Text in function +#: add-logo-to-admin/add-logo-to-admin.php:1 +#: add-logo-to-admin/add-logo-to-admin.php:137 +msgid "Add Logo to Admin" +msgstr "" + +#. Text in echo +#: add-logo-to-admin/add-logo-to-admin.php:162 +msgid "Delete image" +msgstr "" + +#. Text in echo +#: add-logo-to-admin/add-logo-to-admin.php:153 +msgid "Display logo on all admin pages" +msgstr "" + +#. Text in echo +#: add-logo-to-admin/add-logo-to-admin.php:149 +msgid "Display logo on the login page" +msgstr "" + +#. Text in echo +#: add-logo-to-admin/add-logo-to-admin.php:144 +msgid "Logo Options" +msgstr "" + +#. Text in echo +#: add-logo-to-admin/add-logo-to-admin.php:162 +msgid "Select image" +msgstr "" + +#. Text in echo +#: add-logo-to-admin/add-logo-to-admin.php:158 +msgid "Upload Logo" +msgstr "" + +#. Text in function +#: add-logo-to-admin/add-logo-to-admin.php:117 +msgid "You do not have sufficient permissions to access this page." +msgstr "" + +#. Text in echo +#: add-logo-to-admin/add-logo-to-admin.php:164 +msgid "Your logo should be no larger than 320px by 80px or else it will be resized on the login screen." +msgstr "" diff --git a/wp-content/plugins/add-logo-to-admin/readme.txt b/wp-content/plugins/add-logo-to-admin/readme.txt new file mode 100644 index 0000000..5b6c048 --- /dev/null +++ b/wp-content/plugins/add-logo-to-admin/readme.txt @@ -0,0 +1,112 @@ +=== Add Logo to Admin === +Contributors: tinkerpriest +Donate Link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=4W58JWNBHWKK4 +Tags: custom logo, admin, login, wp-admin, admin logo +Text Domain: add-logo +Domain Path: /languages +Requires at least: 3.5 +Tested up to: 3.8 +Stable tag: 1.6 +License: GPLv2 or later +License URI: http://www.gnu.org/licenses/gpl-2.0.html + +Add a custom logo to your wp-admin and login page. + +== Description == + +This plugin allows you to customize your admin by adding your own logo to the header. It also replaces the WordPress logo on the login screen with the same custom logo. Tested in Firefox, Safari, Chrome and IE. + +== Installation == + +1. Unzip the add-logo-to-admin.zip file. +2. Upload the `add-logo-to-admin` folder to the `/wp-content/plugins/` directory. +3. Activate the plugin through the 'Plugins' menu in WordPress. +4. Go to Settings => Add Logo to Admin and set your options and add your logo. + +== Frequently Asked Questions == + +1) How do I add my own logo? + +Just go to Settings => Add Logo to Admin and click on "Select image" to upload your logo. + +2) How big does my logo need to be? + +Your logo shouldn't exceed 320px by 80px or it will be resized on the login screen. + +== Screenshots == + +1. The Add Logo to Admin page +2. How your logo will appear on the login screen + +== Change Log == + += 1.6 (2014-02-12) = + +* Added WP media uploader +* Rebuilt plugin using OOP +* Created language file +* Updated screenshots to reflect new admin page +* Added validation to settings + +1.5.1 (2012-10-04) + +* Fixed login screen image size + +1.5 (2012-01-12) + +* Updated for WP 3.3 +* Improved coding +* Added security nonce + +1.4 (2011-02-18) + +* Updated for WP 3.1 +* Removed extraneous CSS and JS files +* Improved coding + +1.3.3 (2009-03-10) + +* Fixed issue with IE7 and logo not displaying + +1.3.2 (2009-03-01) + +* Fixed issue with invading other admin pages save function + +1.3.1 (2009-02-26) + +* Fixed issue with spaces in filename + +1.3 (2009-02-25) + +* Created uploader for logos +* Added "Settings" link on plugins page +* Added option to delete logo +* Added logo select option +* Updated CSS + +1.2 (2009-02-23) + +* Fixed issue with WP installs in subdirectories +* Removed old code +* Tested on WP version 2.7.1 + +1.1 (2008-12-24) + +* Added admin page with options +* Fixed window.onload JavaScript issue +* Fixed issue with blogs not located in the root directory +* Removed extraneous code + +1.0.2 (2008-12-16) +Fixed weirdness with extra folder + +1.0.1 (2008-12-16) +Fixed the code to direct to the proper plugin folder + +1.0 (2008-12-15) +Initial Public Release + +== Upgrade Notice == + += 1.6 = +Now you can easily select your logo using the WordPress media uploader. Plus the login screen logo will redirect back to your site and use your site name for the link's title tag. \ No newline at end of file diff --git a/wp-content/plugins/add-logo-to-admin/screenshot-1.jpg b/wp-content/plugins/add-logo-to-admin/screenshot-1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..02daef42c2fe6c00724b4d436e05c7af4b73fbf9 GIT binary patch literal 54072 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 khX(}K);CV6^&LHj
  • '); + } + current_step = display_step; + this.$el.append(display_type.render().el); + }, this); + return this; + }, + + DisplayType: Backbone.View.extend({ + className: 'display_type_preview', + + events: { + click: 'clicked' + }, + + clicked: function(e){ + this.trigger('selected', this.model.get('name')); + }, + + render: function() { + // Create all elements + var image_container = $('
    ').addClass('image_container'); + + // 2.0.66 did not support plugins_url, 2.0.66.3+ does + var installed_at_version = this.model.get('installed_at_version'); + var baseurl = photocrati_ajax.wp_plugins_url; + var preview_image_relpath = this.model.get('preview_image_relpath'); + if (typeof installed_at_version == 'undefined') { + baseurl = photocrati_ajax.wp_site_url; + // those who installed 2.0.66.3 lack the 'installed_at_version' setting but have a + // plugin-relative path + if (preview_image_relpath.indexOf('/nextgen-gallery') == 0) { + baseurl = photocrati_ajax.wp_plugins_url; + } + } + + + var img = $('').attr({ + src: baseurl + '/' + preview_image_relpath, + title: this.model.get('title'), + alt: this.model.get('alt') + }); + var inner_div = $('
    '); + var radio_button = $('').prop({ + type: 'radio', + value: this.model.get('name'), + title: this.model.get('title'), + name: 'display_type', + checked: this.model.get('selected') + }); + image_container.append(inner_div); + image_container.append(img); + inner_div.append(radio_button); + inner_div.append(this.model.get('title')); + this.$el.append(image_container); + return this; + } + }) + }); + + Ngg.DisplayTab.Views.Preview_Area = Backbone.View.extend({ + el: '#preview_area', + + initialize: function(){ + this.entities = Ngg.DisplayTab.instance.entities; + this.sources = Ngg.DisplayTab.instance.sources; + this.displayed_gallery = Ngg.DisplayTab.instance.displayed_gallery; + + // Create the entity list + this.entity_list = $('
      ').attr('id', 'entity_list').append('
    • '); + + // When an entity is added/removed to the collection, we'll add/remove it on the DOM + this.entities.on('add', this.render_entity, this); + this.entities.on('remove', this.remove_entity, this); + + // When the collection is reset, we add a list item to clear the float. This is important - + // jQuery sortable() will break without the cleared element. + this.entities.on('reset', this.entities_reset, this); + + // When jQuery sortable() is finished sorting, we need to adjust the order of models in the collection + this.entities.on('change:sortorder', function(model){ + this.entities.remove(model, {silent: true}); + this.entities.add(model, {at: model.changed.sortorder, silent: true}); + this.displayed_gallery.set('sortorder', this.entities.entity_ids()); + if (typeof(console) != 'undefined' && typeof(console.log) != 'undefined') { + console.log(this.entities.entity_ids()); + } + this.displayed_gallery.set('order_by', 'sortorder'); + }, this); + + // Reset when the source changes + this.sources.on('selected', this.render, this); + + this.render(); + }, + + events: { + opened: 'entities_reset' + }, + + entities_reset: function(e){ + this.entities.reset(null, {silent: true}); + this.entity_list.empty().append('
    • '); + if (!this.entities.in_progress) this.entities.fetch(); + }, + + render_entity: function(model){ + var entity_element = new this.EntityElement({model: model}); + this.entity_list.find('.clear').before(entity_element.render().$el); + entity_element.$el.css('visibility', 'hidden'); + setTimeout(function(){ + entity_element.$el.css('visibility', 'visible'); + }, 0); + if (this.$el.find('.no_entities').length == 1) { + this.render(); + } + else if (this.entities.length > 1) { + this.entity_list.sortable('refresh'); + } + }, + + remove_entity: function(model){ + var id = this.id = model.get('id_field')+'_'+model.entity_id(); + var entity = this.entity_list.find('#'+id).remove(); + this.entity_list.sortable('refresh'); + if (this.entities.length == 0) { + this.render_no_images_notice(); + } + }, + + render_no_images_notice: function(){ + this.$el.empty(); + this.$el.append("

      "); + }, + + render: function(){ + this.$el.empty(); + if (this.entities.length > 0 && this.displayed_gallery.get('container_ids').length > 0) { + + // Render header rows + this.$el.append(new this.RefreshButton({ + entities: this.entities + }).render().el); + this.$el.append(new this.SortButtons({ + entities: this.entities, + displayed_gallery: this.displayed_gallery, + sources: this.sources + }).render().el); + this.$el.append(new this.ExcludeButtons({ + entities: this.entities + }).render().el); + + this.$el.append(this.entity_list); + + // Activate jQuery Sortable for the entity list + this.entity_list.sortable({ + placeholder: 'placeholder', + forcePlaceholderSize: true, + containment: 'parent', + opacity: 0.7, + revert: true, + dropOnEmpty: true, + start: function(e, ui){ + ui.placeholder.css({ + height: ui.item.height() + }); + return true; + }, + stop: function(e, ui) { + ui.item.trigger('drop', ui.item.index()); + } + }); + this.entity_list.disableSelection(); + } + else { + this.render_no_images_notice(); + } + return this; + }, + + RefreshButton: Backbone.View.extend({ + className: 'refresh_button', + + tagName: 'input', + + label: 'Refresh', + + events: { + click: 'clicked' + }, + + clicked: function(){ + this.entities.reset(); + }, + + initialize: function(options) { + this.options = options || {}; + _.each(this.options, function(value, key){ + this[key] = value; + }, this); + }, + + render: function(){ + this.$el.attr({ + value: this.label, + type: 'button' + }); + return this; + } + }), + + ExcludeButtons: Backbone.View.extend({ + className: 'header_row', + + initialize: function(options) { + this.options = options || {}; + _.each(this.options, function(value, key){ + this[key] = value; + }, this); + }, + + render: function(){ + this.$el.empty(); + this.$el.append('Exclude:'); + var all_button = new this.Button({ + value: true, + text: 'All', + entities: this.entities + }); + this.$el.append(all_button.render().el); + this.$el.append('|'); + var none_button = new this.Button({ + value: false, + text: 'None', + entities: this.entities + }); + this.$el.append(none_button.render().el); + return this; + }, + + Button: Backbone.View.extend({ + tagName: 'a', + + value: 1, + + text: '', + + events: { + click: 'clicked' + }, + + initialize: function(options) { + this.options = options || {}; + _.each(this.options, function(value, key){ + this[key] = value; + }, this); + }, + + clicked: function(e){ + e.preventDefault(); + this.entities.each(function(item){ + item.set('exclude', this.value); + }, this); + }, + + render: function(){ + this.$el.text(this.text).attr('href', '#'); + return this; + } + }) + }), + + SortButtons: Backbone.View.extend({ + className: 'header_row', + + initialize: function(options) { + this.options = options || {}; + _.each(this.options, function(value, key){ + this[key] = value; + }, this); + this.sortorder_options = new Ngg.DisplayTab.Models.SortOrder_Options(); + this.sortorder_options.on('change:selected', this.sortoption_changed, this); + + // Create sort directions and listen for selection changes + this.sortdirection_options = new Ngg.DisplayTab.Models.SortDirection_Options([ + { + value: 'ASC', + title: 'Ascending', + selected: this.displayed_gallery.get('order_direction') == 'ASC' + }, + { + value: 'DESC', + title: 'Descending', + selected: this.displayed_gallery.get('order_direction') == 'DESC' + } + ]); + this.sortdirection_options.on('change:selected', this.sortdirection_changed, this); + this.displayed_gallery.on('change:order_by', this.displayed_gallery_order_changed, this); + this.displayed_gallery.on('change.order_direction', this.displayed_gallery_order_dir_changed, this); + }, + + populate_sorting_fields: function(){ + // We display difference sorting buttons depending on what type of entities we're dealing with. + var entity_types = this.sources.selected().pop().get('returns'); + if (_.indexOf(entity_types, 'image') !== -1) { + this.fill_image_sortorder_options(); + } + else { + this.fill_gallery_sortorder_options(); + } + }, + + create_sortorder_option: function(name, title){ + return new Ngg.DisplayTab.Models.SortOrder({ + name: name, + title: title, + value: name, + selected: this.displayed_gallery.get('order_by') == name + }); + }, + + fill_image_sortorder_options: function(){ + this.sortorder_options.reset(); + this.sortorder_options.push(this.create_sortorder_option('', 'None')); + this.sortorder_options.push(this.create_sortorder_option('sortorder', 'Custom')); + this.sortorder_options.push(this.create_sortorder_option(Ngg.DisplayTab.instance.image_key, 'Image ID')); + this.sortorder_options.push(this.create_sortorder_option('filename', 'Filename')); + this.sortorder_options.push(this.create_sortorder_option('alttext', 'Alt/Title Text')); + this.sortorder_options.push(this.create_sortorder_option('imagedate', 'Date/Time')); + }, + + fill_gallery_sortorder_options: function(){ + this.sortorder_options.reset(); + this.sortorder_options.push(this.create_sortorder_option('', 'None')); + this.sortorder_options.push(this.create_sortorder_option('sortorder' ,'Custom')); + this.sortorder_options.push(this.create_sortorder_option('name', 'Name')); + this.sortorder_options.push(this.create_sortorder_option('galdesc', 'Description')); + }, + + displayed_gallery_order_changed: function(e){ + this.sortorder_options.findWhere({value: e.get('order_by')}).set('selected', true); + }, + + + displayed_gallery_order_dir_changed: function(e){ + this.sortdirection_options.findWhere({value: e.get('order_direction')}).set('selected', true); + }, + + sortoption_changed: function(model){ + this.sortorder_options.each(function(item){ + item.set('selected', model.get('value') == item.get('value') ? true : false, {silent: true}); + }); + + this.displayed_gallery.set('sortorder', []); + + var sort_by = model.get('value'); + + // If "None" was selected, then clear the "sortorder" property + if (model.get('value').length == 0) { + sort_by = 'sortorder'; + } + + // Change the "sort by" parameter + this.displayed_gallery.set('order_by', sort_by); + + this.entities.reset(); + this.$el.find('a.sortorder').each(function(){ + var $item = $(this); + if ($item.attr('value') == model.get('value')) + $item.addClass('selected'); + else + $item.removeClass('selected'); + }); + }, + + sortdirection_changed: function(model){ + + this.sortdirection_options.each(function(item){ + item.set('selected', model.get('value') == item.get('value') ? true : false, {silent: true}); + }); + this.displayed_gallery.set('order_direction', model.get('value')); + this.entities.reset(); + this.$el.find('a.sortdirection').each(function(){ + var $item = $(this); + if ($item.attr('value') == model.get('value')) + $item.addClass('selected'); + else + $item.removeClass('selected'); + }); + }, + + render: function(){ + this.$el.empty(); + this.populate_sorting_fields(); + this.$el.append('Sort By:'); + this.sortorder_options.each(function(item, index){ + var button = new this.Button({model: item, className: 'sortorder'}); + this.$el.append(button.render().el); + if (this.sortorder_options.length-1 > index) { + this.$el.append('|'); + } + }, this); + this.$el.append('Order By:'); + this.sortdirection_options.each(function(item, index){ + var button = new this.Button({model: item, className: 'sortdirection'}); + this.$el.append(button.render().el); + if (this.sortdirection_options.length-1 > index) { + this.$el.append('|'); + } + }, this); + return this; + }, + + Button: Backbone.View.extend({ + tagName: 'a', + + initialize: function(options) { + this.options = options || {}; + _.each(this.options, function(value, key){ + this[key] = value; + }, this); + }, + + events: { + click: 'clicked' + }, + + clicked: function(e){ + e.preventDefault(); + this.model.set('selected', true); + }, + + render: function(){ + this.$el.prop({ + value: this.model.get('value'), + href: '#' + }); + this.$el.text(this.model.get('title')); + if (this.model.get('selected')) this.$el.addClass('selected'); + return this; + } + }) + }), + + // Individual entity in the preview area + EntityElement: Backbone.View.extend({ + tagName: 'li', + + events: { + drop: 'item_dropped' + }, + + initialize: function(options) { + this.options = options || {}; + _.each(this.options, function(value, key){ + this[key] = value; + }, this); + this.model.on('change', this.render, this); + if (this.model.get('sortorder') == 0) { + this.model.set('sortorder', -1, {silent: true}); + } + this.id = this.model.get('id_field')+'_'+this.model.entity_id() + }, + + item_dropped: function(e, index){ + Ngg.DisplayTab.instance.displayed_gallery.set('order_by', 'sortorder'); + //Ngg.DisplayTab.instance.displayed_gallery.set('order_direction', 'ASC'); + this.model.set('sortorder', index); + }, + + render: function(){ + this.$el.empty(); + var image_container = $('
      ').addClass('image_container'); + var alt_text = this.model.alttext().replace(/\\&/g, '&').replace(/\\'/g, "'"); + var timestamp = new Date().getTime(); + image_container.attr({ + title: alt_text, + style: "background-image: url('"+this.model.get('thumb_url')+"?timestamp"+timestamp+"')" + }).css({ + width: this.model.get('max_width'), + height: this.model.get('max_height'), + 'max-width': this.model.get('max_width'), + 'max-height': this.model.get('max_height') + }); + + this.$el.append(image_container).addClass('ui-state-default'); + + // Add exclude checkbox + var exclude_container = $('
      ').addClass('exclude_container'); + exclude_container.append('Exclude?'); + var exclude_checkbox = new this.ExcludeCheckbox({model: this.model}); + exclude_container.append(exclude_checkbox.render().el); + image_container.append(exclude_container); + return this; + }, + + ExcludeCheckbox: Backbone.View.extend({ + tagName: 'input', + + events: { + 'change': 'entity_excluded' + }, + + type_set: false, + + entity_excluded: function(e){ + this.model.set('exclude', e.target.checked); + }, + + initialize: function(options) { + this.options = options || {}; + _.each(this.options, function(value, key){ + this[key] = value; + }, this); + this.model.on('change:exclude', this.render, this); + }, + + render: function(){ + if (!this.type_set) { + this.$el.attr('type', 'checkbox'); + this.type_set = true; + } + if (this.model.is_excluded()) this.$el.prop('checked', true); + else this.$el.prop('checked', false); + return this; + } + }) + }) + }); + + + // Additional source configuration views. These will be rendered dynamically by PHP. + // Adapters will add them. + Ngg.DisplayTab.Views.GalleriesSource = Backbone.View.extend({ + tagName: 'tbody', + + initialize: function(){ + this.galleries = Ngg.DisplayTab.instance.galleries; + }, + + render: function(){ + var select = new Ngg.Views.Chosen({ + collection: this.galleries, + placeholder: '', + multiple: true, + width: 500 + }); + var html = $(''); + this.$el.empty(); + this.$el.append(html); + this.$el.find('.galleries_column').append(select.render().el); + return this; + } + }); + + Ngg.DisplayTab.Views.AlbumsSource = Backbone.View.extend({ + tagName: 'tbody', + + initialize: function(){ + this.albums = Ngg.DisplayTab.instance.albums; + }, + + render: function(){ + var album_select = new Ngg.Views.Chosen({ + collection: this.albums, + multiple: true, + placeholder: 'Select an album', + text_field: 'name', + width: 500 + }); + this.$el.empty(); + this.$el.append(''); + this.$el.find('.albums_column').append(album_select.render().el); + return this; + } + }); + + Ngg.DisplayTab.Views.TagsSource = Backbone.View.extend({ + tagName: 'tbody', + + initialize: function(){ + this.tags = Ngg.DisplayTab.instance.tags; + }, + + render: function(){ + var tag_select = new Ngg.Views.Chosen({ + collection: this.tags, + multiple: true, + placeholder: 'Select a tag', + text_field: 'name', + width: 500 + }); + this.$el.empty(); + this.$el.append(''); + this.$el.find('.tags_column').append(tag_select.render().el); + return this; + } + }); + + Ngg.DisplayTab.Views.Recent_imagesSource = Backbone.View.extend({ + tagName: 'tbody', + + initialize: function(){ + this.displayed_gallery = Ngg.DisplayTab.instance.displayed_gallery; + this.maximum_entity_count = Ngg.DisplayTab.instance.displayed_gallery.get('maximum_entity_count'); + this.displayed_gallery.set('container_ids', []); + }, + + render: function(){ + var self = this; + var edit_field = $('').prop({ + type: 'text', + value: this.maximum_entity_count, + name: 'maximum_entity_count' + }); + + edit_field.change(function () { + self.displayed_gallery.set('maximum_entity_count', $(this).val()); + }); + + this.$el.empty(); + this.$el.append(''); + this.$el.find('.recent_images_column').append(edit_field); + return this; + } + }); + + Ngg.DisplayTab.Views.Random_imagesSource = Backbone.View.extend({ + tagName: 'tbody', + + initialize: function(){ + this.displayed_gallery = Ngg.DisplayTab.instance.displayed_gallery; + this.maximum_entity_count = Ngg.DisplayTab.instance.displayed_gallery.get('maximum_entity_count'); + this.displayed_gallery.set('container_ids', []); + }, + + render: function(){ + var self = this; + var edit_field = $('').prop({ + type: 'text', + value: this.maximum_entity_count, + name: 'maximum_entity_count' + }); + + edit_field.change(function () { + self.displayed_gallery.set('maximum_entity_count', $(this).val()); + }); + + this.$el.empty(); + this.$el.append(''); + this.$el.find('.random_images_column').append(edit_field); + return this; + } + }); + + Ngg.DisplayTab.Views.SaveButton = Backbone.View.extend({ + el: '#save_displayed_gallery', + + errors_el: '#errors', + + displayed_gallery: null, + + events: { + click: 'clicked' + }, + + initialize: function(){ + this.displayed_gallery = Ngg.DisplayTab.instance.displayed_gallery; + this.entities = Ngg.DisplayTab.instance.entities; + this.render(); + }, + + clicked: function(){ + this.set_display_settings(); + var request = ; + request = _.extend(request, { + action: 'save_displayed_gallery', + displayed_gallery: JSON.stringify(this.displayed_gallery.toJSON()) + }); + + var self = this; + $.post(photocrati_ajax.url, request, function(response){ + if (!_.isObject(response)) response = JSON.parse(response); + if (response['validation_errors'] != undefined) { + $(self.errors_el).empty().append(response.validation_errors); + } + else if (response['error'] != undefined) { + alert(response.error); + } + else { + var id_field = response.displayed_gallery.id_field; + var id = response.displayed_gallery[id_field]; + self.displayed_gallery.set('id', id); + var editor = parent.tinyMCE.activeEditor; + var preview_url = ngg_displayed_gallery_preview_url + '/id--'+id; + var snippet = ""; + if (editor.getContent().indexOf(preview_url) < 0) + editor.execCommand('mceInsertContent', false, snippet); + else { + $(editor.contentDocument).find(".ngg_displayed_gallery[src='"+preview_url+"']").attr('src', preview_url); + } + close_attach_to_post_window(); + } + }); + }, + + set_display_settings: function(){ + var display_type = this.displayed_gallery.get('display_type'); + if (display_type) { + // Collect display settings + var form = $("form[rel='"+display_type+"']"); + var display_settings = (function(item){ + var obj = {}; + $.each(item.serializeArray(), function(key, item) { + var parts = item.name.split('['); + var current_obj = obj; + for (var i=0; i + ); + + this.original_displayed_gallery = new Ngg.DisplayTab.Models.Displayed_Gallery( + + ); + this.galleries = new Ngg.DisplayTab.Models.Gallery_Collection( + + ); + this.albums = new Ngg.DisplayTab.Models.Album_Collection( + + ); + this.tags = new Ngg.DisplayTab.Models.Tag_Collection( + + ); + this.sources = new Ngg.DisplayTab.Models.Source_Collection( + + ) + this.display_types = new Ngg.DisplayTab.Models.Display_Type_Collection( + + ); + this.display_type_order_base = ; + this.display_type_order_step = ; + this.entities = new Ngg.DisplayTab.Models.Entity_Collection(); + this.entities.extra_data.displayed_gallery = this.displayed_gallery; + this.image_key = ""; + + // Pre-select current displayed gallery values + if (this.displayed_gallery.get('source')) { + + // Pre-select source + if (this.displayed_gallery.get('source')) { + var source = this.sources.find(function(item){ + return item.get('name') == this.displayed_gallery.get('source'); + }, this); + if (source) source.set('selected', true); + } + + // Pre-select containers + if (this.displayed_gallery.get('container_ids')) { + _.each(this.displayed_gallery.get('container_ids'), function(id){ + var container = this[this.displayed_gallery.get('source')].find(function(item){ + return item.id == id; + }, this); + if (container) container.set('selected', true); + }, this); + } + + // Pre-select display type + if (this.displayed_gallery.get('display_type')) { + var display_type = this.display_types.find(function(item){ + return item.get('name') == this.displayed_gallery.get('display_type'); + }, this); + if (display_type) display_type.set('selected', true); + } + } + + // Bind to the 'selected' event for each of the collections, and update the displayed + // gallery object's 'container_ids' attribute when something has changed + collections = ['galleries', 'albums', 'tags']; + _.each(collections, function(collection){ + this[collection].on('selected', function(){this.update_selected_containers(collection);}, this); + }, this); + + // Bind to the 'selected' event for the display types collection, updating the displayed gallery + this.display_types.on('change:selected', function(){ + this.displayed_gallery.set('display_type', this.display_types.selected_value()); + }, this); + + // Bind to the 'selected' event for the source, updating the displayed gallery + this.sources.on('selected', function(){ + this.displayed_gallery.set('source', this.sources.selected_value()); + + // If the source changed, and it's not the set to the original value, then + // exclusions get's set to [] + if (this.sources.selected_value() != this.original_displayed_gallery.get('source')) + this.displayed_gallery.set('exclusions', this.entities.excluded_ids()); + + // Otherwise, we revert to the original exclusions + else + this.displayed_gallery.set('exclusions', this.original_displayed_gallery.get('exclusions')); + + // special exemption: these should default to a reasonable limit + if (this.sources.selected_value() == 'random_images' || this.sources.selected_value() == 'recent_images') { + this.displayed_gallery.set('maximum_entity_count', 20); + } + + // Reset everything else + this.galleries.deselect_all(); + this.albums.deselect_all(); + this.tags.deselect_all(); + + // If the selected source is incompatible with the current display type, then + // display a new list + var selected_display_type = this.display_types.selected(); + var selected_source = this.sources.selected(); + if (selected_display_type.length > 0 && selected_source.length > 0) { + selected_display_type = selected_display_type[0]; + selected_source = selected_source[0]; + if (!selected_display_type.is_compatible_with_source(selected_source)) + this.display_types.deselect_all(); + if (this.display_type_selector) this.display_type_selector.render(); + } + if (this.preview_area) this.preview_area.render(); + }, this); + + // Synchronize changes made to entities with the displayed gallery + this.entities.on('change:exclude finished_fetching', function(){ + //this.displayed_gallery.set('sortorder', this.entities.entity_ids()); + this.displayed_gallery.set('exclusions', this.entities.excluded_ids()); + }, this); + + // Monitor events in other tabs and respond as appropriate + if (window.Frame_Event_Publisher) { + var app = this; + + // New gallery event + Frame_Event_Publisher.listen_for('attach_to_post:new_gallery', function(){ + app.galleries.reset(); + app.galleries.fetch(); + }); + + // A change has been made using the "Manage Galleries" page + Frame_Event_Publisher.listen_for('attach_to_post:manage_galleries attach_to_post:manage_images', function(data){ + + // Refresh the list of galleries + app.galleries.reset(); + app.galleries.fetch(); + + // If we're viewing galleries or images, then we need to refresh the entity list + var selected_source = app.sources.selected().pop(); + if (selected_source) { + if (_.indexOf(selected_source.get('returns'), 'image') >= 0 || + _.indexOf(selected_source.get('returns'), 'gallery')) { + app.entities.reset(); + } + } + }); + + // A change has been made using the "Manage Albums" page + Frame_Event_Publisher.listen_for('attach_to_post:manage_album', function(data){ + // Refresh the list of albums + app.albums.reset(); + app.albums.fetch(); + + // If we're viewing albums, then we need to refresh the entity list + var selected_source = app.sources.selected().pop(); + if (selected_source) { + if (_.indexOf(selected_source.get('returns'), 'album') >= 0) { + app.entities.reset(); + } + } + }); + + // A change has been made using the "Manage Tags" page + Frame_Event_Publisher.listen_for('attach_to_post:manage_tags attach_to_post:manage_images', function(data){ + // Refresh the list of tags + app.tags.reset(); + app.tags.fetch(); + + // If we're viewing galleries or images, then we need to refresh the entity list + var selected_source = app.sources.selected().pop(); + if (selected_source) { + if (_.indexOf(selected_source.get('returns'), 'image') >= 0 || + _.indexOf(selected_source.get('returns'), 'gallery')) { + app.entities.reset(); + } + } + }); + + // Thumbnail modified event + Frame_Event_Publisher.listen_for('attach_to_post:thumbnail_modified', function(data){ + var selected_source = app.sources.selected().pop(); + var image_id = data.image[data.image.id_field]; + + if (selected_source) { + + // Does the currently selected source return images? If so, + // check refresh the modified image's thumbnail + if(_.indexOf(selected_source.get('returns'), 'image') >= 0) { + var image = app.entities.find(function(item){ + return parseInt(item.entity_id()) == parseInt(image_id); + }, this); + if (image) image.set('thumb_url', data.image.thumb_url); + } + + // It must be an album or gallery + else { + var entity = app.entities.find(function(item){ + return parseInt(item.get('previewpic')) == image_id; + }, this); + if (entity) entity.trigger('change'); + } + } + }); + } + }, + + // Updates the selected container_ids for the displayed gallery + update_selected_containers: function(collection){ + this.displayed_gallery.set('container_ids', this[collection].selected_ids()); + }, + + render: function(){ + this.display_type_selector = new Ngg.DisplayTab.Views.Display_Type_Selector(); + new Ngg.DisplayTab.Views.Source_Config(); + new Ngg.DisplayTab.Views.Slug_Config(); + this.preview_area = new Ngg.DisplayTab.Views.Preview_Area(); + new Ngg.DisplayTab.Views.SaveButton(); + } + }); + Ngg.DisplayTab.instance = new Ngg.DisplayTab.App(); + Ngg.DisplayTab.instance.render(); + + window.Ngg = Ngg; + + // Invoke styling libraries + $('span.tooltip, label.tooltip').tooltip(); +}); diff --git a/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/attach_to_post/templates/display_tab_source.php b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/attach_to_post/templates/display_tab_source.php new file mode 100644 index 0000000..2a00bec --- /dev/null +++ b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/attach_to_post/templates/display_tab_source.php @@ -0,0 +1,2 @@ +
      +
      \ No newline at end of file diff --git a/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/attach_to_post/templates/display_tab_type.php b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/attach_to_post/templates/display_tab_type.php new file mode 100644 index 0000000..32bf167 --- /dev/null +++ b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/attach_to_post/templates/display_tab_type.php @@ -0,0 +1,3 @@ +
      + +
      \ No newline at end of file diff --git a/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/attach_to_post/templates/no_display_type_selected.php b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/attach_to_post/templates/no_display_type_selected.php new file mode 100644 index 0000000..445f2fb --- /dev/null +++ b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/attach_to_post/templates/no_display_type_selected.php @@ -0,0 +1,3 @@ +

      + +

      \ No newline at end of file diff --git a/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/attach_to_post/templates/preview_tab.php b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/attach_to_post/templates/preview_tab.php new file mode 100644 index 0000000..47d94fc --- /dev/null +++ b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/attach_to_post/templates/preview_tab.php @@ -0,0 +1,3 @@ +
      + +
      \ No newline at end of file diff --git a/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/datamapper/README.txt b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/datamapper/README.txt new file mode 100644 index 0000000..4b1f6eb --- /dev/null +++ b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/datamapper/README.txt @@ -0,0 +1 @@ +See the datamapper unit tests for details about the API \ No newline at end of file diff --git a/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/datamapper/adapter.datamapper_factory.php b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/datamapper/adapter.datamapper_factory.php new file mode 100644 index 0000000..a9b40bb --- /dev/null +++ b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/datamapper/adapter.datamapper_factory.php @@ -0,0 +1,24 @@ +object->_query_args = array( + 'post_type' => $this->object->get_object_name(), + 'paged' => FALSE, + 'fields' => $fields, + 'post_status' => 'any', + 'datamapper' => TRUE, + 'posts_per_page'=> -1, + 'is_select' => TRUE, + 'is_delete' => FALSE + ); + + return $this->object; + } + + + /** + * Specifies an order clause + * @param type $order_by + * @param type $direction + * @return C_DataMapper_Driver_Base + */ + function order_by($order_by, $direction='ASC') + { + // Make an exception for the rand() method + $order_by = preg_replace("/rand\(\s*\)/", 'rand', $order_by); + + if (in_array($order_by, $this->object->_get_querable_table_columns())) { + $this->object->_query_args['orderby'] = $order_by; + } + else { // ordering by a meta value + $this->object->_query_args['orderby'] = 'meta_value'; + $this->object->_query_args['meta_key'] = $order_by; + } + $this->object->_query_args['order'] = $direction; + + return $this->object; + } + + /** + * Specifies a limit and optional offset + * @param integer $max + * @param integer $offset + * @return C_DataMapper_Driver_Base + */ + function limit($max, $offset=FALSE) + { + if ($max) { + $this->object->_query_args['paged'] = TRUE; + $this->object->_query_args['offset'] = $offset; + $this->object->_query_args['posts_per_page'] = $max; + } + + return $this->object; + } + + + /** + * Specifies a list of columns to group by + * @param array|string $columns + */ + function group_by($columns=array()) + { + if (!isset($this->object->_query_args['group_by_columns'])) + $this->object->_query_args['group_by_columns'] = $columns; + else { + $this->object->_query_args['group_by_columns'] = array_merge( + $this->object->_query_args['group_by_columns'], + $columns + ); + } + + return $this->object; + } + + /** + * Adds a WP_Query where clause + * @param array $where_clauses + * @param string $join + */ + function _add_where_clause($where_clauses, $join) + { + foreach ($where_clauses as $clause) { + // $clause => array( + // 'column' => 'ID', + // 'value' => 1210, + // 'compare' => '=' + // ) + + // Determine where what the where clause is comparing + switch($clause['column']) { + case 'author': + case 'author_id': + $this->object->_query_args['author'] = $clause['value']; + break; + case 'author_name': + $this->object->_query_args['author_name'] = $clause['value']; + break; + case 'cat': + case 'cat_id': + case 'category_id': + switch($clause['compare']) { + case '=': + case 'BETWEEN'; + case 'IN'; + if (!isset($this->object->_query_args['category__in'])) { + $this->object->_query_args['category__in'] = array(); + } + $this->object->_query_args['category__in'][] = $clause['value']; + break; + case '!=': + case 'NOT BETWEEN'; + case 'NOT IN'; + if (!isset($this->object->_query_args['category__not_in'])) { + $this->object->_query_args['category__not_in'] = array(); + } + $this->object->_query_args['category__not_in'][] = $clause['value']; + break; + } + break; + case 'category_name': + $this->object->_query_args['category_name'] = $clause['value']; + break; + case 'post_id': + case $this->object->get_primary_key_column(): + switch ($clause['compare']) { + case '=': + case 'IN'; + case 'BETWEEN'; + if (!isset($this->object->_query_args['post__in'])) { + $this->object->_query_args['post__in'] = array(); + } + $this->object->_query_args['post__in'][] = $clause['value']; + break; + default: + if (!isset($this->object->_query_args['post__not_in'])) { + $this->object->_query_args['post__not_in'] = array(); + } + $this->object->_query_args['post__not_in'][] = $clause['value']; + break; + } + break; + case 'pagename': + case 'postname': + case 'page_name': + case 'post_name': + if ($clause['compare'] == 'LIKE') + $this->object->_query_args['page_name__like'] = $clause['value']; + elseif ($clause['compare'] == '=') + $this->object->_query_args['pagename'] = $clause['value']; + elseif ($clause['compare'] == 'IN') + $this->object->_query_args['page_name__in'] = $clause['value']; + break; + case 'post_title': + // Post title uses custom WHERE clause + if ($clause['compare'] == 'LIKE') + $this->object->_query_args['post_title__like'] = $clause['value']; + else + $this->object->_query_args['post_title'] = $clause['value']; + break; + default: + // Must be metadata + $clause['key'] = $clause['column']; + unset($clause['column']); + + // Convert values to array, when required + if (in_array($clause['compare'], array('IN', 'BETWEEN'))) { + $clause['value'] = explode(',', $clause['value']); + foreach ($clause['value'] as &$val) { + if (!is_numeric($val)) { + + // In the _parse_where_clause() method, we + // quote the strings and add slashes + $val = stripslashes($val); + $val = substr($val, 1, strlen($val)-2); + } + } + } + + if (!isset($this->object->_query_args['meta_query'])) { + $this->object->_query_args['meta_query'] = array(); + } + $this->object->_query_args['meta_query'][] = $clause; + break; + } + } + + // If any where clauses have been added, specify how the conditions + // will be conbined/joined + if (isset($this->object->_query_args['meta_query'])) { + $this->object->_query_args['meta_query']['relation'] = $join; + } + + } + + + /** + * Destroys/deletes an entity from the database + * @param stdObject|C_DataMapper_Model $entity + * @return type + */ + function destroy($entity, $skip_trash=TRUE) + { + $retval = FALSE; + + $key = $this->object->get_primary_key_column(); + + // Find the id of the entity + if (is_object($entity) && isset($entity->$key)) { + $id = (int)$entity->$key; + } + else { + $id = (int)$entity; + } + + // If we have an ID, then delete the post + if (is_integer($id)) { + + // TODO: We assume that we can skip the trash. Is that correct? + // FYI, Deletes postmeta as wells + if (is_object(wp_delete_post($id, TRUE))) $retval = TRUE; + } + + return $retval; + } + + /** + * Converts a post to an entity + * @param \stdClass $post + * @param boolean $model + * @return \stdClass + */ + function convert_post_to_entity($post, $model=FALSE) + { + $entity = new stdClass(); + + // Unserialize the post content field + if (is_string($post->post_content)) { + if (($post_content = $this->object->unserialize($post->post_content))) { + foreach ($post_content as $key => $value) { + $post->$key = $value; + } + } + + } + unset($post->post_content); + + // Copy all fields to the entity + foreach ($post as $key => $value) { + $entity->$key = $value; + } + $this->object->_convert_to_entity($entity); + return $model? $this->object->convert_to_model($entity) : $entity; + } + + + /** + * Converts an entity to a post + * @param type $entity + * @return type + */ + function _convert_entity_to_post($entity) + { + // Was a model passed instead of an entity? + $post = $entity; + if (!($entity instanceof stdClass)) $post = $entity->get_entity(); + + // Create the post content + $post_content = clone $post; + foreach ($this->object->_table_columns as $column) unset($post_content->$column); + unset($post->id_field); + unset($post->post_content_filtered); + unset($post->post_content); + $post->post_content = $this->object->serialize($post_content); + $post->post_content_filtered = $post->post_content; + $post->post_type = $this->object->get_object_name(); + + // Sometimes an entity can contain a data stored in an array or object + // Those will be removed from the post, and serialized in the + // post_content field + foreach ($post as $key => $value) { + if (in_array(strtolower(gettype($value)), array('object','array'))) + unset($post->$key); + } + + // A post required a title + if (!property_exists($post, 'post_title')) { + $post->post_title = $this->object->get_post_title($post); + } + + // A post also requires an excerpt + if (!property_exists($post, 'post_excerpt')) { + $post->post_excerpt = $this->object->get_post_excerpt($post); + } + + return $post; + } + + /** + * Returns the WordPress database class + * @global wpdb $wpdb + * @return wpdb + */ + function _wpdb() + { + global $wpdb; + return $wpdb; + } + + + /** + * Flush and update all postmeta for a particular post + * @param int $post_id + */ + function _flush_and_update_postmeta($post_id, $entity, $omit=array()) + { + // We need to insert post meta data for each property + // Unfortunately, that means flushing all existing postmeta + // and then inserting new values. Depending on the number of + // properties, this could be slow. So, we directly access the database + /* @var $wpdb wpdb */ + global $wpdb; + if (!is_array($omit)) $omit = array($omit); + + // By default, we omit creating meta values for columns in the posts table + $omit = array_merge($omit, $this->object->_table_columns); + + // Delete the existing meta values + $wpdb->query($wpdb->prepare("DELETE FROM {$wpdb->postmeta} WHERE post_id = %s", $post_id)); + + // Create query for new meta values + $sql_parts = array(); + foreach($entity as $key => $value) { + if (in_array($key, $omit)) continue; + if (is_array($value) or is_object($value)) { + $value = $this->object->serialize($value); + } + $sql_parts[] = $wpdb->prepare("(%s, %s, %s)", $post_id, $key, $value); + } + $wpdb->query("INSERT INTO {$wpdb->postmeta} (post_id, meta_key, meta_value) VALUES ".implode(',', $sql_parts)); + } + + + /** + * Saves an entity to the database + * @param stdObject $entity + */ + function _save_entity($entity) + { + $post = $this->object->_convert_entity_to_post($entity); + $primary_key = $this->object->get_primary_key_column(); + + // TODO: unsilence this. Wordpress 3.9-beta2 is generating an error that should be corrected before its + // final release. + if (($post_id = @wp_insert_post($post))) { + + $new_entity = $this->object->find($post_id, TRUE); + foreach ($new_entity->get_entity() as $key => $value) $entity->$key = $value; + + // Save properties as post meta + $this->object->_flush_and_update_postmeta( + $post_id, + $entity instanceof stdClass ? $entity : $entity->get_entity() + ); + + $entity->$primary_key = $post_id; + } + $entity->id_field = $primary_key; + + return $post_id; + } + + + /** + * Determines whether the current statement is SELECT + * @return boolean + */ + function is_select_statement() + { + return isset($this->object->_query_args['is_select']) && $this->object->_query_args['is_select']; + } + + + /** + * Determines whether the current statement is DELETE + * @return type + */ + function is_delete_statement() + { + return isset($this->object->_query_args['is_delete']) && $this->object->_query_args['is_delete']; + } + + + /** + * Starts a new DELETE statement + */ + function delete() + { + $this->object->select(); + $this->object->_query_args['is_select'] = FALSE; + $this->object->_query_args['is_delete'] = TRUE; + return $this->object; + } + + + /** + * Runs the query + * @param string $sql optionally run the specified query + * @return array + */ + function run_query($sql=FALSE, $model=FALSE, $convert_to_entities=TRUE) + { + $retval = array(); + + if ($sql) + { + $this->object->_query_args['cache_results'] = FALSE; + $this->object->_query_args['custom_sql'] = $sql; + } + + // Execute the query + $query = new WP_Query(); + if (isset($this->object->debug)) $this->object->_query_args['debug'] = TRUE; + $query->query_vars = $this->object->_query_args; + add_action('pre_get_posts', array(&$this, 'set_query_args'), PHP_INT_MAX-1, 1); + if ($convert_to_entities) foreach ($query->get_posts() as $row) { + $retval[] = $this->object->convert_post_to_entity($row, $model); + } + else $retval = $query->get_posts(); + remove_action('pre_get_posts', array(&$this, 'set_query_args'), PHP_INT_MAX-1, 1); + + return $retval; + } + + /** + * Ensure that the query args are set. We need to do this in case a third-party + * plugin overrides our query + * @param $query + */ + function set_query_args($query) + { + if ($query->get('datamapper')) $query->query_vars = $this->object->_query_args; + } + + /** + * Fetches the last row + * @param array $conditions + * @return C_DataMapper_Entity + */ + function find_last($conditions=array(), $model=FALSE) + { + $retval = NULL; + + // Get row number for the last row + $table_name = $this->object->_clean_column($this->object->get_table_name()); + $object_name = $this->object->_clean_column($this->object->get_object_name()); + $sql = $this->_wpdb()->prepare("SELECT COUNT(*) FROM {$table_name} WHERE post_type = %s", $object_name); + $count = $this->_wpdb()->get_var($sql); + $offset = $count-1; + $results = $this->select()->where_and($conditions)->limit(1, $offset)->run_query(); + if ($results) { + $retval = $model? $this->object->convert_to_model($results[0]) : $results[0]; + } + + return $retval; + } + + + + /** + * Returns the number of total records/entities that exist + * @return int + */ + function count() + { + $this->object->select($this->object->get_primary_key_column()); + $retval = $this->object->run_query(FALSE, FALSE, FALSE); + + return count($retval); + } + + + /** + * Returns the title of the post. Used when post_title is not set + * @param stdClass $entity + * @return string + */ + function get_post_title($entity) + { + return "Untitled {$this->object->get_object_name()}"; + } + + /** + * Returns the excerpt of the post. Used when post_excerpt is not set + * @param stdClass $entity + * @return string + */ + function get_post_excerpt($entity) + { + return ''; + } +} + +class C_CustomPost_DataMapper_Driver extends C_DataMapper_Driver_Base +{ + var $_query_args = array(); + var $_primary_key_column = 'ID'; + + function define($object_name, $context=FALSE) + { + if (strlen($object_name) > 20) throw new Exception("The custom post name can be no longer than 20 characters long"); + + parent::define($object_name, $context); + $this->add_mixin('Mixin_CustomPost_DataMapper_Driver'); + $this->implement('I_CustomPost_DataMapper'); + } + + + /** + * Gets the name of the table + * @global string $table_prefix + * @return string + */ + function get_table_name() + { + global $table_prefix; + return $table_prefix.'posts'; + } +} diff --git a/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/datamapper/class.customtable_datamapper_driver.php b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/datamapper/class.customtable_datamapper_driver.php new file mode 100644 index 0000000..5c9343f --- /dev/null +++ b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/datamapper/class.customtable_datamapper_driver.php @@ -0,0 +1,475 @@ +object->_primary_key_column; + } + + + /** + * Selects which fields to collect from the table. + * NOTE: Not protected from SQL injection - DO NOT let your users + * specify DB columns + * @param string $fields + */ + function select($fields=NULL) + { + // Create a fresh slate + $this->object->_init(); + if (!$fields OR $fields == '*') $fields = $this->get_table_name().'.*'; + $this->object->_select_clause = "SELECT {$fields}"; + + return $this->object; + } + + /** + * Determines whether we're going to execute a SELECT statement + * @return boolean + */ + function is_select_statement() + { + return ($this->object->_select_clause) ? TRUE : FALSE; + } + + /** + * Determines if we're going to be executing a DELETE statement + * @return type + */ + function is_delete_statement() + { + return $this->object->_delete_clause ? TRUE : FALSE; + } + + + /** + * Start a delete statement + */ + function delete() + { + // Create a fresh slate + $this->object->_init(); + $this->object->_delete_clause = "DELETE"; + return $this->object; + } + + + /** + * Orders the results of the query + * This method may be used multiple of times to order by more than column + * @param $order_by + * @param $direction + */ + function order_by($order_by, $direction='ASC') + { + // We treat the rand() function as an exception + if (preg_match("/rand\(\s*\)/", $order_by)) { + $order = 'rand()'; + } + else { + $order_by = $this->object->_clean_column($order_by); + + // If the order by clause is a column, then it should be backticked + if ($this->object->has_column($order_by)) $order_by = "`{$order_by}`"; + + $direction = $this->object->_clean_column($direction); + $order = "{$order_by} {$direction}"; + } + + $this->object->_order_clauses[] = $order; + + return $this->object; + } + + /** + * Specifies a limit and optional offset + * @param integer $max + * @param integer $offset + */ + function limit($max, $offset=0) + { + if ($offset) + $limit = $this->_wpdb()->prepare("LIMIT %d, %d",$offset,$max); + else + $limit = $this->_wpdb()->prepare("LIMIT %d", $max); + if ($limit) $this->object->_limit_clause = $limit; + + return $this->object; + } + + + /** + * Specifics a group by clause for one or more columns + * @param array|string $columns + */ + function group_by($columns=array()) + { + if (!is_array($columns)) $columns = array($columns); + $this->object->_group_by_columns = array_merge($this->object->_group_by_columns, $columns); + return $this->object; + } + + + /** + * Adds a where clause to the driver + * @param array $where_clauses + * @param string $join + */ + function _add_where_clause($where_clauses, $join) + { + $clauses = array(); + + foreach ($where_clauses as $clause) { + extract($clause); + if ($this->object->has_column($column)) $column = "`{$column}`"; + if (!is_array($value)) $value = array($value); + foreach ($value as $index => $v) { + $v = $clause['type'] == 'numeric' ? $v : "'{$v}'"; + $value[$index] = $v; + } + if ($compare == 'BETWEEN') { + $value = "{$value[0]} AND {$value[1]}"; + } + else { + $value = implode(', ', $value); + if (strpos($compare, 'IN') !== FALSE) $value = "({$value})"; + } + + $clauses[] = "{$column} {$compare} {$value}"; + } + + $this->object->_where_clauses[] = implode(" {$join} ", $clauses); + } + + + /** + * Returns the total number of entities known + * @return type + */ + function count() + { + $retval = 0; + + $key = $this->object->get_primary_key_column(); + $results = $this->object->run_query( + "SELECT COUNT(`{$key}`) AS `{$key}` FROM `{$this->object->get_table_name()}`" + ); + if ($results && isset($results[0]->$key)) + $retval = (int)$results[0]->$key; + + return $retval; + } + + /** + * Returns the generated SQL query to be executed + * @return string + */ + function get_generated_query($no_entities=FALSE) + { + $sql = array(); + + if ($this->object->is_select_statement()) $sql[] = $this->object->_select_clause; + elseif ($this->object->is_delete_statement()) $sql[] = $this->object->_delete_clause; + $sql[] = 'FROM `'.$this->object->get_table_name().'`'; + $where_clauses = array(); + foreach ($this->object->_where_clauses as $where) { + $where_clauses[] = '('.$where.')'; + } + if ($where_clauses) $sql[] = 'WHERE '.implode(' AND ', $where_clauses); + + if ($this->object->is_select_statement()) { + if ($this->object->_group_by_columns) $sql[] = 'GROUP BY '.implode(', ', $this->object->_group_by_columns); + if ($this->object->_order_clauses) $sql[] = 'ORDER BY '.implode(', ', $this->object->_order_clauses); + if ($this->object->_limit_clause) $sql[] = $this->object->_limit_clause; + } + return implode(' ', $sql); + } + + + /** + * Run the query + * @param $sql optionally run the specified SQL insteads + * return + */ + function run_query($sql=FALSE, $no_entities=FALSE) + { + $retval = array(); + + // Or generate SQL query + if (!$sql) + $sql = $this->object->get_generated_query($no_entities); + + // If we have a SQL statement to execute, then heck, execute it! + if ($sql) + { + if ($this->object->debug) { + var_dump($sql); + } + + $this->_wpdb()->query($sql); + + if ($this->_wpdb()->last_result) + { + $retval = array(); + // For each row, create an entity, update it's properties, and add it to the result set + if ($no_entities) + { + $retval = $this->_wpdb()->last_result; + } + else { + $id_field = $this->get_primary_key_column(); + foreach ($this->_wpdb()->last_result as $row) { + if ($row) { + if (isset($row->$id_field)) { + $retval[] = $this->object->_convert_to_entity($row); + } + } + } + } + } + elseif ($this->object->debug) { + var_dump("No entities returned from query"); + } + } + + return $retval; + } + + /** + * Stores the entity + * @param stdClass $entity + */ + function _save_entity($entity) + { + $retval = FALSE; + + unset($entity->id_field); + $primary_key = $this->object->get_primary_key_column(); + if (isset($entity->$primary_key) && $entity->$primary_key > 0) { + if($this->object->_update($entity)) $retval = intval($entity->$primary_key); + } + else { + $retval = $this->object->_create($entity); + if ($retval) { + $new_entity = $this->object->find($retval); + foreach ($new_entity as $key => $value) $entity->$key = $value; + } + } + $entity->id_field = $primary_key; + + return $retval; + } + + /** + * Converts an entity to something suitable for inserting into + * a database column + * @param stdObject $entity + * @return array + */ + function _convert_to_table_data($entity) + { + $data = (array) $entity; + foreach ($data as $key => $value) { + if (is_array($value)) $data[$key] = $this->object->serialize($value); + } + + return $data; + } + + + /** + * Destroys/deletes an entity + * @param stdObject|C_DataMapper_Model|int $entity + * @return boolean + */ + function destroy($entity) + { + $retval = FALSE; + $key = $this->object->get_primary_key_column(); + + // Find the id of the entity + if (is_object($entity) && isset($entity->$key)) { + $id = (int)$entity->$key; + } + else { + $id = (int)$entity; + } + + // If we have an ID, then delete the post + if (is_numeric($id)) { + $sql = $this->object->_wpdb()->prepare( + "DELETE FROM `{$this->object->get_table_name()}` WHERE {$key} = %s", + $id + ); + $retval = $this->object->_wpdb()->query($sql); + } + + return $retval; + } + + /** + * Creates a new record in the database + * @param stdObject $entity + * @return boolean + */ + function _create($entity) + { + $retval = FALSE; + $id = $this->object->_wpdb()->insert( + $this->object->get_table_name(), + $this->object->_convert_to_table_data($entity) + ); + if ($id) { + $key = $this->object->get_primary_key_column(); + $retval = $entity->$key = intval($this->object->_wpdb()->insert_id); + } + return $retval; + } + + + /** + * Updates a record in the database + * @param stdObject $entity + */ + function _update($entity) + { + $key = $this->object->get_primary_key_column(); + + return $this->object->_wpdb()->update( + $this->object->get_table_name(), + $this->object->_convert_to_table_data($entity), + array($key => $entity->$key) + ); + } + + + /** + * Fetches the last row + * @param array $conditions + * @return C_DataMapper_Entity + */ + function find_last($conditions=array(), $model=FALSE) + { + $retval = NULL; + + // Get row number for the last row + $table_name = $this->object->_clean_column($this->object->get_table_name()); + $count = $this->_wpdb()->get_var("SELECT COUNT(*) FROM `{$table_name}`"); + $offset = $count-1; + $results = $this->select()->where_and($conditions)->limit(1, $offset)->run_query(); + if ($results) { + $retval = $model? $this->object->convert_to_model($results[0]) : $results[0]; + } + + return $retval; + } + + function _add_column($column_name, $datatype, $default_value=NULL) + { + $sql = "ALTER TABLE `{$this->get_table_name()}` ADD COLUMN `{$column_name}` {$datatype}"; + if ($default_value) { + if (is_string($default_value)) $default_value = str_replace("'", "\\'", $default_value); + $sql .= " NOT NULL DEFAULT " . (is_string($default_value) ? "'{$default_value}" : "{$default_value}"); + } + $this->object->_wpdb()->query($sql); + } + + function _remove_column($column_name) + { + $sql = "ALTER TABLE `{$this->get_table_name()}` DROP COLUMN `{$column_name}`"; + $this->object->_wpdb()->query($sql); + } + + /** + * Migrates the schema of the database + */ + function migrate($lookup=TRUE) + { + if (!$this->object->_columns) { + throw new E_ColumnsNotDefinedException("Columns not defined for {$this->get_table_name()}"); + } + + if ($lookup) $this->lookup_columns(); + + // Add any missing columns + foreach ($this->object->_columns as $key => $properties) { + if (!in_array($key, $this->object->_table_columns)) { + $this->object->_add_column($key, $properties['type'], $properties['default_value']); + } + } + + // Remove any columns not defined + foreach ($this->object->_table_columns as $key) { + if (!isset($this->object->_columns[$key])) { + //$this->object->_remove_column($key); + } + } + + $this->object->lookup_columns(); + } + + + function _init() + { + $this->object->_where_clauses = array(); + $this->object->_order_clauses = array(); + $this->object->_group_by_columns = array(); + $this->object->_limit_clause = ''; + $this->object->_select_clause = ''; + } +} + +class C_CustomTable_DataMapper_Driver extends C_DataMapper_Driver_Base +{ + /** + * The WordPress Database Connection + * @var wpdb + */ + var $_where_clauses = array(); + var $_order_clauses = array(); + var $_group_by_columns = array(); + var $_limit_clause = ''; + var $_select_clause = ''; + var $_delete_clause = ''; + + function define($object_name, $context=FALSE) + { + parent::define($object_name, $context); + $this->add_mixin('C_CustomTable_DataMapper_Driver_Mixin'); + $this->implement('I_CustomTable_DataMapper'); + } + + function initialize($object_name=FALSE) + { + parent::initialize($object_name); + if (!isset($this->_primary_key_column)) + $this->_primary_key_column = $this->_lookup_primary_key_column(); + $this->migrate(FALSE); + } + + /** + * Returns the database connection object for WordPress + * @global wpdb $wpdb + * @return wpdb + */ + function _wpdb() + { + global $wpdb; + return $wpdb; + } + + /** + * Looks up the primary key column for this table + */ + function _lookup_primary_key_column() + { + $key = $this->_wpdb()->get_row("SHOW INDEX FROM {$this->get_table_name()} WHERE Key_name='PRIMARY'", ARRAY_A); + if (!$key) throw new Exception("Please specify the primary key for {$this->get_table_name ()}"); + return $key['Column_name']; + } +} diff --git a/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/datamapper/class.datamapper_driver_base.php b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/datamapper/class.datamapper_driver_base.php new file mode 100644 index 0000000..25ec1a7 --- /dev/null +++ b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/datamapper/class.datamapper_driver_base.php @@ -0,0 +1,744 @@ +object->_serialized_columns[] = $column; + } + + function unserialize_columns($object) + { + foreach ($this->object->_serialized_columns as $column) { + if (isset($object->$column) && is_string($object->$column)) { + $object->$column = $this->unserialize($object->$column); + } + } + } + + /** + * Serializes the data + * @param mixed $value + * @return string + */ + function serialize($value) + { + //Using json_encode here because PHP's serialize is not Unicode safe + return base64_encode(json_encode($value)); + } + + + /** + * Unserializes data using our proprietary format + * @param string $value + * @return mixed + */ + function unserialize($value) + { + $retval = NULL; + + if (is_string($value)) + { + $retval = stripcslashes($value); + + if (strlen($value) > 1) + { + // We can't always rely on base64_decode() or json_decode() to return FALSE as their documentation + // claims so check if $retval begins with a: as that indicates we have a serialized PHP object. + if (strpos($retval, 'a:') === 0) + { + $er = error_reporting(0); + $retval = unserialize($value); + error_reporting($er); + } + else { + // We use json_decode() here because PHP's unserialize() is not Unicode safe. + $retval = json_decode(base64_decode($retval), TRUE); + } + } + } + + return $retval; + } + + + /** + * Finds a partiular entry by id + * @param int|stdClass|C_DataMapper_Model $entity + * @return C_DataMapper_Entity + */ + function find($entity, $model=FALSE) + { + $retval = NULL; + + // Get primary key of the entity + $pkey = $this->object->get_primary_key_column(); + if (!is_numeric($entity)) { + $entity = isset($entity->$pkey) ? intval($entity->$pkey) : FALSE; + } + + // If we have an entity ID, then get the record + if ($entity) { + $results = $this->object->select()->where_and( + array("{$pkey} = %d", $entity) + )->limit(1,0)->run_query(); + + if ($results) $retval = $model ? $this->object->convert_to_model($results[0]) : $results[0]; + } + + return $retval; + } + + /** + * Fetches the first row + * @param array $conditions + * @return C_DataMapper_Entity + */ + function find_first($conditions=array(), $model=FALSE) + { + $results = $this->object->select()->where_and($conditions)->limit(1,0)->run_query(); + if ($results) + return $model? $this->object->convert_to_model($results[0]) : $results[0]; + else + return NULL; + } + + + /** + * Queries all rows + * @param array $conditions + * @return array + */ + function find_all($conditions=array(), $model=FALSE) + { + // Sometimes users will forget that the first parameter is conditions, and think it's $model instead + if ($conditions === TRUE) + { + $conditions = array(); + $model = TRUE; + } + + if ($conditions === FALSE) + { + $conditions = array(); + $model = FALSE; + } + + $results = $this->object->select()->where_and($conditions)->run_query(); + if ($results && $model) + { + foreach ($results as &$r) { + $r = $this->object->convert_to_model($r); + } + } + + return $results; + } + + + /** + * Filters the query using conditions: + * E.g. + * array("post_title = %s", "Foo") + * array( + * array("post_title = %s", "Foo"), + * + * ) + */ + function where_and($conditions=array()) + { + return $this->object->_where($conditions, 'AND'); + } + + function where_or($conditions=array()) + { + return $this->object->where($conditions, 'OR'); + } + + + function where($conditions=array()) + { + return $this->object->_where($conditions, 'AND'); + } + + + /** Parses the where clauses + * They could look like the following: + * + * array( + * "post_id = 1" + * array("post_id = %d", 1), + * ) + * + * or simply "post_id = 1" + * @param array|string $conditions + * @param string $operator + * @return ExtensibleObject + */ + function _where($conditions=array(), $operator) + { + $where_clauses = array(); + + // If conditions is not an array, make it one + if (!is_array($conditions)) $conditions = array($conditions); + elseif (!empty($conditions) && !is_array($conditions[0])) { + // Just a single condition was passed, but with a bind + $conditions = array($conditions); + } + + // Iterate through each condition + foreach ($conditions as $condition) { + if (is_string($condition)) { + $clause = $this->object->_parse_where_clause($condition); + if ($clause) $where_clauses[] = $clause; + } + else { + $clause = array_shift($condition); + $clause = $this->object->_parse_where_clause($clause, $condition); + if ($clause) $where_clauses[] = $clause; + } + } + + // Add where clause to query + if ($where_clauses) $this->object->_add_where_clause($where_clauses, $operator); + + return $this->object; + } + + /** + * Parses a where clause and returns an associative array + * representing the query + * + * E.g. parse_where_clause("post_title = %s", "Foo Bar") + * + * @global wpdb $wpdb + * @param string $condition + * @return array + */ + function _parse_where_clause($condition) + { + $column = ''; + $operator = ''; + $value = ''; + $numeric = TRUE; + + // Substitute any placeholders + global $wpdb; + $binds = func_get_args(); + $binds = $binds[1]; // first argument is the condition + foreach ($binds as &$bind) { + + // A bind could be an array, used for the 'IN' operator + // or a simple scalar value. We need to convert arrays + // into scalar values + if (is_object($bind)) + $bind = (array)$bind; + + if (is_array($bind) && !empty($bind)) { + foreach ($bind as &$val) { + if (!is_numeric($val)) { + $val = '"'.addslashes($val).'"'; + $numeric = FALSE; + } + } + $bind = implode(',', $bind); + } + else if (is_array($bind) && empty($bind)) { + $bind = 'NULL'; + } + else if(!is_numeric($bind)) { + $numeric = FALSE; + } + } + $condition = $wpdb->prepare($condition, $binds); + + // Parse the where clause + if (preg_match("/^[^\s]+/", $condition, $match)) { + $column = trim(array_shift($match)); + $condition = str_replace($column, '', $condition); + } + + if (preg_match("/(NOT )?IN|(NOT )?LIKE|(NOT )?BETWEEN|[=!<>]+/i", $condition, $match)) { + $operator = trim(array_shift($match)); + $condition = str_replace($operator, '', $condition); + $operator = strtolower($operator); + $value = trim($condition); + } + + // Values will automatically be quoted, so remove them + // If the value is part of an IN clause or BETWEEN clause and + // has multiple values, we attempt to split the values apart into an + // array and iterate over them individually + if ($operator == 'in') { + $values = preg_split("/'?\s?(,)\s?'?/i", $value); + } + elseif ($operator == 'between') { + $values = preg_split("/'?\s?(AND)\s?'?/i", $value); + } + + // If there's a single value, treat it as an array so that we + // can still iterate + if (empty($values)) $values = array($value); + foreach ($values as $index => $value) { + $value = preg_replace("/^(\()?'/", '', $value); + $value = preg_replace("/'(\))?$/", '', $value); + $values[$index] = $value; + } + if (count($values)>1) $value = $values; + + // Return the WP Query meta query parameters + $retval = array( + 'column' => $column, + 'value' => $value, + 'compare' => strtoupper($operator), + 'type' => $numeric ? 'numeric' : 'string', + ); + + return $retval; + } + + /** + * Converts a stdObject to an Entity + * @param stdObject $stdObject + * @return stdObject + */ + function _convert_to_entity($stdObject) + { + // Add name of the id_field to the entity, and convert + // the ID to an integer + $stdObject->id_field = $key = $this->object->get_primary_key_column(); + + // Cast columns to their appropriate data type + $this->cast_columns($stdObject); + + // Strip slashes + $this->strip_slashes($stdObject); + + // Unserialize columns + $this->unserialize_columns($stdObject); + + // Set defaults for this entity + $this->object->set_defaults($stdObject); + + return $stdObject; + } + + + function strip_slashes($stdObject) + { + foreach (get_object_vars($stdObject) as $key => $value) { + if (is_string($value)) { + $stdObject->$key = str_replace("\\'", "'", str_replace('\"', '"', str_replace("\\\\", "\\", $value))); + } + elseif(is_object($value)) { + $stdObject->$key = $this->strip_slashes_deep($value); + } + elseif(is_array($value)) { + $stdObject->$key = $this->strip_slashes_deep($value); + } + } + + return $stdObject; + } + + function strip_slashes_deep($input) + { + $retval = $input; + + if (is_object($input)) { + foreach (get_object_vars($input) as $key => $value) { + $retval->$key = $this->strip_slashes_deep($value); + } + } + elseif(is_array($input)) { + foreach ($input as $key => $value) { + $retval[$key] = $this->strip_slashes_deep($value); + } + } + elseif(is_string($input)) { + $retval = str_replace("\\'", "'", str_replace('\"', '"', str_replace("\\\\", "\\", $input))); + + } + + return $retval; + } + + + /** + * Converts a stdObject entity to a model + * @param stdObject $stdObject + */ + function convert_to_model($stdObject, $context=FALSE) + { + // Create a factory + $retval = NULL; + + try { + $this->object->_convert_to_entity($stdObject); + } + catch (Exception $ex) { + throw new E_InvalidEntityException($ex); + } + $retval = $this->object->create($stdObject, $context); + + return $retval; + } + + /** + * Creates a new model + * @param stdClass|array $properties + * @return C_DataMapper_Model + */ + function create($properties=array(), $context=FALSE) + { + $entity = $properties; + $factory = $this->object->get_registry()->get_utility('I_Component_Factory'); + if (!is_object($properties)) { + $entity = new stdClass; + foreach ($properties as $k=>$v) $entity->$k = $v; + } + return $factory->create($this->object->get_model_factory_method(), $entity, $this->object, $context); + } + + + /** + * Determines whether an object is actually a model + * @param mixed $obj + * @return bool + */ + function is_model($obj) + { + return is_subclass_of($obj, 'C_DataMapper_Model') or get_class($obj) == 'C_DataMapper_Model'; + } + + /** + * Saves an entity + * @param stdClass|C_DataMapper_Model $entity + * @return bool + */ + function save($entity) + { + $retval = FALSE; + $model = $entity; + + // Attempt to use something else, most likely an associative array + // TODO: Support assocative arrays. The trick is to support references + // with dynamic calls using __call() and call_user_func_array(). + if (is_array($entity)) throw new E_InvalidEntityException(); + + // We can work with what we have. But we need to ensure that we've got + // a model + elseif (!$this->object->is_model($entity)) { + $model = $this->object->convert_to_model($entity); + } + + // Validate the model + $model->validate(); + + if ($model->is_valid()) { + $saved_entity = $model->get_entity(); + unset($saved_entity->_errors); + $retval = $this->object->_save_entity($saved_entity); + } + + // We always return the same type of entity that we given + if (get_class($entity) == 'stdClass') $model->get_entity(); + + return $retval; + } + + + /** + * Gets validation errors for the entity + * @param stdClass|C_DataMapper_Model $entity + * @return array + */ + function get_errors($entity) + { + $model = $entity; + if (!$this->object->is_model($entity)) { + $model = $this->object->convert_to_model($entity); + } + $model->validate(); + return $model->get_errors(); + } + + /** + * Called to set defaults for the record/model/entity. + * Subclasses and adapters should extend this method to provide their + * implementation. The implementation should make use of the + * _set_default_value() method + */ + function set_defaults() + { + + } + + /** + * If a field has no value, then use the default value. + * @param stdClass|C_DataMapper_Model $object + */ + function _set_default_value($object) + { + $array = NULL; + $field = NULL; + $default_value = NULL; + + // The first argument MUST be an object + if (!is_object($object)) throw new E_InvalidEntityException(); + + // This method has two signatures: + // 1) _set_default_value($object, $field, $default_value) + // 2) _set_default_value($object, $array_field, $field, $default_value) + + // Handle #1 + $args = func_get_args(); + if (count($args) == 4) { + list($object, $array, $field, $default_value) = $args; + if (!isset($object->{$array})) { + $object->{$array} = array(); + $object->{$array}[$field] = NULL; + } + else { + $arr = &$object->{$array}; + if (!isset($arr[$field])) $arr[$field] = NULL; + } + $array = &$object->{$array}; + $value = &$array[$field]; + if ($value === '' OR is_null($value)) $value = $default_value; + } + + // Handle #2 + else { + list($object, $field, $default_value) = $args; + if (!isset($object->$field)) { + $object->$field = NULL; + } + $value = $object->$field; + if ($value === '' OR is_null($value)) $object->$field = $default_value; + } + } + + function define_column($name, $type, $default_value=NULL) + { + $this->object->_columns[$name] = array( + 'type' => $type, + 'default_value' => $default_value + ); + } + + function has_defined_column($name) + { + $columns = $this->object->_columns; + return isset($columns[$name]); + } + + function cast_columns($entity) + { + foreach ($this->object->_columns as $key => $properties) { + $value = property_exists($entity, $key) ? $entity->$key : NULL; + $default_value = $properties['default_value']; + if (!is_null($value) && $value !== $default_value) { + $column_type = $this->object->_columns[$key]['type']; + if (preg_match("/varchar|text/i", $column_type)) { + if (!is_array($value) && !is_object($value)) + $entity->$key = strval($value); + } + else if (preg_match("/decimal|numeric|double/i", $column_type)) { + $entity->$key = doubleval($value); + } + else if (preg_match("/float/i", $column_type)) { + $entity->$key = floatval($value); + } + else if (preg_match("/int/i", $column_type)) { + $entity->$key = intval($value); + } + else if (preg_match("/bool/i", $column_type)) { + $entity->$key = ($value ? TRUE : FALSE); + } + } + + // Add property and default value + else { + $entity->$key = $default_value; + } + } + return $entity; + } +} + +class C_DataMapper_Driver_Base extends C_Component +{ + var $_object_name; + var $_model_factory_method = FALSE; + var $_columns = array(); + var $_table_columns = array(); + var $_serialized_columns = array(); + + function define($object_name, $context=FALSE) + { + parent::define($context); + $this->add_mixin('Mixin_DataMapper_Driver_Base'); + $this->implement('I_DataMapper_Driver'); + $this->_object_name = $object_name; + } + + function initialize() + { + parent::initialize(); + + if ($this->has_method('define_columns')) { + $this->define_columns(); + } + + $this->lookup_columns(); + } + + /** + * Gets the object name + * @return string + */ + function get_object_name() + { + return $this->_object_name; + } + + /** + * Gets the name of the table + * @global string $table_prefix + * @return string + */ + function get_table_name() + { + global $table_prefix; + return $table_prefix.$this->_object_name; + } + + + /** + * Looks up using SQL the columns existing in the database + */ + function lookup_columns() + { + global $wpdb; + $this->_table_columns = array(); + $sql = "SHOW COLUMNS FROM `{$this->get_table_name()}`"; + foreach ($wpdb->get_results($sql) as $row) { + $this->_table_columns[] = $row->Field; + } + return $this->_table_columns; + } + + /** + * Determines whether a column is present for the table + * @param string $column_name + * @return string + */ + function has_column($column_name) + { + if (empty($this->object->_table_columns)) $this->object->lookup_columns(); + return array_search($column_name, $this->object->_table_columns) !== FALSE; + } + + /** + * Sets the name of the factory method used to create a model for this entity + * @param string $method_name + */ + function set_model_factory_method($method_name) + { + $this->_model_factory_method = $method_name; + } + + + /** + * Gets the name of the factory method used to create a model for this entity + */ + function get_model_factory_method() + { + return $this->_model_factory_method; + } + + + /** + * Gets the name of the primary key column + * @return string + */ + function get_primary_key_column() + { + return $this->_primary_key_column; + } + + + /** + * Gets the class name of the driver used + * @return string + */ + function get_driver_class_name() + { + return get_called_class(); + } +} diff --git a/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/datamapper/class.datamapper_installer.php b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/datamapper/class.datamapper_installer.php new file mode 100644 index 0000000..f41b322 --- /dev/null +++ b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/datamapper/class.datamapper_installer.php @@ -0,0 +1,14 @@ +settings = C_NextGen_Settings::get_instance(); + } + + function install() + { + $this->settings->set_default_value('datamapper_driver', 'custom_post_datamapper'); + } +} \ No newline at end of file diff --git a/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/datamapper/class.datamapper_model.php b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/datamapper/class.datamapper_model.php new file mode 100644 index 0000000..ba1fd5f --- /dev/null +++ b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/datamapper/class.datamapper_model.php @@ -0,0 +1,157 @@ +add_mixin('Mixin_Validation'); + $this->add_mixin('Mixin_DataMapper_Model_Instance_Methods'); + $this->add_mixin('Mixin_DataMapper_Model_Validation'); + $this->implement('I_DataMapper_Model'); + } + + /** + * Creates a new entity for the specified mapper + * @param C_DataMapper_Driver_Base $mapper + * @param array|stdClass $properties + * @param string $context + */ + function initialize($mapper=NULL, $properties=FALSE) + { + $this->_mapper = $mapper; + $this->_stdObject = $properties ? (object)$properties : new stdClass(); + parent::initialize(); + $this->set_defaults(); + } + + /** + * Gets the data mapper for the entity + * @return C_DataMapper_Driver_Base + */ + function get_mapper() + { + return $this->_mapper; + } + + + /** + * Gets a property of the model + */ + function &__get($property_name) + { + if (isset($this->_stdObject->$property_name)) { + $retval = &$this->_stdObject->$property_name; + return $retval; + } + else { + // We need to assign NULL to a variable first, since only + // variables can be returned by reference + $retval = NULL; + return $retval; + } + } + + /** + * Sets a property for the model + */ + function __set($property_name, $value) + { + return $this->_stdObject->$property_name = $value; + } + + + function __isset($property_name) + { + return isset($this->_stdObject->$property_name); + } + + + /** + * Saves the entity + * @param type $updated_attributes + */ + function save($updated_attributes=array()) + { + $this->update_attributes($updated_attributes); + return $this->get_mapper()->save($this->get_entity()); + } + + /** + * Updates the attributes for an object + */ + function update_attributes($array=array()) + { + foreach ($array as $key => $value) $this->_stdObject->$key = $value; + } + + + /** + * Sets the default values for this model + */ + function set_defaults() + { + $mapper = $this->get_mapper(); + if ($mapper->has_method('set_defaults')) + $mapper->set_defaults($this); + } + + /** + * Destroys or deletes the entity + */ + function destroy() + { + return $this->get_mapper()->destroy($this->_stdObject); + } + + + /** + * Determines whether the object is new or existing + * @return type + */ + function is_new() + { + return $this->id() ? FALSE: TRUE; + } + + /** + * Gets/sets the primary key + */ + function id($value=NULL) + { + $key = $this->get_mapper()->get_primary_key_column(); + if ($value) { + $this->__set($key, $value); + + } + return $this->__get($key); + } +} + +/** + * This mixin should be overwritten by other modules + */ +class Mixin_DataMapper_Model_Validation extends Mixin +{ + function validation() + { + return $this->object->is_valid(); + } +} + +class Mixin_DataMapper_Model_Instance_Methods extends Mixin +{ + /** + * Returns the associated entity + */ + function &get_entity() + { + return $this->object->_stdObject; + } +} diff --git a/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/datamapper/interface.custompost_datamapper.php b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/datamapper/interface.custompost_datamapper.php new file mode 100644 index 0000000..0018b18 --- /dev/null +++ b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/datamapper/interface.custompost_datamapper.php @@ -0,0 +1,6 @@ +module_id, 'C_Datamapper_Installer'); + } + + function _register_adapters() + { + $this->get_registry()->add_adapter('I_Component_Factory', 'A_DataMapper_Factory'); + } + + + function _register_hooks() + { + add_filter('posts_request', array(&$this, 'set_custom_wp_query'), 50, 2); + add_filter('posts_fields', array(&$this, 'set_custom_wp_query_fields'), 50, 2); + add_filter('posts_where', array(&$this, 'set_custom_wp_query_where'), 50, 2); + add_filter('posts_groupby', array(&$this, 'set_custom_wp_query_groupby'), 50, 2); + } + + + /** + * Sets a custom SQL query for the WP_Query class, when the Custom Post + * DataMapper implementation is used + * @param string $sql + * @param WP_Query $wp_query + * @return string + */ + function set_custom_wp_query($sql, &$wp_query) + { + if ($wp_query->get('datamapper')) { + + // Set the custom query + if (($custom_sql = $wp_query->get('custom_sql'))) { + $sql = $custom_sql; + } + + // Perhaps we're to initiate a delete query instead? + elseif ($wp_query->get('is_delete')) { + $sql = preg_replace("/^SELECT.*FROM/i", "DELETE FROM", $sql); + } + + if ($wp_query->get('debug')) var_dump($sql); + } + + return $sql; + } + + /** + * Sets custom fields to select from the database + * @param string $fields + * @param WP_Query $wp_query + * @return string + */ + function set_custom_wp_query_fields($fields, &$wp_query) + { + if ($wp_query->get('datamapper')) { + if (($custom_fields = $wp_query->get('fields'))) { + $fields = $custom_fields; + } + } + + return $fields; + } + + + /** + * Sets custom where clauses for a query + * @param string $where + * @param WP_Query $wp_query + * @return string + */ + function set_custom_wp_query_where($where, &$wp_query) + { + if ($wp_query->get('datamapper')) { + $this->add_post_title_where_clauses($where, $wp_query); + $this->add_post_name_where_clauses($where, $wp_query); + } + + return $where; + } + + + /** + * Adds additional group by clauses to the SQL query + * @param string $groupby + * @param WP_Query $wp_query + * @return string + */ + function set_custom_wp_query_groupby($groupby, &$wp_query) + { + $retval = $groupby; + $group_by_columns = $wp_query->get('group_by_columns'); + if ($group_by_columns) { + $retval = str_replace('GROUP BY', '', $retval); + $columns = explode(',', $retval); + foreach (array_reverse($columns) as $column) { + array_unshift($group_by_columns, trim($column)); + } + $retval = "GROUP BY ".implode(', ', $group_by_columns); + } + // Not all mysql servers allow access to create temporary tables which are used when doing GROUP BY + // statements; this can potentially ruin basic queries. If no group_by_columns is set AND the query originates + // within the datamapper we strip the "GROUP BY" clause entirely in this filter. + else if ($wp_query->get('datamapper')) { + $retval = ''; + } + return $retval; + } + + + /** + * Formats the value of used in a WHERE IN + * SQL clause for use in the WP_Query where clause + * @param string|array $values + * @return string + */ + function format_where_in_value($values) + { + if (is_string($values) && strpos($values, ',') !== FALSE) + $values = explode(", ", $values); + elseif (!is_array($values)) + $values = array($values); + + // Quote the titles + foreach ($values as $index => $value) { + $values[$index] = "'{$value}'"; + } + + return implode(', ', $values); + } + + + /** + * Adds post_title to the where clause + * @param string $where + * @param WP_Query $wp_query + * @return string + */ + function add_post_title_where_clauses(&$where, &$wp_query) + { + global $wpdb; + + // Handle post_title query var + if (($titles = $wp_query->get('post_title'))) { + $titles = $this->format_where_in_value($titles); + $where .= " AND {$wpdb->posts}.post_title IN ({$titles})"; + } + + // Handle post_title_like query var + elseif (($value = $wp_query->get('post_title__like'))) { + $where .= " AND {$wpdb->posts}.post_title LIKE '{$value}'"; + } + } + + + /** + * Adds post_name to the where clause + * @param type $where + * @param type $wp_query + */ + function add_post_name_where_clauses(&$where, &$wp_query) + { + global $wpdb; + + if (($name = $wp_query->get('page_name__like'))) { + $where .= " AND {$wpdb->posts}.post_name LIKE '{$name}'"; + } + elseif (($names = $wp_query->get('page_name__in'))) { + $names = $this->format_where_in_value($names); + $where .= " AND {$wpdb->posts}.post_name IN ({$names})"; + } + } + + function get_type_list() + { + return array( + 'A_Datamapper_Factory' => 'adapter.datamapper_factory.php', + 'C_Datamapper_Installer' => 'class.datamapper_installer.php', + 'C_Datamapper' => 'class.datamapper.php', + 'C_Custompost_Datamapper_Driver' => 'class.custompost_datamapper_driver.php', + 'C_Customtable_Datamapper_Driver' => 'class.customtable_datamapper_driver.php', + 'C_Datamapper_Driver_Base' => 'class.datamapper_driver_base.php', + 'C_Datamapper_Model' => 'class.datamapper_model.php', + 'I_Custompost_Datamapper' => 'interface.custompost_datamapper.php', + 'I_Customtable_Datamapper' => 'interface.customtable_datamapper.php', + 'I_Datamapper_Driver' => 'interface.datamapper_driver.php', + 'I_Datamapper_Model' => 'interface.datamapper_model.php', + 'M_Datamapper' => 'module.datamapper.php' + ); + } +} +new M_DataMapper(); diff --git a/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/dynamic_stylesheet/adapter.dynamic_stylesheet_routes.php b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/dynamic_stylesheet/adapter.dynamic_stylesheet_routes.php new file mode 100644 index 0000000..50a91b2 --- /dev/null +++ b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/dynamic_stylesheet/adapter.dynamic_stylesheet_routes.php @@ -0,0 +1,21 @@ +object->add_pre_hook( + 'serve_request', + 'Add Dynamic Stylesheet Route', + get_class(), + 'add_dynamic_stylesheet_route' + ); + } + + function add_dynamic_stylesheet_route() + { + $app = $this->create_app('/nextgen-dcss'); + $app->rewrite('/{\d}/{*}', '/index--{1}/data--{2}'); + $app->route('/', 'I_Dynamic_Stylesheet#index'); + } +} \ No newline at end of file diff --git a/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/dynamic_stylesheet/class.dynamic_stylesheet_controller.php b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/dynamic_stylesheet/class.dynamic_stylesheet_controller.php new file mode 100644 index 0000000..4aabfa4 --- /dev/null +++ b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/dynamic_stylesheet/class.dynamic_stylesheet_controller.php @@ -0,0 +1,128 @@ +add_mixin('Mixin_Dynamic_Stylesheet_Instance_Methods'); + $this->add_mixin('Mixin_Dynamic_Stylesheet_Actions'); + $this->implement('I_Dynamic_Stylesheet'); + } + + function initialize() + { + parent::initialize(); + $this->_app = C_NextGen_Settings::get_instance()->dynamic_stylesheet_slug; + } + + static function &get_instance($context=FALSE) + { + if (!isset(self::$_instances[$context])) { + $klass = get_class(); + self::$_instances[$context] = new $klass($context); + } + return self::$_instances[$context]; + } +} + +/** + * Provides instance methods for the dynamic stylesheet utility + */ +class Mixin_Dynamic_Stylesheet_Instance_Methods extends Mixin +{ + /** + * Registers a template with the dynamic stylesheet utility. A template + * must be registered before it can be loaded + * @param string $name + * @param string $template + */ + function register($name, $template) + { + $this->object->_known_templates[$name] = $template; + } + + /** + * Finds a registered template by name + * @param string $name + * @return int + */ + function get_css_template_index($name) + { + return array_search($name, array_keys($this->object->_known_templates)); + } + + function get_css_template($index) + { + $keys = array_keys($this->object->_known_templates); + return $this->object->_known_templates[$keys[$index]]; + } + + /** + * Loads a template, along with the dynamic variables to be interpolated + * @param string $name + * @param array $vars + */ + function enqueue($name, $data=array()) + { + if (($index = $this->object->get_css_template_index($name)) !== FALSE) + { + if (is_subclass_of($data, 'C_DataMapper_Model')) + $data = $data->get_entity(); + $data = $this->object->encode($data); + wp_enqueue_style( + 'dyncss-' . $index . $data . '@dynamic', + $this->object->get_router()->get_url("/{$this->object->_app}", FALSE) . "?index={$index}&data={$data}" + ); + } + } + + /** + * Encodes $data + * + * base64 encoding uses '==' to denote the end of the sequence, but keep it out of the url + * @param $data + * @return string + */ + function encode($data) + { + $data = json_encode($data); + $data = base64_encode($data); + $data = str_replace('/', '\\', $data); + $data = rtrim($data, '='); + return $data; + } + + /** + * Decodes $data + * + * @param $data + * @return array|mixed + */ + function decode($data) + { + $data = str_replace('\\', '/', $data); + $data = base64_decode($data . '=='); + $data = json_decode($data); + return $data; + } +} + +/** + * Provides controller actions for the dynamic stylesheet + */ +class Mixin_Dynamic_Stylesheet_Actions extends Mixin +{ + function index_action() + { + $this->set_content_type('css'); + if (($data = $this->param('data')) !== FALSE && ($index = $this->param('index')) !== FALSE) { + $data = $this->object->decode($data); + $this->render_view($this->object->get_css_template($index), $data); + } + } +} diff --git a/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/dynamic_stylesheet/class.dynamic_stylesheet_installer.php b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/dynamic_stylesheet/class.dynamic_stylesheet_installer.php new file mode 100644 index 0000000..7a531ec --- /dev/null +++ b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/dynamic_stylesheet/class.dynamic_stylesheet_installer.php @@ -0,0 +1,14 @@ +settings = C_NextGen_Settings::get_instance(); + } + + function install() + { + $this->settings->set_default_value('dynamic_stylesheet_slug', 'nextgen-dcss'); + } +} \ No newline at end of file diff --git a/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/dynamic_stylesheet/interface.dynamic_stylesheet.php b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/dynamic_stylesheet/interface.dynamic_stylesheet.php new file mode 100644 index 0000000..cab06fb --- /dev/null +++ b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/dynamic_stylesheet/interface.dynamic_stylesheet.php @@ -0,0 +1,7 @@ +module_id, 'C_Dynamic_Stylesheet_Installer'); + } + + function _register_utilities() + { + $this->get_registry()->add_utility( + "I_Dynamic_Stylesheet", 'C_Dynamic_Stylesheet_Controller' + ); + } + + function _register_adapters() + { + $this->get_registry()->add_adapter( + 'I_Router', 'A_Dynamic_Stylesheet_Routes' + ); + } + + function get_type_list() + { + return array( + 'A_Dynamic_Stylesheet_Routes' => 'adapter.dynamic_stylesheet_routes.php', + 'C_Dynamic_Stylesheet_Installer' => 'class.dynamic_stylesheet_installer.php', + 'C_Dynamic_Stylesheet_Controller' => 'class.dynamic_stylesheet_controller.php', + 'I_Dynamic_Stylesheet' => 'interface.dynamic_stylesheet.php' + ); + } +} + +new M_Dynamic_Stylesheet; diff --git a/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/dynamic_thumbnails/adapter.dynamic_thumbnail_routes.php b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/dynamic_thumbnails/adapter.dynamic_thumbnail_routes.php new file mode 100644 index 0000000..63a9191 --- /dev/null +++ b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/dynamic_thumbnails/adapter.dynamic_thumbnail_routes.php @@ -0,0 +1,28 @@ +object->add_pre_hook( + 'serve_request', + 'Adds Dynamic Thumbnail routes', + get_class(), + 'add_dynamic_thumbnail_routes' + ); + } + + function add_dynamic_thumbnail_routes() + { + $app = $this->create_app('/nextgen-image'); + + // The C_Dynamic_Thumbnails Controller was created before the new + // router implementation was conceptualized. It uses it's own mechanism + // to parse the REQUEST_URI. It should be refactored to use the router's + // parameter mechanism, but for now - we'll just removed the segments + // from the router's visibility, and let the Dynamic Thumbnails Controller + // do it's own parsing + $app->rewrite('/{*}', '/'); + $app->route('/', 'I_Dynamic_Thumbnails_Controller#index'); + } +} \ No newline at end of file diff --git a/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/dynamic_thumbnails/adapter.dynamic_thumbnails_storage_driver.php b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/dynamic_thumbnails/adapter.dynamic_thumbnails_storage_driver.php new file mode 100644 index 0000000..7b24346 --- /dev/null +++ b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/dynamic_thumbnails/adapter.dynamic_thumbnails_storage_driver.php @@ -0,0 +1,113 @@ +object->get_registry()->get_utility('I_Dynamic_Thumbnails_Manager'); + + if ($dynthumbs && $dynthumbs->is_size_dynamic($size)) + { + // If we have the id, get the actual image entity + if (is_numeric($image)) { + $image = $this->object->_image_mapper->find($image); + } + + // Ensure we have the image entity - user could have passed in an + // incorrect id + if (is_object($image)) { + if ($folder_path = $this->object->get_cache_abspath($image->galleryid)) + { + $params = $dynthumbs->get_params_from_name($size, true); + $image_filename = $dynthumbs->get_image_name($image, $params); + + $image_path = implode(DIRECTORY_SEPARATOR, array( + rtrim($folder_path, "\\/"), $image_filename + )); + + if ($check_existance) + { + if (@file_exists($image_path)) + { + $retval = $image_path; + } + } + else + { + $retval = $image_path; + } + } + } + } + else { + $retval = $this->call_parent('get_image_abspath', $image, $size, $check_existance); + } + + return $retval; + } + + function get_image_url($image, $size='full', $check_existance=FALSE) + { + $retval = NULL; + $dynthumbs = $this->object->get_registry()->get_utility('I_Dynamic_Thumbnails_Manager'); + + if ($dynthumbs && $dynthumbs->is_size_dynamic($size)) { + $abspath = $this->object->get_image_abspath($image, $size, true); + + // If abspath is NULL, then we assume we're dealing with a dynamic image + if ($abspath == null) { + $params = $dynthumbs->get_params_from_name($size, true); + $retval = $dynthumbs->get_image_url($image, $params); + } + } + + if ($retval == null) { + $retval = $this->call_parent('get_image_url', $image, $size, $check_existance); + } + + // Try generating the thumbnail + if ($retval == null) { + $params = array('watermark' => false, 'reflection' => false, 'crop' => true); + $result = $this->generate_image_size($image, $size, $params); + if ($result) $retval = $this->call_parent('get_image_url', $image, $size, $check_existance); + } + + return $retval; + } + + function get_image_dimensions($image, $size = 'full') + { + $retval = $this->call_parent('get_image_dimensions', $image, $size); + + if ($retval == null) { + $dynthumbs = $this->object->get_registry()->get_utility('I_Dynamic_Thumbnails_Manager'); + + if ($dynthumbs && $dynthumbs->is_size_dynamic($size)) + { + $new_dims = $this->object->calculate_image_size_dimensions($image, $size); + + $retval = array('width' => $new_dims['real_width'], 'height' => $new_dims['real_height']); + } + } + + return $retval; + } + + function get_image_size_params($image, $size, $params = null, $skip_defaults = false) + { + $dynthumbs = $this->object->get_registry()->get_utility('I_Dynamic_Thumbnails_Manager'); + + if ($dynthumbs && $dynthumbs->is_size_dynamic($size)) + { + $named_params = $dynthumbs->get_params_from_name($size, true); + + foreach ($named_params as $param_name => $param_value) + { + $params[$param_name] = $param_value; + } + } + + return $this->call_parent('get_image_size_params', $image, $size, $params, $skip_defaults); + } +} diff --git a/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/dynamic_thumbnails/class.dynamic_thumbnails_controller.php b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/dynamic_thumbnails/class.dynamic_thumbnails_controller.php new file mode 100644 index 0000000..d51f8b1 --- /dev/null +++ b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/dynamic_thumbnails/class.dynamic_thumbnails_controller.php @@ -0,0 +1,72 @@ +implement('I_Dynamic_Thumbnails_Controller'); + } + + /** + * Returns an instance of this class + * + * @param string $context + * @return C_Dynamic_Thumbnails_Controller + */ + static function get_instance($context=FALSE) + { + if (!isset(self::$_instances[$context])) { + $klass = get_class(); + self::$_instances[$context] = new $klass($context); + } + return self::$_instances[$context]; + } + + function index_action() + { + $dynthumbs = $this->get_registry()->get_utility('I_Dynamic_Thumbnails_Manager'); + + $uri = $_SERVER['REQUEST_URI']; + $params = $dynthumbs->get_params_from_uri($uri); + $request_params = $params; + + if ($params != null) + { + $storage = $this->get_registry()->get_utility('I_Gallery_Storage'); + + // Note, URLs should always include quality setting when returned by Gallery Storage component + // this sanity check is mostly for manually testing URLs + if (!isset($params['quality'])) { + // Note: there's a problem when doing this as using the same set of parameters to *retrieve* the image path/URL will lead to a different filename than the one tha was used to *generate* it (which went through here) + // The statement above about URLs always containing quality setting is not true anymore, this is because we need to retrieve default quality from the imgQuality and thumbquality settings, depending on "full" or "thumbnail" request in the ngglegacy storage + //$params['quality'] = 100; + } + + $image_id = $params['image']; + $size = $dynthumbs->get_size_name($params); + $abspath = $storage->get_image_abspath($image_id, $size, true); + $valid = true; + + // Render invalid image if hash check fails + if ($abspath == null) { + $uri_plain = $dynthumbs->get_uri_from_params($request_params); + $hash = wp_hash($uri_plain); + + if (strpos($uri, $hash) === false) { + $valid = false; + $filename = $this->object->find_static_file('invalid_image.png'); + $this->set_content_type('image/png'); + readfile($filename); + $this->render(); + } + } + + if ($valid) { + $storage->render_image($image_id, $size); + } + } + } +} diff --git a/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/dynamic_thumbnails/class.dynamic_thumbnails_installer.php b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/dynamic_thumbnails/class.dynamic_thumbnails_installer.php new file mode 100644 index 0000000..7963a3f --- /dev/null +++ b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/dynamic_thumbnails/class.dynamic_thumbnails_installer.php @@ -0,0 +1,14 @@ +settings = C_NextGen_Settings::get_instance(); + } + + function install() + { + $this->settings->set_default_value('dynamic_thumbnail_slug', 'nextgen-image'); + } +} \ No newline at end of file diff --git a/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/dynamic_thumbnails/class.dynamic_thumbnails_manager.php b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/dynamic_thumbnails/class.dynamic_thumbnails_manager.php new file mode 100644 index 0000000..52e6ad3 --- /dev/null +++ b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/dynamic_thumbnails/class.dynamic_thumbnails_manager.php @@ -0,0 +1,517 @@ +get('dynamic_thumbnail_slug'); + } + + function _get_params_sanitized($params) + { + if (isset($params['rotation'])) + { + $rotation = intval($params['rotation']); + + if ($rotation && in_array(abs($rotation), array(90, 180, 270))) + { + $rotation = $rotation % 360; + + if ($rotation < 0) + { + $rotation = 360 - $rotation; + } + + $params['rotation'] = $rotation; + } + else + { + unset($params['rotation']); + } + } + + if (isset($params['flip'])) + { + $flip = strtolower($params['flip']); + + if (in_array($flip, array('h', 'v', 'hv'))) + { + $params['flip'] = $flip; + } + else + { + unset($params['flip']); + } + } + + return $params; + } + + function get_uri_from_params($params) + { + $params = $this->object->_get_params_sanitized($params); + + $image = isset($params['image']) ? $params['image'] : null; + $image_id = is_scalar($image) ? ((int)$image) : $image->pid; + $image_width = isset($params['width']) ? $params['width'] : null; + $image_height = isset($params['height']) ? $params['height'] : null; + $image_quality = isset($params['quality']) ? $params['quality'] : null; + $image_type = isset($params['type']) ? $params['type'] : null; + $image_crop = isset($params['crop']) ? $params['crop'] : null; + $image_watermark = isset($params['watermark']) ? $params['watermark'] : null; + $image_rotation = isset($params['rotation']) ? $params['rotation'] : null; + $image_flip = isset($params['flip']) ? $params['flip'] : null; + $image_reflection = isset($params['reflection']) ? $params['reflection'] : null; + + $router = $this->get_registry()->get_utility('I_Router'); + + $uri = null; + + $uri .= '/'; + $uri .= $this->object->get_route_name() . '/'; + $uri .= strval($image_id) . '/'; + + $uri .= strval($image_width) . 'x' . strval($image_height); + + if ($image_quality != null) + { + $uri .= 'x' . strval($image_quality); + } + + $uri .= '/'; + + if ($image_type != null) + { + $uri .= $image_type . '/'; + } + + if ($image_crop) + { + $uri .= 'crop/'; + } + + if ($image_watermark) + { + $uri .= 'watermark/'; + } + + if ($image_rotation) + { + $uri .= 'rotation-' . $image_rotation . '/'; + } + + if ($image_flip) + { + $uri .= 'flip-' . $image_flip . '/'; + } + + if ($image_reflection) + { + $uri .= 'reflection/'; + } + + return $uri; + } + + function get_image_uri($image, $params) + { + $params['image'] = $image; + $uri = $this->object->get_uri_from_params($params); + + if (substr($uri, -1) != '/') + { + $uri .= '/'; + } + + $uri .= wp_hash($uri) . '/'; + + return $uri; + } + + function get_image_url($image, $params) + { + $router = $this->get_registry()->get_utility('I_Router'); + + return $router->get_url($this->object->get_image_uri($image, $params), FALSE); + } + + function get_params_from_uri($uri) + { + $regex = '/\\/?' . $this->object->get_route_name() . '\\/(\\d+)(?:\\/(.*))?/'; + $match = null; + + // XXX move this URL clean up to I_Router? + $uri = preg_replace('/\\/index.php\\//', '/', $uri, 1); + $uri = trim($uri, '/'); + + if (@preg_match($regex, $uri, $match) > 0) + { + $image_id = $match[1]; + $uri_args = isset($match[2]) ? explode('/', $match[2]) : array(); + $params = array( + 'image' => $image_id, + ); + + foreach ($uri_args as $uri_arg) + { + $uri_arg_set = explode('-', $uri_arg); + $uri_arg_name = array_shift($uri_arg_set); + $uri_arg_value = $uri_arg_set ? array_shift($uri_arg_set) : null; + $size_match = null; + + if ($uri_arg == 'watermark') + { + $params['watermark'] = true; + } + else if ($uri_arg_name == 'rotation') + { + $params['rotation'] = $uri_arg_value; + } + else if ($uri_arg_name == 'flip') + { + $params['flip'] = $uri_arg_value; + } + else if ($uri_arg == 'reflection') + { + $params['reflection'] = true; + } + else if ($uri_arg == 'crop') + { + $params['crop'] = true; + } + else if (in_array(strtolower($uri_arg), array('gif', 'jpg', 'png'))) + { + $params['type'] = $uri_arg; + } + else if (preg_match('/(\\d+)x(\\d+)(?:x(\\d+))?/i', $uri_arg, $size_match) > 0) + { + $params['width'] = $size_match[1]; + $params['height'] = $size_match[2]; + + if (isset($size_match[3])) + { + $params['quality'] = $size_match[3]; + } + } + } + + return $this->object->_get_params_sanitized($params); + } + + return null; + } + + function _get_name_prefix_list() + { + return array( + 'id' => 'nggid0', + 'size' => 'ngg0dyn-', + 'flags' => '00f0', + 'flag' => array('w0' => 'watermark', 'c0' => 'crop', 'r1' => 'rotation', 'f1' => 'flip', 'r0' => 'reflection', 't0' => 'type'), + 'flag_len' => 2, + 'max_value_length' => 15, // Note: this can't be increased beyond 15, as a single hexadecimal character is used to encode the value length in names. Increasing it over 15 requires changing the algorithm to use an arbitrary letter instead of a hexadecimal digit (this would bump max length to 35, 9 numbers + 26 letters) + ); + } + + function get_name_from_params($params, $only_size_name = false, $id_in_name = true) + { + $prefix_list = $this->object->_get_name_prefix_list(); + $id_prefix = $prefix_list['id']; + $size_prefix = $prefix_list['size']; + $flags_prefix = $prefix_list['flags']; + $flags = $prefix_list['flag']; + $max_value_length = $prefix_list['max_value_length']; + + $params = $this->object->_get_params_sanitized($params); + $image = isset($params['image']) ? $params['image'] : null; + $image_width = isset($params['width']) ? $params['width'] : null; + $image_height = isset($params['height']) ? $params['height'] : null; + $image_quality = isset($params['quality']) ? $params['quality'] : null; + + $extension = null; + $name = null; + + // if $only_size_name is false then we include the file name and image id for the image + if (!$only_size_name) + { + if (is_int($image)) + { + $imap = $this->object->get_registry()->get_utility('I_Image_Mapper'); + $image = $imap->find($image); + } + + if ($image != null) + { + // this is used to remove the extension and then add it back at the end of the name + $extension = pathinfo($image->filename, PATHINFO_EXTENSION); + + if ($extension != null) + { + $extension = '.' . $extension; + } + + $name .= basename($image->filename, $extension); + $name .= '-'; + + if ($id_in_name) + { + $image_id = strval($image->pid); + $id_len = min($max_value_length, strlen($image_id)); + $id_len_hex = dechex($id_len); + + // sanity check, should never occurr if $max_value_length is not messed up, ensure only 1 character is used to encode length or else skip parameter + if (strlen($id_len_hex) == 1) + { + $name .= $id_prefix . $id_len . substr($image_id, 0, $id_len); + $name .= '-'; + } + } + } + } + + $name .= $size_prefix; + $name .= strval($image_width) . 'x' . strval($image_height); + + if ($image_quality != null) + { + $name .= 'x' . $image_quality; + } + + $name .= '-'; + + $name .= $flags_prefix; + + foreach ($flags as $flag_prefix => $flag_name) + { + $flag_value = 0; + + if (isset($params[$flag_name])) + { + $flag_value = $params[$flag_name]; + + if (!is_string($flag_value)) + { + // only strings or ints allowed, sprintf is required because intval(0) returns '' and not '0' + $flag_value = intval($flag_value); + $flag_value = sprintf('%d', $flag_value); + } + } + + $flag_value = strval($flag_value); + $flag_len = min($max_value_length, strlen($flag_value)); + $flag_len_hex = dechex($flag_len); + + // sanity check, should never occurr if $max_value_length is not messed up, ensure only 1 character is used to encode length or else skip parameter + if (strlen($flag_len_hex) == 1) + { + $name .= $flag_prefix . $flag_len . substr($flag_value, 0, $flag_len); + } + } + + $name .= $extension; + + return $name; + } + + function get_size_name($params) + { + $name = $this->object->get_name_from_params($params, true); + + return $name; + } + + function get_image_name($image, $params) + { + $params['image'] = $image; + $name = $this->object->get_name_from_params($params); + + return $name; + } + + function get_params_from_name($name, $is_only_size_name = false) + { + $prefix_list = $this->object->_get_name_prefix_list(); + $id_prefix = $prefix_list['id']; + $size_prefix = $prefix_list['size']; + $flags_prefix = $prefix_list['flags']; + $max_value_length = $prefix_list['max_value_length']; + $size_name = null; + $id_name = null; + $params = array(); + + if (!$is_only_size_name) + { + $extension = pathinfo($name, PATHINFO_EXTENSION); + + if ($extension != null) + { + $extension = '.' . $extension; + } + + $name = basename($name, $extension); + } + + $size_index = strrpos($name, $size_prefix); + + if ($size_index > 0 || $size_index === 0) + { + // check if name contains dynamic size/params info by looking for prefix + $size_name = substr($name, $size_index); + } + + if (!$is_only_size_name) + { + // name should contain the image id, search for prefix + $id_index = strrpos($name, $id_prefix); + + if ($id_index > 0 || $id_index === 0) + { + if ($size_index > 0 && $size_index > $id_index) + { + $id_name = substr($name, $id_index, ($size_index - $id_index)); + } + else + { + $id_name = substr($name, $id_index); + } + } + } + + // Double check we got a correct dynamic size/params string + if (substr($size_name, 0, strlen($size_prefix)) == $size_prefix) + { + $flags = $prefix_list['flag']; + // get the length of the flag id (the key in the $flags array) in the string (how many characters to consume) + $flag_id_len = $prefix_list['flag_len']; + $params_str = substr($size_name, strlen($size_prefix)); + $params_parts = explode('-', $params_str); + + // $param_part is a single param, separated by '-' + foreach ($params_parts as $param_part) + { + // Parse WxHxQ - Q=quality + $param_size = explode('x', $param_part); + $param_size_count = count($param_size); + + if (substr($param_part, 0, strlen($flags_prefix)) == $flags_prefix) + { + /* Set flags, using $flags keys as prefixes */ + + // move string pointer up (after the main flags prefix) + $param_flags = substr($param_part, strlen($flags_prefix)); + $param_flags_len = strlen($param_flags); + $flags_todo = $flags; + + while (true) + { + // ensure we don't run into an infinite loop ;) + if (count($flags_todo) == 0 || strlen($param_flags) == 0) + { + break; + } + + // get the flag prefix (a key in the $flags array) using flag id length + $flag_prefix = substr($param_flags, 0, $flag_id_len); + // move string pointer up (after the single flag prefix) + $param_flags = substr($param_flags, $flag_id_len); + + // get the length of the flag value in the string (how many characters to consume) + // flag value length is stored in a single hexadecimal character next to the flag prefix + $flag_value_len = min(hexdec(substr($param_flags, 0, 1)), min($max_value_length, strlen($param_flags) - 1)); + // get the flag value + $flag_value = substr($param_flags, 1, $flag_value_len); + // move string pointer up (after the entire flag) + $param_flags = substr($param_flags, $flag_value_len + 1); + + // make sure the flag is supported + if (isset($flags[$flag_prefix])) + { + $flag_name = $flags[$flag_prefix]; + + if (is_numeric($flag_value)) + { + // convert numerical flags to integers + $flag_value = intval($flag_value); + } + + $params[$flag_name] = $flag_value; + + if (isset($flags_todo[$flag_prefix])) + { + unset($flags_todo[$flag_prefix]); + } + } + else + { + // XXX unknown flag? + } + } + } + else if ($param_size_count == 2 || $param_size_count == 3) + { + // Set W H Q + $params['width'] = intval($param_size[0]); + $params['height'] = intval($param_size[1]); + + if (isset($param_size[2]) && intval($param_size[2]) > 0) + { + $params['quality'] = intval($param_size[2]); + } + } + } + } + + // Double check we got a correct id string + if (substr($id_name, 0, strlen($id_prefix)) == $id_prefix) + { + // move string pointer up (after the prefix) + $id_name = substr($id_name, strlen($id_prefix)); + // get the length of the image id in the string (how many characters to consume) + $id_len = min(hexdec(substr($id_name, 0, 1)), min($max_value_length, strlen($id_name) - 1)); + // get the id based on old position and id length + $image_id = intval(substr($id_name, 1, $id_len)); + + if ($image_id > 0) + { + $params['image'] = $image_id; + } + } + + return $this->object->_get_params_sanitized($params); + } + + function is_size_dynamic($name, $is_only_size_name = false) + { + $params = $this->object->get_params_from_name($name, $is_only_size_name); + + if (isset($params['width']) && isset($params['height'])) + { + return true; + } + + return false; + } +} + +class C_Dynamic_Thumbnails_Manager extends C_Component +{ + static $_instances = array(); + + function define($context=FALSE) + { + parent::define($context); + + $this->implement('I_Dynamic_Thumbnails_Manager'); + $this->add_mixin('Mixin_Dynamic_Thumbnails_Manager'); + } + + static function get_instance($context = False) + { + if (!isset(self::$_instances[$context])) + { + self::$_instances[$context] = new C_Dynamic_Thumbnails_Manager($context); + } + + return self::$_instances[$context]; + } +} diff --git a/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/dynamic_thumbnails/interface.dynamic_thumbnails_controller.php b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/dynamic_thumbnails/interface.dynamic_thumbnails_controller.php new file mode 100644 index 0000000..19fa022 --- /dev/null +++ b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/dynamic_thumbnails/interface.dynamic_thumbnails_controller.php @@ -0,0 +1,5 @@ +module_id, 'C_Dynamic_Thumbnails_Installer'); + } + + function _register_adapters() + { + $this->get_registry()->add_adapter('I_Router', 'A_Dynamic_Thumbnail_Routes'); + $this->get_registry()->add_adapter('I_GalleryStorage_Driver', 'A_Dynamic_Thumbnails_Storage_Driver'); + } + + function _register_utilities() + { + $this->get_registry()->add_utility('I_Dynamic_Thumbnails_Manager', 'C_Dynamic_Thumbnails_Manager'); + $this->get_registry()->add_utility('I_Dynamic_Thumbnails_Controller', 'C_Dynamic_Thumbnails_Controller'); + } + + function get_type_list() + { + return array( + 'A_Dynamic_Thumbnails_Storage_Driver' => 'adapter.dynamic_thumbnails_storage_driver.php', + 'A_Dynamic_Thumbnail_Routes' => 'adapter.dynamic_thumbnail_routes.php', + 'C_Dynamic_Thumbnails_Installer' => 'class.dynamic_thumbnails_installer.php', + 'C_Dynamic_Thumbnails_Controller' => 'class.dynamic_thumbnails_controller.php', + 'C_Dynamic_Thumbnails_Manager' => 'class.dynamic_thumbnails_manager.php', + 'I_Dynamic_Thumbnails_Controller' => 'interface.dynamic_thumbnails_controller.php', + 'I_Dynamic_Thumbnails_Manager' => 'interface.dynamic_thumbnails_manager.php' + ); + } + +} + +new M_Dynamic_Thumbnails(); diff --git a/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/dynamic_thumbnails/static/invalid_image.png b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/dynamic_thumbnails/static/invalid_image.png new file mode 100644 index 0000000000000000000000000000000000000000..c7c5af285befadb65f76cd447376e76c6119ec65 GIT binary patch literal 2797 zcmVvYCHI@A9;)6$t%aq8$erFAF; z2Z|#gLNo;ofnc5l0x@hzvLR$Qn|-+t$Ok3%@; z_%4g~b}HwLfl&%V2#7`lLdbWAK=4YRwqf`CtNYJ3RZC{;`I?{nYHy~yEI8Ne2)6?~ zXAH-8ZvXz3u2cUksjPU@pr!AA`u6XC9r6!pz7qs`nonenUh)27<@cURpI78W)tZMT zi^a6Qvu-OdjzTExpqnxpOlfcN8er@xCov#*GE-WHy0z3x=I0K6Z zQCL=J8~(a=%fQ8s)O(UZ>!-UPFq`x*q^Frcm1qLIs)92LCd<$ZG32=m9%?=O(KB;p zg*hW|wYS^c+uE?Dq_QG|%cB5O6X2Vmna<8ajgfqWndzhj#ra9tzzX1TLR#$_x!%+Tt$r zm}qG?qr|9d4N2 z%K*;68HE}eg41cTbT=H>>}@@HOTq1y3A7#E_e8cUcb&yVK$UpHMH*9K&R+(Q>D3ZJ z1FL5hM2iEQC}32DHadvhob**Khxa_kRQ1jf@V1_`51v0$>nD-r}Id3}wH6BOfzJL56*OgtZ(Z;4}^{E5K+U@^Y;Ao!)|=8HnjNru9z<-g3(>wdL@$2@E9(_B>c}hSP99!x+X#gGL&C{D@BQ3UUR8}? z$&cQ9V9p8n`@Q<^lSgWc7L?>59!vx+MqzX=gx=wv^1UQUN#JI)d0L&e(npZ8@ag1O z33-ugjXS(weX)7yQkQAY2yn*Gu>0?i*{r&!ZN}?vQ)^0t#a#^|OigDr8ch=TjRb~#*(d1{qm1*Yp|%mO-{4ra4? zM(_Y&$SOm|%JqPd_)ZD?VHXF*$UxVtJuN2+W|})Afp~b7bkyzpX;DSV0*x9@W|9U+ z35>Z5X9N|AM6hk!HoX4&>o|1i(2U;_LSSF=BFyuyUmLNjUC6Psh0O&Yy4*-kQUOHLu+Z9nA-`?_B%S?ZB! zY&Ze_n)l(1CdcuS9z=V-0#oHV0Y8(dql3uI^PA3}KfT%4efCIJ;ruIOzfCv;(Lewv z{{7B+S3y>#c3hF31kV!JgmR!4kxQ+21bkAio`b`xtT?&nz31gfB>8#*fzA^L%UO8n z<;)Bdp>lL0c#;4gAMQcKdj?#I-Z}69XmkW=LZ5iG>(qt|r|Jr(5TJ^Ju7=N^a?W!W z5G6ci+b}hT*g!iX-ZNlI?2dv@%4i=ltSE0jxa%=S=|lpf!#>e>wrOcvT3QnL*cMVo zeF$|mAllzCy~nvjA{njFQ(1@whjYeqxa1)gHF`xfm@fG)UO@5v3nAzNpph_?pbt!r zK(sg@S~Kq&cmWbLnpAW*wT1JaT6;!wEx($Ojh?Olr1;>r-~PdDGA=cm%#s?5fDoE2 z31wLZy=J=GC4>;@L>-7Gu_osnj4@DEL11t&XrI6QgQws4%b%={oaht+oG}btI&buz zYs(q-2Mobr5RHwEL{SvNImfa3deT48Pe23$U_v9Dj}^X?pGo!O`jVHhXuu1)?jR?uU&1PdZn~mA+cD8u&BEGz; z3TxJ^fz#=nNT8*q1+}%cq@kffh{a;#fodi_C-e!u@lKqp&ZI^mNVn?#JK zrlvBp*~~cSOcX`7WXTd{wOaY&#fw>CVIeOqErrwRynbafQ%NbyG6n|+!5D)e2=IEn zXlrXD*Cvk#N)$ywU0ogV`~BnZfyP@Pc}T0Pt9f>IHu&|$`LzSf%gf8T)9FmEnURqJ zNs?}ean_pnW`%Qp(;i9?gqyArW|KK1aJS_Dtr%YcfILZr00000NkvXXu0mjfZk;gv literal 0 HcmV?d00001 diff --git a/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/frame_communication/class.frame_communication_option_handler.php b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/frame_communication/class.frame_communication_option_handler.php new file mode 100644 index 0000000..150c8fa --- /dev/null +++ b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/frame_communication/class.frame_communication_option_handler.php @@ -0,0 +1,9 @@ +add_mixin('Mixin_Frame_Event_Publisher'); + $this->implement('I_Frame_Event_Publisher'); + } + + function initialize() + { + parent::initialize(); + $this->setting_name = C_NextGen_Settings::get_instance()->frame_event_cookie_name; + } + + /** + * Gets an instance of the publisher + * @param string $context + * @return C_Frame_Event_Publisher + */ + static function get_instance($context=FALSE) + { + if (!isset(self::$_instances[$context])) { + $klass = get_class(); + self::$_instances[$context] = new $klass($context); + } + return self::$_instances[$context]; + } +} + +class Mixin_Frame_Event_Publisher extends Mixin +{ + /** + * Encodes data for a setting + * @param array $data + * @return string + */ + function _encode($data) + { + return rawurlencode(json_encode($data)); + } + + /** + * Decodes data from a setting + * @param string $data + * @return array + */ + function _decode($data) + { + return (array)json_decode(rawurldecode($data)); + } + + /** + * Adds a setting to the frame events + * @param type $data + * @return type + */ + function add_event($data) + { + $id = md5(serialize($data)); + $data['context'] = $this->object->context; + + $write_cookie = TRUE; + if (defined('XMLRPC_REQUEST')) { + $write_cookie = XMLRPC_REQUEST == FALSE; + } + + if ($write_cookie) { + setrawcookie($this->object->setting_name.'_'.$id,$this->object->_encode($data)); + } + + return $data; + } +} diff --git a/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/frame_communication/interface.frame_event_publisher.php b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/frame_communication/interface.frame_event_publisher.php new file mode 100644 index 0000000..a861a87 --- /dev/null +++ b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/frame_communication/interface.frame_event_publisher.php @@ -0,0 +1,6 @@ +add_option_handler('C_Frame_Communication_Option_Handler', array( + 'frame_event_cookie_name', + )); + C_NextGen_Global_Settings::get_instance()->add_option_handler('C_Frame_Communication_Option_Handler', array( + 'frame_event_cookie_name', + )); + } + + function _register_utilities() + { + $this->get_registry()->add_utility( + 'I_Frame_Event_Publisher', 'C_Frame_Event_Publisher' + ); + } + + function _register_hooks() + { + add_action('init', array($this, 'enqueue_admin_scripts')); + + } + + function enqueue_admin_scripts() + { + $router = $this->get_registry()->get_utility('I_Router'); + + wp_register_script( + 'frame_event_publisher', + $router->get_static_url('photocrati-frame_communication#frame_event_publisher.js'), + array('jquery') + ); + + if (is_admin()) + wp_enqueue_script('frame_event_publisher'); + } + + function get_type_list() + { + return array( + 'C_Frame_Communication_Option_Handler' => 'class.frame_communication_option_handler.php', + 'C_Frame_Event_Publisher' => 'class.frame_event_publisher.php', + 'I_Frame_Event_Publisher' => 'interface.frame_event_publisher.php' + ); + } +} + +new M_Frame_Communication(); diff --git a/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/frame_communication/static/frame_event_publisher.js b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/frame_communication/static/frame_event_publisher.js new file mode 100644 index 0000000..2246c85 --- /dev/null +++ b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/frame_communication/static/frame_event_publisher.js @@ -0,0 +1,162 @@ +window.Frame_Event_Publisher = { + id: window.name, + cookie_name: 'X-Frame-Events', + received: [], + initialized: false, + children: {}, + + is_parent: function(){ + return self.parent.document === self.document; + }, + + is_child: function(){ + return !this.is_parent(); + }, + + setup_ajax_handlers: function() { + var publisher = this; + jQuery(document).ajaxComplete(function(e, xhr, settings) { + setTimeout(function() { + publisher.ajax_handler(); + }, 0); + }); + }, + + ajax_handler: function() { + this.broadcast(this.get_events(document.cookie)); + }, + + initialize: function(){ + this.setup_ajax_handlers(); + if (this.id.length == 0) this.id = "Unknown"; + this.received = this.get_events(document.cookie); + this.initialized = true; + if (this.is_parent()) this.emit(this.received, true); + return this.received; + }, + + register_child: function(child) { + this.children[child.id] = child; + }, + + broadcast: function(events, child){ + if (!this.initialized) events = this.initialize(); + if (this.is_child()) { + if (arguments.length <= 1) child = window; + this.find_parent(child).register_child(child.Frame_Event_Publisher); + this.notify_parent(events, child); + } + else { + if (arguments.length == 0) events = this.received; + this.notify_children(events); + } + + }, + + /** + * Notifies the parent with a list of events to broadcast + */ + notify_parent: function(events, child){ + this.find_parent(child).broadcast(events, child); + }, + + /** + * Notifies (broadcasts) to children the list of available events + */ + notify_children: function(events){ + this.emit(events); + for (var index in this.children) { + var child = this.children[index]; + try { + child.emit(events); + } + catch (ex) { + if (typeof(console) != "undefined") console.log(ex); + delete this.children.index; + } + } + }, + + /** + * Finds the parent window for the current child window + */ + find_parent: function(child){ + var retval = child; + try { + while (retval.document !== retval.parent.document) retval = retval.parent; + } + catch (ex){ + if (typeof(console) != "undefined") console.log(ex); + } + return retval.Frame_Event_Publisher; + }, + + /** + * Emits all known events to all children + */ + emit: function(events, forced){ + if (typeof(forced) == "undefined") forced = false; + for (var event_id in events) { + var event = events[event_id]; + if (!forced && !this.has_received_event(event_id)) { + if (typeof(console) != "undefined") console.log("Emitting "+event_id+":"+event.event+" to "+this.id); + this.trigger_event(event_id, events[event_id]); + } + } + }, + + has_received_event: function(id){ + return this.received[id] != undefined; + }, + + trigger_event: function(id, event){ + var signal = event.context+':'+event.event; + event.id = id; + if (typeof(window) != "undefined") jQuery(window).trigger(signal, event); + this.received[id] = event; + }, + + /** + * Parses the events found in the cookie + */ + get_events: function(cookie){ + var frame_events = {}; + var cookies = cookie.split(' '); + try { + for (var i=0; iadd_mixin('Mixin_Fs_Instance_Methods'); + $this->implement('I_Fs'); + } + + function initialize() + { + parent::initialize(); + $this->_document_root = $this->set_document_root(ABSPATH); + } +} + +class Mixin_Fs_Instance_Methods extends Mixin +{ + + function add_trailing_slash($path) + { + return rtrim($path, "/\\").DIRECTORY_SEPARATOR; + } + + + /** + * Returns a calculated path to a file + * @param string $path + * @param string $module + * @param boolean $relpath + * @returns string + */ + function get_abspath($path, $module=FALSE, $relpath=FALSE) + { + // Wel'l assume that we're to calculate the path relative to + // the site document root + $retval = $path; + if (strpos($path, $this->get_document_root()) === FALSE) { + $retval = $this->join_paths( + $this->get_document_root(), + $path + ); + } + + // If a module is provided, then we should calculate the path + // relative to the module directory + if ($module) { + if (($module_dir = $this->get_registry()->get_module_dir($module))) { + $retval = $this->join_paths($module_dir, $path); + } + else { + $retval = $this->join_path( + $this->get_document_root(), $module, $path + ); + } + } + + // Return the calculated path relative to the document root + if ($relpath) $retval = $this->object->remove_path_segment( + $retval, $this->get_document_root() + ); + + return $retval; + } + + + /** + * Returns a calculated relpath to a particular file + * @param string $path + * @param string $module + * @return string + */ + function get_relpath($path, $module=FALSE) + { + return $this->object->get_abspath($path, $module, TRUE); + } + + /** + * Removes a path segment from a url or filesystem path + * @param string $path + * @param string $segment + * @return string + */ + function remove_path_segment($path, $segment) + { + $parts = explode($segment, rtrim($path, "/\\")); + return $this->join_paths($parts); + } + + + /** + * Gets the absolute path to a file/directory for a specific Pope product + * + * If the path doesn't exist, then NULL is returned + * @param string $path + * @param string $module + * @returns string|NULL + */ + function find_abspath($path, $module=FALSE, $relpath=FALSE, $search_paths=array()) + { + $retval = NULL; + + // Ensure that we weren't passed a module id in the path + if (!$module) + list($path, $module) = $this->object->parse_formatted_path($path); + + if (@file_exists($path)) + { + $retval = $path; + } + else { + + // Ensure that we know where to search for the file + if (!$search_paths) + $search_paths = $this->object->get_search_paths($path, $module); + + // See if the file is located under one of the search paths directly + foreach ($search_paths as $dir) { + if (@file_exists($this->join_paths($dir, $path))) { + $retval = $this->join_paths($dir, $path); + break; + } + } + + // Use rglob to find the file + if (!$retval) foreach ($search_paths as $dir) { + if (($retval = $this->object->_rglob($dir, $path))) { + break; + } + } + + // Return the relative path if we're to do so + if ($relpath) { + $retval = $this->object->remove_path_segment($retval, $this->get_document_root()); + } + } + + return $retval; + } + + /** + * Returns a list of directories to search for a particular filename + * @param string $path + * @param string $module + * @return array + */ + function get_search_paths($path, $module=FALSE) + { + $append_module = FALSE; + + // Ensure that we weren't passed a module id in the path + if (!$module) list($path, $module) = $this->object->parse_formatted_path($path); + + // Directories to search + $directories = array(); + + // If a name of a module has been provided, then we need to search within + // that directory first + if ($module) { + + // Were we given a module id? + if (($module_dir = $this->get_registry()->get_module_dir($module))) { + $directories[] = $module_dir; + } + else { + $append_module = TRUE; + } + } + + // Add product's module directories + foreach ($this->get_registry()->get_product_list() as $product_id) { + $product_dir = $this->get_registry()->get_product_module_path($product_id); + if ($append_module) $directories[] = $this->join_paths( + $product_dir, $module + ); + $directories[] = $product_dir; + } + + // If all else fails, we search from the document root + $directories[] = $this->get_document_root(); + + return $directories; + } + + /** + * Searches for a file recursively + * + * @param string $base_path + * @param string $file + * @return string + */ + function _rglob($base_path, $file) + { + $retval = NULL; + + $results = @file_exists($this->join_paths($base_path, $file)); + + // Must be located in a sub-directory + if (!$results) + { + // the modules cache a list of all their files when they are initialized. Ask POPE for our current + // modules and inspect their file listing to determine which module provides what we need + $modules = $this->object->get_registry()->get_module_list(); + foreach ($modules as $module) { + $module_file_list = array_values($this->object->get_registry()->get_module($module)->get_type_list()); + $module_dir = $this->object->get_registry()->get_module_dir($module); + + $variations = array( + $file, + ltrim($file, DIRECTORY_SEPARATOR) + ); + + foreach ($variations as $variant) { + if (in_array($variant, $module_file_list)) + { + $retval = $this->join_paths($module_dir, $variant); + break 2; + } + } + } + } + else { + $retval = $this->join_paths($base_path, $file); + } + + return $retval; + } + + /** + * Gets the relative path to a file/directory for a specific Pope product. + * If the path doesn't exist, then NULL is returned + * @param type $path + * @param type $module + * @returns string|NULL + */ + function find_relpath($path, $module=FALSE) + { + return $this->object->find_abspath($path, $module, TRUE); + } + + + /** + * Joins multiple path segments together + * @return string + */ + function join_paths() + { + $segments = array(); + $retval = array(); + $protocol = NULL; + $params = func_get_args(); + $this->_flatten_array($params, $segments); + + foreach ($segments as $segment) { + $segment = trim($segment, "/\\"); + $pieces = array_values(preg_split('#[/\\\\]#', $segment)); + + // determine if each piece should be appended to $retval + foreach ($pieces as $ndx => $val) { + if ($val === '') continue; + $one = array_search($val, $retval); + $two = array_search($val, $pieces); + $one = (FALSE === $one ? 0 : count($one) + 1); + $two = (FALSE === $two ? 0 : count($two) + 1); + if (!empty($protocol)) { + $existing_val = isset($retval[$ndx]) ? $retval[$ndx] : NULL; + if ($existing_val !== $val || $two >= $one) + $retval[] = $val; + } + else { + $existing_val = isset($retval[$ndx]) ? $retval[$ndx] : NULL; + if ($existing_val !== $val && $two >= $one) + $retval[] = $val; + } + } + + } + + // Join the paths together + $retval = implode(DIRECTORY_SEPARATOR, $retval); + if (strpos($retval, $this->get_document_root()) !== 0) { + $retval = DIRECTORY_SEPARATOR . trim($retval, "/\\"); + } + + return $retval; + } + + function _flatten_array($obj, &$arr) + { + if (is_array($obj)) { + foreach ($obj as $inner_obj) $this->_flatten_array($inner_obj, $arr); + } + elseif ($obj) $arr[] = $obj; + } + + /** + * Parses the path for a module and filename + * @param string $str + */ + function parse_formatted_path($str) + { + $module = FALSE; + $path = $str; + $parts = explode('#', $path); + if (count($parts) > 1) { + $module = array_shift($parts); + $path = array_shift($parts); + } + return array($path, $module); + } + + /** + * Gets the document root for this application + * @return string + */ + function get_document_root($type = 'root') + { + $retval = NULL; + + switch ($type) { + case 'plugins': + case 'plugin': + $retval = WP_PLUGIN_DIR; + break; + case 'plugins_mu': + case 'plugin_mu': + $retval = WPMU_PLUGIN_DIR; + break; + case 'templates': + case 'template': + case 'themes': + case 'theme': + $retval = get_template_directory(); + break; + case 'styles': + case 'style': + case 'stylesheets': + case 'stylesheet': + $retval = get_stylesheet_directory(); + break; + case 'content': + $retval = WP_CONTENT_DIR; + break; + case 'gallery': + case 'galleries': + $root_type = defined('NGG_GALLERY_ROOT_TYPE') ? NGG_GALLERY_ROOT_TYPE : 'site'; + if ($root_type == 'content') + $retval = WP_CONTENT_DIR; + else + $retval = $this->_document_root; + break; + default: + $retval = $this->_document_root; + } + + if (strtoupper(substr(PHP_OS, 0, 3)) === 'WIN') + $retval = str_replace('/', DIRECTORY_SEPARATOR, $retval); + + return $retval; + } + + /** + * Sets the document root for this application + * @param type $value + * @return type + */ + function set_document_root($value) + { + // some web servers like home.pl and PhpStorm put the document root in "/" or (even weirder) "//" + if ($value == DIRECTORY_SEPARATOR . DIRECTORY_SEPARATOR) + $value = DIRECTORY_SEPARATOR; + + if ($value !== DIRECTORY_SEPARATOR) + $value = rtrim($value, "/\\"); + + return ($this->_document_root = $value); + } +} diff --git a/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/fs/interface.fs.php b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/fs/interface.fs.php new file mode 100644 index 0000000..4e83253 --- /dev/null +++ b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/fs/interface.fs.php @@ -0,0 +1,6 @@ +get_registry()->add_utility('I_Fs', 'C_Fs'); + } + + function get_type_list() + { + return array( + 'C_Fs' => 'class.fs.php', + 'I_Fs' => 'interface.fs.php' + ); + } +} + +new M_Fs; \ No newline at end of file diff --git a/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/i18n/adapter.i18n_album_translation.php b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/i18n/adapter.i18n_album_translation.php new file mode 100644 index 0000000..d9d4424 --- /dev/null +++ b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/i18n/adapter.i18n_album_translation.php @@ -0,0 +1,31 @@ +object->add_post_hook( + 'set_defaults', + 'Sets NextGEN Album Defaults (translated strings)', + get_class(), + 'translate_album' + ); + } + } + + function translate_album($entity) + { + if (!empty($entity->name)) + $entity->name = M_I18N::translate($entity->name, 'album_' . $entity->{$entity->id_field} . '_name'); + if (!empty($entity->albumdesc)) + $entity->albumdesc = M_I18N::translate($entity->albumdesc, 'album_' . $entity->{$entity->id_field} . '_description'); + + // these fields are set when the album is a child to another album + if (!empty($entity->title)) + $entity->title = M_I18N::translate($entity->title, 'album_' . $entity->{$entity->id_field} . '_name'); + if (!empty($entity->galdesc)) + $entity->galdesc = M_I18N::translate($entity->galdesc, 'album_' . $entity->{$entity->id_field} . '_description'); + } + +} diff --git a/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/i18n/adapter.i18n_gallery_translation.php b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/i18n/adapter.i18n_gallery_translation.php new file mode 100644 index 0000000..26baf82 --- /dev/null +++ b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/i18n/adapter.i18n_gallery_translation.php @@ -0,0 +1,25 @@ +object->add_post_hook( + 'set_defaults', + 'Sets NextGEN Gallery Defaults (translated strings)', + get_class(), + 'translate_gallery' + ); + } + } + + function translate_gallery($entity) + { + if (!empty($entity->title)) + $entity->title = M_I18N::translate($entity->title, 'gallery_' . $entity->{$entity->id_field} . '_name'); + if (!empty($entity->galdesc)) + $entity->galdesc = M_I18N::translate($entity->galdesc, 'gallery_' . $entity->{$entity->id_field} . '_description'); + } + +} diff --git a/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/i18n/adapter.i18n_image_translation.php b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/i18n/adapter.i18n_image_translation.php new file mode 100644 index 0000000..73d061d --- /dev/null +++ b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/i18n/adapter.i18n_image_translation.php @@ -0,0 +1,25 @@ +object->add_post_hook( + 'set_defaults', + 'Sets NextGEN Image Defaults (translated strings)', + get_class(), + 'translate_image' + ); + } + } + + function translate_image($entity) + { + if (!empty($entity->description)) + $entity->description = M_I18N::translate($entity->description, 'pic_' . $entity->{$entity->id_field} . '_description'); + if (!empty($entity->alttext)) + $entity->alttext = M_I18N::translate($entity->alttext, 'pic_' . $entity->{$entity->id_field} . '_alttext'); + } + +} diff --git a/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/i18n/adapter.i18n_routing_app.php b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/i18n/adapter.i18n_routing_app.php new file mode 100644 index 0000000..308010e --- /dev/null +++ b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/i18n/adapter.i18n_routing_app.php @@ -0,0 +1,23 @@ +object->add_pre_hook( + 'execute_route_handler', + "Suppresses qTranslate's 'Hide Untranslated Content' feature when handling requests", + get_class(), + 'fix_routed_apps_qtranslate_compat' + ); + } + + function fix_routed_apps_qtranslate_compat() + { + if (!empty($GLOBALS['q_config']) && defined('QTRANS_INIT')) + { + global $q_config; + $q_config['hide_untranslated'] = 0; + } + } +} \ No newline at end of file diff --git a/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/i18n/lang/nggallery-bs_BA.mo b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/i18n/lang/nggallery-bs_BA.mo new file mode 100644 index 0000000000000000000000000000000000000000..c53f48747d89bd3c6934185e326458ef9fb90e24 GIT binary patch literal 75121 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
    • ? zbhCKq<=z*Ihq4}VRz>@&a;Wf#46@EsW8gBRBrXQANpYG%&xy0hDtp!(R!Zqou+Tb! qd}Zalh=jq~#$k-YSbWJwX^ID(YTqD+bL3@2PzemQ0XxQE2mb@=$7hKE literal 0 HcmV?d00001 diff --git a/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/i18n/lang/nggallery-bs_BA.po b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/i18n/lang/nggallery-bs_BA.po new file mode 100644 index 0000000..3cbf182 --- /dev/null +++ b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/i18n/lang/nggallery-bs_BA.po @@ -0,0 +1,4259 @@ +# NextGEN Gallery base (English) .po source +# Copyright (C) 2014 Photocrati Media +# This file is distributed under the same license as the NextGEN Gallery package. +# +msgid "" +msgstr "" +"Project-Id-Version: NextGEN Gallery\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2014-02-20 19:45-0800\n" +"PO-Revision-Date: 2014-05-21 14:56+0100\n" +"Last-Translator: Photocrati Media\n" +"Language-Team: Photocrati Media\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Poedit 1.5.7\n" +"Plural-Forms: nplurals=2; plural=n == 1 ? 0 : 1;\n" + +#: nggallery.php:290 +#, php-format +msgid "Every %d seconds" +msgstr "Svakih %d sekundi" + +#: products/photocrati_nextgen/modules/attach_to_post/adapter.attach_to_post_ajax.php:157 +#, php-format +msgid "Album: %s" +msgstr "Album: %s" + +#: products/photocrati_nextgen/modules/attach_to_post/adapter.attach_to_post_ajax.php:159 +#, php-format +msgid "Gallery: %s" +msgstr "Galerija: %s" + +#: products/photocrati_nextgen/modules/attach_to_post/adapter.attach_to_post_ajax.php:177 +msgid "Missing parameters" +msgstr "Parametri nedostaju" + +#: products/photocrati_nextgen/modules/attach_to_post/adapter.attach_to_post_ajax.php:213 +msgid "Displayed gallery does not exist" +msgstr "Prikazana galerija ne postoji" + +#: products/photocrati_nextgen/modules/attach_to_post/adapter.attach_to_post_ajax.php:216 +msgid "Invalid request" +msgstr "Nevažeći upit" + +#: products/photocrati_nextgen/modules/attach_to_post/class.attach_controller.php:248 +msgid "NextGEN Gallery - Attach To Post" +msgstr "NextGEN Gallery - Dodaj na članak" + +#: products/photocrati_nextgen/modules/attach_to_post/class.attach_controller.php:266 +msgid "Display Galleries" +msgstr "Prikaži galerije" + +#: products/photocrati_nextgen/modules/attach_to_post/class.attach_controller.php:273 +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/adapter.nextgen_addgallery_controller.php:7 +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:192 +msgid "Add Gallery / Images" +msgstr "Dodaj Galeriju/Slike" + +#: products/photocrati_nextgen/modules/attach_to_post/class.attach_controller.php:280 +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:160 +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:194 +msgid "Manage Galleries" +msgid_plural "Manage Galleries" +msgstr[0] "Uredi Galeriju" +msgstr[1] "Uredi Galerije" + +#: products/photocrati_nextgen/modules/attach_to_post/class.attach_controller.php:287 +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:404 +msgid "Manage Albums" +msgid_plural "Manage Albums" +msgstr[0] "Uredi Album" +msgstr[1] "Uredi Albume" + +#: products/photocrati_nextgen/modules/attach_to_post/class.attach_controller.php:294 +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:162 +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:198 +msgid "Manage Tags" +msgstr "Uredi Oznake" + +#: products/photocrati_nextgen/modules/attach_to_post/mixin.attach_to_post_display_tab.php:115 +msgid "What would you like to display?" +msgstr "Å ta želite da prikažete?" + +#: products/photocrati_nextgen/modules/attach_to_post/mixin.attach_to_post_display_tab.php:139 +msgid "Select a display type" +msgstr "Izaberi vrstu prikaza" + +#: products/photocrati_nextgen/modules/attach_to_post/mixin.attach_to_post_display_tab.php:162 +msgid "Customize the display settings" +msgstr "Prilagodi postavke prikaza" + +#: products/photocrati_nextgen/modules/attach_to_post/mixin.attach_to_post_display_tab.php:253 +msgid "No display type selected" +msgstr "Nije izabrana vrsta prikaza" + +#: products/photocrati_nextgen/modules/attach_to_post/mixin.attach_to_post_display_tab.php:271 +msgid "Sort or Exclude Images" +msgstr "Sortiraj ili Isključi slike" + +#: products/photocrati_nextgen/modules/attach_to_post/module.attach_to_post.php:186 +msgid "Invalid Displayed Gallery" +msgstr "Neispravna Prikazana Galerija" + +#: products/photocrati_nextgen/modules/attach_to_post/templates/display_tab.php:10 +#: products/photocrati_nextgen/modules/nextgen_admin/templates/nextgen_admin_page.php:25 +msgid "Save" +msgstr "Sačuvaj" + +#: products/photocrati_nextgen/modules/attach_to_post/templates/display_tab_js.php:612 +msgid "Sources" +msgstr "Izvori" + +#: products/photocrati_nextgen/modules/attach_to_post/templates/display_tab_js.php:646 +#: products/photocrati_nextgen/modules/nextgen_admin/class.form.php:362 +msgid "(optional)" +msgstr "(opcionalno)" + +#: products/photocrati_nextgen/modules/attach_to_post/templates/display_tab_js.php:654 +msgid "" +"Sets an SEO-friendly name to this gallery for URLs. Currently only in use by " +"the Pro Lightbox." +msgstr "" +"Podesite SEO-prijateljsko ime ovoj galeriji za URL-ove. Trenutno u upotrebi " +"samo na Pro Lightbox." + +#: products/photocrati_nextgen/modules/attach_to_post/templates/display_tab_js.php:655 +msgid "Slug" +msgstr "Slug" + +#: products/photocrati_nextgen/modules/attach_to_post/templates/display_tab_js.php:860 +msgid "No entities to display for this source." +msgstr "Nema entiteta da prikaže za ovaj izvor" + +#: products/photocrati_nextgen/modules/attach_to_post/templates/display_tab_js.php:1264 +msgid "Select a gallery" +msgstr "Izaberi galeriju" + +#: products/photocrati_nextgen/modules/attach_to_post/templates/display_tab_js.php:1292 +msgid "Albums" +msgstr "Albumi" + +#: products/photocrati_nextgen/modules/lightbox/adapter.lightbox_library_form.php:34 +msgid "Code" +msgstr "Kod" + +#: products/photocrati_nextgen/modules/lightbox/adapter.lightbox_library_form.php:48 +msgid "Stylesheet URL" +msgstr "URL stylesheeta" + +#: products/photocrati_nextgen/modules/lightbox/adapter.lightbox_library_form.php:62 +msgid "Javascript URL" +msgstr "URL Javaskripte" + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/adapter.import_folder_form.php:7 +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/templates/import_folder.php:6 +msgid "Import Folder" +msgstr "Uvezi Fasciklu" + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/adapter.nextgen_addgallery_ajax.php:41 +msgid "No gallery name specified" +msgstr "Nije određeno ime galerije" + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/adapter.nextgen_addgallery_ajax.php:55 +msgid "Failed to extract images from ZIP" +msgstr "Nije uspijelo izvlačenje slika iz ZIP" + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/adapter.nextgen_addgallery_ajax.php:61 +msgid "Image generation failed" +msgstr "Generiranje slika nije uspijelo" + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/adapter.nextgen_addgallery_ajax.php:70 +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/adapter.nextgen_addgallery_ajax.php:150 +msgid "An unexpected error occured." +msgstr "Nastala je neočekivana greÅ¡ka." + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/adapter.nextgen_addgallery_ajax.php:77 +msgid "" +"No permissions to upload images. Try refreshing the page or ensuring that " +"your user account has sufficient roles/privileges." +msgstr "" +"Nije dozvoljen upload slika. PokuÅ¡ajte osvježiti stranicu ili osigurajte da " +"vaÅ¡ korisnički račun ima potrebne dozvole/privilegije. " + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/adapter.nextgen_addgallery_ajax.php:117 +msgid "Directory does not exist." +msgstr "Direktorij ne postoji." + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/adapter.nextgen_addgallery_ajax.php:121 +msgid "No directory specified." +msgstr "Direktorij nije određen." + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/adapter.nextgen_addgallery_ajax.php:125 +msgid "" +"No permissions to browse folders. Try refreshing the page or ensuring that " +"your user account has sufficient roles/privileges." +msgstr "" +"Nije dozvoljeno pregledavanje fascikli. PokuÅ¡ajte osvježiti stranicu ili " +"osigurajte da vaÅ¡ korisnički račun ima potrebne dozvole/privilegije. " + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/adapter.nextgen_addgallery_ajax.php:155 +msgid "No folder specified" +msgstr "Nije navedena fascikla" + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/adapter.nextgen_addgallery_ajax.php:159 +msgid "" +"No permissions to import folders. Try refreshing the page or ensuring that " +"your user account has sufficient roles/privileges." +msgstr "" +"Nije dozvoljen uvoz fascikli. PokuÅ¡ajte osvježiti stranicu ili osigurajte da " +"vaÅ¡ korisnički račun ima potrebne dozvole/privilegije. " + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/adapter.upload_images_form.php:7 +msgid "Upload Images" +msgstr "Upload Slika" + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/templates/import_folder.php:1 +msgid "" +"Select a folder to import. The folder name will be used as the title of the " +"gallery." +msgstr "" +"Izaberi fasciklu za uvoz. Ime fascikle će biti iskoriÅ¡teno kao naziv " +"galerije." + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/templates/import_folder.php:5 +msgid "Keep images in original location." +msgstr "Zadrži slike na originalnoj lokaciji" + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/templates/import_folder.php:5 +msgid "" +"Caution: If you keep images in the original folder and later delete the " +"gallery, the images in that folder might be deleted depending on your " +"settings." +msgstr "" +"Oprez: Ako zadržite slike u originalnoj fascikli i kasnije obriÅ¡ete " +"galeriju, ovisno o vaÅ¡im postavkama slike u toj fascikli mogu biti obrisane." + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/templates/import_folder.php:39 +msgid "Importing gallery" +msgstr "Uvezi galeriju" + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/templates/import_folder.php:41 +msgid "In Progress..." +msgstr "U tijeku..." + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/templates/import_folder.php:56 +#, php-format +msgid "Done! Successfully imported %s images" +msgstr "Učinjeno! UspijeÅ¡no uvezeno %s slika" + +#: products/photocrati_nextgen/modules/attach_to_post/templates/display_tab_js.php:1268 +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/templates/upload_images.php:2 +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:189 +#: products/photocrati_nextgen/modules/ngglegacy/lib/rewrite.php:217 +#: products/photocrati_nextgen/modules/ngglegacy/lib/rewrite.php:226 +msgid "Gallery" +msgid_plural "Galleries" +msgstr[0] "Galerija" +msgstr[1] "Galerije" + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/templates/upload_images.php:4 +msgid "Create a new gallery" +msgstr "Napravi novu galeriju" + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/templates/upload_images.php:13 +msgid "You browser doesn't have Flash, Silverlight, HTML5, or HTML4 support." +msgstr "VaÅ¡ preglednik nema podrÅ¡ku za Flash, Silverlight, HTML5 ili HTML4" + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/templates/upload_images.php:99 +msgid "Drag image and ZIP files here or click Add Files" +msgstr "" +"Prevucite slike ili ZIP datoteke ovdje ili kliknite Dodaj Datoteke" + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/templates/upload_images.php:149 +#, php-format +msgid "%s images were uploaded successfully" +msgstr "%s slika je uspjeÅ¡no dodano" + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/templates/upload_images.php:152 +msgid "1 image was uploaded successfully" +msgstr "1 slika je uspijeÅ¡no dodana" + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/templates/upload_images.php:155 +msgid "0 images were uploaded" +msgstr "0 slika je dodano" + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/templates/upload_images.php:169 +msgid "Upload complete" +msgstr "Upload zavrÅ¡en" + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/templates/upload_images.php:191 +msgid "" +"An unexpected error occured. This is most likely due to a server " +"misconfiguration. Check your PHP error log or ask your hosting provider for " +"assistance." +msgstr "" +"Nastala je neočekivana greÅ¡ka. Ovo je najvjerovatnije zbog pogreÅ¡ne " +"konfiguracije servera. Provjerite svoj PHP error log ili pitajte vaÅ¡eg " +"hosting uslužitelja za pomoč." + +#: products/photocrati_nextgen/modules/nextgen_admin/class.form.php:226 +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_thumbnail_form.php:167 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:537 +msgid "Enable AJAX pagination" +msgstr "Osposobite AJAX obilježavanje strana" + +#: products/photocrati_nextgen/modules/nextgen_admin/class.form.php:238 +msgid "Override thumbnail settings" +msgstr "Presnimite postavke umanjenih sličica" + +#: products/photocrati_nextgen/modules/nextgen_admin/class.form.php:240 +msgid "" +"This does not affect existing thumbnails; overriding the thumbnail settings " +"will create an additional set of thumbnails. To change the size of existing " +"thumbnails please visit 'Manage Galleries' and choose 'Create new " +"thumbnails' for all images in the gallery." +msgstr "" +"Ovo neće uticati na postojeće umanjene sličice; presnimavanje postavki za " +"umanjene sličice će stvoriti dodatni set umanjenih sličica. Da zamijenite " +"veličinu postoječih umanjenih sličica molimo otiđite na 'Uređivanje " +"Galerija' i izaberite 'Napravi nove umanjene sličice' za sve slike u " +"galeriji." + +#: products/photocrati_nextgen/modules/nextgen_admin/class.form.php:248 +#: products/photocrati_nextgen/modules/nextgen_basic_singlepic/adapter.nextgen_basic_singlepic_form.php:37 +msgid "Thumbnail dimensions" +msgstr "Dimenzije umanjenih sličica" + +#: products/photocrati_nextgen/modules/nextgen_admin/class.form.php:262 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:431 +msgid "Thumbnail quality" +msgstr "Kvaliteta umanjenih sličica" + +#: products/photocrati_nextgen/modules/nextgen_admin/class.form.php:272 +msgid "Thumbnail crop" +msgstr "Podrezivanje umanjenih sličica" + +#: products/photocrati_nextgen/modules/nextgen_admin/class.form.php:281 +msgid "Thumbnail watermark" +msgstr "Vodeni žig umanjenih sličica" + +#: products/photocrati_nextgen/modules/nextgen_admin/class.form.php:306 +msgid "Override image settings" +msgstr "Presnimi postavke slika" + +#: products/photocrati_nextgen/modules/nextgen_admin/class.form.php:308 +msgid "Overriding the image settings will create an additional set of images" +msgstr "Presnimavanje postavki za slike će stvoriti dodatni set slika" + +#: products/photocrati_nextgen/modules/nextgen_admin/class.form.php:316 +#: products/photocrati_nextgen/modules/nextgen_basic_singlepic/adapter.nextgen_basic_singlepic_form.php:66 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:456 +msgid "Image quality" +msgstr "Kvaliteta slika" + +#: products/photocrati_nextgen/modules/nextgen_admin/class.form.php:326 +msgid "Image crop" +msgstr "Podrezivanje slika" + +#: products/photocrati_nextgen/modules/nextgen_admin/class.form.php:335 +msgid "Image watermark" +msgstr "Vodeni žig slika" + +#: products/photocrati_nextgen/modules/nextgen_admin/class.form.php:359 +msgid "Gallery width" +msgstr "Å irina galerije" + +#: products/photocrati_nextgen/modules/nextgen_admin/class.form.php:361 +msgid "An empty or 0 setting will make the gallery full width" +msgstr "prazno ili 0 postavka će napraviti galeriju pune Å¡irine" + +#: products/photocrati_nextgen/modules/nextgen_admin/class.form.php:365 +msgid "Pixels" +msgstr "Pikseli" + +#: products/photocrati_nextgen/modules/nextgen_admin/class.form.php:365 +msgid "Percent" +msgstr "Postotak" + +#: products/photocrati_nextgen/modules/nextgen_admin/class.form.php:374 +msgid "First Image" +msgstr "Prva slika" + +#: products/photocrati_nextgen/modules/nextgen_admin/class.form.php:375 +msgid "Average" +msgstr "Prosječno" + +#: products/photocrati_nextgen/modules/nextgen_admin/class.nextgen_admin_page_controller.php:100 +msgid "Clear" +msgstr "Čisto" + +#: products/photocrati_nextgen/modules/nextgen_admin/class.nextgen_admin_page_controller.php:101 +msgid "Default" +msgstr "Zadano" + +#: products/photocrati_nextgen/modules/nextgen_admin/class.nextgen_admin_page_controller.php:102 +msgid "Select Color" +msgstr "Izaberi Boju" + +#: products/photocrati_nextgen/modules/nextgen_admin/class.nextgen_admin_page_controller.php:103 +msgid "Current Color" +msgstr "trenutno Boja" + +#: products/photocrati_nextgen/modules/nextgen_admin/class.nextgen_admin_page_controller.php:174 +msgid "Saved successfully" +msgstr "UspjeÅ¡np sačuvano" + +#: products/photocrati_nextgen/modules/nextgen_admin/templates/field_generator/nextgen_settings_field_radio.php:16 +#: products/photocrati_nextgen/modules/nextgen_basic_singlepic/templates/nextgen_basic_singlepic_settings_radio.php:16 +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:122 +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.miscellaneous_form.php:24 +#: products/photocrati_nextgen/modules/nextgen_other_options/templates/image_options_tab.php:40 +#: products/photocrati_nextgen/modules/nextgen_other_options/templates/image_options_tab.php:65 +#: products/photocrati_nextgen/modules/nextgen_other_options/templates/image_options_tab.php:191 +#: products/photocrati_nextgen/modules/nextgen_other_options/templates/thumbnail_options_tab.php:37 +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:407 +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:454 +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:457 +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:460 +msgid "Yes" +msgstr "Da" + +#: products/photocrati_nextgen/modules/nextgen_admin/templates/field_generator/nextgen_settings_field_radio.php:24 +#: products/photocrati_nextgen/modules/nextgen_basic_singlepic/templates/nextgen_basic_singlepic_settings_radio.php:24 +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:123 +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.miscellaneous_form.php:23 +#: products/photocrati_nextgen/modules/nextgen_other_options/templates/image_options_tab.php:47 +#: products/photocrati_nextgen/modules/nextgen_other_options/templates/image_options_tab.php:72 +#: products/photocrati_nextgen/modules/nextgen_other_options/templates/image_options_tab.php:198 +#: products/photocrati_nextgen/modules/nextgen_other_options/templates/thumbnail_options_tab.php:44 +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:409 +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:455 +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:458 +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:461 +msgid "No" +msgstr "Ne" + +#: products/photocrati_nextgen/modules/nextgen_basic_album/mixin.nextgen_basic_album_form.php:25 +msgid "Display galleries as" +msgstr "Prikaži galerije kao" + +#: products/photocrati_nextgen/modules/nextgen_basic_album/mixin.nextgen_basic_album_form.php:26 +msgid "How would you like galleries to be displayed?" +msgstr "Kako želite da galerije budu prikazane?" + +#: products/photocrati_nextgen/modules/nextgen_basic_album/mixin.nextgen_basic_album_form.php:28 +msgid "Galleries per page" +msgstr "Galerije po stranici" + +#: products/photocrati_nextgen/modules/nextgen_basic_album/mixin.nextgen_basic_album_form.php:47 +msgid "Items per page" +msgstr "Stavke po stranici" + +#: products/photocrati_nextgen/modules/nextgen_basic_album/mixin.nextgen_basic_album_form.php:48 +msgid "Maximum number of galleries or sub-albums to appear on a single page" +msgstr "" +"Maksimalan broj galerija ili pod-albuma koje se pojavljuju na jednoj stranici" + +#: products/photocrati_nextgen/modules/nextgen_basic_album/templates/compact.php:28 +#: products/photocrati_nextgen/modules/nextgen_basic_album/templates/extended.php:15 +#: products/photocrati_nextgen/modules/ngglegacy/view/album-compact.php:45 +#: products/photocrati_nextgen/modules/ngglegacy/view/album-extend.php:31 +msgid "Photos" +msgstr "Fotografije" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_gallery_mapper.php:94 +msgid "[Show PicLens]" +msgstr "[Prikaži PicLens]" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:63 +msgid "Interval" +msgstr "Odstojanje" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:67 +msgid "# of seconds" +msgstr "# sekundi" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:77 +msgid "Image limit" +msgstr "Limit slika" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:79 +msgid "Maximum number of images to display with recent or random sources" +msgstr "Maaksimalan broj slika za prikazati sa nedavnim ili nasumičnim izvorom" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:81 +msgid "# of images" +msgstr "# slika" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:112 +msgid "Maximum dimensions" +msgstr "Maksimalne dimenzije" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:113 +msgid "" +"Certain themes may allow images to flow over their container if this setting " +"is too large" +msgstr "" +"Određene teme mogu dozvoliti da slike pređu preko svojim rubova ako je ova " +"postavka prevelika" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:123 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:765 +msgid "Enable flash slideshow" +msgstr "Osposobi flash slideshow" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:125 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:767 +msgid "Integrate the flash based slideshow for all flash supported devices" +msgstr "" +"IntegriÅ¡i slideshow na osnovu flasha za sve uredjaje koji podržavaju flash" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:134 +msgid "Shuffle" +msgstr "MijeÅ¡anje" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:146 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:782 +msgid "Show next image on click" +msgstr "Pokaži sljedeču sliku na klik" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:158 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:786 +msgid "Show navigation bar" +msgstr "Pokaži navigacijski meni" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:170 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:790 +msgid "Show loading icon" +msgstr "Pokaži ikonu učitavanja" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:182 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:794 +msgid "Use watermark logo" +msgstr "Pokaži logo vodenog žiga" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:184 +msgid "" +"Use the watermark image in the Flash object. Note: this does not watermark " +"the image itself, and cannot be applied with text watermarks" +msgstr "" +"Koristi vodeni žig sliku u Flash objektima. BiljeÅ¡ka: ovo neće staviti " +"vodeni žig na samu sliku, i ne može se primjeniti sa tekstualnim vodenim " +"žigom" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:194 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:799 +msgid "Stretch image" +msgstr "Razvuci sliku" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:231 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:827 +msgid "Use slow zooming effect" +msgstr "Koristi spor zumirajuči efekt" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:243 +msgid "Background music (url)" +msgstr "Pozadinska muzika (url)" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:256 +msgid "Try XHTML validation" +msgstr "PokuÅ¡aj XHTML potvrđivanje" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:268 +msgid "Background" +msgstr "Pozadina" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:280 +msgid "Texts / buttons" +msgstr "Tekst / dugmad" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:292 +msgid "Rollover / active" +msgstr "Prevrtanje / aktivno" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:304 +msgid "Screen" +msgstr "Ekran" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:322 +msgid "Show thumbnail link" +msgstr "Pokaži link umanjenih sličica" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:338 +msgid "Thumbnail link text" +msgstr "Tekst umanjenih sličica" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_thumbnail_form.php:65 +msgid "Images per page" +msgstr "Slike po stranici" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_thumbnail_form.php:67 +msgid "0 will display all images at once" +msgstr "0 će prikazati sve slike odjednom" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_thumbnail_form.php:85 +msgid "Number of columns to display" +msgstr "Broj kolona za prikazati" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_thumbnail_form.php:89 +msgid "# of columns" +msgstr "# kolona" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_thumbnail_form.php:105 +msgid "Piclens link text" +msgstr "Piclens link tekst" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_thumbnail_form.php:123 +msgid "Show piclens link" +msgstr "Pokaži piclens link" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_thumbnail_form.php:139 +msgid "Add Hidden Images" +msgstr "Dodaj skrivene slike" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_thumbnail_form.php:141 +msgid "" +"If pagination is used this option will show all images in the modal window " +"(Thickbox, Lightbox etc.) This increases page load." +msgstr "" +"Ako se obilježavanje strana koristi ova opcija će prikazati sve slike u " +"modal prozoru (Thickbox, Lightbox itd.) Ovo povečava vrijeme učitavanje " +"strane." + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_thumbnail_form.php:150 +msgid "Use imagebrowser effect" +msgstr "Koristi imagebrowser efekt" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_thumbnail_form.php:152 +msgid "" +"When active each image in the gallery will link to an imagebrowser display " +"and lightbox effects will not be applied." +msgstr "" +"Kada je aktivno svaka slika u galeriji će se linkovat na imagebrowser prikaz " +"i lightbox efekt neće biti primjenjen." + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_thumbnail_form.php:169 +msgid "Browse images without reloading the page." +msgstr "Pregled slika bez ponovnog učitavanja stranica." + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_thumbnail_form.php:184 +msgid "Show slideshow link" +msgstr "Prikaži link slideshow-a" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_thumbnail_form.php:200 +msgid "Slideshow link text" +msgstr "Tekst slideshow linka" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/templates/slideshow/index.php:35 +msgid "" +"Slideshows require the Flash Player and a browser with Javascript support." +msgstr "" +"Slideshow zahtijeva Flash Player and a preglednik sa Javaskript podrÅ¡kom." + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/templates/slideshow/nextgen_basic_slideshow_settings_gallery_dimensions.php:13 +#: products/photocrati_nextgen/modules/nextgen_basic_singlepic/adapter.nextgen_basic_singlepic_form.php:38 +#: products/photocrati_nextgen/modules/nextgen_basic_singlepic/templates/nextgen_basic_singlepic_settings_dimensions.php:13 +#: products/photocrati_nextgen/modules/widget/templates/form_slideshow.php:52 +msgid "Width" +msgstr "Å irina" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/templates/slideshow/nextgen_basic_slideshow_settings_gallery_dimensions.php:21 +#: products/photocrati_nextgen/modules/nextgen_basic_singlepic/adapter.nextgen_basic_singlepic_form.php:40 +#: products/photocrati_nextgen/modules/nextgen_basic_singlepic/templates/nextgen_basic_singlepic_settings_dimensions.php:20 +#: products/photocrati_nextgen/modules/widget/templates/form_slideshow.php:40 +msgid "Height" +msgstr "Visina" + +#: products/photocrati_nextgen/modules/nextgen_basic_imagebrowser/templates/nextgen_basic_imagebrowser.php:41 +#: products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser-caption.php:26 +#: products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser-exif.php:30 +#: products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser.php:26 +msgid "Back" +msgstr "Nazad" + +#: products/photocrati_nextgen/modules/nextgen_basic_imagebrowser/templates/nextgen_basic_imagebrowser.php:49 +#: products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser-caption.php:29 +#: products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser-exif.php:33 +#: products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser.php:29 +msgid "Next" +msgstr "Iduča" + +#: products/photocrati_nextgen/modules/nextgen_basic_imagebrowser/templates/nextgen_basic_imagebrowser.php:55 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:90 +#: products/photocrati_nextgen/modules/ngglegacy/lib/rewrite.php:220 +#: products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser-caption.php:31 +#: products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser-exif.php:35 +#: products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser.php:31 +msgid "Picture" +msgstr "Slika" + +#: products/photocrati_nextgen/modules/nextgen_basic_imagebrowser/templates/nextgen_basic_imagebrowser.php:55 +#: products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser-caption.php:31 +#: products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser-exif.php:35 +#: products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser.php:31 +msgid "of" +msgstr "od" + +#: products/photocrati_nextgen/modules/nextgen_basic_singlepic/adapter.nextgen_basic_singlepic_form.php:53 +msgid "Link" +msgstr "Link" + +#: products/photocrati_nextgen/modules/nextgen_basic_singlepic/adapter.nextgen_basic_singlepic_form.php:78 +msgid "Display watermark" +msgstr "Prikaži Vodeni žig" + +#: products/photocrati_nextgen/modules/nextgen_basic_singlepic/adapter.nextgen_basic_singlepic_form.php:88 +msgid "Display reflection" +msgstr "Prikaži odraz" + +#: products/photocrati_nextgen/modules/nextgen_basic_singlepic/adapter.nextgen_basic_singlepic_form.php:98 +msgid "Crop thumbnail" +msgstr "Podreži umanjene sličice" + +#: products/photocrati_nextgen/modules/nextgen_basic_singlepic/adapter.nextgen_basic_singlepic_form.php:108 +msgid "Float" +msgstr "Lebdi" + +#: products/photocrati_nextgen/modules/nextgen_basic_tagcloud/adapter.nextgen_basic_tagcloud_form.php:24 +msgid "Maximum number of tags" +msgstr "Maksimalan broj tagova" + +#: products/photocrati_nextgen/modules/nextgen_basic_tagcloud/adapter.nextgen_basic_tagcloud_form.php:47 +msgid "Display type" +msgstr "Vrsta prikaza" + +#: products/photocrati_nextgen/modules/nextgen_basic_tagcloud/adapter.nextgen_basic_tagcloud_form.php:50 +msgid "The display type that the tagcloud will point its results to" +msgstr "The display type that the tagcloud will point its results to" + +#: products/photocrati_nextgen/modules/nextgen_basic_templates/adapter.nextgen_basic_template_form.php:46 +msgid "Template" +msgstr "Å ablon" + +#: products/photocrati_nextgen/modules/nextgen_basic_templates/adapter.nextgen_basic_template_form.php:47 +msgid "Use a legacy template when rendering (not recommended)." +msgstr "Koristi legacy Å¡ablon dok se renderuje (nije preporučeno)" + +#: products/photocrati_nextgen/modules/nextgen_data/class.gallerystorage_driver_base.php:580 +#: products/photocrati_nextgen/modules/nextgen_data/class.ngglegacy_gallerystorage_driver.php:658 +#: products/photocrati_nextgen/modules/ngglegacy/lib/multisite.php:23 +msgid "" +"Sorry, you have used your space allocation. Please delete some files to " +"upload more files." +msgstr "" +"oprostite, iskoristili ste raspoloživi prostor. Molimo obriÅ¡ite neke " +"datoteke da uploadujete joÅ¡ datoteka." + +#: products/photocrati_nextgen/modules/nextgen_data/class.gallerystorage_driver_base.php:1002 +msgid "Could not calculate resized image dimensions" +msgstr "Ne mogu izračunati promijenjene dimenzije slike" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:154 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:135 +msgid " mm" +msgstr " mm" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:163 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:141 +msgid " sec" +msgstr " sek" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:168 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:145 +msgid "Fired" +msgstr "Fired" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:168 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:145 +msgid "Not fired" +msgstr "Not fired" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:539 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:452 +#: products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser-exif.php:46 +msgid "Aperture" +msgstr "Aparatura" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:540 +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:565 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:453 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:478 +msgid "Credit" +msgstr "Zasluga" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:541 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:454 +msgid "Camera" +msgstr "Kamera" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:542 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:455 +msgid "Caption" +msgstr "Natpis" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:543 +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:26 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-sort.php:114 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:456 +msgid "Date/Time" +msgstr "Datum/Vrijeme" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:544 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:457 +msgid "Copyright" +msgstr "Autorska prava" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:545 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:458 +msgid "Focal length" +msgstr "Duljina fokusa" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:546 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:459 +msgid "ISO" +msgstr "ISO" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:547 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:460 +#: products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser-exif.php:54 +msgid "Shutter speed" +msgstr "Brzina zatvarača" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:548 +#: products/photocrati_nextgen/modules/widget/templates/form_gallery.php:4 +#: products/photocrati_nextgen/modules/widget/templates/form_mediarss.php:3 +#: products/photocrati_nextgen/modules/widget/templates/form_slideshow.php:3 +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:678 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:461 +msgid "Title" +msgstr "Naziv" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:549 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:459 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:410 +#: products/photocrati_nextgen/modules/ngglegacy/admin/style.php:132 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:462 +msgid "Author" +msgstr "Autor" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:550 +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:51 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:176 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:389 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:463 +msgid "Tags" +msgstr "Tagovi" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:551 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:464 +msgid "Subject" +msgstr "Tema" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:552 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:465 +msgid "Make" +msgstr "Napravi" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:553 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:466 +msgid "Edit Status" +msgstr "Uredi Status" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:554 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:467 +msgid "Category" +msgstr "Kategorija" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:555 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:468 +msgid "Keywords" +msgstr "Ključne riječi" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:556 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:469 +msgid "Date Created" +msgstr "Datum Stvaranja" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:557 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:470 +msgid "Time Created" +msgstr "Vrijeme Stvaranja" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:558 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:471 +msgid "Author Position" +msgstr "Pozicija Autora" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:559 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:472 +msgid "City" +msgstr "Grad" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:560 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:473 +msgid "Location" +msgstr "Lokacija" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:561 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:474 +msgid "Province/State" +msgstr "Pokrajina/Država" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:562 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:475 +msgid "Country code" +msgstr "Broj zemlje" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:563 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:476 +msgid "Country" +msgstr "Zemlja" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:564 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:477 +msgid "Headline" +msgstr "Naslov" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:566 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:479 +msgid "Source" +msgstr "Izvor" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:567 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:480 +msgid "Copyright Notice" +msgstr "Obavijest za autorska prava" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:568 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:481 +msgid "Contact" +msgstr "Kontakt" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:569 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:482 +msgid "Last modified" +msgstr "Zadnje Promijenjeno" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:570 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:483 +msgid "Program tool" +msgstr "Programski alat" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:571 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:484 +msgid "Format" +msgstr "Format" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:572 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:485 +msgid "Image Width" +msgstr "Å irina Slike" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:573 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:486 +msgid "Image Height" +msgstr "Visina Slike" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:574 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:487 +msgid "Flash" +msgstr "FleÅ¡" + +#: products/photocrati_nextgen/modules/nextgen_data/class.ngglegacy_gallerystorage_driver.php:647 +#, php-format +msgid "Unable to create directory %s." +msgstr "Nije u stanju stvoriti direktorij %s." + +#: products/photocrati_nextgen/modules/nextgen_data/class.ngglegacy_gallerystorage_driver.php:652 +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:823 +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1021 +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1106 +#, php-format +msgid "" +"Unable to write to directory %s. Is this directory writable by the server?" +msgstr "" +"Nije u stanju zapisati na direktorij %s.Je li ovaj direktorij zapisujuči od " +"servera?" + +#: products/photocrati_nextgen/modules/nextgen_data/class.ngglegacy_gallerystorage_driver.php:681 +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1146 +#, php-format +msgid "Failed to copy database row for picture %s" +msgstr "Nije uspijelo da kopira red baze podataka za sliku %s" + +#: products/photocrati_nextgen/modules/nextgen_data/class.ngglegacy_gallerystorage_driver.php:693 +#, php-format +msgid "Failed to get image path for %s" +msgstr "Nije uspijelo da pokupi putanju slike za %s" + +#: products/photocrati_nextgen/modules/nextgen_data/class.ngglegacy_gallerystorage_driver.php:711 +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1132 +#, php-format +msgid "Failed to copy image %1$s to %2$s" +msgstr "Nije uspijelo da kopira sliku %1$s do %2$s" + +#: products/photocrati_nextgen/modules/nextgen_data/class.ngglegacy_gallerystorage_driver.php:715 +#, php-format +msgid "Copied image %1$s to %2$s" +msgstr "Kopirane slike %1$s do %2$s" + +#: products/photocrati_nextgen/modules/nextgen_data/class.ngglegacy_gallerystorage_driver.php:723 +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1158 +#, php-format +msgid "" +"Image %1$s (%2$s) copied as image %3$s (%4$s) » The file already " +"existed in the destination gallery." +msgstr "" +"Slika %1$s (%2$s) kopirana kao %3$s (%4$s) » Datoteka je već postojala " +"u određenoj galeriji." + +#: products/photocrati_nextgen/modules/nextgen_data/class.ngglegacy_gallerystorage_driver.php:727 +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1161 +#, php-format +msgid "Image %1$s (%2$s) copied as image %3$s (%4$s)" +msgstr "Slika %1$s (%2$s) kopirana kao %3$s (%4$s)" + +#: products/photocrati_nextgen/modules/nextgen_data/class.ngglegacy_gallerystorage_driver.php:740 +#, php-format +msgid "Copied %1$s picture(s) to gallery %2$s ." +msgstr "Kopirao %1$s sliku/e u galeriju %2$s ." + +#: products/photocrati_nextgen/modules/nextgen_data/class.ngglegacy_gallerystorage_driver.php:767 +msgid "Could not find image" +msgstr "Nije nađena slika" + +#: products/photocrati_nextgen/modules/nextgen_data/class.ngglegacy_gallerystorage_driver.php:772 +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:388 +msgid " is not writeable" +msgstr "ne može se pisati" + +#: products/photocrati_nextgen/modules/nextgen_data/class.ngglegacy_gallerystorage_driver.php:777 +msgid "Backup file does not exist" +msgstr "Rezervna(Bekap) datoteka ne postoji" + +#: products/photocrati_nextgen/modules/nextgen_data/class.ngglegacy_gallerystorage_driver.php:782 +msgid "Could not restore original image" +msgstr "Nije moglo vratiti originalnu sliku" + +#: products/photocrati_nextgen/modules/nextgen_gallery_display/adapter.display_settings_controller.php:17 +#: products/photocrati_nextgen/modules/nextgen_gallery_display/module.nextgen_gallery_display.php:242 +#: products/photocrati_nextgen/modules/nextgen_gallery_display/module.nextgen_gallery_display.php:328 +msgid "Gallery Settings" +msgstr "Postavke Galerije" + +#: products/photocrati_nextgen/modules/nextgen_gallery_display/class.displayed_gallery.php:73 +msgid "Source not compatible with selected display type" +msgstr "Izvor nije kompatibilan sa izabranom vrstom prikaza" + +#: products/photocrati_nextgen/modules/nextgen_gallery_display/module.nextgen_gallery_display.php:327 +msgid "NextGEN Gallery & Album Settings" +msgstr "Postavke NextGEN Galerije i Albuma" + +#: products/photocrati_nextgen/modules/nextgen_gallery_display/templates/alt_view_link_text.php:15 +#: products/photocrati_nextgen/modules/nextgen_gallery_display/templates/return_link_text.php:15 +msgid "link text" +msgstr "Tekst linka" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:12 +msgid "Image Options" +msgstr "Opcije Slike" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:22 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:588 +#: products/photocrati_nextgen/modules/ngglegacy/admin/thumbnails-template.php:76 +msgid "Custom" +msgstr "Prilagođeno" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:23 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-sort.php:111 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:549 +msgid "Image ID" +msgstr "ID Slike" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:24 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:570 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-sort.php:112 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:166 +msgid "Filename" +msgstr "Ime datoteke" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:25 +msgid "Alt/Title Text" +msgstr "Alt/Naziv tekst" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:38 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-sort.php:115 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:557 +msgid "Ascending" +msgstr "Uzlazno" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:39 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-sort.php:116 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:558 +msgid "Descending" +msgstr "Silazno" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:50 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:388 +msgid "Categories" +msgstr "Kategorije" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:81 +msgid "Gallery path does not exist and could not be created" +msgstr "Putanje galerije ne postoji i ne može biti stvorena" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:86 +msgid "Where would you like galleries stored?" +msgstr "Gdje želite da skladiÅ¡tite galerije" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:87 +msgid "Where galleries and their images are stored" +msgstr "Gdje se galerije i njihove slike skladiÅ¡te" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:89 +msgid "Delete Image Files?" +msgstr "ObriÅ¡ite Datoteke Slika?" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:90 +msgid "" +"When enabled, image files will be removed after a Gallery has been deleted" +msgstr "" +"Kad omogućeno, datoteke slika će biti maknute nakon Å¡to obriÅ¡ete Galeriju" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:92 +msgid "Show Related Images on Posts?" +msgstr "Pokaži povezane Slike na Člancima?" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:93 +msgid "" +"When enabled, related images will be appended to each post by matching the " +"posts tags/categories to image tags" +msgstr "" +"Kada omogućeno, povezane slike će biti dodane na svaki post podudarajuči " +"tagove članaka/kategorija sa tagovima slika" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:95 +msgid "(Show Customization Settings)" +msgstr "(Pokaži Postavke Prilagođavanja)" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:96 +msgid "(Hide Customization Settings)" +msgstr "(Sakrij Postavke Prilagođavanja)" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:97 +msgid "How should related images be match?" +msgstr "Kako da se povezane slike podudaraju?" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:100 +msgid "Maximum # of related images to display" +msgstr "Maksimalno # povezanih slika za prikazati" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:102 +msgid "Heading for related images" +msgstr "Naslov za povezane slike" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:104 +msgid "What's the default sorting method?" +msgstr "Koja je uobičajena metoda sortiranja?" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:107 +msgid "Sort in what direction?" +msgstr "Sortiraj u kojem smijeru?" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:110 +msgid "Automatically resize images after upload" +msgstr "Automatski promijeni veličinu slika nakon uploada" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:111 +msgid "It is recommended that your images be resized to be web friendly" +msgstr "" +"Preporučeno je da vaÅ¡e slike budu promijenjene na web prijateljske omjere" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:113 +msgid "What should images be resized to?" +msgstr "Koliko da promijenite veličinu slike" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:114 +msgid "" +"After images are uploaded, they will be resized to the above dimensions and " +"quality" +msgstr "" +"Nakon Å¡to se slike uploaduju, biti će promijenjene na dimenzije i kvalitetu " +"gore navedenu" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:115 +msgid "Width:" +msgstr "Å irina:" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:116 +msgid "Height:" +msgstr "Visina:" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:117 +msgid "Quality:" +msgstr "Kvaliteta:" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:121 +msgid "Backup the original images?" +msgstr "Napravi rezerve originalnih slika?" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.lightbox_manager_form.php:12 +msgid "Lightbox Effects" +msgstr "Lightbox efekti" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.lightbox_manager_form.php:38 +msgid "What effect would you like to use?" +msgstr "Koji efekt želite koristiti" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.miscellaneous_form.php:12 +msgid "Miscellaneous" +msgstr "Raznovrstan" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.miscellaneous_form.php:21 +msgid "Add MediaRSS link?" +msgstr "Dodaj MediaRSS link?" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.miscellaneous_form.php:22 +msgid "" +"When enabled, adds a MediaRSS link to your header. Third-party web services " +"can use this to publish your galleries" +msgstr "" +"Kad omogučeno, dodaj MediaRSS link u vaÅ¡ header. Web servisi treće strane " +"mogu koristit ovo da objavljuju vaÅ¡e galerije" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.miscellaneous_form.php:26 +msgid "Clear image cache" +msgstr "Očisti cache slika" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.miscellaneous_form.php:27 +msgid "" +"Completely clear the NextGEN cache of all image modifications?\n" +"\n" +"Choose [Cancel] to Stop, [OK] to proceed." +msgstr "" +"Kompletno očisti NextGEN cacheod svih uređenja slika?\n" +"\n" +"Izaberi [PoniÅ¡ti] da prekinete, [OK] da nastavite." + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.miscellaneous_form.php:32 +msgid "Permalink slug" +msgstr "slug trajnih linkova" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.miscellaneous_form.php:39 +msgid "Maximum image count" +msgstr "Maksimalni broj slika" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.miscellaneous_form.php:41 +msgid "" +"This is the maximum limit of images that NextGEN will restrict itself to " +"querying" +msgstr "Ovo je maksimalni limit slika koje će NextGEN ograničiti na upite" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.other_options_controller.php:22 +#: products/photocrati_nextgen/modules/nextgen_other_options/module.nextgen_other_options.php:39 +msgid "Other Options" +msgstr "Ostale Opcije" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.reset_form.php:7 +msgid "Reset Options" +msgstr "Resetiraj Opcije" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.reset_form.php:15 +msgid "Reset all options to default settings" +msgstr "Resetiraj sve opcije na početne postavke" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.reset_form.php:16 +msgid "" +"Replace all existing options and gallery options with their default settings" +msgstr "" +"Zamijeni sve postojeće opcije i opcije galerija sa njihovim početnim " +"postavkama" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.reset_form.php:17 +msgid "Reset settings" +msgstr "Resetiraj postavke" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.reset_form.php:18 +msgid "" +"Reset all options to default settings?\n" +"\n" +"Choose [Cancel] to Stop, [OK] to proceed." +msgstr "" +"Resetiraj sve opcije na početne postavke?\n" +"\n" +"Izaberite [PoniÅ¡ti] da Prekinete, [OK] da nastavite." + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.roles_form.php:7 +msgid "Roles & Capabilities" +msgstr "Uloge i Sposobnosti" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.styles_form.php:12 +msgid "Styles" +msgstr "Stilovi" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.styles_form.php:18 +msgid "What stylesheet would you like to use?" +msgstr "Koji stylesheet želite koristiti?" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.styles_form.php:21 +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.watermarks_form.php:136 +msgid "(Show Customization Options)" +msgstr "(Pokaži Postavke Prilagođavanja)" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.styles_form.php:22 +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.watermarks_form.php:137 +msgid "(Hide Customization Options)" +msgstr "(Sakrij Postavke Prilagođavanja)" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.styles_form.php:23 +msgid "File Content:" +msgstr "Sadržaj Datoteke:" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.styles_form.php:24 +msgid "Changes you make to the contents will be saved to" +msgstr "Promijene koje napravite na sadržaju bit će saćuvane na" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.styles_form.php:25 +msgid "You could edit this file if it were writable" +msgstr "Mogli bi urediti datoteku da je dozvoljena za pisanje" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.thumbnail_options_form.php:12 +msgid "Thumbnail Options" +msgstr "Opcije umanjenih sličica" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.thumbnail_options_form.php:20 +msgid "Default thumbnail dimensions:" +msgstr "Početne dimenzije umanjenih sličica:" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.thumbnail_options_form.php:21 +msgid "When generating thumbnails, what image dimensions do you desire?" +msgstr "Kada se generiÅ¡u umanjene sličice, koji dimenzije slika želite?" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.thumbnail_options_form.php:24 +msgid "Set fix dimension?" +msgstr "Postavi fiksne dimenzije?" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.thumbnail_options_form.php:25 +msgid "Ignore the aspect ratio, no portrait thumbnails?" +msgstr "IgnoriÅ¡i omjer slika, bez potreta umanjenih sličica?" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.thumbnail_options_form.php:27 +msgid "Adjust Thumbnail Quality?" +msgstr "Podesiti Kvalitetu Umanjeni sličica?" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.thumbnail_options_form.php:28 +msgid "When generating thumbnails, what image quality do you desire?" +msgstr "Kada se generiÅ¡u umanjene sličice, koju kvalitetu slika želite?" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.thumbnail_options_form.php:30 +msgid "Size List" +msgstr "Lista veličina" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.thumbnail_options_form.php:31 +msgid "List of default sizes used for thumbnails and images" +msgstr "Lista zadanih veličina koriÅ¡tene za umanjene sličice i slike" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.watermarks_form.php:12 +msgid "Watermarks" +msgstr "Vodeni žig" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.watermarks_form.php:41 +msgid "Using an Image" +msgstr "Koristi sliku" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.watermarks_form.php:42 +msgid "Using Text" +msgstr "Koristi tekst" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.watermarks_form.php:69 +msgid "An absolute or relative (to the site document root) file system path" +msgstr "An absolute or relative (to the site document root) file system path" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.watermarks_form.php:71 +msgid "" +"An absolute or relative (to the site document root) file system path or an " +"HTTP url" +msgstr "" +"An absolute or relative (to the site document root) file system path or an " +"HTTP url" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.watermarks_form.php:74 +msgid "Image URL:" +msgstr "URL Slike:" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.watermarks_form.php:90 +msgid "Font Family:" +msgstr "Familija Fonta:" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.watermarks_form.php:92 +msgid "Font Size:" +msgstr "Veličina Fonta:" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.watermarks_form.php:94 +msgid "Font Color:" +msgstr "Boja Fonta:" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.watermarks_form.php:97 +msgid "Text:" +msgstr "Tekst:" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.watermarks_form.php:99 +msgid "Opacity:" +msgstr "Providnost:" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.watermarks_form.php:126 +msgid "" +"Please note: You can only activate the watermark under Manage Gallery. This " +"action cannot be undone." +msgstr "" +"Molimo zabilježite: Vodeni žig možete aktivirati samo u Uredi Galeriju. Ova " +"radnja ne može se poniÅ¡titi." + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.watermarks_form.php:127 +msgid "How will you generate a watermark?" +msgstr "Kako će te generisati vodeni žig" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.watermarks_form.php:131 +msgid "Position:" +msgstr "Pozicija" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.watermarks_form.php:133 +msgid "Offset:" +msgstr "Razmak:" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.watermarks_form.php:139 +msgid "Preview of saved settings:" +msgstr "Pregled spremljenih postavki" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.watermarks_form.php:140 +msgid "Refresh preview image" +msgstr "Osvježi pregled slike" + +#: products/photocrati_nextgen/modules/nextgen_other_options/templates/lightbox_library_tab.php:34 +#: products/photocrati_nextgen/modules/nextgen_other_options/templates/lightbox_library_tab.php:37 +msgid "(Show Advanced Settings)" +msgstr "(Pokaži Napredne Postavke)" + +#: products/photocrati_nextgen/modules/nextgen_other_options/templates/lightbox_library_tab.php:35 +msgid "(Hide Advanced Settings)" +msgstr "(Sakrij Napredne Postavke)" + +#: products/photocrati_nextgen/modules/nextgen_other_options/templates/lightbox_library_tab.php:56 +msgid "What must the lightbox be applied to?" +msgstr "Čemu se mora primijeniti lightbox" + +#: products/photocrati_nextgen/modules/nextgen_other_options/templates/lightbox_library_tab.php:60 +msgid "Only apply to NextGEN images" +msgstr "Primijeni samo na NextGEN slike" + +#: products/photocrati_nextgen/modules/nextgen_other_options/templates/lightbox_library_tab.php:61 +msgid "Only apply to NextGEN and WordPress images" +msgstr "Primijeni samo na NextGEN i WordPress slike" + +#: products/photocrati_nextgen/modules/nextgen_other_options/templates/lightbox_library_tab.php:62 +msgid "Try to apply to all images" +msgstr "PokuÅ¡aj primijeniti na sve slike" + +#: products/photocrati_nextgen/modules/nextgen_other_options/templates/lightbox_library_tab.php:63 +msgid "Try to apply to all images that link to image files" +msgstr "PokuÅ¡aj primijeniti na sve slike koje se linkuju na datoteke slika" + +#: products/photocrati_nextgen/modules/nextgen_other_options/templates/styling_tab.php:21 +msgid "Place any custom stylesheets in wp-content/ngg_styles" +msgstr "" +"Stavite bilokoji vlastiti stylesheet u wp-content/ngg_styles" + +#: products/photocrati_nextgen/modules/nextgen_other_options/templates/styling_tab.php:24 +#, php-format +msgid "All stylesheets must contain a file header" +msgstr "" +"Svi stylesheetovi moraju sadržavati file header" + +#: products/photocrati_nextgen/modules/nextgen_settings/class.nextgen_settings_installer.php:41 +msgid "Related Images" +msgstr "Povezane Slike" + +#: products/photocrati_nextgen/modules/nextgen_settings/class.nextgen_settings_installer.php:61 +msgid "[Show slideshow]" +msgstr "[Pokaži Slajdshow]" + +#: products/photocrati_nextgen/modules/nextgen_settings/class.nextgen_settings_installer.php:62 +msgid "[Show thumbnails]" +msgstr "[Pokaži umanjene sličice]" + +#: products/photocrati_nextgen/modules/nextgen_xmlrpc/module.nextgen_xmlrpc.php:425 +msgid "Sorry, you must be able to manage galleries" +msgstr "Izvinite, morate biti u mogučnosti da upravljate galerijama" + +#: products/photocrati_nextgen/modules/widget/class.widget_gallery.php:7 +msgid "Add recent or random images from the galleries" +msgstr "Dodaj skoraÅ¡nju ili nasumičnu sliku iz galerija" + +#: products/photocrati_nextgen/modules/widget/class.widget_gallery.php:8 +msgid "NextGEN Widget" +msgstr "NextGEN Widget" + +#: products/photocrati_nextgen/modules/widget/class.widget_mediarss.php:9 +msgid "Widget that displays Media RSS links for NextGEN Gallery." +msgstr "Widget koji prikazuje Medijski RSS link za NextGEN Galeriju." + +#: products/photocrati_nextgen/modules/widget/class.widget_mediarss.php:10 +msgid "NextGEN Media RSS" +msgstr "NextGEN Medijski RSS" + +#: products/photocrati_nextgen/modules/widget/class.widget_mediarss.php:22 +msgid "Media RSS" +msgstr "Medijski RSS" + +#: products/photocrati_nextgen/modules/widget/class.widget_mediarss.php:23 +msgid "Link to the main image feed" +msgstr "Linkuj na feed glavne slike" + +#: products/photocrati_nextgen/modules/widget/class.widget_mediarss.php:93 +#: products/photocrati_nextgen/modules/ngglegacy/view/gallery-caption.php:32 +#: products/photocrati_nextgen/modules/ngglegacy/view/gallery.php:32 +msgid "[View with PicLens]" +msgstr "[Pogledaj sa PicLens]" + +#: products/photocrati_nextgen/modules/widget/class.widget_slideshow.php:7 +msgid "Show a NextGEN Gallery Slideshow" +msgstr "Pokaži NextGEN Galerija Slajdprikaz" + +#: products/photocrati_nextgen/modules/widget/class.widget_slideshow.php:8 +msgid "NextGEN Slideshow" +msgstr "NextGEN Slajdprikaz" + +#: products/photocrati_nextgen/modules/widget/class.widget_slideshow.php:76 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:321 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:521 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:721 +#: products/photocrati_nextgen/modules/ngglegacy/lib/rewrite.php:215 +msgid "Slideshow" +msgstr "Slajdprikaz" + +#: products/photocrati_nextgen/modules/widget/templates/form_gallery.php:15 +#: products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:229 +msgid "Show" +msgstr "Pokaži" + +#: products/photocrati_nextgen/modules/widget/templates/form_gallery.php:26 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:316 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:520 +msgid "Thumbnails" +msgstr "Umanjene sličice" + +#: products/photocrati_nextgen/modules/widget/templates/form_gallery.php:29 +msgid "Original images" +msgstr "Originalne slike" + +#: products/photocrati_nextgen/modules/widget/templates/form_gallery.php:42 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:822 +msgid "random" +msgstr "Nasumično" + +#: products/photocrati_nextgen/modules/widget/templates/form_gallery.php:50 +msgid "recently added" +msgstr "Skoro dodano" + +#: products/photocrati_nextgen/modules/widget/templates/form_gallery.php:62 +msgid "Enable IE8 Web Slices" +msgstr "Osposobi IE8 Web slajsove" + +#: products/photocrati_nextgen/modules/widget/templates/form_gallery.php:68 +msgid "Width x Height" +msgstr "Å irina x Visina" + +#: products/photocrati_nextgen/modules/widget/templates/form_gallery.php:87 +msgid "Select" +msgstr "Izaberi" + +#: products/photocrati_nextgen/modules/widget/templates/form_gallery.php:92 +msgid "All galleries" +msgstr "Sve galerije" + +#: products/photocrati_nextgen/modules/widget/templates/form_gallery.php:95 +msgid "Only which are not listed" +msgstr "Samo koje nisu navedene" + +#: products/photocrati_nextgen/modules/widget/templates/form_gallery.php:98 +msgid "Only which are listed" +msgstr "Samo koje su navedene" + +#: products/photocrati_nextgen/modules/widget/templates/form_gallery.php:107 +msgid "Gallery ID" +msgstr "ID broj Galerije" + +#: products/photocrati_nextgen/modules/widget/templates/form_gallery.php:114 +msgid "Gallery IDs, separated by commas." +msgstr "ID brojevi galerija, odvojeni zarezom." + +#: products/photocrati_nextgen/modules/widget/templates/form_mediarss.php:19 +msgid "Show Media RSS icon" +msgstr "Pokaži Medijsku RSS ikonu" + +#: products/photocrati_nextgen/modules/widget/templates/form_mediarss.php:30 +msgid "Show the Media RSS link" +msgstr "Pokaži Medijski RSS link" + +#: products/photocrati_nextgen/modules/widget/templates/form_mediarss.php:36 +msgid "Text for Media RSS link" +msgstr "Tekst za Medijski RSS link" + +#: products/photocrati_nextgen/modules/widget/templates/form_mediarss.php:47 +msgid "Tooltip text for Media RSS link" +msgstr "Pomočni tekst za Medijski RSS link" + +#: products/photocrati_nextgen/modules/widget/templates/form_slideshow.php:15 +msgid "Select Gallery" +msgstr "Izaberi Galeriju" + +#: products/photocrati_nextgen/modules/widget/templates/form_slideshow.php:23 +msgid "All images" +msgstr "Sve slike" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:159 +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:190 +msgid "Overview" +msgstr "Pregled" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:172 +msgid "Network settings" +msgstr "Postavke mreže" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:305 +msgid "You do not have the correct permission" +msgstr "Nemate ispravna dopuÅ¡tenja" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:306 +msgid "Unexpected Error" +msgstr "Neočekivana GreÅ¡ka" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:307 +msgid "A failure occurred" +msgstr "dogodio se neuspijeh" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:311 +msgid "You have attempted to queue too many files." +msgstr "pokuÅ¡ali ste staviti previÅ¡e datoteka" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:312 +msgid "This file exceeds the maximum upload size for this site." +msgstr "" +"Ova datoteka prelazi maksimalnu veličinu dozvoljenu za upload na ovaj sajt." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:313 +msgid "This file is empty. Please try another." +msgstr "Ova datoteka je prazna. Molimo pokuÅ¡ajte drugu." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:314 +msgid "This file type is not allowed. Please try another." +msgstr "Ova vrsta datoteke nije dopuÅ¡tena. Molimo pokuÅ¡ajte drugu." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:315 +msgid "This file is not an image. Please try another." +msgstr "Ova datoteka nije slika. Molimo pokuÅ¡ajte drugu." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:316 +msgid "Memory exceeded. Please try another smaller file." +msgstr "Memorija premaÅ¡ena. Molimo pokuÅ¡ajte sa manjom datotekom." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:317 +msgid "This is larger than the maximum size. Please try another." +msgstr "Ovo je veće od maksimalne veličine. Molimo pokuÅ¡ajte drugu." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:318 +msgid "An error occurred in the upload. Please try again later." +msgstr "Desila se greÅ¡ka u uploadu. Molimo pokuÅ¡ajte kasnije." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:319 +msgid "" +"There was a configuration error. Please contact the server administrator." +msgstr "" +"Postoji greÅ¡ka u konfiguraciji. Molimo kontaktirajte administratora servera." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:320 +msgid "You may only upload 1 file." +msgstr "Možete upload-ovati samo 1 datoteku." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:321 +msgid "HTTP error." +msgstr "HTTP greÅ¡ka." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:322 +msgid "Upload failed." +msgstr "Upload nije uspio." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:323 +msgid "IO error." +msgstr "IO greÅ¡ka." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:324 +msgid "Security error." +msgstr "Bezbjednosna greÅ¡ka" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:325 +msgid "File canceled." +msgstr "Datoteka otkazana." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:326 +msgid "Upload stopped." +msgstr "Upload zaustavljen." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:327 +msgid "Dismiss" +msgstr "Odbaciti" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:328 +msgid "Crunching…" +msgstr "Crunching…" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:329 +msgid "moved to the trash." +msgstr "Maknuto u smeće" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:330 +#, php-format +msgid "“%s” has failed to upload due to an error" +msgstr "“%s” nije uspio upload zbog greÅ¡ke" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:352 +msgid "L O A D I N G" +msgstr "U Č I T A V A NJ E" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:353 +msgid "Click to Close" +msgstr "Klikni da Zatvorite" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:462 +msgid "" +"Introduction" +msgstr "" +"Uvođenje" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:465 +msgid "" +"Languages" +msgstr "" +"Jezici" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:470 +msgid "Get help with NextGEN Gallery" +msgstr "Dobij pomoč sa NextGEN Galerijom" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:474 +msgid "More Help & Info" +msgstr "ViÅ¡e Pomoči i Informacija" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:476 +msgid "" +"Support Forums" +msgstr "" +"Forumi sa PodrÅ¡kom" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:477 +msgid "FAQ" +msgstr "FAQ" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:478 +msgid "Feature request" +msgstr "Upit svojstva" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:479 +msgid "Get your language pack" +msgstr "Dobijte svoj jezični paket" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:480 +msgid "Contribute development" +msgstr "Doprinosi Razvoja" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:481 +msgid "Download latest version" +msgstr "Skinite posljednju verziju" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/ajax.php:360 +#, php-format +msgid "Could create image with %s x %s pixel" +msgstr "Može stvoriti sliku sa %s x %s piksela" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:172 +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:216 +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:239 +#: products/photocrati_nextgen/modules/ngglegacy/admin/edit-thumbnail.php:19 +#: products/photocrati_nextgen/modules/ngglegacy/admin/edit-thumbnail.php:22 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:619 +#: products/photocrati_nextgen/modules/ngglegacy/admin/publish.php:7 +#: products/photocrati_nextgen/modules/ngglegacy/admin/publish.php:10 +#: products/photocrati_nextgen/modules/ngglegacy/admin/publish.php:13 +#: products/photocrati_nextgen/modules/ngglegacy/admin/rotate.php:17 +#: products/photocrati_nextgen/modules/ngglegacy/admin/rotate.php:20 +#: products/photocrati_nextgen/modules/ngglegacy/admin/showmeta.php:10 +#: products/photocrati_nextgen/modules/ngglegacy/admin/showmeta.php:13 +msgid "Cheatin’ uh?" +msgstr "Cheatin’ ha?" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:180 +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:209 +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:253 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:178 +#: products/photocrati_nextgen/modules/ngglegacy/admin/style.php:24 +msgid "Update Successfully" +msgstr "Ažuriranje uspjeÅ¡no" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:227 +msgid "Album deleted" +msgstr "Album obrisan" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:389 +#: products/photocrati_nextgen/modules/ngglegacy/admin/roles.php:55 +msgid "Edit Album" +msgstr "Uredi Album" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:410 +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:459 +msgid "Select album" +msgstr "Izaberi Album" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:412 +msgid "No album selected" +msgstr "Nema izabranog albuma" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:423 +#: products/photocrati_nextgen/modules/ngglegacy/admin/edit-thumbnail.php:166 +#: products/photocrati_nextgen/modules/ngglegacy/admin/rotate.php:94 +#: products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:112 +msgid "Update" +msgstr "Ažuriraj" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:425 +msgid "Edit album" +msgstr "Uredi Album" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:428 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:187 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:362 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:364 +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:227 +msgid "Delete" +msgstr "ObriÅ¡i" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:432 +msgid "Add new album" +msgstr "Dodaj novi album" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:434 +msgid "Add" +msgstr "Dodaj" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:445 +msgid "Show / hide used galleries" +msgstr "Pokaži/sakrij koriÅ¡tene galerije" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:445 +msgid "[Show all]" +msgstr "[pokaži sve]" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:446 +msgid "Maximize the widget content" +msgstr "Maksimiziraj sadržaj Widgeta" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:446 +msgid "[Maximize]" +msgstr "[Maksimiziraj]" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:447 +msgid "Minimize the widget content" +msgstr "Minimiziraj sadržaj Widgeta" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:447 +msgid "[Minimize]" +msgstr "[Minimiziraj]" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:449 +msgid "" +"After you create and select a album, you can drag and drop a gallery or " +"another album into your new album below" +msgstr "" +"Nakon Å¡to napravite i izaberete album, možete prevući i ispustiti galeriju " +"ili drugi album u vaÅ¡ novi album ispod" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:475 +msgid "Select gallery" +msgstr "Izaberi galeriju" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:500 +msgid "Album ID" +msgstr "ID broj albuma" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:513 +msgid "No album selected!" +msgstr "Nema izabranih albuma!" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:534 +msgid "Album name:" +msgstr "Naziv albuma:" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:540 +msgid "Album description:" +msgstr "Opis albuma:" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:546 +msgid "Select a preview image:" +msgstr "Izaberi sliku za prikaz:" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:549 +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:552 +#: products/photocrati_nextgen/modules/ngglegacy/admin/templates/manage_gallery/gallery_preview_image_field.php:3 +msgid "No picture" +msgstr "Bez slike" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:563 +msgid "Page Link to" +msgstr "Linkuj stranicu prema" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:582 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:337 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:366 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:397 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:406 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:442 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:471 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:502 +msgid "OK" +msgstr "Dobro" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:584 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:339 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:368 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:399 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:408 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:444 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:473 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:504 +msgid "Cancel" +msgstr "Otkaži" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:677 +msgid "Name" +msgstr "Ime" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:679 +#: products/photocrati_nextgen/modules/ngglegacy/lib/rewrite.php:229 +msgid "Page" +msgstr "Stranica" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/edit-thumbnail.php:116 +msgid "Select with the mouse the area for the new thumbnail" +msgstr "MiÅ¡em izaberite područije za nove umanjene sličice" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/edit-thumbnail.php:130 +msgid "Thumbnail updated" +msgstr "Umanjena sličica ažurirana" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/edit-thumbnail.php:135 +msgid "Error updating thumbnail" +msgstr "GreÅ¡ka ažuriranja umanjenih sličica" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/edit-thumbnail.php:151 +msgid "Select the area for the thumbnail from the picture on the left." +msgstr "Izaberite područije za umanjenu sličicu iz slike na lijevo" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:39 +msgid "No valid gallery name!" +msgstr "Nema važećeg imena galerije!" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:46 +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:55 +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:80 +msgid "Directory" +msgstr "Direktorij" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:46 +msgid "didn't exist. Please create first the main gallery folder " +msgstr "ne postoji. Molimo prvo stvorite fasciklu glavne galerije" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:47 +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:56 +msgid "Check this link, if you didn't know how to set the permission :" +msgstr "pregledajte ovaj link, ako ne znate kako namjestit dozvole :" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:55 +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:80 +msgid "is not writeable !" +msgstr "ne može se pisati !" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:76 +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:85 +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:736 +#: products/photocrati_nextgen/modules/ngglegacy/lib/core.php:101 +msgid "Unable to create directory " +msgstr "Nije u stanju napraviti direktorij" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:89 +msgid "The server setting Safe-Mode is on !" +msgstr "Postavke servera Sigurnosnog-moda su uključene !" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:90 +msgid "If you have problems, please create directory" +msgstr "Ako imate problema, molimo napravite direktorij" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:91 +msgid "and the thumbnails directory" +msgstr "a direktorij umanjenih sličica" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:91 +msgid "with permission 777 manually !" +msgstr "sa dozvolama 777 manuelno !" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:116 +#, php-format +msgid "" +"Gallery ID %1$s successfully created. You can show this gallery in your post " +"or page with the shortcode %2$s.
      " +msgstr "" +"ID broj Galerije %1$s uspješno napravljen. Možete prikazati ovu galeriju na " +"vašem članku ili stranici sa kratkim kodom %2$s.
      " + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:119 +msgid "Edit gallery" +msgstr "Uredi galeriju" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:188 +msgid "Error while creating thumbnail." +msgstr "GreÅ¡ka tijekom stvaranja umanjenih sličica." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:242 +msgid "Error while resizing image." +msgstr "GreÅ¡ka tijekom promjene veličine slika." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:326 +msgid "Error while rotating image." +msgstr "GreÅ¡ka tijekom okretanja slika." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:361 +msgid "Error while applying watermark to image." +msgstr "GreÅ¡ka tijekom primjenjivanja vodenog žiga na sliku." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:385 +msgid "Object didn't contain correct data" +msgstr "Predmet nije sadržavao ispravne podatke" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:391 +msgid "File do not exists" +msgstr "Datoteka ne postoji" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:395 +msgid "Couldn't restore original image" +msgstr "Nije se mogla povratiti originalna slika" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:511 +msgid "(Error : Couldn't not update data base)" +msgstr "(GreÅ¡ka : Nije se mogla ažurirati baza podataka)" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:518 +msgid "(Error : Couldn't not update meta data)" +msgstr "(GreÅ¡ka : Nisu se mogli ažurirati meta podaci)" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:527 +msgid "(Error : Couldn't not find image)" +msgstr "(GreÅ¡ka : Nije se mogla naći slika)" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:670 +msgid "No valid URL path " +msgstr "Nema važeće URL putanje" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:686 +msgid "Import via cURL failed." +msgstr "Uvoz preko cURL nije uspio." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:703 +msgid "Uploaded file was no or a faulty zip file ! The server recognized : " +msgstr "" +"Upload-ovana datoteka nije ili je neispravna zip datoteka ! Server je " +"prepoznao :" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:720 +msgid "Could not get a valid foldername" +msgstr "Nije mogao dobiti važeći naziv fascikle" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:731 +#, php-format +msgid "" +"Unable to create directory %s. Is its parent directory writable by the " +"server?" +msgstr "" +"Nije u stanju napraviti direktorij %s. Da li je glavni direktorij zapisujući " +"od servera?" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:746 +msgid "Zip-File successfully unpacked" +msgstr "Zip-Datoteka uspjeÅ¡no odpakovana" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:777 +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:877 +msgid "No gallery selected !" +msgstr "Nema izabrane galerije !" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:785 +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:902 +msgid "Failure in database, no gallery path set !" +msgstr "Neuspijeh u bazi podataka, nije postavljena putanja galerije !" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:809 +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:896 +msgid "is no valid image file!" +msgstr "nije važeća datoteka slike!" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:830 +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:919 +msgid "Error, the file could not be moved to : " +msgstr "GreÅ¡ka, datoteka se nije mogla prebaciti u :" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:835 +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:923 +msgid "Error, the file permissions could not be set" +msgstr "GreÅ¡ka, dozvola datoteke nije mogla bit postavljena" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:853 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:111 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:189 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:238 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:322 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:661 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:740 +msgid "Create new thumbnails" +msgstr "Napravi nove umanjene sličice" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:858 +msgid " Image(s) successfully added" +msgstr "Slika/e uspjeÅ¡no dodane" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:885 +msgid "Invalid upload. Error Code : " +msgstr "Nevažeći upload. Kod GreÅ¡ke :" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:961 +#, php-format +msgid "" +"SAFE MODE Restriction in effect! You need to create the folder %s manually" +msgstr "" +"SIGURNOSNI MOD Ograničenja u djejstvu! Trebate napraviti fasciklu " +"%s manuelno" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:962 +#, php-format +msgid "" +"When safe_mode is on, PHP checks to see if the owner (%s) of the current " +"script matches the owner (%s) of the file to be operated on by a file " +"function or its directory" +msgstr "" +"Kada je sigurnosni_mod uključen, PHP provjerava da li se vlasnik (%s) " +"trenutne skripte podudara sa vlasnikom (%s) datoteke na kojoj se radi po " +"funkciji datoteke ili njenom direktoriju" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1015 +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1092 +msgid "The destination gallery does not exist" +msgstr "OdrediÅ¡te galerije ne postoji" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1046 +#, php-format +msgid "Failed to move image %1$s to %2$s" +msgstr "Nije uspjelo pomicanje slike %1$s u %2$s" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1066 +#, php-format +msgid "Moved %1$s picture(s) to gallery : %2$s ." +msgstr "Prebačene %1$s slika/e u galeriju : %2$s ." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1170 +#, php-format +msgid "Copied %1$s picture(s) to gallery: %2$s ." +msgstr "Kopirane %1$s slika/e u galeriju: %2$s ." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1278 +msgid "The uploaded file exceeds the upload_max_filesize directive in php.ini" +msgstr "" +"Upload-ovana datoteka prevazilazi upload_max_filesize direktivu u php.ini" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1281 +msgid "" +"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in " +"the HTML form" +msgstr "" +"Upload-ovana datoteka prevazilazi MAX_FILE_SIZE direktivu koja je određena u " +"HTML obrazcu" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1284 +msgid "The uploaded file was only partially uploaded" +msgstr "Uploadovana datoteka je samo djelomično uploadovana" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1287 +msgid "No file was uploaded" +msgstr "Nema uploadovanih datoteka" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1290 +msgid "Missing a temporary folder" +msgstr "Nedostaje privremena fascikla" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1293 +msgid "Failed to write file to disk" +msgstr "Neuspijelo pisanje datoteke na disk" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1296 +msgid "File upload stopped by extension" +msgstr "Upload datoteke zaustavljen po ekstenziji" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1299 +msgid "Unknown upload error" +msgstr "Nepoznata greÅ¡ka uploada" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/install.php:20 +msgid "Sorry, NextGEN Gallery works only with a role called administrator" +msgstr "Izvinite, NextGEN Galerija radi samo sa ulogom zvanom administrator" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/install.php:92 +msgid "" +"NextGEN Gallery : Tables could not created, please check your database " +"settings" +msgstr "" +"NextGEN Galerija : Tabele nisu mogle biti napravljene, molimo provjerite " +"postavke baze podataka" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:99 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:206 +msgid "No images selected" +msgstr "Nema izabranih slika" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:107 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:190 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:234 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:323 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:642 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:724 +msgid "Resize images" +msgstr "Promjeni veličinu slika" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:116 +#, php-format +msgid "" +"You are about to start the bulk edit for %s galleries \n" +" \n" +" 'Cancel' to stop, 'OK' to proceed." +msgstr "" +"Započet će te bulk uredjivanje za %s galleries \n" +" \n" +" 'Cancel' to stop, 'OK' to proceed." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:154 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:197 +msgid "Add new gallery" +msgstr "Dodaj novu galeriju" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:171 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:174 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:272 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:275 +msgid "Search Images" +msgstr "traži slike" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:186 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:320 +msgid "Bulk actions" +msgstr "Grupne akcije" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:188 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:321 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:572 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:687 +msgid "Set watermark" +msgstr "Postavi vodeni žig" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:191 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:326 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:577 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:708 +msgid "Import metadata" +msgstr "Uvezi metadatu" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:192 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:324 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:567 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:684 +msgid "Recover from backup" +msgstr "Oporavak od bekapa" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:194 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:335 +msgid "Apply" +msgstr "Primijeni" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:262 +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:253 +msgid "Edit" +msgstr "Uredi" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:309 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:379 +msgid "No entries found" +msgstr "Nema ponađenih stavki" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:327 +msgid "New Gallery" +msgstr "Nova Galerija" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:329 +msgid "Create a new , empty gallery below the folder" +msgstr "Napravi novu, praznu galeriju ispod fascikle" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:331 +msgid "Allowed characters for file and folder names are" +msgstr "Dozvoljeni znakovi za imena datoteka i fascikli su" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:357 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:462 +msgid "Resize Images to" +msgstr "Promijeni veličinu slika na" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:361 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:466 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:453 +msgid "Width x height (in pixel). NextGEN Gallery will keep ratio size" +msgstr "" +"Å irina x visina (u pikselima). NextGEN Galerija ce zadržati omjer slika" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:385 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:490 +#: products/photocrati_nextgen/modules/ngglegacy/admin/publish.php:40 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:416 +msgid "Width x height (in pixel)" +msgstr "Å irina x visina (u pikselima)" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:391 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:496 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:426 +msgid "Set fix dimension" +msgstr "Postavi fiksnu dimenziju" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:393 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:498 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:428 +msgid "Ignore the aspect ratio, no portrait thumbnails" +msgstr "Ignoriraj omjer slika, nema portreta sličica" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:456 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:568 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:156 +msgid "ID" +msgstr "ID" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:458 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:571 +#: products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:245 +#: products/photocrati_nextgen/modules/ngglegacy/admin/style.php:134 +msgid "Description" +msgstr "Opis" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:460 +msgid "Page ID" +msgstr "ID stranice" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:35 +msgid "Gallery not found." +msgstr "Galerija nije nađena" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:41 +msgid "Sorry, you have no access here" +msgstr "Izvini, nemate pristup ovdje" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:214 +msgid "Copy image to..." +msgstr "Kopiraj sliku u..." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:218 +msgid "Move image to..." +msgstr "Premjesti sliku u..." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:222 +msgid "Add new tags" +msgstr "Dodaj nove oznake" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:226 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:332 +msgid "Delete tags" +msgstr "ObriÅ¡i oznake" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:230 +msgid "Overwrite" +msgstr "NapiÅ¡i preko(overwrite)" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:243 +#, php-format +msgid "" +"You are about to start the bulk edit for %s images \n" +" \n" +" 'Cancel' to stop, 'OK' to proceed." +msgstr "" +"Započet će te masovno uređivanje za %s slike \n" +" \n" +" 'Otkaži' da zaustavite, 'OK' da nastavite." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:269 +#, php-format +msgid "Search results for “%s”" +msgstr "Rezultati pretrage za “%s”" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:298 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:488 +msgid "Gallery settings" +msgstr "Postavke Galerije" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:298 +msgid "Click here for more settings" +msgstr "Klikni ovdje za joÅ¡ postavki" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:304 +msgid "Scan Folder for new images" +msgstr "Skeniraj fasciklu za nove slike" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:306 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:341 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:386 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:400 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:436 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:478 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:563 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:598 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:708 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:861 +msgid "Save Changes" +msgstr "Sačuvaj postavke" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:325 +msgid "Delete images" +msgstr "ObriÅ¡i slike" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:327 +msgid "Rotate images clockwise" +msgstr "Rotiraj slike u smjeru kazaljke sata" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:328 +msgid "Rotate images counter-clockwise" +msgstr "Rotiraj slike u suprotnom smjeru kazaljke sata" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:329 +msgid "Copy to..." +msgstr "Kopiraj u..." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:330 +msgid "Move to..." +msgstr "Premjesti u..." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:331 +msgid "Add tags" +msgstr "Dodaj oznake" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:333 +msgid "Overwrite tags" +msgstr "NapiÅ¡i preko(overwrite) oznaka" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:338 +msgid "Sort gallery" +msgstr "Sortiraj galeriju" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:402 +msgid "Enter the tags" +msgstr "Unesi oznake" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:426 +msgid "Select the destination gallery:" +msgstr "Izaberi galeriju odrediÅ¡ta" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:569 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:161 +#: products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:266 +msgid "Thumbnail" +msgstr "Sličice" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:571 +msgid "Alt & Title Text" +msgstr "Alternativni & Tekst Nalova" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:572 +msgid "Tags (comma separated list)" +msgstr "Oznake (zarezom odvajajte listu)" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-sort.php:35 +msgid "Sort order changed" +msgstr "Raspored sortiranja promijenjen" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-sort.php:97 +msgid "Sort Gallery" +msgstr "Sortiraj Galeriju" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-sort.php:101 +msgid "Update Sort Order" +msgstr "Ažuriraj raspored sortiranja" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-sort.php:104 +msgid "Back to gallery" +msgstr "Nazad do galerije" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-sort.php:109 +msgid "Presort" +msgstr "Raspoređeno" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-sort.php:110 +msgid "Unsorted" +msgstr "Neraspoređeno" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-sort.php:113 +#: products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:241 +msgid "Alt/Title text" +msgstr "Alternativni/tekst Naslova" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:90 +msgid "deleted successfully" +msgstr "uspjeÅ¡no obrisano" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:106 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:115 +msgid "Operation successful. Please clear your browser cache." +msgstr "Operacija uspjeÅ¡na. Molimo očistite cache svog preglednika." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:171 +msgid "Alt & Title Text / Description" +msgstr "Alternativni i tekst Naslova / opis" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:214 +msgid "Exclude ?" +msgstr "Odstrani ?" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:299 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:301 +msgid "View" +msgstr "Pregledaj" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:309 +msgid "Show meta data" +msgstr "Prikaži meta podatke" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:310 +msgid "Meta" +msgstr "Meta" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:318 +msgid "Customize thumbnail" +msgstr "Prilagodi sličice" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:319 +msgid "Edit thumb" +msgstr "Uredi sličice" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:327 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:328 +msgid "Rotate" +msgstr "Rotiraj" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:338 +msgid "Publish this image" +msgstr "Objavi ovu sliku" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:339 +#: products/photocrati_nextgen/modules/ngglegacy/admin/publish.php:58 +msgid "Publish" +msgstr "Objavi" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:349 +msgid "Recover image from backup" +msgstr "Oporavi sliku iz bekapa" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:350 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:352 +msgid "Recover" +msgstr "Oporavi" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:361 +msgid "Delete image" +msgstr "ObriÅ¡i sliku" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:392 +msgid "Title:" +msgstr "Naslov:" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:398 +msgid "Description:" +msgstr "Opis:" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:404 +msgid "Gallery path:" +msgstr "putanja Galerije:" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:419 +msgid "Link to page:" +msgstr "Linkuj na stranicu:" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:420 +msgid "Albums will link this gallery to the selected page" +msgstr "Albumi će linkovat ovu galeriju na izabrane stranice" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:425 +msgid "Preview image:" +msgstr "Prikaz slike:" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:431 +msgid "Create new page:" +msgstr "Napravi novu stranicu:" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:607 +msgid "Gallery deleted successfully " +msgstr "Galerija uspjeÅ¡no obrisana" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:678 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:681 +msgid "Rotate images" +msgstr "Rotiraj slike" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:704 +msgid "Pictures deleted successfully " +msgstr "Slike uspijeÅ¡no obrisane" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:802 +msgid "Tags changed" +msgstr "Oznake promijenjene" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:842 +msgid "Update successful" +msgstr "Ažuriranje uspjeÅ¡no" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:877 +msgid "New gallery page ID" +msgstr "Novi ID stranice galerije" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:877 +msgid "created" +msgstr "napravljeno" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:915 +msgid "Published a new post" +msgstr "Objavljen novi post" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:1062 +msgid "Go to the first page" +msgstr "Idi na prvu stranicu" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:1069 +msgid "Go to the previous page" +msgstr "Idi na prethodnu stranicu" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:1078 +msgid "Current page" +msgstr "Trenutna stranica" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:1089 +msgid "Go to the next page" +msgstr "Idi na sljedeću stranicu" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:1096 +msgid "Go to the last page" +msgstr "Idi na posljednju stranicu" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:1046 +#, php-format +msgid "1 item" +msgid_plural "%s items" +msgstr[0] "1 predmet" +msgstr[1] "%s predmeta" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:1046 +#, php-format +msgctxt "paging" +msgid "%1$s of %2$s" +msgstr "%1$s od %2$s" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:11 +msgid "NextGEN Gallery" +msgstr "NextGEN Galerija" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:186 +msgid "No gallery" +msgstr "Nema galerija" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:198 +msgid "Select »" +msgstr "Izaberi »" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:230 +msgid "Hide" +msgstr "Sakrij" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:235 +msgid "Image ID:" +msgstr "ID Slike:" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:249 +#: products/photocrati_nextgen/modules/ngglegacy/admin/publish.php:45 +msgid "Alignment" +msgstr "Poravnanje" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:252 +#: products/photocrati_nextgen/modules/ngglegacy/admin/publish.php:47 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:583 +msgid "None" +msgstr "Bez" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:254 +#: products/photocrati_nextgen/modules/ngglegacy/admin/publish.php:49 +msgid "Left" +msgstr "Lijevo" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:256 +#: products/photocrati_nextgen/modules/ngglegacy/admin/publish.php:51 +msgid "Center" +msgstr "Centrirano" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:258 +#: products/photocrati_nextgen/modules/ngglegacy/admin/publish.php:53 +msgid "Right" +msgstr "Desno" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:262 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:690 +msgid "Size" +msgstr "Veličina" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:268 +msgid "Full size" +msgstr "Puna veličina" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:270 +msgid "Singlepic" +msgstr "Jedna slika" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:282 +msgid "Use as featured image" +msgstr "Koristi kao istaknutu sliku" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:284 +msgid "Insert into Post" +msgstr "Ubaci u članak" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:295 +msgid "Save all changes" +msgstr "Spremi sve promijene" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:14 +msgid "NextGEN Gallery Overview" +msgstr "Pregled NextGEN Galerije" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:84 +msgid "Welcome to NextGEN Gallery !" +msgstr "DobrodoÅ¡li u NextGEN Galeriju !" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:85 +msgid "Do you like this Plugin?" +msgstr "Da li vam se sviđa ovaj Plugin?" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:87 +msgid "About" +msgstr "O nama" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:90 +msgid "Server Settings" +msgstr "Postavke servera" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:97 +msgid "" +"NextGEN Gallery is one of the most popular Wordpress plugins of all time " +"with over 9 million downloads. It is developed and supported by Photocrati " +"Media. We'd like to offer a special thanks to Alex Rabe, who first developed " +"the plugin and maintained it through 2011." +msgstr "" +"NextGEN galerija je jedan on najpopularnijih Wordpress plugina ssvih vremena " +"sa preko 9 miliona skidanja. razvijena je i podržavana od strane Photocrati " +"Media. Željeli bismo da ponudimo posebnu zahvalnost Alex Rabe, koji je prvi " +"razvio plugin i održavao ga kroz 2011." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:98 +msgid "" +"NEED HELP? If you need help or assistance please visit the " +"NextGEN " +"Gallery forums on WordPress.org. Please note that we actively monitor " +"and participate in the forums, but given that NextGEN Gallery is a free " +"product, we don't guarantee replies to support queries." +msgstr "" +"TREBATE POMOČ?Ako trebate pomoć ili asistenciju molimo " +"opsjetite NextGEN Gallery forum na WordPress.org. Imajte na umu da " +"aktivno nadziremo i sudjelujemo u forumima, ali s obzirom da je NextGEN " +"Gallery besplatan proizvod, ne garantujemo odgovore na upite." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:99 +msgid "" +"EXTENDING NEXTGEN? There are many third party plugins that " +"add displays and functionality for NextGEN Gallery. See our Complete List of " +"NextGEN Extension Plugins." +msgstr "" +"PRIDUŽETAK NEXTGENA? Postoje mnogi plugini treće strane " +"koji dodaju prikaz i funkcionalnost za NextGEN Gallery. Pogledajte naÅ¡uKompletnu listu plugina za NextGEN Ekstenzije." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:107 +#, php-format +msgid "" +"This plugin is primarily developed, maintained, supported and documented by " +"Photocrati Media with a lot of love & " +"effort. Any kind of contribution would be highly appreciated. Thanks!" +msgstr "" +"Ovaj plugin je prvenstveno razvijen, održavan, podržavan i dokumentiran od " +"Photocrati Media sa mnogo ljubavi i " +"napora. Svaka vrsta doprinosa će biti veoma poÅ¡tovana. Hvala!" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:112 +msgid "Please click \"Works\" on WordPress.org" +msgstr "Molimo kliknite \"Works\" na WordPress.org" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:117 +msgid "Give it a good rating on WordPress.org" +msgstr "Dajte dobar rejting na WordPress.org" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:122 +msgid "Visit the plugin homepage" +msgstr "Posjeti stranicu plugina" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:127 +msgid "Help translating it" +msgstr "Pomognite u prevođenju" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:149 +msgid "Graphic Library" +msgstr "Grafička Biblioteka" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:165 +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:214 +msgid "Loading…" +msgstr "Učitavanje…" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:165 +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:214 +msgid "This widget requires JavaScript." +msgstr "Ovaj widget zahtijeva JavaSkriptu" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:178 +msgid "Thanks to all donators..." +msgstr "Hvala svima koji su donirali..." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:200 +msgid "View all" +msgstr "Pregledaj sve" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:226 +#, php-format +msgid "" +"Newsfeed could not be loaded. Check the front page to " +"check for updates." +msgstr "" +"Vijesti nisu mogle biti učitane. Provjerite front page da " +"povjerite za ažuriranja." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:238 +msgid "Untitled" +msgstr "Bez naslova" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:303 +msgid "At a Glance" +msgstr "Na prvi pogled" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:356 +msgid "Storage Space" +msgstr "SkladiÅ¡ni prostor" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:360 +#, php-format +msgid "" +"%2$sMB" +msgstr "" +"%2$sMB" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:361 +msgid "Space Allowed" +msgstr "Dozvoljen prostor" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:368 +#, php-format +msgid "" +"%2$sMB (%3$s%%)" +"" +msgstr "" +"%2$sMB " +"(%3$s%%)" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:369 +msgid "Space Used" +msgstr "IskoriÅ¡ten prostor" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:395 +msgid "No GD support" +msgstr "Nema GD podrÅ¡ke" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:427 +msgid "Not set" +msgstr "Nije postavljeno" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:429 +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:432 +msgid "On" +msgstr "Uključen" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:430 +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:433 +msgid "Off" +msgstr "Isključen" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:437 +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:440 +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:443 +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:446 +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:449 +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:452 +msgid "N/A" +msgstr "N/A" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:451 +msgid " MByte" +msgstr "Mbajt" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:464 +msgid "Operating System" +msgstr "Operativni sistem" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:465 +msgid "Server" +msgstr "Server" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:466 +msgid "Memory usage" +msgstr "Upotreba memorije" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:467 +msgid "MYSQL Version" +msgstr "MYSQL Verzija" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:468 +msgid "SQL Mode" +msgstr "SQL Mod" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:469 +msgid "PHP Version" +msgstr "PHP Verzija" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:470 +msgid "PHP Safe Mode" +msgstr "PHP Sigurnosni Mod" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:471 +msgid "PHP Allow URL fopen" +msgstr "PHP Dozvoli URL fopen" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:472 +msgid "PHP Memory Limit" +msgstr "PHP Ograničenje memorije" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:473 +msgid "PHP Max Upload Size" +msgstr "PHP Maksimalna veličina uploada" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:474 +msgid "PHP Max Post Size" +msgstr "PHP Maksimalna Veličina Posta" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:475 +msgid "PCRE Backtracking Limit" +msgstr "PCRE Backtracking Ograničenje" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:476 +msgid "PHP Max Script Execute Time" +msgstr "PHP Maksimalno Vrijeme IzvrÅ¡enja Skripte" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:477 +msgid "PHP Exif support" +msgstr "PHP Exif podrÅ¡ka" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:478 +msgid "PHP IPTC support" +msgstr "PHP IPTC podrÅ¡ka" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:479 +msgid "PHP XML support" +msgstr "PHP XML podrÅ¡ka" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:491 +msgid "" +"NextGEN Gallery contains some functions which are only available under PHP " +"5.2. You are using the old PHP 4 version, upgrade now! It's no longer " +"supported by the PHP group. Many shared hosting providers offer both PHP 4 " +"and PHP 5, running simultaneously. Ask your provider if they can do this." +msgstr "" +"NextGEN Gallery sadržava neke funkcije koje su samo dostupne na PHP 5.2. Vi " +"koristite staru PHP 4 verziju, nadogradite sada! Nije viÅ¡e podržavana od PHP " +"grupe. Mnogi zajednički hosting provajderi nude obadvije PHP 4 i PHP 5, da " +"rade istovemeno. Pitajte svog provajdera da li mogu to napraviti." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/publish.php:35 +msgid "Post title" +msgstr "Naslov Članka" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/publish.php:37 +msgid "Enter the post title " +msgstr "UpiÅ¡i naslov članka" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/publish.php:42 +msgid "Size of the image" +msgstr "Veličina slike" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/publish.php:60 +msgid "Draft" +msgstr "Nacrt" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/roles.php:26 +msgid "" +"Select the lowest role which should be able to access the following " +"capabilities. NextGEN Gallery supports the standard roles from WordPress." +msgstr "" +"Izaberite najnižu ulogu koja bi trebala imat pristup sljedećim " +"sposobnostima. NextGEN Galerija podržava standardne uloge iz WordPressa." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/roles.php:27 +msgid "For a more flexible user management you can use the" +msgstr "Za fleksibilnije upravljanje korisnicima možete koristiti" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/roles.php:31 +msgid "Main NextGEN Gallery overview" +msgstr "Glavni NextGEN Gallery pregled" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/roles.php:35 +msgid "Use TinyMCE Button / Upload tab" +msgstr "Koristi TinyMCE Dugmad / Upload tab" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/roles.php:39 +msgid "Add gallery / Upload images" +msgstr "Dodaj galeriju / Uploadaj slike" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/roles.php:43 +msgid "Manage gallery" +msgstr "Upravljaj galerijom" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/roles.php:47 +msgid "Manage others gallery" +msgstr "Upravljaj ostalim galerijama" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/roles.php:51 +msgid "Manage tags" +msgstr "Upravljaj oznakama" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/roles.php:59 +msgid "Change style" +msgstr "Promijeni stil" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/roles.php:63 +msgid "Change options" +msgstr "Promijeni opcije" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/roles.php:67 +msgid "NextGEN Attach Interface" +msgstr "NextGEN sučelje priložaka" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/rotate.php:60 +msgid "Image rotated" +msgstr "Slika rotirana" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/rotate.php:62 +msgid "Error rotating thumbnail" +msgstr "GreÅ¡ka rotiranja sličice" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/rotate.php:85 +msgid "90° clockwise" +msgstr "90° smjer kazaljke sata" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/rotate.php:86 +msgid "90° anticlockwise" +msgstr "90° suprotan smjer kazaljke sata" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/rotate.php:87 +msgid "Flip vertically" +msgstr "Okreni vertikalno" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/rotate.php:88 +msgid "Flip horizontally" +msgstr "Okreni horizontalno" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:22 +#: products/photocrati_nextgen/modules/ngglegacy/admin/upgrade.php:204 +#, php-format +msgid "Rebuild image structure : %s / %s images" +msgstr "Obnovi strukturu slike : %s / %s slika" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:23 +#: products/photocrati_nextgen/modules/ngglegacy/admin/upgrade.php:205 +#, php-format +msgid "Rebuild gallery structure : %s / %s galleries" +msgstr "Obnovi strukturu galerije : %s / %s galerija" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:24 +#: products/photocrati_nextgen/modules/ngglegacy/admin/upgrade.php:206 +#, php-format +msgid "Rebuild album structure : %s / %s albums" +msgstr "Obnovi strukturu albuma: %s / %s albuma" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:81 +#: products/photocrati_nextgen/modules/ngglegacy/admin/upgrade.php:263 +msgid "Done." +msgstr "ZavrÅ¡eno." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:196 +msgid "Cache cleared" +msgstr "Cache očišćen" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:315 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:334 +msgid "General Options" +msgstr "Opće opcije" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:317 +msgid "Image" +msgid_plural "Images" +msgstr[0] "Slika" +msgstr[1] "Slike" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:319 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:572 +msgid "Effects" +msgstr "Efekti" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:320 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:614 +msgid "Watermark" +msgstr "Vodeni Žig" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:340 +#: products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:54 +msgid "Gallery path" +msgstr "Putanja galerije" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:342 +msgid "This is the default path for all galleries" +msgstr "Ovo je zadana putanja za sve galerije" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:345 +msgid "Delete image files" +msgstr "ObriÅ¡i datoteke slika" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:347 +msgid "Delete files, when removing a gallery in the database" +msgstr "ObriÅ¡i datoteke, kad se uklanja galerija iz baze podataka" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:350 +msgid "Activate permalinks" +msgstr "Aktiviraj trajne linkove" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:352 +msgid "" +"When you activate this option, you need to update your permalink structure " +"one time." +msgstr "" +"Kad aktivirate ovu opciju, morate ažurirati vaÅ¡u strukturu trajnih linkova " +"jednom." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:353 +msgid "Gallery slug name :" +msgstr "Slug naziv galerije:" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:357 +msgid "Create new URL friendly image slugs" +msgstr "Napravi nove URL prijateljske slug slika" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:358 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:474 +msgid "Proceed now" +msgstr "Pristupi sad" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:361 +msgid "Select graphic library" +msgstr "Izaberi grafičku biblioteku" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:362 +msgid "GD Library" +msgstr "GD Biblioteka" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:363 +msgid "ImageMagick (Experimental). Path to the library :" +msgstr "ImageMagick (Eksperimentalno). Putanja do biblioteke :" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:368 +msgid "Activate Media RSS feed" +msgstr "Aktiviraj Medijski RSS feed" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:370 +msgid "" +"A RSS feed will be added to you blog header. Useful for CoolIris/PicLens" +msgstr "" +"RSS feed će biti dodan u header vaÅ¡eg bloga. Korisno za CoolIris/PicLens" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:373 +msgid "Activate PicLens/CoolIris support" +msgstr "Aktiviraj PicLens/CoolIris podrÅ¡ku" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:375 +msgid "" +"When you activate this option, some javascript is added to your site footer. " +"Make sure that wp_footer is called in your theme." +msgstr "" +"Kad aktivirate ovu opciju, neÅ¡to javaskripte je dodano u podnožje vaÅ¡eg " +"sajta. Budite sigurno da se wp_footer tako zove u vaÅ¡oj temi." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:378 +msgid "Tags / Categories" +msgstr "Oznake / Kategorije" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:381 +msgid "Activate related images" +msgstr "Aktivne povezane slike" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:383 +msgid "This option will append related images to every post" +msgstr "Ova opcija će prikaćiti povezane slike na svaki članak" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:387 +msgid "Match with" +msgstr "Podudara se sa" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:393 +msgid "Max. number of images" +msgstr "Max. broj slika" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:395 +msgid "0 will show all images" +msgstr "0 će prikazati sve slike" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:399 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:435 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:477 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:562 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:597 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:860 +msgid "More settings" +msgstr "JoÅ¡ postavki" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:409 +msgid "Thumbnail settings" +msgstr "Postavke sličica" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:413 +msgid "" +"Please note : If you change the settings, you need to recreate the " +"thumbnails under -> Manage Gallery ." +msgstr "" +"Imajte na umu: ako promijenite postavke, morate ponovno napraviti sličice na " +"-> Upravljaj Galerijom." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:422 +msgid "These values are maximum values " +msgstr "Ove vrijednosti su maksimalne vrijednosti" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:445 +msgid "Image settings" +msgstr "Postavke slika" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:451 +msgid "Resize Images" +msgstr "Promijeni veličinu slika" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:460 +msgid "Backup original images" +msgstr "Bekapujte originalne slike" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:462 +msgid "Creates a backup for inserted images" +msgstr "Stvara bekap za ubačene slike" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:465 +msgid "Automatically resize" +msgstr "Automatski promijeni veličinu" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:467 +msgid "Automatically resize images on upload." +msgstr "Automatski promijeni veličinu pri uploadu." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:470 +msgid "Single picture" +msgstr "Jedna slika" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:473 +msgid "Clear cache folder" +msgstr "Očisti cache fasciklu" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:494 +msgid "Deactivate gallery page link" +msgstr "Deaktiviraj link stranice galerije" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:496 +msgid "" +"The album will not link to a gallery subpage. The gallery is shown on the " +"same page." +msgstr "" +"Album se neće linkovati sa podstranom galerije. Galerija je prikazana na " +"istoj stranici." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:500 +msgid "Number of images per page" +msgstr "Broj slika po stranici" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:502 +msgid "0 will disable pagination, all images on one page" +msgstr "0 će onesposobiti stranice, sve slike će biti na jednoj stranici" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:506 +msgid "Number of columns" +msgstr "Broj kolona" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:508 +msgid "" +"0 will display as much as possible based on the width of your theme. Setting " +"normally only required for captions below the images" +msgstr "" +"0 će prikazati Å¡to je viÅ¡e moguće ovisno o Å¡irini vaÅ¡e teme. Setting " +"normally only required for captions below the images" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:512 +msgid "Integrate slideshow" +msgstr "IntegriÅ¡i slajdshow" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:519 +msgid "Show first" +msgstr "Pokaži prvo" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:525 +msgid "Show ImageBrowser" +msgstr "Pokaži pregled slika" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:527 +msgid "The gallery will open the ImageBrowser instead the effect." +msgstr "Galerija će otvoriti pregled slika umjesto efekta" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:531 +msgid "Add hidden images" +msgstr "Dodaj sakrivene slike" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:533 +msgid "" +"If pagination is used, this option will still show all images in the modal " +"window (Thickbox, Lightbox etc.). Note : This increases the page load" +msgstr "" +"Ako se koristi obilježavanje strana, ova opcija će opet prikazati sve slike " +"u modal prozoru (Tickbox, Lightbox itd.) BiljeÅ¡ka : ovo povečava vrijeme " +"učitavanje strane" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:539 +msgid "" +"Browse images without reload the page. Note : Works only in combination with " +"Shutter effect" +msgstr "" +"Pregled slika bez učitavanje strane: BiljeÅ¡ka : Ovo radi samo u kombinaciji " +"sa Shutter efektom" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:543 +msgid "Sort options" +msgstr "Sortiraj opcije" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:546 +msgid "Sort thumbnails" +msgstr "Sortiraj sličice" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:548 +msgid "Custom order" +msgstr "Prilagođen redoslijed" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:550 +msgid "File name" +msgstr "Naziv datoteke" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:551 +msgid "Alt / Title text" +msgstr "Alternativni / Tekst naslova" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:552 +#: products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser-exif.php:58 +msgid "Date / Time" +msgstr "Datum / Vrijeme" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:556 +msgid "Sort direction" +msgstr "Smjer sortiranja" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:576 +msgid "" +"Here you can select the thumbnail effect, NextGEN Gallery will integrate the " +"required HTML code in the images. Please note that only the Shutter and " +"Thickbox effect will automatic added to your theme." +msgstr "" +"Ovdje možete izabrati efekt sličica, NextGEN Gallery će integrisati potrebni " +"HTM code u slike. Imajte na umu da samo Shutter i Thickbox efekti će biti " +"automatski dodani u vaÅ¡u temu." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:577 +msgid "With the placeholder" +msgstr "Sa placeholderom" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:577 +msgid "" +"you can activate a navigation through the images (depend on the effect). " +"Change the code line only , when you use a different thumbnail effect or you " +"know what you do." +msgstr "" +"Možete aktivirati navigaciju kroz slike (ovisno o efektu). Promijeniti samo " +"liniju koda, kad koristite drukčiji efekt sličica ili znate Å¡ta radite." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:580 +msgid "JavaScript Thumbnail effect" +msgstr "JavaSkript efekt sličica" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:584 +msgid "Thickbox" +msgstr "Thickbox" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:585 +msgid "Lightbox" +msgstr "Lightbox" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:586 +msgid "Highslide" +msgstr "Highslide" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:587 +msgid "Shutter" +msgstr "Shutter" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:593 +msgid "Link Code line" +msgstr "Linkujte liniju koda" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:615 +msgid "" +"Please note : You can only activate the watermark under -> Manage Gallery . " +"This action cannot be undone." +msgstr "" +"Imajte na umu : Vodeni žig možete aktivirati samo pod -> upravljanje " +"galerijom. Ova akcija se ne može poniÅ¡titi." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:620 +msgid "Preview" +msgstr "Pregled" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:622 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:627 +msgid "Position" +msgstr "Pozicija" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:647 +msgid "Offset" +msgstr "Offset" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:663 +msgid "Use image as watermark" +msgstr "Koristi sliku kao vodeni žig" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:666 +msgid "URL to file" +msgstr "URL prema datoteci" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:668 +msgid "The accessing of URL files is disabled at your server (allow_url_fopen)" +msgstr "" +"Pristupanje URL datoteke je onemogučeno na vaÅ¡em serveru (allow_url_fopen)" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:671 +msgid "Use text as watermark" +msgstr "Koristi tekst kao vodeni žig" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:674 +msgid "Font" +msgstr "Font" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:683 +msgid "This function will not work, cause you need the FreeType library" +msgstr "Ova funkcija neće raditi, jer vam treba FreeType biblioteka" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:685 +msgid "" +"You can upload more fonts in the folder nggallery/fonts" +msgstr "" +"Možete uploadovati viÅ¡e fontova u fasciklu nggallery/fonts" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:694 +msgid "Color" +msgstr "Boja" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:696 +msgid "(hex w/o #)" +msgstr "(hex w/o #)" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:699 +msgid "Text" +msgstr "tekst" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:703 +msgid "Opaque" +msgstr "Providnost" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:724 +msgid "Default size (W x H)" +msgstr "Zadana veličina (Å  x V)" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:729 +msgid "Duration time" +msgstr "Vrijeme trajanja" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:730 +msgid "sec." +msgstr "sek." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:733 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:810 +msgid "Transition / Fade effect" +msgstr "Prijelaz / efekt izblijedjeti" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:736 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:813 +msgid "fade" +msgstr "izblijedjeti" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:737 +msgid "blindX" +msgstr "blindX" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:738 +msgid "cover" +msgstr "cover" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:739 +msgid "scrollUp" +msgstr "scrollUp" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:740 +msgid "scrollDown" +msgstr "scrollDown" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:741 +msgid "shuffle" +msgstr "shuffle" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:742 +msgid "toss" +msgstr "toss" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:743 +msgid "wipe" +msgstr "wipe" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:745 +msgid "See here for more information about the effects :" +msgstr "Pogledajte ovdje za viÅ¡e informacija o efektima :" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:749 +msgid "Settings for the JW Image Rotator" +msgstr "Postavke za JW Rotator Slika" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:758 +msgid "" +"The path to JW Image Rotator is not defined, the slideshow will not work." +msgstr "putanja za JW Rotator Slika nije definisan, slajdshow neće raditi" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:770 +msgid "Path to the JW Image Rotator (URL)" +msgstr "Putanja za JW Rotator Slika (URL)" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:773 +msgid "Search now" +msgstr "Traži sad" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:774 +msgid "Press the button below to search for the JW Image Rotator" +msgstr "Stisnite dugme ispod da tražite za JW Rotator Slika" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:778 +msgid "Shuffle mode" +msgstr "Shuffle mod" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:796 +msgid "You can change the logo at the watermark settings" +msgstr "Možete promijeniti logo na postavkama vodenog žiga" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:802 +msgid "true" +msgstr "true" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:803 +msgid "false" +msgstr "false" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:804 +msgid "fit" +msgstr "fit" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:805 +msgid "none" +msgstr "none" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:814 +msgid "bgfade" +msgstr "bgfade" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:815 +msgid "slowfade" +msgstr "slowfade" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:816 +msgid "circles" +msgstr "circles" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:817 +msgid "bubbles" +msgstr "bubbles" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:818 +msgid "blocks" +msgstr "blocks" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:819 +msgid "fluids" +msgstr "fluids" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:820 +msgid "flash" +msgstr "flash" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:821 +msgid "lines" +msgstr "lines" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:831 +msgid "Background Color" +msgstr "Pozadinska boja" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:836 +msgid "Texts / Buttons Color" +msgstr "Boja Teksta / Dugmadi" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:841 +msgid "Rollover / Active Color" +msgstr "Boja Prevrtanja / Aktivna" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:846 +msgid "Screen Color" +msgstr "Boja ekrana" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:851 +msgid "Background music (URL)" +msgstr "Pozadinska muzika (URL)" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:855 +msgid "Try XHTML validation (with CDATA)" +msgstr "PokuÅ¡aj XHTML potvrđivanje (sa CDATA)" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:857 +msgid "" +"Important : Could causes problem at some browser. Please recheck your page." +msgstr "" +"Važno: Može uzrokovati problem sa nekim preglednicima. molimo provjerite " +"svoju stranicu." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/showmeta.php:29 +msgid "Meta Data" +msgstr "Meta podaci" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/showmeta.php:34 +#: products/photocrati_nextgen/modules/ngglegacy/admin/showmeta.php:60 +#: products/photocrati_nextgen/modules/ngglegacy/admin/showmeta.php:85 +#: products/photocrati_nextgen/modules/ngglegacy/admin/showmeta.php:109 +msgid "Tag" +msgstr "Oznake" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/showmeta.php:35 +#: products/photocrati_nextgen/modules/ngglegacy/admin/showmeta.php:61 +#: products/photocrati_nextgen/modules/ngglegacy/admin/showmeta.php:86 +#: products/photocrati_nextgen/modules/ngglegacy/admin/showmeta.php:110 +msgid "Value" +msgstr "Vrijednost" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/showmeta.php:49 +msgid "No meta data saved" +msgstr "Nema sačuvanih meta podataka" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/showmeta.php:55 +msgid "EXIF Data" +msgstr "EXIF podaci" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/showmeta.php:74 +msgid "No exif data" +msgstr "Nema exif podaci" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/showmeta.php:81 +msgid "IPTC Data" +msgstr "IPTC podaci" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/showmeta.php:105 +msgid "XMP Data" +msgstr "XMP podaci" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/style.php:11 +msgid "(From the theme folder)" +msgstr "(Iz fascikle teme" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/style.php:43 +msgid "You do not have sufficient permissions to edit templates for this blog." +msgstr "Nemate dovoljne dozvole za uređivanje predložaka za ovaj blog." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/style.php:52 +msgid "CSS file successfully updated" +msgstr "CSS datoteka uspjeÅ¡no ažurirana" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/style.php:91 +msgid "Activate and use style sheet:" +msgstr "Aktiviraj i koristi style sheet:" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/style.php:111 +msgid "Activate" +msgstr "Aktiviraj" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/style.php:121 +#, php-format +msgid "Editing %s" +msgstr "Uređivanje %s" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/style.php:123 +#, php-format +msgid "Browsing %s" +msgstr "Pregledanje %s" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/style.php:133 +msgid "Version" +msgstr "Verzija" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/style.php:136 +msgid "" +"Tip : Copy your stylesheet (nggallery.css) to your theme folder, so it will " +"be not lost during a upgrade" +msgstr "" +"Tip : Kopiraj svoj stylesheet (nggallery.css) u svoju fasciklu teme, tako da " +"se ne izgubi tijekom nadograđivanja" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/style.php:138 +msgid "" +"Your theme contain a NextGEN Gallery stylesheet (nggallery.css), this file " +"will be used" +msgstr "" +"VaÅ¡a tema sadržava NextGEN Gallery stylesheet (nggallery.css), ova datoteka " +"će biti koriÅ¡tena" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/style.php:140 +msgid "" +"Tip No. 2: Use the color picker below to help you find the right color " +"scheme for your gallery!" +msgstr "" +"Savjet Br. 2: Koristite birač boja ispod da vam pomogne naći pravu boju za " +"Å¡emu galerije!" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/style.php:156 +msgid "Update File" +msgstr "Ažuriraj datoteku" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/style.php:159 +msgid "If this file were writable you could edit it." +msgstr "Da je ova datoteka zapisujuća mogli bi ju urediti." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/style.php:164 +msgid "Oops, no such file exists! Double check the name and try again, merci." +msgstr "" +"Ups, ovakva datoteka ne postoji! Provjerite ime i pokuÅ¡ajte ponovno, hvala." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:41 +msgid "Most popular" +msgstr "Najpopularnije" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:42 +msgid "Least used" +msgstr "najmanje korisÅ¡teno" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:43 +msgid "Alphabetical" +msgstr "Abecedno" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:100 +msgid "Manage image tags" +msgstr "Upravljaj oznakama slika" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:112 +msgid "Existing Tags" +msgstr "Postojeće oznake" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:116 +msgid "Search tags" +msgstr "oznake pretraživanja" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:120 +msgid "Go" +msgstr "Idi" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:125 +msgid "Sort Order:" +msgstr "Redoslied sortiranja:" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:160 +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:164 +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:177 +msgid "Previous tags" +msgstr "Prethodna oznaka" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:173 +msgid "Next tags" +msgstr "Sljedeća oznaka" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:185 +msgid "Rename Tag" +msgstr "Preimenuj oznaku" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:193 +msgid "" +"Enter the tag to rename and its new value. You can use this feature to " +"merge tags too. Click \"Rename\" and all posts which use this tag will be " +"updated." +msgstr "" +"Unesite oznaku da preimenujete i njenu novu vrijednost. Možete koristiti ovo " +"svojstvo da spojite oznake. Klikni \"Rename\" i svi članci koji koriste ovu " +"oznaku će biti zamijenjeni." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:194 +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:242 +msgid "You can specify multiple tags to rename by separating them with commas." +msgstr "" +"Možete specifikovati viÅ¡e oznaka za preimenovanje tako Å¡to ih razdvojite " +"zarezom." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:198 +msgid "Tag(s) to rename:" +msgstr "Oznaka za preimenovanje:" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:202 +msgid "New tag name(s):" +msgstr "Ime novih oznaka:" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:205 +msgid "Rename" +msgstr "Preimenuj" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:211 +msgid "Delete Tag" +msgstr "ObriÅ¡i oznaku" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:219 +msgid "" +"Enter the name of the tag to delete. This tag will be removed from all " +"posts." +msgstr "" +"UpiÅ¡i ime oznake za brisanje. Ova oznaka če biti maknuta iz svih članaka." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:220 +msgid "You can specify multiple tags to delete by separating them with commas" +msgstr "" +"Možete specifikovati viÅ¡e oznaka za brisanje tako Å¡to ih razdvojite zarezom" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:224 +msgid "Tag(s) to delete:" +msgstr "Oznake za brisanje:" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:233 +msgid "Edit Tag Slug" +msgstr "Uredi slug oznake" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:241 +msgid "" +"Enter the tag name to edit and its new slug. This will be used in tagcloud " +"links. Slug definition" +msgstr "" +"Unesi ime oznake za uređivanje i njen novi slug. Ovo će biti koriÅ¡tenu u " +"tagcloud linkovima. Slug definition" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:246 +msgid "Tag(s) to match:" +msgstr "Oznake za slaganje" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:250 +msgid "Slug(s) to set:" +msgstr "Slugovi za postavljanje" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/templates/manage_gallery/gallery_create_page_field.php:3 +msgid "Main Page (no parent)" +msgstr "Glavna stranica (no parent)" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/templates/manage_gallery/gallery_create_page_field.php:10 +msgid "Add page" +msgstr "Dodaj stranicu" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/templates/manage_gallery/gallery_link_to_page_field.php:3 +msgid "Not linked" +msgstr "Nije linkovano" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/thumbnails-template.php:103 +msgid "These are maximum values" +msgstr "Ovo su maksimalne vrijednosti" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/upgrade.php:61 +msgid "" +"Some folders/files could not renamed, please recheck the permission and " +"rescan the folder in the manage gallery section." +msgstr "" +"Neke fascikle/datoteke nisu mogle biti preimenovane, molimo provjerite " +"dozvole i ponovo skenirajte fasciklu u dijelu za uređivanje galerije." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/upgrade.php:63 +msgid "Rename failed" +msgstr "Preimenovanje nije uspjelo" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/upgrade.php:159 +#: products/photocrati_nextgen/modules/ngglegacy/admin/upgrade.php:178 +msgid "Upgrade NextGEN Gallery" +msgstr "Nadogradi NextGEN Gallery" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/upgrade.php:160 +msgid "The script detect that you upgrade from a older version." +msgstr "Skripta je detektovala da ste nadogradili sa starije verzije" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/upgrade.php:161 +msgid "" +"Your database tables for NextGEN Gallery is out-of-date, and must be " +"upgraded before you can continue." +msgstr "" +"VaÅ¡a tabela baze podataka za NextGEN Gallery je zastarjela, i mora biti " +"nadograđena prij enastavljanja." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/upgrade.php:162 +msgid "" +"If you would like to downgrade later, please make first a complete backup of " +"your database and the images." +msgstr "" +"Ako želite kasnije da unazadite, molimo da prvo uradite kompletan bekap vaÅ¡e " +"baze podatada i slika." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/upgrade.php:163 +msgid "The upgrade process may take a while, so please be patient." +msgstr "Proces nadogradnje može potrajati, molimo za vaÅ¡e strpljenje." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/upgrade.php:164 +msgid "Start upgrade now" +msgstr "Započni nadogradnju sada" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/upgrade.php:180 +msgid "Upgrade finished..." +msgstr "Nadogradnja zavrÅ¡ena" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/upgrade.php:181 +msgid "Continue" +msgstr "Nastavi" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:33 +msgid "Update successfully" +msgstr "Ažuriranje uspjelo" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:48 +msgid "Network Options" +msgstr "Opcije mreže" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:56 +msgid "" +"This is the default path for all blogs. With the placeholder %BLOG_ID% you " +"can organize the folder structure better." +msgstr "" +"Ovo je zadana putanja za sve blogove. Sa placeholder %BLOG_ID% možete bolje " +"organizovati strukturu fascikle." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:57 +#, php-format +msgid "The default setting should be %s" +msgstr "Zadana postavka bi trebala biti %s" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:61 +msgid "Enable upload quota check" +msgstr "Osposobi provjeru kvote uploada" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:63 +msgid "Should work if the gallery is bellow the blog.dir" +msgstr "Trebalo bi raditi ako je galerije ispod blog.dir" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:67 +msgid "Enable zip upload option" +msgstr "Osposobi opciju uploada zipa" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:69 +msgid "Allow users to upload zip folders." +msgstr "Dozvoli korisnicima da uploaduju zip fascikle." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:73 +msgid "Enable import function" +msgstr "Omoguči funciju uvoza" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:75 +msgid "Allow users to import images folders from the server." +msgstr "Dozvli korisnicima da uvoze fascikle slika sa servera." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:79 +msgid "Enable style selection" +msgstr "Omoguči izbor stila" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:81 +msgid "Allow users to choose a style for the gallery." +msgstr "Dozvoli korisnicima da izaberu stil za galeriju." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:85 +msgid "Enable roles/capabilities" +msgstr "Omoguči uloge/sposobnosti" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:87 +msgid "Allow users to change the roles for other blog authors." +msgstr "Dozvoli korisnicima da promijene uloge za druge autore blogova." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:91 +msgid "Default style" +msgstr "Zadani stil" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:108 +msgid "Choose the default style for the galleries." +msgstr "Izaberi zadani stil za galerije." + +#: products/photocrati_nextgen/modules/ngglegacy/lib/core.php:410 +#, php-format +msgid "" +"Note : Based on your server memory limit you should not upload larger images " +"then %d x %d pixel" +msgstr "" +"ZabiljeÅ¡ka : Bazirano na ograničenju memorije vaÅ¡eg servera nebi trebali " +"uploadovati slike veće od %d x %d piksela" + +#: products/photocrati_nextgen/modules/ngglegacy/lib/ngg-db.php:337 +#: products/photocrati_nextgen/modules/ngglegacy/lib/ngg-db.php:338 +msgid "Album overview" +msgstr "Pregled Albuma" + +#: products/photocrati_nextgen/modules/ngglegacy/lib/post-thumbnail.php:68 +#: products/photocrati_nextgen/modules/ngglegacy/lib/post-thumbnail.php:70 +msgid "Set NextGEN featured image" +msgstr "Postavi NextGEN istaknutu sliku" + +#: products/photocrati_nextgen/modules/ngglegacy/lib/post-thumbnail.php:328 +#: products/photocrati_nextgen/modules/ngglegacy/lib/post-thumbnail.php:329 +msgid "Set featured image" +msgstr "Postavi istaknutu sliku" + +#: products/photocrati_nextgen/modules/ngglegacy/lib/post-thumbnail.php:356 +msgid "Remove featured image" +msgstr "Makni istaknutu sliku" + +#: products/photocrati_nextgen/modules/ngglegacy/lib/rewrite.php:223 +msgid "Album" +msgid_plural "Albums" +msgstr[0] "Album" +msgstr[1] "Albumi" + +#: products/photocrati_nextgen/modules/ngglegacy/lib/tags.php:35 +msgid "No new tag specified!" +msgstr "Nisu određene nove oznake!" + +#: products/photocrati_nextgen/modules/ngglegacy/lib/tags.php:50 +msgid "No new/old valid tag specified!" +msgstr "Nisu određene nove/stare važeće oznake!" + +#: products/photocrati_nextgen/modules/ngglegacy/lib/tags.php:86 +msgid "No tag renamed." +msgstr "Nema preimenovanih oznaka." + +#: products/photocrati_nextgen/modules/ngglegacy/lib/tags.php:88 +#, php-format +msgid "Renamed tag(s) «%1$s» to «%2$s»" +msgstr "Preimenovane oznake «%1$s» u «%2$s»" + +#: products/photocrati_nextgen/modules/ngglegacy/lib/tags.php:95 +msgid "No valid new tag." +msgstr "Nema važećih novih oznaka" + +#: products/photocrati_nextgen/modules/ngglegacy/lib/tags.php:112 +msgid "No objects (post/page) found for specified old tags." +msgstr "Nema nađenih objekata (članci/stranice) određene za stare oznake" + +#: products/photocrati_nextgen/modules/ngglegacy/lib/tags.php:141 +msgid "No tag merged." +msgstr "Nema spojenih oznaka" + +#: products/photocrati_nextgen/modules/ngglegacy/lib/tags.php:143 +#, php-format +msgid "" +"Merge tag(s) «%1$s» to «%2$s». %3$s objects edited." +msgstr "" +"Spoji oznake «%1$s» sa «%2$s». %3$s objekt uređen." + +#: products/photocrati_nextgen/modules/ngglegacy/lib/tags.php:146 +msgid "Error. Not enough tags provided to rename or merge." +msgstr "" +"GreÅ¡ka. Nema dovoljno obezbijeđenih oznaka za preimenovanje ili spajanje." + +#: products/photocrati_nextgen/modules/ngglegacy/lib/tags.php:165 +msgid "No tag specified!" +msgstr "Nema određenih oznaka!" + +#: products/photocrati_nextgen/modules/ngglegacy/lib/tags.php:188 +msgid "No tag deleted." +msgstr "Nema obrisanih oznaka." + +#: products/photocrati_nextgen/modules/ngglegacy/lib/tags.php:190 +#, php-format +msgid "%1s tag(s) deleted." +msgstr "%1s oznaka obrisana." + +#: products/photocrati_nextgen/modules/ngglegacy/lib/tags.php:206 +msgid "No new slug(s) specified!" +msgstr "Nema određenih novih slugova!" + +#: products/photocrati_nextgen/modules/ngglegacy/lib/tags.php:218 +msgid "Tags number and slugs number isn't the same!" +msgstr "Brojevi oznaka i brojevi slugova nisu isti!" + +#: products/photocrati_nextgen/modules/ngglegacy/lib/tags.php:245 +msgid "No slug edited." +msgstr "Nema uređenih slugova." + +#: products/photocrati_nextgen/modules/ngglegacy/lib/tags.php:247 +#, php-format +msgid "%s slug(s) edited." +msgstr "%s uređenih slagova." + +#: products/photocrati_nextgen/modules/ngglegacy/nggallery.php:64 +msgid "" +"Translation by : See here" +msgstr "" +"Prijevod od : Pogledaj ovdje" + +#: products/photocrati_nextgen/modules/ngglegacy/nggallery.php:65 +msgid "" +"This translation is not yet updated for Version 1.9.0. If " +"you would like to help with translation, download the current po from the " +"plugin folder and read here how you can translate the plugin." +msgstr "" +"Ovaj prijevod joÅ¡ nije ažuriran za verziju 1.9.0.Ako želite " +"pomoći sa prevođenjem, skinite trenutni po iz fascikle plugina i pročitajte " +"here kako možete " +"prevesti plugin." + +#: products/photocrati_nextgen/modules/ngglegacy/nggallery.php:158 +msgid "" +"Sorry, NextGEN Gallery works only with a Memory Limit of 16 MB or higher" +msgstr "" +"Izvini, NextGEN Gallery radi samo sa Ograničenom Memorijom od 16 MB ili viÅ¡e" + +#: products/photocrati_nextgen/modules/ngglegacy/nggallery.php:184 +msgid "Picture tag" +msgstr "Oznaka slike" + +#: products/photocrati_nextgen/modules/ngglegacy/nggallery.php:185 +msgid "Picture tag: %2$l." +msgstr "Oznaka slike: %2$l." + +#: products/photocrati_nextgen/modules/ngglegacy/nggallery.php:186 +msgid "Separate picture tags with commas." +msgstr "Odvojite oznake slika sa zarezima." + +#: products/photocrati_nextgen/modules/ngglegacy/nggallery.php:324 +msgid "Get help" +msgstr "Dobijte pomoć" + +#: products/photocrati_nextgen/modules/ngglegacy/nggallery.php:325 +msgid "Contribute" +msgstr "Doprinesite" + +#: products/photocrati_nextgen/modules/ngglegacy/nggfunctions.php:29 +msgid "[Gallery not found]" +msgstr "[Galerija nije nađena]" + +#: products/photocrati_nextgen/modules/ngglegacy/nggfunctions.php:163 +msgid "Related images for" +msgstr "Povezane slike za" + +#: products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser-exif.php:38 +msgid "Meta data" +msgstr "Meta podaci" + +#: products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser-exif.php:42 +msgid "Camera / Type" +msgstr "Kameta / vrsta" + +#: products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser-exif.php:50 +msgid "Focal Length" +msgstr "Focal Dužina" + +#: products/photocrati_nextgen/modules/ngglegacy/xml/media-rss.php:50 +msgid "No galleries have been yet created." +msgstr "JoÅ¡ nema napravljenih galerija." + +#: products/photocrati_nextgen/modules/ngglegacy/xml/media-rss.php:69 +#, php-format +msgid "The gallery ID=%s does not exist." +msgstr "ID=%s galerije ne postoji." + +#: products/photocrati_nextgen/modules/ngglegacy/xml/media-rss.php:100 +msgid "No album ID has been provided as parameter" +msgstr "Nema obezbijeđenih parametara za ID albuma" + +#: products/photocrati_nextgen/modules/ngglegacy/xml/media-rss.php:108 +#, php-format +msgid "The album ID=%s does not exist." +msgstr "ID=%s albuma ne postoji." + +#: products/photocrati_nextgen/modules/ngglegacy/xml/media-rss.php:115 +msgid "Invalid MediaRSS command" +msgstr "Nevažeća MedijskaRSS komanda" + +msgid "NextGEN Basic Compact Album" +msgstr "NextGEN Basic Compact Album" + +msgid "NextGEN Basic Extended Album" +msgstr "NextGEN Basic Extended Album" + +msgid "NextGEN Basic Thumbnails" +msgstr "NextGEN Basic Thumbnails" + +msgid "NextGEN Basic Slideshow" +msgstr "NextGEN Basic Slideshow" + +msgid "NextGEN Basic ImageBrowser" +msgstr "NextGEN Basic ImageBrowser" + +msgid "NextGEN Basic Singlepic" +msgstr "NextGEN Basic Singlepic" + +msgid "NextGEN Basic Tagcloud" +msgstr "NextGEN Basic Tagcloud" diff --git a/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/i18n/lang/nggallery-cs_CZ.mo b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/i18n/lang/nggallery-cs_CZ.mo new file mode 100644 index 0000000000000000000000000000000000000000..cbd2c96304e42c641a3e57f95c61bf7ccb384df0 GIT binary patch literal 76081 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\n" +"Language-Team: Martin Krizek \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" +"Language: cs_CZ\n" +"X-Generator: Poedit 1.6.5\n" + +msgid " Image(s) successfully added" +msgstr "Obrázek(y) úspěšně přidán(y)" + +msgid " MByte" +msgstr "MByte" + +msgid " is not writeable" +msgstr "není zapisovatelný" + +msgid " mm" +msgstr "mm" + +msgid " sec" +msgstr "sec" + +msgid "# of columns" +msgstr "počet sloupců" + +msgid "# of images" +msgstr "počet obrázků" + +msgid "# of seconds" +msgstr "počet sekund" + +msgid "%1s tag(s) deleted." +msgstr "%1s Å¡títek(y) smazán(y)." + +msgid "%s images were uploaded successfully" +msgstr "Úspěšně nahráno %s obrázků" + +msgid "%s slug(s) edited." +msgstr "%s slug(ů) upraven(o)." + +msgid "“%s” has failed to upload due to an error" +msgstr "“%s” nahrávání selhalo důsledkem chyby" + +msgid "(Error : Couldn't not find image)" +msgstr "(Chyba: Nelze najít obrázek)" + +msgid "(Error : Couldn't not update data base)" +msgstr "(Chyba: Nelze aktualizovat databázi)" + +msgid "(Error : Couldn't not update meta data)" +msgstr "(Chyba: Nelze aktualizovat meta data)" + +msgid "(From the theme folder)" +msgstr "(Ze složky s tématem)" + +msgid "(Hide Advanced Settings)" +msgstr "(Schovat pokročilé nastavení)" + +msgid "(Hide Customization Options)" +msgstr "(Schovat nastavení přizpůsobení)" + +msgid "(Hide Customization Settings)" +msgstr "(Schovat nastavení přizpůsobení)" + +msgid "(Show Advanced Settings)" +msgstr "(Ukázat pokročilé nastavení)" + +msgid "(Show Customization Options)" +msgstr "(Ukázat nastavení přizpůsobení)" + +msgid "(Show Customization Settings)" +msgstr "(Ukázat nastavení přizpůsobení)" + +msgid "(hex w/o #)" +msgstr "(hexadecimálně bez #)" + +msgid "(optional)" +msgstr "(volitelné)" + +msgid "0 images were uploaded" +msgstr "Nebyl nahrán žádný obrázek" + +msgid "0 will disable pagination, all images on one page" +msgstr "0 zakáže stránkování, vÅ¡echny obrázky budou na jedné stránce" + +msgid "0 will display all images at once" +msgstr "0 zobrazí vÅ¡echny obrázky najednou" + +msgid "" +"0 will display as much as possible based on the width of your theme. Setting " +"normally only required for captions below the images" +msgstr "" +"0 zobrazí tolik sloupců, kolik se vejde do šířky tématu. Nastavení obvykle " +"vyžadují pouze popisky pod obrázky" + +msgid "0 will show all images" +msgstr "0 zobrazí vÅ¡echny obrázky" + +msgid "1 image was uploaded successfully" +msgstr "Úspěšně nahrán jeden obrázek" + +msgid "1 item" +msgid_plural "%s items" +msgstr[0] "1 položka" +msgstr[1] "%s položky" +msgstr[2] "%s položek" + +msgid "90° anticlockwise" +msgstr "90° proti směru ručiček" + +msgid "90° clockwise" +msgstr "90° po směru ručiček" + +msgid "" +"%2$sMB (%3$s%" +"%)" +msgstr "" +"%2$sMB (%3$s%" +"%)" + +msgid "" +"%2$sMB" +msgstr "" +"%2$sMB" + +msgid "" +"Support Forums" +msgstr "" +"Fórum podpory" + +msgid "" +"Introduction" +msgstr "Úvod" + +msgid "" +"Languages" +msgstr "" +"Jazyky" + +msgid "" +"EXTENDING NEXTGEN? There are many third party plugins that " +"add displays and functionality for NextGEN Gallery. See our Complete List of " +"NextGEN Extension Plugins." +msgstr "" +"ROZÅ IŘUJETE NEXTGEN? Existuje hned několik pluginů třetích " +"stran, které přidávají funkčnost pro NextGEN Gallery. Podivejte se na náš kompletní seznam NextGEN rozÅ¡iřujících pluginů." + +msgid "" +"NEED HELP? If you need help or assistance please visit the " +"NextGEN " +"Gallery forums on WordPress.org. Please note that we actively monitor " +"and participate in the forums, but given that NextGEN Gallery is a free " +"product, we don't guarantee replies to support queries." +msgstr "" +"POTŘEBUJETE POMOC? Pokud potřebujete pomoc, nebo asistenci, " +"navÅ¡itvte NextGEN Gallery fórum na WordPress.org. Vězte, že fórum aktivně " +"prohlížíme a přispíváme na něj, ale vzhledem k tomu, že je NextGEN Gallery " +"zdarma, nezaručujeme reakci na podporu." + +msgid "" +"This translation is not yet updated for Version 1.9.0. If " +"you would like to help with translation, download the current po from the " +"plugin folder and read here how you can translate the plugin." +msgstr "" +"Tento překlad jeÅ¡tě není aktualizován pro verzi 1.9.0. " +"Pokud chcete pomoct s překladem, stáhněte si aktuální soubor ze složky s " +"pluginem a zde si " +"přečtěte, jak lze plugin přeložit." + +msgid "" +"Translation by : See here" +msgstr "" +"Překlad: Podívejte se sem" + +msgid "" +"A RSS feed will be added to you blog header. Useful for CoolIris/PicLens" +msgstr "" +"RSS zdroj bude přidán do hlavičky vaÅ¡eho blogu. Užitečné pro CoolIris/PicLens" + +msgid "A failure occurred" +msgstr "Nastalo selhání" + +msgid "About" +msgstr "O" + +msgid "Activate" +msgstr "Aktivovat" + +msgid "Activate Media RSS feed" +msgstr "Aktivovat Media RSS zdroj" + +msgid "Activate PicLens/CoolIris support" +msgstr "Aktivovat podporu PicLens/CoolIris" + +msgid "Activate and use style sheet:" +msgstr "Aktivovat a použít style sheet:" + +msgid "Activate permalinks" +msgstr "Aktivovat trvalé odkazy" + +msgid "Activate related images" +msgstr "Aktivovat související obrázky" + +msgid "Add" +msgstr "Přidat" + +msgid "Add Gallery / Images" +msgstr "Přidat galerii/obrázek" + +msgid "Add Hidden Images" +msgstr "Přidat skryté obrázky" + +msgid "Add MediaRSS link?" +msgstr "Přidat MediaRSS odkaz?" + +msgid "Add gallery / Upload images" +msgstr "Přidat galerii/nahrát obrázky" + +msgid "Add hidden images" +msgstr "Přidat skryté obrázky" + +msgid "Add new album" +msgstr "Přidat nové album" + +msgid "Add new gallery" +msgstr "Přidat novou galerii" + +msgid "Add new tags" +msgstr "Přidat nové Å¡títky" + +msgid "Add page" +msgstr "Přidat stránku" + +msgid "Add recent or random images from the galleries" +msgstr "Přidat nedávné, nebo náhodné obrázky z galerií" + +msgid "Add tags" +msgstr "Přidat Å¡títky" + +msgid "Adjust Thumbnail Quality?" +msgstr "Upravit kvalitu náhledů?" + +msgid "" +"After images are uploaded, they will be resized to the above dimensions and " +"quality" +msgstr "Po nahrání budou obrázky změněny na výše nastavenou velikost a kvalitu" + +msgid "" +"After you create and select a album, you can drag and drop a gallery or " +"another album into your new album below" +msgstr "" +"Po vytvoření a vybrání alba, můžete přetáhnout galerii nebo jiné album pod " +"své nové album" + +msgid "Album" +msgid_plural "Albums" +msgstr[0] "Album" +msgstr[1] "Alba" +msgstr[2] "Alb" + +msgid "Album ID" +msgstr "ID alba" + +msgid "Album deleted" +msgstr "Album smazáno" + +msgid "Album description:" +msgstr "Popis alba:" + +msgid "Album name:" +msgstr "Název alba:" + +msgid "Album overview" +msgstr "Přehled alba" + +msgid "Album: %s" +msgstr "Album: %s" + +msgid "Albums" +msgstr "Alba" + +msgid "Albums will link this gallery to the selected page" +msgstr "Album přiřadí tuto galerii vybrané stránce" + +msgid "Alignment" +msgstr "Zarovnání" + +msgid "All galleries" +msgstr "VÅ¡echny galerie" + +msgid "All images" +msgstr "VÅ¡echny obrázky" + +msgid "All stylesheets must contain a file header" +msgstr "" +"VÅ¡echny stylesheety musí mít hlavičku souboru" + +msgid "Allow users to change the roles for other blog authors." +msgstr "Povolit uživatelům měnit role ostatním autorům blogu." + +msgid "Allow users to choose a style for the gallery." +msgstr "Povolit uživatelům výběr stylu galerie." + +msgid "Allow users to import images folders from the server." +msgstr "Povolit uživatelům vložit složku obrázků ze serveru." + +msgid "Allow users to upload zip folders." +msgstr "Povolit uživatelům nahrávat zazipované složky." + +msgid "Allowed characters for file and folder names are" +msgstr "Znaky povolené pro názvy souborů a složek jsou " + +msgid "Alphabetical" +msgstr "Abecedně" + +msgid "Alt & Title Text / Description" +msgstr "Alt. text a titulek/Popis" + +msgid "Alt & Title Text" +msgstr "Alt. text a titulek" + +msgid "Alt / Title text" +msgstr "Alt. text/titulek" + +msgid "Alt/Title Text" +msgstr "Alt/Název" + +msgid "Alt/Title text" +msgstr "Alt. text/titulek" + +msgid "An absolute or relative (to the site document root) file system path" +msgstr "" +"Absolutní, nebo relativní (ke kořenu dokumentů webu) systémová cesta souboru" + +msgid "" +"An absolute or relative (to the site document root) file system path or an " +"HTTP url" +msgstr "" +"Absolutní, nebo relativní (ke kořenu dokumentů webu) systémová cesta " +"souboru, nebo HTTP URL" + +msgid "An empty or 0 setting will make the gallery full width" +msgstr "Nic, nebo 0 nastaví šířku galerie na maximum" + +msgid "An error occurred in the upload. Please try again later." +msgstr "Při nahrávání nastala chyba. Zkuste to prosím později." + +msgid "An unexpected error occured." +msgstr "Nastala neočekávaná chyba." + +msgid "" +"An unexpected error occured. This is most likely due to a server " +"misconfiguration. Check your PHP error log or ask your hosting provider for " +"assistance." +msgstr "" +"Nastala neočekávaná chyba. Byla pravděpodobně způsobena Å¡patným nastavením " +"serveru. Zkontrolujte log s PHP chybami, nebo požádejte poskytovatele " +"hostingu o pomoc." + +msgid "Aperture" +msgstr "Clona" + +msgid "Apply" +msgstr "Potvrdit" + +msgid "Ascending" +msgstr "Vzestupně" + +msgid "At a Glance" +msgstr "Na první pohled" + +msgid "Author" +msgstr "Autor" + +msgid "Author Position" +msgstr "Pozice autora" + +msgid "Automatically resize" +msgstr "Automaticky změnit velikost" + +msgid "Automatically resize images after upload" +msgstr "Po nahrání automaticky změnit obrázkům velikost" + +msgid "Automatically resize images on upload." +msgstr "Automaticky změnit velikost obrázků při nahrávání." + +msgid "Average" +msgstr "Průměr" + +msgid "Back" +msgstr "Zpět" + +msgid "Back to gallery" +msgstr "Zpět do galerie" + +msgid "Background" +msgstr "Pozadí" + +msgid "Background Color" +msgstr "Barva pozadí" + +msgid "Background music (URL)" +msgstr "Hudba na pozadí (URL)" + +msgid "Background music (url)" +msgstr "Hudba na pozadí (url)" + +msgid "Backup file does not exist" +msgstr "Soubor zálohy neexistuje" + +msgid "Backup original images" +msgstr "Zálohovat originální obrázky" + +msgid "Backup the original images?" +msgstr "Zálohovat originální obrázky?" + +msgid "" +"Browse images without reload the page. Note : Works only in combination with " +"Shutter effect" +msgstr "" +"Procházení obrázků bez znovu načítání stránky. Poznámka: Funguje pouze v " +"kombinaci s roletovým efektem" + +msgid "Browse images without reloading the page." +msgstr "Procházet obrázky bez znovu načítání stránky." + +msgid "Browsing %s" +msgstr "Prohlížení %s" + +msgid "Bulk actions" +msgstr "Hromadné úpravy" + +msgid "CSS file successfully updated" +msgstr "CSS soubor úspěšně nahrán" + +msgid "Cache cleared" +msgstr "Cache vyčiÅ¡těna" + +msgid "Camera" +msgstr "Fotoaparát" + +msgid "Camera / Type" +msgstr "Fotoaparát/typ" + +msgid "Cancel" +msgstr "ZruÅ¡it" + +msgid "Caption" +msgstr "Poznámka" + +msgid "Categories" +msgstr "Kategorie" + +msgid "Category" +msgstr "Kategorie" + +msgid "" +"Caution: If you keep images in the original folder and later delete the " +"gallery, the images in that folder might be deleted depending on your " +"settings." +msgstr "" +"Varování: Pokud necháte obrázky v původní složce a později smažete galerii, " +"mohou být v závislosti na vaÅ¡em nastavení smazány obrázky i z dané složky." + +msgid "Center" +msgstr "Na střed" + +msgid "" +"Certain themes may allow images to flow over their container if this setting " +"is too large" +msgstr "" +"Pokud je toto nastavení příliÅ¡ velké, dovolují některá témata obrázkům " +"přetéct svůj kontejner" + +msgid "Change options" +msgstr "Změna možností" + +msgid "Change style" +msgstr "Změna stylu" + +msgid "Changes you make to the contents will be saved to" +msgstr "Změny, které jste provedli na obsahu budou uloženy do" + +msgid "Cheatin’ uh?" +msgstr "Podvádíte, co?" + +msgid "Check this link, if you didn't know how to set the permission :" +msgstr "Pokud nevíte, jak nastavit oprávnění, klikněte na odkaz: " + +msgid "Choose the default style for the galleries." +msgstr "Zvolit výchozí styl pro galerie." + +msgid "City" +msgstr "Město" + +msgid "Clear" +msgstr "Smazat" + +msgid "Clear cache folder" +msgstr "Smazat složku cache" + +msgid "Clear image cache" +msgstr "Smazat cache obrázků" + +msgid "Click here for more settings" +msgstr "Pro více nastavení klikněte zde" + +msgid "Click to Close" +msgstr "Kliknutím zavřít" + +msgid "Code" +msgstr "Kód" + +msgid "Color" +msgstr "Barva" + +msgid "" +"Completely clear the NextGEN cache of all image modifications?\n" +"\n" +"Choose [Cancel] to Stop, [OK] to proceed." +msgstr "" +"Kompletně smazat vÅ¡echny úpravy obrázků z NextGEN cache?\n" +"\n" +"Vyberte [ZruÅ¡it] pro zastavení, [OK] pro provedení." + +msgid "Contact" +msgstr "Kontakt" + +msgid "Continue" +msgstr "Pokračovat" + +msgid "Contribute" +msgstr "Přispět" + +msgid "Contribute development" +msgstr "Podpořit vývoj" + +msgid "Copied %1$s picture(s) to gallery %2$s ." +msgstr "Obrázků zkopírováno do galerie %2$s: %1$s." + +msgid "Copied %1$s picture(s) to gallery: %2$s ." +msgstr "Obrázků zkopírováno do galerie %2$s: %1$s." + +msgid "Copied image %1$s to %2$s" +msgstr "Obrázek %1$s zkopírován do %2$s" + +msgid "Copy image to..." +msgstr "Kopírovat obrázek do..." + +msgid "Copy to..." +msgstr "Kopírovat do..." + +msgid "Copyright" +msgstr "Copyright" + +msgid "Copyright Notice" +msgstr "Oznámení o autorských právech" + +msgid "Could create image with %s x %s pixel" +msgstr "Může vytvořit obrázek o %s x %s pixelů" + +msgid "Could not calculate resized image dimensions" +msgstr "Nelze vypočítat rozměry změněného obrázku" + +msgid "Could not find image" +msgstr "Nelze nalézt obrázek" + +msgid "Could not get a valid foldername" +msgstr "Nemohu získat správný název složky" + +msgid "Could not restore original image" +msgstr "Nelze obnovit původní obrázek" + +msgid "Couldn't restore original image" +msgstr "Nelze obnovit původní obrázek" + +msgid "Country" +msgstr "Země" + +msgid "Country code" +msgstr "Kód země" + +msgid "Create a new , empty gallery below the folder" +msgstr "Vytvořit novou, prázdnou galerii ve složce" + +msgid "Create a new gallery" +msgstr "Vytvořit novou galerii" + +msgid "Create new URL friendly image slugs" +msgstr "Vytvořit nové URL přátelské obrázkové slugy" + +msgid "Create new page:" +msgstr "Vytvořit novou stránku:" + +msgid "Create new thumbnails" +msgstr "Vytvořit nové náhledy" + +msgid "Creates a backup for inserted images" +msgstr "Vytvořit zálohu pro vložené obrázky" + +msgid "Credit" +msgstr "Zdroj" + +msgid "Crop thumbnail" +msgstr "Oříznout náhled" + +msgid "Crunching…" +msgstr "Probíhá zpracování…" + +msgid "Current Color" +msgstr "Aktuální barva" + +msgid "Current page" +msgstr "Současná stránka" + +msgid "Custom" +msgstr "Vlastní" + +msgid "Custom order" +msgstr "Vlastní pořadí" + +msgid "Customize the display settings" +msgstr "Upravit nastavení zobrazení" + +msgid "Customize thumbnail" +msgstr "Přizpůsobit náhled" + +msgid "Date / Time" +msgstr "Datum/Čas" + +msgid "Date Created" +msgstr "Datum vytvoření" + +msgid "Date/Time" +msgstr "Datum/čas" + +msgid "Deactivate gallery page link" +msgstr "Deaktivovat odkaz na stránku galerie" + +msgid "Default" +msgstr "Výchozí" + +msgid "Default size (W x H)" +msgstr "Výchozí rozměr (Å  x V)" + +msgid "Default style" +msgstr "Výchozí styl" + +msgid "Default thumbnail dimensions:" +msgstr "Výchozí rozměry náhledu:" + +msgid "Delete" +msgstr "Smazat" + +msgid "Delete Image Files?" +msgstr "Smazat soubor obrázku?" + +msgid "Delete Tag" +msgstr "Smazat Å¡títek" + +msgid "Delete files, when removing a gallery in the database" +msgstr "Při smazání galerie z databáze smazat i soubory" + +msgid "Delete image" +msgstr "Smazat obrázek" + +msgid "Delete image files" +msgstr "Smazat soubory obrázků" + +msgid "Delete images" +msgstr "Smazat obrázky" + +msgid "Delete tags" +msgstr "Smazat Å¡títky" + +msgid "Descending" +msgstr "Sestupně" + +msgid "Description" +msgstr "Popis" + +msgid "Description:" +msgstr "Popis:" + +msgid "Directory" +msgstr "Složka" + +msgid "Directory does not exist." +msgstr "Složka neexistuje." + +msgid "Dismiss" +msgstr "ZruÅ¡it" + +msgid "Display Galleries" +msgstr "Zobrazit galerie" + +msgid "Display galleries as" +msgstr "Zobrazit galerie jako" + +msgid "Display reflection" +msgstr "Zobrazit odraz" + +msgid "Display type" +msgstr "Typ zobrazení" + +msgid "Display watermark" +msgstr "Zobrazit vodoznak" + +msgid "Displayed gallery does not exist" +msgstr "Zobrazení galerie neexistuje" + +msgid "Do you like this Plugin?" +msgstr "Líbí se vám tento plugin?" + +msgid "Done! Successfully imported %s images" +msgstr "Hotovo! Úspěšně vloženo %s obrázků" + +msgid "Done." +msgstr "Hotovo." + +msgid "Download latest version" +msgstr "Stáhnout poslední verzi" + +msgid "Draft" +msgstr "Koncept" + +msgid "Drag image and ZIP files here or click Add Files" +msgstr "" +"Přetáhněte obrázky a ZIP soubory sem, nebo klikněte na Přidat " +"soubory" + +msgid "Duration time" +msgstr "Doba trvání" + +msgid "EXIF Data" +msgstr "EXIF data" + +msgid "Edit" +msgstr "Upravit" + +msgid "Edit Album" +msgstr "Upravit album" + +msgid "Edit Status" +msgstr "Upravit status" + +msgid "Edit Tag Slug" +msgstr "Upravit Å¡títek slug" + +msgid "Edit album" +msgstr "Upravit album" + +msgid "Edit gallery" +msgstr "Upravit galerii" + +msgid "Edit thumb" +msgstr "Upravit náhled" + +msgid "Editing %s" +msgstr "Úprava %s" + +msgid "Effects" +msgstr "Efekty" + +msgid "Enable AJAX pagination" +msgstr "Povolit AJAX stránkování" + +msgid "Enable IE8 Web Slices" +msgstr "Povolit IE8 Web Slices" + +msgid "Enable flash slideshow" +msgstr "Povolit flash prezentaci" + +msgid "Enable import function" +msgstr "Povolit vkládací funkci" + +msgid "Enable roles/capabilities" +msgstr "Povolit role/možnosti" + +msgid "Enable style selection" +msgstr "Povolit výběr stylu" + +msgid "Enable upload quota check" +msgstr "Povolit kontrolu omezení nahrávání" + +msgid "Enable zip upload option" +msgstr "Povolit možnosti nahrávání ZIP souborů" + +msgid "" +"Enter the name of the tag to delete. This tag will be removed from all " +"posts." +msgstr "" +"Vložte název Å¡títku ke smazaní. Tento Å¡títek bude odstraněn ze vÅ¡ech " +"příspěvků." + +msgid "Enter the post title " +msgstr "Vložte název příspěvku" + +msgid "" +"Enter the tag name to edit and its new slug. This will be used in tagcloud " +"links. Slug definition" +msgstr "" +"Vložte jméno Å¡títku, který chcete upravit a jeho nový slug. Toto bude " +"použito v mraku Å¡títků. Slug definice" + +msgid "" +"Enter the tag to rename and its new value. You can use this feature to " +"merge tags too. Click \"Rename\" and all posts which use this tag will be " +"updated." +msgstr "" +"Vložte Å¡títek, který chcete přejmenovat a novou hodnotu. Tuto funkci můžete " +"použít i pro sjednocení Å¡títků. Klikněte na \"Přejmenovat\" a vÅ¡echny " +"příspěvky, které používají tento Å¡títek, budou aktualizovány." + +msgid "Enter the tags" +msgstr "Vložit Å¡títky" + +msgid "Error rotating thumbnail" +msgstr "Chyba při otáčení náhledu" + +msgid "Error updating thumbnail" +msgstr "Chyba při aktualizaci náhledu" + +msgid "Error while applying watermark to image." +msgstr "Chyba při aplikaci vodoznaku na obrázek." + +msgid "Error while creating thumbnail." +msgstr "Chyba při vytváření náhledu." + +msgid "Error while resizing image." +msgstr "Chyba při změně velikosti obrázku." + +msgid "Error while rotating image." +msgstr "Chyba při otáčení obrázku." + +msgid "Error, the file could not be moved to : " +msgstr "Chyba, soubor nemohl být přemístěn do:" + +msgid "Error, the file permissions could not be set" +msgstr "Chyba, práva souboru nemohla být nastavena" + +msgid "Error. Not enough tags provided to rename or merge." +msgstr "Chyba. Málo Å¡títků pro přejmenování nebo spojení." + +msgid "Every %d seconds" +msgstr "Každých %d sekund" + +msgid "Exclude ?" +msgstr "Vyjmout?" + +msgid "Existing Tags" +msgstr "Existující Å¡títky" + +msgid "FAQ" +msgstr "Otázky a odpovědi" + +msgid "Failed to copy database row for picture %s" +msgstr "Nepovedlo se zkopírovat řádek databáze pro obrázek %s" + +msgid "Failed to copy image %1$s to %2$s" +msgstr "Nepodařilo se zkopírovat obrázek %1$s do %2$s" + +msgid "Failed to extract images from ZIP" +msgstr "Nepovedlo se rozbalit obrázky ze ZIP souboru" + +msgid "Failed to get image path for %s" +msgstr "Nepodařilo se získat cestu k obrázku %s" + +msgid "Failed to move image %1$s to %2$s" +msgstr "Chyba při přenosu obrázku %1$s do %2$s" + +msgid "Failed to write file to disk" +msgstr "Soubor na disk nelze zapsat" + +msgid "Failure in database, no gallery path set !" +msgstr "Chyba databáze, nenastavena cesta ke galerii!" + +msgid "Feature request" +msgstr "Přání budoucí funkčnosti" + +msgid "File Content:" +msgstr "Obsah souboru:" + +msgid "File canceled." +msgstr "Soubor zruÅ¡en." + +msgid "File do not exists" +msgstr "Soubor neexistuje" + +msgid "File name" +msgstr "Název souboru" + +msgid "File upload stopped by extension" +msgstr "Nahrávání souboru bylo zastavenou rozšířením" + +msgid "Filename" +msgstr "Název souboru" + +msgid "Fired" +msgstr "Použit" + +msgid "First Image" +msgstr "První obrázek" + +msgid "Flash" +msgstr "Blesk" + +msgid "Flip horizontally" +msgstr "Překlopit horizontálně" + +msgid "Flip vertically" +msgstr "Překlopit vertikálně" + +msgid "Float" +msgstr "Plovoucí" + +msgid "Focal Length" +msgstr "Ohnisková vzdálenost" + +msgid "Focal length" +msgstr "Uhnisková vzdálenost" + +msgid "Font" +msgstr "Font" + +msgid "Font Color:" +msgstr "Barva písma:" + +msgid "Font Family:" +msgstr "Rodina písma:" + +msgid "Font Size:" +msgstr "Velikost písma:" + +msgid "For a more flexible user management you can use the" +msgstr "Pro větší flexibilitu správy uživatelů můžete použít" + +msgid "Format" +msgstr "Formát" + +msgid "Full size" +msgstr "Plná velikost" + +msgid "GD Library" +msgstr "GD knihovna" + +msgid "Galleries per page" +msgstr "Galerií na stránku" + +msgid "Gallery" +msgid_plural "Galleries" +msgstr[0] "Galerie" +msgstr[1] "Galerie" +msgstr[2] "Galerií" + +msgid "Gallery ID" +msgstr "ID galerie" + +msgid "" +"Gallery ID %1$s successfully created. You can show this gallery in your post " +"or page with the shortcode %2$s.
      " +msgstr "" +"Galerie s ID %1$s úspěšně vytvořena. Galerii můžete zobrazit v příspěvku, " +"nebo na stránce s krátkým odkazem %2$s.
      " + +msgid "Gallery IDs, separated by commas." +msgstr "ID galerií, oddělené čárkami." + +msgid "Gallery Settings" +msgstr "Nastavení galerie" + +msgid "Gallery deleted successfully " +msgstr "Galerie úspěšně smazána" + +msgid "Gallery not found." +msgstr "Galerie nenalezena." + +msgid "Gallery path" +msgstr "Cesta ke galerii" + +msgid "Gallery path does not exist and could not be created" +msgstr "Cesta ke galerii neexistuje a nemůže být vytvořena" + +msgid "Gallery path:" +msgstr "Cesta ke galerii:" + +msgid "Gallery settings" +msgstr "Nastavení galerie" + +msgid "Gallery slug name :" +msgstr "Slug název galerie:" + +msgid "Gallery width" +msgstr "Šířka galerie" + +msgid "Gallery: %s" +msgstr "Galerie: %s" + +msgid "General Options" +msgstr "Obecné možnosti" + +msgid "Get help" +msgstr "Získat nápovědu" + +msgid "Get help with NextGEN Gallery" +msgstr "Získat nápovědu k NextGEN Gallery" + +msgid "Get your language pack" +msgstr "Získejte svůj jazykový balíček" + +msgid "Give it a good rating on WordPress.org" +msgstr "Dejte mu dobré hodnocení na WordPress.org." + +msgid "Go" +msgstr "Jdi" + +msgid "Go to the first page" +msgstr "Jdi na první stránku" + +msgid "Go to the last page" +msgstr "Jdi na poslední stránku" + +msgid "Go to the next page" +msgstr "Jdi na další stránku" + +msgid "Go to the previous page" +msgstr "Jdi na předchozí stránku" + +msgid "Graphic Library" +msgstr "Grafická knihovna" + +msgid "HTTP error." +msgstr "Chyba HTTP." + +msgid "Heading for related images" +msgstr "Nadpis pro související obrázky" + +msgid "Headline" +msgstr "Titulek" + +msgid "Height" +msgstr "Výška" + +msgid "Height:" +msgstr "Výška:" + +msgid "Help translating it" +msgstr "Pomozte ho přeložit." + +msgid "" +"Here you can select the thumbnail effect, NextGEN Gallery will integrate the " +"required HTML code in the images. Please note that only the Shutter and " +"Thickbox effect will automatic added to your theme." +msgstr "" +"Tady můžete zvolit efekt náhledu, NextGEN Gallery integruje požadovaný kód k " +"obrázkům. Upozornění: pouze Rolety a Thickbox efekt jsou automaticky přidány " +"do vaÅ¡eho tématu." + +msgid "Hide" +msgstr "Schovat" + +msgid "Highslide" +msgstr "Highslide" + +msgid "How should related images be match?" +msgstr "Jak se mají vyhledat související obrázky?" + +msgid "How will you generate a watermark?" +msgstr "Jak chcete generovat vodoznak?" + +msgid "How would you like galleries to be displayed?" +msgstr "Jak chcete, aby se galerie zobrazovaly?" + +msgid "ID" +msgstr "ID" + +msgid "IO error." +msgstr "Vstupní/výstupní chyba." + +msgid "IPTC Data" +msgstr "IPTC data" + +msgid "ISO" +msgstr "ISO" + +msgid "" +"If pagination is used this option will show all images in the modal window " +"(Thickbox, Lightbox etc.) This increases page load." +msgstr "" +"Pokud je použito stránkování, zobrazí tato možnost vÅ¡echny obrázky v " +"modálním okně (Thickbox, Lightbox atd.), což prodlouží načtení stránky." + +msgid "" +"If pagination is used, this option will still show all images in the modal " +"window (Thickbox, Lightbox etc.). Note : This increases the page load" +msgstr "" +"Pokud je použito stránkování, tato možnost stále zobrazí vÅ¡echny obrázky v " +"modálním okně (Thickbox, Lightbox apod.). Poznámka: ZvyÅ¡uje náročnost stránky" + +msgid "If this file were writable you could edit it." +msgstr "Pokud je tento soubor zapisovatelný, můžete ho upravit." + +msgid "If you have problems, please create directory" +msgstr "Pokud máte problémy, vytvořte prosím složku" + +msgid "" +"If you would like to downgrade later, please make first a complete backup of " +"your database and the images." +msgstr "" +"Pokud budete chtít později provést downgrade, proveďte prosím nejdříve plnou " +"zálohu databáze a obrázků." + +msgid "Ignore the aspect ratio, no portrait thumbnails" +msgstr "Ignorovat poměr stran, žádné náhledy na výšku" + +msgid "Ignore the aspect ratio, no portrait thumbnails?" +msgstr "Ignorovat poměr stran, žádné portrétové náhledy?" + +msgid "Image" +msgid_plural "Images" +msgstr[0] "Obrázek" +msgstr[1] "Obrázky" +msgstr[2] "Obrázků" + +msgid "Image %1$s (%2$s) copied as image %3$s (%4$s)" +msgstr "Obrázek %1$s (%2$s) kopírovaný jako obrázek %3$s (%4$s)" + +msgid "" +"Image %1$s (%2$s) copied as image %3$s (%4$s) » The file already " +"existed in the destination gallery." +msgstr "" +"Obrázek %1$s (%2$s) kopírovaný jako obrázek %3$s (%4$s) » Tento " +"obrázek v cílové galerii již existuje." + +msgid "Image Height" +msgstr "Výška obrázku" + +msgid "Image ID" +msgstr "ID obrázku" + +msgid "Image ID:" +msgstr "ID obrázku:" + +msgid "Image Options" +msgstr "Možnosti obrázku" + +msgid "Image URL:" +msgstr "URL obrázku:" + +msgid "Image Width" +msgstr "Šířka obrázku" + +msgid "Image crop" +msgstr "Ořez obrázku" + +msgid "Image generation failed" +msgstr "Nepovedlo se vygenerovat obrázek" + +msgid "Image limit" +msgstr "Limit obrázku" + +msgid "Image quality" +msgstr "Kvalita obrázku" + +msgid "Image rotated" +msgstr "Obrázek otočen" + +msgid "Image settings" +msgstr "Nastavení obrázku" + +msgid "Image watermark" +msgstr "Vodoznak obrázku" + +msgid "ImageMagick (Experimental). Path to the library :" +msgstr "ImageMagick (experimentální). Cesta ke knihovně:" + +msgid "Images per page" +msgstr "Obrázků na stránku" + +msgid "Import Folder" +msgstr "Vložit složku" + +msgid "Import metadata" +msgstr "Importovat metadata" + +msgid "Import via cURL failed." +msgstr "Vložení pomocí cURL selhalo." + +msgid "" +"Important : Could causes problem at some browser. Please recheck your page." +msgstr "" +"Důležité: V některých prohlížečích může způsobovat problémy. Stránku si " +"raději překontrolujte." + +msgid "Importing gallery" +msgstr "Vkládání galerie" + +msgid "In Progress..." +msgstr "Probíhá..." + +msgid "Insert into Post" +msgstr "Vložit do příspěvku" + +msgid "Integrate slideshow" +msgstr "Integrovat prezentaci" + +msgid "Integrate the flash based slideshow for all flash supported devices" +msgstr "" +"Aplikovat prezentaci založenou na flash pro vÅ¡echna zařízení podporující " +"flash" + +msgid "Interval" +msgstr "Interval" + +msgid "Invalid Displayed Gallery" +msgstr "Neplatná zobrazená galerie" + +msgid "Invalid MediaRSS command" +msgstr "Neplatný Media RSS příkaz" + +msgid "Invalid request" +msgstr "Neplatný požadavek" + +msgid "Invalid upload. Error Code : " +msgstr "Chybné nahrání. Kód chyby:" + +msgid "It is recommended that your images be resized to be web friendly" +msgstr "Je doporučeno, aby měly vyÅ¡e obrázky velikost přívětivou pro web" + +msgid "Items per page" +msgstr "Obrázků na stránku" + +msgid "JavaScript Thumbnail effect" +msgstr "JavaScript efekt náhledu" + +msgid "Javascript URL" +msgstr "Javascript URL" + +msgid "Keep images in original location." +msgstr "Zachovat obrázky v původním umístění." + +msgid "Keywords" +msgstr "Klíčová slova" + +msgid "L O A D I N G" +msgstr "N A H R Á V Á N Í" + +msgid "Last modified" +msgstr "Naposledy upraveno" + +msgid "Least used" +msgstr "Naposledy požitý" + +msgid "Left" +msgstr "Vlevo" + +msgid "Lightbox" +msgstr "Lightbox" + +msgid "Lightbox Effects" +msgstr "Lightbox efekt" + +msgid "Link" +msgstr "Odkaz" + +msgid "Link Code line" +msgstr "Kód odkazu" + +msgid "Link to page:" +msgstr "Odkaz na stránku:" + +msgid "Link to the main image feed" +msgstr "Odkaz na hlavní obrázkový feed" + +msgid "List of default sizes used for thumbnails and images" +msgstr "Seznam výchozích velikostí pro náhledy a obrázky" + +msgid "Loading…" +msgstr "Načítání…" + +msgid "Location" +msgstr "Lokalita" + +msgid "MYSQL Version" +msgstr "Verze MYSQL" + +msgid "Main NextGEN Gallery overview" +msgstr "Hlavní přehled NextGEN Gallery" + +msgid "Main Page (no parent)" +msgstr "Hlavní stránka (bez rodiče)" + +msgid "Make" +msgstr "Výrobce" + +msgid "Manage Albums" +msgid_plural "Manage Albums" +msgstr[0] "Správa alba" +msgstr[1] "Správa alb" +msgstr[2] "Správa alb" + +msgid "Manage Galleries" +msgid_plural "Manage Galleries" +msgstr[0] "Správa galerie" +msgstr[1] "Správa galerií" +msgstr[2] "Správa galerií" + +msgid "Manage Tags" +msgstr "Správa Å¡títků" + +msgid "Manage gallery" +msgstr "Správa galerie" + +msgid "Manage image tags" +msgstr "Správa obrázkových Å¡títků" + +msgid "Manage others gallery" +msgstr "Správa ostatních galerií" + +msgid "Manage tags" +msgstr "Správa Å¡títků" + +msgid "Match with" +msgstr "Shoda s" + +msgid "Max. number of images" +msgstr "Maximální počet obrázků" + +msgid "Maximize the widget content" +msgstr "Maximalizovat obsah widgetu" + +msgid "Maximum # of related images to display" +msgstr "Maximální počet souvisejících obrázků k zobrazení" + +msgid "Maximum dimensions" +msgstr "Maximální rozměry" + +msgid "Maximum image count" +msgstr "Maximální počet obrázků" + +msgid "Maximum number of galleries or sub-albums to appear on a single page" +msgstr "" +"Maximální počet galerií, nebo pod-alb, která se mají zobrazit na stránce" + +msgid "Maximum number of images to display with recent or random sources" +msgstr "" +"Maximální počet obrázků, který se zobrazí pro náhodné, nebo nedávné zobrazení" + +msgid "Maximum number of tags" +msgstr "Maximální počet Å¡títků" + +msgid "Media RSS" +msgstr "Media RSS" + +msgid "Memory exceeded. Please try another smaller file." +msgstr "Paměť překročena. Zkuste prosím jiný, menší soubor." + +msgid "Memory usage" +msgstr "Využití paměti" + +msgid "" +"Merge tag(s) «%1$s» to «%2$s». %3$s objects edited." +msgstr "" +"Spojení Å¡títků «%1$s» na «%2$s». %3$s objektů " +"upraveno." + +msgid "Meta" +msgstr "Meta" + +msgid "Meta Data" +msgstr "Metadata" + +msgid "Meta data" +msgstr "Metadata" + +msgid "Minimize the widget content" +msgstr "Minimalizovat obsah widgetu" + +msgid "Miscellaneous" +msgstr "Různé" + +msgid "Missing a temporary folder" +msgstr "Chybý dočasná složka" + +msgid "Missing parameters" +msgstr "Chybějící parametry" + +msgid "More Help & Info" +msgstr "Další pomoc a informace" + +msgid "More settings" +msgstr "Více nastavení" + +msgid "Most popular" +msgstr "Nejpopulárnější" + +msgid "Move image to..." +msgstr "Přesunout obrázek do..." + +msgid "Move to..." +msgstr "Přesunout do..." + +msgid "Moved %1$s picture(s) to gallery : %2$s ." +msgstr "Přesunuto %1$s obrázek(ů) do galerie: %2$s ." + +msgid "N/A" +msgstr "N/A" + +msgid "Name" +msgstr "Název" + +msgid "Network Options" +msgstr "Možnosti sítě" + +msgid "Network settings" +msgstr "Nastavení sítě" + +msgid "New Gallery" +msgstr "Nová galerie" + +msgid "New gallery page ID" +msgstr "ID nové stránky galerie" + +msgid "New tag name(s):" +msgstr "Nové jméno(a) Å¡títku:" + +msgid "" +"Newsfeed could not be loaded. Check the front page to " +"check for updates." +msgstr "" +"Nemohl být načten kanál novinek. Zkontrolujte úvodní stránku pro kontrolu aktualizací." + +msgid "Next" +msgstr "Další" + +msgid "Next tags" +msgstr "Následujíc Å¡títky" + +msgid "NextGEN Attach Interface" +msgstr "NextGEN rozhraní pro přikládání příloh" + +msgid "NextGEN Basic Compact Album" +msgstr "Základní NextGEN kompaktní album" + +msgid "NextGEN Basic Extended Album" +msgstr "Základní NextGEN rozšířené album" + +msgid "NextGEN Basic ImageBrowser" +msgstr "Základní NextGEN prohlížeč obrázků" + +msgid "NextGEN Basic Singlepic" +msgstr "Základní NextGEN jeden obrázek" + +msgid "NextGEN Basic Slideshow" +msgstr "Základní NextGEN prezentace" + +msgid "NextGEN Basic Tagcloud" +msgstr "Základní NextGEN mrak Å¡títků" + +msgid "NextGEN Basic Thumbnails" +msgstr "Základní NextGEN náhledy" + +msgid "NextGEN Gallery" +msgstr "NextGEN Gallery" + +msgid "NextGEN Gallery & Album Settings" +msgstr "Nastavení NextGEN galerie a alba" + +msgid "NextGEN Gallery - Attach To Post" +msgstr "NextGEN Gallery - přiložit k příspěvku" + +msgid "" +"NextGEN Gallery : Tables could not created, please check your database " +"settings" +msgstr "" +"NextGEN Gallery: Tabulky nemohly být vytvořeny. Zkontrolujte prosím " +"nastavení databáze" + +msgid "NextGEN Gallery Overview" +msgstr "O NextGEN Gallery" + +msgid "" +"NextGEN Gallery contains some functions which are only available under PHP " +"5.2. You are using the old PHP 4 version, upgrade now! It's no longer " +"supported by the PHP group. Many shared hosting providers offer both PHP 4 " +"and PHP 5, running simultaneously. Ask your provider if they can do this." +msgstr "" +"Nextgen Galerie obsahuje některé funkce, které jsou k dispozici pouze v PHP " +"5.2. Používáte starou verzi PHP 4, aktualizujte nyní! Není již podporována " +"skupinou PHP. Mnozí poskytovatelé nabízejí sdílený hosting s PHP 4 a PHP 5, " +"které běží současně. Zeptejte se svého poskytovatele, jesli to může udělat." + +msgid "" +"NextGEN Gallery is one of the most popular Wordpress plugins of all time " +"with over 9 million downloads. It is developed and supported by Photocrati " +"Media. We'd like to offer a special thanks to Alex Rabe, who first developed " +"the plugin and maintained it through 2011." +msgstr "" +"NextGEN Gallery je s více než 9ti miliony staženími jeden z " +"nejpopulárnějších pluginů pro WordPress vÅ¡ech dob. Je vyvíjen a podporován " +"Photocrati Media. Speciálně bychom chtěli poděkovat Alexi Rabeovi, který " +"plugin vytvořil a udržoval během roku 2011." + +msgid "NextGEN Media RSS" +msgstr "NextGEN Media RSS" + +msgid "NextGEN Slideshow" +msgstr "NextGEN prezentace" + +msgid "NextGEN Widget" +msgstr "NextGEN Widget" + +msgid "No" +msgstr "Ne" + +msgid "No GD support" +msgstr "Žádná podpora GD" + +msgid "No album ID has been provided as parameter" +msgstr "Jako parametr nebylo poskytnuto žádné ID alba" + +msgid "No album selected" +msgstr "Není vybráno album" + +msgid "No album selected!" +msgstr "Není vybráno album!" + +msgid "No directory specified." +msgstr "Složka nebyla vybrána." + +msgid "No display type selected" +msgstr "Nebyl vybrán typ zobrazení" + +msgid "No entities to display for this source." +msgstr "Pro tento zdroj není co zobrazit." + +msgid "No entries found" +msgstr "Nenalezeny žádné záznamy" + +msgid "No exif data" +msgstr "Žádná EXIF data" + +msgid "No file was uploaded" +msgstr "Nebyl nahrán žádný soubor" + +msgid "No folder specified" +msgstr "Složka nebyla vybrána" + +msgid "No galleries have been yet created." +msgstr "Zatím nebyly vytvořeny žádné galerie." + +msgid "No gallery" +msgstr "Žádná galerie" + +msgid "No gallery name specified" +msgstr "Není nastaveno jméno galerie" + +msgid "No gallery selected !" +msgstr "Nebyla vybrána galerie!" + +msgid "No images selected" +msgstr "Nebyl vybrán žádný obrázek" + +msgid "No meta data saved" +msgstr "Metadata nebyla uložena" + +msgid "No new slug(s) specified!" +msgstr "Žádný nový slug nespecifikován!" + +msgid "No new tag specified!" +msgstr "Nový Å¡títek nespecifikován!" + +msgid "No new/old valid tag specified!" +msgstr "Nový/starý Å¡títek nespecifikován!" + +msgid "No objects (post/page) found for specified old tags." +msgstr "Nebyl nalezen žádný objekt (příspěvek/stránka) pro dané staré Å¡títky." + +msgid "" +"No permissions to browse folders. Try refreshing the page or ensuring that " +"your user account has sufficient roles/privileges." +msgstr "" +"Nemáte oprávnění k procházení složek. Obnovte stránku, nebo se ujistěte, že " +"má váš účet dostatečná oprávnění." + +msgid "" +"No permissions to import folders. Try refreshing the page or ensuring that " +"your user account has sufficient roles/privileges." +msgstr "" +"Nemáte oprávnění k nahrání složek. Obnovte stránku, nebo se ujistěte, že má " +"váš účet dostatečná oprávnění. " + +msgid "" +"No permissions to upload images. Try refreshing the page or ensuring that " +"your user account has sufficient roles/privileges." +msgstr "" +"Nemáte oprávnění k nahrání obrázků. Obnovte stránku, nebo se ujistěte, že má " +"váš účet dostatečná oprávnění. " + +msgid "No picture" +msgstr "Žádný obrázek" + +msgid "No slug edited." +msgstr "Žádný slug nebyl upraven." + +msgid "No tag deleted." +msgstr "Žádný Å¡títek nebyl smazán." + +msgid "No tag merged." +msgstr "Žádné Å¡títky nebyly spojeny." + +msgid "No tag renamed." +msgstr "Žádný Å¡títek nebyl přejmenován." + +msgid "No tag specified!" +msgstr "Å títek nespecifikován!" + +msgid "No valid URL path " +msgstr "Chybná URL cesta" + +msgid "No valid gallery name!" +msgstr "Å patný název galerie!" + +msgid "No valid new tag." +msgstr "Žádný platný nový Å¡títek. " + +msgid "None" +msgstr "Žádné" + +msgid "Not fired" +msgstr "Nepoužit" + +msgid "Not linked" +msgstr "Bez odkazu" + +msgid "Not set" +msgstr "Nenastaveno" + +msgid "" +"Note : Based on your server memory limit you should not upload larger images " +"then %d x %d pixel" +msgstr "" +"Poznámka: Na základě paměti vaÅ¡eho serveru byste neměli nahrávat obrázky " +"větší než %d x %d pixelů" + +msgid "Number of columns" +msgstr "Počet sloupců" + +msgid "Number of columns to display" +msgstr "Počet sloupců k zobrazení" + +msgid "Number of images per page" +msgstr "Počet obrázků na stránce" + +msgid "OK" +msgstr "OK" + +msgid "Object didn't contain correct data" +msgstr "Objekt neobsahuje správná data" + +msgid "Off" +msgstr "Vyp" + +msgid "Offset" +msgstr "Odsazení" + +msgid "Offset:" +msgstr "Odsazení:" + +msgid "On" +msgstr "Zap" + +msgid "Only apply to NextGEN and WordPress images" +msgstr "Aplikovat pouze na NextGEN a WordPress obrázky" + +msgid "Only apply to NextGEN images" +msgstr "Aplikovat pouze na NextGEN obrázky" + +msgid "Only which are listed" +msgstr "Jenom ty, které jsou v seznamu" + +msgid "Only which are not listed" +msgstr "Jenom ty, které nejsou v seznamu" + +msgid "Oops, no such file exists! Double check the name and try again, merci." +msgstr "" +"Oops, takový soubor neexistuje! Dvakrát zkontrolujte jméno a zkuste to " +"znovu. Děkuji." + +msgid "Opacity:" +msgstr "Neprůhlednost:" + +msgid "Opaque" +msgstr "Průhlednost" + +msgid "Operating System" +msgstr "Operační systém" + +msgid "Operation successful. Please clear your browser cache." +msgstr "Operace úspěšná. Prosím vyčistěte cache prohlížeče." + +msgid "Original images" +msgstr "Původní obrázky" + +msgid "Other Options" +msgstr "Ostatní možnosti" + +msgid "Override image settings" +msgstr "Přepsat nastavení obrázku" + +msgid "Override thumbnail settings" +msgstr "Přepsat nastavení náhledů" + +msgid "Overriding the image settings will create an additional set of images" +msgstr "Přepsání nastavení obrázku vytvoří novou sadu obrázků" + +msgid "Overview" +msgstr "Přehled" + +msgid "Overwrite" +msgstr "Přepsat" + +msgid "Overwrite tags" +msgstr "Přepsat Å¡títky" + +msgid "PCRE Backtracking Limit" +msgstr "PCRE Backtracking limit" + +msgid "PHP Allow URL fopen" +msgstr "PHP dovoluje URL fopen" + +msgid "PHP Exif support" +msgstr "Podpora PHP Exif" + +msgid "PHP IPTC support" +msgstr "Podpora PHP IPTC" + +msgid "PHP Max Post Size" +msgstr "Maximální velikost postu pro PHP" + +msgid "PHP Max Script Execute Time" +msgstr "Maximální běh skriptu pro PHP" + +msgid "PHP Max Upload Size" +msgstr "Maximální velikost nahrávání pro PHP" + +msgid "PHP Memory Limit" +msgstr "Limit paměti pro PHP" + +msgid "PHP Safe Mode" +msgstr "PHP Safe Mode" + +msgid "PHP Version" +msgstr "Verze PHP" + +msgid "PHP XML support" +msgstr "Podpora PHP XML" + +msgid "Page" +msgstr "Stránka" + +msgid "Page ID" +msgstr "ID stránky" + +msgid "Page Link to" +msgstr "Odkaz na stránku" + +msgid "Path to the JW Image Rotator (URL)" +msgstr "Cesta k JW Image Rotator (URL)" + +msgid "Percent" +msgstr "Procent" + +msgid "Permalink slug" +msgstr "Permanentní slug" + +msgid "Photos" +msgstr "Fotky" + +msgid "Piclens link text" +msgstr "Piclens text odkazu" + +msgid "Picture" +msgstr "Obrázek" + +msgid "Picture tag" +msgstr "Å títek obrázku" + +msgid "Picture tag: %2$l." +msgstr "Å títek obrázku: %2$l." + +msgid "Pictures deleted successfully " +msgstr "Obrázky úspěšně smazány" + +msgid "Pixels" +msgstr "Pixelů" + +msgid "Place any custom stylesheets in wp-content/ngg_styles" +msgstr "Vlastní stylesheet uložte do wp-content/ngg_styles" + +msgid "Please click \"Works\" on WordPress.org" +msgstr "Klikněte prosím na \"Funguje\" na WordPress.org" + +msgid "" +"Please note : If you change the settings, you need to recreate the " +"thumbnails under -> Manage Gallery ." +msgstr "" +"Upozornění: Pokud změníte nastavení, musíte znovu vytvořit náhledy pod -> " +"Správa Galerie." + +msgid "" +"Please note : You can only activate the watermark under -> Manage Gallery . " +"This action cannot be undone." +msgstr "" +"Upozornění: vodoznak můžete aktivovat pouze pod -> Správa galerie. Tuto akci " +"nelze vrátit." + +msgid "" +"Please note: You can only activate the watermark under Manage Gallery. This " +"action cannot be undone." +msgstr "" +"Upozornění: Vodoznak můžete aktivovat pouze pod Nastavením galerie. Tuto " +"akci nelze vrátit." + +msgid "Position" +msgstr "Pozice" + +msgid "Position:" +msgstr "Pozice:" + +msgid "Post title" +msgstr "Název příspěvku" + +msgid "Presort" +msgstr "Předřazení" + +msgid "Press the button below to search for the JW Image Rotator" +msgstr "K hledání JW Image Rotatoru klikněte na tlačítko níže" + +msgid "Preview" +msgstr "Náhled" + +msgid "Preview image:" +msgstr "Obrázek náhledu:" + +msgid "Preview of saved settings:" +msgstr "Náhled uloženého nastavení:" + +msgid "Previous tags" +msgstr "Předchozí Å¡títky" + +msgid "Proceed now" +msgstr "Provést teď" + +msgid "Program tool" +msgstr "Programem" + +msgid "Province/State" +msgstr "Stát/provincie" + +msgid "Publish" +msgstr "Zveřejnit" + +msgid "Publish this image" +msgstr "Zveřejnit obrázek" + +msgid "Published a new post" +msgstr "Zveřejnit nový příspěvek" + +msgid "Quality:" +msgstr "Kvalita:" + +msgid "Rebuild album structure : %s / %s albums" +msgstr "Znovuvytvoření sktruktury alb: %s / %s alb" + +msgid "Rebuild gallery structure : %s / %s galleries" +msgstr "Znovuvytvoření sktruktury galerií: %s / %s galerií" + +msgid "Rebuild image structure : %s / %s images" +msgstr "Znovuvytvoření sktruktury obrázků: %s / %s obrázků" + +msgid "Recover" +msgstr "Obnovit" + +msgid "Recover from backup" +msgstr "Obnovit ze zálohy" + +msgid "Recover image from backup" +msgstr "Obnovit ze zálohy" + +msgid "Refresh preview image" +msgstr "Obnovit obrázek náhledu" + +msgid "Related Images" +msgstr "Související obrázky" + +msgid "Related images for" +msgstr "Obrázky, související s " + +msgid "Remove featured image" +msgstr "Odstranit hlavní obrázek" + +msgid "Rename" +msgstr "Přejmenovat" + +msgid "Rename Tag" +msgstr "Přejmenovat Å¡títek" + +msgid "Rename failed" +msgstr "Přejmenování selhalo" + +msgid "Renamed tag(s) «%1$s» to «%2$s»" +msgstr "Přejmenovaný tag(y) «%1$s» na «%2$s»" + +msgid "" +"Replace all existing options and gallery options with their default settings" +msgstr "" +"Nahradit vÅ¡echny existující možnosti a možnosti galerií do původního " +"nastavení" + +msgid "Reset Options" +msgstr "Smazat možnosti" + +msgid "Reset all options to default settings" +msgstr "Smazat vÅ¡echny možnosti do původního nastavení" + +msgid "" +"Reset all options to default settings?\n" +"\n" +"Choose [Cancel] to Stop, [OK] to proceed." +msgstr "" +"Smazat vÅ¡echny možnosti do původního nastavení?\n" +"\n" +"Vyberte [ZruÅ¡it] pro zastavení, [OK] pro provedení." + +msgid "Reset settings" +msgstr "Smazat nastavení" + +msgid "Resize Images" +msgstr "Změna velikosti obrázků" + +msgid "Resize Images to" +msgstr "Změnit velikost obrázků na" + +msgid "Resize images" +msgstr "Změna velikosti obrázků" + +msgid "Right" +msgstr "Vpravo" + +msgid "Roles & Capabilities" +msgstr "Role a schopnosti" + +msgid "Rollover / Active Color" +msgstr "Barva při najetí/aktivaci" + +msgid "Rollover / active" +msgstr "Rolování / aktivní" + +msgid "Rotate" +msgstr "Otočit" + +msgid "Rotate images" +msgstr "Otočit obrázky" + +msgid "Rotate images clockwise" +msgstr "Otočit obrázky po směru ručiček" + +msgid "Rotate images counter-clockwise" +msgstr "Otočit obrázky proti směru ručiček" + +msgid "" +"SAFE MODE Restriction in effect! You need to create the folder %s manually" +msgstr "SAFE MODE je aktivní! Musíte vytvořit složku %s ručně" + +msgid "SQL Mode" +msgstr "Režim SQL" + +msgid "Save" +msgstr "Uložit" + +msgid "Save Changes" +msgstr "Uložit změny" + +msgid "Save all changes" +msgstr "Uložit vÅ¡e" + +msgid "Saved successfully" +msgstr "Úspěšně uloženo" + +msgid "Scan Folder for new images" +msgstr "Zkontrolovat složku kvůli novým obrázkům" + +msgid "Screen" +msgstr "Obrazovka" + +msgid "Screen Color" +msgstr "Barva plochy" + +msgid "Search Images" +msgstr "Hledat obrázky" + +msgid "Search now" +msgstr "Hledej" + +msgid "Search results for “%s”" +msgstr "výsledky vyhledávání pro “%s”" + +msgid "Search tags" +msgstr "Vyhledat Å¡títky" + +msgid "Security error." +msgstr "Chyba zabezpečení." + +msgid "See here for more information about the effects :" +msgstr "Pro více informací o efektech se podívejte zde:" + +msgid "Select" +msgstr "Vybrat" + +msgid "Select »" +msgstr "Vybrat »" + +msgid "Select Color" +msgstr "Vybrat barvu" + +msgid "Select Gallery" +msgstr "Vybrat galerii" + +msgid "Select a display type" +msgstr "Vyberte typ zobrazení" + +msgid "" +"Select a folder to import. The folder name will be used as the title of the " +"gallery." +msgstr "Vyberte složku k vložení. Název složky bude použit jako název galerie." + +msgid "Select a gallery" +msgstr "Vybrat galerii" + +msgid "Select a preview image:" +msgstr "Vyberte obrázek pro náhled:" + +msgid "Select album" +msgstr "Vybrat album" + +msgid "Select gallery" +msgstr "Vybrat galerii" + +msgid "Select graphic library" +msgstr "Vybrat grafickou knihovnu" + +msgid "Select the area for the thumbnail from the picture on the left." +msgstr "Vyberte oblast pro náhled z obrázku vlevo." + +msgid "Select the destination gallery:" +msgstr "Vybrat cílovou galerii:" + +msgid "" +"Select the lowest role which should be able to access the following " +"capabilities. NextGEN Gallery supports the standard roles from WordPress." +msgstr "" +"Vyberte nejnižší roli, která má mít přístup k daným možnostem. NextGEN " +"Gallery podporuje standartní role z WordPressu." + +msgid "Select with the mouse the area for the new thumbnail" +msgstr "Pomocí myÅ¡i vyberte novou oblast náhledu" + +msgid "Separate picture tags with commas." +msgstr "Oddělte Å¡títky obrázků čárkami." + +msgid "Server" +msgstr "Server" + +msgid "Server Settings" +msgstr "Nastavení serveru" + +msgid "Set NextGEN featured image" +msgstr "Nastavit hlavní NextGEN obrázek" + +msgid "Set featured image" +msgstr "Použít hlavní obrázek" + +msgid "Set fix dimension" +msgstr "Nastavit pevný rozměr" + +msgid "Set fix dimension?" +msgstr "Nastavit pevné rozměry?" + +msgid "Set watermark" +msgstr "Nastavit vodoznak" + +msgid "" +"Sets an SEO-friendly name to this gallery for URLs. Currently only in use by " +"the Pro Lightbox." +msgstr "" +"Vyberte SEO-přívětivé jméno pro URL galerie. V současnosti využívá pouze Pro " +"Lightbox." + +msgid "Settings for the JW Image Rotator" +msgstr "Nastavení pro JW Image Rotator" + +msgid "Should work if the gallery is bellow the blog.dir" +msgstr "Mělo by fungovat, pokud je galerie pod blog.dir" + +msgid "Show" +msgstr "Ukázat" + +msgid "Show / hide used galleries" +msgstr "Zobrazit / skrýt použité galerie" + +msgid "Show ImageBrowser" +msgstr "Zobrazit prohlížeč obrázků" + +msgid "Show Media RSS icon" +msgstr "Ukázat ikonu Media RSS" + +msgid "Show Related Images on Posts?" +msgstr "Zobrazit u příspěvků související obrázky?" + +msgid "Show a NextGEN Gallery Slideshow" +msgstr "Ukazát NextGEN Gallery prezentaci" + +msgid "Show first" +msgstr "Zobrazit první" + +msgid "Show loading icon" +msgstr "Ukázat ikonu načítání" + +msgid "Show meta data" +msgstr "Ukázat metadata" + +msgid "Show navigation bar" +msgstr "Ukázat navigační liÅ¡tu" + +msgid "Show next image on click" +msgstr "Na kliknutí ukázat další obrázek" + +msgid "Show piclens link" +msgstr "Ukázat Piclens odkaz" + +msgid "Show slideshow link" +msgstr "Ukázat odkaz prezentace" + +msgid "Show the Media RSS link" +msgstr "Ukázat Media RSS odkaz" + +msgid "Show thumbnail link" +msgstr "Ukázat odkaz náhledu" + +msgid "Shuffle" +msgstr "Promíchat" + +msgid "Shuffle mode" +msgstr "Režim shuffle" + +msgid "Shutter" +msgstr "Roleta" + +msgid "Shutter speed" +msgstr "Rychlost závěrky" + +msgid "Single picture" +msgstr "Jeden obrázek" + +msgid "Singlepic" +msgstr "Jeden obrázek" + +msgid "Size" +msgstr "Velikost" + +msgid "Size List" +msgstr "Seznam velikostí" + +msgid "Size of the image" +msgstr "Velikost obrázku" + +msgid "Slideshow" +msgstr "Prezentace" + +msgid "Slideshow link text" +msgstr "Text odkazu prezentace" + +msgid "" +"Slideshows require the Flash Player and a browser with Javascript support." +msgstr "" +"Prezentace vyžaduje Flash Player a prohlížeč s podporou Javascriptu." + +msgid "Slug" +msgstr "Slug" + +msgid "Slug(s) to set:" +msgstr "Slug(y) k nastavení:" + +msgid "" +"Some folders/files could not renamed, please recheck the permission and " +"rescan the folder in the manage gallery section." +msgstr "" +"Některé soubory/složky nemohly být přejmenovány, překontrolujte prosím " +"oprávnění a projděte adresář v sekci správa galerie." + +msgid "" +"Sorry, NextGEN Gallery works only with a Memory Limit of 16 MB or higher" +msgstr "" +"Je nám líto, ale NextGEN Gallery funguje pouze s s pamětí 16 MB a větší" + +msgid "Sorry, NextGEN Gallery works only with a role called administrator" +msgstr "" +"Omlouváme se, ale NexhGEN Gallery funguje pouze s rolí nazvanou administrátor" + +msgid "Sorry, you have no access here" +msgstr "Omlouváme se, ale sem nemáte přístup" + +msgid "" +"Sorry, you have used your space allocation. Please delete some files to " +"upload more files." +msgstr "" +"Omlouváme se, ale použili jste celý svůj diskový prostor. Abyste mohli " +"nahrát nové soubory, musíte smazat nějaké starší." + +msgid "Sorry, you must be able to manage galleries" +msgstr "Omlouváme se, ale musíte mít oprávnění ke správě galerií" + +msgid "Sort Gallery" +msgstr "Srovnat galerii" + +msgid "Sort Order:" +msgstr "Pořadí řazení:" + +msgid "Sort direction" +msgstr "Směr řazení" + +msgid "Sort gallery" +msgstr "Srovnat galerii" + +msgid "Sort in what direction?" +msgstr "V jakým řadit pořadí?" + +msgid "Sort options" +msgstr "Možnosti řazení" + +msgid "Sort or Exclude Images" +msgstr "Seřadit, nebo vyjmout obrázky" + +msgid "Sort order changed" +msgstr "Způsob řazení změněn" + +msgid "Sort thumbnails" +msgstr "Seřadit náhledy" + +msgid "Source" +msgstr "Zdroj" + +msgid "Source not compatible with selected display type" +msgstr "Zdroj není kompatibilní s vybraným typem zobrazení" + +msgid "Sources" +msgstr "Zdroj" + +msgid "Space Allowed" +msgstr "Místa volno" + +msgid "Space Used" +msgstr "Místa použito" + +msgid "Start upgrade now" +msgstr "Začít aktualizace teď" + +msgid "Storage Space" +msgstr "Úložný prostor" + +msgid "Stretch image" +msgstr "Roztáhnout obrázek" + +msgid "Styles" +msgstr "Styly" + +msgid "Stylesheet URL" +msgstr "Stylesheet URL" + +msgid "Subject" +msgstr "Předmět" + +msgid "Tag" +msgstr "Å títek" + +msgid "Tag(s) to delete:" +msgstr "Å títek(y) ke smazání:" + +msgid "Tag(s) to match:" +msgstr "Odpovídající Å¡títek(y):" + +msgid "Tag(s) to rename:" +msgstr "Å títek(y) k přejmenování:" + +msgid "Tags" +msgstr "Å títky" + +msgid "Tags (comma separated list)" +msgstr "Å títky (čárkami oddělený seznam)" + +msgid "Tags / Categories" +msgstr "Å títky/Kategorie" + +msgid "Tags changed" +msgstr "Å títky změněny" + +msgid "Tags number and slugs number isn't the same!" +msgstr "Počet Å¡títků a slugů není stejný!" + +msgid "Template" +msgstr "Å ablona" + +msgid "Text" +msgstr "Text" + +msgid "Text for Media RSS link" +msgstr "Text pro Media RSS odkaz" + +msgid "Text:" +msgstr "Text:" + +msgid "Texts / Buttons Color" +msgstr "Barva textů/tlačítek" + +msgid "Texts / buttons" +msgstr "Texty / tlačítka" + +msgid "Thanks to all donators..." +msgstr "Děkujeme vÅ¡em dárcům..." + +msgid "The accessing of URL files is disabled at your server (allow_url_fopen)" +msgstr "Přístup k souborům přes URL je zakázáno na serveru (povolte URL fopen)" + +msgid "The album ID=%s does not exist." +msgstr "ID alba =%s neexistuje." + +msgid "" +"The album will not link to a gallery subpage. The gallery is shown on the " +"same page." +msgstr "" +"Album nebude odkazovat na podstránku galerie. Galerie bude zobrazena na " +"stejné stránce." + +msgid "The default setting should be %s" +msgstr "Výchozí nastavení by mělo být %s" + +msgid "The destination gallery does not exist" +msgstr "Cílová galerie neexistuje" + +msgid "The display type that the tagcloud will point its results to" +msgstr "Typ zobrazení na který bude odkazovat tagcloud" + +msgid "The gallery ID=%s does not exist." +msgstr "ID galerie =%s neexistuje." + +msgid "The gallery will open the ImageBrowser instead the effect." +msgstr "Galerie místo efektu otevře prohlížeč obrázků." + +msgid "" +"The path to JW Image Rotator is not defined, the slideshow will not work." +msgstr "Cesta k JW Image Rotator není definována, prezentace nebude fungovat." + +msgid "The script detect that you upgrade from a older version." +msgstr "Skript detekoval, že jste aktualizovali ze starší verze." + +msgid "The server setting Safe-Mode is on !" +msgstr "Nastavení serveru Safe-Mode je zapnuto!" + +msgid "The upgrade process may take a while, so please be patient." +msgstr "Proces aktualizace může chvíli trvat, proto buďte prosím trpěliví." + +msgid "" +"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in " +"the HTML form" +msgstr "" +"Nahrávanný soubor překračuje MAX_FILE_SIZE direktivu, která byla " +"specifikována v HTML formuláři" + +msgid "The uploaded file exceeds the upload_max_filesize directive in php.ini" +msgstr "" +"Nahrávaný soubor překračuje upload_max_filesize direktivu ze souboru php.ini" + +msgid "The uploaded file was only partially uploaded" +msgstr "Nahrávaný soubor nebyl zcela nahrán" + +msgid "" +"There was a configuration error. Please contact the server administrator." +msgstr "Nastal problém konfigurace. Kontaktujte prosím administrátora serveru." + +msgid "These are maximum values" +msgstr "Tyto hodnoty jsou maximální" + +msgid "These values are maximum values " +msgstr "Tyto hodnoty jsou maximální" + +msgid "Thickbox" +msgstr "Thickbox" + +msgid "" +"This does not affect existing thumbnails; overriding the thumbnail settings " +"will create an additional set of thumbnails. To change the size of existing " +"thumbnails please visit 'Manage Galleries' and choose 'Create new " +"thumbnails' for all images in the gallery." +msgstr "" +"Toto neovlivní existující náhledy; přepsání nastavení náhledů vytvoří novou " +"sadu náhledů. Ke změně aktuální velikosti náhledů prosím přejděte do " +"\"Správa galerií\" a vyberte \"Vytvořit nové náhledy\" pro vÅ¡echny obrázky v " +"galerii." + +msgid "This file exceeds the maximum upload size for this site." +msgstr "" +"Soubor překročil maximální velikost nahrávaného souboru pro tyto stránky." + +msgid "This file is empty. Please try another." +msgstr "Soubor je prázdný. Zkuste prosím jiný." + +msgid "This file is not an image. Please try another." +msgstr "Soubor není obrázek. Zkuste prosím jiný." + +msgid "This file type is not allowed. Please try another." +msgstr "Typ souboru není povolen. Zkuste prosím jiný." + +msgid "This function will not work, cause you need the FreeType library" +msgstr "Tato funkce nebude fungovat, protože potřebujete FreeType knihovnu" + +msgid "This is larger than the maximum size. Please try another." +msgstr "Soubor je větší, než maximální povolená velikost. Zkuste prosím jiný." + +msgid "" +"This is the default path for all blogs. With the placeholder %BLOG_ID% you " +"can organize the folder structure better." +msgstr "" +"Toto je výchozí cesta pro vÅ¡echny blogy. Se zástupným znakem %BLOG_ID% " +"můžete lépe organizovat strukturu složek." + +msgid "This is the default path for all galleries" +msgstr "Toto je výchozí cesta pro vÅ¡echny galerie" + +msgid "" +"This is the maximum limit of images that NextGEN will restrict itself to " +"querying" +msgstr "Toto je maximální limit obrázků, které bude NextGEN zpracovávat" + +msgid "This option will append related images to every post" +msgstr "Tato možnost přidá související obrázky ke každému příspěvku" + +msgid "" +"This plugin is primarily developed, maintained, supported and documented by " +"Photocrati Media with a lot of love & " +"effort. Any kind of contribution would be highly appreciated. Thanks!" +msgstr "" +"Tento plugin je převážně vyvíjen, udržován, podporován a dokumentován Photocrati Media s velkou láskou a snahou. " +"Jakýkoliv druh podpory velmi oceníme. Díky!" + +msgid "This widget requires JavaScript." +msgstr "Widget vyžaduje JavaScript." + +msgid "Thumbnail" +msgstr "Náhled" + +msgid "Thumbnail Options" +msgstr "Možnosti náhledu" + +msgid "Thumbnail crop" +msgstr "Oříznutí náhledu" + +msgid "Thumbnail dimensions" +msgstr "Rozměry náhledu" + +msgid "Thumbnail link text" +msgstr "Text odkazu náhledu" + +msgid "Thumbnail quality" +msgstr "Kvalita náhledu" + +msgid "Thumbnail settings" +msgstr "Nastavení náhledů" + +msgid "Thumbnail updated" +msgstr "Náhled aktualizován" + +msgid "Thumbnail watermark" +msgstr "Vodoznak náhledu" + +msgid "Thumbnails" +msgstr "Náhledy" + +msgid "Time Created" +msgstr "Čas vytvoření" + +msgid "" +"Tip : Copy your stylesheet (nggallery.css) to your theme folder, so it will " +"be not lost during a upgrade" +msgstr "" +"Tip: Zkopírujte svůj styl (nggallery.css) do složky s tématem, takže nebude " +"ztracen při aktualizaci" + +msgid "" +"Tip No. 2: Use the color picker below to help you find the right color " +"scheme for your gallery!" +msgstr "" +"Tip č.2: Použijte výběr barev k výběru toho správného barevného schématu pro " +"vaÅ¡i galerii!" + +msgid "Title" +msgstr "Nadpis" + +msgid "Title:" +msgstr "Titulek:" + +msgid "Tooltip text for Media RSS link" +msgstr "Tooltip text pro Media RSS odkaz" + +msgid "Transition / Fade effect" +msgstr "Přechodový efekt" + +msgid "Try XHTML validation" +msgstr "Pokusit se o XHTML validaci" + +msgid "Try XHTML validation (with CDATA)" +msgstr "Zkusit XHTML validaci (s CDATA)" + +msgid "Try to apply to all images" +msgstr "Pokusit se aplikovat na vÅ¡echny obrázky" + +msgid "Try to apply to all images that link to image files" +msgstr "Pokusit se aplikovat na vÅ¡echny obrázky, odkazující na soubor obrázku" + +msgid "URL to file" +msgstr "URL k souboru" + +msgid "Unable to create directory " +msgstr "Nepodařilo se vytvořit složku" + +msgid "Unable to create directory %s." +msgstr "Nepodařilo se vytvořit složku %s." + +msgid "" +"Unable to create directory %s. Is its parent directory writable by the " +"server?" +msgstr "Nemohu vytvořit složku %s. Může do její nad složky server zapisovat?" + +msgid "" +"Unable to write to directory %s. Is this directory writable by the server?" +msgstr "Do složky %s nelze zapisovat. Může do ní server zapisovat?" + +msgid "Unexpected Error" +msgstr "Neočekávaná chyba" + +msgid "Unknown upload error" +msgstr "Neznámá chyba nahrávání" + +msgid "Unsorted" +msgstr "Neseřazeno" + +msgid "Untitled" +msgstr "Bez názvu" + +msgid "Update" +msgstr "Aktualizovat" + +msgid "Update File" +msgstr "Aktualizovat soubor" + +msgid "Update Sort Order" +msgstr "Změnit způsob řazení" + +msgid "Update Successfully" +msgstr "Úspěšně aktualizováno" + +msgid "Update successful" +msgstr "Nahrávání úspěšné" + +msgid "Update successfully" +msgstr "Úspěšně aktualizováno" + +msgid "Upgrade NextGEN Gallery" +msgstr "Aktualizovat NextGEN Gallery" + +msgid "Upgrade finished..." +msgstr "Aktualizace dokončena..." + +msgid "Upload Images" +msgstr "Nahrát obrázky" + +msgid "Upload complete" +msgstr "Nahrávání dokončeno" + +msgid "Upload failed." +msgstr "Nahrávání selhalo." + +msgid "Upload stopped." +msgstr "Nahrávání zastaveno." + +msgid "Uploaded file was no or a faulty zip file ! The server recognized : " +msgstr "Nahrávaný soubor nebyl typu ZIP, nebo byl poruÅ¡en! Server rozpoznal:" + +msgid "Use TinyMCE Button / Upload tab" +msgstr "Použít tlačítko TinyMCE/záložku nahrávání" + +msgid "Use a legacy template when rendering (not recommended)." +msgstr "Při vykreslování použít starší Å¡ablonu (není doporučeno)." + +msgid "Use as featured image" +msgstr "Použít jako hlavní obrázek" + +msgid "Use image as watermark" +msgstr "Použít obrázek jako vodoznak" + +msgid "Use imagebrowser effect" +msgstr "Použít efekt prohlížeče obrázků" + +msgid "Use slow zooming effect" +msgstr "Použít efekt pomalého přiblížení" + +msgid "Use text as watermark" +msgstr "Použít text jako vodoznak" + +msgid "" +"Use the watermark image in the Flash object. Note: this does not watermark " +"the image itself, and cannot be applied with text watermarks" +msgstr "" +"Použít vodoznak ve flash objektu. Poznámka: toto nevloží vodoznak přímo do " +"obrázku a nelze být použito pro textový vodoznak" + +msgid "Use watermark logo" +msgstr "Použít logo vodoznaku" + +msgid "Using Text" +msgstr "Použít text" + +msgid "Using an Image" +msgstr "Použít obrázek" + +msgid "Value" +msgstr "Hodnota" + +msgid "Version" +msgstr "Verze" + +msgid "View" +msgstr "Zobrazit" + +msgid "View all" +msgstr "Zobrazit vÅ¡e" + +msgid "Visit the plugin homepage" +msgstr "NavÅ¡tivte stránku pluginu" + +msgid "Watermark" +msgstr "Vodoznak" + +msgid "Watermarks" +msgstr "Vodoznaky" + +msgid "Welcome to NextGEN Gallery !" +msgstr "Vítejte v NextGEN Gallery!" + +msgid "What effect would you like to use?" +msgstr "Jaký efekt si přejete použít?" + +msgid "What must the lightbox be applied to?" +msgstr "Na co má být aplikovám lightbox?" + +msgid "What should images be resized to?" +msgstr "Na jakou velikost mají být změněny?" + +msgid "What stylesheet would you like to use?" +msgstr "Jaký stylesheet chcete použít?" + +msgid "What would you like to display?" +msgstr "Co byste chtěli zobrazit?" + +msgid "What's the default sorting method?" +msgstr "Jaká je výchozí metoda řazení?" + +msgid "" +"When active each image in the gallery will link to an imagebrowser display " +"and lightbox effects will not be applied." +msgstr "" +"Pokud je aktivní, bude každý obrázek v galerii spojen s prohlížečem obrázků " +"a lightbox ekeft nebude použit." + +msgid "" +"When enabled, adds a MediaRSS link to your header. Third-party web services " +"can use this to publish your galleries" +msgstr "" +"Pokud je povoleno, přidá MediaRSS odkaz do hlavičky. Webové služby třetích " +"stran to mohou použít k publikování vaÅ¡ich galerií" + +msgid "" +"When enabled, image files will be removed after a Gallery has been deleted" +msgstr "Když je povoleno, budou soubory obrázků smazány při smazání galerie" + +msgid "" +"When enabled, related images will be appended to each post by matching the " +"posts tags/categories to image tags" +msgstr "" +"Pokud je povoleno, budou ke každému příspěvku přidány související obrázky u " +"kterých budou odpovídat Å¡títky/kategorie" + +msgid "When generating thumbnails, what image dimensions do you desire?" +msgstr "Jakých rozměrů chcete dosáhnout při generování náhledů?" + +msgid "When generating thumbnails, what image quality do you desire?" +msgstr "Jaké kvality chcete dosáhnout při generování náhledů?" + +msgid "" +"When safe_mode is on, PHP checks to see if the owner (%s) of the current " +"script matches the owner (%s) of the file to be operated on by a file " +"function or its directory" +msgstr "" +"Pokud je safe_mode zapnutý, PHP kontroluje, jestli vlastník (%s) prováděného " +"skriptu souhlasí s vlastníkem (%s) souboru, nebo adresáře" + +msgid "" +"When you activate this option, some javascript is added to your site footer. " +"Make sure that wp_footer is called in your theme." +msgstr "" +"Pokud tuto možnost aktivujete, bude přidán javascript do patičky vaÅ¡ich " +"stránek. Ujistěte se proto, že vaÅ¡e téma volá wp_footer" + +msgid "" +"When you activate this option, you need to update your permalink structure " +"one time." +msgstr "" +"Pokud aktivujete tuto možnost, budete muset jednorázově aktualizovat " +"strukturu trvalých odkazů." + +msgid "Where galleries and their images are stored" +msgstr "Kde jsou umístěny galerie a jejich obrázky" + +msgid "Where would you like galleries stored?" +msgstr "Kde chcete mít galerie uloženy?" + +msgid "Widget that displays Media RSS links for NextGEN Gallery." +msgstr "Widget, který pro NextGEN Gallery zobrazuje Media RSS odkaz." + +msgid "Width" +msgstr "Šířka" + +msgid "Width x Height" +msgstr "Šířka x Výška" + +msgid "Width x height (in pixel)" +msgstr "Šířka x výška (v pixelech)" + +msgid "Width x height (in pixel). NextGEN Gallery will keep ratio size" +msgstr "Šířka x výška (v pixelech). NextGEN Gallery zachová poměr stran" + +msgid "Width:" +msgstr "Šířka:" + +msgid "With the placeholder" +msgstr "Se zástupným symbolem" + +msgid "XMP Data" +msgstr "XMP data" + +msgid "Yes" +msgstr "Ano" + +msgid "" +"You are about to start the bulk edit for %s galleries \n" +" \n" +" 'Cancel' to stop, 'OK' to proceed." +msgstr "" +"Chystáte se hromadně upravit %s galerií \n" +"\n" +"'ZruÅ¡it' k zastavení, 'OK' pro potvrzení." + +msgid "" +"You are about to start the bulk edit for %s images \n" +" \n" +" 'Cancel' to stop, 'OK' to proceed." +msgstr "" +"Chystáte se hromadně upravit %s obrázků \n" +"\n" +"'ZruÅ¡it' k zastavení, 'OK' pro potvrzení." + +msgid "You browser doesn't have Flash, Silverlight, HTML5, or HTML4 support." +msgstr "Váš prohlížeč nemá podporu Flash, Silverlight, HTML5, nebo HTML4." + +msgid "You can change the logo at the watermark settings" +msgstr "Logo můžete změnit v nastavení vodoznaku" + +msgid "You can specify multiple tags to delete by separating them with commas" +msgstr "Můžete definovat více Å¡títků ke smazání tím, že je oddělíte čárkami" + +msgid "You can specify multiple tags to rename by separating them with commas." +msgstr "Můžete vybrat více Å¡títků pro přejmenování oddělením čárkami." + +msgid "" +"You can upload more fonts in the folder nggallery/fonts" +msgstr "Více fontů můžete nahrát do složky nggallery/fonts" + +msgid "You could edit this file if it were writable" +msgstr "Tento soubor můžete změnit, pokud je zapisovatelný" + +msgid "You do not have sufficient permissions to edit templates for this blog." +msgstr "Nemáte dostatečné oprávnění k úpravě Å¡ablon pro tento blog." + +msgid "You do not have the correct permission" +msgstr "Nemáte správné oprávnění" + +msgid "You have attempted to queue too many files." +msgstr "Pokoušíte se zpracovat příliÅ¡ mnoho souborů najednou." + +msgid "You may only upload 1 file." +msgstr "Můžete nahrát pouze jeden soubor." + +msgid "" +"Your database tables for NextGEN Gallery is out-of-date, and must be " +"upgraded before you can continue." +msgstr "" +"Tabulky v databázi pro NextGEN Gallery jsou zastaralé a musejí být " +"aktualizovány předtím, než budete moci pokračovat." + +msgid "" +"Your theme contain a NextGEN Gallery stylesheet (nggallery.css), this file " +"will be used" +msgstr "" +"VaÅ¡e téma obsahuje NextGEN Gallery styl (nggallery.css), tento soubor bude " +"použit" + +msgid "Zip-File successfully unpacked" +msgstr "Soubor ZIP byl úspěšně rozbalen" + +msgid "[Gallery not found]" +msgstr "[Galerie nenalezena]" + +msgid "[Maximize]" +msgstr "[Maximalizovat]" + +msgid "[Minimize]" +msgstr "[Minimalizovat]" + +msgid "[Show PicLens]" +msgstr "[Ukázat PicLens]" + +msgid "[Show all]" +msgstr "[Zobrazit vÅ¡e]" + +msgid "[Show slideshow]" +msgstr "[Ukázat prezentaci]" + +msgid "[Show thumbnails]" +msgstr "[Ukázat náhledy]" + +msgid "[View with PicLens]" +msgstr "[Zobrazit pomocí PicLens]" + +msgid "and the thumbnails directory" +msgstr "a složku pro náhledy" + +msgid "bgfade" +msgstr "prolnutí přes pozadí" + +msgid "blindX" +msgstr "blindX" + +msgid "blocks" +msgstr "čtverce" + +msgid "bubbles" +msgstr "bubliny" + +msgid "circles" +msgstr "kruhy" + +msgid "cover" +msgstr "cover" + +msgid "created" +msgstr "vytvořeno" + +msgid "deleted successfully" +msgstr "úspěšně smazán" + +msgid "didn't exist. Please create first the main gallery folder " +msgstr "neexistuje. Nejdřív prosím vytvořte složku pro galerii" + +msgid "fade" +msgstr "prolnutí" + +msgid "false" +msgstr "ne" + +msgid "fit" +msgstr "přizpůsobit" + +msgid "flash" +msgstr "blesk" + +msgid "fluids" +msgstr "tekutiny" + +msgid "is no valid image file!" +msgstr "není správný soubor obrázku!" + +msgid "is not writeable !" +msgstr "nelze zapisovat!" + +msgid "lines" +msgstr "linie" + +msgid "link text" +msgstr "text odkazu" + +msgid "moved to the trash." +msgstr "přesunuto do koÅ¡e." + +msgid "none" +msgstr "nic" + +msgid "of" +msgstr "z" + +msgctxt "paging" +msgid "%1$s of %2$s" +msgstr "%1$s z %2$s" + +msgid "random" +msgstr "náhodný" + +msgid "recently added" +msgstr "naposledy přidané" + +msgid "scrollDown" +msgstr "scrollDown" + +msgid "scrollUp" +msgstr "scrollUp" + +msgid "sec." +msgstr "sec." + +msgid "shuffle" +msgstr "shuffle" + +msgid "slowfade" +msgstr "pomalé prolnutí" + +msgid "toss" +msgstr "toss" + +msgid "true" +msgstr "ano" + +msgid "wipe" +msgstr "wipe" + +msgid "with permission 777 manually !" +msgstr "s právy 777 ručně!" + +msgid "" +"you can activate a navigation through the images (depend on the effect). " +"Change the code line only , when you use a different thumbnail effect or you " +"know what you do." +msgstr "" +"můžete aktivovat navigaci skrze obrázky (podle efektu). Kód měňte pouze " +"pokud používáte jiný efekt náhledu, nebo víte, co děláte." diff --git a/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/i18n/lang/nggallery-de_DE.mo b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/i18n/lang/nggallery-de_DE.mo new file mode 100644 index 0000000000000000000000000000000000000000..867423dd9b3391ba5d019d43dd59e79898bc4517 GIT binary patch literal 89994 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 literal 0 HcmV?d00001 diff --git a/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/i18n/lang/nggallery-de_DE.po b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/i18n/lang/nggallery-de_DE.po new file mode 100644 index 0000000..1ba5d2b --- /dev/null +++ b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/i18n/lang/nggallery-de_DE.po @@ -0,0 +1,5929 @@ +msgid "" +msgstr "" +"Project-Id-Version: NextGEN Gallery\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2014-04-24 15:13+0100\n" +"PO-Revision-Date: 2014-04-24 15:14+0100\n" +"Last-Translator: \n" +"Language-Team: Alex Rabe\n" +"Language: de_DE\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Poedit-KeywordsList: __;_e;_n:1,2;esc_html_e;esc_attr_e;_n;esc_html__;" +"esc_attr__;esc_html;esc_js;_\n" +"X-Poedit-Basepath: .\n" +"X-Poedit-SourceCharset: UTF-8\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: Poedit 1.6.4\n" +"X-Poedit-SearchPath-0: .\n" +"X-Poedit-SearchPath-1: ../../nextgen-gallery-pro\n" +"X-Poedit-SearchPath-2: ..\n" + +#: ../../nextgen-gallery-pro/modules/autoupdate/module.autoupdate.php:17 +msgid "Photocrati Auto Update" +msgstr "Photocrati Automatisches Update" + +#: ../../nextgen-gallery-pro/modules/autoupdate/module.autoupdate.php:18 +msgid "Provides automatic updates" +msgstr "Stellt automatische Updates bereit" + +#: ../../nextgen-gallery-pro/modules/autoupdate/module.autoupdate.php:687 +msgid "Could not download package file." +msgstr "Konnte die Zip-Datei nicht herunterladen" + +#: ../../nextgen-gallery-pro/modules/autoupdate/module.autoupdate.php:757 +msgid "Could not " +msgstr "Konnte nicht" + +#: ../../nextgen-gallery-pro/modules/autoupdate/module.autoupdate.php:763 +msgid "No permission to " +msgstr "Keine Berechtigung um" + +#: ../../nextgen-gallery-pro/modules/autoupdate_admin/module.autoupdate_admin.php:21 +msgid "Photocrati Auto Update Admin" +msgstr "Photocrati Administrator Automatisches Update" + +#: ../../nextgen-gallery-pro/modules/autoupdate_admin/module.autoupdate_admin.php:22 +msgid "" +"Provides an AJAX admin interface to sequentially and progressively download " +"and install updates" +msgstr "" +"Bietet eine AJAX-Admin-Interface, um nacheinander und schrittweise Updates " +"herunterladen und zu installieren" + +#: ../../nextgen-gallery-pro/modules/autoupdate_admin/module.autoupdate_admin.php:99 +msgid "No updates available. You are using the latest version of Photocrati." +msgstr "" +"Keine Updates verfügbar. Sie nutzen die aktuelle Version von Photocrati." + +#: ../../nextgen-gallery-pro/modules/autoupdate_admin/module.autoupdate_admin.php:100 +msgid "An update is available." +msgstr "Ein Update ist verfügbar" + +#: ../../nextgen-gallery-pro/modules/autoupdate_admin/module.autoupdate_admin.php:101 +msgid "Update size is {0} and a total of {1} will be downloaded." +msgstr "" +"Update Größe ist {0} und in der Summe von {1} wird heruntergeladen." + +#: ../../nextgen-gallery-pro/modules/autoupdate_admin/module.autoupdate_admin.php:102 +msgid "" +"In order to update, we need to confirm that you are still an active member. " +"You'll be redirected to our site, prompted for the email address you used " +"during purchase, and returned here for the update. {2}This is part of a new " +"update mechanism, and you'll only need to do it once." +msgstr "" +"Um zu aktualisieren müssen Sie bestätigen, dass Sie ein aktives Mitglied " +"sind. Sie werden dazu auf unsere Website geleitet und aufgefordert die Email " +"Adresse einzugeben, die beim Kauf verwendet wurde. Danach werden Sie wieder " +"hierher geleitet und können das Update ausführen. {2} Das ist ein neuer " +"Update Kontrollmechanismus, den Sie nur einmal ausführen müssen. " + +#: ../../nextgen-gallery-pro/modules/autoupdate_admin/module.autoupdate_admin.php:103 +msgid "Start confirmation" +msgstr "Starte Bestätigung" + +#: ../../nextgen-gallery-pro/modules/autoupdate_admin/module.autoupdate_admin.php:104 +msgid "" +"Your updates cannot be installed because your membership has expired. You " +"can update in minutes and get immediate access to updates and support for an " +"additional year." +msgstr "" +"Ihre Updates können nicht installiert werden, weil Ihre Mitgliedschaft " +"abgelaufen ist. Sie können die Mitgliedschaft sofort erneuern und haben dann " +"wieder Support für ein zusätzliches Jahr." + +#: ../../nextgen-gallery-pro/modules/autoupdate_admin/module.autoupdate_admin.php:105 +msgid "Renew my membership" +msgstr "Meine Mitgliedschaft erneuern" + +#: ../../nextgen-gallery-pro/modules/autoupdate_admin/module.autoupdate_admin.php:106 +msgid "Start Update" +msgstr "Update starten" + +#: ../../nextgen-gallery-pro/modules/autoupdate_admin/module.autoupdate_admin.php:107 +msgid "Return to dashboard" +msgstr "Zurück zum Dashboard gehen" + +#: ../../nextgen-gallery-pro/modules/autoupdate_admin/module.autoupdate_admin.php:108 +msgid "Success! Everything is now up-to-date." +msgstr "Erfolgreich! Alles ist nun auf dem aktuellen Stand." + +#: ../../nextgen-gallery-pro/modules/autoupdate_admin/module.autoupdate_admin.php:109 +msgid "Click Start Update to begin the upgrade process." +msgstr "" +"Klicke Update starten um den Aktualisierungsprozess zu beginnen." + +#: ../../nextgen-gallery-pro/modules/autoupdate_admin/module.autoupdate_admin.php:110 +msgid "Preparing upgrade process..." +msgstr "Der Upgrade Prozess wird vorbereitet..." + +#: ../../nextgen-gallery-pro/modules/autoupdate_admin/module.autoupdate_admin.php:111 +msgid "Downloading package {1} of {0}..." +msgstr "Download Paket {1} von {0}..." + +#: ../../nextgen-gallery-pro/modules/autoupdate_admin/module.autoupdate_admin.php:112 +msgid "Installing package {1} of {0}..." +msgstr "Installiere Paket {1} von {0}..." + +#: ../../nextgen-gallery-pro/modules/autoupdate_admin/module.autoupdate_admin.php:113 +msgid "Activating packages..." +msgstr "Pakete werden aktiviert..." + +#: ../../nextgen-gallery-pro/modules/autoupdate_admin/module.autoupdate_admin.php:114 +msgid "Cleaning up..." +msgstr "Aufräumen" + +#: ../../nextgen-gallery-pro/modules/autoupdate_admin/module.autoupdate_admin.php:115 +msgid "Update was canceled." +msgstr "Das Update wurde abgebrochen." + +#: ../../nextgen-gallery-pro/modules/autoupdate_admin/module.autoupdate_admin.php:116 +msgid "An error occurred during your update ({0})." +msgstr "Während des Updates trat ein Fehler auf ({0})." + +#: ../../nextgen-gallery-pro/modules/autoupdate_admin/module.autoupdate_admin.php:117 +msgid "Show Update Log" +msgstr "Zeige das Update Protokoll" + +#: ../../nextgen-gallery-pro/modules/autoupdate_admin/module.autoupdate_admin.php:118 +msgid "Download Update Log" +msgstr "Das Update Protokoll herunterladen" + +#: ../../nextgen-gallery-pro/modules/autoupdate_admin/module.autoupdate_admin.php:207 +#: ../../nextgen-gallery-pro/modules/autoupdate_admin/templates/admin_page.php:2 +msgid "Photocrati Updates" +msgstr "Photocrati Updates" + +#: ../../nextgen-gallery-pro/modules/autoupdate_admin/module.autoupdate_admin.php:207 +msgid "Photocrati" +msgstr "Photocrati" + +#: ../../nextgen-gallery-pro/modules/autoupdate_admin/module.autoupdate_admin.php:219 +msgid "Welcome to Photocrati" +msgstr "Willkommen bei Photocrati" + +#: ../../nextgen-gallery-pro/modules/autoupdate_admin/module.autoupdate_admin.php:261 +msgid "version" +msgstr "Version" + +#: ../../nextgen-gallery-pro/modules/autoupdate_admin/module.autoupdate_admin.php:292 +msgid "You are using the following products:" +msgstr "Du nutzt die folgenden Produkte:" + +#: ../../nextgen-gallery-pro/modules/autoupdate_admin/module.autoupdate_admin.php:295 +msgid "You are using" +msgstr "Du verwendest" + +#: ../../nextgen-gallery-pro/modules/autoupdate_admin/templates/admin_page.php:4 +msgid "Loading..." +msgstr "Wird geladen..." + +#: ../../nextgen-gallery-pro/modules/comments/module.comments.php:19 +#: ../../nextgen-gallery-pro/modules/comments/module.comments.php:88 +#: ../../nextgen-gallery-pro/modules/comments/templates/comments.php:171 +msgid "Comments" +msgstr "Kommentare" + +#: ../../nextgen-gallery-pro/modules/comments/module.comments.php:20 +msgid "AJAX operations for retrieving and creating comments on arbitrary items" +msgstr "" +"AJAX Operationen zum Abrufen und Erstellen von Kommentaren auf beliebigen " +"Artikeln" + +#: ../../nextgen-gallery-pro/modules/comments/module.comments.php:89 +msgid "Comment" +msgstr "Kommentar" + +#: ../../nextgen-gallery-pro/modules/comments/templates/comments.php:28 +#, php-format +msgid "%1$s" +msgstr "%1$s" + +#: ../../nextgen-gallery-pro/modules/comments/templates/comments.php:37 +msgid "Reply" +msgstr "Antworten" + +#: ../../nextgen-gallery-pro/modules/comments/templates/comments.php:49 +msgid "Your comment is awaiting moderation." +msgstr "Dein Kommentar wartet auf Freischaltung durch den Moderator." + +#: ../../nextgen-gallery-pro/modules/comments/templates/comments.php:119 +msgid "»" +msgstr "»" + +#: ../../nextgen-gallery-pro/modules/comments/templates/comments.php:135 +msgid "«" +msgstr "«" + +#: ../../nextgen-gallery-pro/modules/comments/templates/comments.php:145 +msgid "Hide comments" +msgstr "Kommentare verstecken" + +#: ../../nextgen-gallery-pro/modules/comments/templates/comments.php:151 +#, php-format +msgid "%1$s comment" +msgid_plural "%1$s comments" +msgstr[0] "%1$s Kommentar" +msgstr[1] "%1$s Kommentare" + +#: ../../nextgen-gallery-pro/modules/comments/templates/comments.php:168 +msgid "Comments are closed." +msgstr "Kommentare nicht möglich." + +#: ../../nextgen-gallery-pro/modules/comments/templates/comments.php:177 +msgid "Click here to cancel reply" +msgstr "Klicke hier um die Antwort abzubrechen" + +#: ../../nextgen-gallery-pro/modules/comments/templates/comments.php:186 +#, php-format +msgid "" +"You must be logged in to post a " +"comment." +msgstr "" +"Du musst eingeloggt sein um einen " +"Kommentar schreiben zu können." + +#: ../../nextgen-gallery-pro/modules/comments/templates/comments.php:187 +msgid "Leave a comment" +msgstr "Hinterlasse einen Kommentar" + +#: ../../nextgen-gallery-pro/modules/galleria/module.galleria.php:17 +msgid "Galleria" +msgstr "Galerie" + +#: ../../nextgen-gallery-pro/modules/galleria/module.galleria.php:18 +msgid "Provides support for displaying galleries using Galleria Themes" +msgstr "" +"Bietet Support für die Anzeige von Bildergalerien innerhalb der NextGen " +"Gallery" + +#: ../../nextgen-gallery-pro/modules/image_protection/adapter.protect_image_admin_controller.php:8 +msgid "Site Protection" +msgstr "Downloadschutz" + +#: ../../nextgen-gallery-pro/modules/image_protection/adapter.protect_image_admin_controller.php:8 +msgid "C_Protect_Image_Settings" +msgstr "C_Bildschutz Einstellungen" + +#: ../../nextgen-gallery-pro/modules/image_protection/module.protect_image.php:19 +msgid "Protect Images" +msgstr "Bilder Downloadschutz" + +#: ../../nextgen-gallery-pro/modules/image_protection/module.protect_image.php:20 +msgid "" +"Protects images from being stored locally by preventing right clicks and " +"drag & drop of the images" +msgstr "" +"Schützt Bilder vor einem unbefugten Download durch Rechtsklick oder kopieren " +"der Bilder" + +#: ../../nextgen-gallery-pro/modules/image_protection/templates/protect_image_settings_form.php:5 +msgid "Protect whole site:" +msgstr "Schalte den Downloadschutz für die ganze Seite ein:" + +#: ../../nextgen-gallery-pro/modules/image_protection/templates/protect_image_settings_form.php:9 +#: ../../nextgen-gallery-pro/modules/image_protection/templates/protect_image_settings_form.php:21 +#: ../../nextgen-gallery-pro/modules/image_protection/templates/protect_image_settings_form.php:33 +#: ../../nextgen-gallery-pro/modules/image_protection/templates/protect_image_settings_form.php:45 +#: ../products/photocrati_nextgen/modules/nextgen_admin/templates/field_generator/nextgen_settings_field_radio.php:16 +#: ../products/photocrati_nextgen/modules/nextgen_basic_singlepic/templates/nextgen_basic_singlepic_settings_radio.php:16 +#: ../products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:122 +#: ../products/photocrati_nextgen/modules/nextgen_other_options/adapter.miscellaneous_form.php:24 +#: ../products/photocrati_nextgen/modules/nextgen_other_options/templates/image_options_tab.php:40 +#: ../products/photocrati_nextgen/modules/nextgen_other_options/templates/image_options_tab.php:65 +#: ../products/photocrati_nextgen/modules/nextgen_other_options/templates/image_options_tab.php:191 +#: ../products/photocrati_nextgen/modules/nextgen_other_options/templates/thumbnail_options_tab.php:37 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:486 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:533 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:536 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:539 +msgid "Yes" +msgstr "Ja" + +#: ../../nextgen-gallery-pro/modules/image_protection/templates/protect_image_settings_form.php:10 +#: ../../nextgen-gallery-pro/modules/image_protection/templates/protect_image_settings_form.php:22 +#: ../../nextgen-gallery-pro/modules/image_protection/templates/protect_image_settings_form.php:34 +#: ../../nextgen-gallery-pro/modules/image_protection/templates/protect_image_settings_form.php:46 +#: ../products/photocrati_nextgen/modules/nextgen_admin/templates/field_generator/nextgen_settings_field_radio.php:24 +#: ../products/photocrati_nextgen/modules/nextgen_basic_singlepic/templates/nextgen_basic_singlepic_settings_radio.php:24 +#: ../products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:123 +#: ../products/photocrati_nextgen/modules/nextgen_other_options/adapter.miscellaneous_form.php:23 +#: ../products/photocrati_nextgen/modules/nextgen_other_options/templates/image_options_tab.php:47 +#: ../products/photocrati_nextgen/modules/nextgen_other_options/templates/image_options_tab.php:72 +#: ../products/photocrati_nextgen/modules/nextgen_other_options/templates/image_options_tab.php:198 +#: ../products/photocrati_nextgen/modules/nextgen_other_options/templates/thumbnail_options_tab.php:44 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:488 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:534 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:537 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:540 +msgid "No" +msgstr "Nein" + +#: ../../nextgen-gallery-pro/modules/image_protection/templates/protect_image_settings_form.php:17 +msgid "Protect all site images:" +msgstr "Schalte den Downloadschutz für alle Bilder auf der Seite ein:" + +#: ../../nextgen-gallery-pro/modules/image_protection/templates/protect_image_settings_form.php:29 +msgid "Protect gallery images:" +msgstr "Schütze Galeriebilder:" + +#: ../../nextgen-gallery-pro/modules/image_protection/templates/protect_image_settings_form.php:41 +msgid "Protect lightbox pop-ups:" +msgstr "Schütze Lightbox Bilder:" + +#: ../../nextgen-gallery-pro/modules/image_protection/templates/protect_settings_form.php:5 +msgid "Enable protection on whole site:" +msgstr "Schalte den Downloadschutz für die ganze Seite ein:" + +#: ../../nextgen-gallery-pro/modules/image_protection/templates/protect_settings_form.php:16 +msgid "Enable protection on all site images:" +msgstr "Schalte den Downloadschutz für alle Bilder auf der Seite ein:" + +#: ../../nextgen-gallery-pro/modules/image_protection/templates/protect_settings_form.php:27 +msgid "Enable protection on gallery images:" +msgstr "Schalte den Downloadschutz für Galeriebilder ein:" + +#: ../../nextgen-gallery-pro/modules/image_protection/templates/protect_settings_form.php:38 +msgid "Enable protection on lightbox pop-ups:" +msgstr "Schalte den Downloadschutz für Lightbox Bilder ein:" + +#: ../../nextgen-gallery-pro/modules/lazyload_gallery/module.lazyload_gallery.php:14 +msgid "LazyLoad Gallery Engine" +msgstr "" +"Galerie lädt nur im Bildschirm sichtbare Bilder (Performance Steigerung)" + +#: ../../nextgen-gallery-pro/modules/lazyload_gallery/module.lazyload_gallery.php:15 +msgid "Provides an engine for galleries that require lazyload capabilities" +msgstr "" +"Nur im Bildschirm sichtbare Bilder werden mit dieser Technik geladen " +"(Performance Steigerung)" + +#: ../../nextgen-gallery-pro/modules/nextgen_pro_albums/adapter.nextgen_pro_album_form.php:57 +#: ../products/photocrati_nextgen/modules/nextgen_basic_album/mixin.nextgen_basic_album_form.php:25 +msgid "Display galleries as" +msgstr "Galerien anzeigen als" + +#: ../../nextgen-gallery-pro/modules/nextgen_pro_albums/adapter.nextgen_pro_album_form.php:60 +#: ../products/photocrati_nextgen/modules/nextgen_basic_album/mixin.nextgen_basic_album_form.php:26 +msgid "How would you like galleries to be displayed?" +msgstr "Wie möchtest Du Galerien gerne zeigen?" + +#: ../../nextgen-gallery-pro/modules/nextgen_pro_albums/adapter.nextgen_pro_album_form.php:79 +msgid "Caption size" +msgstr "Schriftgröße der Beschreibung" + +#: ../../nextgen-gallery-pro/modules/nextgen_pro_albums/adapter.nextgen_pro_album_form.php:93 +#: ../../nextgen-gallery-pro/modules/nextgen_pro_blog_gallery/adapter.nextgen_pro_blog_form.php:57 +#: ../../nextgen-gallery-pro/modules/nextgen_pro_film/adapter.nextgen_pro_film_form.php:79 +#: ../../nextgen-gallery-pro/modules/nextgen_pro_slideshow/adapter.nextgen_pro_slideshow_form.php:183 +#: ../../nextgen-gallery-pro/modules/nextgen_pro_thumbnail_grid/adapter.nextgen_pro_thumbnail_grid_form.php:100 +msgid "Border color" +msgstr "Rahmenfarbe" + +#: ../../nextgen-gallery-pro/modules/nextgen_pro_albums/adapter.nextgen_pro_album_form.php:103 +#: ../../nextgen-gallery-pro/modules/nextgen_pro_blog_gallery/adapter.nextgen_pro_blog_form.php:43 +#: ../../nextgen-gallery-pro/modules/nextgen_pro_film/adapter.nextgen_pro_film_form.php:65 +#: ../../nextgen-gallery-pro/modules/nextgen_pro_slideshow/adapter.nextgen_pro_slideshow_form.php:169 +#: ../../nextgen-gallery-pro/modules/nextgen_pro_thumbnail_grid/adapter.nextgen_pro_thumbnail_grid_form.php:65 +msgid "Border size" +msgstr "Rahmengröße" + +#: ../../nextgen-gallery-pro/modules/nextgen_pro_albums/adapter.nextgen_pro_album_form.php:117 +#: ../../nextgen-gallery-pro/modules/nextgen_pro_lightbox/adapter.nextgen_pro_lightbox_form.php:101 +msgid "Background color" +msgstr "Hintergrund (BG) Farbe" + +#: ../../nextgen-gallery-pro/modules/nextgen_pro_albums/adapter.nextgen_pro_album_form.php:127 +msgid "Padding" +msgstr "Innenabstand" + +#: ../../nextgen-gallery-pro/modules/nextgen_pro_albums/adapter.nextgen_pro_album_form.php:141 +#: ../../nextgen-gallery-pro/modules/nextgen_pro_thumbnail_grid/adapter.nextgen_pro_thumbnail_grid_form.php:79 +msgid "Spacing" +msgstr "Abstand" + +#: ../../nextgen-gallery-pro/modules/nextgen_pro_albums/adapter.nextgen_pro_list_album_form.php:26 +msgid "Description color" +msgstr "Farbe der Beschreibung" + +#: ../../nextgen-gallery-pro/modules/nextgen_pro_albums/adapter.nextgen_pro_list_album_form.php:36 +msgid "Description size" +msgstr "Schriftgröße der Beschreibung" + +#: ../../nextgen-gallery-pro/modules/nextgen_pro_albums/module.nextgen_pro_albums.php:18 +msgid "NextGEN Pro Albums" +msgstr "NextGen Pro Bilderalben" + +#: ../../nextgen-gallery-pro/modules/nextgen_pro_albums/module.nextgen_pro_albums.php:19 +msgid "Provides Photocrati styled albums for NextGEN Gallery" +msgstr "Bietet von Photocrati gestylte Alben für die NextGEN Galerie" + +#: ../../nextgen-gallery-pro/modules/nextgen_pro_blog_gallery/adapter.nextgen_pro_blog_form.php:67 +msgid "Image display size" +msgstr "Bildegröße" + +#: ../../nextgen-gallery-pro/modules/nextgen_pro_blog_gallery/adapter.nextgen_pro_blog_form.php:69 +#: ../../nextgen-gallery-pro/modules/nextgen_pro_blog_gallery/adapter.nextgen_pro_blog_form.php:83 +#: ../../nextgen-gallery-pro/modules/nextgen_pro_masonry/adapter.nextgen_pro_masonry_form.php:28 +#: ../../nextgen-gallery-pro/modules/nextgen_pro_masonry/adapter.nextgen_pro_masonry_form.php:39 +msgid "Measured in pixels" +msgstr "Gemessen in Pixel" + +#: ../../nextgen-gallery-pro/modules/nextgen_pro_blog_gallery/adapter.nextgen_pro_blog_form.php:81 +#: ../../nextgen-gallery-pro/modules/nextgen_pro_film/adapter.nextgen_pro_film_form.php:113 +msgid "Image spacing" +msgstr "Bildabstand" + +#: ../../nextgen-gallery-pro/modules/nextgen_pro_blog_gallery/module.nextgen_pro_blog_gallery.php:14 +msgid "NextGEN Pro Blog Gallery" +msgstr "NextGEN Pro Blog Galerie" + +#: ../../nextgen-gallery-pro/modules/nextgen_pro_blog_gallery/module.nextgen_pro_blog_gallery.php:15 +msgid "Provides Photocrati's Blog Style gallery type for NextGEN Gallery" +msgstr "Bietet den Photocrati Blog Stil Galerie Typ für die NextGEN Galerie" + +#: ../../nextgen-gallery-pro/modules/nextgen_pro_film/adapter.nextgen_pro_film_form.php:51 +#: ../../nextgen-gallery-pro/modules/nextgen_pro_thumbnail_grid/adapter.nextgen_pro_thumbnail_grid_form.php:51 +#: ../products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_thumbnail_form.php:65 +msgid "Images per page" +msgstr "Anzahl der Bilder pro Seite" + +#: ../../nextgen-gallery-pro/modules/nextgen_pro_film/adapter.nextgen_pro_film_form.php:53 +#: ../../nextgen-gallery-pro/modules/nextgen_pro_thumbnail_grid/adapter.nextgen_pro_thumbnail_grid_form.php:53 +#: ../products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_thumbnail_form.php:67 +msgid "\"0\" will display all images at once" +msgstr "\"0\" wird alle Bilder sofort anzeigen" + +#: ../../nextgen-gallery-pro/modules/nextgen_pro_film/adapter.nextgen_pro_film_form.php:89 +msgid "Frame size" +msgstr "Umrahmungsgröße" + +#: ../../nextgen-gallery-pro/modules/nextgen_pro_film/adapter.nextgen_pro_film_form.php:103 +msgid "Frame color" +msgstr "Umrahmungsfarbe" + +#: ../../nextgen-gallery-pro/modules/nextgen_pro_film/module.nextgen_pro_film.php:14 +msgid "NextGEN Pro Film" +msgstr "NextGen Pro Film" + +#: ../../nextgen-gallery-pro/modules/nextgen_pro_film/module.nextgen_pro_film.php:15 +msgid "Provides a film-like gallery for NextGEN Gallery" +msgstr "Bietet eine Photocrati Film Galerie für die NextGEN Gallerie" + +#: ../../nextgen-gallery-pro/modules/nextgen_pro_horizontal_filmstrip/module.nextgen_pro_horizontal_filmstrip.php:15 +msgid "NextGEN Pro Horizontal Filmstrip" +msgstr "NextGen Pro Horizontale Filmstreifen" + +#: ../../nextgen-gallery-pro/modules/nextgen_pro_horizontal_filmstrip/module.nextgen_pro_horizontal_filmstrip.php:16 +msgid "Provides Photocrati's Horizontal Filmstrip for NextGEN Gallery" +msgstr "" +"Bietet die Photocrati Horizontal Filmstreifen Technik für die NextEN-Galerie" + +#: ../../nextgen-gallery-pro/modules/nextgen_pro_lightbox/adapter.nextgen_pro_lightbox_form.php:62 +msgid "Router slug" +msgstr "Router Slug" + +#: ../../nextgen-gallery-pro/modules/nextgen_pro_lightbox/adapter.nextgen_pro_lightbox_form.php:64 +msgid "Used to route JS actions to the URL" +msgstr "Wird gebraucht um Javascript Aktionen zu aktivieren " + +#: ../../nextgen-gallery-pro/modules/nextgen_pro_lightbox/adapter.nextgen_pro_lightbox_form.php:79 +msgid "Icon color" +msgstr "Farbe des Icon" + +#: ../../nextgen-gallery-pro/modules/nextgen_pro_lightbox/adapter.nextgen_pro_lightbox_form.php:81 +#: ../../nextgen-gallery-pro/modules/nextgen_pro_lightbox/adapter.nextgen_pro_lightbox_form.php:92 +#: ../../nextgen-gallery-pro/modules/nextgen_pro_lightbox/adapter.nextgen_pro_lightbox_form.php:103 +#: ../../nextgen-gallery-pro/modules/nextgen_pro_lightbox/adapter.nextgen_pro_lightbox_form.php:114 +#: ../../nextgen-gallery-pro/modules/nextgen_pro_lightbox/adapter.nextgen_pro_lightbox_form.php:125 +msgid "An empty setting here will use your style defaults" +msgstr "Ein leeres Feld oder \"0\" erzeugt Standard-Einstellungen" + +#: ../../nextgen-gallery-pro/modules/nextgen_pro_lightbox/adapter.nextgen_pro_lightbox_form.php:90 +msgid "Carousel text color" +msgstr "Textfarbe im Karussell" + +#: ../../nextgen-gallery-pro/modules/nextgen_pro_lightbox/adapter.nextgen_pro_lightbox_form.php:112 +msgid "Carousel background color" +msgstr "Hintergrund (BG) Farbe im Karussell" + +#: ../../nextgen-gallery-pro/modules/nextgen_pro_lightbox/adapter.nextgen_pro_lightbox_form.php:123 +msgid "Sidebar background color" +msgstr "Hintergrund (BG) Farbe der Seitenleiste" + +#: ../../nextgen-gallery-pro/modules/nextgen_pro_lightbox/adapter.nextgen_pro_lightbox_form.php:134 +msgid "Pan cropped images" +msgstr "Beschnittene Breitwandbilder" + +#: ../../nextgen-gallery-pro/modules/nextgen_pro_lightbox/adapter.nextgen_pro_lightbox_form.php:136 +msgid "When enabled images can be panned with the mouse" +msgstr "Bei Aktivierung können Bilder mit der Maus bewegt werden" + +#: ../../nextgen-gallery-pro/modules/nextgen_pro_lightbox/adapter.nextgen_pro_lightbox_form.php:145 +msgid "Pause on interaction" +msgstr "Pause bei Interaktion" + +#: ../../nextgen-gallery-pro/modules/nextgen_pro_lightbox/adapter.nextgen_pro_lightbox_form.php:147 +msgid "" +"When enabled image display will be paused if the user presses a thumbnail or " +"any navigational link" +msgstr "" +"Bei Aktivierung wird kein Bild gezeigt, wenn gerade ein Vorschau- oder ein " +"anderer Navigierungslink aktiviert ist" + +#: ../../nextgen-gallery-pro/modules/nextgen_pro_lightbox/adapter.nextgen_pro_lightbox_form.php:156 +msgid "Enable browser routing" +msgstr "Browser-Routing aktivieren" + +#: ../../nextgen-gallery-pro/modules/nextgen_pro_lightbox/adapter.nextgen_pro_lightbox_form.php:158 +msgid "Necessary for commenting to be enabled" +msgstr "Um Kommentare zu ermöglichen bitte aktivieren" + +#: ../../nextgen-gallery-pro/modules/nextgen_pro_lightbox/adapter.nextgen_pro_lightbox_form.php:167 +msgid "Enable comments" +msgstr "Kommentare aktivieren" + +#: ../../nextgen-gallery-pro/modules/nextgen_pro_lightbox/adapter.nextgen_pro_lightbox_form.php:179 +msgid "Display comments" +msgstr "Kommentare anzeigen" + +#: ../../nextgen-gallery-pro/modules/nextgen_pro_lightbox/adapter.nextgen_pro_lightbox_form.php:181 +msgid "When on the commenting sidebar will be opened at startup" +msgstr "Wenn aktiviert, wird die Sidebar für Kommentare beim Start geöffnet" + +#: ../../nextgen-gallery-pro/modules/nextgen_pro_lightbox/adapter.nextgen_pro_lightbox_form.php:191 +msgid "Display captions" +msgstr "Zeige Bildbeschreibungen" + +#: ../../nextgen-gallery-pro/modules/nextgen_pro_lightbox/adapter.nextgen_pro_lightbox_form.php:193 +msgid "When on the captions toolbar will be opened at startup" +msgstr "Wenn aktiviert, werden die Titel der Bilder beim Start angezeigt" + +#: ../../nextgen-gallery-pro/modules/nextgen_pro_lightbox/adapter.nextgen_pro_lightbox_form.php:202 +msgid "Display carousel" +msgstr "Karussell zeigen" + +#: ../../nextgen-gallery-pro/modules/nextgen_pro_lightbox/adapter.nextgen_pro_lightbox_form.php:204 +msgid "" +"When disabled the navigation carousel will be docked and hidden offscreen at " +"startup" +msgstr "" +"Wenn deaktiviert, ist die Karussell Anzeige nicht sichtbar und muss " +"eingeblendet werden." + +#: ../../nextgen-gallery-pro/modules/nextgen_pro_lightbox/adapter.nextgen_pro_lightbox_form.php:213 +#: ../../nextgen-gallery-pro/modules/nextgen_pro_slideshow/adapter.nextgen_pro_slideshow_form.php:155 +msgid "Transition speed" +msgstr "Übergangsgeschwindigkeit" + +#: ../../nextgen-gallery-pro/modules/nextgen_pro_lightbox/adapter.nextgen_pro_lightbox_form.php:215 +#: ../../nextgen-gallery-pro/modules/nextgen_pro_lightbox/adapter.nextgen_pro_lightbox_form.php:229 +#: ../../nextgen-gallery-pro/modules/nextgen_pro_slideshow/adapter.nextgen_pro_slideshow_form.php:124 +#: ../../nextgen-gallery-pro/modules/nextgen_pro_slideshow/adapter.nextgen_pro_slideshow_form.php:157 +msgid "Measured in seconds" +msgstr "Gemessen in Sekunden" + +#: ../../nextgen-gallery-pro/modules/nextgen_pro_lightbox/adapter.nextgen_pro_lightbox_form.php:227 +#: ../../nextgen-gallery-pro/modules/nextgen_pro_slideshow/adapter.nextgen_pro_slideshow_form.php:122 +msgid "Slideshow speed" +msgstr "Slideshow Geschwindigkeit" + +#: ../../nextgen-gallery-pro/modules/nextgen_pro_lightbox/adapter.nextgen_pro_lightbox_form.php:244 +msgid "Default: a dark theme" +msgstr "Standard: Ein dunkles Thema (eigene Styles anlegen)" + +#: ../../nextgen-gallery-pro/modules/nextgen_pro_lightbox/adapter.nextgen_pro_lightbox_form.php:252 +msgid "Style" +msgstr "Style" + +#: ../../nextgen-gallery-pro/modules/nextgen_pro_lightbox/adapter.nextgen_pro_lightbox_form.php:255 +msgid "" +"Preset styles to customize the display. Selecting an option may reset some " +"color fields." +msgstr "" +"CSS Styles zurücksetzen um das Aussehen anzupassen. Bei Auswahl dieser " +"Option können vorher gewählte Farben verloren gehen. " + +#: ../../nextgen-gallery-pro/modules/nextgen_pro_lightbox/adapter.nextgen_pro_lightbox_form.php:262 +msgid "Crossfade betweens images" +msgstr "Blendet von Bild zu Bild" + +#: ../../nextgen-gallery-pro/modules/nextgen_pro_lightbox/adapter.nextgen_pro_lightbox_form.php:263 +#: ../../nextgen-gallery-pro/modules/nextgen_pro_slideshow/adapter.nextgen_pro_slideshow_form.php:139 +msgid "Fades into background color between images" +msgstr "Blendet die Hintergrundfarbe zwischen den Bildern ein" + +#: ../../nextgen-gallery-pro/modules/nextgen_pro_lightbox/adapter.nextgen_pro_lightbox_form.php:264 +msgid "" +"Quickly removes the image into background color, then fades the next image" +msgstr "" +"Das Bild wechselt schnell zur Hintergrundfarbe und dann Wechsel zu weiterem " +"Bild" + +#: ../../nextgen-gallery-pro/modules/nextgen_pro_lightbox/adapter.nextgen_pro_lightbox_form.php:265 +msgid "Slides the images depending on image position" +msgstr "" +"Verschiebt die Bilder je nach Bildposition (von links, von rechts, von oben " +"oder unten)" + +#: ../../nextgen-gallery-pro/modules/nextgen_pro_lightbox/adapter.nextgen_pro_lightbox_form.php:266 +#: ../../nextgen-gallery-pro/modules/nextgen_pro_slideshow/adapter.nextgen_pro_slideshow_form.php:142 +msgid "Fade between images and slide slightly at the same time" +msgstr "Wechselt (Blende) oder verschiebt die Bilder zur gleichen Zeit " + +#: ../../nextgen-gallery-pro/modules/nextgen_pro_lightbox/adapter.nextgen_pro_lightbox_form.php:275 +#: ../../nextgen-gallery-pro/modules/nextgen_pro_slideshow/adapter.nextgen_pro_slideshow_form.php:136 +msgid "Transition effect" +msgstr "Effekt Bildübergang" + +#: ../../nextgen-gallery-pro/modules/nextgen_pro_lightbox/adapter.nextgen_pro_lightbox_form.php:286 +msgid "Touch transition effect" +msgstr "Übergangseffekt bei Maus Berührung" + +#: ../../nextgen-gallery-pro/modules/nextgen_pro_lightbox/adapter.nextgen_pro_lightbox_form.php:289 +msgid "" +"The transition to use on touch devices if the default transition is too " +"intense" +msgstr "" +"Diesen Übergang für Touch Screens nutzen wenn der Standard Übergang zu " +"intensiv ist" + +#: ../../nextgen-gallery-pro/modules/nextgen_pro_lightbox/adapter.nextgen_pro_lightbox_form.php:298 +msgid "Crop image display" +msgstr "Bild ausschneiden" + +#: ../../nextgen-gallery-pro/modules/nextgen_pro_lightbox/adapter.nextgen_pro_lightbox_form.php:300 +msgid "Images will be scaled to fill the display, centered and cropped" +msgstr "Bilder werden skaliert auf ein Vollbild, zentriert und geschnitten" + +#: ../../nextgen-gallery-pro/modules/nextgen_pro_lightbox/adapter.nextgen_pro_lightbox_form.php:301 +msgid "Images will be scaled down until the entire image fits" +msgstr "" +"Die Bilder werden nach unten skaliert, bis das gesamte Bild passt. (kein " +"Ausschnitt) " + +#: ../../nextgen-gallery-pro/modules/nextgen_pro_lightbox/adapter.nextgen_pro_lightbox_form.php:302 +msgid "Images will scale to fill the height of the display" +msgstr "Die Bilder werden vertikal skaliert bis zur Hoehe des Bildschirms" + +#: ../../nextgen-gallery-pro/modules/nextgen_pro_lightbox/adapter.nextgen_pro_lightbox_form.php:303 +msgid "Images will scale to fill the width of the display" +msgstr "Die Bilder werden horizontal skaliert bis zur Breite des Bildschirms" + +#: ../../nextgen-gallery-pro/modules/nextgen_pro_lightbox/adapter.nextgen_pro_lightbox_form.php:304 +msgid "Landscape images will fill the display, but scale portraits to fit" +msgstr "" +"Horizontal (Querformat) ausgerichtete Bilder sind Vollbilder im Bildschirm " +"aber vertikal (Hochformat) ausgerichtete Bilder werden geschnitten" + +#: ../../nextgen-gallery-pro/modules/nextgen_pro_lightbox/adapter.nextgen_pro_lightbox_form.php:305 +msgid "Portrait images will fill the display, but scale landscapes to fit" +msgstr "" +"Vertikal (Hochformat) ausgerichtete Bilder sind Vollbilder im Bildschirm " +"aber horizontal (Querformat) ausgerichtete Bilder werden geschnitten" + +#: ../../nextgen-gallery-pro/modules/nextgen_pro_lightbox/adapter.nextgen_pro_lightbox_triggers_form.php:57 +msgid "Display Triggers" +msgstr "Anzeige Icons unter Vorschaubild" + +#: ../../nextgen-gallery-pro/modules/nextgen_pro_lightbox/adapter.nextgen_pro_lightbox_triggers_form.php:58 +msgid "Always" +msgstr "Immer" + +#: ../../nextgen-gallery-pro/modules/nextgen_pro_lightbox/adapter.nextgen_pro_lightbox_triggers_form.php:58 +msgid "Exclude Small Screens" +msgstr "Ohne kleine Vorschaubilder " + +#: ../../nextgen-gallery-pro/modules/nextgen_pro_lightbox/adapter.nextgen_pro_lightbox_triggers_form.php:58 +msgid "Never" +msgstr "Niemals" + +#: ../../nextgen-gallery-pro/modules/nextgen_pro_lightbox/adapter.nextgen_pro_lightbox_triggers_form.php:69 +msgid "Plain" +msgstr "Ebene" + +#: ../../nextgen-gallery-pro/modules/nextgen_pro_lightbox/adapter.nextgen_pro_lightbox_triggers_form.php:69 +msgid "Fancy" +msgstr "Phantasie" + +#: ../../nextgen-gallery-pro/modules/nextgen_pro_lightbox/module.nextgen_pro_lightbox.php:17 +msgid "NextGEN Pro Lightbox" +msgstr "NextGen Pro Lightbox Technik" + +#: ../../nextgen-gallery-pro/modules/nextgen_pro_lightbox/module.nextgen_pro_lightbox.php:18 +msgid "" +"Provides a lightbox with integrated commenting, social sharing, and e-" +"commerce functionality" +msgstr "" +"Bietet eine Lightbox mit integrierter Kommentarfunktion, Social Buttons und " +"E-Commerce Funktionalität" + +#: ../../nextgen-gallery-pro/modules/nextgen_pro_masonry/adapter.nextgen_pro_masonry_form.php:26 +msgid "Maximum image width" +msgstr "Maximale Bildbreite" + +#: ../../nextgen-gallery-pro/modules/nextgen_pro_masonry/adapter.nextgen_pro_masonry_form.php:37 +msgid "Image padding" +msgstr "Bildabstand" + +#: ../../nextgen-gallery-pro/modules/nextgen_pro_masonry/module.nextgen_pro_masonry.php:17 +msgid "NextGEN Pro Masonry" +msgstr "" +"NextGen Pro Masonry (Bildet Bilder ab in vertikaler und horizontaler " +"Position ab)" + +#: ../../nextgen-gallery-pro/modules/nextgen_pro_masonry/module.nextgen_pro_masonry.php:18 +msgid "Provides the NextGEN Pro Masonry Display Type" +msgstr "" +"Bietet den Photocrati NextGEN Pro Masonry Abbildungs Typ (Horizontal und " +"vertikal zusammen)" + +#: ../../nextgen-gallery-pro/modules/nextgen_pro_slideshow/adapter.nextgen_pro_slideshow_form.php:55 +#: ../products/photocrati_nextgen/modules/nextgen_admin/class.form.php:359 +msgid "Gallery width" +msgstr "Galerie Breite" + +#: ../../nextgen-gallery-pro/modules/nextgen_pro_slideshow/adapter.nextgen_pro_slideshow_form.php:61 +#: ../products/photocrati_nextgen/modules/nextgen_admin/class.form.php:365 +msgid "Pixels" +msgstr "Pixel" + +#: ../../nextgen-gallery-pro/modules/nextgen_pro_slideshow/adapter.nextgen_pro_slideshow_form.php:61 +#: ../products/photocrati_nextgen/modules/nextgen_admin/class.form.php:365 +msgid "Percent" +msgstr "Prozent" + +#: ../../nextgen-gallery-pro/modules/nextgen_pro_slideshow/adapter.nextgen_pro_slideshow_form.php:72 +msgid "Crop images" +msgstr "Bild ausschneiden" + +#: ../../nextgen-gallery-pro/modules/nextgen_pro_slideshow/adapter.nextgen_pro_slideshow_form.php:82 +msgid "Pan images" +msgstr "Breitwandbilder" + +#: ../../nextgen-gallery-pro/modules/nextgen_pro_slideshow/adapter.nextgen_pro_slideshow_form.php:94 +msgid "Show captions" +msgstr "Beschriftung zeigen" + +#: ../../nextgen-gallery-pro/modules/nextgen_pro_slideshow/adapter.nextgen_pro_slideshow_form.php:104 +msgid "Caption location" +msgstr "Platzierung der Beschreibung" + +#: ../../nextgen-gallery-pro/modules/nextgen_pro_slideshow/adapter.nextgen_pro_slideshow_form.php:106 +msgid "Top" +msgstr "Oben" + +#: ../../nextgen-gallery-pro/modules/nextgen_pro_slideshow/adapter.nextgen_pro_slideshow_form.php:107 +msgid "Bottom" +msgstr "Unten" + +#: ../../nextgen-gallery-pro/modules/nextgen_pro_slideshow/adapter.nextgen_pro_slideshow_form.php:108 +msgid "Top (Overlay)" +msgstr "Im Overlay oben" + +#: ../../nextgen-gallery-pro/modules/nextgen_pro_slideshow/adapter.nextgen_pro_slideshow_form.php:109 +msgid "Bottom (Overlay)" +msgstr "Im Overlay unten" + +#: ../../nextgen-gallery-pro/modules/nextgen_pro_slideshow/adapter.nextgen_pro_slideshow_form.php:138 +msgid "Crossfade between images" +msgstr "Bilder ueberblenden" + +#: ../../nextgen-gallery-pro/modules/nextgen_pro_slideshow/adapter.nextgen_pro_slideshow_form.php:140 +msgid "" +"Quickly move the image into the background color, then fade into the next " +"image" +msgstr "" +"Schneller Wechsel vom Bild zur Hintergrundfarbe, dann Wechsel zum folgenden " +"Bild " + +#: ../../nextgen-gallery-pro/modules/nextgen_pro_slideshow/adapter.nextgen_pro_slideshow_form.php:141 +msgid "Slide images depending on image position" +msgstr "" +"Verschiebt Bilder je nach der Bildposition (von links, von rechts, von oben " +"oder unten)" + +#: ../../nextgen-gallery-pro/modules/nextgen_pro_slideshow/adapter.nextgen_pro_slideshow_form.php:195 +msgid "Stage aspect ratio" +msgstr "Darstellung Bildseitenverhältnis" + +#: ../../nextgen-gallery-pro/modules/nextgen_pro_slideshow/adapter.nextgen_pro_slideshow_form.php:208 +msgid "Show play controls" +msgstr "Steuerkontrollen zeigen" + +#: ../../nextgen-gallery-pro/modules/nextgen_pro_thumbnail_grid/adapter.nextgen_pro_thumbnail_grid_form.php:89 +#: ../products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_thumbnail_form.php:85 +msgid "Number of columns to display" +msgstr "Anzahl Spalten " + +#: ../../nextgen-gallery-pro/modules/nextgen_pro_thumbnail_grid/adapter.nextgen_pro_thumbnail_grid_form.php:91 +msgid "An empty or zero in this field will use a responsive layout" +msgstr "" +"Ein leeres Feld oder eine 0 in diesem Feld erzeugt ein responsives Layout" + +#: ../../nextgen-gallery-pro/nggallery-pro.php:91 +#, php-format +msgid "There are updates available. You can Update Now." +msgstr "" +"Es sind Updates verfügbar. Du kannst jetzt aktualisieren." + +#: ../../nextgen-gallery-pro/nggallery-pro.php:137 +msgid "" +"Please install & activate NextGEN Gallery to allow NextGEN Gallery " +"Pro to work." +msgstr "" +"Bitte installiere & aktiviere zuerst die NextGEN Gallery um NextGEN " +"Gallery Pro in Betrieb zu nehmen." + +#: ../../nextgen-gallery-pro/nggallery-pro.php:151 +msgid "" +"To activate the NextGEN Gallery Pro Lightbox please go to Gallery > Other " +"Options > Lightbox Effects." +msgstr "" +"Um die NextGEN Gallery Pro Lightbox zu aktivieren, geh bitte im Dashbord zu " +"Galerie > Andere Optionen > Lightbox Effekte" + +#: ../nggallery.php:297 +#, php-format +msgid "Every %d seconds" +msgstr "Alle %d Sekunden" + +#: ../products/photocrati_nextgen/modules/attach_to_post/adapter.attach_to_post_ajax.php:157 +msgid "Album: " +msgstr "Album" + +#: ../products/photocrati_nextgen/modules/attach_to_post/adapter.attach_to_post_ajax.php:159 +msgid "Gallery: " +msgstr "Galerie" + +#: ../products/photocrati_nextgen/modules/attach_to_post/adapter.attach_to_post_ajax.php:177 +msgid "Missing parameters" +msgstr "Parameter werden vermisst" + +#: ../products/photocrati_nextgen/modules/attach_to_post/adapter.attach_to_post_ajax.php:213 +msgid "Displayed gallery does not exist" +msgstr "Die ausgewählte Galerie existiert nicht" + +#: ../products/photocrati_nextgen/modules/attach_to_post/adapter.attach_to_post_ajax.php:216 +msgid "Invalid request" +msgstr "Ungültige Anfrage" + +#: ../products/photocrati_nextgen/modules/attach_to_post/class.attach_controller.php:248 +msgid "NextGEN Gallery - Attach To Post" +msgstr "NextGEN Gallery - Beitrag schreiben" + +#: ../products/photocrati_nextgen/modules/attach_to_post/class.attach_controller.php:266 +msgid "Display Galleries" +msgstr "Galerien anzeigen" + +#: ../products/photocrati_nextgen/modules/attach_to_post/class.attach_controller.php:273 +#: ../products/photocrati_nextgen/modules/nextgen_addgallery_page/adapter.nextgen_addgallery_controller.php:7 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:192 +msgid "Add Gallery / Images" +msgstr "Galerie / Bilder hinzufügen" + +#: ../products/photocrati_nextgen/modules/attach_to_post/class.attach_controller.php:280 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:160 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:194 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:168 +msgid "Manage Galleries" +msgstr "Galerien verwalten" + +#: ../products/photocrati_nextgen/modules/attach_to_post/class.attach_controller.php:287 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:161 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:196 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/album.php:404 +msgid "Manage Albums" +msgstr "Verwalte Alben" + +#: ../products/photocrati_nextgen/modules/attach_to_post/class.attach_controller.php:294 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:162 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:198 +msgid "Manage Tags" +msgstr "Tags verwalten" + +#: ../products/photocrati_nextgen/modules/attach_to_post/mixin.attach_to_post_display_tab.php:115 +msgid "What would you like to display?" +msgstr "Was möchtest Du gerne zeigen?" + +#: ../products/photocrati_nextgen/modules/attach_to_post/mixin.attach_to_post_display_tab.php:139 +msgid "Select a display type" +msgstr "Layout auswählen" + +#: ../products/photocrati_nextgen/modules/attach_to_post/mixin.attach_to_post_display_tab.php:162 +msgid "Customize the display settings" +msgstr "Layout Einstellungen bearbeiten" + +#: ../products/photocrati_nextgen/modules/attach_to_post/mixin.attach_to_post_display_tab.php:253 +msgid "No display type selected" +msgstr "Kein Anzeigentyp gewählt" + +#: ../products/photocrati_nextgen/modules/attach_to_post/mixin.attach_to_post_display_tab.php:271 +msgid "Sort or Exclude Images" +msgstr "Sortiere oder schließe Bilder aus" + +#: ../products/photocrati_nextgen/modules/attach_to_post/module.attach_to_post.php:186 +msgid "Invalid Displayed Gallery" +msgstr "Defekte Galerie wird angezeigt" + +#: ../products/photocrati_nextgen/modules/lightbox/module.lightbox.php:22 +msgid "Provides integration with several JavaScript lightbox effect libraries" +msgstr "" +"Bietet die Integration mit mehreren JavaScript Lightbox-Effekt-Bibliotheken" + +#: ../products/photocrati_nextgen/modules/nextgen_addgallery_page/adapter.import_folder_form.php:7 +#: ../products/photocrati_nextgen/modules/nextgen_addgallery_page/templates/import_folder.php:6 +msgid "Import Folder" +msgstr "Ordner importieren" + +#: ../products/photocrati_nextgen/modules/nextgen_addgallery_page/adapter.upload_images_form.php:7 +msgid "Upload Images" +msgstr "Bilder hochladen" + +#: ../products/photocrati_nextgen/modules/nextgen_addgallery_page/templates/import_folder.php:1 +msgid "" +"Select a folder to import. The folder name will be used as the title of the " +"gallery." +msgstr "" +"Wähle einen Ordner aus um ihn zu importieren. Der Name des Ordners wird " +"als Galerie Name eingetragen." + +#: ../products/photocrati_nextgen/modules/nextgen_addgallery_page/templates/import_folder.php:5 +msgid "Keep images in original location." +msgstr "Bilder im ursprünglichen Speicherort belassen." + +#: ../products/photocrati_nextgen/modules/nextgen_addgallery_page/templates/import_folder.php:5 +msgid "" +"Caution: If you keep images in the original folder and later delete the " +"gallery, the images in that folder might be deleted depending on your " +"settings." +msgstr "" +"Achtung: Wenn Bilder im Original Ordner sind und später die Galerie gelöscht " +"wird, kann es sein, abhängig von den Einstellungen, dass auch der Ordner " +"gelöscht wird." + +#: ../products/photocrati_nextgen/modules/nextgen_addgallery_page/templates/upload_images.php:2 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:158 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:171 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:189 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:458 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:515 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:814 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:457 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:286 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:317 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:318 +#: ../products/photocrati_nextgen/modules/ngglegacy/lib/rewrite.php:217 +#: ../products/photocrati_nextgen/modules/ngglegacy/lib/rewrite.php:226 +msgid "Gallery" +msgstr "Galerie" + +#: ../products/photocrati_nextgen/modules/nextgen_addgallery_page/templates/upload_images.php:4 +msgid "Create a new gallery" +msgstr "Eine neue Galerie erzeugen" + +#: ../products/photocrati_nextgen/modules/nextgen_addgallery_page/templates/upload_images.php:13 +msgid "You browser doesn't have Flash, Silverlight, HTML5, or HTML4 support." +msgstr "Dein Browser unterstützt kein Flash, Silverlight, HTML5, oder HTML4." + +#: ../products/photocrati_nextgen/modules/nextgen_admin/class.form.php:226 +#: ../products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_thumbnail_form.php:167 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:537 +msgid "Enable AJAX pagination" +msgstr "Aktiviere AJAX-Navigation" + +#: ../products/photocrati_nextgen/modules/nextgen_admin/class.form.php:238 +msgid "Override thumbnail settings" +msgstr "Vorschaubild-Einstellungen überschreiben" + +#: ../products/photocrati_nextgen/modules/nextgen_admin/class.form.php:240 +msgid "" +"This does not affect existing thumbnails; overriding the thumbnail settings " +"will create an additional set of thumbnails. To change the size of existing " +"thumbnails please visit 'Manage Galleries' and choose 'Create new " +"thumbnails' for all images in the gallery." +msgstr "" +"Dies betrifft nicht vorhandene Vorschaubilder. Das Überschreiben der " +"Vorschaubilder-Einstellungen erzeugt einen zusätzlichen Satz von " +"Vorschaubildern. Um die Größen der bestehenden Vorschaubilder zu ändern, " +"besuche bitte den Navigationspunkt \"Galerien verwalten\" und wähle \"Neue " +"Vorschaubilder erstellen\" für alle Bilder in der Galerie." + +#: ../products/photocrati_nextgen/modules/nextgen_admin/class.form.php:248 +#: ../products/photocrati_nextgen/modules/nextgen_basic_singlepic/adapter.nextgen_basic_singlepic_form.php:37 +msgid "Thumbnail dimensions" +msgstr "Vorschaubilder Einstellungen" + +#: ../products/photocrati_nextgen/modules/nextgen_admin/class.form.php:262 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:431 +msgid "Thumbnail quality" +msgstr "Vorschaubild Qualität" + +#: ../products/photocrati_nextgen/modules/nextgen_admin/class.form.php:272 +msgid "Thumbnail crop" +msgstr "Vorschaubild ausschneiden" + +#: ../products/photocrati_nextgen/modules/nextgen_admin/class.form.php:281 +msgid "Thumbnail watermark" +msgstr "Vorschaubild Wasserzeichen" + +#: ../products/photocrati_nextgen/modules/nextgen_admin/class.form.php:306 +msgid "Override image settings" +msgstr "Bild-Einstellungen überschreiben" + +#: ../products/photocrati_nextgen/modules/nextgen_admin/class.form.php:308 +msgid "Overriding the image settings will create an additional set of images" +msgstr "" +"Das überschreiben der Bildeinstellungen erzeugt ein zusätzliches Bilderset" + +#: ../products/photocrati_nextgen/modules/nextgen_admin/class.form.php:316 +#: ../products/photocrati_nextgen/modules/nextgen_basic_singlepic/adapter.nextgen_basic_singlepic_form.php:66 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:456 +msgid "Image quality" +msgstr "Bild Qualität" + +#: ../products/photocrati_nextgen/modules/nextgen_admin/class.form.php:326 +msgid "Image crop" +msgstr "Bild ausschneiden" + +#: ../products/photocrati_nextgen/modules/nextgen_admin/class.form.php:335 +msgid "Image watermark" +msgstr "Bild Wasserzeichen" + +#: ../products/photocrati_nextgen/modules/nextgen_admin/class.form.php:361 +msgid "An empty or \"0\" setting will make the gallery full width" +msgstr "" +"Ein leeres Feld oder \"0\" erzeugt eine Galerie in voller Bildschirmbreite" + +#: ../products/photocrati_nextgen/modules/nextgen_admin/class.form.php:374 +msgid "First Image" +msgstr "Erstes Bild" + +#: ../products/photocrati_nextgen/modules/nextgen_admin/class.form.php:375 +msgid "Average" +msgstr "Durchschnitt" + +#: ../products/photocrati_nextgen/modules/nextgen_admin/class.nextgen_admin_page_controller.php:100 +msgid "Clear" +msgstr "Leeren" + +#: ../products/photocrati_nextgen/modules/nextgen_admin/class.nextgen_admin_page_controller.php:101 +msgid "Default" +msgstr "Standard" + +#: ../products/photocrati_nextgen/modules/nextgen_admin/class.nextgen_admin_page_controller.php:102 +msgid "Select Color" +msgstr "Farbe wählen" + +#: ../products/photocrati_nextgen/modules/nextgen_admin/class.nextgen_admin_page_controller.php:103 +msgid "Current Color" +msgstr "Aktuelle Farbe" + +#: ../products/photocrati_nextgen/modules/nextgen_basic_album/mixin.nextgen_basic_album_form.php:28 +msgid "Galleries per page" +msgstr "Galerien pro Seite" + +#: ../products/photocrati_nextgen/modules/nextgen_basic_album/mixin.nextgen_basic_album_form.php:47 +msgid "Items per page" +msgstr "Produkte pro Seite" + +#: ../products/photocrati_nextgen/modules/nextgen_basic_album/mixin.nextgen_basic_album_form.php:48 +msgid "Maximum number of galleries or sub-albums to appear on a single page" +msgstr "" +"Maximale Anzahl von Galerien oder Unteralbums die auf einer Einzelseite " +"angezeigt werden" + +#: ../products/photocrati_nextgen/modules/nextgen_basic_album/templates/compact.php:28 +#: ../products/photocrati_nextgen/modules/nextgen_basic_album/templates/extended.php:15 +#: ../products/photocrati_nextgen/modules/ngglegacy/view/album-compact.php:45 +#: ../products/photocrati_nextgen/modules/ngglegacy/view/album-extend.php:31 +msgid "Photos" +msgstr "Fotos" + +#: ../products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_gallery_mapper.php:94 +msgid "[Show PicLens]" +msgstr "Bildershow zeigen" + +#: ../products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:63 +msgid "Interval" +msgstr "Interval" + +#: ../products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:77 +msgid "Image limit" +msgstr "Bild Limit" + +#: ../products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:79 +msgid "Maximum number of images to display with recent or random sources" +msgstr "" +"Maximale Anzahl von Bildern mit den aktuellsten oder zufälligen Einstellungen" + +#: ../products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:91 +msgid "Effect" +msgstr "Effekt" + +#: ../products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:112 +msgid "Maximum dimensions" +msgstr "Größte Dimensionen" + +#: ../products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:123 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:765 +msgid "Enable flash slideshow" +msgstr "Aktiviere Flash Slideshow" + +#: ../products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:125 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:767 +msgid "Integrate the flash based slideshow for all flash supported devices" +msgstr "Verwende die Flash Slideshow für alle Flash-unterstützte Geräte" + +#: ../products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:134 +msgid "Shuffle" +msgstr "Stapeln" + +#: ../products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:146 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:782 +msgid "Show next image on click" +msgstr "Zeige nächstes Bild bei Klick" + +#: ../products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:158 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:786 +msgid "Show navigation bar" +msgstr "Zeige Navigations-Leiste" + +#: ../products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:170 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:790 +msgid "Show loading icon" +msgstr "Zeige Lade-Bildchen" + +#: ../products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:182 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:794 +msgid "Use watermark logo" +msgstr "Wasserzeichen anzeigen" + +#: ../products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:184 +msgid "" +"Use the watermark image in the Flash object. Note: this does not watermark " +"the image itself, and cannot be applied with text watermarks" +msgstr "" +"Nutze das Wasserzeichen im Flash Objekt. Achtung: Diese Einstellung markiert " +"das Bild selbst nicht mit einem Wasserzeichen und kann auch nicht mit einem " +"Text-Wasserzeichen ergänzt werden. " + +#: ../products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:194 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:799 +msgid "Stretch image" +msgstr "Bild dehnen" + +#: ../products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:207 +msgid "Transition / fade effect" +msgstr "Fade Effekt" + +#: ../products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:231 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:827 +msgid "Use slow zooming effect" +msgstr "nutze Zoom-Effekt" + +#: ../products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:243 +msgid "Background music (url)" +msgstr "Hintergrundmusik (URL)" + +#: ../products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:256 +msgid "Try XHTML validation" +msgstr "Integriere XHTML-Validierung (mittels CDATA)" + +#: ../products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:258 +msgid "Uses CDATA. Important: Could cause problems with some older browsers" +msgstr "" +"Nutzung von CDATA, Wichtig : Es könnten Probleme bei älteren Browsern " +"entstehen." + +#: ../products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:268 +msgid "Background" +msgstr "Hintergrund" + +#: ../products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:280 +msgid "Text / buttons" +msgstr "Text / Buttons" + +#: ../products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:292 +msgid "Rollover / active" +msgstr "Rollover / Aktiv " + +#: ../products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:304 +msgid "Screen" +msgstr "Bildschirm" + +#: ../products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:322 +msgid "Show thumbnail link" +msgstr "Zeige den Link zum Vorschaubild" + +#: ../products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:338 +msgid "Thumbnail link text" +msgstr "Vorschaubild Link-Text" + +#: ../products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_thumbnail_form.php:105 +msgid "Piclens link text" +msgstr "Piclens Link-Text" + +#: ../products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_thumbnail_form.php:123 +msgid "Show piclens link" +msgstr "Zeige den Piclens Bildtext" + +#: ../products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_thumbnail_form.php:139 +msgid "Add Hidden Images" +msgstr "Versteckte Bilder hinzufügen" + +#: ../products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_thumbnail_form.php:141 +msgid "" +"If pagination is used this option will show all images in the modal window " +"(Thickbox, Lightbox etc.) This increases page load." +msgstr "" +"Wenn Du die Blätterfunktion nutzt, dann kannst Du mit dieser Option alle " +"Bilder im Modal-Fenster (Thickbox,Lightbox etc.) anzeigen. Berücksichtige, " +"dass die Ladezeit der Seite erhöht wird." + +#: ../products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_thumbnail_form.php:150 +msgid "Use imagebrowser effect" +msgstr "Es wird der Bilder-Browser angezeigt (Kein JavaScript Effekt)" + +#: ../products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_thumbnail_form.php:152 +msgid "" +"When active each image in the gallery will link to an imagebrowser display " +"and lightbox effects will not be applied." +msgstr "" +"Wenn aktiviert, verlinkt jedes Bild in der Galerie zu einer Bildanzeige im " +"Browser. Lightboxeffekte sind dann ausgeschlossen." + +#: ../products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_thumbnail_form.php:169 +msgid "Browse images without reloading the page." +msgstr "Bilder durchsuchen ohne die Seite neu zu laden." + +#: ../products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_thumbnail_form.php:184 +msgid "Show slideshow link" +msgstr "Zeige den Slideshow Link" + +#: ../products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_thumbnail_form.php:200 +msgid "Slideshow link text" +msgstr "Slideshow Link-Text" + +#: ../products/photocrati_nextgen/modules/nextgen_basic_gallery/templates/slideshow/index.php:35 +msgid "" +"Slideshows require the Flash Player and a browser with Javascript support." +msgstr "" +"Slideshow erfordert den Flash Player und einen Browser mit Javascript Unterstützung." + +#: ../products/photocrati_nextgen/modules/nextgen_basic_gallery/templates/slideshow/nextgen_basic_slideshow_settings_gallery_dimensions.php:13 +#: ../products/photocrati_nextgen/modules/nextgen_basic_singlepic/adapter.nextgen_basic_singlepic_form.php:38 +#: ../products/photocrati_nextgen/modules/nextgen_basic_singlepic/templates/nextgen_basic_singlepic_settings_dimensions.php:13 +msgid "Width" +msgstr "Breite" + +#: ../products/photocrati_nextgen/modules/nextgen_basic_gallery/templates/slideshow/nextgen_basic_slideshow_settings_gallery_dimensions.php:21 +#: ../products/photocrati_nextgen/modules/nextgen_basic_singlepic/adapter.nextgen_basic_singlepic_form.php:40 +#: ../products/photocrati_nextgen/modules/nextgen_basic_singlepic/templates/nextgen_basic_singlepic_settings_dimensions.php:20 +msgid "Height" +msgstr "Höhe:" + +#: ../products/photocrati_nextgen/modules/nextgen_basic_imagebrowser/templates/nextgen_basic_imagebrowser.php:41 +#: ../products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser-caption.php:26 +#: ../products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser-exif.php:30 +#: ../products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser.php:26 +msgid "Back" +msgstr "Zurueck" + +#: ../products/photocrati_nextgen/modules/nextgen_basic_imagebrowser/templates/nextgen_basic_imagebrowser.php:49 +#: ../products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser-caption.php:29 +#: ../products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser-exif.php:33 +#: ../products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser.php:29 +msgid "Next" +msgstr "Vor" + +#: ../products/photocrati_nextgen/modules/nextgen_basic_imagebrowser/templates/nextgen_basic_imagebrowser.php:55 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:90 +#: ../products/photocrati_nextgen/modules/ngglegacy/lib/rewrite.php:220 +#: ../products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser-caption.php:31 +#: ../products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser-exif.php:35 +#: ../products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser.php:31 +msgid "Picture" +msgstr "Bild" + +#: ../products/photocrati_nextgen/modules/nextgen_basic_imagebrowser/templates/nextgen_basic_imagebrowser.php:55 +#: ../products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser-caption.php:31 +#: ../products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser-exif.php:35 +#: ../products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser.php:31 +msgid "of" +msgstr "von" + +#: ../products/photocrati_nextgen/modules/nextgen_basic_singlepic/adapter.nextgen_basic_singlepic_form.php:53 +msgid "Link" +msgstr "Link" + +#: ../products/photocrati_nextgen/modules/nextgen_basic_singlepic/adapter.nextgen_basic_singlepic_form.php:78 +msgid "Display watermark" +msgstr "Wasserzeichen setzen" + +#: ../products/photocrati_nextgen/modules/nextgen_basic_singlepic/adapter.nextgen_basic_singlepic_form.php:88 +msgid "Display reflection" +msgstr "Spiegelung zeigen" + +#: ../products/photocrati_nextgen/modules/nextgen_basic_singlepic/adapter.nextgen_basic_singlepic_form.php:98 +msgid "Crop thumbnail" +msgstr "Vorschaubild ausschneiden" + +#: ../products/photocrati_nextgen/modules/nextgen_basic_singlepic/adapter.nextgen_basic_singlepic_form.php:108 +msgid "Float" +msgstr "Ausrichten" + +#: ../products/photocrati_nextgen/modules/nextgen_basic_singlepic/adapter.nextgen_basic_singlepic_form.php:109 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:252 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/publish.php:47 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:583 +msgid "None" +msgstr "Keiner" + +#: ../products/photocrati_nextgen/modules/nextgen_basic_singlepic/adapter.nextgen_basic_singlepic_form.php:109 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:254 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/publish.php:49 +msgid "Left" +msgstr "Links" + +#: ../products/photocrati_nextgen/modules/nextgen_basic_singlepic/adapter.nextgen_basic_singlepic_form.php:109 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:258 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/publish.php:53 +msgid "Right" +msgstr "Rechts" + +#: ../products/photocrati_nextgen/modules/nextgen_basic_tagcloud/adapter.nextgen_basic_tagcloud_form.php:24 +msgid "Maximum number of tags" +msgstr "Maximale Anzahl Schlagwörter" + +#: ../products/photocrati_nextgen/modules/nextgen_basic_tagcloud/adapter.nextgen_basic_tagcloud_form.php:46 +msgid "Display type" +msgstr "Anzeigetyp" + +#: ../products/photocrati_nextgen/modules/nextgen_basic_tagcloud/adapter.nextgen_basic_tagcloud_form.php:49 +msgid "The display type that the tagcloud will point its results to" +msgstr "" +"Der Anzeigetyp der Schlagwortwolke als Ergebnis aus der Darstellung durch" + +#: ../products/photocrati_nextgen/modules/nextgen_basic_templates/adapter.nextgen_basic_template_form.php:46 +msgid "Template" +msgstr "Template" + +#: ../products/photocrati_nextgen/modules/nextgen_basic_templates/adapter.nextgen_basic_template_form.php:47 +msgid "Use a legacy template when rendering (not recommended)." +msgstr "Verwenden Sie eine ältere Vorlage beim Rendern (nicht empfohlen)." + +#: ../products/photocrati_nextgen/modules/nextgen_data/class.gallerystorage_driver_base.php:588 +#: ../products/photocrati_nextgen/modules/nextgen_data/class.ngglegacy_gallerystorage_driver.php:649 +#: ../products/photocrati_nextgen/modules/ngglegacy/lib/multisite.php:23 +msgid "" +"Sorry, you have used your space allocation. Please delete some files to " +"upload more files." +msgstr "" +"Schade, Dein freier Speicher scheint aufgebraucht zu sein. Bitte lösche " +"zuerst ein paar Bilder." + +#: ../products/photocrati_nextgen/modules/nextgen_data/class.gallerystorage_driver_base.php:1010 +msgid "Could not calculate resized image dimensions" +msgstr "Es konnten keine veränderten Bildgrößen berechnet werden" + +#: ../products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:154 +#: ../products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:135 +msgid " mm" +msgstr " mm" + +#: ../products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:163 +#: ../products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:141 +msgid " sec" +msgstr " Sek." + +#: ../products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:168 +#: ../products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:145 +msgid "Fired" +msgstr "ausgelöst" + +#: ../products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:168 +#: ../products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:145 +msgid "Not fired" +msgstr "Nicht ausgelöst" + +#: ../products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:539 +#: ../products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:452 +#: ../products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser-exif.php:46 +msgid "Aperture" +msgstr "Blende" + +#: ../products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:540 +#: ../products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:565 +#: ../products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:453 +#: ../products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:478 +msgid "Credit" +msgstr "Autor" + +#: ../products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:541 +#: ../products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:454 +msgid "Camera" +msgstr "Kamera" + +#: ../products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:542 +#: ../products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:455 +msgid "Caption" +msgstr "Beschreibung" + +#: ../products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:543 +#: ../products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:26 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/manage-sort.php:114 +#: ../products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:456 +msgid "Date/Time" +msgstr "Datum/Zeit" + +#: ../products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:544 +#: ../products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:457 +msgid "Copyright" +msgstr "Rechte" + +#: ../products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:545 +#: ../products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:458 +msgid "Focal length" +msgstr "Brennweite" + +#: ../products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:546 +#: ../products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:459 +msgid "ISO" +msgstr "ISO" + +#: ../products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:547 +#: ../products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:460 +#: ../products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser-exif.php:54 +msgid "Shutter speed" +msgstr "Belichtungszeit" + +#: ../products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:548 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/album.php:678 +#: ../products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:461 +msgid "Title" +msgstr "Titel" + +#: ../products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:549 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:459 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:410 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/style.php:132 +#: ../products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:462 +msgid "Author" +msgstr "Autor" + +#: ../products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:550 +#: ../products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:51 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:176 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:389 +#: ../products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:463 +msgid "Tags" +msgstr "Stichwörter" + +#: ../products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:551 +#: ../products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:464 +msgid "Subject" +msgstr "Betreff" + +#: ../products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:552 +#: ../products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:465 +msgid "Make" +msgstr "Hersteller" + +#: ../products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:553 +#: ../products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:466 +msgid "Edit Status" +msgstr "Ändere Status" + +#: ../products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:554 +#: ../products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:467 +msgid "Category" +msgstr "Kategorie" + +#: ../products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:555 +#: ../products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:468 +msgid "Keywords" +msgstr "Schlüsselwörter" + +#: ../products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:556 +#: ../products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:469 +msgid "Date Created" +msgstr "erstellt (Datum)" + +#: ../products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:557 +#: ../products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:470 +msgid "Time Created" +msgstr "erstellt (Zeit)" + +#: ../products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:558 +#: ../products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:471 +msgid "Author Position" +msgstr "Autor Position" + +#: ../products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:559 +#: ../products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:472 +msgid "City" +msgstr "Stadt" + +#: ../products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:560 +#: ../products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:473 +msgid "Location" +msgstr "Ort" + +#: ../products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:561 +#: ../products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:474 +msgid "Province/State" +msgstr "Staat / PLZ" + +#: ../products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:562 +#: ../products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:475 +msgid "Country code" +msgstr "Landescode" + +#: ../products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:563 +#: ../products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:476 +msgid "Country" +msgstr "Land" + +#: ../products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:564 +#: ../products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:477 +msgid "Headline" +msgstr "Kopfzeile" + +#: ../products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:566 +#: ../products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:479 +msgid "Source" +msgstr "Quelle" + +#: ../products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:567 +#: ../products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:480 +msgid "Copyright Notice" +msgstr "Copyright Hinweise / Credits" + +#: ../products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:568 +#: ../products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:481 +msgid "Contact" +msgstr "Kontakt" + +#: ../products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:569 +#: ../products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:482 +msgid "Last modified" +msgstr "Zuletzt geändert" + +#: ../products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:570 +#: ../products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:483 +msgid "Program tool" +msgstr "Programm" + +#: ../products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:571 +#: ../products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:484 +msgid "Format" +msgstr "Format" + +#: ../products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:572 +#: ../products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:485 +msgid "Image Width" +msgstr "Breite" + +#: ../products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:573 +#: ../products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:486 +msgid "Image Height" +msgstr "Höhe" + +#: ../products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:574 +#: ../products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:487 +msgid "Flash" +msgstr "Blitz" + +#: ../products/photocrati_nextgen/modules/nextgen_data/class.ngglegacy_gallerystorage_driver.php:638 +#, php-format +msgid "Unable to create directory %s." +msgstr "Außerstande den Pfad %s zu erstellen " + +#: ../products/photocrati_nextgen/modules/nextgen_data/class.ngglegacy_gallerystorage_driver.php:643 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:928 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1126 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1211 +#, php-format +msgid "" +"Unable to write to directory %s. Is this directory writable by the server?" +msgstr "" +"Kann das Verzeichnis %s nicht erstellen. Ist das Hauptverzeichnis vielleicht " +"schreibgeschützt ?" + +#: ../products/photocrati_nextgen/modules/nextgen_data/class.ngglegacy_gallerystorage_driver.php:672 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1251 +#, php-format +msgid "Failed to copy database row for picture %s" +msgstr "Fehler bei der Datenbank-Operation für Bild %s" + +#: ../products/photocrati_nextgen/modules/nextgen_data/class.ngglegacy_gallerystorage_driver.php:684 +#, php-format +msgid "Failed to get image path for %s" +msgstr "Fehler beim Bildpfad für %s" + +#: ../products/photocrati_nextgen/modules/nextgen_data/class.ngglegacy_gallerystorage_driver.php:702 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1237 +#, php-format +msgid "Failed to copy image %1$s to %2$s" +msgstr "Konnte das Bild %1$s nicht nach %2$s kopieren" + +#: ../products/photocrati_nextgen/modules/nextgen_data/class.ngglegacy_gallerystorage_driver.php:706 +#, php-format +msgid "Copied image %1$s to %2$s" +msgstr "Kopiert Bild %1$s zu %2$s" + +#: ../products/photocrati_nextgen/modules/nextgen_data/class.ngglegacy_gallerystorage_driver.php:714 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1263 +#, php-format +msgid "" +"Image %1$s (%2$s) copied as image %3$s (%4$s) » The file already " +"existed in the destination gallery." +msgstr "" +"Bild %1$s (%2$s) als Bild %3$s (%4$s) kopiert » Die Datei existierte " +"bereits." + +#: ../products/photocrati_nextgen/modules/nextgen_data/class.ngglegacy_gallerystorage_driver.php:718 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1266 +#, php-format +msgid "Image %1$s (%2$s) copied as image %3$s (%4$s)" +msgstr "Bild %1$s (%2$s) kopiert als Bild %3$s (%4$s)" + +#: ../products/photocrati_nextgen/modules/nextgen_data/class.ngglegacy_gallerystorage_driver.php:731 +#, php-format +msgid "Copied %1$s picture(s) to gallery %2$s ." +msgstr "Kopiert %1$s Bild(er) in die Galerie %2$s ." + +#: ../products/photocrati_nextgen/modules/nextgen_data/class.ngglegacy_gallerystorage_driver.php:758 +msgid "Could not find image" +msgstr "Bild wurde nicht gefunden" + +#: ../products/photocrati_nextgen/modules/nextgen_data/class.ngglegacy_gallerystorage_driver.php:763 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:388 +msgid " is not writeable" +msgstr "ist schreibgeschützt !" + +#: ../products/photocrati_nextgen/modules/nextgen_data/class.ngglegacy_gallerystorage_driver.php:768 +msgid "Backup file does not exist" +msgstr "Backup Datei existiert nicht" + +#: ../products/photocrati_nextgen/modules/nextgen_data/class.ngglegacy_gallerystorage_driver.php:773 +msgid "Could not restore original image" +msgstr "Konnte das Originalbild nicht wiederherstellen" + +#: ../products/photocrati_nextgen/modules/nextgen_gallery_display/adapter.display_settings_controller.php:17 +#: ../products/photocrati_nextgen/modules/nextgen_gallery_display/module.nextgen_gallery_display.php:241 +#: ../products/photocrati_nextgen/modules/nextgen_gallery_display/module.nextgen_gallery_display.php:327 +msgid "Gallery Settings" +msgstr "Galerie Einstellungen" + +#: ../products/photocrati_nextgen/modules/nextgen_gallery_display/class.displayed_gallery.php:73 +msgid "Source not compatible with selected display type" +msgstr "Software ist nicht kompatibel mit dem ausgewählten Anzeigetyp" + +#: ../products/photocrati_nextgen/modules/nextgen_gallery_display/module.nextgen_gallery_display.php:326 +msgid "NextGEN Gallery & Album Settings" +msgstr "NextGEN Galerie & Album Einstellungen" + +#: ../products/photocrati_nextgen/modules/nextgen_gallery_display/templates/alt_view_link_text.php:15 +#: ../products/photocrati_nextgen/modules/nextgen_gallery_display/templates/return_link_text.php:15 +msgid "link text" +msgstr "Link-Text" + +#: ../products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:12 +msgid "Image Options" +msgstr "Bild Optionen" + +#: ../products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:22 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:588 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/thumbnails-template.php:76 +msgid "Custom" +msgstr "Eigener" + +#: ../products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:23 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/manage-sort.php:111 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:549 +msgid "Image ID" +msgstr "Bilder ID" + +#: ../products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:24 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:570 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/manage-sort.php:112 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:166 +msgid "Filename" +msgstr "Dateiname" + +#: ../products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:25 +msgid "Alt/Title Text" +msgstr "Alternativtext & Titel" + +#: ../products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:38 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/manage-sort.php:115 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:557 +msgid "Ascending" +msgstr "Aufsteigend" + +#: ../products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:39 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/manage-sort.php:116 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:558 +msgid "Descending" +msgstr "Absteigend" + +#: ../products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:50 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:388 +msgid "Categories" +msgstr "Kategorien" + +#: ../products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:81 +msgid "Gallery path does not exist and could not be created" +msgstr "Der Galeriepfad existiert nicht und konnte auch nicht erzeugt werden" + +#: ../products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:86 +msgid "Where would you like galleries stored?" +msgstr "Wo möchtest Du gerne Galerien gespeichert haben?" + +#: ../products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:87 +msgid "Where galleries and their images are stored" +msgstr "Wo Galerien und deren Bilder gespeichert sind" + +#: ../products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:89 +msgid "Delete Image Files?" +msgstr "Lösche Bilddateien" + +#: ../products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:90 +msgid "" +"When enabled, image files will be removed after a Gallery has been deleted" +msgstr "" +"Im aktivierten Zustand werden Bilddateien entfernt, wenn eine Galerie " +"gelöscht wird" + +#: ../products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:92 +msgid "Show Related Images on Posts?" +msgstr "Zeige ähnliche Bilder in Beiträgen" + +#: ../products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:93 +msgid "" +"When enabled, related images will be appended to each post by matching the " +"posts tags/categories to image tags" +msgstr "" +"Im aktivierten Zustand werden ähnliche Bilder zu jedem Beitrag hinzugefügt, " +"indem die Beitrags Tags / Kategorien, an die Bild Tags angehängt werden" + +#: ../products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:95 +msgid "(Show Customization Settings)" +msgstr "(Zeige Benutzer Einstellungen)" + +#: ../products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:96 +msgid "(Hide Customization Settings)" +msgstr "(Verstecke Benutzer Einstellungen)" + +#: ../products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:97 +msgid "How should related images be match?" +msgstr "Wie sollen ähnliche Bilder mit eingebunden werden?" + +#: ../products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:100 +msgid "Maximum # of related images to display" +msgstr "Maximale Anzeige # von ähnlichen Bildern" + +#: ../products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:102 +msgid "Heading for related images" +msgstr "Überschrift für ähnliche Bilder" + +#: ../products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:104 +msgid "What's the default sorting method?" +msgstr "Was ist die Standard Einstellung zum sortieren?" + +#: ../products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:107 +msgid "Sort in what direction?" +msgstr "Sortieren in welche Richtung?" + +#: ../products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:110 +msgid "Automatically resize images after upload" +msgstr "Passt die Grösse automatisch beim Upload an" + +#: ../products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:111 +msgid "It is recommended that your images be resized to be web friendly" +msgstr "" +"Es ist empfehlenswert Deine Bilder webgerecht zu formatieren. (Breite x Höhe " +"und Schwere KB)" + +#: ../products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:113 +msgid "What should images be resized to?" +msgstr "Was soll an den Bildern geändert werden?" + +#: ../products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:114 +msgid "" +"After images are uploaded, they will be resized to the above dimensions and " +"quality" +msgstr "" +"Nach dem Upload der Bilder werden sie in die anzeigte Größe und Qualität " +"geändert" + +#: ../products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:115 +#: ../products/photocrati_nextgen/modules/widget/templates/form_slideshow.php:52 +msgid "Width:" +msgstr "Breite:" + +#: ../products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:116 +#: ../products/photocrati_nextgen/modules/widget/templates/form_slideshow.php:40 +msgid "Height:" +msgstr "Höhe:" + +#: ../products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:117 +msgid "Quality:" +msgstr "Qualität:" + +#: ../products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:121 +msgid "Backup the original images?" +msgstr "Ein Backup für das Originalbild erstellen?" + +#: ../products/photocrati_nextgen/modules/nextgen_other_options/adapter.lightbox_manager_form.php:12 +msgid "Lightbox Effects" +msgstr "Lightbox Effekte" + +#: ../products/photocrati_nextgen/modules/nextgen_other_options/adapter.lightbox_manager_form.php:38 +msgid "What effect would you like to use?" +msgstr "Welchen Effekt wollen Sie gerne verwenden?" + +#: ../products/photocrati_nextgen/modules/nextgen_other_options/adapter.miscellaneous_form.php:12 +msgid "Miscellaneous" +msgstr "Verschiedenes" + +#: ../products/photocrati_nextgen/modules/nextgen_other_options/adapter.miscellaneous_form.php:21 +msgid "Add MediaRSS link?" +msgstr "Link MediaRSS einfügen?" + +#: ../products/photocrati_nextgen/modules/nextgen_other_options/adapter.miscellaneous_form.php:22 +msgid "" +"When enabled, adds a MediaRSS link to your header. Third-party web services " +"can use this to publish your galleries" +msgstr "" +"In aktiviertem Zustand wird ein MEDIA RSS Feed zum Header hinzugefügt. " +"Dritte Web Service Anbieter können ihn nutzen um Ihre Galerien zu " +"veröffentlichen" + +#: ../products/photocrati_nextgen/modules/nextgen_other_options/adapter.miscellaneous_form.php:26 +msgid "Clear image cache" +msgstr "Das Bilder Cache leeren" + +#: ../products/photocrati_nextgen/modules/nextgen_other_options/adapter.miscellaneous_form.php:27 +msgid "" +"Completely clear the NextGEN cache of all image modifications?\\n\\nChoose " +"[Cancel] to Stop, [OK] to proceed." +msgstr "" +"Das NextGEN Cache mit allen Bild Modifikationen komplett leeren?\\n\\nWähle " +"[Cancel] um abzubrechen, [OK] zum Fortfahren." + +#: ../products/photocrati_nextgen/modules/nextgen_other_options/adapter.miscellaneous_form.php:32 +msgid "Permalink slug" +msgstr "Permalink Slug" + +#: ../products/photocrati_nextgen/modules/nextgen_other_options/adapter.miscellaneous_form.php:39 +msgid "Maximum image count" +msgstr "Maximale Bilderzahl" + +#: ../products/photocrati_nextgen/modules/nextgen_other_options/adapter.miscellaneous_form.php:41 +msgid "" +"This is the maximum limit of images that NextGEN will restrict itself to " +"querying" +msgstr "" +"Das ist die maximale Anzahl von Bildern auf die sich die Abfrage der NextGEN " +"Gallery beschränkt" + +#: ../products/photocrati_nextgen/modules/nextgen_other_options/adapter.other_options_controller.php:22 +#: ../products/photocrati_nextgen/modules/nextgen_other_options/module.nextgen_other_options.php:39 +msgid "Other Options" +msgstr "Andere Optionen" + +#: ../products/photocrati_nextgen/modules/nextgen_other_options/adapter.reset_form.php:7 +msgid "Reset Options" +msgstr "Standardeinstellungen wiederherstellen" + +#: ../products/photocrati_nextgen/modules/nextgen_other_options/adapter.reset_form.php:15 +msgid "Reset all options to default settings" +msgstr "Alle Optionen zu den Standard Einstellungen zurücksetzen" + +#: ../products/photocrati_nextgen/modules/nextgen_other_options/adapter.reset_form.php:16 +msgid "" +"Replace all existing options and gallery options with their default settings" +msgstr "" +"Ersetze alle existierenden Optionen und Galerie Optionen Optionen mit den " +"Standard Einstellungen" + +#: ../products/photocrati_nextgen/modules/nextgen_other_options/adapter.reset_form.php:17 +msgid "Reset settings" +msgstr "Einstellungen zurücksetzen" + +#: ../products/photocrati_nextgen/modules/nextgen_other_options/adapter.reset_form.php:18 +msgid "" +"Reset all options to default settings?\\n\\nChoose [Cancel] to Stop, [OK] to " +"proceed." +msgstr "" +"Alle Optionen zu Standard zurücksetzen ?\\n\\nWähle [Cancel] um abzubrechen, " +"[OK] zum Fortfahren." + +#: ../products/photocrati_nextgen/modules/nextgen_other_options/adapter.roles_form.php:7 +msgid "Roles & Capabilities" +msgstr "Rollen & Zugriffsrechte freischalten" + +#: ../products/photocrati_nextgen/modules/nextgen_other_options/adapter.styles_form.php:12 +msgid "Styles" +msgstr "Style Einstellungen (eigene CSS)" + +#: ../products/photocrati_nextgen/modules/nextgen_other_options/adapter.styles_form.php:18 +msgid "What stylesheet would you like to use?" +msgstr "Welche eigene CSS Style Anweisung soll verwendet werden? " + +#: ../products/photocrati_nextgen/modules/nextgen_other_options/adapter.styles_form.php:21 +#: ../products/photocrati_nextgen/modules/nextgen_other_options/adapter.watermarks_form.php:137 +msgid "(Show Customization Options)" +msgstr "(Zeige Benutzer Einstellungen)" + +#: ../products/photocrati_nextgen/modules/nextgen_other_options/adapter.styles_form.php:22 +#: ../products/photocrati_nextgen/modules/nextgen_other_options/adapter.watermarks_form.php:138 +msgid "(Hide Customization Options)" +msgstr "(Verstecke Benutzer Einstellungen)" + +#: ../products/photocrati_nextgen/modules/nextgen_other_options/adapter.styles_form.php:23 +msgid "File Content:" +msgstr "Datei-Inhalt:" + +#: ../products/photocrati_nextgen/modules/nextgen_other_options/adapter.styles_form.php:24 +msgid "Changes you make to the contents will be saved to" +msgstr "Änderungen im Inhalt werden gespeichert" + +#: ../products/photocrati_nextgen/modules/nextgen_other_options/adapter.styles_form.php:25 +msgid "You could edit this file if it were writable" +msgstr "Wenn diese Datei beschreibbar wäre, könntest Du sie bearbeiten." + +#: ../products/photocrati_nextgen/modules/nextgen_other_options/adapter.thumbnail_options_form.php:12 +msgid "Thumbnail Options" +msgstr "Optionen der Vorschaubilder" + +#: ../products/photocrati_nextgen/modules/nextgen_other_options/adapter.thumbnail_options_form.php:20 +msgid "Default thumbnail dimensions:" +msgstr "Standardgrößen der Vorschaubilder:" + +#: ../products/photocrati_nextgen/modules/nextgen_other_options/adapter.thumbnail_options_form.php:21 +msgid "When generating thumbnails, what image dimensions do you desire?" +msgstr "Wenn Sie Vorschaubilder erzeugen, welche Bildgröße möchten Sie gerne?" + +#: ../products/photocrati_nextgen/modules/nextgen_other_options/adapter.thumbnail_options_form.php:24 +msgid "Set fix dimension?" +msgstr "Feste Größe setzen?" + +#: ../products/photocrati_nextgen/modules/nextgen_other_options/adapter.thumbnail_options_form.php:25 +msgid "Ignore the aspect ratio, no portrait thumbnails?" +msgstr "Ignoriere Bildseitenverhältnis, keine Portrait Vorschaubilder?" + +#: ../products/photocrati_nextgen/modules/nextgen_other_options/adapter.thumbnail_options_form.php:27 +msgid "Adjust Thumbnail Quality?" +msgstr "Qualität der Vorschaubilder anpassen?" + +#: ../products/photocrati_nextgen/modules/nextgen_other_options/adapter.thumbnail_options_form.php:28 +msgid "When generating thumbnails, what image quality do you desire?" +msgstr "" +"Wenn Sie Vorschaubilder erzeugen, welche Bildqualität möchten Sie gerne?" + +#: ../products/photocrati_nextgen/modules/nextgen_other_options/adapter.thumbnail_options_form.php:30 +msgid "Size List" +msgstr "Größentabelle" + +#: ../products/photocrati_nextgen/modules/nextgen_other_options/adapter.thumbnail_options_form.php:31 +msgid "List of default sizes used for thumbnails and images" +msgstr "Derzeit gibt es keine Empfehlungslisten für Vorschaubilder und Bilder." + +#: ../products/photocrati_nextgen/modules/nextgen_other_options/adapter.watermarks_form.php:12 +msgid "Watermarks" +msgstr "Wasserzeichen" + +#: ../products/photocrati_nextgen/modules/nextgen_other_options/adapter.watermarks_form.php:41 +msgid "Using an Image" +msgstr "Ein Bild nutzen" + +#: ../products/photocrati_nextgen/modules/nextgen_other_options/adapter.watermarks_form.php:42 +msgid "Using Text" +msgstr "Einen Text nutzen" + +#: ../products/photocrati_nextgen/modules/nextgen_other_options/adapter.watermarks_form.php:69 +msgid "An absolute or relative (to the site document root) file system path" +msgstr "Ein absoluter oder relativer (zur Root des Dokumentes) Dateipfad" + +#: ../products/photocrati_nextgen/modules/nextgen_other_options/adapter.watermarks_form.php:71 +msgid "" +"An absolute or relative (to the site document root) file system path or an " +"HTTP url" +msgstr "" +"Ein absoluter oder relativer (zur Root des Dokumentes) Dateipfad oder eine " +"http URL" + +#: ../products/photocrati_nextgen/modules/nextgen_other_options/adapter.watermarks_form.php:74 +msgid "Image URL:" +msgstr "Bild URL:" + +#: ../products/photocrati_nextgen/modules/nextgen_other_options/adapter.watermarks_form.php:90 +msgid "Font Family:" +msgstr "Schriftart" + +#: ../products/photocrati_nextgen/modules/nextgen_other_options/adapter.watermarks_form.php:92 +msgid "Font Size:" +msgstr "Schriftgröße:" + +#: ../products/photocrati_nextgen/modules/nextgen_other_options/adapter.watermarks_form.php:94 +msgid "Font Color:" +msgstr "Schriftfarbe:" + +#: ../products/photocrati_nextgen/modules/nextgen_other_options/adapter.watermarks_form.php:97 +msgid "Text:" +msgstr "Text:" + +#: ../products/photocrati_nextgen/modules/nextgen_other_options/adapter.watermarks_form.php:99 +msgid "Opacity:" +msgstr "Transparenz:" + +#: ../products/photocrati_nextgen/modules/nextgen_other_options/adapter.watermarks_form.php:127 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:615 +msgid "" +"Please note : You can only activate the watermark under -> Manage Gallery . " +"This action cannot be undone." +msgstr "" +"Bitte beachten : Das Wasserzeichen kann nur unter der Galerieverwaltung " +"gesetzt werden. " + +#: ../products/photocrati_nextgen/modules/nextgen_other_options/adapter.watermarks_form.php:128 +msgid "How will you generate a watermark?" +msgstr "Wie willst Du ein Wasserzeichen erzeugen?" + +#: ../products/photocrati_nextgen/modules/nextgen_other_options/adapter.watermarks_form.php:132 +msgid "Position:" +msgstr "Position:" + +#: ../products/photocrati_nextgen/modules/nextgen_other_options/adapter.watermarks_form.php:134 +msgid "Offset:" +msgstr "Abstand:" + +#: ../products/photocrati_nextgen/modules/nextgen_other_options/adapter.watermarks_form.php:140 +msgid "Preview of saved settings:" +msgstr "Vorschau der gespeicherten Einstellungen:" + +#: ../products/photocrati_nextgen/modules/nextgen_other_options/adapter.watermarks_form.php:141 +msgid "Refresh preview image" +msgstr "Das Vorschaubild aktualisieren" + +#: ../products/photocrati_nextgen/modules/nextgen_other_options/templates/lightbox_library_tab.php:34 +#: ../products/photocrati_nextgen/modules/nextgen_other_options/templates/lightbox_library_tab.php:37 +msgid "(Show Advanced Settings)" +msgstr "(Zeige erweiterte Einstellungen) " + +#: ../products/photocrati_nextgen/modules/nextgen_other_options/templates/lightbox_library_tab.php:35 +msgid "(Hide Advanced Settings)" +msgstr "(Verstecke erweiterte Einstellungen)" + +#: ../products/photocrati_nextgen/modules/nextgen_other_options/templates/lightbox_library_tab.php:56 +msgid "What must the lightbox be applied to?" +msgstr "Wie soll Lightbox verwendet werden?" + +#: ../products/photocrati_nextgen/modules/nextgen_other_options/templates/lightbox_library_tab.php:60 +msgid "Only apply to NextGEN images" +msgstr "Das gilt nur für NextGEN Bilder" + +#: ../products/photocrati_nextgen/modules/nextgen_other_options/templates/lightbox_library_tab.php:61 +msgid "Only apply to NextGEN and WordPress images" +msgstr "Das gilt nur für NextGEN und WordPress Bilder" + +#: ../products/photocrati_nextgen/modules/nextgen_other_options/templates/lightbox_library_tab.php:62 +msgid "Try to apply to all images" +msgstr "Versuche das für alle Bilder anzuwenden" + +#: ../products/photocrati_nextgen/modules/nextgen_other_options/templates/lightbox_library_tab.php:63 +msgid "Try to apply to all images that link to image files" +msgstr "Das soll für alle Bilder gelten die mit den Bilddateien verlinkt sind" + +#: ../products/photocrati_nextgen/modules/nextgen_other_options/templates/styling_tab.php:21 +msgid "" +"Place any custom stylesheets in wp-content/ngg_styles
      All stylesheets must contain a file header" +msgstr "" +"Patziere eine eigene CSS Anweisung im Ordner wp-content/ngg_styles
      Eine eigene CSS Anweisung muss einen sogenannten Dateikopf wie im Beispiel enthalten." + +#: ../products/photocrati_nextgen/modules/nextgen_other_options/templates/thumbnail_options_tab.php:92 +msgid "No default sizes present." +msgstr "" +"Es gibt derzeit keine Empfehlungen. Du kannst frei variieren je nach " +"Platz." + +#: ../products/photocrati_nextgen/modules/nextgen_settings/class.nextgen_settings_installer.php:41 +msgid "

      Related Images:

      " +msgstr "

      Ähnliche Bilder:

      " + +#: ../products/photocrati_nextgen/modules/nextgen_settings/class.nextgen_settings_installer.php:61 +msgid "[Show slideshow]" +msgstr "[Zeige eine Slideshow]" + +#: ../products/photocrati_nextgen/modules/nextgen_settings/class.nextgen_settings_installer.php:62 +msgid "[Show thumbnails]" +msgstr "[Zeige Vorschaubilder]" + +#: ../products/photocrati_nextgen/modules/nextgen_xmlrpc/module.nextgen_xmlrpc.php:425 +msgid "Sorry, you must be able to manage galleries" +msgstr "Sorry, Du hast nicht das Recht, diese Galerie zu bearbeiten" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:159 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:190 +msgid "Overview" +msgstr "Übersicht" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:172 +msgid "Network settings" +msgstr "Netzwerk Einstellungen" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:305 +msgid "You do not have the correct permission" +msgstr "Du hast keine Zugriffsrechte" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:306 +msgid "Unexpected Error" +msgstr "Unerwarteter Fehler" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:307 +msgid "A failure occurred" +msgstr "Ein Fehler ist aufgetreten" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:311 +msgid "You have attempted to queue too many files." +msgstr "Du hast zu viele Bilder versucht zu laden." + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:312 +msgid "This file exceeds the maximum upload size for this site." +msgstr "Diese Datei übersteigt die zugelassene Uploadmenge." + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:313 +msgid "This file is empty. Please try another." +msgstr "Diese Datei ist leer." + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:314 +msgid "This file type is not allowed. Please try another." +msgstr "Dieser Dateityp ist nicht erlaubt." + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:315 +msgid "This file is not an image. Please try another." +msgstr "Diese Datei ist kein Bild. Bitte versuche es mit einer anderen Datei." + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:316 +msgid "Memory exceeded. Please try another smaller file." +msgstr "Speicher überschritten. Bitte verkleinere das Bild zuerst" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:317 +msgid "This is larger than the maximum size. Please try another." +msgstr "Die Datei ist zu groß. " + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:318 +msgid "An error occurred in the upload. Please try again later." +msgstr "Währende dem upload trat ein Fehler. Bitte verusche es später nochmal." + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:319 +msgid "" +"There was a configuration error. Please contact the server administrator." +msgstr "Es besteht ein Konfigurationsfehler." + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:320 +msgid "You may only upload 1 file." +msgstr "Du kannst nur ein Bild uploaden." + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:321 +msgid "HTTP error." +msgstr "HTTP Fehler." + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:322 +msgid "Upload failed." +msgstr "Upload fehlgeschlagen!" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:323 +msgid "IO error." +msgstr "IO Fehler." + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:324 +msgid "Security error." +msgstr "Sicherheitsfehler." + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:325 +msgid "File canceled." +msgstr "Datei abbgebrochen." + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:326 +msgid "Upload stopped." +msgstr "Upload angehalten." + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:327 +msgid "Dismiss" +msgstr "Verwerfen" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:328 +msgid "Crunching…" +msgstr "Bearbeiten…" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:329 +msgid "moved to the trash." +msgstr "in den Papierkorb geschoben." + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:330 +#, php-format +msgid "“%s” has failed to upload due to an error" +msgstr "“%s” konnte auf Grund eines Fehler nicht geladen werden." + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:352 +msgid "L O A D I N G" +msgstr "B I T T E   W A R T E N" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:353 +msgid "Click to Close" +msgstr "Klicken zum Schliessen " + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:462 +msgid "" +"
      Introduction" +msgstr "" +"Einführung" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:465 +msgid "" +"Languages" +msgstr "" +"Unterstütze bei der Übersetzung" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:470 +msgid "Get help with NextGEN Gallery" +msgstr "Weitere Hilfe zu NextGEN Gallery" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:474 +msgid "More Help & Info" +msgstr "Weitere Hilfe & Informationen" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:476 +msgid "" +"Support Forums" +msgstr "" +"Support Forum (englisch)" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:477 +msgid "FAQ" +msgstr "FAQ (englisch)" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:478 +msgid "Feature request" +msgstr "Wünsch Dir was" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:479 +msgid "Get your language pack" +msgstr "Lade Deine Sprachdatei" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:480 +msgid "Contribute development" +msgstr "Bei der Entwicklung helfen" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:481 +msgid "Download latest version" +msgstr "Aktuelle Version downloaden" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/ajax.php:364 +#, php-format +msgid "Could create image with %s x %s pixel" +msgstr "Konnte ein Bild mit %s x %s Pixel erstellen" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/album.php:172 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/album.php:216 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/album.php:239 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/edit-thumbnail.php:19 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/edit-thumbnail.php:22 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:619 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/publish.php:7 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/publish.php:10 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/publish.php:13 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/rotate.php:17 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/rotate.php:20 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/showmeta.php:10 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/showmeta.php:13 +msgid "Cheatin’ uh?" +msgstr "Cheatin’ uh?" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/album.php:180 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/album.php:209 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/album.php:253 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:178 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/style.php:24 +msgid "Update Successfully" +msgstr "Update erfolgreich" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/album.php:227 +msgid "Album deleted" +msgstr "Album gelöscht" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/album.php:389 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/roles.php:55 +msgid "Edit Album" +msgstr "Album erstellen" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/album.php:410 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/album.php:459 +msgid "Select album" +msgstr "Wähle Album" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/album.php:412 +msgid "No album selected" +msgstr "Kein Album ausgewählt" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/album.php:423 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/edit-thumbnail.php:166 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:434 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/rotate.php:94 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:112 +msgid "Update" +msgstr "Aktualisiere" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/album.php:425 +msgid "Edit album" +msgstr "Album ändern" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/album.php:428 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:187 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:362 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:364 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:227 +msgid "Delete" +msgstr "Löschen" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/album.php:428 +msgid "Delete album ?" +msgstr "Album löschen ?" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/album.php:432 +msgid "Add new album" +msgstr "Album hinzufügen" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/album.php:434 +msgid "Add" +msgstr "Hinzufügen" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/album.php:445 +msgid "Show / hide used galleries" +msgstr "Zeige / Verstecke verwendete Galerien" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/album.php:445 +msgid "[Show all]" +msgstr "[Alle zeigen]" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/album.php:446 +msgid "Maximize the widget content" +msgstr "Maximiere die Widgets" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/album.php:446 +msgid "[Maximize]" +msgstr "[Vergrößern]" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/album.php:447 +msgid "Minimize the widget content" +msgstr "Minimiere die Widgets" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/album.php:447 +msgid "[Minimize]" +msgstr "[Verkleinern]" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/album.php:449 +msgid "" +"After you create and select a album, you can drag and drop a gallery or " +"another album into your new album below" +msgstr "" +"Nachdem Du ein Album erstellt und ausgewählt hast, kannst Du per Drag & Drop " +"eine Galerie oder ein anderes Album in das neue Album ziehen" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/album.php:475 +msgid "Select gallery" +msgstr "Wähle Galerie" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/album.php:500 +msgid "Album ID" +msgstr "Album ID" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/album.php:513 +msgid "No album selected!" +msgstr "Kein Album ausgewählt" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/album.php:534 +msgid "Album name:" +msgstr "Album Name :" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/album.php:540 +msgid "Album description:" +msgstr "Beschreibung:" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/album.php:546 +msgid "Select a preview image:" +msgstr "Wähle Vorschaubild:" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/album.php:549 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/album.php:552 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/templates/manage_gallery/gallery_preview_image_field.php:3 +msgid "No picture" +msgstr "Kein Bild" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/album.php:563 +msgid "Page Link to" +msgstr "Seite verlinkt zu" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/album.php:572 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/templates/manage_gallery/gallery_link_to_page_field.php:3 +msgid "Not linked" +msgstr "Nicht verlinkt" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/album.php:582 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:337 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:366 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:397 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:406 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:442 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:471 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:502 +msgid "OK" +msgstr "OK" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/album.php:584 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:339 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:368 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:399 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:408 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:444 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:473 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:504 +msgid "Cancel" +msgstr "Abbrechen" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/album.php:677 +msgid "Name" +msgstr "Name" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/album.php:679 +#: ../products/photocrati_nextgen/modules/ngglegacy/lib/rewrite.php:229 +msgid "Page" +msgstr "Seite" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/edit-thumbnail.php:116 +msgid "Select with the mouse the area for the new thumbnail" +msgstr "Wähle mit der Maus den Bereich für das neue Vorschaubild" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/edit-thumbnail.php:130 +msgid "Thumbnail updated" +msgstr "Vorschaubild geändert" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/edit-thumbnail.php:135 +msgid "Error updating thumbnail" +msgstr "Konnte Vorschaubild nicht erzeugen" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/edit-thumbnail.php:151 +msgid "Select the area for the thumbnail from the picture on the left." +msgstr "Wähle den Ausschnitt für das Vorschaubild innerhalb des Bildes" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:39 +msgid "No valid gallery name!" +msgstr "Kein gültiger Galerie-Name!" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:46 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:55 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:80 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:780 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:788 +msgid "Directory" +msgstr "Verzeichnis" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:46 +msgid "didn't exist. Please create first the main gallery folder " +msgstr "nicht gefunden. Bitte erstelle zuerst das Hauptverzeichnis." + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:47 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:56 +msgid "Check this link, if you didn't know how to set the permission :" +msgstr "Dieser Link zeigt Dir, wie man Verzeichnisrechte ändert :" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:55 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:80 +msgid "is not writeable !" +msgstr "ist schreibgeschützt !" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:76 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:85 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:736 +#: ../products/photocrati_nextgen/modules/ngglegacy/lib/core.php:101 +msgid "Unable to create directory " +msgstr "Kann Verzeichnis nicht erstellen " + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:89 +msgid "The server setting Safe-Mode is on !" +msgstr "Auf dem Server ist Safe-Mode aktiviert (PHP.INI)" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:90 +msgid "If you have problems, please create directory" +msgstr "Wenn Probleme auftreten, erstelle bitte das Verzeichnis" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:91 +msgid "and the thumbnails directory" +msgstr "und das Verzeichnis der Vorschaubilder" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:91 +msgid "with permission 777 manually !" +msgstr "mit den Berechtigungen 777 manuell !" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:116 +#, php-format +msgid "" +"Gallery ID %1$s successfully created. You can show this gallery in your post " +"or page with the shortcode %2$s.
      " +msgstr "" +"Galerie ID %1$s erstellt..
      Du kannst diese Galerie jetzt mit dem " +"Stichwort %2$s in einen Artikel einbinden.
      " + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:119 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:853 +msgid "Edit gallery" +msgstr "Galerie ändern" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:188 +msgid "Error while creating thumbnail." +msgstr "Fehler beim erzeugen des Vorschaubildes." + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:242 +msgid "Error while resizing image." +msgstr "Fehler beim wiederherstellen des Bildes." + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:326 +msgid "Error while rotating image." +msgstr "Fehler beim Bildwechsel." + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:361 +msgid "Error while applying watermark to image." +msgstr "Fehler während des Versuches, ein Wasserzeichen zu setzen." + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:385 +msgid "Object didn't contain correct data" +msgstr "Das Objekt enhält nicht die notwendigen Daten" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:391 +msgid "File do not exists" +msgstr "Datei existiert nicht" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:395 +msgid "Couldn't restore original image" +msgstr "Konnte Originalbild nicht wiederherstellen" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:511 +msgid "(Error : Couldn't not update data base)" +msgstr "(Fehler : Konnte Datenbank nicht aktualisieren)" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:518 +msgid "(Error : Couldn't not update meta data)" +msgstr "(Fehler : Konnte Metadaten nicht speichern)" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:527 +msgid "(Error : Couldn't not find image)" +msgstr "(Fehler : Konnte das Bild nicht finden)" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:670 +msgid "No valid URL path " +msgstr "Kein gültiger URL-Pfad" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:686 +msgid "Import via cURL failed." +msgstr "Import via cURL abgebrochen" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:703 +msgid "Uploaded file was no or a faulty zip file ! The server recognized : " +msgstr "Die hochgeladene Datei war keine korrekte Zip-Datei. Servermeldung :" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:720 +msgid "Could not get a valid foldername" +msgstr "Konnte keinen gültigen Verzeichnisnamen finden" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:731 +#, php-format +msgid "" +"Unable to create directory %s. Is its parent directory writable by the " +"server?" +msgstr "" +"Kann das Verzeichnis %s nicht erstellen. Ist das Hauptverzeichnis vielleicht " +"schreibgeschützt ?" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:746 +msgid "Zip-File successfully unpacked" +msgstr "Zip-Datei erfolgreich entpackt" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:780 +msgid "doesn`t exist!" +msgstr "gibt es nicht !" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:788 +msgid "contains no pictures" +msgstr "enthält keine Bilder" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:808 +msgid "Database error. Could not add gallery!" +msgstr "Datenbank-Fehler. Kann Galerie nicht hinzufügen!" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:814 +msgid "successfully created!" +msgstr "erfolgreich erstellt!" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:848 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:958 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:111 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:189 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:238 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:322 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:661 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:740 +msgid "Create new thumbnails" +msgstr "Neue Vorschaubilder erstellen" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:851 +msgid " picture(s) successfully added" +msgstr " Bild(er) erfolgreich hinzugefügt" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:882 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:982 +msgid "No gallery selected !" +msgstr "Keine Galerie ausgewählt !" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:890 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1007 +msgid "Failure in database, no gallery path set !" +msgstr "Datenbankfehler! Kein Galerie-Pfad gesetzt !" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:914 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1001 +msgid "is no valid image file!" +msgstr "ist keine zulässige Bilddatei !" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:935 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1024 +msgid "Error, the file could not be moved to : " +msgstr "Fehler: Diese Datei kann nicht verschoben werden zu :" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:940 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1028 +msgid "Error, the file permissions could not be set" +msgstr "Fehler: Die Berechtigungen für diese Datei können nicht gesetzt werden" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:963 +msgid " Image(s) successfully added" +msgstr " Bild(er) erfolgreich hinzugefügt" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:990 +msgid "Invalid upload. Error Code : " +msgstr "Ungültiger Upload. Fehler Code :" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1066 +#, php-format +msgid "" +"SAFE MODE Restriction in effect! You need to create the folder %s manually" +msgstr "" +"SAFE MODE Einschränkungen ist aktiv. Du musst das Verzeichnis %s manuell anlegen." + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1067 +#, php-format +msgid "" +"When safe_mode is on, PHP checks to see if the owner (%s) of the current " +"script matches the owner (%s) of the file to be operated on by a file " +"function or its directory" +msgstr "" +"Wenn der Safe-Mode eingeschaltet ist, überprüft PHP, ob der Besitzer (%s) " +"des Skript mit dem Besitzer (%s) der Datei/Verzeichnis übereinstimmt." + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1120 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1197 +msgid "The destination gallery does not exist" +msgstr "Die ausgewählte Galerie existiert nicht" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1151 +#, php-format +msgid "Failed to move image %1$s to %2$s" +msgstr "Konnte das Bild %1$s nicht nach %2$s verschieben" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1171 +#, php-format +msgid "Moved %1$s picture(s) to gallery : %2$s ." +msgstr " %1$s Bild(er) in Galerie : %2$s verschoben." + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1275 +#, php-format +msgid "Copied %1$s picture(s) to gallery: %2$s ." +msgstr "Kopiere %1$s Bild(er) in die Galerie : %2$s ." + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1383 +msgid "The uploaded file exceeds the upload_max_filesize directive in php.ini" +msgstr "" +"Die Datei überschreitet die erlaubte Grösse (upload_max_filesize) in der php." +"ini" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1386 +msgid "" +"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in " +"the HTML form" +msgstr "Die Datei ist zu gross" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1389 +msgid "The uploaded file was only partially uploaded" +msgstr "Die Datei wurde nur teilweise hochgeladen" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1392 +msgid "No file was uploaded" +msgstr "Keinen Datei wurde geladen" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1395 +msgid "Missing a temporary folder" +msgstr "Konnte temporäres Verzeichnis nicht finden" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1398 +msgid "Failed to write file to disk" +msgstr "Konnte Datei nicht speichern" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1401 +msgid "File upload stopped by extension" +msgstr "Upload dieser Dateierweiterung nicht erlaubt" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1404 +msgid "Unknown upload error" +msgstr "Unbekannter Uploadfehler" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/install.php:20 +msgid "Sorry, NextGEN Gallery works only with a role called administrator" +msgstr "" +"Tut mir leid, aber NextGEN Gallery benötigt zwingend die Rolle " +"\"Administrator\"" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/install.php:92 +msgid "" +"NextGEN Gallery : Tables could not created, please check your database " +"settings" +msgstr "" +"NextGEN Gallery : Tabellen konnten nicht erstellt werden, überprüfe Deine " +"Datenbank" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:99 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:206 +msgid "No images selected" +msgstr "Keine Bilder ausgewählt" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:107 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:190 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:234 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:323 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:642 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:724 +msgid "Resize images" +msgstr "Bilder verkleinern" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:116 +#, php-format +msgid "" +"You are about to start the bulk edit for %s galleries \n" +" \n" +" 'Cancel' to stop, 'OK' to proceed." +msgstr "" +"Du startest die Bearbeitung von %s Galerien \n" +" \n" +" 'Abbrechen' um zu stoppen, 'OK' um die Bearbeitung durchzuführen." + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:154 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:197 +msgid "Add new gallery" +msgstr "Neue Galerie erstellen" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:171 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:174 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:272 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:275 +msgid "Search Images" +msgstr "Suche Bilder" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:186 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:320 +msgid "Bulk actions" +msgstr "Aktion wählen" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:188 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:321 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:572 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:687 +msgid "Set watermark" +msgstr "Wasserzeichen setzen" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:191 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:326 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:577 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:708 +msgid "Import metadata" +msgstr "Metadaten importieren" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:192 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:324 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:567 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:684 +msgid "Recover from backup" +msgstr "Original wiederherstellen" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:194 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:335 +msgid "Apply" +msgstr "Übernehmen" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:262 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:253 +msgid "Edit" +msgstr "Bearbeiten" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:309 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:379 +msgid "No entries found" +msgstr "Keine Einträge gefunden" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:327 +msgid "New Gallery" +msgstr "Neue Galerie" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:329 +msgid "Create a new , empty gallery below the folder" +msgstr "Erstelle eine neue, leere Galerie unter dem Verzeichnis" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:331 +msgid "Allowed characters for file and folder names are" +msgstr "Erlaubte Zeichen für die Datei- und Verzeichnisnamen sind" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:357 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:462 +msgid "Resize Images to" +msgstr "Verkleinere Bilder auf" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:361 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:466 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:453 +msgid "Width x height (in pixel). NextGEN Gallery will keep ratio size" +msgstr "Breite x Höhe (in Pixel). Das Seitenverhältnis wird berücksichtigt." + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:385 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:490 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/publish.php:40 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:416 +msgid "Width x height (in pixel)" +msgstr "Breite x Höhe (in Pixel)" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:391 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:496 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:426 +msgid "Set fix dimension" +msgstr "Setze feste Größe" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:393 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:498 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:428 +msgid "Ignore the aspect ratio, no portrait thumbnails" +msgstr "Ignoriere Bildseitenverhältnis" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:456 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:568 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:156 +msgid "ID" +msgstr "ID" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:458 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:571 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:245 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/style.php:134 +msgid "Description" +msgstr "Beschreibung" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:460 +msgid "Page ID" +msgstr "Seiten-ID" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:461 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:311 +msgid "Image" +msgid_plural "Images" +msgstr[0] "Bild" +msgstr[1] "Bilder" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:35 +msgid "Gallery not found." +msgstr "Galerie nicht gefunden" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:41 +msgid "Sorry, you have no access here" +msgstr "Sorry, Du hast nicht genügend Rechte" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:214 +msgid "Copy image to..." +msgstr "Kopiere nach..." + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:218 +msgid "Move image to..." +msgstr "Verschiebe nach..." + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:222 +msgid "Add new tags" +msgstr "Stichwörter hinzufügen" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:226 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:332 +msgid "Delete tags" +msgstr "Stichwörter löschen" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:230 +msgid "Overwrite" +msgstr "Überschreiben" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:243 +#, php-format +msgid "" +"You are about to start the bulk edit for %s images \n" +" \n" +" 'Cancel' to stop, 'OK' to proceed." +msgstr "" +"Du startest die Bearbeitung von %s Bildern \n" +" \n" +" 'Abbrechen' um zu stoppen, 'OK' um die Bearbeitung durchzuführen." + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:269 +#, php-format +msgid "Search results for “%s”" +msgstr "Suchergebinsse für “%s”" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:298 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:488 +msgid "Gallery settings" +msgstr "Galerie Einstellungen" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:298 +msgid "Click here for more settings" +msgstr "Hier klicken für weitere Einstellungen" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:304 +msgid "Scan Folder for new images" +msgstr "Überprüfe Verzeichnis nach neuen Bildern" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:306 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:341 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:386 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:400 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:436 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:478 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:563 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:598 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:708 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:861 +msgid "Save Changes" +msgstr "Änderungen speichern" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:325 +msgid "Delete images" +msgstr "Bilder löschen" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:327 +msgid "Rotate images clockwise" +msgstr "Rechts drehen" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:328 +msgid "Rotate images counter-clockwise" +msgstr "Links drehen" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:329 +msgid "Copy to..." +msgstr "Kopiere nach..." + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:330 +msgid "Move to..." +msgstr "Verschiebe nach..." + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:331 +msgid "Add tags" +msgstr "Stichwörter hinzufügen" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:333 +msgid "Overwrite tags" +msgstr "Stichwörter überschreiben" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:338 +msgid "Sort gallery" +msgstr "Sortiere Bilder" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:402 +msgid "Enter the tags" +msgstr "Stichwörter angeben" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:426 +msgid "Select the destination gallery:" +msgstr "Galerie auswählen:" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:569 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:161 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:266 +msgid "Thumbnail" +msgstr "Vorschaubild" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:571 +msgid "Alt & Title Text" +msgstr "Alt & Titel Text" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:572 +msgid "Tags (comma separated list)" +msgstr "Stichwörter (Tags)" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/manage-sort.php:35 +msgid "Sort order changed" +msgstr "Reihenfolge aktualisiert" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/manage-sort.php:97 +msgid "Sort Gallery" +msgstr "Sortiere Bilder" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/manage-sort.php:101 +msgid "Update Sort Order" +msgstr "Sortierung speichern" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/manage-sort.php:104 +msgid "Back to gallery" +msgstr "Zurueck zur Galerie" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/manage-sort.php:109 +msgid "Presort" +msgstr "Vorsortieren" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/manage-sort.php:110 +msgid "Unsorted" +msgstr "Unsortiert" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/manage-sort.php:113 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:241 +msgid "Alt/Title text" +msgstr "Alt / Titel Text" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:90 +msgid "deleted successfully" +msgstr "erfolgreich gelöscht" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:106 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:115 +msgid "Operation successful. Please clear your browser cache." +msgstr "Vorschaubilder erfolgreich erstellt. Bitte Browser-Cache löschen." + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:171 +msgid "Alt & Title Text / Description" +msgstr "Alt & Titel Text / Beschreibung" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:214 +msgid "Exclude ?" +msgstr "Ausschließen?" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:299 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:301 +msgid "View" +msgstr "Ansehen" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:309 +msgid "Show meta data" +msgstr "Metadaten zeigen" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:310 +msgid "Meta" +msgstr "Meta" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:318 +msgid "Customize thumbnail" +msgstr "Vorschaubilder anpassen" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:319 +msgid "Edit thumbs" +msgstr "Vorschau bearbeiten" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:327 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:328 +msgid "Rotate" +msgstr "Drehen" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:338 +msgid "Publish this image" +msgstr "Bild veröffentlichen" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:339 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/publish.php:58 +msgid "Publish" +msgstr "Veröffentlichen" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:349 +msgid "Recover image from backup" +msgstr "Original wiederherstellen" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:350 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:352 +msgid "Recover" +msgstr "Rücksetzen" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:361 +msgid "Delete image" +msgstr "Lösche Bilddatei" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:392 +#: ../products/photocrati_nextgen/modules/widget/templates/form_slideshow.php:3 +msgid "Title:" +msgstr "Titel:" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:398 +msgid "Description:" +msgstr "Beschreibung:" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:404 +msgid "Gallery path:" +msgstr "Galerie-Pfad:" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:419 +msgid "Link to page:" +msgstr "Link zur Seite:" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:425 +msgid "Preview image:" +msgstr "Vorschaubild:" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:431 +msgid "Create new page:" +msgstr "Eine neue Seite erzeugen:" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:607 +msgid "Gallery deleted successfully " +msgstr "Galerie gelöscht" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:678 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:681 +msgid "Rotate images" +msgstr "Bild drehen" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:704 +msgid "Pictures deleted successfully " +msgstr "Bilder erfolgreich gelöscht" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:802 +msgid "Tags changed" +msgstr "Stichwörter geändert" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:842 +msgid "Update successful" +msgstr "Aktualisierung erfolgreich" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:877 +msgid "New gallery page ID" +msgstr "Neue Galerie Seiten ID" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:877 +msgid "created" +msgstr "erstellt" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:915 +msgid "Published a new post" +msgstr "Veröffentliche einen neuen Beitrag" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:1046 +#, php-format +msgid "1 item" +msgid_plural "%s items" +msgstr[0] "1 Element" +msgstr[1] "%s Elemente" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:1062 +msgid "Go to the first page" +msgstr "Zur 1. Seite gehen" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:1069 +msgid "Go to the previous page" +msgstr "Zur vorherigen Seite gehen" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:1078 +msgid "Current page" +msgstr "Aktuelle Seite" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:1089 +msgid "Go to the next page" +msgstr "Zur nächsten Seite gehen" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:1096 +msgid "Go to the last page" +msgstr "Zur letzten Seite gehen" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:11 +msgid "NextGEN Gallery" +msgstr "NextGEN Gallery" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:186 +msgid "No gallery" +msgstr "Keine Galerie" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:198 +msgid "Select »" +msgstr "Wähle »" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:229 +msgid "Show" +msgstr "Zeige" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:230 +msgid "Hide" +msgstr "Verstecke" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:235 +msgid "Image ID:" +msgstr "Bild ID:" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:249 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/publish.php:45 +msgid "Alignment" +msgstr "Ausrichtung" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:256 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/publish.php:51 +msgid "Center" +msgstr "Zentrieren" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:262 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:690 +msgid "Size" +msgstr "Größe" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:268 +msgid "Full size" +msgstr "Volle Größe" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:270 +msgid "Singlepic" +msgstr "Einzelbilder" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:282 +msgid "Use as featured image" +msgstr "Benutze als empfohlenes Bild" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:284 +msgid "Insert into Post" +msgstr "In den Beitrag einfügen" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:295 +msgid "Save all changes" +msgstr "Änderungen speichern" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:14 +msgid "NextGEN Gallery Overview" +msgstr "NextGEN Gallery Übersicht" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:85 +msgid "Welcome to NextGEN Gallery !" +msgstr "Willkomen bei NextGEN Gallery" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:86 +msgid "Do you like this Plugin?" +msgstr "Bist Du mit dem Plugin zufrieden ?" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:88 +msgid "Translation" +msgstr "Übersetzung" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:90 +msgid "About" +msgstr "Über" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:93 +msgid "Server Settings" +msgstr "Server- Einstellungen" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:100 +msgid "" +"NextGEN Gallery is one of the most popular Wordpress plugins of all time " +"with over 9 million downloads. It is developed and supported by Photocrati " +"Media. We'd like to offer a special thanks to Alex Rabe, who first developed " +"the plugin and maintained it through 2011." +msgstr "" +"NextGEN Gallery ist eines der populärsten WordPress Plugins mit über 9 " +"Millionen Downloads. Es ist entwickelt und unterstützt von Photocrati Media. " +"Gerne sagen wir besondere Dankesworte zu Alex Rabe, der das Plugin zuerst " +"entwickelt und bis 2011 im Besitz hatte. " + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:101 +msgid "" +"NEED HELP? If you need help or assistance please visit the " +"NextGEN " +"Gallery forums on WordPress.org. Please note that we actively monitor " +"and participate in the forums, but given that NextGEN Gallery is a free " +"product, we don't guarantee replies to support queries." +msgstr "" +"DU BRAUCHST HILFE? Wenn Du Hilfe oder Unterstützung " +"brauchst, besuche bitte NextGEN Gallery forums on WordPress.org. Bitte beachte, dass " +"wir die Support Foren aktiv sichten und antworten. Da NextGEN Gallery ein " +"kostenloses Produkt ist, garantieren wir keine Antworten auf Anfragen in der " +"Support Seite. Dazu ist ein Upgrade auf NextGEN Gallery Pro notwendig. " + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:102 +msgid "" +"EXTENDING NEXTGEN? There are many third party plugins that " +"add displays and functionality for NextGEN Gallery. See our Complete List of " +"NextGEN Extension Plugins." +msgstr "" +"ERGÄNZUNGEN ZU NEXTGEN? Es gibt eine Vielzahl von " +"Zusatzplugins, die spezielle Ansichten und Funktionalität abbilden. Hier ist " +"die komplette Liste von NextGEN Ergänzungs-Plugins." + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:110 +#, php-format +msgid "" +"This plugin is primarily developed, maintained, supported and documented by " +"Photocrati Media with a lot of love & " +"effort. Any kind of contribution would be highly appreciated. Thanks!" +msgstr "" +"Dieses Plugin wird mit viel Mühe & Leidenschaft entwickelt, dokumentiert und " +"supported von Photocrati Media. Jede " +"Form der Ünterstützung ist willkommen. Vielen Dank." + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:115 +msgid "Please click \"Works\" on WordPress.org" +msgstr "Bitte klicke \"Works\" auf WordPress.org" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:120 +msgid "Give it a good rating on WordPress.org" +msgstr "Bitte gib eine gute Bewertung bei WordPress.org." + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:125 +msgid "Visit the plugin homepage" +msgstr "Besuche die Pugin-Webseite" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:130 +msgid "Help translating it" +msgstr "Hilf das Plugin zu übersetzen" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:152 +msgid "Graphic Library" +msgstr "Grafik-Bibliothek" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:168 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:217 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:415 +msgid "Loading…" +msgstr "Lade…" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:168 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:217 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:415 +msgid "This widget requires JavaScript." +msgstr "Dieses Widget braucht JavaScript." + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:181 +msgid "Thanks to all donators..." +msgstr "Danke an alle Spender..." + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:203 +msgid "View all" +msgstr "Alle ansehen" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:229 +#, php-format +msgid "" +"Newsfeed could not be loaded. Check the front page to " +"check for updates." +msgstr "" +"Der Newsfeed kann nicht geladen werden. Schaue auf die Hauptseite, um Updates mitzubekommen." + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:241 +msgid "Untitled" +msgstr "Kein Titel" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:306 +msgid "At a Glance" +msgstr "Übersicht" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:323 +#: ../products/photocrati_nextgen/modules/ngglegacy/lib/rewrite.php:223 +msgid "Album" +msgid_plural "Albums" +msgstr[0] "Album" +msgstr[1] "Alben" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:359 +msgid "Storage Space" +msgstr "Speicherplatz" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:363 +#, php-format +msgid "" +"%2$sMB" +msgstr "" +"%2$sMB" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:364 +msgid "Space Allowed" +msgstr "Speicher verfügbar" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:371 +#, php-format +msgid "" +"%2$sMB (%3$s" +"%%)" +msgstr "" +"%2$sMB (%3$s" +"%%)" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:372 +msgid "Space Used" +msgstr "Verbrauchter Uploadspeicher" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:401 +msgid "Translation file successful updated. Please reload page." +msgstr "Übersetzungsdatei aktualisiert. Bitte Seite neu laden." + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:403 +msgid "Reload page" +msgstr "Seite neu laden" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:408 +msgid "Translation file couldn't be updated" +msgstr "Übersetzung konnte nicht aktualisiert werden" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:445 +msgid "Download" +msgstr "Jetzt updaten" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:474 +msgid "No GD support" +msgstr "Keine GD Unterstützung" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:506 +msgid "Not set" +msgstr "Nicht gesetzt" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:508 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:511 +msgid "On" +msgstr "An" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:509 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:512 +msgid "Off" +msgstr "Aus" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:516 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:519 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:522 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:525 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:528 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:531 +msgid "N/A" +msgstr "N/A" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:530 +msgid " MByte" +msgstr " MByte" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:543 +msgid "Operating System" +msgstr "Betriebssystem" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:544 +msgid "Server" +msgstr "Server" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:545 +msgid "Memory usage" +msgstr "Speicherverbrauch" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:546 +msgid "MYSQL Version" +msgstr "MySQL Version" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:547 +msgid "SQL Mode" +msgstr "SQL Modus" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:548 +msgid "PHP Version" +msgstr "PHP Version" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:549 +msgid "PHP Safe Mode" +msgstr "PHP Safe Mode" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:550 +msgid "PHP Allow URL fopen" +msgstr "PHP Allow URL fopen" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:551 +msgid "PHP Memory Limit" +msgstr "PHP Memory Limit" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:552 +msgid "PHP Max Upload Size" +msgstr "PHP Max Upload Größe" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:553 +msgid "PHP Max Post Size" +msgstr "PHP Max Post Größe" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:554 +msgid "PCRE Backtracking Limit" +msgstr "PCRE Backtracking Limit" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:555 +msgid "PHP Max Script Execute Time" +msgstr "PHP Max Script Execute Time" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:556 +msgid "PHP Exif support" +msgstr "PHP Exif Modul" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:557 +msgid "PHP IPTC support" +msgstr "PHP IPTC Modul" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:558 +msgid "PHP XML support" +msgstr "PHP XML Modul" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:570 +msgid "" +"NextGEN Gallery contains some functions which are only available under PHP " +"5.2. You are using the old PHP 4 version, upgrade now! It's no longer " +"supported by the PHP group. Many shared hosting providers offer both PHP 4 " +"and PHP 5, running simultaneously. Ask your provider if they can do this." +msgstr "" +"NextGEN Gallery enthält einige Funktionen, die nur unter PHP 5.2 verfügbar " +"sind. Du nutzt immer noch die alte PHP 4 Version. Bitte aktualisiere so bald " +"wie möglich diese Version, sie wird nicht mehr gepflegt und " +"weiterentwicklelt. Die meisten Hoster bieten bereits PHP5 an. Bitte " +"kontaktiere Deinen Provider und frag kurz nach, ob sie ein Update " +"durchführen können." + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:690 +msgid "and all donators..." +msgstr "und allen anderen Spendern..." + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/publish.php:35 +msgid "Post title" +msgstr "Beitragstitel" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/publish.php:37 +msgid "Enter the post title " +msgstr "Artikelüberschrift " + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/publish.php:42 +msgid "Size of the image" +msgstr "Größe des Bildes" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/publish.php:60 +msgid "Draft" +msgstr "Entwurf" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/roles.php:26 +msgid "" +"Select the lowest role which should be able to access the following " +"capabilities. NextGEN Gallery supports the standard roles from WordPress." +msgstr "" +"Wähle die niedrigste Rolle aus, die Zugriff haben soll. NextGEN Gallery " +"unterstützt nur die Standard-Wordpress-Rollen-Fähigkeiten von WordPress." + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/roles.php:27 +msgid "For a more flexible user management you can use the" +msgstr "Nutze für eine flexiblere Rechteverwaltung den " + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/roles.php:31 +msgid "Main NextGEN Gallery overview" +msgstr "NextGEN Galerie Übersicht" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/roles.php:35 +msgid "Use TinyMCE Button / Upload tab" +msgstr "TinyMCE Button / Upload Tab" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/roles.php:39 +msgid "Add gallery / Upload images" +msgstr "Galerie einrichten / Bilder hochladen" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/roles.php:43 +msgid "Manage gallery" +msgstr "Galerie verwalten" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/roles.php:47 +msgid "Manage others gallery" +msgstr "Alle Galerien verwalten" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/roles.php:51 +msgid "Manage tags" +msgstr "Verwalte Stichwörter" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/roles.php:59 +msgid "Change style" +msgstr "Style anpassen" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/roles.php:63 +msgid "Change options" +msgstr "Optionen änderen" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/roles.php:67 +msgid "NextGEN Attach Interface" +msgstr "NextGEN Schnittstelle" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/rotate.php:60 +msgid "Image rotated" +msgstr "Bild gedreht" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/rotate.php:62 +msgid "Error rotating thumbnail" +msgstr "Konnte Bild nicht bearbeiten" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/rotate.php:85 +msgid "90° clockwise" +msgstr "90° rechts drehen" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/rotate.php:86 +msgid "90° anticlockwise" +msgstr "90° links drehen" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/rotate.php:87 +msgid "Flip vertically" +msgstr "Vertikal spiegeln" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/rotate.php:88 +msgid "Flip horizontally" +msgstr "Horizontal spiegeln" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:22 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/upgrade.php:204 +#, php-format +msgid "Rebuild image structure : %s / %s images" +msgstr "Erzeuge Permalinks für Bilder : %s / %s Bilder" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:23 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/upgrade.php:205 +#, php-format +msgid "Rebuild gallery structure : %s / %s galleries" +msgstr "Erzeuge Permalinks für Galerien : %s / %s Galerien" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:24 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/upgrade.php:206 +#, php-format +msgid "Rebuild album structure : %s / %s albums" +msgstr "Erzeuge Permalinks für Alben : %s / %s Alben" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:81 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/upgrade.php:263 +msgid "Done." +msgstr "Fertig." + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:196 +msgid "Cache cleared" +msgstr "Cache löschen" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:315 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:334 +msgid "General Options" +msgstr "Allg. Optionen" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:316 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:520 +#: ../products/photocrati_nextgen/modules/widget/templates/form_gallery.php:26 +msgid "Thumbnails" +msgstr "Vorschaubilder" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:317 +msgid "Images" +msgstr "Bilder" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:319 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:572 +msgid "Effects" +msgstr "Effekte" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:320 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:614 +msgid "Watermark" +msgstr "Wasserzeichen" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:321 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:521 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:721 +#: ../products/photocrati_nextgen/modules/ngglegacy/lib/rewrite.php:215 +#: ../products/photocrati_nextgen/modules/widget/class.widget_slideshow.php:76 +msgid "Slideshow" +msgstr "Slideshow" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:340 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:54 +msgid "Gallery path" +msgstr "Galerie-Pfad" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:342 +msgid "This is the default path for all galleries" +msgstr "Dies ist der Standard-Pfad für alle Galerien" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:345 +msgid "Delete image files" +msgstr "Lösche Bilddateien" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:347 +msgid "Delete files, when removing a gallery in the database" +msgstr "" +"Löscht auch die Dateien, falls die Galerie aus der Datenbank entfernt wird" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:350 +msgid "Activate permalinks" +msgstr "Aktiviere Permalinks" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:352 +msgid "" +"When you activate this option, you need to update your permalink structure " +"one time." +msgstr "" +"Wenn Du diese Option aktivierst, muss Du einmal die Permalink Struktur " +"aktualisieren." + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:353 +msgid "Gallery slug name :" +msgstr "Galerie Schlagwort :" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:357 +msgid "Create new URL friendly image slugs" +msgstr "Erstelle neue URL lesbare Schlagwörter " + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:358 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:474 +msgid "Proceed now" +msgstr "Jetzt durchführen" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:361 +msgid "Select graphic library" +msgstr "Wähle Grafik-Bibliothek" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:362 +msgid "GD Library" +msgstr "GD Bibliothek" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:363 +msgid "ImageMagick (Experimental). Path to the library :" +msgstr "ImageMagick (Experimental). Pfad zur Bibliothek :" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:368 +msgid "Activate Media RSS feed" +msgstr "Aktiviere Media-RSS-Feed" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:370 +msgid "" +"A RSS feed will be added to you blog header. Useful for CoolIris/PicLens" +msgstr "Ein Bilder-RSS Feed wird zum Blog hinzugefügt" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:373 +msgid "Activate PicLens/CoolIris support" +msgstr "Aktiviere PicLens/CoolIris" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:375 +msgid "" +"When you activate this option, some javascript is added to your site footer. " +"Make sure that wp_footer is called in your theme." +msgstr "" +"Dieser Effekt fügt ein neues Javascript zu Deinem Theme hinzu. Beachte, dass " +"wp_footer() in Deinen Vorlagen aufgerufen wird." + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:378 +msgid "Tags / Categories" +msgstr "Stichwörter / Kategorien" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:381 +msgid "Activate related images" +msgstr "Verwandte Bilder anzeigen" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:383 +msgid "This option will append related images to every post" +msgstr "Diese Option hängt verwandte Bilder an jeden Beitrag" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:387 +msgid "Match with" +msgstr "Vergleiche mit" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:393 +msgid "Max. number of images" +msgstr "Max. Anzahl der Bilder" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:395 +msgid "0 will show all images" +msgstr "0 zeige alle verwandten Bilder" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:399 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:435 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:477 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:562 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:597 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:860 +msgid "More settings" +msgstr "Mehr Einstellungen" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:409 +msgid "Thumbnail settings" +msgstr "Einstellungen Vorschaubilder" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:413 +msgid "" +"Please note : If you change the settings, you need to recreate the " +"thumbnails under -> Manage Gallery ." +msgstr "" +"Bitte beachten : Änderungen der Einstellungen werden erst übernommen, wenn " +"Du neue Vorschaubilder unter -> \"Gallery verwalten\" erstellst" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:422 +msgid "These values are maximum values " +msgstr "Diese Angaben sind maximale Angaben." + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:445 +msgid "Image settings" +msgstr "Bild-Einstellungen" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:451 +msgid "Resize Images" +msgstr "Bilder verkleinern" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:460 +msgid "Backup original images" +msgstr "Backup von Original-Bildern " + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:462 +msgid "Creates a backup for inserted images" +msgstr "Backup der Bilder anlegen" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:465 +msgid "Automatically resize" +msgstr "Grösse automatisch anpassen" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:467 +msgid "Automatically resize images on upload." +msgstr "Passt die Grösse automatisch beim Upload an" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:470 +msgid "Single picture" +msgstr "Einzelbilder" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:473 +msgid "Clear cache folder" +msgstr "Lösche Cache-Verzeichnis" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:494 +msgid "Deactivate gallery page link" +msgstr "Keine Seitenverzweigung" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:496 +msgid "" +"The album will not link to a gallery subpage. The gallery is shown on the " +"same page." +msgstr "" +"Ein Album benötigt dann keinen Link zur Seite. Die Galerie wird direkt " +"angezeigt." + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:500 +msgid "Number of images per page" +msgstr "Anzahl der Bilder pro Seite" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:502 +msgid "0 will disable pagination, all images on one page" +msgstr "0 schaltet Blätterfunktion ab ( = alle Bilder auf einer Seite )" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:506 +msgid "Number of columns" +msgstr "Anzahl der Spalten" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:508 +msgid "" +"0 will display as much as possible based on the width of your theme. Setting " +"normally only required for captions below the images" +msgstr "" +"Mit \"0\" werden soviele Bilder wie möglich in einer Reihe dargestellt. Die " +"Einstellung ist normalerweise nur für Beschriftungen unterhalb der Bilder " +"sinnvoll." + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:512 +msgid "Integrate slideshow" +msgstr "Slideshow verwenden" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:519 +msgid "Show first" +msgstr "Zeige als Erstes" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:525 +msgid "Show ImageBrowser" +msgstr "Zeige Bilder-Browser" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:527 +msgid "The gallery will open the ImageBrowser instead the effect." +msgstr "Es wird der Bilder-Browser angezeigt (Kein JavaScript Effekt)" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:531 +msgid "Add hidden images" +msgstr "Versteckte Bilder hinzufügen" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:533 +msgid "" +"If pagination is used, this option will still show all images in the modal " +"window (Thickbox, Lightbox etc.). Note : This increases the page load" +msgstr "" +"Wenn Du die Blätterfunktion nutzt, dann kannst Du mit dieser Option alle " +"Bilder im Modal-Fenster (Thickbox,Lightbox etc.) anzeigen. Berücksichtige, " +"dass die Ladezeit der Seite erhöht wird." + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:539 +msgid "" +"Browse images without reload the page. Note : Works only in combination with " +"Shutter effect" +msgstr "" +"Ermöglicht das Blättern zwischen den Bildern ohne die Seite neu zu laden. " +"Hinweis : Funktioniert nur mit dem Shutter-Effekt." + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:543 +msgid "Sort options" +msgstr "Sortierung" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:546 +msgid "Sort thumbnails" +msgstr "Vorschaubilder sortieren" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:548 +msgid "Custom order" +msgstr "Benutzerdefiniert" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:550 +msgid "File name" +msgstr "Dateiname" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:551 +msgid "Alt / Title text" +msgstr "Alt / Titel Text" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:552 +#: ../products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser-exif.php:58 +msgid "Date / Time" +msgstr "Datum/Zeit" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:556 +msgid "Sort direction" +msgstr "Sortierreihenfolge" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:576 +msgid "" +"Here you can select the thumbnail effect, NextGEN Gallery will integrate the " +"required HTML code in the images. Please note that only the Shutter and " +"Thickbox effect will automatic added to your theme." +msgstr "" +"Hier kannst Du den Effekt für die Vorschaubilder auswählen. NextGEN Galerie " +"wird den benötigten HTML-Code verwenden. Bitte beachte, dass nur Shutter und " +"der Thickbox Effekt automatisch in Dein Theme von Wordpress integriert wird. " +"Alle anderen Effekte mußt Du selbst in die header.php eintragen (JS)." + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:577 +msgid "With the placeholder" +msgstr "Mit Platzhalter" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:577 +msgid "" +"you can activate a navigation through the images (depend on the effect). " +"Change the code line only , when you use a different thumbnail effect or you " +"know what you do." +msgstr "" +"Du kannst eine Navigation durch die Bilder aktivieren (hängt vom Effekt ab). " +"Ändere nur die Codezeile, falls Du einen anderen Effekt für die " +"Vorschaubilder verwendest oder einfach weißt, was Du tust." + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:580 +msgid "JavaScript Thumbnail effect" +msgstr "JavaScript Vorschaubild Effekt" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:584 +msgid "Thickbox" +msgstr "Thickbox" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:585 +msgid "Lightbox" +msgstr "Lightbox" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:586 +msgid "Highslide" +msgstr "Highslide" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:587 +msgid "Shutter" +msgstr "Shutter" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:593 +msgid "Link Code line" +msgstr "Link-Code-Zeile" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:620 +msgid "Preview" +msgstr "Vorschau" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:622 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:627 +msgid "Position" +msgstr "Position" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:647 +msgid "Offset" +msgstr "Abstand" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:663 +msgid "Use image as watermark" +msgstr "Benutze das Bild als Wasserzeichen" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:666 +msgid "URL to file" +msgstr "URL zur Datei" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:668 +msgid "The accessing of URL files is disabled at your server (allow_url_fopen)" +msgstr "" +"Der Dateizugriff von URLs ist auf diesem Server deaktiviert (allow_url_fopen)" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:671 +msgid "Use text as watermark" +msgstr "Benutze Text als Wasserzeichen" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:674 +msgid "Font" +msgstr "Schriftart" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:683 +msgid "This function will not work, cause you need the FreeType library" +msgstr "Diese Funktion benötigt die FreeType-Bibliothek" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:685 +msgid "" +"You can upload more fonts in the folder nggallery/fonts" +msgstr "" +"Du kannst mehr Schriftarten in das Verzeichniss nggallery/fonts hochladen." + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:694 +msgid "Color" +msgstr "Farbe" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:696 +msgid "(hex w/o #)" +msgstr "(hex w/o #)" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:699 +msgid "Text" +msgstr "Text" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:703 +msgid "Opaque" +msgstr "Transparenz" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:724 +msgid "Default size (W x H)" +msgstr "Standard Größe (B x H)" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:729 +msgid "Duration time" +msgstr "Dauer" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:730 +msgid "sec." +msgstr "Sek." + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:733 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:810 +msgid "Transition / Fade effect" +msgstr "Fade Effekt" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:736 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:813 +msgid "fade" +msgstr "Fade" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:737 +msgid "blindX" +msgstr "blindX" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:738 +msgid "cover" +msgstr "Blenden" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:739 +msgid "scrollUp" +msgstr "ScrollUp" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:740 +msgid "scrollDown" +msgstr "ScrollDown" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:741 +msgid "shuffle" +msgstr "Shuffle" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:742 +msgid "toss" +msgstr "Schüttel" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:743 +msgid "wipe" +msgstr "wischen" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:745 +msgid "See here for more information about the effects :" +msgstr "Hier bekommst du mehr Informationen über die Effekte :" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:749 +msgid "Settings for the JW Image Rotator" +msgstr "JW-Image-Rotator Einstellungen" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:758 +msgid "" +"The path to JW Image Rotator is not defined, the slideshow will not work." +msgstr "" +"Der Pfad zum JW Image Rotator ist nicht definiert. Die Slideshow " +"funktioniert nicht." + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:770 +msgid "Path to the JW Image Rotator (URL)" +msgstr "Pfad zum JW Image Rotator (URL)" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:773 +msgid "Search now" +msgstr "Suche jetzt" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:774 +msgid "Press the button below to search for the JW Image Rotator" +msgstr "Den Button unten nutzen um den JW Image Rotator zu suchen" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:778 +msgid "Shuffle mode" +msgstr "Shuffle Modus" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:796 +msgid "You can change the logo at the watermark settings" +msgstr "Du kannst den Pfad in Einstellungen für das Wasserzeichen angeben" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:802 +msgid "true" +msgstr "Ja" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:803 +msgid "false" +msgstr "Nein" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:804 +msgid "fit" +msgstr "Passend" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:805 +msgid "none" +msgstr "keiner" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:814 +msgid "bgfade" +msgstr "BGFade" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:815 +msgid "slowfade" +msgstr "Slowfade" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:816 +msgid "circles" +msgstr "Kreise" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:817 +msgid "bubbles" +msgstr "Blasen" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:818 +msgid "blocks" +msgstr "Blöcke" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:819 +msgid "fluids" +msgstr "Fluids" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:820 +msgid "flash" +msgstr "Flash" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:821 +msgid "lines" +msgstr "Linien" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:822 +#: ../products/photocrati_nextgen/modules/widget/templates/form_gallery.php:42 +msgid "random" +msgstr "Zufall" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:831 +msgid "Background Color" +msgstr "Hintergrund (BG) Farbe" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:836 +msgid "Texts / Buttons Color" +msgstr "Text- / Button Farbe" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:841 +msgid "Rollover / Active Color" +msgstr "Rollover / Aktiv (Link) Farbe" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:846 +msgid "Screen Color" +msgstr "Seiten-Farbe" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:851 +msgid "Background music (URL)" +msgstr "Hintergrundmusik (URL)" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:855 +msgid "Try XHTML validation (with CDATA)" +msgstr "Integriere XHTML-Validierung (mittels CDATA)" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:857 +msgid "" +"Important : Could causes problem at some browser. Please recheck your page." +msgstr "" +"Wichtig : Es könnten Probleme bei einigen Browser entstehen. Unbedingt Seite " +"danach prüfen." + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/showmeta.php:29 +msgid "Meta Data" +msgstr "Metadaten" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/showmeta.php:34 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/showmeta.php:60 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/showmeta.php:85 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/showmeta.php:109 +msgid "Tag" +msgstr "Stichwort" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/showmeta.php:35 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/showmeta.php:61 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/showmeta.php:86 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/showmeta.php:110 +msgid "Value" +msgstr "Wert" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/showmeta.php:49 +msgid "No meta data saved" +msgstr "Keine Metadaten gespeichert" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/showmeta.php:55 +msgid "EXIF Data" +msgstr "EXIF-Daten" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/showmeta.php:74 +msgid "No exif data" +msgstr "Keine Exif-Daten" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/showmeta.php:81 +msgid "IPTC Data" +msgstr "IPTC-Daten" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/showmeta.php:105 +msgid "XMP Data" +msgstr "XMP-Daten" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/style.php:11 +msgid "(From the theme folder)" +msgstr "(Aus dem Theme Verzeichnis)" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/style.php:43 +msgid "You do not have sufficient permissions to edit templates for this blog." +msgstr "" +"Du hast nicht die benötigten Rechte, um Vorlagen in diesem Blog zu " +"bearbeiten." + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/style.php:52 +msgid "CSS file successfully updated" +msgstr "CSS-Datei erfolgreich aktualisiert" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/style.php:91 +msgid "Activate and use style sheet:" +msgstr "Aktiviere und nutze Stylesheet:" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/style.php:111 +msgid "Activate" +msgstr "Aktiviere" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/style.php:121 +#, php-format +msgid "Editing %s" +msgstr "Bearbeite %s" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/style.php:123 +#, php-format +msgid "Browsing %s" +msgstr "Durchsuche %s" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/style.php:133 +msgid "Version" +msgstr "Version" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/style.php:136 +msgid "" +"Tip : Copy your stylesheet (nggallery.css) to your theme folder, so it will " +"be not lost during a upgrade" +msgstr "" +"Kleiner Tipp: Kopiere das Stylesheet (nggallery.css) in Dein Theme-" +"Verzeichnis, dadurch wird es beim nächsten Update nicht überschrieben." + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/style.php:138 +msgid "" +"Your theme contain a NextGEN Gallery stylesheet (nggallery.css), this file " +"will be used" +msgstr "" +"Dein Theme-Paket enthält ein NextGEN-Gallery-Stylesheet (nggallery.css), " +"dieses Sheet wird automatisch eingebunden" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/style.php:140 +msgid "" +"Tip No. 2: Use the color picker below to help you find the right color " +"scheme for your gallery!" +msgstr "" +"2.Tipp : Benutze die Farbauswahl, um den zugehörigen HTML-Farbcode zu " +"erhalten" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/style.php:156 +msgid "Update File" +msgstr "Datei aktualisieren" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/style.php:159 +msgid "If this file were writable you could edit it." +msgstr "Wenn diese Datei beschreibbar wäre, könntest Du sie bearbeiten." + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/style.php:164 +msgid "Oops, no such file exists! Double check the name and try again, merci." +msgstr "" +"Oha, eine solche Datei existiert nicht! Bitte überprüfe den Namen und " +"probiere es erneut. Danke." + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:41 +msgid "Most popular" +msgstr "Beliebteste Stichwörter" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:42 +msgid "Least used" +msgstr "Zuletzt benutzt" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:43 +msgid "Alphabetical" +msgstr "Alphabetisch" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:100 +msgid "Manage image tags" +msgstr "Verwalte Bilder-Stichwörter" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:112 +msgid "Existing Tags" +msgstr "Vorhandene Stichwörter" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:116 +msgid "Search tags" +msgstr "Suche nach Stichwörter" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:120 +msgid "Go" +msgstr "Start" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:125 +msgid "Sort Order:" +msgstr "Sortierung :" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:160 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:164 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:177 +msgid "Previous tags" +msgstr "Vorheriges Stichwort" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:173 +msgid "Next tags" +msgstr "Nächstes Stichwort" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:185 +msgid "Rename Tag" +msgstr "Schlagwort umbenennen" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:193 +msgid "" +"Enter the tag to rename and its new value. You can use this feature to " +"merge tags too. Click \"Rename\" and all posts which use this tag will be " +"updated." +msgstr "" +"Trage das Stichwort ein, das Du umbenennen willst und seinen neuen Wert/" +"Namen. Du kannst diese Funktion auch nutzen, um Stichwörter " +"zusammenzuführen. Klicke auf \"Umbenennen\" und alle Bilder, die das " +"Stichwort verwenden, werden aktualisiert." + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:194 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:242 +msgid "You can specify multiple tags to rename by separating them with commas." +msgstr "Mehrere Stichwörter zum Umbenennen durch Komma trennen" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:198 +msgid "Tag(s) to rename:" +msgstr "Stichwörter umbennenen:" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:202 +msgid "New tag name(s):" +msgstr "Neuer Name für das Stichwort" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:205 +msgid "Rename" +msgstr "Umbenennen" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:211 +msgid "Delete Tag" +msgstr "Stichwort löschen" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:219 +msgid "" +"Enter the name of the tag to delete. This tag will be removed from all " +"posts." +msgstr "" +"Trage das zu löschende Stichwort ein. Das Stichwort wird aus allen Bildern " +"entfernt." + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:220 +msgid "You can specify multiple tags to delete by separating them with commas" +msgstr "" +"Du kannst mehrere Stichwörter zum Löschen markieren, indem Du sie mit Kommas " +"trennst" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:224 +msgid "Tag(s) to delete:" +msgstr "Folgede Stichwörter löschen:" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:233 +msgid "Edit Tag Slug" +msgstr "Ändere Schlagwort" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:241 +msgid "" +"Enter the tag name to edit and its new slug. This will be used in tagcloud " +"links. Slug definition" +msgstr "" +"Trage den Namen des zu ändernden Stichworts und seinen neuen \"Slug\" ein. " +"Was " +"ist ein Slug?" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:246 +msgid "Tag(s) to match:" +msgstr "Stichwörter vergleichen :" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:250 +msgid "Slug(s) to set:" +msgstr "Schlagwörter setzen:" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/templates/manage_gallery/gallery_create_page_field.php:3 +msgid "Main Page (no parent)" +msgstr "Hauptseite (keine Eltern)" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/templates/manage_gallery/gallery_create_page_field.php:10 +msgid "Add page" +msgstr "Seite hinzufügen" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/thumbnails-template.php:103 +msgid "These are maximum values" +msgstr "Diese Angaben sind maximale Angaben" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/upgrade.php:61 +msgid "" +"Some folders/files could not renamed, please recheck the permission and " +"rescan the folder in the manage gallery section." +msgstr "" +"Einige Verzeichnisse / Bilder konnten nicht umbenannt werden, bitte " +"überprüfe die Zugriffsrechte und scanne dann das Verzeichnis neu ein." + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/upgrade.php:63 +msgid "Rename failed" +msgstr "Konnte nicht umbenannt werden" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/upgrade.php:159 +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/upgrade.php:178 +msgid "Upgrade NextGEN Gallery" +msgstr "NextGEN-Gallery aktualisieren" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/upgrade.php:160 +msgid "The script detect that you upgrade from a older version." +msgstr "Es wurde eine ältere NextGEN-Datenbank erkannt." + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/upgrade.php:161 +msgid "" +"Your database tables for NextGEN Gallery is out-of-date, and must be " +"upgraded before you can continue." +msgstr "" +"Deine Datenbanktabellen für NextGEN-Gallery sind nicht auf dem aktuellen " +"Stand, sie müssen jetzt aktualisiert werden." + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/upgrade.php:162 +msgid "" +"If you would like to downgrade later, please make first a complete backup of " +"your database and the images." +msgstr "" +"Wenn Du wieder auf eine ältere Version zurückgehen möchtest, solltest Du " +"vorher die Datenbank sichern." + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/upgrade.php:163 +msgid "The upgrade process may take a while, so please be patient." +msgstr "Der Upgrade-Prozess kann etwas dauern, bitte sei geduldig..." + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/upgrade.php:164 +msgid "Start upgrade now" +msgstr "Aktualisierung starten" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/upgrade.php:180 +msgid "Upgrade finished..." +msgstr "Upgrade beendet..." + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/upgrade.php:181 +msgid "Continue" +msgstr "Weiter" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:33 +msgid "Update successfully" +msgstr "Aktualisierung erfolgreich" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:48 +msgid "Network Options" +msgstr "Netzwerk Optionen" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:56 +msgid "" +"This is the default path for all blogs. With the placeholder %BLOG_ID% you " +"can organize the folder structure better." +msgstr "" +"Dieses ist der Default-Pfad für alle Blogs. Mit dem Platzhalter %BLOG_ID% " +"wird die Ordnerstruktur gesteuert. Der Pfad muss mit / enden." + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:57 +#, php-format +msgid "The default setting should be %s" +msgstr "Grundeinstellung ist %s" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:61 +msgid "Enable upload quota check" +msgstr "Schalte die Uploadbegrenzung ein" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:63 +msgid "Should work if the gallery is bellow the blog.dir" +msgstr "" +"Sollte funktionieren, wenn die Galerien sich unterhalb blog.dir befinden" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:67 +msgid "Enable zip upload option" +msgstr "Erlaube ZIP-Upload" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:69 +msgid "Allow users to upload zip folders." +msgstr "Erlaubt die Nutzung des ZIP-Upload" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:73 +msgid "Enable import function" +msgstr "Erlaube Import Funktion" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:75 +msgid "Allow users to import images folders from the server." +msgstr "" +"Erlaube dem User Bilder direkt aus den Server Verzeichnissen zu importieren." + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:79 +msgid "Enable style selection" +msgstr "Freie CSS-Style-Auswahl" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:81 +msgid "Allow users to choose a style for the gallery." +msgstr "Erlaube dem User, ein CSS für die Galerie zu wählen" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:85 +msgid "Enable roles/capabilities" +msgstr "Rollen / Zugriffsrechte freischalten" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:87 +msgid "Allow users to change the roles for other blog authors." +msgstr "Erlaube dem User die Anpassung der Zugangsberechtigung" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:91 +msgid "Default style" +msgstr "Standard-CSS-Style" + +#: ../products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:108 +msgid "Choose the default style for the galleries." +msgstr "Wähle das Default-Stylesheet für die Galerien" + +#: ../products/photocrati_nextgen/modules/ngglegacy/lib/core.php:410 +#, php-format +msgid "" +"Note : Based on your server memory limit you should not upload larger images " +"then %d x %d pixel" +msgstr "" +"Hinweis: Basierend auf der Speicherbegrenzung auf dem Server, solltest Du " +"keine Bilder grösser als %d x %d Pixel hochladen" + +#: ../products/photocrati_nextgen/modules/ngglegacy/lib/locale.php:120 +msgid "Invalid URL Provided." +msgstr "Ungültige URL" + +#: ../products/photocrati_nextgen/modules/ngglegacy/lib/locale.php:124 +#: ../products/photocrati_nextgen/modules/ngglegacy/lib/locale.php:128 +msgid "Could not create Temporary file." +msgstr "Konnte temporäre Datei nicht erstellen" + +#: ../products/photocrati_nextgen/modules/ngglegacy/lib/ngg-db.php:337 +#: ../products/photocrati_nextgen/modules/ngglegacy/lib/ngg-db.php:338 +msgid "Album overview" +msgstr "Album Übersicht" + +#: ../products/photocrati_nextgen/modules/ngglegacy/lib/post-thumbnail.php:68 +#: ../products/photocrati_nextgen/modules/ngglegacy/lib/post-thumbnail.php:70 +msgid "Set NextGEN featured image" +msgstr "Zeige das NextGEN empfohlene Bild" + +#: ../products/photocrati_nextgen/modules/ngglegacy/lib/post-thumbnail.php:328 +#: ../products/photocrati_nextgen/modules/ngglegacy/lib/post-thumbnail.php:329 +msgid "Set featured image" +msgstr "Zeige empfohlenes Bild" + +#: ../products/photocrati_nextgen/modules/ngglegacy/lib/post-thumbnail.php:356 +msgid "Remove featured image" +msgstr "Entferne das empfohlene Bild" + +#: ../products/photocrati_nextgen/modules/ngglegacy/lib/tags.php:35 +msgid "No new tag specified!" +msgstr "Kein neues Stichwort definiert!" + +#: ../products/photocrati_nextgen/modules/ngglegacy/lib/tags.php:50 +msgid "No new/old valid tag specified!" +msgstr "Kein neues Stichwort definiert!" + +#: ../products/photocrati_nextgen/modules/ngglegacy/lib/tags.php:86 +msgid "No tag renamed." +msgstr "Kein Stichwort umbenannt." + +#: ../products/photocrati_nextgen/modules/ngglegacy/lib/tags.php:88 +#, php-format +msgid "Renamed tag(s) «%1$s» to «%2$s»" +msgstr "" +"Es wurden die Stichwörter «%1$s» bis «%2$s» umbenannt" + +#: ../products/photocrati_nextgen/modules/ngglegacy/lib/tags.php:95 +msgid "No valid new tag." +msgstr "Kein gültiges Stichwort" + +#: ../products/photocrati_nextgen/modules/ngglegacy/lib/tags.php:112 +msgid "No objects (post/page) found for specified old tags." +msgstr "Keine Objekte (Seite/Beitrag) enthält das ausgewählte Stichwort" + +#: ../products/photocrati_nextgen/modules/ngglegacy/lib/tags.php:141 +msgid "No tag merged." +msgstr "Keine Stichwörter zusammengeführt." + +#: ../products/photocrati_nextgen/modules/ngglegacy/lib/tags.php:143 +#, php-format +msgid "" +"Merge tag(s) «%1$s» to «%2$s». %3$s objects edited." +msgstr "" +"Stichwörter «%1$s» bis «%2$s» zusammengeführt. %3$s " +"Objekte geändert." + +#: ../products/photocrati_nextgen/modules/ngglegacy/lib/tags.php:146 +msgid "Error. No enough tags for rename. Too for merge. Choose !" +msgstr "Fehler. Es wurden nicht genug Stichwörter ausgewählt." + +#: ../products/photocrati_nextgen/modules/ngglegacy/lib/tags.php:165 +msgid "No tag specified!" +msgstr "Kein Stichwort angegeben" + +#: ../products/photocrati_nextgen/modules/ngglegacy/lib/tags.php:188 +msgid "No tag deleted." +msgstr "Kein Stichwort gelöscht" + +#: ../products/photocrati_nextgen/modules/ngglegacy/lib/tags.php:190 +#, php-format +msgid "%1s tag(s) deleted." +msgstr "%1s Stichwörter gelöscht" + +#: ../products/photocrati_nextgen/modules/ngglegacy/lib/tags.php:206 +msgid "No new slug(s) specified!" +msgstr "Keine neuen Stichwörter ausgewählt" + +#: ../products/photocrati_nextgen/modules/ngglegacy/lib/tags.php:218 +msgid "Tags number and slugs number isn't the same!" +msgstr "Stichwort und Schlagwort ist nicht das Gleiche!" + +#: ../products/photocrati_nextgen/modules/ngglegacy/lib/tags.php:245 +msgid "No slug edited." +msgstr "Kein Stichwort geändert" + +#: ../products/photocrati_nextgen/modules/ngglegacy/lib/tags.php:247 +#, php-format +msgid "%s slug(s) edited." +msgstr "%s Stichwörter geändert" + +#: ../products/photocrati_nextgen/modules/ngglegacy/nggallery.php:67 +msgid "" +"Translation by : See here" +msgstr "" +"Übersetzt von : Alex Rabe" + +#: ../products/photocrati_nextgen/modules/ngglegacy/nggallery.php:68 +msgid "" +"This translation is not yet updated for Version 1.9.0. If " +"you would like to help with translation, download the current po from the " +"plugin folder and read here how you can translate the plugin." +msgstr "" +"Sollten jemand Rechtschreibfehler, Deppenapostrophe oder andere deutsche " +"Ungereimtheiten finden, freue ich mich jederzeit über einen kurzen Hinweis" + +#: ../products/photocrati_nextgen/modules/ngglegacy/nggallery.php:161 +msgid "" +"Sorry, NextGEN Gallery works only with a Memory Limit of 16 MB or higher" +msgstr "" +"Tut mir leid, aber NextGEN-Galerie benötigt mindestens 16MB Speicher (Memory " +"Limit) oder mehr" + +#: ../products/photocrati_nextgen/modules/ngglegacy/nggallery.php:187 +msgid "Picture tag" +msgstr "Bilder-Stichwort" + +#: ../products/photocrati_nextgen/modules/ngglegacy/nggallery.php:188 +msgid "Picture tag: %2$l." +msgstr "Bilder-Stichwort: %2$l." + +#: ../products/photocrati_nextgen/modules/ngglegacy/nggallery.php:189 +msgid "Separate picture tags with commas." +msgstr "Trenne Stichwörter mittels Komma" + +#: ../products/photocrati_nextgen/modules/ngglegacy/nggallery.php:333 +msgid "Get help" +msgstr "Hilfe" + +#: ../products/photocrati_nextgen/modules/ngglegacy/nggallery.php:334 +msgid "Contribute" +msgstr "Mithelfen" + +#: ../products/photocrati_nextgen/modules/ngglegacy/nggfunctions.php:29 +msgid "[Gallery not found]" +msgstr "[Galerie nicht gefunden]" + +#: ../products/photocrati_nextgen/modules/ngglegacy/nggfunctions.php:163 +msgid "Related images for" +msgstr "Verwandte Bilder von" + +#: ../products/photocrati_nextgen/modules/ngglegacy/view/gallery-caption.php:32 +#: ../products/photocrati_nextgen/modules/ngglegacy/view/gallery.php:32 +#: ../products/photocrati_nextgen/modules/widget/class.widget_mediarss.php:93 +msgid "[View with PicLens]" +msgstr "[Mit PicLens anzeigen]" + +#: ../products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser-exif.php:38 +msgid "Meta data" +msgstr "Metadaten" + +#: ../products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser-exif.php:42 +msgid "Camera / Type" +msgstr "Kameratyp" + +#: ../products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser-exif.php:50 +msgid "Focal Length" +msgstr "Brennweite" + +#: ../products/photocrati_nextgen/modules/ngglegacy/xml/media-rss.php:50 +msgid "No galleries have been yet created." +msgstr "Keine Galerie wurde derzeit erstellt." + +#: ../products/photocrati_nextgen/modules/ngglegacy/xml/media-rss.php:69 +#, php-format +msgid "The gallery ID=%s does not exist." +msgstr "Die Galerie ID=%s existiert nicht." + +#: ../products/photocrati_nextgen/modules/ngglegacy/xml/media-rss.php:100 +msgid "No album ID has been provided as parameter" +msgstr "Es wurde kein Album als Parameter übergeben" + +#: ../products/photocrati_nextgen/modules/ngglegacy/xml/media-rss.php:108 +#, php-format +msgid "The album ID=%s does not exist." +msgstr "Album-ID %s existiert nicht" + +#: ../products/photocrati_nextgen/modules/ngglegacy/xml/media-rss.php:115 +msgid "Invalid MediaRSS command" +msgstr "Ungültiger Media-RSS-Befehl" + +#: ../products/photocrati_nextgen/modules/widget/class.widget_gallery.php:7 +msgid "Add recent or random images from the galleries" +msgstr "Füge die neusten Bilder oder Zufallsbilder aus NextGEN-Gallery ein" + +#: ../products/photocrati_nextgen/modules/widget/class.widget_gallery.php:8 +msgid "NextGEN Widget" +msgstr "NextGEN-Widget" + +#: ../products/photocrati_nextgen/modules/widget/class.widget_mediarss.php:9 +msgid "Widget that displays Media RSS links for NextGEN Gallery." +msgstr "Hiermit können NextGEN-Bilder als Media RSS eingebunden werden" + +#: ../products/photocrati_nextgen/modules/widget/class.widget_mediarss.php:10 +msgid "NextGEN Media RSS" +msgstr "NextGEN Media RSS" + +#: ../products/photocrati_nextgen/modules/widget/class.widget_mediarss.php:22 +msgid "Media RSS" +msgstr "Media RSS" + +#: ../products/photocrati_nextgen/modules/widget/class.widget_mediarss.php:23 +msgid "Link to the main image feed" +msgstr "Link zum Bilder-Feed" + +#: ../products/photocrati_nextgen/modules/widget/class.widget_slideshow.php:7 +msgid "Show a NextGEN Gallery Slideshow" +msgstr "Binde eine NextGEN-Gallery-Slideshow ein" + +#: ../products/photocrati_nextgen/modules/widget/class.widget_slideshow.php:8 +msgid "NextGEN Slideshow" +msgstr "NextGEN-Diashow" + +#: ../products/photocrati_nextgen/modules/widget/templates/form_gallery.php:4 +#: ../products/photocrati_nextgen/modules/widget/templates/form_mediarss.php:3 +msgid "Title :" +msgstr "Titel :" + +#: ../products/photocrati_nextgen/modules/widget/templates/form_gallery.php:15 +msgid "Show :" +msgstr "Zeige als :" + +#: ../products/photocrati_nextgen/modules/widget/templates/form_gallery.php:29 +msgid "Original images" +msgstr "Original Bilder" + +#: ../products/photocrati_nextgen/modules/widget/templates/form_gallery.php:50 +msgid "recent added " +msgstr "zuletzt hinzugefügt" + +#: ../products/photocrati_nextgen/modules/widget/templates/form_gallery.php:62 +msgid "Enable IE8 Web Slices" +msgstr "IE8 Web Slices aktivieren" + +#: ../products/photocrati_nextgen/modules/widget/templates/form_gallery.php:68 +msgid "Width x Height :" +msgstr "Breite x Höhe :" + +#: ../products/photocrati_nextgen/modules/widget/templates/form_gallery.php:87 +msgid "Select :" +msgstr "Wähle :" + +#: ../products/photocrati_nextgen/modules/widget/templates/form_gallery.php:92 +msgid "All galleries" +msgstr "Alle Galerien" + +#: ../products/photocrati_nextgen/modules/widget/templates/form_gallery.php:95 +msgid "Only which are not listed" +msgstr "Nur ungelistete" + +#: ../products/photocrati_nextgen/modules/widget/templates/form_gallery.php:98 +msgid "Only which are listed" +msgstr "Nur gelistete" + +#: ../products/photocrati_nextgen/modules/widget/templates/form_gallery.php:107 +msgid "Gallery ID :" +msgstr "Galerie-ID :" + +#: ../products/photocrati_nextgen/modules/widget/templates/form_gallery.php:114 +msgid "Gallery IDs, separated by commas." +msgstr "Galerie-IDs, mit Kommas getrennt" + +#: ../products/photocrati_nextgen/modules/widget/templates/form_mediarss.php:20 +msgid "Show Media RSS icon" +msgstr "Zeige Media RSS Icon" + +#: ../products/photocrati_nextgen/modules/widget/templates/form_mediarss.php:31 +msgid "Show the Media RSS link" +msgstr "Zeige den globalen Media RSS Link" + +#: ../products/photocrati_nextgen/modules/widget/templates/form_mediarss.php:37 +msgid "Text for Media RSS link:" +msgstr "Text für den globalen Media RSS Link:" + +#: ../products/photocrati_nextgen/modules/widget/templates/form_mediarss.php:49 +msgid "Tooltip text for Media RSS link:" +msgstr "Tooltipp-Text für den globalen Media RSS Link." + +#: ../products/photocrati_nextgen/modules/widget/templates/form_slideshow.php:15 +msgid "Select Gallery:" +msgstr "Wähle Galerie" + +#: ../products/photocrati_nextgen/modules/widget/templates/form_slideshow.php:23 +msgid "All images" +msgstr "Alle Bilder" + +#~ msgid "" +#~ "Reset all options to default settings?\n" +#~ "\n" +#~ "Choose [Cancel] to Stop, [OK] to proceed." +#~ msgstr "" +#~ "Alle Optionen zu Standard zurücksetzen ?\n" +#~ "\n" +#~ "Wähle [Cancel] um abzubrechen, [OK] zum Fortfahren." + +#~ msgid "Enable fullscreen on double tap" +#~ msgstr "Vollbild aktivieren mit Doppelklick" + +#~ msgid "Enabling this may cause compatibility issues with some devices" +#~ msgstr "" +#~ "Die Aktivierung könnte Kombatibilitätsprobleme mit anderer Software " +#~ "verursachen" + +#~ msgid "Save" +#~ msgstr "Speichern" + +#~ msgid "Reset all settings to default parameter" +#~ msgstr "Stelle alle Einstellungen auf Anfangswerte zurück" + +#~ msgid "" +#~ "Uninstall sucessful ! Now delete the plugin and enjoy your life ! Good " +#~ "luck !" +#~ msgstr "" +#~ "Deinstallation erfolgreich! Nun kannst Du das Plugin löschen und Dein " +#~ "Leben weiterhin genießen! Stay geeky! Viel Glück!" + +#~ msgid "Reset options" +#~ msgstr "Optionen zurücksetzen" + +#~ msgid "Reset all options/settings to the default installation." +#~ msgstr "Alle Optionen/Einstellungen zurücksetzen" + +#~ msgid "" +#~ "Reset all options to default settings ?\\n\\nChoose [Cancel] to Stop, " +#~ "[OK] to proceed.\\n" +#~ msgstr "" +#~ "Alle Optionen zu Standard zurücksetzen ?\\n\\nWähle [Cancel] um " +#~ "abzubrechen, [OK] zum Fortfahren.\\n" + +#~ msgid "Uninstall plugin tables" +#~ msgstr "Plugin Tabellen (DB) entfernen" + +#~ msgid "You don't like NextGEN Gallery ?" +#~ msgstr "Du magst die NextGEN Gallery nicht ?" + +#~ msgid "" +#~ "No problem, before you deactivate this plugin press the Uninstall Button, " +#~ "because deactivating NextGEN Gallery does not remove any data that may " +#~ "have been created. " +#~ msgstr "" +#~ "Null Problemo. Einfach nur vor dem Deaktivieren dieses Plugins den " +#~ "Uninstall-Button betätigen, damit alle Tabellen der Galerie entfernt " +#~ "werden." + +#~ msgid "WARNING:" +#~ msgstr "WARNUNG:" + +#~ msgid "" +#~ "Once uninstalled, this cannot be undone. You should use a Database Backup " +#~ "plugin of WordPress to backup all the tables first. NextGEN gallery is " +#~ "stored in the tables" +#~ msgstr "" +#~ "Eine einmalig durchgeführte Deinstallation kann nicht mehr rückgängig " +#~ "gemacht werden, da alle Tabellen der Galerie aus der Datenbank entfernt " +#~ "werden und KEIN Backup dieser Galerie-Tabellen angelegt wird." + +#~ msgid "and" +#~ msgstr "und" + +#~ msgid "Uninstall plugin" +#~ msgstr "Plugin deinstallieren" + +#~ msgid "" +#~ "You are about to Uninstall this plugin from WordPress.\\nThis action is " +#~ "not reversible.\\n\\nChoose [Cancel] to Stop, [OK] to Uninstall.\\n" +#~ msgstr "" +#~ "Du bist dabei, das Plugin zu deinstallieren.\\nDiese Aktion kann NICHT " +#~ "rückgängig gemacht werden.\\n\\nWähle [Cancel] zum Abbrechen, [OK] zum " +#~ "Deinstallieren.\\n" + +#, fuzzy +#~ msgid "BildThumbnail" +#~ msgstr "Vorschaubild" + +#~ msgid "NGG_BASIC_COMPACT_ALBUM" +#~ msgstr "NextGEN Basis Kompakt-Album " + +#~ msgid "NextGEN Basic Compact Album" +#~ msgstr "NextGEN Basis Kompakt-Album" + +#, fuzzy +#~ msgid "NextGen Pro Slideshow" +#~ msgstr "NextGen Pro Slideshow" + +#~ msgid "NextGEN Basic Extended Album" +#~ msgstr "NextGEN Basis Gestrecktes Album" + +#~ msgid "NextGEN Pro Thumbnail Grid" +#~ msgstr "NextGen Pro Vorschaubild Raster" + +#~ msgid "Add Files" +#~ msgstr "Dateien hinzufügen" + +#, fuzzy +#~ msgid "Manage Gallerien" +#~ msgid_plural "Manage Gallerien" +#~ msgstr[0] "Galerien verwalten" +#~ msgstr[1] "Galerien verwalten" + +#~ msgid "Please update the database of NextGEN Gallery." +#~ msgstr "Bitte aktualisiere die Datenbank von NextGEN Gallery." + +#~ msgid "Donate" +#~ msgstr "Spenden" + +#~ msgid "[Album not found]" +#~ msgstr "[Album nicht gefunden]" + +#~ msgid "[SinglePic not found]" +#~ msgstr "[Bild nicht gefunden]" + +#~ msgid "Copyright notes / Credits" +#~ msgstr "Copyright Hinweise / Credits" + +#~ msgid "" +#~ "This plugin is primarily developed, maintained, supported, documented by" +#~ msgstr "" +#~ "Dieses Plugin wird hauptsächlich entwickelt, dokumentiert und supported " +#~ "von" + +#~ msgid "" +#~ "There are many other folks who have made contributions to this project :" +#~ msgstr "Folgende Personen haben die Entwicklung unterstützt :" + +#~ msgid "Contributors / Tribute to" +#~ msgstr "Anerkennung / Hinweise" + +#~ msgid "" +#~ "If you study the code of this plugin, you will find out that we mixed a " +#~ "lot of good already existing code and ideas together." +#~ msgstr "" +#~ "Falls Du Dir den Sourcecode dieses Plugins ansiehst, wirst Du merken, " +#~ "dass wir verschiedene gute Scripte sowie Ideen verwendet haben." + +#~ msgid "" +#~ "So, we would like to thank the following people for their pioneer work " +#~ "(without this work it's impossible to create such a plugin so fast)" +#~ msgstr "" +#~ "Wir möchten folgenden Menschen für Ihre Pionier-Arbeit danken (ohne diese " +#~ "Vorleistung wäre es unmöglich, ein Plugin so schnell zu entwickeln)" + +#~ msgid "for their great documented code" +#~ msgstr "für ihren großartig dokumentierten Code" + +#~ msgid "for jQuery, which is the best Web2.0 framework" +#~ msgstr "für jQuery, das Beste Web 2.0 Framework" + +#~ msgid "for the fantastic PHP Thumbnail Class" +#~ msgstr "für die fantastische PHP-Thumbnail-Klasse" + +#~ msgid "for a lot of very useful plugins and ideas" +#~ msgstr "für viele nützliche Plugins und Ideen" + +#~ msgid "for Shutter Reloaded, a real lightweight image effect" +#~ msgstr "für Shutter Reloaded, ein wirklich smarten Bildeffekt" + +#~ msgid "for the best Media Flash Scripts on earth" +#~ msgstr "für die besten Media-Flash-Scripte" + +#~ msgid "for the Gallery Icon" +#~ msgstr "für das Galerie Icon" + +#~ msgid "for the Watermark plugin" +#~ msgstr "für das Wasserzeichen-Plugin" + +#~ msgid "" +#~ "If you didn't find your name on this list and there is some code which I " +#~ "integrate in my plugin, don't hesitate to send me a mail." +#~ msgstr "" +#~ "Falls Du Deinen Namen nicht auf dieser Liste findest und es aber Code " +#~ "gibt, den ich in meinem Plugin verwendet habe, so schicken mir bitte " +#~ "sofort eine E-Mail." + +#~ msgid "How to support ?" +#~ msgstr "Unterstützung / Hilfe" + +#~ msgid "" +#~ "There exist several ways to contribute, help or support us in this work. " +#~ "Non of them are mandatory." +#~ msgstr "" +#~ "Es existieren verschiedene Möglichkeiten, diese Arbeit zu unterstützen." + +#~ msgid "Send us bugfixes / code changes" +#~ msgstr "Schicke uns Verbesserungen / Bugfixes" + +#~ msgid "" +#~ "The most motivated support for this plugin are your ideas and brain work" +#~ msgstr "Der beste Support für dieses Plugin sind Deine Ideen und Gedanken" + +#~ msgid "Translate the plugin" +#~ msgstr "Übersetze das Plugin" + +#~ msgid "" +#~ "To help people to work with this plugin, I would like to have it in all " +#~ "available languages" +#~ msgstr "" +#~ "Um jedem das Arbeiten mit diesem Plugin zu vereinfachen, würde ich es " +#~ "gerne in allen möglichen Sprachen anbieten" + +#~ msgid "Donate the work via paypal" +#~ msgstr "Zeig Dich für diese Arbeit per PayPal dankbar" + +#~ msgid "No doubt a very useful and easy motivation :-)" +#~ msgstr "Kein Zweifel, eine schöne und einfache Motivationshilfe" + +#~ msgid "Place a link to the plugin in your blog/webpage" +#~ msgstr "Setze einen Link zu diesem Plugin auf Deinen Blog" + +#~ msgid "Yes, share and trackback is also a good support for this work " +#~ msgstr "" +#~ "Natürlich sind Trackbacks und Links auch ein guter Support für diese " +#~ "Arbeit" + +#~ msgid "Thanks!" +#~ msgstr "Vielen Dank!" + +#~ msgid "We would like to thank this people which support us in the work :" +#~ msgstr "" +#~ "Ich möchte mich bei diesen Menschen für Ihre Unterstützung bedanken:" + +#~ msgid "Upload failed!" +#~ msgstr "Upload fehlgeschlagen!" + +#~ msgid "Upload failed! " +#~ msgstr "Upload fehlgeschlagen!" + +#~ msgid "remove" +#~ msgstr "Entfernen" + +#~ msgid "Browse..." +#~ msgstr "Durchsuche..." + +#~ msgid "Upload images" +#~ msgstr "Bilder hochladen" + +#~ msgid "Upload a Zip-File" +#~ msgstr "Zip-Datei hochladen" + +#~ msgid "Import image folder" +#~ msgstr "Bilder-Verzeichnis importieren" + +#~ msgid "Add gallery" +#~ msgstr "Galerie hinzufügen" + +#~ msgid "Upload a zip file with images" +#~ msgstr "Lade eine Zip-Datei mit Bildern hoch" + +#~ msgid "or enter a Zip-File URL" +#~ msgstr "oder gib eine URL zur ZIP-Datei an" + +#~ msgid "Import a zip file with images from a url" +#~ msgstr "Lade eine Zip-Datei mit Bildern über ein URL hoch" + +#~ msgid "in to" +#~ msgstr "in" + +#~ msgid "Note : The upload limit on your server is " +#~ msgstr "Hinweis : Das Upload-Limit auf dem Server beträgt " + +#~ msgid "Start upload" +#~ msgstr "Upload starten" + +#~ msgid "Import from Server path:" +#~ msgstr "Importieren aus Server-Pfad:" + +#~ msgid "Note : Change the default path in the gallery settings" +#~ msgstr "" +#~ "Hinweis : Der Standard-Pfad kann in den Einstellungen angepasst werden" + +#~ msgid "" +#~ " Please note : For safe-mode = ON you need to add the subfolder thumbs " +#~ "manually" +#~ msgstr "" +#~ "Achtung : Da der Safe-Mode (PHP.INI) eingeschaltet ist, mußt Du das " +#~ "Unterverzeichnis für die Vorschaubilder (\"thumbs\") manuell (per FTP) " +#~ "anlegen" + +#~ msgid "Upload image" +#~ msgstr "Bild hochladen" + +#~ msgid "Choose files to upload" +#~ msgstr "Wähle die Bilder zum Upload aus" + +#~ msgid "Select Files" +#~ msgstr "Wähle Datei" + +#~ msgid "Or you can drop the files into this window." +#~ msgstr "Du kannst auch die Bilder per Drag & Drop in den Browser schieben." + +#~ msgid "Scale images to max width %1$dpx or max height %2$dpx" +#~ msgstr "" +#~ "Skaliere die Bilder mit einer max. Breite von %1$dpx oder max. Höhe von " +#~ "%2$dpx" + +#~ msgid "Choose gallery" +#~ msgstr "Wähle Galerie" + +#~ msgid "" +#~ "The batch upload requires Adobe Flash 10, disable it if you have problems" +#~ msgstr "" +#~ "Das Batch-Upload benötigt Adbode Flash 10, wenn es Probleme gibt " +#~ "deaktiviere es besser." + +#~ msgid "Disable flash upload" +#~ msgstr "Deaktiviere Batch-Upload" + +#~ msgid "Upload multiple files at once by ctrl/shift-selecting in dialog" +#~ msgstr "Wähle im Dialog mit Ctrl/Shift mehrere Bilder gleichzeitig aus." + +#~ msgid "Enable flash based upload" +#~ msgstr "Aktiviere Flash Batch Upload" + +#~ msgid "Manage Gallery" +#~ msgstr "Galerie verwalten" + +#~ msgid "Options" +#~ msgstr "Optionen" + +#~ msgid "Roles" +#~ msgstr "Zugriff" + +#~ msgid "About this Gallery" +#~ msgstr "Über diese Galerie" + +#~ msgid "Reset / Uninstall" +#~ msgstr "Rücksetzen" + +#~ msgid "" +#~ "Thanks for using this plugin, I hope you are satisfied ! If you would " +#~ "like to support the further development, please consider a donation! If you still need some help, please " +#~ "post your questions here ." +#~ msgstr "" +#~ "Vielen Dank, dass Du dieses Plugin nutzt. Ich hoffe, Du bist soweit " +#~ "zufrieden! Wenn Du die Weiterentwicklung unterstützen möchtest, würde ich " +#~ "mich über eine kleine Spende freuen! " +#~ "Wenn Du Fragen oder Problem hast, schreib sie doch hier ins Forum." + +#~ msgid "OK, hide this message now !" +#~ msgstr "OK, danke für die Info !" + +#~ msgid "" +#~ "Setup" +#~ msgstr "" +#~ "Setup" + +#~ msgid "" +#~ "Roles / Capabilities" +#~ msgstr "" +#~ "Einführung" + +#~ msgid "" +#~ "Styles" +#~ msgstr "" +#~ "Einführung" + +#~ msgid "" +#~ "Gallery management" +#~ msgstr "" +#~ "Einführung" + +#~ msgid "Gallery example" +#~ msgstr "Galerie Beispiel" + +#~ msgid "Gallery tags" +#~ msgstr "Galerie Stichwörter" + +#~ msgid "" +#~ "Album management" +#~ msgstr "" +#~ "Einführung" + +#~ msgid "Album example" +#~ msgstr "Album Beispiel" + +#~ msgid "Album tags" +#~ msgstr "Album Stichwörter" + +#~ msgid "" +#~ "Gallery tags" +#~ msgstr "" +#~ "Einführung" + +#~ msgid "" +#~ "Image management" +#~ msgstr "" +#~ "Bilderverwaltung (englisch)" + +#~ msgid "Custom fields" +#~ msgstr "Spezialfelder" + +#~ msgid "You are not allowed to be here" +#~ msgstr "Keine Zugangsberechtigung" + +#~ msgid " is not writeable " +#~ msgstr "ist schreibgeschützt !" + +#~ msgid "No Picture" +#~ msgstr "Kein Bild" + +#~ msgid "Path" +#~ msgstr "Pfad" + +#~ msgid "View \"%s\"" +#~ msgstr "Anzeigen \"%s\"" + +#~ msgid "Recover \"%s\" ?" +#~ msgstr " \"%s\" wiederherstellen ?" + +#~ msgid "Delete \"%s\" ?" +#~ msgstr "Lösche \"%s\" ?" + +#~ msgid "Latest News" +#~ msgstr "Letzte Informationen" + +#~ msgid "Recent donators" +#~ msgstr "Neueste Spender" + +#~ msgid "Plugin Check" +#~ msgstr "Plugin prüfen" + +#~ msgid "Related plugins" +#~ msgstr "Verwandte Plugins" + +#~ msgid "Donate the work via paypal." +#~ msgstr "Zeig Dich für diese Arbeit per PayPal dankbar" + +#~ msgid "Running..." +#~ msgstr "Läuft... Bitte warten" + +#~ msgid "Check plugin/theme conflict" +#~ msgstr "Plugin/Theme Konflikt prüfen" + +#~ msgid "Not tested" +#~ msgstr "Nicht getested" + +#~ msgid "No conflict could be detected" +#~ msgstr "Es konnte kein Konflikt festgestellt werden" + +#~ msgid "Test failed, disable other plugins & switch to default theme" +#~ msgstr "" +#~ "Test fehlgeschlagen, deaktiviere andere Plugins & aktiviere das Default " +#~ "Theme" + +#~ msgid "Test image function" +#~ msgstr "Teste Bildbearbeitung" + +#~ msgid "The plugin could create images" +#~ msgstr "Es konnte ein Bild erstellt werden" + +#~ msgid "Couldn't create image, check your memory limit" +#~ msgstr "Konnte kein Bild erzeugen, überprüfe dein Speicherlimit (Server)" + +#~ msgid "Check theme compatibility" +#~ msgstr "Theme Kompatibilität prüfen" + +#~ msgid "Your theme should work fine with NextGEN Gallery" +#~ msgstr "Dein Theme sollte mit NextGEN Gallery funktionieren" + +#~ msgid "wp_head()/wp_footer() is missing, contact the theme author" +#~ msgstr "" +#~ "wp_head()/wp_footer() wurde nicht gefunden, kontaktiere den Theme Author" + +#~ msgid "Check plugin" +#~ msgstr "Plugin prüfen" + +#~ msgid "Upload pictures" +#~ msgstr "Bilder hochladen" + +#~ msgid "Here you can control your images, galleries and albums." +#~ msgstr "Hier kannst Du die Bilder, Galerien und Alben verwalten." + +#~ msgid "Install" +#~ msgstr "Installieren" + +#~ msgid "" +#~ "

      Client side resize

      You can now resize the images before you " +#~ "start with the upload.

      " +#~ msgstr "" +#~ "

      Neue Funktion

      Du kannst nun die Bilder bereits vor dem Upload " +#~ "beschneiden.

      " + +#~ msgid "Updated capabilities" +#~ msgstr "Zugriffsrechte geändert" + +#~ msgid "Update capabilities" +#~ msgstr "Rechte aktualisieren" + +#~ msgid "The settings are only used in the JW Image Rotator Version" +#~ msgstr "" +#~ "Die Einstellungen werden im JW-Image-Rotator benutzt, in der Version" + +#~ msgid "See more information for the Flash Player on the web page" +#~ msgstr "Weitere Informationen auf der Flash-Player-Homepage" + +#~ msgid "" +#~ "If you would like to use the JW Image Rotatator, please download the " +#~ "player here and upload it to your Upload folder (Default " +#~ "is wp-content/uploads)." +#~ msgstr "" +#~ "Wenn Du den JW-Image-Rotator (Slideshow) nutzen möchtest, lade Dir die " +#~ "aktuelle Version hier herunter und übertrage sie dann in " +#~ "Dein WordPress-Upload-Verzeichnis (normalerweise wp-content/uploads)," + +#~ msgid "" +#~ "Press the button to search automatically for the imagerotator, if you " +#~ "uploaded it to wp-content/uploads or a subfolder" +#~ msgstr "" +#~ "Drücke 'Suche jetzt' um automatisch den Pfad zum Image-Rotator zu " +#~ "ermitteln, sofern Du den Player in wp-content/uploads oder ein " +#~ "Unterverzeichnis hochgeladen hast." + +#~ msgid "Style Editor" +#~ msgstr "CSS-Editor" + +#~ msgid "Upgrade database structure..." +#~ msgstr "Aktualisiere die Datenbank-Strukturen..." + +#~ msgid "finished" +#~ msgstr "beendet" + +#~ msgid "Update file structure..." +#~ msgstr "Aktualisiere Verzeichnisse..." + +#~ msgid "Import date and time information..." +#~ msgstr "Importiere Datum/Uhrzeit..." + +#~ msgid "Move imagerotator to new location..." +#~ msgstr "Verschiebe den Image-Rotator in ein neues Verzeichnis..." + +#~ msgid "Update settings..." +#~ msgstr "Einstellungen gespeichert..." + +#~ msgid "" +#~ "Updated widget structure. If you used NextGEN Widgets, you need to setup " +#~ "them again..." +#~ msgstr "" +#~ "Die Widgets wurden überarbeitet. Wenn Du NextGEN Widgets nutzt, musst du " +#~ "Sie nun neu einfügen..." + +#~ msgid "Updated options." +#~ msgstr "Einstellungen gespeichert." + +#~ msgid "Create unique slug" +#~ msgstr "Permalinks erstellen" + +#~ msgid "One of the upcomming features are a reworked permalinks structure." +#~ msgstr "Die Permalinkstruktur wird in einer kommenden Version überarbeitet." + +#~ msgid "" +#~ "Therefore it's needed to have a unique identifier for each image, gallery " +#~ "and album." +#~ msgstr "" +#~ "Deshalb ist es notwendig ein eindeutiges Schlagwort für jedes Bild, " +#~ "Galerie und Album zu erzeugen." + +#~ msgid "" +#~ "Depend on the amount of database entries this will take a while, don't " +#~ "reload this page." +#~ msgstr "" +#~ "Diese Operation kann je nach Anzahl der Bilder eine Weile daueren, bitte " +#~ "die Seite nicht neu laden." + +#~ msgid "Could not find NextGEN Gallery database tables, upgrade failed !" +#~ msgstr "" +#~ "Konnte die NextGEN Gallery Tabellen nicht finden, Upgrade fehlgeschlagen !" + +#~ msgid "" +#~ "Thanks for using this plugin, NextGEN Gallery is initially developed for " +#~ "self hosted blogs. A multisite setup is possible, but cannot currently " +#~ "fully supported, as it can have several special condition ( i.e. Domain " +#~ "mapping).
      If you would like to support the further development, " +#~ "please consider a donation! If you " +#~ "still need some help, please post your questions here ." +#~ msgstr "" +#~ "Vielen Dank, dass Du dieses Plugin nutzt. NextGEN Gallery wurde für " +#~ "einfache Blogs entwickelt. Die Nutzung im Netzwerk (Multisite) ist " +#~ "möglich, aber wird nicht vollständig unterstützt (z.B. Domain Mapping)." +#~ "
      Wenn Du die Weiterentwicklung unterstützen möchtest, würde ich " +#~ "mich über eine kleine Spende freuen! " +#~ "Wenn Du Fragen oder Problem hast, schreib sie doch hier ins Forum." + +#~ msgid "Select or enter gallery" +#~ msgstr "Wähle oder Suche Galerie" + +#~ msgid "Show as" +#~ msgstr "Zeige als" + +#~ msgid "Select or enter album" +#~ msgstr "Wähle oder Suche Album" + +#~ msgid "Extended version" +#~ msgstr "Erweiterte Version" + +#~ msgid "Compact version" +#~ msgstr "Kompakte Version" + +#~ msgid "Select or enter picture" +#~ msgstr "Wähle oder Suche Bild" + +#~ msgid "Width x Height" +#~ msgstr "Breite x Höhe" + +#~ msgid "No effect" +#~ msgstr "Kein Effekt" + +#~ msgid "Web 2.0" +#~ msgstr "Web 2.0" + +#~ msgid "No float" +#~ msgstr "Kein Float" + +#~ msgid "Insert" +#~ msgstr "Einfügen" + +#~ msgid "[Pictures not found]" +#~ msgstr "[Bilder nicht gefunden]" + +#~ msgid "" +#~ "XML-RPC services are disabled on this blog. An admin user can enable " +#~ "them at %s" +#~ msgstr "" +#~ "XML-RPC Service ist ausgeschaltet. Der Administrator kann es hier %s " +#~ "einschalten" + +#~ msgid "Bad login/pass combination." +#~ msgstr "Username/Password falsch" + +#~ msgid "You are not allowed to upload files to this site." +#~ msgstr "Du hast keine Berechtigung, Bilder hochzuladen" + +#~ msgid "Could not find gallery " +#~ msgstr "Konnte Galerie nicht finden" + +#~ msgid "You are not allowed to upload files to this gallery." +#~ msgstr "Du hast keine Berechtigung, Bilder in diese Galerie zuladen" + +#~ msgid "This is no valid image file." +#~ msgstr "Das ist keine zulässige Bilddatei!" + +#~ msgid "Failed to delete image %1$s " +#~ msgstr "Konnte das Bild %1$s nicht löschen" + +#~ msgid "Could not write file %1$s (%2$s)" +#~ msgstr "Konnte die Datei %1$s (%2$s) nicht schreiben " + +#~ msgid "Invalid image ID" +#~ msgstr "Keine gültige Bilder ID" + +#~ msgid "Sorry, you must be able to edit this image" +#~ msgstr "Sorry, Du hast nicht das Recht, dieses Bild zu bearbeiten" + +#~ msgid "Sorry, could not update the image" +#~ msgstr "Konnte das Bild nicht aktualisieren" + +#~ msgid "Sorry, could not create the gallery" +#~ msgstr "Konnte die Galerie nicht anlegen" + +#~ msgid "Sorry, you must be able to manage this gallery" +#~ msgstr "Sorry, Du hast nicht das Recht, diese Galerie zu bearbeiten" + +#~ msgid "Sorry, could not update the gallery" +#~ msgstr "Konnte die Galerie nicht aktualisieren" + +#~ msgid "Sorry, you must be able to manage albums" +#~ msgstr "Sorry, Du hast nicht das Recht, dieses Album zu bearbeiten" + +#~ msgid "Sorry, could not create the album" +#~ msgstr "Konnte das Album nicht anlegen" + +#~ msgid "Invalid album ID" +#~ msgstr "Ungültige Album ID" + +#~ msgid "Sorry, could not update the album" +#~ msgstr "Konnte das Album nicht aktualisieren" + +#~ msgid "" +#~ "Get the Flash " +#~ "Player to see the slideshow." +#~ msgstr "" +#~ "Lade Dir den " +#~ "Flash Player, um die Diashow zu sehen." + +#~ msgid "Cache single pictures" +#~ msgstr "Nutze Cache für Einzelbilder" + +#~ msgid "Creates a file for each singlepic settings. Reduce the CPU load" +#~ msgstr "" +#~ "Erstellt ein Cache-Bild für jedes Einzelbild (singlepic). Reduziert die " +#~ "CPU Belastung." + +#~ msgid "Currently not used, prepare database for upcoming version" +#~ msgstr "Derzeit nicht genutzt, Vorbereitung für kommende Versionen" + +#~ msgid "Send a gift to show your appreciation." +#~ msgstr "Schau doch einfach auf meinen Wunschzettel." + +#~ msgid "Displaying %s–%s of %s" +#~ msgstr "Zeige %s–%s von %s" + +#~ msgid "A new version of NextGEN Gallery is available !" +#~ msgstr "Eine neue Version von NextGEN Gallery ist jetzt verfügbar" + +#~ msgid "Download here" +#~ msgstr "Hier downloaden" + +#~ msgid "already exists" +#~ msgstr "gibt es bereits" + +#~ msgid "Gallery Overview" +#~ msgstr "Galerie Übersicht" + +#~ msgid "Quantity" +#~ msgstr "Anzahl" + +#~ msgid "Action" +#~ msgstr "Aktion" + +#~ msgid "Delete this gallery ?" +#~ msgstr "Diese Galerie löschen ?" + +#~ msgid "General WordPress MU Settings" +#~ msgstr "WordPress-MU-Einstellungen" + +#~ msgid "No album" +#~ msgstr "Kein Album" + +#~ msgid "for the Fugue Iconset" +#~ msgstr "für das Fugue-Iconset" + +#~ msgid "Gallery Administrator" +#~ msgstr "Galerie-Administrator" + +#~ msgid "Gallery Editor" +#~ msgstr "Galerie-Mitarbeiter" + +#~ msgid "You currently have %s rights." +#~ msgstr "Du hast derzeit %s Rechte." + +#~ msgid "Upload Space Remaining:" +#~ msgstr "Verbleibender Speicher:" + +#~ msgid "View all images tagged with %s" +#~ msgstr "Zeige alle Bilder, die mit dem Stichwort %s markiert sind" + +#~ msgid "Upgrade sucessful" +#~ msgstr "Aktualisierung erfolgreich" + +#~ msgid "" +#~ "Would you like to help to translate this plugin ? Download the current pot file and read " +#~ "here how you can translate the plugin." +#~ msgstr "" +#~ "Would you like to help to translate this plugin ? Download the current pot file and read " +#~ "here how you can translate the plugin." + +#~ msgid "" +#~ "Translation by : N/A" +#~ msgstr "" +#~ "Übersetzt von : Alex " +#~ "Rabe" + +#~ msgid "Setup Gallery" +#~ msgstr "Galerie Setup" + +#~ msgid "Setup" +#~ msgstr "Setup" + +#~ msgid "PHP Output Buffer Size" +#~ msgstr "PHP Output Buffer Größe" + +#~ msgid "for PclZip , a PHP library that manage ZIP archives" +#~ msgstr "für PclZip, eine ZIP PHP Library" + +#~ msgid "Crop square thumbnail from image" +#~ msgstr "Mittige Thumbnails aus Bildern ausschneiden" + +#~ msgid "Create square thumbnails, use only the width setting :" +#~ msgstr "Erstellt viereckige Thumbnails, nutzt nur den Wert der Breite :" + +#, fuzzy +#~ msgid "Search Media" +#~ msgstr "Suche nach Stichwörter" + +#~ msgid "Select Gallery" +#~ msgstr "Wähle Galerie" + +#~ msgid "Album Page ID" +#~ msgstr "Album Seiten ID (Page ID)" + +#~ msgid "Import a folder with all images." +#~ msgstr "Importiere ein Verzeichnis mit Bildern." + +#~ msgid "Show tags" +#~ msgstr "Zeige Tags" + +#~ msgid "Delete this file ?" +#~ msgstr "Diese Datei löschen ?" + +#~ msgid "" +#~ "You are about to copy or move %s images \n" +#~ " \n" +#~ " 'Cancel' to stop, 'OK' to proceed." +#~ msgstr "" +#~ "Willst du wirklich %s Bild(er) verschieben \n" +#~ " \n" +#~ " 'Abbrechen' um zu stoppen, 'OK' um die Bearbeitung durchzuführen." + +#~ msgid "Add Gallery" +#~ msgstr "Bilder/Galerie hinzufügen" + +#~ msgid "" +#~ "There are totally %1$s pictures in %2$s galleries, which are spread " +#~ "across %3$s albums." +#~ msgstr "" +#~ "Es gibt insgesamt %1$s Bilder in %2$s Galerien - verteilt in %3$s Alben." + +#~ msgid "GD support" +#~ msgstr "GD Unterstützung" + +#~ msgid "ImageMagick" +#~ msgstr "ImageMagick" + +#~ msgid "Add Metadata :" +#~ msgstr "Metadaten hinzufügen :" + +#~ msgid "Import EXIF, IPTC or XMP data (if available)" +#~ msgstr "EXIF, IPTC oder XMP Daten importieren (wenn verfügbar)" + +#~ msgid "New Version available" +#~ msgstr "Neue Version verfügbar !!" + +#~ msgid "" +#~ "The server reports that a new NextGEN Gallery Version is now available. " +#~ "Please visit the plugin homepage for more information." +#~ msgstr "" +#~ "Der Server benachrichtigt Dich über eine neu verfügbare Version der " +#~ "NextGEN Galerie. Bitte besuche die Plugin Homepage um weitere " +#~ "Informationen zu erhalten." + +#~ msgid "Resample Mode" +#~ msgstr "Resample Modus" + +#~ msgid "Value between 1-5 (higher value, more CPU load)" +#~ msgstr "Wähle zwischen 1-5 (je höhere desto länger braucht der Server)" + +#~ msgid "How many NextGEN Gallery widgets would you like?" +#~ msgstr "Wie viele NextGEN Gallery Widgets möchtest du haben ?" + +#~ msgid "for Simple:Press Forum, it saved me a lot of time" +#~ msgstr "für das Simple:Press Forum, welches mir viel Zeit sparte" + +#~ msgid "Sorry, NextGEN Gallery works only under WordPress 2.5 or higher" +#~ msgstr "" +#~ "Tut mir leid aber NextGEN Gallery arbeitet nur ab WordPress 2.5 und " +#~ "aufwärts" + +#~ msgid "Watch gallery" +#~ msgstr "Galerie ansehen" + +#~ msgid "from" +#~ msgstr "von" + +#~ msgid " : Image resized..." +#~ msgstr " : Bild angepasst..." + +#~ msgid "Some pictures are not writeable :" +#~ msgstr "Einige Bilder sind schreibgeschützt :" + +#~ msgid " : Watermark created..." +#~ msgstr " : Wasserzeichen gesetzt..." + +#~ msgid " : Thumbnail created..." +#~ msgstr ": Thumbnail erstellt..." + +#~ msgid "Follow thumbnails could not created." +#~ msgstr "Folgende Thumbnails konnten nicht erstellt werden :" + +#~ msgid "Some thumbnails are not writeable :" +#~ msgstr "Einige Thumbnails sind schreibgeschützt :" + +#~ msgid "Watermark successfully added" +#~ msgstr "Wasserzeichen erfolgreich erstellt" + +#~ msgid " (require WordPress 2.3 or higher)" +#~ msgstr " (benötigt WordPress 2.3 oder höher)" + +#~ msgid "Description text" +#~ msgstr "Beschreibung" + +#~ msgid "Import a folder with images. Please note :" +#~ msgstr "Importiere ein Verzeichnis mit Bildern. Bitte beachte:" + +#~ msgid "For safe-mode = ON you need to add the subfolder thumbs manually" +#~ msgstr "" +#~ "Da der Safe-Mode (PHP.INI) eingeschaltet ist, mußt Du das " +#~ "Unterverzeichnis für die Vorschaubilder (\"thumbs\") manuell (per FTP) " +#~ "anlegen" + +#~ msgid "The Zip-file is too large. Exceed Memory limit !" +#~ msgstr "Das Zip-File ist zu groß. Speicherlimit überschritten !" + +#~ msgid "Summary" +#~ msgstr "Zusammenfassung" + +#~ msgid "Welcome" +#~ msgstr "Willkommen" + +#~ msgid "" +#~ "Welcome to NextGEN Gallery. Here you can control your images, galleries " +#~ "and albums. You currently have %s rights." +#~ msgstr "" +#~ "Willkommen zur NextGEN Galerie. Hier kannst Du Deine Bilder, Galerien und " +#~ "Alben verwalten. Du hast im Moment %s Rechte." + +#~ msgid "Add a new gallery or import pictures" +#~ msgstr "Neue Galerie erstellen oder Bilder importieren" + +#~ msgid "URL" +#~ msgstr "URL" + +#~ msgid "Delete File" +#~ msgstr "Datei löschen" + +#~ msgid "Delete image ?" +#~ msgstr "Bilder löschen ?" + +#~ msgid "Browse your files" +#~ msgstr "Durchsuche deine Dateien" + +#~ msgid "Direct link to file" +#~ msgstr "Link zur Datei" + +#~ msgid "Show:" +#~ msgstr "Zeige als:" + +#~ msgid "Send to editor »" +#~ msgstr "Zum Editor schicken »" + +#~ msgid "" +#~ "Are you sure you want to delete the file '%s'?\n" +#~ "Click ok to delete or cancel to go back." +#~ msgstr "Bist du sicher das Du diese Datei '%s' löschen willst ?" + +#~ msgid "Alt/Titel text" +#~ msgstr "Alt / Titel Text" diff --git a/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/i18n/lang/nggallery-es_ES.mo b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/i18n/lang/nggallery-es_ES.mo new file mode 100644 index 0000000000000000000000000000000000000000..ea9038c065d00af5ca125d1525938f5de9c2c620 GIT binary patch literal 78073 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

      u)yKj`Qbx!5`w6 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 mV|kB&A)n`1=3-{{Oss`aUyf&YW4F zdFGip=l*uPjV_D$>)bGkc7yYGjiL)SilS4d%QuQ{oag*+f*a%h3EUPw3b`eE0TMj= zJ=_BR5pE9O_U>WLQM5hot>9j8G~5o(h5Nyy;3#-891m~zd=~D6dxOKGXlJ+!RQmRX zyTiraKj;0=@%~?fdj11&1bhtc2%mvd;9sGhH~R1>Iup)@y8aU=|KGqJ;D=E8++ltc zaT<+>hr%LkgLgub7>!&&T3|ceXjl||8y*MmS;+I@&Ri^TeasP2M3F>afXe?1a5(%M z+!VeGmEU1YTslTV<#Ps9`K^Gu-UC(cpN5}+=fQ2^Rd73a8>9-O0q_3;+!FU&aBKJ> z+yZXh;-0%3ti?UnyIbK%+{Z%xMSc92hd+Z#=Zsbt-)y)Y?j>+@n1)-yli+6X45;>U zKAZ|K@%}%8O3!0Z_47QO3txr%!@8v|JzY@k;|p*!d<0I0e}PJWd}I{u0c+qV;C#3Z zOhKii;CUvTjr(G#{QMG5hZC1Y(E;!TsCM;b_$7EJR6Z9iclEOzDnG|T<+B?qUnQvW zJQ?cw7r+Vd8aNLA6mA0l3e`W}g$n;~sC;j^!lid-xFha~o`=9)a4+-j0#tpT2akr= z!HIC#Q7+y4K$XWlsP?iHs(g!3={(cB&-LyvK&9(SsB~NhmEYUo7vVin_Z`8*cvQ3; zsyuIpdd?5w6!;ia{YS?{(JZh%+y}Nm<@a=`_WdcSaOXp{(<|X_@S9NaJ^~f~IjHb2 z!VG)`DxHgub?I9UmEIIod1ax>`z)yPxCM@czk+H9e}xJ^>^N6{TR{2m2*<+la1vYq zRex(>3@`G$4ep8iNvL$Z1(pBzU=7^(cz544I0kn!RQx?~2Y4FX3tkFUp7%iI_Xkkr z@HkXGy#y8SU!cPM%eyx`!L{#g;P&{}LAAd|sPK!R+T}5DH`oc4&aeeDNz|2(MY9tjn`&AWS`!uLa^<7}w%zZfbVUx&)) z?NI6Y5mY;P2I{`o{q^@?jC*s0>dtTyRQ)tTwTG2(CwP)~p9dRoUj&uDC!wDI0#rNt z6I43igi7~&P~nERJOAyWp1+58?*n(mJsm3DOQ715n?1XdxI0b$>U!5uOIW1jna+JAexRxaS|C+VikZ*Y5U)O4nhYolw_52`9mu;lA)` zsCKtSmn(Bu{a&Q_v87kkm zL6z@)Q2pj{@Be$K^t}a5uER}nZ@JRNyCYOPng++g!{G+70M#GLQ1PAbc@k!7Q8%uYfi1QK;)5z%5{BuSUpQY zE#cX41iTa~zgK(r%~0iWr}uvhD*Usae}rm}@4&6$@RQuQv;&lTE>!qs-kpYuuM7`| zpMl%LXQ1MF4Q>P9hbqs_X*7*+PpEQlhwArPsD67k)N`(eYDeFMhrman;@hg|`tR;g z?gOFP-#n=JPJ~Kd(eq5Ga<~Yp{w{|KcQsVHZuI{5K*e_-)cub_$%*Hn+U-C6^+_dn z{|u;bv!T+t1WGRTLOthfsB*smD&8+bmCN-|;qLa=AA?HYv)=y?P|y7Us(tTNcKv83 z+#dH4a5hZC2KaTT{_r|f{cpI+)z_9#?PC^Hz08M7*O#EeUFmrP)bqXtE#FZ6;yJh- zdhG8oZ{+n52*fK165v=;ofj2RQ+b4%I##RbbS^o{_Ej* zct2D*yb4v0@4`>O;itOt*ab?i)Iyc(5;zhb3wMBhQ1O4p^BRBs4uAbosPX6ba2nhY zVZ&*3fajf%M@G|5ckzDh!v_0{8+eSHC{oqYo~!H1#Z+2$;lzmZVo zGX^UBRH$}*7*zbndFG+=dj?c|pMwhb4S)RssOLTf)gNAhO3xcm<@s-@d~fh6*G@*j z(YSYl@~?+V$DvT=bOhA%miy}`Ld9Evs<+eN9`F*V@V7yg(_L^Z{15Dcdwtr?6E1`u zxZi=w|Iuf={C7arZw@LQ{qR6|rgwiADqRCm{qyHg`FsN^Js&`|`%TVq;XVNs&lsq5 z?gP~yWa(x-9{@;aa58IvV;-3H&@BUE!hrx~E2~hdy zf=XWj?hns^^WojzfB1Q>e71*2;C~=g{w{#J?{cVmztOwzfx~e>2$hdVq1wsspz7y+ zsON8SzPo>WsOzKPp720;G+Y5Uh2Mc2!TX@fZ2;f>^4wbIIL*;A3&$@i>0aboeyt@%@iTg-+ z9PEIj-~d#9{s2{OJ6+`B*$wLc{h``RGu#~>3uAaPR5@J%748PO6}$&3{6kQ3{CR)< zZSTLy#V-H5LWSEGs$I^7Tfjx$eGF83JD}n%z|G*9Q0ctDyDx@%{^j0%3sk&!!XLti zp~7Eyi7Tf|;A-60!g+9)&pCTqJ5+za9v%gM4EKTY=Uuwy!_9H8fJ#r=`hc*wm1iwfeh&2hhkLGoy1xtR`8lZjPlX%8 zPea{z9^3|g#k+5T)*qnc>VWru0jj*;f|KBXp!&}~m$~rMpz?JfRR25z?f{oT<);Tq zew+&D!Y@L#*B4+b{1C>l^$SifE5n0uUjfzbo`Lo71K13wf6>{&&VYO2z6Z{LzlAH{ zE?;u;w*+f&e;4Y$Kf#^hzF&6Fn-7(b9wE!k<8edj+aJZFU_p44wv6&TqjSJm`AY{%(c`<9;392=~6h&3m7M zt+N!tAwb%FIa5(KIm%n=Uo)0BAo`Uj^ZgJ_F2bIn|+!cNWcEY>hGPuXBuHCJI zYA=_;5%4C@Z$s77{oef;RC{~|s-68A>b`$L)yFp9aQUn8oaQ+LZo>6LJr9E_rzPIK z9I8A{fc3BpH-fi8h5HUv`Fz*A?}sYKA49dfN1)o*%l`U5;byr14VAu4zUkuI6>fk# zhVmZ+70>=~D>xG>{|lh%WjRzjQc&sd^!_>T-{*OX=b2Fb_-uFsybc~UjQDPI^6AEJ zx%~VTD!-3IrRQa+{Jjddgs(xR=RK%&ZhE_`zun+C+y_A2e>|KHOK?2A8P>t4;3T-= z9ZnuihUyp1Q1`Ed6XEB)|M$HAZ{b+{hkx72lYOAdV}B_5btr6r$HEElYWR8h5L7=q z<~uI`r$EVxufQqrDYy_0ztgqnR@j02ayTD;2#uICb{etj%d`L)9_um~IA7vW6!3{*Tj|Je1@QBdVI0jeAhhAPLypz37>RJwcN z-tbd!5BNM)?D>i7SGPjd+fU(G_#9Nc!ya_$-v-LPGgNxUd;iIBbKD0& zg{Hzdi)vO1U?Uk!9ZuNW?YMj{QXRaK_K$Y|U z-aQ+teJqDc=SnyaUI|ssuRzJ4;g7iT-w%$*eF9Xv&V@?vXW;?xYN&KP4He&8P~|k{ zQRjaEoR0elsC=9Y_54eq%JFM(3wS3~{S3e@;m@Jk!HaNj_z$=f-19M?AE2}e+E@AZ~N>2f=b7(k2`(32C6-u2vv@2pz`|#sCaIGivM1y zbpHe@y-&dr@Fl47cpYvAhd<%s-x{iYkAhpn1K>7r9^3)0fJ$#3DxaT)weWhVa{nb% zyLk?(9N&S*!4IL*f83Mq`Mps2I~ginpY*&KD&DKS`%b8I{0MFXe*x8w{{YnvH~6`G z-Uz7tjDPkG^hCG87h&NSF5Z@3x_*#_ z>bDodN$_?kdHw=ay}jq%V}9kr9Sqg3+Tl`oIaEIW3RMroe(l=f7Et5zC|D22LOtgM zsC1tVm9HD2^7SjY7km$@KkxChOUDUtN8D@Rw(t_DcK%hk6}%fNoe#q8;9F4jztJ=9 z`c_c&xI5elj)6PC8Bq0g1XO)2hl;P;`}aZR>olnTa1m7eUxf$3JE7|9?@-}BfU5T` zo^|o>0u|q6cn+KemH!8!!oLAkkN<(n-)_%2|9#Vopq~FG)OheOsQBaOUA@kP8{l3EmH!-6d3*|vgjc|w;ho<9aj5?GDjWy@4pqOq z{Kl2rSg8C@f_nZm_zIls{cC^g>R~$E7ym=xcvynd;T2Hnc?zn&egzf(i%{+6HTVVi z7kD!~`vo^HPkqtJyDU5n|Epj<-2ElT4QCs5@w^>?nk4uLBF1yJce4yrs) z^4HIT3V$)wIB^wJJ=_Ns?oogJ1*r0R1F9T1{=J*$?*Uc5M?pQO7wS1@!qM)0n!C%8&;Xk0lZ}SHi?^xK1dmdDKxe_Yex1rMg z1XMry9aMg{pt2;-c7;msUQqp@9_o3A`RlDv`8XDC40BN7%TUk10M@{3;1TdKsCeR6 zU42f5dfp7E@;nUg4o`%`;ki)h{VY^DT?ZBJZm4iiLp|>usCwDrkFLG$0!QJV1}DQK zq0(~>)O}aLW_YjXMt^eUw-73SD`6unL#6K?xD-AFH-dZo*`ZN4wbG2Q0?XzsOOyy zi|}%|8Qki1m+zgSo?io1esf_AyP(?5x&HcfP~~$!RQvr6R6BVGs-Cxd!`(Lqj>SD2 zX5fiX@%{p~45R(QDRACjT>Dz{SJ%HUgi80f;RbL3s{Q>0s$V`0^}NmBa^voJ7~`G; z^}H@v2R{Rq-|s`E^J(vX3o1Wb{LMXYBHRY|5#HSfW8CM%J>bny z7jPfA;k)j>I;i%v6dndwLxmrJ!{MWFTlf@I|M&w`znb`-OXp0e@>~G-f?aSSyb!AW zJ_nV**WixuT{seM{k|)|iBR=5%X2YQeWsww@ie$Iyb`J$?u3f>Vb5nh{|uG?_o3=% zgAZKzZJ^rsUT_3F6smj|K;`cksQk1+m0KTFdQO8%=S5KUbraka{uCYse-0lxSwSNz+R5mf!% z09DW5glaDXQ0?zosQP*xDjk1=F&wtxFe|UouoHJPRJq&+72iEj?d6A1`FIj4-q+xG zxBhpD|``?91--zL^97e)DaM!{N zTmaRc?}Do5C!p%{pHTHUV&h>}k9$J(w^>mA^DKB7ydKuWgEkpv^Q=Co^j`yY|4ncV zybr4Weg{?V|M48TseAr3*pL4LxI26hs-64+s@z6x=F&G2D&ECV^^}G+@KmUJzZt50 z{|r^G??aWtwrtMc4UU1z=OIw}?(+U;z&&wa2~{uOhiaFW@@;LxieosP`&zn%~YSV38zITG^e|tj3w;xnI2SL?)lV=L5J)86@X_ z`23yg8! z4Arh5fhy;1ws-CMK&bE~I14@lB|k=fVwmY+N5W%p-vVdD%`j%F|1E^e;h9kF{8^~} z@-|d??7SoGcNp~x55YZsr(rhV=!5&?{swG-ufQfaVdr6H_s_wLaNh|PZq7*8K2C!Q z|1pgc>g%g9`Ty zJO#c6KMlKg^Zf!UfA2uau@7Mk$M5di%RDImHqY~+#`oKyhWTzcrSHw&AormgoUxHKM z_u%R9O?WQM?KRBS$^Hp%z}-1^n9WbN8t39!4u6RMMey_Ri1Dud{{c?JedvT?rqA`k zgK=LEm7kZP()nko^uGre!yPAjxdY{&gUaUxa07T5EWt0qli-$n53~1iPKWA`55ReF zgMD1R91i8a3hoPEg-5_$C%N+IfpxeqhI-x)U>g1g9uFI9oE-WpRC{;`s(roW`36+` ze-CZ~H?MW=V0);3H3RCt#ZdA-10|o%@%${*eV4&a;gwMNz20BH&GRm(`0j(s&r@(C zxLcho&rwkEjQ8$3@7@oN!vA2XetW$4?}O?$r$hCFi@pC1Q04qhsPXM~?|(m3xCf!y z-*2JP`zN>|{2Nrd-|_y@WS6eZp!~OnO5aGRc0LN;4G)3C;J@`Bf8%(#+TR~I>Nr0G z|Nn42#rb3&bS3^zb3B7z4+rXq#dkN?-@yNU_&K->VNr2RHa~&i(7)f|H%bZjfA10Y zb$`A!{x|ybH2(Tq?86>Xb59f0T*WmBDmrX$2;&8{AuFRRL-A(;ZJoS zdGtN}w&U7?9B<;@k@yedn8*?S4(9xyg!>F0D>*hN?80ynejB&`G+u5+xDPp|aF68T zshnTTp}$MvZwR|7$1sk)@Y@+a0}tmI>7V&3erIrmzoV`|4**A$q)d+}!&PX3PN{1#j-ggqD{n(VKiaMgb|%gu2O*B|1z$A>$B z`+n;Ks;_>7<1d8MxVNA8-T@_fAah~;lAU~2^u};&;O49Q@ACg^!FG?pTCA`ll-0L z&pr*0A^z~Ugs_sY;ZL&uCj1HC0V`0K~Njc{{0 z*5Ems<8|&mh$H-MKp2LusN4Is`3tDI(Kk6i!uxk|{vXa464w~-*Grh+b7^N~It`S;mBS9)6wUbc0u<6#?a zjeQT{J^;ReduOP>H#iS}sCv-}92(c83+V4~?)e;t#=U<#?QHs8rEvjw0^u33DXpU*P-z zs6WluF5~&!cR6|p@Bzmv;s}5H@~ofYI10bHgqhB9499)=Jqq==D`6VAei-K`!5?$%z%Uxu^sm)@tpzv9;4w>YMAY|ee*ZwJo*<*(n2XFEqKT!bTuZx~@( zVLjnK54XboTh4#R(a8A`_~~yv+z|H{y<2`ySDm9mM*DGnIee1i7uF_Vz^|F}@Hd~6GVUzbQXJ=U{w0owIdA3K9FAXe?1tab z9QwP3Yxn!}-^1^6e2U|2u1(`w_}j*xZ^N~(aQxM~+ezD=KG4

      u)yKj`Qbx!5`w6 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 mV|kB&Aa1`9>m?#<#r+6L@_r!fB+zVa=mA;$c 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 literal 0 HcmV?d00001 diff --git a/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/i18n/lang/nggallery-fi.po b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/i18n/lang/nggallery-fi.po new file mode 100644 index 0000000..4bfd22e --- /dev/null +++ b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/i18n/lang/nggallery-fi.po @@ -0,0 +1,4072 @@ +# NextGEN Gallery base (English) .po source +# Copyright (C) 2014 Photocrati Media +# This file is distributed under the same license as the NextGEN Gallery package. +# +msgid "" +msgstr "" +"Project-Id-Version: NextGEN Gallery\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2014-02-20 19:45-0800\n" +"PO-Revision-Date: 2014-04-12 14:41+0200\n" +"Last-Translator: Vesa Tiirikainen \n" +"Language-Team: Photocrati Media\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: nggallery.php:290 +#, php-format +msgid "Every %d seconds" +msgstr "Joka %dta sekunti" + +#: products/photocrati_nextgen/modules/attach_to_post/adapter.attach_to_post_ajax.php:157 +#, php-format +msgid "Album: %s" +msgstr "Albumi: %s" + +#: products/photocrati_nextgen/modules/attach_to_post/adapter.attach_to_post_ajax.php:159 +#, php-format +msgid "Gallery: %s" +msgstr "Galleria: %s" + +#: products/photocrati_nextgen/modules/attach_to_post/adapter.attach_to_post_ajax.php:177 +msgid "Missing parameters" +msgstr "Puuttuvia parametrejä" + +#: products/photocrati_nextgen/modules/attach_to_post/adapter.attach_to_post_ajax.php:213 +msgid "Displayed gallery does not exist" +msgstr "Näytettävää galleriaa ei ole olemassa" + +#: products/photocrati_nextgen/modules/attach_to_post/adapter.attach_to_post_ajax.php:216 +msgid "Invalid request" +msgstr "Väärä pyyntö" + +#: products/photocrati_nextgen/modules/attach_to_post/class.attach_controller.php:248 +msgid "NextGEN Gallery - Attach To Post" +msgstr "NextGEN Galleria - Liitä artikkeliin" + +#: products/photocrati_nextgen/modules/attach_to_post/class.attach_controller.php:266 +msgid "Display Galleries" +msgstr "Näytä galleriat" + +#: products/photocrati_nextgen/modules/attach_to_post/class.attach_controller.php:273 +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/adapter.nextgen_addgallery_controller.php:7 +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:192 +msgid "Add Gallery / Images" +msgstr "Lisää galleria / kuvia" + +#: products/photocrati_nextgen/modules/attach_to_post/class.attach_controller.php:280 +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:160 +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:194 +msgid "Manage Galleries" +msgid_plural "Manage Galleries" +msgstr[0] "Galleriat" +msgstr[1] "Galleriat" + +#: products/photocrati_nextgen/modules/attach_to_post/class.attach_controller.php:287 +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:404 +msgid "Manage Albums" +msgid_plural "Manage Albums" +msgstr[0] "Albumit" +msgstr[1] "Albumit" + +#: products/photocrati_nextgen/modules/attach_to_post/class.attach_controller.php:294 +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:162 +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:198 +msgid "Manage Tags" +msgstr "Tägit" + +#: products/photocrati_nextgen/modules/attach_to_post/mixin.attach_to_post_display_tab.php:115 +msgid "What would you like to display?" +msgstr "Mitä haluat näyttää?" + +#: products/photocrati_nextgen/modules/attach_to_post/mixin.attach_to_post_display_tab.php:139 +msgid "Select a display type" +msgstr "Valitse näyttötapa" + +#: products/photocrati_nextgen/modules/attach_to_post/mixin.attach_to_post_display_tab.php:162 +msgid "Customize the display settings" +msgstr "Muokkaa näyttöasetuksia" + +#: products/photocrati_nextgen/modules/attach_to_post/mixin.attach_to_post_display_tab.php:253 +msgid "No display type selected" +msgstr "Mitään näyttötapaa ei valittuna" + +#: products/photocrati_nextgen/modules/attach_to_post/mixin.attach_to_post_display_tab.php:271 +msgid "Sort or Exclude Images" +msgstr "Lajittele tai piilota kuvat" + +#: products/photocrati_nextgen/modules/attach_to_post/module.attach_to_post.php:186 +msgid "Invalid Displayed Gallery" +msgstr "Väärä näytettävä galleria" + +#: products/photocrati_nextgen/modules/attach_to_post/templates/display_tab.php:10 +#: products/photocrati_nextgen/modules/nextgen_admin/templates/nextgen_admin_page.php:25 +msgid "Save" +msgstr "Tallenna" + +#: products/photocrati_nextgen/modules/attach_to_post/templates/display_tab_js.php:612 +msgid "Sources" +msgstr "Lähteet" + +#: products/photocrati_nextgen/modules/attach_to_post/templates/display_tab_js.php:646 +#: products/photocrati_nextgen/modules/nextgen_admin/class.form.php:362 +msgid "(optional)" +msgstr "(valinnainen)" + +#: products/photocrati_nextgen/modules/attach_to_post/templates/display_tab_js.php:654 +msgid "Sets an SEO-friendly name to this gallery for URLs. Currently only in use by the Pro Lightbox." +msgstr "" +"Asettaa SEO-ystävällisen nimen tälle gallerialle URLiä varten. Toistaiseksi " +"käytössä vain Pro Lightboxissa." + +#: products/photocrati_nextgen/modules/attach_to_post/templates/display_tab_js.php:655 +msgid "Slug" +msgstr "Lyhytnimi" + +#: products/photocrati_nextgen/modules/attach_to_post/templates/display_tab_js.php:860 +msgid "No entities to display for this source." +msgstr "Tästä lähteestä ei näytettäviä kohteita." + +#: products/photocrati_nextgen/modules/attach_to_post/templates/display_tab_js.php:1264 +msgid "Select a gallery" +msgstr "Valitse galleria" + +#: products/photocrati_nextgen/modules/attach_to_post/templates/display_tab_js.php:1292 +msgid "Albums" +msgstr "Albumit" + +#: products/photocrati_nextgen/modules/lightbox/adapter.lightbox_library_form.php:34 +msgid "Code" +msgstr "Koodi" + +#: products/photocrati_nextgen/modules/lightbox/adapter.lightbox_library_form.php:48 +msgid "Stylesheet URL" +msgstr "Tyylitiedoston URL" + +#: products/photocrati_nextgen/modules/lightbox/adapter.lightbox_library_form.php:62 +msgid "Javascript URL" +msgstr "Javascript URL" + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/adapter.import_folder_form.php:7 +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/templates/import_folder.php:6 +msgid "Import Folder" +msgstr "Tuontikansio" + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/adapter.nextgen_addgallery_ajax.php:41 +msgid "No gallery name specified" +msgstr "Gallerianimeä ei määritelty" + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/adapter.nextgen_addgallery_ajax.php:55 +msgid "Failed to extract images from ZIP" +msgstr "Epäonnistui purkamaan kuvia ZIP-tiedostosta" + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/adapter.nextgen_addgallery_ajax.php:61 +msgid "Image generation failed" +msgstr "Kuvien generointi epäonnistui" + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/adapter.nextgen_addgallery_ajax.php:70 +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/adapter.nextgen_addgallery_ajax.php:150 +msgid "An unexpected error occured." +msgstr "Odottamaton virhe" + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/adapter.nextgen_addgallery_ajax.php:77 +msgid "No permissions to upload images. Try refreshing the page or ensuring that your user account has sufficient roles/privileges." +msgstr "" +"Ei valtuuksia tuoda kuvia. Yritä päivittää sivu tai varmista, että " +"käyttäjätililläsi on riittävät roolit/oikeudet." + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/adapter.nextgen_addgallery_ajax.php:117 +msgid "Directory does not exist." +msgstr "Hakemistoa ei ole olemassa" + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/adapter.nextgen_addgallery_ajax.php:121 +msgid "No directory specified." +msgstr "Hakemistoa ei määritelty." + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/adapter.nextgen_addgallery_ajax.php:125 +msgid "No permissions to browse folders. Try refreshing the page or ensuring that your user account has sufficient roles/privileges." +msgstr "" +"Ei valtuuksia selata kansioita. Yritä päivittää sivu tai varmista, että " +"käyttäjätililläsi on riittävät roolit/oikeudet." + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/adapter.nextgen_addgallery_ajax.php:155 +msgid "No folder specified" +msgstr "Kansiota ei määritelty" + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/adapter.nextgen_addgallery_ajax.php:159 +msgid "No permissions to import folders. Try refreshing the page or ensuring that your user account has sufficient roles/privileges." +msgstr "" +"Ei valtuuksia tuoda kansioita. Yritä päivittää sivu tai varmista, että " +"käyttäjätililläsi on riittävät roolit/oikeudet." + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/adapter.upload_images_form.php:7 +msgid "Upload Images" +msgstr "Tuo kuvia" + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/templates/import_folder.php:1 +msgid "Select a folder to import. The folder name will be used as the title of the gallery." +msgstr "Valitse kansio tuotavaksi. Kansion nimeä käytetään gallerian nimenä." + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/templates/import_folder.php:5 +msgid "Keep images in original location." +msgstr "Säilytä kuvat alkuperäissijainnissa." + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/templates/import_folder.php:5 +msgid "Caution: If you keep images in the original folder and later delete the gallery, the images in that folder might be deleted depending on your settings." +msgstr "" +"Varoitus: jos säilytät kuvat alkuperäiskansiossa ja myöhemmin poistat " +"gallerian, kuvat tuossa kansiossa voidaan poistaa riippuen asetuksistasi." + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/templates/import_folder.php:39 +msgid "Importing gallery" +msgstr "Tuon gallerian" + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/templates/import_folder.php:41 +msgid "In Progress..." +msgstr "Käynnissä..." + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/templates/import_folder.php:56 +#, php-format +msgid "Done! Successfully imported %s images" +msgstr "Valmis! Tuotu onnistuneesti %s kuvaa" + +#: products/photocrati_nextgen/modules/attach_to_post/templates/display_tab_js.php:1268 +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/templates/upload_images.php:2 +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:189 +#: products/photocrati_nextgen/modules/ngglegacy/lib/rewrite.php:217 +#: products/photocrati_nextgen/modules/ngglegacy/lib/rewrite.php:226 +msgid "Gallery" +msgid_plural "Galleries" +msgstr[0] "Galleria" +msgstr[1] "Galleriat" + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/templates/upload_images.php:4 +msgid "Create a new gallery" +msgstr "Luo uusi galleria" + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/templates/upload_images.php:13 +msgid "You browser doesn't have Flash, Silverlight, HTML5, or HTML4 support." +msgstr "Selaimesi ei tue seuraavia: Flash, Silverlight, HTML5, tai HTML4." + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/templates/upload_images.php:99 +msgid "Drag image and ZIP files here or click Add Files" +msgstr "Vedä kuva ja ZIP-tiedostot tähän tai klikkaa Add Files" + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/templates/upload_images.php:149 +#, php-format +msgid "%s images were uploaded successfully" +msgstr "%s kuvaa tuotu onnistuneesti" + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/templates/upload_images.php:152 +msgid "1 image was uploaded successfully" +msgstr "1 kuva tuotu onnistuneesti" + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/templates/upload_images.php:155 +msgid "0 images were uploaded" +msgstr "0 kuvaa tuotiin" + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/templates/upload_images.php:169 +msgid "Upload complete" +msgstr "Tuonti valmis" + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/templates/upload_images.php:191 +msgid "An unexpected error occured. This is most likely due to a server misconfiguration. Check your PHP error log or ask your hosting provider for assistance." +msgstr "" +"Tapahtui odottamaton virhe. Tämä johtuu todennäköisimmin palvelimen väärästä " +"konfiguroinnista. Tarkista PHP-virhelogisi tai pyydä apua " +"palveluntarjoajaltasi." + +#: products/photocrati_nextgen/modules/nextgen_admin/class.form.php:226 +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_thumbnail_form.php:167 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:537 +msgid "Enable AJAX pagination" +msgstr "Salli AJAX-sivutus" + +#: products/photocrati_nextgen/modules/nextgen_admin/class.form.php:238 +msgid "Override thumbnail settings" +msgstr "Ohita esikatselukuva-asetukset" + +#: products/photocrati_nextgen/modules/nextgen_admin/class.form.php:240 +msgid "This does not affect existing thumbnails; overriding the thumbnail settings will create an additional set of thumbnails. To change the size of existing thumbnails please visit 'Manage Galleries' and choose 'Create new thumbnails' for all images in the gallery." +msgstr "" +"Tämä ei vaikuta oleviin esikatselukuviin; esikatselukuvien asetusten ohitus " +"luo lisäjoukon esikatselukuvia. Olevien esikatselukuvien muuttamiseksi käy " +"kohdassa 'Galleriat' ja valitse 'Luo uudet esikatselukuvat' kaikille " +"gallerian kuville." + +#: products/photocrati_nextgen/modules/nextgen_admin/class.form.php:248 +#: products/photocrati_nextgen/modules/nextgen_basic_singlepic/adapter.nextgen_basic_singlepic_form.php:37 +msgid "Thumbnail dimensions" +msgstr "Esikatselukuvan mitat" + +#: products/photocrati_nextgen/modules/nextgen_admin/class.form.php:262 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:431 +msgid "Thumbnail quality" +msgstr "Esikatselukuvan laatu" + +#: products/photocrati_nextgen/modules/nextgen_admin/class.form.php:272 +msgid "Thumbnail crop" +msgstr "Esikatselukuvan rajaus" + +#: products/photocrati_nextgen/modules/nextgen_admin/class.form.php:281 +msgid "Thumbnail watermark" +msgstr "Esikatselukuvan vesileima" + +#: products/photocrati_nextgen/modules/nextgen_admin/class.form.php:306 +msgid "Override image settings" +msgstr "Ohita kuva-asetukset" + +#: products/photocrati_nextgen/modules/nextgen_admin/class.form.php:308 +msgid "Overriding the image settings will create an additional set of images" +msgstr "Kuva-asetusten ohitus luo lisäjoukon kuvia" + +#: products/photocrati_nextgen/modules/nextgen_admin/class.form.php:316 +#: products/photocrati_nextgen/modules/nextgen_basic_singlepic/adapter.nextgen_basic_singlepic_form.php:66 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:456 +msgid "Image quality" +msgstr "Kuvan laatu" + +#: products/photocrati_nextgen/modules/nextgen_admin/class.form.php:326 +msgid "Image crop" +msgstr "Kuvan rajaus" + +#: products/photocrati_nextgen/modules/nextgen_admin/class.form.php:335 +msgid "Image watermark" +msgstr "Kuvan vesileima" + +#: products/photocrati_nextgen/modules/nextgen_admin/class.form.php:359 +msgid "Gallery width" +msgstr "Gallerian leveys" + +#: products/photocrati_nextgen/modules/nextgen_admin/class.form.php:361 +msgid "An empty or 0 setting will make the gallery full width" +msgstr "Tyhjä tai 0 -asetus tekee galleriasta täysleveän" + +#: products/photocrati_nextgen/modules/nextgen_admin/class.form.php:365 +msgid "Pixels" +msgstr "Pikseliä" + +#: products/photocrati_nextgen/modules/nextgen_admin/class.form.php:365 +msgid "Percent" +msgstr "Prosenttia" + +#: products/photocrati_nextgen/modules/nextgen_admin/class.form.php:374 +msgid "First Image" +msgstr "Ensimmäinen kuva" + +#: products/photocrati_nextgen/modules/nextgen_admin/class.form.php:375 +msgid "Average" +msgstr "Keskiarvo" + +#: products/photocrati_nextgen/modules/nextgen_admin/class.nextgen_admin_page_controller.php:100 +msgid "Clear" +msgstr "Pyyhi" + +#: products/photocrati_nextgen/modules/nextgen_admin/class.nextgen_admin_page_controller.php:101 +msgid "Default" +msgstr "Oletus" + +#: products/photocrati_nextgen/modules/nextgen_admin/class.nextgen_admin_page_controller.php:102 +msgid "Select Color" +msgstr "Valitse väri" + +#: products/photocrati_nextgen/modules/nextgen_admin/class.nextgen_admin_page_controller.php:103 +msgid "Current Color" +msgstr "Nykyinen väri" + +#: products/photocrati_nextgen/modules/nextgen_admin/class.nextgen_admin_page_controller.php:174 +msgid "Saved successfully" +msgstr "Tallennettu onnistuneesti" + +#: products/photocrati_nextgen/modules/nextgen_admin/templates/field_generator/nextgen_settings_field_radio.php:16 +#: products/photocrati_nextgen/modules/nextgen_basic_singlepic/templates/nextgen_basic_singlepic_settings_radio.php:16 +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:122 +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.miscellaneous_form.php:24 +#: products/photocrati_nextgen/modules/nextgen_other_options/templates/image_options_tab.php:40 +#: products/photocrati_nextgen/modules/nextgen_other_options/templates/image_options_tab.php:65 +#: products/photocrati_nextgen/modules/nextgen_other_options/templates/image_options_tab.php:191 +#: products/photocrati_nextgen/modules/nextgen_other_options/templates/thumbnail_options_tab.php:37 +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:407 +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:454 +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:457 +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:460 +msgid "Yes" +msgstr "Kyllä" + +#: products/photocrati_nextgen/modules/nextgen_admin/templates/field_generator/nextgen_settings_field_radio.php:24 +#: products/photocrati_nextgen/modules/nextgen_basic_singlepic/templates/nextgen_basic_singlepic_settings_radio.php:24 +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:123 +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.miscellaneous_form.php:23 +#: products/photocrati_nextgen/modules/nextgen_other_options/templates/image_options_tab.php:47 +#: products/photocrati_nextgen/modules/nextgen_other_options/templates/image_options_tab.php:72 +#: products/photocrati_nextgen/modules/nextgen_other_options/templates/image_options_tab.php:198 +#: products/photocrati_nextgen/modules/nextgen_other_options/templates/thumbnail_options_tab.php:44 +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:409 +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:455 +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:458 +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:461 +msgid "No" +msgstr "Ei" + +#: products/photocrati_nextgen/modules/nextgen_basic_album/mixin.nextgen_basic_album_form.php:25 +msgid "Display galleries as" +msgstr "Näytä galleriat" + +#: products/photocrati_nextgen/modules/nextgen_basic_album/mixin.nextgen_basic_album_form.php:26 +msgid "How would you like galleries to be displayed?" +msgstr "Miten haluat näyttää galleriasi?" + +#: products/photocrati_nextgen/modules/nextgen_basic_album/mixin.nextgen_basic_album_form.php:28 +msgid "Galleries per page" +msgstr "Gallerioita sivulla" + +#: products/photocrati_nextgen/modules/nextgen_basic_album/mixin.nextgen_basic_album_form.php:47 +msgid "Items per page" +msgstr "Kuvia sivulla" + +#: products/photocrati_nextgen/modules/nextgen_basic_album/mixin.nextgen_basic_album_form.php:48 +msgid "Maximum number of galleries or sub-albums to appear on a single page" +msgstr "Yhdellä sivulla näytettävien gallerioiden tai alialbumien maksimimäärä" + +#: products/photocrati_nextgen/modules/nextgen_basic_album/templates/compact.php:28 +#: products/photocrati_nextgen/modules/nextgen_basic_album/templates/extended.php:15 +#: products/photocrati_nextgen/modules/ngglegacy/view/album-compact.php:45 +#: products/photocrati_nextgen/modules/ngglegacy/view/album-extend.php:31 +msgid "Photos" +msgstr "Valokuvaa" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_gallery_mapper.php:94 +msgid "[Show PicLens]" +msgstr "[Näytä PicLens]" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:63 +msgid "Interval" +msgstr "Väli" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:67 +msgid "# of seconds" +msgstr "sekuntimäärä" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:77 +msgid "Image limit" +msgstr "Kuvarajoitus" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:79 +msgid "Maximum number of images to display with recent or random sources" +msgstr "Viimeisten tai satunnaisesti esitettävien kuvien maksimimäärä" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:81 +msgid "# of images" +msgstr "Kuvamäärä" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:112 +msgid "Maximum dimensions" +msgstr "Maksimimitat" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:113 +msgid "Certain themes may allow images to flow over their container if this setting is too large" +msgstr "" +"Jotkin teemat voivat sallia kuvien ylittävän esitysalueen rajat jos tämä " +"asetus on liian suuri" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:123 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:765 +msgid "Enable flash slideshow" +msgstr "Salli flash-diashow" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:125 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:767 +msgid "Integrate the flash based slideshow for all flash supported devices" +msgstr "Integroi flash-diashow kaikille flashia tukeville laitteille" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:134 +msgid "Shuffle" +msgstr "Sekoita" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:146 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:782 +msgid "Show next image on click" +msgstr "Näytä seuraava kuva klikkauksella" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:158 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:786 +msgid "Show navigation bar" +msgstr "Näytä navigointipalkki" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:170 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:790 +msgid "Show loading icon" +msgstr "Näytä latauskuvake" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:182 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:794 +msgid "Use watermark logo" +msgstr "Käytä vesileimalogoa" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:184 +msgid "Use the watermark image in the Flash object. Note: this does not watermark the image itself, and cannot be applied with text watermarks" +msgstr "" +"Käytä vesileimakuvaa Flash-objektissa. Huom: tämä ei vesileimaa varsinaista " +"kuvaa, eikä tätä voi käyttää tekstipohjaisten vesileimojen kanssa" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:194 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:799 +msgid "Stretch image" +msgstr "Venytä kuvaa" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:231 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:827 +msgid "Use slow zooming effect" +msgstr "Käytä hidasta zoomausefektiä" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:243 +msgid "Background music (url)" +msgstr "Taustamusiikki (URL)" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:256 +msgid "Try XHTML validation" +msgstr "Kokeile XHTML-validointia" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:268 +msgid "Background" +msgstr "Tausta" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:280 +msgid "Texts / buttons" +msgstr "Tekstit / painikkeet" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:292 +msgid "Rollover / active" +msgstr "Hiiri päällä / aktiivinen" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:304 +msgid "Screen" +msgstr "Näyttö" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:322 +msgid "Show thumbnail link" +msgstr "Näytä esikatselukuvalinkki" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:338 +msgid "Thumbnail link text" +msgstr "Esikatselukuvan linkin teksti" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_thumbnail_form.php:65 +msgid "Images per page" +msgstr "Kuvia sivulla" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_thumbnail_form.php:67 +msgid "0 will display all images at once" +msgstr "0 näyttää kaikki kuvat kerralla" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_thumbnail_form.php:85 +msgid "Number of columns to display" +msgstr "Näytettävien sarakkeiden lukumäärä" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_thumbnail_form.php:89 +msgid "# of columns" +msgstr "Sarakemäärä" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_thumbnail_form.php:105 +msgid "Piclens link text" +msgstr "Piclens-linkin teksti" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_thumbnail_form.php:123 +msgid "Show piclens link" +msgstr "Näytä piclens-linkki" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_thumbnail_form.php:139 +msgid "Add Hidden Images" +msgstr "Lisää piilotetut kuvat" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_thumbnail_form.php:141 +msgid "If pagination is used this option will show all images in the modal window (Thickbox, Lightbox etc.) This increases page load." +msgstr "" +"Jos sivutus on käytössä, tämä valinta näyttää kaikki kuvat " +"modaali-ikkunassa(Thickbox, Lightbox jne.) Tämä kasvattaa sivukuormitusta." + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_thumbnail_form.php:150 +msgid "Use imagebrowser effect" +msgstr "Käytä kuvaselainefektiä" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_thumbnail_form.php:152 +msgid "When active each image in the gallery will link to an imagebrowser display and lightbox effects will not be applied." +msgstr "" +"Jos aktiivisena, jokainen gallerian kuva linkittyy kuvaselainnäyttöön eikä " +"lightbox-efektejä sovelleta." + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_thumbnail_form.php:169 +msgid "Browse images without reloading the page." +msgstr "Selaa kuvia lataamatta sivua." + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_thumbnail_form.php:184 +msgid "Show slideshow link" +msgstr "Näytä diashow-linkki." + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_thumbnail_form.php:200 +msgid "Slideshow link text" +msgstr "Diashow-linkin teksti." + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/templates/slideshow/index.php:35 +msgid "Slideshows require the Flash Player and a browser with Javascript support." +msgstr "" +"Diashowt vaaativat  Flash Playerin ja a Javascriptiä tukevan selaimen." + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/templates/slideshow/nextgen_basic_slideshow_settings_gallery_dimensions.php:13 +#: products/photocrati_nextgen/modules/nextgen_basic_singlepic/adapter.nextgen_basic_singlepic_form.php:38 +#: products/photocrati_nextgen/modules/nextgen_basic_singlepic/templates/nextgen_basic_singlepic_settings_dimensions.php:13 +#: products/photocrati_nextgen/modules/widget/templates/form_slideshow.php:52 +msgid "Width" +msgstr "Leveys" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/templates/slideshow/nextgen_basic_slideshow_settings_gallery_dimensions.php:21 +#: products/photocrati_nextgen/modules/nextgen_basic_singlepic/adapter.nextgen_basic_singlepic_form.php:40 +#: products/photocrati_nextgen/modules/nextgen_basic_singlepic/templates/nextgen_basic_singlepic_settings_dimensions.php:20 +#: products/photocrati_nextgen/modules/widget/templates/form_slideshow.php:40 +msgid "Height" +msgstr "Korkeus" + +#: products/photocrati_nextgen/modules/nextgen_basic_imagebrowser/templates/nextgen_basic_imagebrowser.php:41 +#: products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser-caption.php:26 +#: products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser-exif.php:30 +#: products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser.php:26 +msgid "Back" +msgstr "Takaisin" + +#: products/photocrati_nextgen/modules/nextgen_basic_imagebrowser/templates/nextgen_basic_imagebrowser.php:49 +#: products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser-caption.php:29 +#: products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser-exif.php:33 +#: products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser.php:29 +msgid "Next" +msgstr "Seuraava" + +#: products/photocrati_nextgen/modules/nextgen_basic_imagebrowser/templates/nextgen_basic_imagebrowser.php:55 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:90 +#: products/photocrati_nextgen/modules/ngglegacy/lib/rewrite.php:220 +#: products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser-caption.php:31 +#: products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser-exif.php:35 +#: products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser.php:31 +msgid "Picture" +msgstr "Kuva" + +#: products/photocrati_nextgen/modules/nextgen_basic_imagebrowser/templates/nextgen_basic_imagebrowser.php:55 +#: products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser-caption.php:31 +#: products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser-exif.php:35 +#: products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser.php:31 +msgid "of" +msgstr " / " + +#: products/photocrati_nextgen/modules/nextgen_basic_singlepic/adapter.nextgen_basic_singlepic_form.php:53 +msgid "Link" +msgstr "Linkki" + +#: products/photocrati_nextgen/modules/nextgen_basic_singlepic/adapter.nextgen_basic_singlepic_form.php:78 +msgid "Display watermark" +msgstr "Näytä vesileima" + +#: products/photocrati_nextgen/modules/nextgen_basic_singlepic/adapter.nextgen_basic_singlepic_form.php:88 +msgid "Display reflection" +msgstr "Näytä heijastus" + +#: products/photocrati_nextgen/modules/nextgen_basic_singlepic/adapter.nextgen_basic_singlepic_form.php:98 +msgid "Crop thumbnail" +msgstr "Rajaa esikatselukuvaa" + +#: products/photocrati_nextgen/modules/nextgen_basic_singlepic/adapter.nextgen_basic_singlepic_form.php:108 +msgid "Float" +msgstr "Kellu" + +#: products/photocrati_nextgen/modules/nextgen_basic_tagcloud/adapter.nextgen_basic_tagcloud_form.php:24 +msgid "Maximum number of tags" +msgstr "Tägien maksimimäärä" + +#: products/photocrati_nextgen/modules/nextgen_basic_tagcloud/adapter.nextgen_basic_tagcloud_form.php:47 +msgid "Display type" +msgstr "Näyttötyyppi" + +#: products/photocrati_nextgen/modules/nextgen_basic_tagcloud/adapter.nextgen_basic_tagcloud_form.php:50 +msgid "The display type that the tagcloud will point its results to" +msgstr "Näyttötyyppi, johon tägipilvi tuottaa tulokset" + +#: products/photocrati_nextgen/modules/nextgen_basic_templates/adapter.nextgen_basic_template_form.php:46 +msgid "Template" +msgstr "Malli" + +#: products/photocrati_nextgen/modules/nextgen_basic_templates/adapter.nextgen_basic_template_form.php:47 +msgid "Use a legacy template when rendering (not recommended)." +msgstr "Käytä legacy-mallia kuvan renderoinnissa (ei suositella)." + +#: products/photocrati_nextgen/modules/nextgen_data/class.gallerystorage_driver_base.php:580 +#: products/photocrati_nextgen/modules/nextgen_data/class.ngglegacy_gallerystorage_driver.php:658 +#: products/photocrati_nextgen/modules/ngglegacy/lib/multisite.php:23 +msgid "Sorry, you have used your space allocation. Please delete some files to upload more files." +msgstr "" +"Sori, olet käyttänyt tilavarauksesi. Poista joitakin tiedostoja " +"lisätiedostojen tuomiseksi." + +#: products/photocrati_nextgen/modules/nextgen_data/class.gallerystorage_driver_base.php:1002 +msgid "Could not calculate resized image dimensions" +msgstr "Ei voinut laskea muutettua kuvakokoa" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:154 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:135 +msgid " mm" +msgstr " mm" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:163 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:141 +msgid " sec" +msgstr " s" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:168 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:145 +msgid "Fired" +msgstr "Laukaistu" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:168 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:145 +msgid "Not fired" +msgstr "Ei laukaistu" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:539 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:452 +#: products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser-exif.php:46 +msgid "Aperture" +msgstr "Aukko" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:540 +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:565 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:453 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:478 +msgid "Credit" +msgstr "Tunnustus" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:541 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:454 +msgid "Camera" +msgstr "Kamera" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:542 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:455 +msgid "Caption" +msgstr "Kuvateksti" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:543 +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:26 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-sort.php:114 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:456 +msgid "Date/Time" +msgstr "Pvm/aika" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:544 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:457 +msgid "Copyright" +msgstr "Copyright" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:545 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:458 +msgid "Focal length" +msgstr "Polttoväli" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:546 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:459 +msgid "ISO" +msgstr "ISO" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:547 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:460 +#: products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser-exif.php:54 +msgid "Shutter speed" +msgstr "Suljinnopeus" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:548 +#: products/photocrati_nextgen/modules/widget/templates/form_gallery.php:4 +#: products/photocrati_nextgen/modules/widget/templates/form_mediarss.php:3 +#: products/photocrati_nextgen/modules/widget/templates/form_slideshow.php:3 +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:678 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:461 +msgid "Title" +msgstr "Otsikko" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:549 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:459 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:410 +#: products/photocrati_nextgen/modules/ngglegacy/admin/style.php:132 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:462 +msgid "Author" +msgstr "Tekijä" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:550 +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:51 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:176 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:389 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:463 +msgid "Tags" +msgstr "Tägit" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:551 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:464 +msgid "Subject" +msgstr "Kohde" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:552 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:465 +msgid "Make" +msgstr "Malli" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:553 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:466 +msgid "Edit Status" +msgstr "Muokkaustila" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:554 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:467 +msgid "Category" +msgstr "Luokka" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:555 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:468 +msgid "Keywords" +msgstr "Avainsanat" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:556 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:469 +msgid "Date Created" +msgstr "Luontipäivä" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:557 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:470 +msgid "Time Created" +msgstr "Luontiaika" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:558 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:471 +msgid "Author Position" +msgstr "Tekijän ammatti" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:559 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:472 +msgid "City" +msgstr "Kaupunki" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:560 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:473 +msgid "Location" +msgstr "Sijainti" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:561 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:474 +msgid "Province/State" +msgstr "Provinssi/Osavaltio" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:562 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:475 +msgid "Country code" +msgstr "Maakoodi" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:563 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:476 +msgid "Country" +msgstr "Maa" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:564 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:477 +msgid "Headline" +msgstr "Otsikko" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:566 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:479 +msgid "Source" +msgstr "Lähde" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:567 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:480 +msgid "Copyright Notice" +msgstr "Copyright-merkintä" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:568 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:481 +msgid "Contact" +msgstr "Yhteys" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:569 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:482 +msgid "Last modified" +msgstr "Viimeksi muokattu" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:570 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:483 +msgid "Program tool" +msgstr "Muokkausohjelma" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:571 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:484 +msgid "Format" +msgstr "Muoto" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:572 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:485 +msgid "Image Width" +msgstr "Kuvan leveys" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:573 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:486 +msgid "Image Height" +msgstr "Kuvan korkeus" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:574 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:487 +msgid "Flash" +msgstr "Salama" + +#: products/photocrati_nextgen/modules/nextgen_data/class.ngglegacy_gallerystorage_driver.php:647 +#, php-format +msgid "Unable to create directory %s." +msgstr "Ei pysty luomaan hakemistoa %s." + +#: products/photocrati_nextgen/modules/nextgen_data/class.ngglegacy_gallerystorage_driver.php:652 +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:823 +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1021 +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1106 +#, php-format +msgid "Unable to write to directory %s. Is this directory writable by the server?" +msgstr "" +"Hakemistoon %s ei voi kirjoittaa. Onko tämä hakemisto kirjoitettavissa " +"palvelimella?" + +#: products/photocrati_nextgen/modules/nextgen_data/class.ngglegacy_gallerystorage_driver.php:681 +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1146 +#, php-format +msgid "Failed to copy database row for picture %s" +msgstr "Kuvan %s tietokantarivin kopiointi epäonnistui" + +#: products/photocrati_nextgen/modules/nextgen_data/class.ngglegacy_gallerystorage_driver.php:693 +#, php-format +msgid "Failed to get image path for %s" +msgstr "Kuvan %s hakemistopolun haku epäonnistui" + +#: products/photocrati_nextgen/modules/nextgen_data/class.ngglegacy_gallerystorage_driver.php:711 +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1132 +#, php-format +msgid "Failed to copy image %1$s to %2$s" +msgstr "Kuvan %1$s kopiointi kuvaksi %2$s epäonnistui" + +#: products/photocrati_nextgen/modules/nextgen_data/class.ngglegacy_gallerystorage_driver.php:715 +#, php-format +msgid "Copied image %1$s to %2$s" +msgstr "Kopioi kuvan %1$s kuvaksi %2$s" + +#: products/photocrati_nextgen/modules/nextgen_data/class.ngglegacy_gallerystorage_driver.php:723 +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1158 +#, php-format +msgid "Image %1$s (%2$s) copied as image %3$s (%4$s) » The file already existed in the destination gallery." +msgstr "" +"Kuva %1$s (%2$s) kopioitu kuvaksi %3$s (%4$s) » kohdegalleriassa oli jo " +"samanniminen tiedosto." + +#: products/photocrati_nextgen/modules/nextgen_data/class.ngglegacy_gallerystorage_driver.php:727 +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1161 +#, php-format +msgid "Image %1$s (%2$s) copied as image %3$s (%4$s)" +msgstr "Kuva %1$s (%2$s) kopioitu kuvaksi %3$s (%4$s)" + +#: products/photocrati_nextgen/modules/nextgen_data/class.ngglegacy_gallerystorage_driver.php:740 +#, php-format +msgid "Copied %1$s picture(s) to gallery %2$s ." +msgstr "Kopioitu %1$s kuva(a) galleriaan %2$s ." + +#: products/photocrati_nextgen/modules/nextgen_data/class.ngglegacy_gallerystorage_driver.php:767 +msgid "Could not find image" +msgstr "Kuvaa ei löytynyt" + +#: products/photocrati_nextgen/modules/nextgen_data/class.ngglegacy_gallerystorage_driver.php:772 +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:388 +msgid " is not writeable" +msgstr " ei voi kirjoittaa" + +#: products/photocrati_nextgen/modules/nextgen_data/class.ngglegacy_gallerystorage_driver.php:777 +msgid "Backup file does not exist" +msgstr "Varmistustiedostoa ei ole olemassa" + +#: products/photocrati_nextgen/modules/nextgen_data/class.ngglegacy_gallerystorage_driver.php:782 +msgid "Could not restore original image" +msgstr "Alkuperäiskuvan palautus ei onnistunut" + +#: products/photocrati_nextgen/modules/nextgen_gallery_display/adapter.display_settings_controller.php:17 +#: products/photocrati_nextgen/modules/nextgen_gallery_display/module.nextgen_gallery_display.php:242 +#: products/photocrati_nextgen/modules/nextgen_gallery_display/module.nextgen_gallery_display.php:328 +msgid "Gallery Settings" +msgstr "Asetukset" + +#: products/photocrati_nextgen/modules/nextgen_gallery_display/class.displayed_gallery.php:73 +msgid "Source not compatible with selected display type" +msgstr "Lähde ei sovi yhteen valitun näyttötyypin kanssa" + +#: products/photocrati_nextgen/modules/nextgen_gallery_display/module.nextgen_gallery_display.php:327 +msgid "NextGEN Gallery & Album Settings" +msgstr "NextGEN galleria- & albumiasetukset" + +#: products/photocrati_nextgen/modules/nextgen_gallery_display/templates/alt_view_link_text.php:15 +#: products/photocrati_nextgen/modules/nextgen_gallery_display/templates/return_link_text.php:15 +msgid "link text" +msgstr "linkkiteksti" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:12 +msgid "Image Options" +msgstr "Kuvavalinnat" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:22 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:588 +#: products/photocrati_nextgen/modules/ngglegacy/admin/thumbnails-template.php:76 +msgid "Custom" +msgstr "Räätälöity" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:23 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-sort.php:111 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:549 +msgid "Image ID" +msgstr "Kuvan ID" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:24 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:570 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-sort.php:112 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:166 +msgid "Filename" +msgstr "Tiedostonimi" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:25 +msgid "Alt/Title Text" +msgstr "Alt/Otsikkoteksti" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:38 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-sort.php:115 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:557 +msgid "Ascending" +msgstr "Nouseva" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:39 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-sort.php:116 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:558 +msgid "Descending" +msgstr "Laskeva" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:50 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:388 +msgid "Categories" +msgstr "Kategoriat" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:81 +msgid "Gallery path does not exist and could not be created" +msgstr "Galleriapolkua ei ole eikä sitä voitu luoda" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:86 +msgid "Where would you like galleries stored?" +msgstr "Minne haluaisit tallentaa galleriasi?" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:87 +msgid "Where galleries and their images are stored" +msgstr "Gallerioiden ja niiden kuvien tallennuspaikka" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:89 +msgid "Delete Image Files?" +msgstr "Poista kuvatiedostot?" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:90 +msgid "When enabled, image files will be removed after a Gallery has been deleted" +msgstr "Kun vlittu, kuvatiedostot poistetaan gallerian poiston jälkeen" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:92 +msgid "Show Related Images on Posts?" +msgstr "Näytä liittyvät kuvat artikkeleissa?" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:93 +msgid "When enabled, related images will be appended to each post by matching the posts tags/categories to image tags" +msgstr "" +"Kun valittu, liittyvät kuvat lisätään jokaiseen artikkeliin, jonka " +"tägit/kategoriat vastaavat kuvien tägejä" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:95 +msgid "(Show Customization Settings)" +msgstr "(Näytä räätälöintiasetukset)" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:96 +msgid "(Hide Customization Settings)" +msgstr "(Piilota räätälöintiasetukset)" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:97 +msgid "How should related images be match?" +msgstr "Miten liittyvien kuvien pitäisi vastata?" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:100 +msgid "Maximum # of related images to display" +msgstr "Näytettävien liittyvien kuvien maksimimäärä" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:102 +msgid "Heading for related images" +msgstr "Liittyvien kuvien otsikko" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:104 +msgid "What's the default sorting method?" +msgstr "Mikä on oletus lajittelumenetelmälle?" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:107 +msgid "Sort in what direction?" +msgstr "Mihin suuntaan lajitellaan?" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:110 +msgid "Automatically resize images after upload" +msgstr "Muuta kuvien koko automaattisesti tuonnin jälkeen" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:111 +msgid "It is recommended that your images be resized to be web friendly" +msgstr "On suositeltavaa muuttaa kuvien koko nettiystävälliseksi" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:113 +msgid "What should images be resized to?" +msgstr "Mihin kokoon kuvat pitäisi muuttaa?" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:114 +msgid "After images are uploaded, they will be resized to the above dimensions and quality" +msgstr "Kun kuvat on tuotu, ne muutetaan yllä oleviin mittoihin ja laatuun" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:115 +msgid "Width:" +msgstr "Leveys:" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:116 +msgid "Height:" +msgstr "Korkeus:" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:117 +msgid "Quality:" +msgstr "Laatu:" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:121 +msgid "Backup the original images?" +msgstr "Varmista alkuperäiskuvat?" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.lightbox_manager_form.php:12 +msgid "Lightbox Effects" +msgstr "Lightbox-efektit" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.lightbox_manager_form.php:38 +msgid "What effect would you like to use?" +msgstr "Mitä efektiä haluaisit käyttää?" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.miscellaneous_form.php:12 +msgid "Miscellaneous" +msgstr "Sekalaista" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.miscellaneous_form.php:21 +msgid "Add MediaRSS link?" +msgstr "Lisää MediaRSS-linkki?" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.miscellaneous_form.php:22 +msgid "When enabled, adds a MediaRSS link to your header. Third-party web services can use this to publish your galleries" +msgstr "" +"Kun valittu, sivujesi yläotsikkoon lisätään MediaRSS-linkki. Kolmannen " +"osapuolen web-palvelut voivat käyttää tätä julkaistakseen gallerioitasi" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.miscellaneous_form.php:26 +msgid "Clear image cache" +msgstr "Tyhjennä kuvien välimuisti" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.miscellaneous_form.php:27 +msgid "" +"Completely clear the NextGEN cache of all image modifications?\n" +"\n" +"Choose [Cancel] to Stop, [OK] to proceed." +msgstr "" +"Tyhennä NextGENin välimuisti täysin kaikista kuvamuokkauksista?\n\nValitse " +"[Peruuta] pysäyttääksesi, [OK] jatkaaksesi." + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.miscellaneous_form.php:32 +msgid "Permalink slug" +msgstr "Pysyvien linkkien lyhytnimi" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.miscellaneous_form.php:39 +msgid "Maximum image count" +msgstr "Kuvien maksimimäärä" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.miscellaneous_form.php:41 +msgid "This is the maximum limit of images that NextGEN will restrict itself to querying" +msgstr "Tämä on NextGENin rajoitus hauissa käytettävien kuvien maksimimäärälle" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.other_options_controller.php:22 +#: products/photocrati_nextgen/modules/nextgen_other_options/module.nextgen_other_options.php:39 +msgid "Other Options" +msgstr "Muut valinnat" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.reset_form.php:7 +msgid "Reset Options" +msgstr "Palauta valinnat" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.reset_form.php:15 +msgid "Reset all options to default settings" +msgstr "Palauta kaikki valinnat oletusasetuksiin" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.reset_form.php:16 +msgid "Replace all existing options and gallery options with their default settings" +msgstr "Vaihda kaikki valinnat ja galleriavalinnat niiden alkuperäisasetuksiin" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.reset_form.php:17 +msgid "Reset settings" +msgstr "Palauta asetukseste" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.reset_form.php:18 +msgid "" +"Reset all options to default settings?\n" +"\n" +"Choose [Cancel] to Stop, [OK] to proceed." +msgstr "" +"Palauta kaikki valinnat oletusasetuksiin?\n\nValitse [Peruuta] " +"pysäyttääksesi, [OK] jatkaaksesi." + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.roles_form.php:7 +msgid "Roles & Capabilities" +msgstr "Roolit & kyvykkyydet" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.styles_form.php:12 +msgid "Styles" +msgstr "Tyylit" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.styles_form.php:18 +msgid "What stylesheet would you like to use?" +msgstr "Mitä tyylitiedostoa haluat käyttää?" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.styles_form.php:21 +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.watermarks_form.php:136 +msgid "(Show Customization Options)" +msgstr "(Näytä räätälöintivalinnat)" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.styles_form.php:22 +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.watermarks_form.php:137 +msgid "(Hide Customization Options)" +msgstr "(Piilota räätälöintivalinnat)" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.styles_form.php:23 +msgid "File Content:" +msgstr "Tiedoston sisältö:" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.styles_form.php:24 +msgid "Changes you make to the contents will be saved to" +msgstr "Sisältöön tehtävät muutokset tallennetaan paikkaan " + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.styles_form.php:25 +msgid "You could edit this file if it were writable" +msgstr "Voisit muokata tätä tiedostoa, jos sen voisi kirjoittaa" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.thumbnail_options_form.php:12 +msgid "Thumbnail Options" +msgstr "Esikatselukuvien valinnat" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.thumbnail_options_form.php:20 +msgid "Default thumbnail dimensions:" +msgstr "Esikatselukuvien oletusmitat:" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.thumbnail_options_form.php:21 +msgid "When generating thumbnails, what image dimensions do you desire?" +msgstr "Millaiset mitat haluaisit luotaville esikatselukuville?" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.thumbnail_options_form.php:24 +msgid "Set fix dimension?" +msgstr "Aseta kiinteä mitta?" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.thumbnail_options_form.php:25 +msgid "Ignore the aspect ratio, no portrait thumbnails?" +msgstr "Ohita sivusuhde, ei pystyssä olevia esikatselukuvia?" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.thumbnail_options_form.php:27 +msgid "Adjust Thumbnail Quality?" +msgstr "Muuta esikatselukuvien laatua?" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.thumbnail_options_form.php:28 +msgid "When generating thumbnails, what image quality do you desire?" +msgstr "Minkä laadun haluaisit luotaville esikatselukuville?" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.thumbnail_options_form.php:30 +msgid "Size List" +msgstr "Kokolista" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.thumbnail_options_form.php:31 +msgid "List of default sizes used for thumbnails and images" +msgstr "Oletuskokojen lista esikatselukuville ja kuville" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.watermarks_form.php:12 +msgid "Watermarks" +msgstr "Vesileimat" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.watermarks_form.php:41 +msgid "Using an Image" +msgstr "Käytetään kuvaa" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.watermarks_form.php:42 +msgid "Using Text" +msgstr "Käytetään tekstiä" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.watermarks_form.php:69 +msgid "An absolute or relative (to the site document root) file system path" +msgstr "" +"Absoluuttinen tai suhteellinen (sivuston dokumenttien juureen) " +"tiedostojärjestelmän polku" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.watermarks_form.php:71 +msgid "An absolute or relative (to the site document root) file system path or an HTTP url" +msgstr "" +"Absoluuttinen tai suhteellinen (sivuston dokumenttien juureen) " +"tiedostojärjestelmän polku tai HTTP URL" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.watermarks_form.php:74 +msgid "Image URL:" +msgstr "Kuvan URL:" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.watermarks_form.php:90 +msgid "Font Family:" +msgstr "Fonttiperhe:" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.watermarks_form.php:92 +msgid "Font Size:" +msgstr "Fonttikoko:" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.watermarks_form.php:94 +msgid "Font Color:" +msgstr "Fonttiväri:" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.watermarks_form.php:97 +msgid "Text:" +msgstr "Teksti:" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.watermarks_form.php:99 +msgid "Opacity:" +msgstr "Läpinäkyvyys:" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.watermarks_form.php:126 +msgid "Please note: You can only activate the watermark under Manage Gallery. This action cannot be undone." +msgstr "" +"Huom: voit aktivoida vesileiman vain gallerioiden hallinnasta. Tätä " +"toimenpidettä ei voi perua." + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.watermarks_form.php:127 +msgid "How will you generate a watermark?" +msgstr "Miten haluat luoda vesileiman?" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.watermarks_form.php:131 +msgid "Position:" +msgstr "Sijainti:" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.watermarks_form.php:133 +msgid "Offset:" +msgstr "Etäisyys:" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.watermarks_form.php:139 +msgid "Preview of saved settings:" +msgstr "Tallennettujen asetusten esikatselu:" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.watermarks_form.php:140 +msgid "Refresh preview image" +msgstr "Tuoreuta esikatselukuva" + +#: products/photocrati_nextgen/modules/nextgen_other_options/templates/lightbox_library_tab.php:34 +#: products/photocrati_nextgen/modules/nextgen_other_options/templates/lightbox_library_tab.php:37 +msgid "(Show Advanced Settings)" +msgstr "(Näytä lisäasetukset)" + +#: products/photocrati_nextgen/modules/nextgen_other_options/templates/lightbox_library_tab.php:35 +msgid "(Hide Advanced Settings)" +msgstr "(Piilota lisäasetukset)" + +#: products/photocrati_nextgen/modules/nextgen_other_options/templates/lightbox_library_tab.php:56 +msgid "What must the lightbox be applied to?" +msgstr "Mihin lightboxia sovelletaan?" + +#: products/photocrati_nextgen/modules/nextgen_other_options/templates/lightbox_library_tab.php:60 +msgid "Only apply to NextGEN images" +msgstr "Sovella vain NextGEN-kuviin" + +#: products/photocrati_nextgen/modules/nextgen_other_options/templates/lightbox_library_tab.php:61 +msgid "Only apply to NextGEN and WordPress images" +msgstr "Sovella vain NextGEN- ja WordPress-kuviin" + +#: products/photocrati_nextgen/modules/nextgen_other_options/templates/lightbox_library_tab.php:62 +msgid "Try to apply to all images" +msgstr "Yritä soveltaa kaikkiin kuviin" + +#: products/photocrati_nextgen/modules/nextgen_other_options/templates/lightbox_library_tab.php:63 +msgid "Try to apply to all images that link to image files" +msgstr "Yritä soveltaa kaikkiin kuviin, joissa on kuvatiedostolinkki" + +#: products/photocrati_nextgen/modules/nextgen_other_options/templates/styling_tab.php:21 +msgid "Place any custom stylesheets in wp-content/ngg_styles" +msgstr "" +"Sijoita räätälöidyt tyylitiedostot kansioon " +"wp-content/ngg_styles" + +#: products/photocrati_nextgen/modules/nextgen_other_options/templates/styling_tab.php:24 +#, php-format +msgid "All stylesheets must contain a file header" +msgstr "" +"Kaikissa tyylitiedostoissa on oltava file header" + +#: products/photocrati_nextgen/modules/nextgen_settings/class.nextgen_settings_installer.php:41 +msgid "Related Images" +msgstr "Liittyvät kuvat" + +#: products/photocrati_nextgen/modules/nextgen_settings/class.nextgen_settings_installer.php:61 +msgid "[Show slideshow]" +msgstr "[Näytä diashow]" + +#: products/photocrati_nextgen/modules/nextgen_settings/class.nextgen_settings_installer.php:62 +msgid "[Show thumbnails]" +msgstr "[Näytä esikatselukuvat]" + +#: products/photocrati_nextgen/modules/nextgen_xmlrpc/module.nextgen_xmlrpc.php:425 +msgid "Sorry, you must be able to manage galleries" +msgstr "Sori, sinun on voitava hallita gallerioitasi" + +#: products/photocrati_nextgen/modules/widget/class.widget_gallery.php:7 +msgid "Add recent or random images from the galleries" +msgstr "Lisää tuoreimmat tai satunnaiset kuvat gallerioista" + +#: products/photocrati_nextgen/modules/widget/class.widget_gallery.php:8 +msgid "NextGEN Widget" +msgstr "NextGEN Vimpain" + +#: products/photocrati_nextgen/modules/widget/class.widget_mediarss.php:9 +msgid "Widget that displays Media RSS links for NextGEN Gallery." +msgstr "Vimpain, joka näyttää Media RSS -linkit NextGEN galleriaan." + +#: products/photocrati_nextgen/modules/widget/class.widget_mediarss.php:10 +msgid "NextGEN Media RSS" +msgstr "NextGEN Media RSS" + +#: products/photocrati_nextgen/modules/widget/class.widget_mediarss.php:22 +msgid "Media RSS" +msgstr "Media RSS" + +#: products/photocrati_nextgen/modules/widget/class.widget_mediarss.php:23 +msgid "Link to the main image feed" +msgstr "Linkki kuvan pääsyötteseen" + +#: products/photocrati_nextgen/modules/widget/class.widget_mediarss.php:93 +#: products/photocrati_nextgen/modules/ngglegacy/view/gallery-caption.php:32 +#: products/photocrati_nextgen/modules/ngglegacy/view/gallery.php:32 +msgid "[View with PicLens]" +msgstr "[Näytä PicLensillä]" + +#: products/photocrati_nextgen/modules/widget/class.widget_slideshow.php:7 +msgid "Show a NextGEN Gallery Slideshow" +msgstr "Näytä NextGEN Gallery diashow" + +#: products/photocrati_nextgen/modules/widget/class.widget_slideshow.php:8 +msgid "NextGEN Slideshow" +msgstr "NextGEN diashow" + +#: products/photocrati_nextgen/modules/widget/class.widget_slideshow.php:76 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:321 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:521 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:721 +#: products/photocrati_nextgen/modules/ngglegacy/lib/rewrite.php:215 +msgid "Slideshow" +msgstr "Diashow" + +#: products/photocrati_nextgen/modules/widget/templates/form_gallery.php:15 +#: products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:229 +msgid "Show" +msgstr "Näytä" + +#: products/photocrati_nextgen/modules/widget/templates/form_gallery.php:26 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:316 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:520 +msgid "Thumbnails" +msgstr "Esikatselukuvat" + +#: products/photocrati_nextgen/modules/widget/templates/form_gallery.php:29 +msgid "Original images" +msgstr "Alkuperäiskuvat" + +#: products/photocrati_nextgen/modules/widget/templates/form_gallery.php:42 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:822 +msgid "random" +msgstr "satunnaiset" + +#: products/photocrati_nextgen/modules/widget/templates/form_gallery.php:50 +msgid "recently added" +msgstr "tuoreimmat" + +#: products/photocrati_nextgen/modules/widget/templates/form_gallery.php:62 +msgid "Enable IE8 Web Slices" +msgstr "Salli IE8 Web Slices" + +#: products/photocrati_nextgen/modules/widget/templates/form_gallery.php:68 +msgid "Width x Height" +msgstr "Leveys x korkeus" + +#: products/photocrati_nextgen/modules/widget/templates/form_gallery.php:87 +msgid "Select" +msgstr "Valitse" + +#: products/photocrati_nextgen/modules/widget/templates/form_gallery.php:92 +msgid "All galleries" +msgstr "Kaikki galleriat" + +#: products/photocrati_nextgen/modules/widget/templates/form_gallery.php:95 +msgid "Only which are not listed" +msgstr "Vain listaamattomat" + +#: products/photocrati_nextgen/modules/widget/templates/form_gallery.php:98 +msgid "Only which are listed" +msgstr "Vain listatut" + +#: products/photocrati_nextgen/modules/widget/templates/form_gallery.php:107 +msgid "Gallery ID" +msgstr "Gallerian ID" + +#: products/photocrati_nextgen/modules/widget/templates/form_gallery.php:114 +msgid "Gallery IDs, separated by commas." +msgstr "Gallerioiden ID:t erotettuna pilkuilla." + +#: products/photocrati_nextgen/modules/widget/templates/form_mediarss.php:19 +msgid "Show Media RSS icon" +msgstr "Näytä Media RSS -kuvake" + +#: products/photocrati_nextgen/modules/widget/templates/form_mediarss.php:30 +msgid "Show the Media RSS link" +msgstr "Näytä Media RSS -linkki" + +#: products/photocrati_nextgen/modules/widget/templates/form_mediarss.php:36 +msgid "Text for Media RSS link" +msgstr "Teksti Media RSS -linkkiin" + +#: products/photocrati_nextgen/modules/widget/templates/form_mediarss.php:47 +msgid "Tooltip text for Media RSS link" +msgstr "Vinkkiteksti Media RSS -linkkiin" + +#: products/photocrati_nextgen/modules/widget/templates/form_slideshow.php:15 +msgid "Select Gallery" +msgstr "Valitse galleria" + +#: products/photocrati_nextgen/modules/widget/templates/form_slideshow.php:23 +msgid "All images" +msgstr "Kaikki kuvat" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:159 +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:190 +msgid "Overview" +msgstr "Yleistä" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:172 +msgid "Network settings" +msgstr "Verkkoasetukset" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:305 +msgid "You do not have the correct permission" +msgstr "Sinulla ei ole oikeaa valtuutusta" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:306 +msgid "Unexpected Error" +msgstr "Odottamaton virhe" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:307 +msgid "A failure occurred" +msgstr "Tapahtui virhe" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:311 +msgid "You have attempted to queue too many files." +msgstr "Olet yrittänyt laittaa liian monta tiedostoa jonoon." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:312 +msgid "This file exceeds the maximum upload size for this site." +msgstr "Tämän tiedoston koko on suurempi kuin sivuston maksimituontikoko." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:313 +msgid "This file is empty. Please try another." +msgstr "Tämä tiedosto on tyhjä. Yritä toista." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:314 +msgid "This file type is not allowed. Please try another." +msgstr "Tämä tiedostotyyppi ei ole sallittu. Yritä toista." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:315 +msgid "This file is not an image. Please try another." +msgstr "Tämä tiedosto ei ole kuva. Yritä toista." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:316 +msgid "Memory exceeded. Please try another smaller file." +msgstr "Muisti ylitetty. Yritä toista pienempää tiedostoa." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:317 +msgid "This is larger than the maximum size. Please try another." +msgstr "Tämä on maksimikokoa suurempi. Yritä toista." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:318 +msgid "An error occurred in the upload. Please try again later." +msgstr "Tuonnissa tapahtui virhe. Yritä myöhemmin uudestaan." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:319 +msgid "There was a configuration error. Please contact the server administrator." +msgstr "Ilmeni asetusvirhe. Ota yhteys palvelimen administraattoriin." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:320 +msgid "You may only upload 1 file." +msgstr "Voit tuoda vain yhden (1) tiedoston." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:321 +msgid "HTTP error." +msgstr "HTTP-virhe." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:322 +msgid "Upload failed." +msgstr "Tuonti epäonnistui." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:323 +msgid "IO error." +msgstr "IO-virhe." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:324 +msgid "Security error." +msgstr "Turvavirhe." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:325 +msgid "File canceled." +msgstr "Tiedosto peruttu." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:326 +msgid "Upload stopped." +msgstr "Tuonti pysähtyi." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:327 +msgid "Dismiss" +msgstr "Poistu" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:328 +msgid "Crunching…" +msgstr "Murskaa…" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:329 +msgid "moved to the trash." +msgstr "siirretty roskakoriin." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:330 +#, php-format +msgid "“%s” has failed to upload due to an error" +msgstr "“%s” tuonti epäonnistui virheen vuoksi" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:352 +msgid "L O A D I N G" +msgstr "L A T A A N" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:353 +msgid "Click to Close" +msgstr "Klikkaa sulkeaksesi" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:462 +msgid "Introduction" +msgstr "" +"Johdanto" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:465 +msgid "Languages" +msgstr "" +"Kielet" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:470 +msgid "Get help with NextGEN Gallery" +msgstr "Saa apua NextGEN Galleryyn" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:474 +msgid "More Help & Info" +msgstr "Lisää apua & info" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:476 +msgid "Support Forums" +msgstr "" +"Tukifoorumit (engl.)" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:477 +msgid "FAQ" +msgstr "FAQ (engl.)" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:478 +msgid "Feature request" +msgstr "Ominaisuuspyyntö" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:479 +msgid "Get your language pack" +msgstr "Tuo kielipakettisi" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:480 +msgid "Contribute development" +msgstr "Tue kehitystyötä" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:481 +msgid "Download latest version" +msgstr "Lataa viimeisin versio" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/ajax.php:360 +#, php-format +msgid "Could create image with %s x %s pixel" +msgstr "%s x %s pikselin kuvan luonti onnistui" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:172 +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:216 +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:239 +#: products/photocrati_nextgen/modules/ngglegacy/admin/edit-thumbnail.php:19 +#: products/photocrati_nextgen/modules/ngglegacy/admin/edit-thumbnail.php:22 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:619 +#: products/photocrati_nextgen/modules/ngglegacy/admin/publish.php:7 +#: products/photocrati_nextgen/modules/ngglegacy/admin/publish.php:10 +#: products/photocrati_nextgen/modules/ngglegacy/admin/publish.php:13 +#: products/photocrati_nextgen/modules/ngglegacy/admin/rotate.php:17 +#: products/photocrati_nextgen/modules/ngglegacy/admin/rotate.php:20 +#: products/photocrati_nextgen/modules/ngglegacy/admin/showmeta.php:10 +#: products/photocrati_nextgen/modules/ngglegacy/admin/showmeta.php:13 +msgid "Cheatin’ uh?" +msgstr "Petkutat’ häh?" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:180 +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:209 +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:253 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:178 +#: products/photocrati_nextgen/modules/ngglegacy/admin/style.php:24 +msgid "Update Successfully" +msgstr "Päivitys onnistui" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:227 +msgid "Album deleted" +msgstr "Albumi poistettu" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:389 +#: products/photocrati_nextgen/modules/ngglegacy/admin/roles.php:55 +msgid "Edit Album" +msgstr "Muokkaa albumia" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:410 +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:459 +msgid "Select album" +msgstr "Valitse albumi" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:412 +msgid "No album selected" +msgstr "Albumia ei valittuna" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:423 +#: products/photocrati_nextgen/modules/ngglegacy/admin/edit-thumbnail.php:166 +#: products/photocrati_nextgen/modules/ngglegacy/admin/rotate.php:94 +#: products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:112 +msgid "Update" +msgstr "Päivitä" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:425 +msgid "Edit album" +msgstr "Muokkaa albumia" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:428 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:187 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:362 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:364 +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:227 +msgid "Delete" +msgstr "Poista" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:432 +msgid "Add new album" +msgstr "Lisää uusi albumi" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:434 +msgid "Add" +msgstr "Lisää" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:445 +msgid "Show / hide used galleries" +msgstr "Näytä / piilota käytetyt galleriat" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:445 +msgid "[Show all]" +msgstr "[Näytä kaikki]" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:446 +msgid "Maximize the widget content" +msgstr "Maksimoi vimpaimen sisältö" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:446 +msgid "[Maximize]" +msgstr "[Maksimoi]" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:447 +msgid "Minimize the widget content" +msgstr "Minimoi vimpaimen sisältö" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:447 +msgid "[Minimize]" +msgstr "[Minimoi]" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:449 +msgid "After you create and select a album, you can drag and drop a gallery or another album into your new album below" +msgstr "" +"Kun luot ja valitset albumin, voit vetää ja pudottaa gallerian tai toisen " +"albumin alle uuteen albumiisi" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:475 +msgid "Select gallery" +msgstr "Valitse galleria" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:500 +msgid "Album ID" +msgstr "Albumin ID" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:513 +msgid "No album selected!" +msgstr "Ei albumia valittuna!" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:534 +msgid "Album name:" +msgstr "Albumin nimi:" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:540 +msgid "Album description:" +msgstr "Albumin kuvaus:" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:546 +msgid "Select a preview image:" +msgstr "Valitse esikatselukuva:" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:549 +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:552 +#: products/photocrati_nextgen/modules/ngglegacy/admin/templates/manage_gallery/gallery_preview_image_field.php:3 +msgid "No picture" +msgstr "Ei kuvaa" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:563 +msgid "Page Link to" +msgstr "Linkki sivulle" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:582 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:337 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:366 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:397 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:406 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:442 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:471 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:502 +msgid "OK" +msgstr "OK" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:584 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:339 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:368 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:399 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:408 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:444 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:473 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:504 +msgid "Cancel" +msgstr "Peruuta" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:677 +msgid "Name" +msgstr "Nimi" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:679 +#: products/photocrati_nextgen/modules/ngglegacy/lib/rewrite.php:229 +msgid "Page" +msgstr "Sivu" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/edit-thumbnail.php:116 +msgid "Select with the mouse the area for the new thumbnail" +msgstr "Valitse hiirellä uuden esikatselukuvan alue" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/edit-thumbnail.php:130 +msgid "Thumbnail updated" +msgstr "Esikatselukuva päivitetty" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/edit-thumbnail.php:135 +msgid "Error updating thumbnail" +msgstr "Virhe esikatselukuvan päivityksessä" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/edit-thumbnail.php:151 +msgid "Select the area for the thumbnail from the picture on the left." +msgstr "Valitse vasemmalla kuvasta esikatselukuvan alue" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:39 +msgid "No valid gallery name!" +msgstr "Ei kelvollinen gallerianimi!" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:46 +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:55 +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:80 +msgid "Directory" +msgstr "Hakemisto" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:46 +msgid "didn't exist. Please create first the main gallery folder " +msgstr "ei ole olemassa. Luo ensin gallerioiden pääkansio" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:47 +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:56 +msgid "Check this link, if you didn't know how to set the permission :" +msgstr "Tarkista tämä linkki, jos et tiedä miten valtuutus asetetaan :" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:55 +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:80 +msgid "is not writeable !" +msgstr "ei voi kirjoittaa !" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:76 +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:85 +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:736 +#: products/photocrati_nextgen/modules/ngglegacy/lib/core.php:101 +msgid "Unable to create directory " +msgstr "Hakemistoa ei voitu luoda" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:89 +msgid "The server setting Safe-Mode is on !" +msgstr "Palvelimen Safe-Mode -asetus käytössä !" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:90 +msgid "If you have problems, please create directory" +msgstr "Jos ongelmia, luo käsin hakemisto" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:91 +msgid "and the thumbnails directory" +msgstr "ja esikatselukuvien hakemisto" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:91 +msgid "with permission 777 manually !" +msgstr "valtuutuksella 777 !" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:116 +#, php-format +msgid "Gallery ID %1$s successfully created. You can show this gallery in your post or page with the shortcode %2$s.
      " +msgstr "" +"Galleria ID %1$s luonti onnistui. Voit näyttää tämän gallerian artikkelissa " +"tai sivulla käyttäen lyhytkoodia %2$s.
      " + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:119 +msgid "Edit gallery" +msgstr "Muokkaa galleriaa" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:188 +msgid "Error while creating thumbnail." +msgstr "Virhe esikatselukuvan luonnissa." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:242 +msgid "Error while resizing image." +msgstr "Virhe kuvan pienentämisessä," + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:326 +msgid "Error while rotating image." +msgstr "Virhe kuvan pyörityksessä." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:361 +msgid "Error while applying watermark to image." +msgstr "Virhe vesileiman soveltamisessa kuvaan." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:385 +msgid "Object didn't contain correct data" +msgstr "Kohde ei sisältänyt oikeaa dataa" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:391 +msgid "File do not exists" +msgstr "Tiedostoa ei ole olemassa" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:395 +msgid "Couldn't restore original image" +msgstr "Ei voinut palauttaa alkuperäiskuvaa" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:511 +msgid "(Error : Couldn't not update data base)" +msgstr "(Virhe: ei voinut päivittää tietokantaa)" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:518 +msgid "(Error : Couldn't not update meta data)" +msgstr "(Virhe: ei voinut päivittää metadataa)" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:527 +msgid "(Error : Couldn't not find image)" +msgstr "(Virhe: ei löytänyt kuvaa)" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:670 +msgid "No valid URL path " +msgstr "Ei validi URL-polku" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:686 +msgid "Import via cURL failed." +msgstr "Tuonti cURL:illa epäonnistui." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:703 +msgid "Uploaded file was no or a faulty zip file ! The server recognized : " +msgstr "" +"Tuotu tiedosto ei ollut tai oli virheellinen ZIP-tiedosto. Palvelin ilmoitti :" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:720 +msgid "Could not get a valid foldername" +msgstr "Ei saanut validia kansionimeä" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:731 +#, php-format +msgid "Unable to create directory %s. Is its parent directory writable by the server?" +msgstr "" +"Ei voinut luoda hakemistoa %s. Onko sen emohakemisto kirjoituskelpoinen " +"palvelimella?" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:746 +msgid "Zip-File successfully unpacked" +msgstr "ZIP-tiedosto purettu onnistuneesti" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:777 +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:877 +msgid "No gallery selected !" +msgstr "Galleriaa ei valittuna !" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:785 +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:902 +msgid "Failure in database, no gallery path set !" +msgstr "Virhe tietokannssa, galleriapolkua ei asetettuna !" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:809 +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:896 +msgid "is no valid image file!" +msgstr "ei ole sopiva kvuatiedosto!" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:830 +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:919 +msgid "Error, the file could not be moved to : " +msgstr "Virhe, tiedostoa ei voitu siirtää paikkaan :" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:835 +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:923 +msgid "Error, the file permissions could not be set" +msgstr "Virhe, tiedoston valtuutuksia ei voitu asettaa" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:853 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:111 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:189 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:238 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:322 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:661 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:740 +msgid "Create new thumbnails" +msgstr "Luo uudet esikatselukuvat" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:858 +msgid " Image(s) successfully added" +msgstr " Kuva(a) lisätty onnistuneesti" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:885 +msgid "Invalid upload. Error Code : " +msgstr "Väärä tuonti. Virhekoodi :" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:961 +#, php-format +msgid "SAFE MODE Restriction in effect! You need to create the folder %s manually" +msgstr "" +"SAFE MODE -rajoitus käytössä! Sinun on luotava käsin hakemisto " +"%s." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:962 +#, php-format +msgid "When safe_mode is on, PHP checks to see if the owner (%s) of the current script matches the owner (%s) of the file to be operated on by a file function or its directory" +msgstr "" +"Kun safe_mode on käytössä, PHP tarkistaa, vastaako nykyisen skriptin omistaja " +"(%s) omistajaa (%s) tiedostolle, jota käsitellään tiedostofunktiolla tai sen " +"hakemistossa" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1015 +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1092 +msgid "The destination gallery does not exist" +msgstr "Kohdegalleriaa ei ole olemassa" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1046 +#, php-format +msgid "Failed to move image %1$s to %2$s" +msgstr "Kuvan %1$s siirto kuvaksi %2$s epäonnistui" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1066 +#, php-format +msgid "Moved %1$s picture(s) to gallery : %2$s ." +msgstr "Siirretty %1$s kuva(a) galleriaan : %2$s ." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1170 +#, php-format +msgid "Copied %1$s picture(s) to gallery: %2$s ." +msgstr "Kopioitu %1$s kuva(a) galleriaan : %2$s ." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1278 +msgid "The uploaded file exceeds the upload_max_filesize directive in php.ini" +msgstr "" +"Tuontavan tiedoston koko ylittää upload_max_filesize -asetuksen php.ini " +"-tiedostossa" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1281 +msgid "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" +msgstr "" +"Tuotavan tiedoston koko ylittää MAX_FILE_SIZE -asetuksen, joka on määritelty " +"HTML -lomakkeessa" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1284 +msgid "The uploaded file was only partially uploaded" +msgstr "Tuotava tiedosto tuotiin vain osittain" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1287 +msgid "No file was uploaded" +msgstr "Mitään tiedostoa ei tuotu" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1290 +msgid "Missing a temporary folder" +msgstr "Tilapäishakemisto puuttuu" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1293 +msgid "Failed to write file to disk" +msgstr "Tiedoston kirjoitus levylle epäonnistui" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1296 +msgid "File upload stopped by extension" +msgstr "Tiedostotyyppi pysäytti tiedoston tuonnin" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1299 +msgid "Unknown upload error" +msgstr "Tuntematon tuontivirhe" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/install.php:20 +msgid "Sorry, NextGEN Gallery works only with a role called administrator" +msgstr "Sori, NextGEN Gallery toimii vain roolilla administrator" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/install.php:92 +msgid "NextGEN Gallery : Tables could not created, please check your database settings" +msgstr "" +"NextGEN Gallery : Tauluja ei voitu luoda, tarkista tietokanta-asetuksesi" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:99 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:206 +msgid "No images selected" +msgstr "Ei kuvia valittuna" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:107 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:190 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:234 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:323 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:642 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:724 +msgid "Resize images" +msgstr "Pienennä kuvien kokoa" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:116 +#, php-format +msgid "" +"You are about to start the bulk edit for %s galleries \n" +" \n" +" 'Cancel' to stop, 'OK' to proceed." +msgstr "" +"Olet aloittamassa massamuokkauksen %s gallerialle \n \nKlikkaa 'Peruuta' " +"pysäyttääksesi, 'OK' jatkaaksesi." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:154 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:197 +msgid "Add new gallery" +msgstr "Lisää uusi galleria" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:171 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:174 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:272 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:275 +msgid "Search Images" +msgstr "Etsi kuvia" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:186 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:320 +msgid "Bulk actions" +msgstr "Massatoiminnot" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:188 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:321 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:572 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:687 +msgid "Set watermark" +msgstr "Aseta vesileima" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:191 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:326 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:577 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:708 +msgid "Import metadata" +msgstr "Tuo metadata" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:192 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:324 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:567 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:684 +msgid "Recover from backup" +msgstr "Palauta varmistuksesta" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:194 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:335 +msgid "Apply" +msgstr "Hyväksy" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:262 +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:253 +msgid "Edit" +msgstr "Muokkaa" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:309 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:379 +msgid "No entries found" +msgstr "Kohteita ei löydetty" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:327 +msgid "New Gallery" +msgstr "Uusi galleria" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:329 +msgid "Create a new , empty gallery below the folder" +msgstr "Luo uusi, tyhjä galleria kansion alle" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:331 +msgid "Allowed characters for file and folder names are" +msgstr "Sallitut merkit tiedosto- ja kansionimissä" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:357 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:462 +msgid "Resize Images to" +msgstr "Muuta kuvien kooksi" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:361 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:466 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:453 +msgid "Width x height (in pixel). NextGEN Gallery will keep ratio size" +msgstr "Leveys x korkeus (pikseleinä). NextGEN Gallery säilyttää sivusuhteen" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:385 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:490 +#: products/photocrati_nextgen/modules/ngglegacy/admin/publish.php:40 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:416 +msgid "Width x height (in pixel)" +msgstr "Leveys x korkeus (pikseleinä)" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:391 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:496 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:426 +msgid "Set fix dimension" +msgstr "Aseta kiinteä dimensio" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:393 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:498 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:428 +msgid "Ignore the aspect ratio, no portrait thumbnails" +msgstr "Älä välitä sivusuhteesta, ei esikatselukuvia pystyssä" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:456 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:568 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:156 +msgid "ID" +msgstr "ID" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:458 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:571 +#: products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:245 +#: products/photocrati_nextgen/modules/ngglegacy/admin/style.php:134 +msgid "Description" +msgstr "Kuvaus" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:460 +msgid "Page ID" +msgstr "Sivu ID" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:35 +msgid "Gallery not found." +msgstr "Galleriaa ei löytynyt." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:41 +msgid "Sorry, you have no access here" +msgstr "Sori, sinulla ei ole pääsyä tänne" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:214 +msgid "Copy image to..." +msgstr "Kopioi kuva paikkaan..." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:218 +msgid "Move image to..." +msgstr "Siirrä kuva paikkaan..." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:222 +msgid "Add new tags" +msgstr "Lisää uusia tägejä" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:226 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:332 +msgid "Delete tags" +msgstr "Poista tägejä" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:230 +msgid "Overwrite" +msgstr "Kirjoita yli" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:243 +#, php-format +msgid "" +"You are about to start the bulk edit for %s images \n" +" \n" +" 'Cancel' to stop, 'OK' to proceed." +msgstr "" +"Olet aloittamassa massamuokkauksen %s kuvalle \n \nKlikkaa 'Peruuta' " +"pysäyttääksesi, 'OK' jatkaaksesi." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:269 +#, php-format +msgid "Search results for “%s”" +msgstr "Etsintätulokset haulle “%s”" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:298 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:488 +msgid "Gallery settings" +msgstr "Asetukset" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:298 +msgid "Click here for more settings" +msgstr "Klikkaa tästä lisäasetuksille" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:304 +msgid "Scan Folder for new images" +msgstr "Skannaa kansiosta uusia kuvia" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:306 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:341 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:386 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:400 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:436 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:478 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:563 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:598 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:708 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:861 +msgid "Save Changes" +msgstr "Tallenna muutokset" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:325 +msgid "Delete images" +msgstr "Poista kuvia" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:327 +msgid "Rotate images clockwise" +msgstr "Pyöritä kuvia myötäpäivään" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:328 +msgid "Rotate images counter-clockwise" +msgstr "Pyöritä kuvia vastapäivään" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:329 +msgid "Copy to..." +msgstr "Kopioi..." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:330 +msgid "Move to..." +msgstr "Siirrä..." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:331 +msgid "Add tags" +msgstr "Lisää tägejä" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:333 +msgid "Overwrite tags" +msgstr "Kirjoita tägejä yli" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:338 +msgid "Sort gallery" +msgstr "Lajittele galleria" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:402 +msgid "Enter the tags" +msgstr "Anna tägit" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:426 +msgid "Select the destination gallery:" +msgstr "Valitse kohdegalleria: " + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:569 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:161 +#: products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:266 +msgid "Thumbnail" +msgstr "Esikatselukuva" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:571 +msgid "Alt & Title Text" +msgstr "Alt & otsikkoteksti" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:572 +msgid "Tags (comma separated list)" +msgstr "Tägit (pilkulla erotettu lista)" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-sort.php:35 +msgid "Sort order changed" +msgstr "Lajittelujärjestys muutettu" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-sort.php:97 +msgid "Sort Gallery" +msgstr "Lajittele galleria" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-sort.php:101 +msgid "Update Sort Order" +msgstr "Päivitä lajittelujärjestys" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-sort.php:104 +msgid "Back to gallery" +msgstr "Takaisin galleriaan" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-sort.php:109 +msgid "Presort" +msgstr "Esilajittele" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-sort.php:110 +msgid "Unsorted" +msgstr "Ei lajiteltu" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-sort.php:113 +#: products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:241 +msgid "Alt/Title text" +msgstr "Alt/otsikkoteksti" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:90 +msgid "deleted successfully" +msgstr "poistettu onnistuneesti" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:106 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:115 +msgid "Operation successful. Please clear your browser cache." +msgstr "Operaatio onnistui. Tyhjennä selaimesi välimuisti." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:171 +msgid "Alt & Title Text / Description" +msgstr "Alt & otsikkoteksti / Kuvaus" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:214 +msgid "Exclude ?" +msgstr "Sulje pois ?" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:299 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:301 +msgid "View" +msgstr "Näytä" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:309 +msgid "Show meta data" +msgstr "Näytä metadata" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:310 +msgid "Meta" +msgstr "Meta" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:318 +msgid "Customize thumbnail" +msgstr "Räätälöi esikatselukuvaa" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:319 +msgid "Edit thumb" +msgstr "Muokkaa esikatselukuvaa" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:327 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:328 +msgid "Rotate" +msgstr "Pyöritä" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:338 +msgid "Publish this image" +msgstr "Julkaise tämä kuva" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:339 +#: products/photocrati_nextgen/modules/ngglegacy/admin/publish.php:58 +msgid "Publish" +msgstr "Julkaise" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:349 +msgid "Recover image from backup" +msgstr "Palauta kuva varmistuksesta" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:350 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:352 +msgid "Recover" +msgstr "Palauta" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:361 +msgid "Delete image" +msgstr "Poista kuva" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:392 +msgid "Title:" +msgstr "Otsikko:" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:398 +msgid "Description:" +msgstr "Kuvaus:" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:404 +msgid "Gallery path:" +msgstr "Gallerian polku:" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:419 +msgid "Link to page:" +msgstr "Linkki sivulle:" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:420 +msgid "Albums will link this gallery to the selected page" +msgstr "Albumit linkittävät tämän gallerian valittuun sivuun" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:425 +msgid "Preview image:" +msgstr "Esikatsele kuvaa:" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:431 +msgid "Create new page:" +msgstr "Luo uusi sivu:" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:607 +msgid "Gallery deleted successfully " +msgstr "Gallerian poisto onnistui" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:678 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:681 +msgid "Rotate images" +msgstr "Pyöritä kuvia" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:704 +msgid "Pictures deleted successfully " +msgstr "Kuvien poisto onnistui" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:802 +msgid "Tags changed" +msgstr "Tägit muutettu" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:842 +msgid "Update successful" +msgstr "Päivitys onnistui" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:877 +msgid "New gallery page ID" +msgstr "Uusi galleriasivu ID" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:877 +msgid "created" +msgstr "luotu" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:915 +msgid "Published a new post" +msgstr "Julkaise uusi artikkeli" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:1062 +msgid "Go to the first page" +msgstr "Mene ensimmäiselle sivulle" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:1069 +msgid "Go to the previous page" +msgstr "Mene edelliselle sivulle" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:1078 +msgid "Current page" +msgstr "Nykyinen sivu" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:1089 +msgid "Go to the next page" +msgstr "Mene seuraavalle sivulle" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:1096 +msgid "Go to the last page" +msgstr "Mene viimeiselle sivulle" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:1046 +#, php-format +msgid "1 item" +msgid_plural "%s items" +msgstr[0] "1 kohde" +msgstr[1] "%s kohdetta" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:1046 +#, php-format +msgctxt "paging" +msgid "%1$s of %2$s" +msgstr "%1$s / %2$s" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:11 +msgid "NextGEN Gallery" +msgstr "NextGEN Gallery" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:186 +msgid "No gallery" +msgstr "Ei gallerioita" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:198 +msgid "Select »" +msgstr "Valitse »" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:230 +msgid "Hide" +msgstr "Piilota" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:235 +msgid "Image ID:" +msgstr "Kuva ID:" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:249 +#: products/photocrati_nextgen/modules/ngglegacy/admin/publish.php:45 +msgid "Alignment" +msgstr "Tasaus" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:252 +#: products/photocrati_nextgen/modules/ngglegacy/admin/publish.php:47 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:583 +msgid "None" +msgstr "Ei mitään" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:254 +#: products/photocrati_nextgen/modules/ngglegacy/admin/publish.php:49 +msgid "Left" +msgstr "Vasen" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:256 +#: products/photocrati_nextgen/modules/ngglegacy/admin/publish.php:51 +msgid "Center" +msgstr "Keskelle" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:258 +#: products/photocrati_nextgen/modules/ngglegacy/admin/publish.php:53 +msgid "Right" +msgstr "Oikea" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:262 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:690 +msgid "Size" +msgstr "Koko" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:268 +msgid "Full size" +msgstr "Täyskoko" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:270 +msgid "Singlepic" +msgstr "Yksittäiskuva" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:282 +msgid "Use as featured image" +msgstr "Käytetään sivukuvana" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:284 +msgid "Insert into Post" +msgstr "Lisää artikkeliin" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:295 +msgid "Save all changes" +msgstr "Tallenna kaikki muutokset" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:14 +msgid "NextGEN Gallery Overview" +msgstr "NextGEN Gallery yleistä" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:84 +msgid "Welcome to NextGEN Gallery !" +msgstr "Tervetuloa NextGEN Galleryyn !" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:85 +msgid "Do you like this Plugin?" +msgstr "Pidätkö tästä lisäosasta?" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:87 +msgid "About" +msgstr "Lisäosasta" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:90 +msgid "Server Settings" +msgstr "Palvelinasetukset" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:97 +msgid "NextGEN Gallery is one of the most popular Wordpress plugins of all time with over 9 million downloads. It is developed and supported by Photocrati Media. We'd like to offer a special thanks to Alex Rabe, who first developed the plugin and maintained it through 2011." +msgstr "" +"NextGEN Gallery on yksi suosituimmista Wordpressin lisäosista koskaan ja sitä " +"on ladattu yli 9 miljoonaa kertaa. Sitä kehittää ja tukee Photocrati Media. " +"Haluamme antaa erityiskiitokset Alex Rabelle, joka kehitti ensimmämisen " +"lisäosaversion ja piti sitä yllä vuoteen 2011." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:98 +msgid "NEED HELP? If you need help or assistance please visit the NextGEN Gallery forums on WordPress.org. Please note that we actively monitor and participate in the forums, but given that NextGEN Gallery is a free product, we don't guarantee replies to support queries." +msgstr "" +"TARVITSETKO APUA? Jos tarvitset apua, käy NextGEN Gallery " +"forums on WordPress.org [engl.]. Huomioi, että seuraamme ja käymme " +"foorumeissa, mutta koska NextGEN Gallery on ilmainen tuote, emme takaa " +"vastauksia tukikyselyihin." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:99 +msgid "EXTENDING NEXTGEN? There are many third party plugins that add displays and functionality for NextGEN Gallery. See our Complete List of NextGEN Extension Plugins." +msgstr "" +"LAAJENNATKO NEXTGENIÄ? Olemassa monia lisäosia, jotka " +"lisäävät näyttötapoja ja toimintoja NextGEN Galleryyn. Katso Katta" +"vaa listaamme NextGENiä laajentavista lisäosista." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:107 +#, php-format +msgid "This plugin is primarily developed, maintained, supported and documented by Photocrati Media with a lot of love & effort. Any kind of contribution would be highly appreciated. Thanks!" +msgstr "" +"Tätä lisäosaa kehittää, ylläpitää ja dokumentoi pääasiassa Photocrati Media runsaalla rakkaudella ja " +"yrityksellä. Mitä tahansa lahjoitusta pidämme erittäin tärkeänä. Kiitokset!" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:112 +msgid "Please click \"Works\" on WordPress.org" +msgstr "Klikkaa \\\"Works\\\" WordPress.org-sivuilla" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:117 +msgid "Give it a good rating on WordPress.org" +msgstr "Anna hyvä arvosana WordPress.org:issa" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:122 +msgid "Visit the plugin homepage" +msgstr "Käy lisäosan kotisivulla" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:127 +msgid "Help translating it" +msgstr "Auta kääntämään se" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:149 +msgid "Graphic Library" +msgstr "Grafiikkakirjasto" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:165 +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:214 +msgid "Loading…" +msgstr "Lataan…" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:165 +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:214 +msgid "This widget requires JavaScript." +msgstr "Tämä vimpain edellyttää JavaScriptiä." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:178 +msgid "Thanks to all donators..." +msgstr "Kiitos kaikille lahjoittajille..." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:200 +msgid "View all" +msgstr "Katso kaikki" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:226 +#, php-format +msgid "Newsfeed could not be loaded. Check the front page to check for updates." +msgstr "" +"Uutissyötettä ei voitu ladata. Tarkista etusivulta " +"päivitykset." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:238 +msgid "Untitled" +msgstr "Nimetön" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:303 +msgid "At a Glance" +msgstr "Lyhyesti" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:356 +msgid "Storage Space" +msgstr "Tallennustila" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:360 +#, php-format +msgid "%2$sMB" +msgstr "" +"%2$sMB" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:361 +msgid "Space Allowed" +msgstr "Välilyönti sallittu" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:368 +#, php-format +msgid "%2$sMB (%3$s%%)" +msgstr "" +"%2$sMB " +"(%3$s%%)" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:369 +msgid "Space Used" +msgstr "Välilyönti käytössä" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:395 +msgid "No GD support" +msgstr "Ei GD-tukea" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:427 +msgid "Not set" +msgstr "Ei asetettu" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:429 +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:432 +msgid "On" +msgstr "Päällä" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:430 +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:433 +msgid "Off" +msgstr "Pois" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:437 +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:440 +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:443 +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:446 +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:449 +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:452 +msgid "N/A" +msgstr "N/A" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:451 +msgid " MByte" +msgstr " Mtavua" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:464 +msgid "Operating System" +msgstr "Käyttöjärjestelmä" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:465 +msgid "Server" +msgstr "Palvelin" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:466 +msgid "Memory usage" +msgstr "Muistin käyttö" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:467 +msgid "MYSQL Version" +msgstr "MYSQL Versio" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:468 +msgid "SQL Mode" +msgstr "SQL-tila" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:469 +msgid "PHP Version" +msgstr "PHP Versio" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:470 +msgid "PHP Safe Mode" +msgstr "PHP Safe Mode" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:471 +msgid "PHP Allow URL fopen" +msgstr "PHP salli URL fopen" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:472 +msgid "PHP Memory Limit" +msgstr "PHP muistiraja" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:473 +msgid "PHP Max Upload Size" +msgstr "PHP Max latauskoko" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:474 +msgid "PHP Max Post Size" +msgstr "PHP Max artikkelikoko" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:475 +msgid "PCRE Backtracking Limit" +msgstr "PCRE Backtracking -raja" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:476 +msgid "PHP Max Script Execute Time" +msgstr "PHP Max skriptin suoritusaika" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:477 +msgid "PHP Exif support" +msgstr "PHP Exif-tuki" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:478 +msgid "PHP IPTC support" +msgstr "PHP IPTC -tuki" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:479 +msgid "PHP XML support" +msgstr "PHP XML-tuki" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:491 +msgid "NextGEN Gallery contains some functions which are only available under PHP 5.2. You are using the old PHP 4 version, upgrade now! It's no longer supported by the PHP group. Many shared hosting providers offer both PHP 4 and PHP 5, running simultaneously. Ask your provider if they can do this." +msgstr "" +"NextGEN Gallery sisältää joitakin toimintoja, jotka toimivat versiolla PHP " +"5.2. Käytät vanhaa PHP 4 -versiota, päivitä nyt! PHP group ei enää tue sitä. " +"Monet yleiset hosting-palvelun tarjoajat antavat mahdollisuuden sekä versioon " +"PHP 4 että PHP 5, samanaikaisesti. Kysy palveluntarjoajaltasi, tarjoavatko he " +"tällaista." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/publish.php:35 +msgid "Post title" +msgstr "Artikkelin otsikko" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/publish.php:37 +msgid "Enter the post title " +msgstr "Anna artikkelin otsikko" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/publish.php:42 +msgid "Size of the image" +msgstr "Kuvan koko" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/publish.php:60 +msgid "Draft" +msgstr "Luonnos" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/roles.php:26 +msgid "Select the lowest role which should be able to access the following capabilities. NextGEN Gallery supports the standard roles from WordPress." +msgstr "" +"Valitse alin rooli, jonka pitäisi saada käyttöönsä seuraavat kyvykkyydet. " +"NextGEN Gallery tukee WordPressin standardirooleja." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/roles.php:27 +msgid "For a more flexible user management you can use the" +msgstr "Joustavampaan käyttäjähallintaan voit käyttää " + +#: products/photocrati_nextgen/modules/ngglegacy/admin/roles.php:31 +msgid "Main NextGEN Gallery overview" +msgstr "NextGEN Gallery yleistä päänäyttö" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/roles.php:35 +msgid "Use TinyMCE Button / Upload tab" +msgstr "Käytä TinyMCE -painiketta / latausvälilehti" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/roles.php:39 +msgid "Add gallery / Upload images" +msgstr "Lisää galleria / lataa kuvia" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/roles.php:43 +msgid "Manage gallery" +msgstr "Hallitse galleriaa" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/roles.php:47 +msgid "Manage others gallery" +msgstr "Hallitse toisten gallerioita" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/roles.php:51 +msgid "Manage tags" +msgstr "Tägit" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/roles.php:59 +msgid "Change style" +msgstr "Muuta tyyli" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/roles.php:63 +msgid "Change options" +msgstr "Muuta vaihtoehdot" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/roles.php:67 +msgid "NextGEN Attach Interface" +msgstr "NextGEN Liitä " + +#: products/photocrati_nextgen/modules/ngglegacy/admin/rotate.php:60 +msgid "Image rotated" +msgstr "Kuva käännetty" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/rotate.php:62 +msgid "Error rotating thumbnail" +msgstr "Virhe esikatselukuvan pyörityksessä" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/rotate.php:85 +msgid "90° clockwise" +msgstr "90° myötäpäivään" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/rotate.php:86 +msgid "90° anticlockwise" +msgstr "90° vastapäivään" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/rotate.php:87 +msgid "Flip vertically" +msgstr "Peilikuva pystysuoraan" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/rotate.php:88 +msgid "Flip horizontally" +msgstr "Peilikuva vaakasuoraan" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:22 +#: products/photocrati_nextgen/modules/ngglegacy/admin/upgrade.php:204 +#, php-format +msgid "Rebuild image structure : %s / %s images" +msgstr "Uudista kuvarakenne : %s / %s kuvaa" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:23 +#: products/photocrati_nextgen/modules/ngglegacy/admin/upgrade.php:205 +#, php-format +msgid "Rebuild gallery structure : %s / %s galleries" +msgstr "Uudista galleriarakenne : %s / %s galleriaa" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:24 +#: products/photocrati_nextgen/modules/ngglegacy/admin/upgrade.php:206 +#, php-format +msgid "Rebuild album structure : %s / %s albums" +msgstr "Uudista albumirakenne : %s / %s albumia" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:81 +#: products/photocrati_nextgen/modules/ngglegacy/admin/upgrade.php:263 +msgid "Done." +msgstr "Tehty." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:196 +msgid "Cache cleared" +msgstr "Välimuisti tyhjennetty" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:315 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:334 +msgid "General Options" +msgstr "Yleiset valinnat" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:317 +msgid "Image" +msgid_plural "Images" +msgstr[0] "Kuva" +msgstr[1] "Kuvat" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:319 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:572 +msgid "Effects" +msgstr "Efektit" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:320 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:614 +msgid "Watermark" +msgstr "Vesileima" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:340 +#: products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:54 +msgid "Gallery path" +msgstr "Galleriat" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:342 +msgid "This is the default path for all galleries" +msgstr "Tämä on kaikkien gallerioiden oletuspolku" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:345 +msgid "Delete image files" +msgstr "Poista kuvatiedostoja" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:347 +msgid "Delete files, when removing a gallery in the database" +msgstr "Poista tiedostot, kun poistat gallerian tietokannasta" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:350 +msgid "Activate permalinks" +msgstr "Aktivoi pysyvät linkit" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:352 +msgid "When you activate this option, you need to update your permalink structure one time." +msgstr "" +"Kun aktivoit tämän valinnan, sinun on päivitettävä linkkirakenne kerran." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:353 +msgid "Gallery slug name :" +msgstr "Gallerian lyhytnimi :" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:357 +msgid "Create new URL friendly image slugs" +msgstr "Luo uudet URL-ystävälliset kuvien lyhytnimet" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:358 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:474 +msgid "Proceed now" +msgstr "Etene" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:361 +msgid "Select graphic library" +msgstr "Valitse grafiikkakirjasto" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:362 +msgid "GD Library" +msgstr "GD-kirjasto" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:363 +msgid "ImageMagick (Experimental). Path to the library :" +msgstr "ImageMagick (kokeellinen). Polku kirjastoon :" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:368 +msgid "Activate Media RSS feed" +msgstr "Media RSS -syöte" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:370 +msgid "A RSS feed will be added to you blog header. Useful for CoolIris/PicLens" +msgstr "Lisää RSS-syöte blogisi headeriin. Kätevä CoolIris/PicLensin kanssa" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:373 +msgid "Activate PicLens/CoolIris support" +msgstr "Lisää tuki PicLensille ja CoolIrisille" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:375 +msgid "When you activate this option, some javascript is added to your site footer. Make sure that wp_footer is called in your theme." +msgstr "" +"Jos aktivoitu, JavaScript lisätään sivustosi alaotsikkoon. Varmista, että " +"teemasi kutsuu wp_footer:ia." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:378 +msgid "Tags / Categories" +msgstr "Tägit / kategoriat" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:381 +msgid "Activate related images" +msgstr "Aktivoi liittyvät kuvat" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:383 +msgid "This option will append related images to every post" +msgstr "Tämä lisää liittyvät kuvat kaikkiin artikkeleihin" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:387 +msgid "Match with" +msgstr "Vertaa" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:393 +msgid "Max. number of images" +msgstr "Kuvien maksimimäärä" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:395 +msgid "0 will show all images" +msgstr "0 näyttää kaikki kuvat" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:399 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:435 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:477 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:562 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:597 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:860 +msgid "More settings" +msgstr "Lisää asetuksia" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:409 +msgid "Thumbnail settings" +msgstr "Esikatselukuvien asetukset" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:413 +msgid "Please note : If you change the settings, you need to recreate the thumbnails under -> Manage Gallery ." +msgstr "" +"Huom : Jos muutat näitä asetuksia, sinun on luotava esikatselukuvat uudelleen " +"-> Gallerian hallinta." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:422 +msgid "These values are maximum values " +msgstr "Nämä ovat maksimiarvot." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:445 +msgid "Image settings" +msgstr "Kuva-asetukset" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:451 +msgid "Resize Images" +msgstr "Muuta kuvakokoa" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:460 +msgid "Backup original images" +msgstr "Varmista alkuperäiskuvat" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:462 +msgid "Creates a backup for inserted images" +msgstr "uo varmistus kooltaan muutetuista kuvista" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:465 +msgid "Automatically resize" +msgstr "Muuta koko automaattisesti" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:467 +msgid "Automatically resize images on upload." +msgstr "Muuta kuvien koko automaattisesti latauksessa." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:470 +msgid "Single picture" +msgstr "Yksittäiskuva" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:473 +msgid "Clear cache folder" +msgstr "Tyhjennä välimuistikansio" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:494 +msgid "Deactivate gallery page link" +msgstr "Inline-galleriat" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:496 +msgid "The album will not link to a gallery subpage. The gallery is shown on the same page." +msgstr "Gallerioita ei näytetä alasivulla, vaan samalla sivulla." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:500 +msgid "Number of images per page" +msgstr "Kuvien lukumäärä sivulla" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:502 +msgid "0 will disable pagination, all images on one page" +msgstr "0 estää sivutuksen, kaikki kuvat samalla sivulla" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:506 +msgid "Number of columns" +msgstr "Sarakkeita" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:508 +msgid "0 will display as much as possible based on the width of your theme. Setting normally only required for captions below the images" +msgstr "" +"0 näyttää niin monta kuin mahtuu teemasi sisältöleveydelle. Asetus tarvitaan " +"yleensä vain kuviatekstejä varten." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:512 +msgid "Integrate slideshow" +msgstr "Diasarja" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:519 +msgid "Show first" +msgstr "Näytä ensin" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:525 +msgid "Show ImageBrowser" +msgstr "Kuvaselain" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:527 +msgid "The gallery will open the ImageBrowser instead the effect." +msgstr "Galleria avautuu kuvaselaimeen eikä efektiin." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:531 +msgid "Add hidden images" +msgstr "Lisää piilotetut kuvat" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:533 +msgid "If pagination is used, this option will still show all images in the modal window (Thickbox, Lightbox etc.). Note : This increases the page load" +msgstr "" +"Lataa kaikki kuvat modaali-ikkunaan kun sivutus on käytössä (esim. Thickbox, " +"Lightbox jne.). huom: tämä lisää sivukuormitusta (mahdollisesti paljonkin)" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:539 +msgid "Browse images without reload the page. Note : Works only in combination with Shutter effect" +msgstr "Selaa kuvia AJAX-sivutuksella ilman sivun latausta." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:543 +msgid "Sort options" +msgstr "Lajitteluvaihtoehdot" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:546 +msgid "Sort thumbnails" +msgstr "Lajittele esikatselukuvat" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:548 +msgid "Custom order" +msgstr "Räätälöity järjestys" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:550 +msgid "File name" +msgstr "Tiedostonimi" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:551 +msgid "Alt / Title text" +msgstr "Alt / otsikkoteksti" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:552 +#: products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser-exif.php:58 +msgid "Date / Time" +msgstr "Pvm/aika" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:556 +msgid "Sort direction" +msgstr "Lajittelusuunta" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:576 +msgid "Here you can select the thumbnail effect, NextGEN Gallery will integrate the required HTML code in the images. Please note that only the Shutter and Thickbox effect will automatic added to your theme." +msgstr "" +"Tässä voit valita esikatselukuvien efektin, NextGEN Gallery lisää tarvittavan " +"HTML-koodin kuviin. Huomaa, että vain Shutter- ja Thickbox -efektit lisätään " +"automaattisesti teemaasi. " + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:577 +msgid "With the placeholder" +msgstr "Sijoituspaikalla" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:577 +msgid "you can activate a navigation through the images (depend on the effect). Change the code line only , when you use a different thumbnail effect or you know what you do." +msgstr "" +"voit aktivoida navigoinnin kuvista (efektistä riippuen). Muuta koodiriviä " +"vain, kun käytät toista esikatselukuvien efektiä tai tiedät, mitä olet " +"tekemässä." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:580 +msgid "JavaScript Thumbnail effect" +msgstr "JavaScript-esikatselukuva-efekti" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:584 +msgid "Thickbox" +msgstr "Thickbox" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:585 +msgid "Lightbox" +msgstr "Lightbox" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:586 +msgid "Highslide" +msgstr "Highslide" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:587 +msgid "Shutter" +msgstr "Suljin" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:593 +msgid "Link Code line" +msgstr "Linkki-koodirivi" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:615 +msgid "Please note : You can only activate the watermark under -> Manage Gallery . This action cannot be undone." +msgstr "" +"Huom: voit aktivoida vesileiman vain --> Gallerian hallinta. Toimenpidettä ei " +"voi peruuttaa." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:620 +msgid "Preview" +msgstr "Esikatselu" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:622 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:627 +msgid "Position" +msgstr "Sijainti" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:647 +msgid "Offset" +msgstr "Siirtymä" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:663 +msgid "Use image as watermark" +msgstr "Käytä kuvaa vesileimana" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:666 +msgid "URL to file" +msgstr "URL tiedostoon" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:668 +msgid "The accessing of URL files is disabled at your server (allow_url_fopen)" +msgstr "URL -tiedostoihin pääsy on estettynä palvelimellasi (allow_url_fopen)" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:671 +msgid "Use text as watermark" +msgstr "Käytä tekstiä vesileimana" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:674 +msgid "Font" +msgstr "Font" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:683 +msgid "This function will not work, cause you need the FreeType library" +msgstr "Tämä ei toimi, koska tarvitset FreeType-kirjaston" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:685 +msgid "You can upload more fonts in the folder nggallery/fonts" +msgstr "Voit ladata lisää fontteja kansioon nggallery/fonts." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:694 +msgid "Color" +msgstr "Väri" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:696 +msgid "(hex w/o #)" +msgstr "(hex w/o #)" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:699 +msgid "Text" +msgstr "Teksti" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:703 +msgid "Opaque" +msgstr "Läpinäkyvä" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:724 +msgid "Default size (W x H)" +msgstr "Oletuskoko (L x K)" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:729 +msgid "Duration time" +msgstr "Kestoaika" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:730 +msgid "sec." +msgstr "s." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:733 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:810 +msgid "Transition / Fade effect" +msgstr "Siirtymäefekti" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:736 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:813 +msgid "fade" +msgstr "häivytys" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:737 +msgid "blindX" +msgstr "blindX" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:738 +msgid "cover" +msgstr "peitto" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:739 +msgid "scrollUp" +msgstr "scrollUp" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:740 +msgid "scrollDown" +msgstr "scrollDown" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:741 +msgid "shuffle" +msgstr "sekoitus" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:742 +msgid "toss" +msgstr "heitto" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:743 +msgid "wipe" +msgstr "pyyhi" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:745 +msgid "See here for more information about the effects :" +msgstr "Täältä löytyy lisätietoa efekteistä:" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:749 +msgid "Settings for the JW Image Rotator" +msgstr "JW Image Rotatorin asetukset" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:758 +msgid "The path to JW Image Rotator is not defined, the slideshow will not work." +msgstr "Polkua JW Image Rotatoriin ei ole määriteltynä, diashow ei toimiwork." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:770 +msgid "Path to the JW Image Rotator (URL)" +msgstr "Polku JW Image Rotatoriin (URL)" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:773 +msgid "Search now" +msgstr "Etsi nyt" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:774 +msgid "Press the button below to search for the JW Image Rotator" +msgstr "Klikkaa 'Etsi nyt' hakeaksesi automaattisesti imagerotatorin" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:778 +msgid "Shuffle mode" +msgstr "Sekoitustila" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:796 +msgid "You can change the logo at the watermark settings" +msgstr "Voit muttaa logoa vesileima-asetuksista" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:802 +msgid "true" +msgstr "tosi" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:803 +msgid "false" +msgstr "epätosi" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:804 +msgid "fit" +msgstr "sovita" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:805 +msgid "none" +msgstr "ei mitään" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:814 +msgid "bgfade" +msgstr "taustahäivytys" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:815 +msgid "slowfade" +msgstr "hidas häivytys" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:816 +msgid "circles" +msgstr "ympyrät" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:817 +msgid "bubbles" +msgstr "kuplat" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:818 +msgid "blocks" +msgstr "lohkot" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:819 +msgid "fluids" +msgstr "nesteet" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:820 +msgid "flash" +msgstr "salama" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:821 +msgid "lines" +msgstr "viivat" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:831 +msgid "Background Color" +msgstr "Taustaväri (BG)" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:836 +msgid "Texts / Buttons Color" +msgstr "Teksti- / nappiväri" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:841 +msgid "Rollover / Active Color" +msgstr "Rollover / aktiivi (linkki) -väri" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:846 +msgid "Screen Color" +msgstr "Ruudun väri" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:851 +msgid "Background music (URL)" +msgstr "Taustamusiikki (URL)" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:855 +msgid "Try XHTML validation (with CDATA)" +msgstr "Kokeile XHTML-validointia (hyödyntää CDATA)" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:857 +msgid "Important : Could causes problem at some browser. Please recheck your page." +msgstr "" +"Tärkeää: Voi aiheuttaa ongelmia joisskin selaimissa. Tarkista sivusi " +"uudelleen." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/showmeta.php:29 +msgid "Meta Data" +msgstr "Metadata" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/showmeta.php:34 +#: products/photocrati_nextgen/modules/ngglegacy/admin/showmeta.php:60 +#: products/photocrati_nextgen/modules/ngglegacy/admin/showmeta.php:85 +#: products/photocrati_nextgen/modules/ngglegacy/admin/showmeta.php:109 +msgid "Tag" +msgstr "Tägi" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/showmeta.php:35 +#: products/photocrati_nextgen/modules/ngglegacy/admin/showmeta.php:61 +#: products/photocrati_nextgen/modules/ngglegacy/admin/showmeta.php:86 +#: products/photocrati_nextgen/modules/ngglegacy/admin/showmeta.php:110 +msgid "Value" +msgstr "Arvo" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/showmeta.php:49 +msgid "No meta data saved" +msgstr "Ei tallennettua metadataa" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/showmeta.php:55 +msgid "EXIF Data" +msgstr "EXIF Data" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/showmeta.php:74 +msgid "No exif data" +msgstr "ei exif-dataa" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/showmeta.php:81 +msgid "IPTC Data" +msgstr "IPTC Data" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/showmeta.php:105 +msgid "XMP Data" +msgstr "XMP Data" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/style.php:11 +msgid "(From the theme folder)" +msgstr "(teeman kansiosta)" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/style.php:43 +msgid "You do not have sufficient permissions to edit templates for this blog." +msgstr "Sinulla ei ole riittäviä oikeuksia tämän blogin templaten muokkaukseen." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/style.php:52 +msgid "CSS file successfully updated" +msgstr "CSS-tiedosto päivitetty onnistuneesti" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/style.php:91 +msgid "Activate and use style sheet:" +msgstr "Aktivoi ja käytä tyylitiedostoa:" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/style.php:111 +msgid "Activate" +msgstr "Aktivoi" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/style.php:121 +#, php-format +msgid "Editing %s" +msgstr "Muokkaa %s" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/style.php:123 +#, php-format +msgid "Browsing %s" +msgstr "Selaa %s" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/style.php:133 +msgid "Version" +msgstr "Versio" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/style.php:136 +msgid "Tip : Copy your stylesheet (nggallery.css) to your theme folder, so it will be not lost during a upgrade" +msgstr "" +"Vihje : Kopioi tyylitiedostosi (nggallery.css) teemasi kansioon, niin et " +"menetä sitä päivityksissä" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/style.php:138 +msgid "Your theme contain a NextGEN Gallery stylesheet (nggallery.css), this file will be used" +msgstr "" +"Teemasi sisltää NextGEN Gallery tyylitiedoston (nggallery.css), tätä " +"tiedostoa käytetään" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/style.php:140 +msgid "Tip No. 2: Use the color picker below to help you find the right color scheme for your gallery!" +msgstr "" +"Vihje No. 2: Käytä alla olevaa väripoimintaa löytääksesi oikean " +"värivalikoiman galleriaasi!" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/style.php:156 +msgid "Update File" +msgstr "Päivitä tiedosto" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/style.php:159 +msgid "If this file were writable you could edit it." +msgstr "Voisit päivittää tätä tiedostoa, jos se olisi päivitettävissä." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/style.php:164 +msgid "Oops, no such file exists! Double check the name and try again, merci." +msgstr "" +"Oho, sellaista tiedostoa ei ole! Varmista nimi ja yritä uudelleen, merci." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:41 +msgid "Most popular" +msgstr "Suosituin" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:42 +msgid "Least used" +msgstr "Vähiten käytetty" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:43 +msgid "Alphabetical" +msgstr "Aakkosellinen" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:100 +msgid "Manage image tags" +msgstr "Hallitse kuvatägejä" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:112 +msgid "Existing Tags" +msgstr "Olevat tägit" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:116 +msgid "Search tags" +msgstr "Etsi tägejä" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:120 +msgid "Go" +msgstr "Aloita" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:125 +msgid "Sort Order:" +msgstr "Lajittelujärjestys" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:160 +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:164 +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:177 +msgid "Previous tags" +msgstr "Edelliset tägit" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:173 +msgid "Next tags" +msgstr "Seuraavat tägit" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:185 +msgid "Rename Tag" +msgstr "Anna tägille uusi nimi" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:193 +msgid "Enter the tag to rename and its new value. You can use this feature to merge tags too. Click \"Rename\" and all posts which use this tag will be updated." +msgstr "" +"Anna tägi uutta nimeä ja arvoa varten. Voit käyttää tätä ominaisuutta myös " +"tägien yhdistämiseen. Klikkaa \"Uudelleennimeä\" ja kaikki tätä tägiä " +"käyttävät artikkelit päivitetään." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:194 +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:242 +msgid "You can specify multiple tags to rename by separating them with commas." +msgstr "" +"Voit määritellä useita tägejä uudelleennimettäväksi erottamalla ne pilkuilla." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:198 +msgid "Tag(s) to rename:" +msgstr "Tägi(t) uudelleennimettäväksi:" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:202 +msgid "New tag name(s):" +msgstr "Tägien uudet nimet:" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:205 +msgid "Rename" +msgstr "Uudelleennimeä" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:211 +msgid "Delete Tag" +msgstr "Poista tägi" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:219 +msgid "Enter the name of the tag to delete. This tag will be removed from all posts." +msgstr "Anna poistettavan tägin nimi. Tägi poistetaan kaikista kuvista." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:220 +msgid "You can specify multiple tags to delete by separating them with commas" +msgstr "Voit poistaa useita tägejä erottamalla ne toisistaan pilkuilla." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:224 +msgid "Tag(s) to delete:" +msgstr "Tägi(t) poistettavaksi:" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:233 +msgid "Edit Tag Slug" +msgstr "Muokkaa tägin lyhytnimeä" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:241 +msgid "Enter the tag name to edit and its new slug. This will be used in tagcloud links. Slug definition" +msgstr "" +"Anna tägin nimi muokkausta ja uutta lyhytnimeä varten. Mikä on " +"lyhytnimi (Slug - engl.)?" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:246 +msgid "Tag(s) to match:" +msgstr "Vertailtava(t) tägi(t) :" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:250 +msgid "Slug(s) to set:" +msgstr "Asetettava(t) lyhytnimi(et):" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/templates/manage_gallery/gallery_create_page_field.php:3 +msgid "Main Page (no parent)" +msgstr "Pääsivu (ei emosivua)" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/templates/manage_gallery/gallery_create_page_field.php:10 +msgid "Add page" +msgstr "Lisää sivu" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/templates/manage_gallery/gallery_link_to_page_field.php:3 +msgid "Not linked" +msgstr "Ei linkitetty" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/thumbnails-template.php:103 +msgid "These are maximum values" +msgstr "Nämä ovat maksimiarvot" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/upgrade.php:61 +msgid "Some folders/files could not renamed, please recheck the permission and rescan the folder in the manage gallery section." +msgstr "" +"Joitakin kansioita/tiedostoja ei voitu nimetä uudelleen, tarkista oikeudet ja " +"skannaa kansio uudelleen gallerian hallintaosiossa." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/upgrade.php:63 +msgid "Rename failed" +msgstr "Uudelleennimeäminen epäonnistui" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/upgrade.php:159 +#: products/photocrati_nextgen/modules/ngglegacy/admin/upgrade.php:178 +msgid "Upgrade NextGEN Gallery" +msgstr "Päivitä NextGEN Gallery" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/upgrade.php:160 +msgid "The script detect that you upgrade from a older version." +msgstr "Tämä skripti tunnistaa, että voit päivittää vanhemmasta versiosta." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/upgrade.php:161 +msgid "Your database tables for NextGEN Gallery is out-of-date, and must be upgraded before you can continue." +msgstr "" +"Tiedokantasi NextGEN Gallery -taulut eivät ole ajan tasalla, sinun täytyy " +"päivittää ne ennenkuin voit jatkaa." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/upgrade.php:162 +msgid "If you would like to downgrade later, please make first a complete backup of your database and the images." +msgstr "" +"Jos haluat palata aikaisempaan versioon, tee ensin täydellinen varmistus " +"kokok tiedokannastasi ja kuvistasi." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/upgrade.php:163 +msgid "The upgrade process may take a while, so please be patient." +msgstr "Päivitys voi kestää hetken, malta." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/upgrade.php:164 +msgid "Start upgrade now" +msgstr "Aloita päivitys nyt" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/upgrade.php:180 +msgid "Upgrade finished..." +msgstr "Päivitys valmis..." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/upgrade.php:181 +msgid "Continue" +msgstr "Jatka" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:33 +msgid "Update successfully" +msgstr "Päivitys onnistui" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:48 +msgid "Network Options" +msgstr "Verkkovalinnat" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:56 +msgid "This is the default path for all blogs. With the placeholder %BLOG_ID% you can organize the folder structure better." +msgstr "" +"Tämä on kaikkien blogien oletuspolku. Paikkatiedolla %BLOG_ID% voit " +"organisoida hakemistorakenteen paremmin." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:57 +#, php-format +msgid "The default setting should be %s" +msgstr "Oletusasetuksen pitäisi olla %s" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:61 +msgid "Enable upload quota check" +msgstr "Salli latauksen quota-tarkistus" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:63 +msgid "Should work if the gallery is bellow the blog.dir" +msgstr "Pitäisi toimia, jos galleria sijaitsee blog.dir alla" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:67 +msgid "Enable zip upload option" +msgstr "Salli zip-lataus" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:69 +msgid "Allow users to upload zip folders." +msgstr "Salli käyttäjien ladata zip-kansioita." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:73 +msgid "Enable import function" +msgstr "Salli tuontitoiminto" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:75 +msgid "Allow users to import images folders from the server." +msgstr "Sallii käyttäjien tuoda kuvakansioita palvelimelta." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:79 +msgid "Enable style selection" +msgstr "Salli tyylin valinta" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:81 +msgid "Allow users to choose a style for the gallery." +msgstr "Sallii käyttäjien valita gallerian tyylin." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:85 +msgid "Enable roles/capabilities" +msgstr "Salli roolit/kyvykkyydet" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:87 +msgid "Allow users to change the roles for other blog authors." +msgstr "Sallii käyttäjien vaihtaa toisten blogikirjoittajien rooleja." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:91 +msgid "Default style" +msgstr "Oletustyyli" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:108 +msgid "Choose the default style for the galleries." +msgstr "Valitse gallerioiden oletustyyli." + +#: products/photocrati_nextgen/modules/ngglegacy/lib/core.php:410 +#, php-format +msgid "Note : Based on your server memory limit you should not upload larger images then %d x %d pixel" +msgstr "" +"Huom : palvelimesti muistirajan vuoksi sinun ei pitäisi ladata suurempia " +"kuvia kuin %d x %d pikseliä" + +#: products/photocrati_nextgen/modules/ngglegacy/lib/ngg-db.php:337 +#: products/photocrati_nextgen/modules/ngglegacy/lib/ngg-db.php:338 +msgid "Album overview" +msgstr "Yleistä albumista" + +#: products/photocrati_nextgen/modules/ngglegacy/lib/post-thumbnail.php:68 +#: products/photocrati_nextgen/modules/ngglegacy/lib/post-thumbnail.php:70 +msgid "Set NextGEN featured image" +msgstr "Aseta NextGEN esikatselukuva" + +#: products/photocrati_nextgen/modules/ngglegacy/lib/post-thumbnail.php:328 +#: products/photocrati_nextgen/modules/ngglegacy/lib/post-thumbnail.php:329 +msgid "Set featured image" +msgstr "Aseta esikatselukuva" + +#: products/photocrati_nextgen/modules/ngglegacy/lib/post-thumbnail.php:356 +msgid "Remove featured image" +msgstr "Poista esikatselukuva" + +#: products/photocrati_nextgen/modules/ngglegacy/lib/rewrite.php:223 +msgid "Album" +msgid_plural "Albums" +msgstr[0] "Albumi" +msgstr[1] "Albumit" + +#: products/photocrati_nextgen/modules/ngglegacy/lib/tags.php:35 +msgid "No new tag specified!" +msgstr "Uutta tägiä ei määriteltynä!" + +#: products/photocrati_nextgen/modules/ngglegacy/lib/tags.php:50 +msgid "No new/old valid tag specified!" +msgstr "Uutta/vanhaa tägiä ei määriteltynä!" + +#: products/photocrati_nextgen/modules/ngglegacy/lib/tags.php:86 +msgid "No tag renamed." +msgstr "Yhtään tägiä ei nimetty uudelleen." + +#: products/photocrati_nextgen/modules/ngglegacy/lib/tags.php:88 +#, php-format +msgid "Renamed tag(s) «%1$s» to «%2$s»" +msgstr "Nimeä uudelleen tägi(t) «%1$s» - «%2$s»" + +#: products/photocrati_nextgen/modules/ngglegacy/lib/tags.php:95 +msgid "No valid new tag." +msgstr "Ei kelvollista uutta tägiä." + +#: products/photocrati_nextgen/modules/ngglegacy/lib/tags.php:112 +msgid "No objects (post/page) found for specified old tags." +msgstr "Vanhoille tägeille ei löytynyt mitään kohteita (artikkeli/sivu)." + +#: products/photocrati_nextgen/modules/ngglegacy/lib/tags.php:141 +msgid "No tag merged." +msgstr "Yhtään tägiä ei yhdistetty." + +#: products/photocrati_nextgen/modules/ngglegacy/lib/tags.php:143 +#, php-format +msgid "Merge tag(s) «%1$s» to «%2$s». %3$s objects edited." +msgstr "" +"Yhdistä tagi(t) «%1$s» - «%2$s». %3$s objektia " +"muokattu." + +#: products/photocrati_nextgen/modules/ngglegacy/lib/tags.php:146 +msgid "Error. Not enough tags provided to rename or merge." +msgstr "" +"Virhe. Uudelleennimeämistä tai yhdistämistä varen ei ole tarpeeksi tägejä." + +#: products/photocrati_nextgen/modules/ngglegacy/lib/tags.php:165 +msgid "No tag specified!" +msgstr "Mitään tägiä ei määritelty!" + +#: products/photocrati_nextgen/modules/ngglegacy/lib/tags.php:188 +msgid "No tag deleted." +msgstr "Yhtään tägiä ei poistettu." + +#: products/photocrati_nextgen/modules/ngglegacy/lib/tags.php:190 +#, php-format +msgid "%1s tag(s) deleted." +msgstr "%1s tägi(ä) poistettu." + +#: products/photocrati_nextgen/modules/ngglegacy/lib/tags.php:206 +msgid "No new slug(s) specified!" +msgstr "Mitään uutta lyhytnimeä ei ole määritelty!" + +#: products/photocrati_nextgen/modules/ngglegacy/lib/tags.php:218 +msgid "Tags number and slugs number isn't the same!" +msgstr "Tägin numero ja lyhytnimen numero eivät ole samat!" + +#: products/photocrati_nextgen/modules/ngglegacy/lib/tags.php:245 +msgid "No slug edited." +msgstr "Yhtään lyhytnimeä ei muokattu." + +#: products/photocrati_nextgen/modules/ngglegacy/lib/tags.php:247 +#, php-format +msgid "%s slug(s) edited." +msgstr "%s lyhytnimi(ä) muokattu." + +#: products/photocrati_nextgen/modules/ngglegacy/nggallery.php:64 +msgid "Translation by : See here" +msgstr "" +"Kääntänyt : Katso täältä" + +#: products/photocrati_nextgen/modules/ngglegacy/nggallery.php:65 +msgid "This translation is not yet updated for Version 1.9.0. If you would like to help with translation, download the current po from the plugin folder and read here how you can translate the plugin." +msgstr "" +"Tätä käännöstä ei ole vielä täysin päivitetty versioon " +"2.1.62. Jos haluat auttaa käännöksessä, lataa uusin .po -tiedosto " +"lisäosan hakemistosta ja lue tästä miten voit kääntää lisäosan." + +#: products/photocrati_nextgen/modules/ngglegacy/nggallery.php:158 +msgid "Sorry, NextGEN Gallery works only with a Memory Limit of 16 MB or higher" +msgstr "Sori, NextGEN Gallery toimii vain muistirajalla 16 Mt tai isompi" + +#: products/photocrati_nextgen/modules/ngglegacy/nggallery.php:184 +msgid "Picture tag" +msgstr "Kuvan tägi" + +#: products/photocrati_nextgen/modules/ngglegacy/nggallery.php:185 +msgid "Picture tag: %2$l." +msgstr "Kuvan tägi: %2$l." + +#: products/photocrati_nextgen/modules/ngglegacy/nggallery.php:186 +msgid "Separate picture tags with commas." +msgstr "Erota kuvatägit pilkuilla." + +#: products/photocrati_nextgen/modules/ngglegacy/nggallery.php:324 +msgid "Get help" +msgstr "Apua" + +#: products/photocrati_nextgen/modules/ngglegacy/nggallery.php:325 +msgid "Contribute" +msgstr "Tue" + +#: products/photocrati_nextgen/modules/ngglegacy/nggfunctions.php:29 +msgid "[Gallery not found]" +msgstr "[Galleriaa ei löytynyt]" + +#: products/photocrati_nextgen/modules/ngglegacy/nggfunctions.php:163 +msgid "Related images for" +msgstr "Liittyvät kuvat" + +#: products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser-exif.php:38 +msgid "Meta data" +msgstr "Metadata" + +#: products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser-exif.php:42 +msgid "Camera / Type" +msgstr "Kamera / Tyyppi" + +#: products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser-exif.php:50 +msgid "Focal Length" +msgstr "Polttoväli" + +#: products/photocrati_nextgen/modules/ngglegacy/xml/media-rss.php:50 +msgid "No galleries have been yet created." +msgstr "Yhtään galleriaa ei ole vielä luotu." + +#: products/photocrati_nextgen/modules/ngglegacy/xml/media-rss.php:69 +#, php-format +msgid "The gallery ID=%s does not exist." +msgstr "Galleria ID=%s ei ole olemassa." + +#: products/photocrati_nextgen/modules/ngglegacy/xml/media-rss.php:100 +msgid "No album ID has been provided as parameter" +msgstr "Parametrina ei ole annettu mitään Album ID:tä" + +#: products/photocrati_nextgen/modules/ngglegacy/xml/media-rss.php:108 +#, php-format +msgid "The album ID=%s does not exist." +msgstr "Albumi ID=%s ei ole olemassa." + +#: products/photocrati_nextgen/modules/ngglegacy/xml/media-rss.php:115 +msgid "Invalid MediaRSS command" +msgstr "Väärä MediaRSS -komento" + +msgid "NextGEN Basic Compact Album" +msgstr "NextGEN tiivis perus-albumi" + +msgid "NextGEN Basic Extended Album" +msgstr "NextGEN laajennettu perus-albumi" + +msgid "NextGEN Basic Thumbnails" +msgstr "NextGEN perus-esikatselukuvat" + +msgid "NextGEN Basic Slideshow" +msgstr "NextGEN perus-diashow" + +msgid "NextGEN Basic ImageBrowser" +msgstr "NextGEN perus-kuvaselain" + +msgid "NextGEN Basic Singlepic" +msgstr "NextGEN perus-yksittäiskuva" + +msgid "NextGEN Basic Tagcloud" +msgstr "NextGEN perus-tägipilvi" + diff --git a/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/i18n/lang/nggallery-fil.mo b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/i18n/lang/nggallery-fil.mo new file mode 100644 index 0000000000000000000000000000000000000000..be325b2590e4e542db85f351fa395c17e74156ac GIT binary patch literal 78627 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 literal 0 HcmV?d00001 diff --git a/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/i18n/lang/nggallery-fil.po b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/i18n/lang/nggallery-fil.po new file mode 100644 index 0000000..7be5025 --- /dev/null +++ b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/i18n/lang/nggallery-fil.po @@ -0,0 +1,4330 @@ +# NextGEN Gallery base (English) .po source +# Copyright (C) 2014 Photocrati Media +# This file is distributed under the same license as the NextGEN Gallery package. +# +msgid "" +msgstr "" +"Project-Id-Version: NextGEN Gallery\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2014-02-20 19:45-0800\n" +"PO-Revision-Date: 2014-05-27 20:07+0800\n" +"Last-Translator: kristen \n" +"Language-Team: Photocrati Media\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"Language: fil\n" +"X-Generator: Poedit 1.6.5\n" + +#: nggallery.php:290 +#, php-format +msgid "Every %d seconds" +msgstr "Every %d seconds" + +#: products/photocrati_nextgen/modules/attach_to_post/adapter.attach_to_post_ajax.php:157 +#, php-format +msgid "Album: %s" +msgstr "Album:% s" + +#: products/photocrati_nextgen/modules/attach_to_post/adapter.attach_to_post_ajax.php:159 +#, php-format +msgid "Gallery: %s" +msgstr "Gallery: %s" + +#: products/photocrati_nextgen/modules/attach_to_post/adapter.attach_to_post_ajax.php:177 +msgid "Missing parameters" +msgstr "Nawawalang parameter" + +#: products/photocrati_nextgen/modules/attach_to_post/adapter.attach_to_post_ajax.php:213 +msgid "Displayed gallery does not exist" +msgstr "Ipinakitang gallery ay hindi umiiral" + +#: products/photocrati_nextgen/modules/attach_to_post/adapter.attach_to_post_ajax.php:216 +msgid "Invalid request" +msgstr "Di-wastong kahilingan" + +#: products/photocrati_nextgen/modules/attach_to_post/class.attach_controller.php:248 +msgid "NextGEN Gallery - Attach To Post" +msgstr "NextGen Gallery - I-attach para mag Post" + +#: products/photocrati_nextgen/modules/attach_to_post/class.attach_controller.php:266 +msgid "Display Galleries" +msgstr "Mga Gallery Display" + +#: products/photocrati_nextgen/modules/attach_to_post/class.attach_controller.php:273 +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/adapter.nextgen_addgallery_controller.php:7 +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:192 +msgid "Add Gallery / Images" +msgstr "Magdagdag ng Gallery / Images" + +#: products/photocrati_nextgen/modules/attach_to_post/class.attach_controller.php:280 +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:160 +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:194 +msgid "Manage Galleries" +msgid_plural "Manage Galleries" +msgstr[0] "pamahalaan ang Mga Gallery" +msgstr[1] "pamahalaan ang Mga Gallery" + +#: products/photocrati_nextgen/modules/attach_to_post/class.attach_controller.php:287 +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:404 +msgid "Manage Albums" +msgid_plural "Manage Albums" +msgstr[0] "pamahalaan ang Album" +msgstr[1] "pamahalaan ang Album" + +#: products/photocrati_nextgen/modules/attach_to_post/class.attach_controller.php:294 +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:162 +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:198 +msgid "Manage Tags" +msgstr "pamahalaan ang Mga Tag" + +#: products/photocrati_nextgen/modules/attach_to_post/mixin.attach_to_post_display_tab.php:115 +msgid "What would you like to display?" +msgstr "Ano ang gusto mong ipakita?" + +#: products/photocrati_nextgen/modules/attach_to_post/mixin.attach_to_post_display_tab.php:139 +msgid "Select a display type" +msgstr "Pumili ng uri ng display" + +#: products/photocrati_nextgen/modules/attach_to_post/mixin.attach_to_post_display_tab.php:162 +msgid "Customize the display settings" +msgstr "I-customize ang mga setting ng display" + +#: products/photocrati_nextgen/modules/attach_to_post/mixin.attach_to_post_display_tab.php:253 +msgid "No display type selected" +msgstr "Walang uri ng napiling display" + +#: products/photocrati_nextgen/modules/attach_to_post/mixin.attach_to_post_display_tab.php:271 +msgid "Sort or Exclude Images" +msgstr "Pagsunud-sunurin ayon o Ibukod ang Mga imahe" + +#: products/photocrati_nextgen/modules/attach_to_post/module.attach_to_post.php:186 +msgid "Invalid Displayed Gallery" +msgstr "Di-wastong Ipinapakitang Gallery" + +#: products/photocrati_nextgen/modules/attach_to_post/templates/display_tab.php:10 +#: products/photocrati_nextgen/modules/nextgen_admin/templates/nextgen_admin_page.php:25 +msgid "Save" +msgstr "Save" + +#: products/photocrati_nextgen/modules/attach_to_post/templates/display_tab_js.php:612 +msgid "Sources" +msgstr "Mga Pagmumulan" + +#: products/photocrati_nextgen/modules/attach_to_post/templates/display_tab_js.php:646 +#: products/photocrati_nextgen/modules/nextgen_admin/class.form.php:362 +msgid "(optional)" +msgstr "(opsyonal)" + +#: products/photocrati_nextgen/modules/attach_to_post/templates/display_tab_js.php:654 +msgid "" +"Sets an SEO-friendly name to this gallery for URLs. Currently only in use by " +"the Pro Lightbox." +msgstr "" +"Nagtatakda ng SEO-friendly na gallery para sa mga URL. Sa kasalukuyan " +"lamang sa paggamit ng Pro Lightbox." + +#: products/photocrati_nextgen/modules/attach_to_post/templates/display_tab_js.php:655 +msgid "Slug" +msgstr "Slug" + +#: products/photocrati_nextgen/modules/attach_to_post/templates/display_tab_js.php:860 +msgid "No entities to display for this source." +msgstr "Walang mga entity na ipapakita para sa source na ito." + +#: products/photocrati_nextgen/modules/attach_to_post/templates/display_tab_js.php:1264 +msgid "Select a gallery" +msgstr "Pumili ng isang gallery" + +#: products/photocrati_nextgen/modules/attach_to_post/templates/display_tab_js.php:1292 +msgid "Albums" +msgstr "Albums" + +#: products/photocrati_nextgen/modules/lightbox/adapter.lightbox_library_form.php:34 +msgid "Code" +msgstr "Code" + +#: products/photocrati_nextgen/modules/lightbox/adapter.lightbox_library_form.php:48 +msgid "Stylesheet URL" +msgstr "Stylesheet URL" + +#: products/photocrati_nextgen/modules/lightbox/adapter.lightbox_library_form.php:62 +msgid "Javascript URL" +msgstr "Javascript URL" + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/adapter.import_folder_form.php:7 +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/templates/import_folder.php:6 +msgid "Import Folder" +msgstr "Folder-import" + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/adapter.nextgen_addgallery_ajax.php:41 +msgid "No gallery name specified" +msgstr "Walang pangalan ng gallery tinukoy" + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/adapter.nextgen_addgallery_ajax.php:55 +msgid "Failed to extract images from ZIP" +msgstr "Nabigong i-extract ang mga imahe mula sa ZIP" + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/adapter.nextgen_addgallery_ajax.php:61 +msgid "Image generation failed" +msgstr "Nabigo ang pagbuo ng Imahe" + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/adapter.nextgen_addgallery_ajax.php:70 +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/adapter.nextgen_addgallery_ajax.php:150 +msgid "An unexpected error occured." +msgstr "May hindi inaasahang error na naganap." + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/adapter.nextgen_addgallery_ajax.php:77 +msgid "" +"No permissions to upload images. Try refreshing the page or ensuring that " +"your user account has sufficient roles/privileges." +msgstr "" +"Walang pahintulot upang mag-upload ng mga larawan. Subukang i-refresh ang " +"pahina o sa pagtiyak na ang iyong user account ay may sapat na mga " +"tungkulin / pribilehiyo." + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/adapter.nextgen_addgallery_ajax.php:117 +msgid "Directory does not exist." +msgstr "Directory ay hindi umiiral." + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/adapter.nextgen_addgallery_ajax.php:121 +msgid "No directory specified." +msgstr "Walang tinukoy na direktoryo." + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/adapter.nextgen_addgallery_ajax.php:125 +msgid "" +"No permissions to browse folders. Try refreshing the page or ensuring that " +"your user account has sufficient roles/privileges." +msgstr "" +"Walang pahintulot upang i-browse ang mga folder. Subukang i-refresh ang " +"pahina o sa pagtiyak na ang iyong user account ay may sapat na mga " +"tungkulin / pribilehiyo." + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/adapter.nextgen_addgallery_ajax.php:155 +msgid "No folder specified" +msgstr "Walang tinukoy na folder" + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/adapter.nextgen_addgallery_ajax.php:159 +msgid "" +"No permissions to import folders. Try refreshing the page or ensuring that " +"your user account has sufficient roles/privileges." +msgstr "" +"Walang pahintulot na mag-import ng mga folder. Subukang i-refresh ang pahina " +"o sa pagtiyak na ang iyong user account ay may sapat na mga tungkulin / " +"pribilehiyo." + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/adapter.upload_images_form.php:7 +msgid "Upload Images" +msgstr "Mag-upload ng Imahe" + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/templates/import_folder.php:1 +msgid "" +"Select a folder to import. The folder name will be used as the title of the " +"gallery." +msgstr "" +"Pumili ng folder upang i-import. Ang pangalan ng folder ay gagamitin bilang " +"pamagat ng gallery." + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/templates/import_folder.php:5 +msgid "Keep images in original location." +msgstr "Panatilihin ang mga imahe sa orihinal na lokasyon." + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/templates/import_folder.php:5 +msgid "" +"Caution: If you keep images in the original folder and later delete the " +"gallery, the images in that folder might be deleted depending on your " +"settings." +msgstr "" +"Babala: Kung gusto mong panatilihin ang mga imahe sa orihinal na folder at " +"sa ibang pagkakataon tanggalin ang gallery, ang mga imahe sa folder ay " +"maaaring matanggal depende sa iyong mga setting." + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/templates/import_folder.php:39 +msgid "Importing gallery" +msgstr "Ini-import ang gallery" + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/templates/import_folder.php:41 +msgid "In Progress..." +msgstr "Isinasagawa ..." + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/templates/import_folder.php:56 +#, php-format +msgid "Done! Successfully imported %s images" +msgstr "Tapos na! Matagumpay na na-import% s mga larawan" + +#: products/photocrati_nextgen/modules/attach_to_post/templates/display_tab_js.php:1268 +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/templates/upload_images.php:2 +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:189 +#: products/photocrati_nextgen/modules/ngglegacy/lib/rewrite.php:217 +#: products/photocrati_nextgen/modules/ngglegacy/lib/rewrite.php:226 +msgid "Gallery" +msgid_plural "Galleries" +msgstr[0] "galerya" +msgstr[1] "galerya" + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/templates/upload_images.php:4 +msgid "Create a new gallery" +msgstr "Lumikha ng isang bagong gallery" + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/templates/upload_images.php:13 +msgid "You browser doesn't have Flash, Silverlight, HTML5, or HTML4 support." +msgstr "" +"Ang iyong browser ay hindi naka Flash, Silverlight, HTML5, o HTML4 suporta." + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/templates/upload_images.php:99 +msgid "Drag image and ZIP files here or click Add Files" +msgstr "" +"I-drag ang mga imahe at ZIP file dito o i-click Magdagdag ng mga " +"File " + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/templates/upload_images.php:149 +#, php-format +msgid "%s images were uploaded successfully" +msgstr "% s mga larawan ay matagumpay na na-upload" + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/templates/upload_images.php:152 +msgid "1 image was uploaded successfully" +msgstr "% S mga larawan ay matagumpay Na Na-upload" + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/templates/upload_images.php:155 +msgid "0 images were uploaded" +msgstr "0 mga imahe ay na-upload" + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/templates/upload_images.php:169 +msgid "Upload complete" +msgstr "kumpleto na-upload" + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/templates/upload_images.php:191 +msgid "" +"An unexpected error occured. This is most likely due to a server " +"misconfiguration. Check your PHP error log or ask your hosting provider for " +"assistance." +msgstr "" +"May hindi inaasahang error na naganap. Ito ay malamang dahil sa isang maling " +"pag-configure sa server. Suriin ang iyong error log PHP o hilingin sa iyong " +"hosting provider para sa tulong." + +#: products/photocrati_nextgen/modules/nextgen_admin/class.form.php:226 +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_thumbnail_form.php:167 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:537 +msgid "Enable AJAX pagination" +msgstr "Paganahin ang AJAX pagbilang ng pahina" + +#: products/photocrati_nextgen/modules/nextgen_admin/class.form.php:238 +msgid "Override thumbnail settings" +msgstr "Mga setting ng Override thumbnail" + +#: products/photocrati_nextgen/modules/nextgen_admin/class.form.php:240 +msgid "" +"This does not affect existing thumbnails; overriding the thumbnail settings " +"will create an additional set of thumbnails. To change the size of existing " +"thumbnails please visit 'Manage Galleries' and choose 'Create new " +"thumbnails' for all images in the gallery." +msgstr "" +"Hindi ito makakaapekto sa umiiral na mga thumbnail; ang pag override ng mga " +"setting ng thumbnail ay lilikha ng isang karagdagang hanay ng mga thumbnail. " +"Upang baguhin ang laki ng mga umiiral na mga thumbnail mangyaring bisitahin " +"ang 'Pamahalaan ang Mga Gallery' at piliin ang 'Lumikha ng bagong mga " +"thumbnail' para sa lahat ng mga imahe sa gallery." + +#: products/photocrati_nextgen/modules/nextgen_admin/class.form.php:248 +#: products/photocrati_nextgen/modules/nextgen_basic_singlepic/adapter.nextgen_basic_singlepic_form.php:37 +msgid "Thumbnail dimensions" +msgstr "Mga sukat ng thumbnail" + +#: products/photocrati_nextgen/modules/nextgen_admin/class.form.php:262 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:431 +msgid "Thumbnail quality" +msgstr "kalidad Thumbnail" + +#: products/photocrati_nextgen/modules/nextgen_admin/class.form.php:272 +msgid "Thumbnail crop" +msgstr "i-crop ang Thumbnail" + +#: products/photocrati_nextgen/modules/nextgen_admin/class.form.php:281 +msgid "Thumbnail watermark" +msgstr "watermark Thumbnail" + +#: products/photocrati_nextgen/modules/nextgen_admin/class.form.php:306 +msgid "Override image settings" +msgstr "Mga setting ng Override larawan" + +#: products/photocrati_nextgen/modules/nextgen_admin/class.form.php:308 +msgid "Overriding the image settings will create an additional set of images" +msgstr "" +"Ang pag Override ng setting ng imahe ay lilikha ng isang karagdagang hanay " +"ng mga larawan" + +#: products/photocrati_nextgen/modules/nextgen_admin/class.form.php:316 +#: products/photocrati_nextgen/modules/nextgen_basic_singlepic/adapter.nextgen_basic_singlepic_form.php:66 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:456 +msgid "Image quality" +msgstr "kalidad ng Imahe" + +#: products/photocrati_nextgen/modules/nextgen_admin/class.form.php:326 +msgid "Image crop" +msgstr "i-crop ang Larawan" + +#: products/photocrati_nextgen/modules/nextgen_admin/class.form.php:335 +msgid "Image watermark" +msgstr "watermark Imahe" + +#: products/photocrati_nextgen/modules/nextgen_admin/class.form.php:359 +msgid "Gallery width" +msgstr "lapad ng Gallery" + +#: products/photocrati_nextgen/modules/nextgen_admin/class.form.php:361 +msgid "An empty or 0 setting will make the gallery full width" +msgstr "" +"Ang isang walang laman o 0 setting na ito at gumawa ng gallery buong lapad" + +#: products/photocrati_nextgen/modules/nextgen_admin/class.form.php:365 +msgid "Pixels" +msgstr "Mga pixel" + +#: products/photocrati_nextgen/modules/nextgen_admin/class.form.php:365 +msgid "Percent" +msgstr "porsiyento" + +#: products/photocrati_nextgen/modules/nextgen_admin/class.form.php:374 +msgid "First Image" +msgstr "unang Larawan" + +#: products/photocrati_nextgen/modules/nextgen_admin/class.form.php:375 +msgid "Average" +msgstr "karaniwan" + +#: products/photocrati_nextgen/modules/nextgen_admin/class.nextgen_admin_page_controller.php:100 +msgid "Clear" +msgstr "Clear" + +#: products/photocrati_nextgen/modules/nextgen_admin/class.nextgen_admin_page_controller.php:101 +msgid "Default" +msgstr "default" + +#: products/photocrati_nextgen/modules/nextgen_admin/class.nextgen_admin_page_controller.php:102 +msgid "Select Color" +msgstr "pumili ng Kulay" + +#: products/photocrati_nextgen/modules/nextgen_admin/class.nextgen_admin_page_controller.php:103 +msgid "Current Color" +msgstr "Kasalukuyang Kulay" + +#: products/photocrati_nextgen/modules/nextgen_admin/class.nextgen_admin_page_controller.php:174 +msgid "Saved successfully" +msgstr "matagumpay na nai-save " + +#: products/photocrati_nextgen/modules/nextgen_admin/templates/field_generator/nextgen_settings_field_radio.php:16 +#: products/photocrati_nextgen/modules/nextgen_basic_singlepic/templates/nextgen_basic_singlepic_settings_radio.php:16 +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:122 +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.miscellaneous_form.php:24 +#: products/photocrati_nextgen/modules/nextgen_other_options/templates/image_options_tab.php:40 +#: products/photocrati_nextgen/modules/nextgen_other_options/templates/image_options_tab.php:65 +#: products/photocrati_nextgen/modules/nextgen_other_options/templates/image_options_tab.php:191 +#: products/photocrati_nextgen/modules/nextgen_other_options/templates/thumbnail_options_tab.php:37 +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:407 +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:454 +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:457 +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:460 +msgid "Yes" +msgstr "Oo" + +#: products/photocrati_nextgen/modules/nextgen_admin/templates/field_generator/nextgen_settings_field_radio.php:24 +#: products/photocrati_nextgen/modules/nextgen_basic_singlepic/templates/nextgen_basic_singlepic_settings_radio.php:24 +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:123 +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.miscellaneous_form.php:23 +#: products/photocrati_nextgen/modules/nextgen_other_options/templates/image_options_tab.php:47 +#: products/photocrati_nextgen/modules/nextgen_other_options/templates/image_options_tab.php:72 +#: products/photocrati_nextgen/modules/nextgen_other_options/templates/image_options_tab.php:198 +#: products/photocrati_nextgen/modules/nextgen_other_options/templates/thumbnail_options_tab.php:44 +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:409 +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:455 +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:458 +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:461 +msgid "No" +msgstr "Wala/Hindi" + +#: products/photocrati_nextgen/modules/nextgen_basic_album/mixin.nextgen_basic_album_form.php:25 +msgid "Display galleries as" +msgstr "Ipakita ang mga gallery bilang" + +#: products/photocrati_nextgen/modules/nextgen_basic_album/mixin.nextgen_basic_album_form.php:26 +msgid "How would you like galleries to be displayed?" +msgstr "Paano mo gusto na maipakita ang gallery?" + +#: products/photocrati_nextgen/modules/nextgen_basic_album/mixin.nextgen_basic_album_form.php:28 +msgid "Galleries per page" +msgstr "Mga Gallery sa bawat pahina" + +#: products/photocrati_nextgen/modules/nextgen_basic_album/mixin.nextgen_basic_album_form.php:47 +msgid "Items per page" +msgstr "Mga item sa bawat pahina" + +#: products/photocrati_nextgen/modules/nextgen_basic_album/mixin.nextgen_basic_album_form.php:48 +msgid "Maximum number of galleries or sub-albums to appear on a single page" +msgstr "" +"Maximum na bilang ng mga gallery o sub-album na lumitaw sa isang solong " +"pahina" + +#: products/photocrati_nextgen/modules/nextgen_basic_album/templates/compact.php:28 +#: products/photocrati_nextgen/modules/nextgen_basic_album/templates/extended.php:15 +#: products/photocrati_nextgen/modules/ngglegacy/view/album-compact.php:45 +#: products/photocrati_nextgen/modules/ngglegacy/view/album-extend.php:31 +msgid "Photos" +msgstr "Mga Larawan" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_gallery_mapper.php:94 +msgid "[Show PicLens]" +msgstr "[Ipakita ang PicLens]" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:63 +msgid "Interval" +msgstr "agwat" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:67 +msgid "# of seconds" +msgstr "# Ng mga segundo" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:77 +msgid "Image limit" +msgstr "limitasyon ng Imahe" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:79 +msgid "Maximum number of images to display with recent or random sources" +msgstr "" +"Maximum na bilang ng mga larawan upang ipakita sa kamakailang o random na " +"pinagmumulan" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:81 +msgid "# of images" +msgstr "# Ng mga larawan" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:112 +msgid "Maximum dimensions" +msgstr "Ang pinakamataas na sukat" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:113 +msgid "" +"Certain themes may allow images to flow over their container if this setting " +"is too large" +msgstr "" +"Ang ilang mga tema ay maaaring pahintulutan ang mga imahe upang dumaloy sa " +"kanilang lalagyan kung ang setting na ito ay masyadong malaki" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:123 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:765 +msgid "Enable flash slideshow" +msgstr "Paganahin ang flash slideshow" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:125 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:767 +msgid "Integrate the flash based slideshow for all flash supported devices" +msgstr "" +"Isama ang flash batay slideshow para sa lahat ng flash suportadong aparato" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:134 +msgid "Shuffle" +msgstr "Shuffle" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:146 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:782 +msgid "Show next image on click" +msgstr "Ipakita ang susunod na imahe sa pag-click" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:158 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:786 +msgid "Show navigation bar" +msgstr "Ipakita ang navigation bar" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:170 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:790 +msgid "Show loading icon" +msgstr "Ipakita ang paglo-load ng icon" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:182 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:794 +msgid "Use watermark logo" +msgstr "Gamitin ang watermark logo" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:184 +msgid "" +"Use the watermark image in the Flash object. Note: this does not watermark " +"the image itself, and cannot be applied with text watermarks" +msgstr "" +"Gamitin ang watermark na larawan sa bagay na Flash. Tandaan: ito ay hindi " +"watermark mismong imahe, at hindi maaaring mailapat may watermark teksto" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:194 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:799 +msgid "Stretch image" +msgstr "mag-inat larawan" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:231 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:827 +msgid "Use slow zooming effect" +msgstr "Gamitin ng mabagal ang Pagzoo-zoom ng effect" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:243 +msgid "Background music (url)" +msgstr "Background ng musika (url)" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:256 +msgid "Try XHTML validation" +msgstr "Subukan ang pagpapatunay ng XHTML" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:268 +msgid "Background" +msgstr "Background" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:280 +msgid "Texts / buttons" +msgstr "Mga teksto / mga pindutan" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:292 +msgid "Rollover / active" +msgstr "Rollover / active" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:304 +msgid "Screen" +msgstr "Screen" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:322 +msgid "Show thumbnail link" +msgstr "Ipakita ang link na thumbnail" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:338 +msgid "Thumbnail link text" +msgstr "Teksto ng Thumbnail link" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_thumbnail_form.php:65 +msgid "Images per page" +msgstr "Mga imahe sa bawat pahina" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_thumbnail_form.php:67 +msgid "0 will display all images at once" +msgstr "0 ay magpapakita ng lahat ng mga imahe nang sabay-sabay" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_thumbnail_form.php:85 +msgid "Number of columns to display" +msgstr "Bilang ng mga hanay na ipapakita" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_thumbnail_form.php:89 +msgid "# of columns" +msgstr "# of columns" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_thumbnail_form.php:105 +msgid "Piclens link text" +msgstr "Piclens teksto ng link" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_thumbnail_form.php:123 +msgid "Show piclens link" +msgstr "Ipakita ang link ng piclens" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_thumbnail_form.php:139 +msgid "Add Hidden Images" +msgstr "Magdagdag Nakatagong Larawan" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_thumbnail_form.php:141 +msgid "" +"If pagination is used this option will show all images in the modal window " +"(Thickbox, Lightbox etc.) This increases page load." +msgstr "" +"Kung pagbilang ng pahina ay ginagamit ang pagpipiliang ito ay magpapakita ng " +"lahat ng mga imahe sa modal window (Thickbox, Lightbox atbp) nito tinataasan-" +"load ng pahina." + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_thumbnail_form.php:150 +msgid "Use imagebrowser effect" +msgstr "Gamitin imagebrowser epekto" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_thumbnail_form.php:152 +msgid "" +"When active each image in the gallery will link to an imagebrowser display " +"and lightbox effects will not be applied." +msgstr "" +"Kapag aktibo ang bawat larawan sa gallery ay mali-link sa isang imagebrowser " +"display at lightbox mga epekto ay hindi ilalapat." + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_thumbnail_form.php:169 +msgid "Browse images without reloading the page." +msgstr "Mag-browse ng mga larawan nang walang i-reload ang pahina." + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_thumbnail_form.php:184 +msgid "Show slideshow link" +msgstr "Ipakita ang slideshow link" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_thumbnail_form.php:200 +msgid "Slideshow link text" +msgstr "Teksto ng link Slideshow" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/templates/slideshow/index.php:35 +msgid "" +"Slideshows require the Flash Player and a browser with Javascript support." +msgstr "" +"Slideshows require the Flash Player and a browser with Javascript support." + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/templates/slideshow/nextgen_basic_slideshow_settings_gallery_dimensions.php:13 +#: products/photocrati_nextgen/modules/nextgen_basic_singlepic/adapter.nextgen_basic_singlepic_form.php:38 +#: products/photocrati_nextgen/modules/nextgen_basic_singlepic/templates/nextgen_basic_singlepic_settings_dimensions.php:13 +#: products/photocrati_nextgen/modules/widget/templates/form_slideshow.php:52 +msgid "Width" +msgstr "lapad" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/templates/slideshow/nextgen_basic_slideshow_settings_gallery_dimensions.php:21 +#: products/photocrati_nextgen/modules/nextgen_basic_singlepic/adapter.nextgen_basic_singlepic_form.php:40 +#: products/photocrati_nextgen/modules/nextgen_basic_singlepic/templates/nextgen_basic_singlepic_settings_dimensions.php:20 +#: products/photocrati_nextgen/modules/widget/templates/form_slideshow.php:40 +msgid "Height" +msgstr "Taas" + +#: products/photocrati_nextgen/modules/nextgen_basic_imagebrowser/templates/nextgen_basic_imagebrowser.php:41 +#: products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser-caption.php:26 +#: products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser-exif.php:30 +#: products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser.php:26 +msgid "Back" +msgstr "Back" + +#: products/photocrati_nextgen/modules/nextgen_basic_imagebrowser/templates/nextgen_basic_imagebrowser.php:49 +#: products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser-caption.php:29 +#: products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser-exif.php:33 +#: products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser.php:29 +msgid "Next" +msgstr "Sunod" + +#: products/photocrati_nextgen/modules/nextgen_basic_imagebrowser/templates/nextgen_basic_imagebrowser.php:55 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:90 +#: products/photocrati_nextgen/modules/ngglegacy/lib/rewrite.php:220 +#: products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser-caption.php:31 +#: products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser-exif.php:35 +#: products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser.php:31 +msgid "Picture" +msgstr "larawan" + +#: products/photocrati_nextgen/modules/nextgen_basic_imagebrowser/templates/nextgen_basic_imagebrowser.php:55 +#: products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser-caption.php:31 +#: products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser-exif.php:35 +#: products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser.php:31 +msgid "of" +msgstr "sa" + +#: products/photocrati_nextgen/modules/nextgen_basic_singlepic/adapter.nextgen_basic_singlepic_form.php:53 +msgid "Link" +msgstr "Link" + +#: products/photocrati_nextgen/modules/nextgen_basic_singlepic/adapter.nextgen_basic_singlepic_form.php:78 +msgid "Display watermark" +msgstr "Display watermark" + +#: products/photocrati_nextgen/modules/nextgen_basic_singlepic/adapter.nextgen_basic_singlepic_form.php:88 +msgid "Display reflection" +msgstr "Ipakita ang repleksyon" + +#: products/photocrati_nextgen/modules/nextgen_basic_singlepic/adapter.nextgen_basic_singlepic_form.php:98 +msgid "Crop thumbnail" +msgstr "I-crop ang thumbnail" + +#: products/photocrati_nextgen/modules/nextgen_basic_singlepic/adapter.nextgen_basic_singlepic_form.php:108 +msgid "Float" +msgstr "Float" + +#: products/photocrati_nextgen/modules/nextgen_basic_tagcloud/adapter.nextgen_basic_tagcloud_form.php:24 +msgid "Maximum number of tags" +msgstr "Maximum na bilang ng mga tag" + +#: products/photocrati_nextgen/modules/nextgen_basic_tagcloud/adapter.nextgen_basic_tagcloud_form.php:47 +msgid "Display type" +msgstr "uri ng Display" + +#: products/photocrati_nextgen/modules/nextgen_basic_tagcloud/adapter.nextgen_basic_tagcloud_form.php:50 +msgid "The display type that the tagcloud will point its results to" +msgstr "Ang uri ng display na ang tagcloud ituturo ang mga resulta nito sa" + +#: products/photocrati_nextgen/modules/nextgen_basic_templates/adapter.nextgen_basic_template_form.php:46 +msgid "Template" +msgstr "Template" + +#: products/photocrati_nextgen/modules/nextgen_basic_templates/adapter.nextgen_basic_template_form.php:47 +msgid "Use a legacy template when rendering (not recommended)." +msgstr "" +"Gumamit ng isang legacy na template kapag rendering (hindi inirerekumenda)." + +#: products/photocrati_nextgen/modules/nextgen_data/class.gallerystorage_driver_base.php:580 +#: products/photocrati_nextgen/modules/nextgen_data/class.ngglegacy_gallerystorage_driver.php:658 +#: products/photocrati_nextgen/modules/ngglegacy/lib/multisite.php:23 +msgid "" +"Sorry, you have used your space allocation. Please delete some files to " +"upload more files." +msgstr "" +"Paumanhin, na ginamit mo ang iyong space laang-gugulin. Mangyaring tanggalin " +"ang ilang mga file upang mag-upload ng higit pang mga file." + +#: products/photocrati_nextgen/modules/nextgen_data/class.gallerystorage_driver_base.php:1002 +msgid "Could not calculate resized image dimensions" +msgstr "Hindi makalkula ang laki ng sukat ng larawan" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:154 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:135 +msgid " mm" +msgstr " mm" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:163 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:141 +msgid " sec" +msgstr " sec" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:168 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:145 +msgid "Fired" +msgstr "Fired" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:168 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:145 +msgid "Not fired" +msgstr "Not fired" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:539 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:452 +#: products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser-exif.php:46 +msgid "Aperture" +msgstr "Aperture" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:540 +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:565 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:453 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:478 +msgid "Credit" +msgstr "kredito" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:541 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:454 +msgid "Camera" +msgstr "Camera" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:542 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:455 +msgid "Caption" +msgstr "paliwanag" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:543 +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:26 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-sort.php:114 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:456 +msgid "Date/Time" +msgstr "Petsa / Oras" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:544 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:457 +msgid "Copyright" +msgstr "karapatang magpalathala" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:545 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:458 +msgid "Focal length" +msgstr "Focal length" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:546 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:459 +msgid "ISO" +msgstr "ISO" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:547 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:460 +#: products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser-exif.php:54 +msgid "Shutter speed" +msgstr "Shutter speed" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:548 +#: products/photocrati_nextgen/modules/widget/templates/form_gallery.php:4 +#: products/photocrati_nextgen/modules/widget/templates/form_mediarss.php:3 +#: products/photocrati_nextgen/modules/widget/templates/form_slideshow.php:3 +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:678 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:461 +msgid "Title" +msgstr "Titulo" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:549 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:459 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:410 +#: products/photocrati_nextgen/modules/ngglegacy/admin/style.php:132 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:462 +msgid "Author" +msgstr "may-akda" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:550 +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:51 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:176 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:389 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:463 +msgid "Tags" +msgstr "Tags" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:551 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:464 +msgid "Subject" +msgstr "paksa" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:552 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:465 +msgid "Make" +msgstr "gumawa" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:553 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:466 +msgid "Edit Status" +msgstr "I-edit ang Katayuan" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:554 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:467 +msgid "Category" +msgstr "kategorya" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:555 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:468 +msgid "Keywords" +msgstr "Mga Keyword" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:556 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:469 +msgid "Date Created" +msgstr "petsa ng Paglikha" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:557 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:470 +msgid "Time Created" +msgstr "Oras Nilikha" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:558 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:471 +msgid "Author Position" +msgstr "Posisyon ng May-akda" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:559 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:472 +msgid "City" +msgstr "lungsod" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:560 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:473 +msgid "Location" +msgstr "lokasyon" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:561 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:474 +msgid "Province/State" +msgstr "Lalawigan / Estado" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:562 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:475 +msgid "Country code" +msgstr "Country code" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:563 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:476 +msgid "Country" +msgstr "Bansa" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:564 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:477 +msgid "Headline" +msgstr "Headline" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:566 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:479 +msgid "Source" +msgstr "pinagmulan" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:567 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:480 +msgid "Copyright Notice" +msgstr "Abiso sa Copyright" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:568 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:481 +msgid "Contact" +msgstr "Contact" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:569 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:482 +msgid "Last modified" +msgstr "Huling binago" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:570 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:483 +msgid "Program tool" +msgstr "tool ng Programa" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:571 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:484 +msgid "Format" +msgstr "Format" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:572 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:485 +msgid "Image Width" +msgstr "Image Width" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:573 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:486 +msgid "Image Height" +msgstr "Image Height" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:574 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:487 +msgid "Flash" +msgstr "Flash" + +#: products/photocrati_nextgen/modules/nextgen_data/class.ngglegacy_gallerystorage_driver.php:647 +#, php-format +msgid "Unable to create directory %s." +msgstr "Hindi makalikha ng directory% s." + +#: products/photocrati_nextgen/modules/nextgen_data/class.ngglegacy_gallerystorage_driver.php:652 +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:823 +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1021 +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1106 +#, php-format +msgid "" +"Unable to write to directory %s. Is this directory writable by the server?" +msgstr "" +"Hindi maisulat sa directory% s. Writable sa pamamagitan ng ang server ay " +"direktoryong ito?" + +#: products/photocrati_nextgen/modules/nextgen_data/class.ngglegacy_gallerystorage_driver.php:681 +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1146 +#, php-format +msgid "Failed to copy database row for picture %s" +msgstr "Nabigong kopyahin hilera ng database para sa larawan% s" + +#: products/photocrati_nextgen/modules/nextgen_data/class.ngglegacy_gallerystorage_driver.php:693 +#, php-format +msgid "Failed to get image path for %s" +msgstr "Nabigong makuha ang landas larawan para sa% s" + +#: products/photocrati_nextgen/modules/nextgen_data/class.ngglegacy_gallerystorage_driver.php:711 +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1132 +#, php-format +msgid "Failed to copy image %1$s to %2$s" +msgstr "Failed to copy image %1$s to %2$s" + +#: products/photocrati_nextgen/modules/nextgen_data/class.ngglegacy_gallerystorage_driver.php:715 +#, php-format +msgid "Copied image %1$s to %2$s" +msgstr "Copied image %1$s to %2$s" + +#: products/photocrati_nextgen/modules/nextgen_data/class.ngglegacy_gallerystorage_driver.php:723 +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1158 +#, php-format +msgid "" +"Image %1$s (%2$s) copied as image %3$s (%4$s) » The file already " +"existed in the destination gallery." +msgstr "" +"Image %1$s (%2$s) copied as image %3$s (%4$s) » The file already " +"existed in the destination gallery." + +#: products/photocrati_nextgen/modules/nextgen_data/class.ngglegacy_gallerystorage_driver.php:727 +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1161 +#, php-format +msgid "Image %1$s (%2$s) copied as image %3$s (%4$s)" +msgstr "Image %1$s (%2$s) copied as image %3$s (%4$s)" + +#: products/photocrati_nextgen/modules/nextgen_data/class.ngglegacy_gallerystorage_driver.php:740 +#, php-format +msgid "Copied %1$s picture(s) to gallery %2$s ." +msgstr "Kinopya ang%1$s (mga) larawan sa gallery ng%2$s." + +#: products/photocrati_nextgen/modules/nextgen_data/class.ngglegacy_gallerystorage_driver.php:767 +msgid "Could not find image" +msgstr "Hindi mahanap ang imahe" + +#: products/photocrati_nextgen/modules/nextgen_data/class.ngglegacy_gallerystorage_driver.php:772 +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:388 +msgid " is not writeable" +msgstr "ay hindi writeable" + +#: products/photocrati_nextgen/modules/nextgen_data/class.ngglegacy_gallerystorage_driver.php:777 +msgid "Backup file does not exist" +msgstr "backup file ay hindi umiiral" + +#: products/photocrati_nextgen/modules/nextgen_data/class.ngglegacy_gallerystorage_driver.php:782 +msgid "Could not restore original image" +msgstr "Hindi ma-restore ang orihinal na imahe" + +#: products/photocrati_nextgen/modules/nextgen_gallery_display/adapter.display_settings_controller.php:17 +#: products/photocrati_nextgen/modules/nextgen_gallery_display/module.nextgen_gallery_display.php:242 +#: products/photocrati_nextgen/modules/nextgen_gallery_display/module.nextgen_gallery_display.php:328 +msgid "Gallery Settings" +msgstr "Mga Setting ng Gallery" + +#: products/photocrati_nextgen/modules/nextgen_gallery_display/class.displayed_gallery.php:73 +msgid "Source not compatible with selected display type" +msgstr "Pinagmulan hindi tugma sa napiling uri ng display" + +#: products/photocrati_nextgen/modules/nextgen_gallery_display/module.nextgen_gallery_display.php:327 +msgid "NextGEN Gallery & Album Settings" +msgstr "NextGEN Gallery & Mga Setting Album" + +#: products/photocrati_nextgen/modules/nextgen_gallery_display/templates/alt_view_link_text.php:15 +#: products/photocrati_nextgen/modules/nextgen_gallery_display/templates/return_link_text.php:15 +msgid "link text" +msgstr "teksto ng link" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:12 +msgid "Image Options" +msgstr "Mga Pagpipilian Imahe" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:22 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:588 +#: products/photocrati_nextgen/modules/ngglegacy/admin/thumbnails-template.php:76 +msgid "Custom" +msgstr "Custom" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:23 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-sort.php:111 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:549 +msgid "Image ID" +msgstr "Image ID" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:24 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:570 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-sort.php:112 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:166 +msgid "Filename" +msgstr "Filename" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:25 +msgid "Alt/Title Text" +msgstr "Teksto Alt / Pamagat" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:38 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-sort.php:115 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:557 +msgid "Ascending" +msgstr "Ascending" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:39 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-sort.php:116 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:558 +msgid "Descending" +msgstr "Descending" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:50 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:388 +msgid "Categories" +msgstr "Mga Kategorya" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:81 +msgid "Gallery path does not exist and could not be created" +msgstr "Ang Gallery path ay hindi umiiral at hindi malikha" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:86 +msgid "Where would you like galleries stored?" +msgstr "Saan ang gusto mong mga gallery na naka-imbak?" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:87 +msgid "Where galleries and their images are stored" +msgstr "Saan mga gallery at ang kanilang mga imahe ay naka-imbak" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:89 +msgid "Delete Image Files?" +msgstr "Tanggalin ang Imahe File?" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:90 +msgid "" +"When enabled, image files will be removed after a Gallery has been deleted" +msgstr "" +"Kapag pinagana, ang mga file ng imahe ay aalisin pagkatapos ng Gallery ay " +"tinanggal na" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:92 +msgid "Show Related Images on Posts?" +msgstr "Ipakita ang mga kaugnay na mga imahe sa Mga Post?" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:93 +msgid "" +"When enabled, related images will be appended to each post by matching the " +"posts tags/categories to image tags" +msgstr "" +"Kapag pinagana, ang nauugnay na mga larawan ay idinagdag sa bawat post sa " +"pamamagitan ng pagtutugma ng mga post na mga tag / mga kategorya sa mga tag " +"ng imahe" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:95 +msgid "(Show Customization Settings)" +msgstr "(Ipakita ang mga Setting ng Pag-customize)" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:96 +msgid "(Hide Customization Settings)" +msgstr "(Itago ang Mga Setting ng Pag-customize)" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:97 +msgid "How should related images be match?" +msgstr "Paano dapat na tugma nauugnay na mga larawan?" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:100 +msgid "Maximum # of related images to display" +msgstr "Maximum # ng mga nauugnay na mga larawan upang ipakita" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:102 +msgid "Heading for related images" +msgstr "Pamagat para sa nauugnay na mga larawan" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:104 +msgid "What's the default sorting method?" +msgstr "Ano ang default na paraan ng pag-uuri?" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:107 +msgid "Sort in what direction?" +msgstr "Pagsunud-sunurin ayon sa kung ano ang direksyon?" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:110 +msgid "Automatically resize images after upload" +msgstr "Awtomatikong palitan ang laki ng mga imahe pagkatapos ng pag-upload" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:111 +msgid "It is recommended that your images be resized to be web friendly" +msgstr "" +"Ito ay inirerekomenda na ang iyong mga imahe ang laki upang maging friendly " +"na web" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:113 +msgid "What should images be resized to?" +msgstr "" +"Ito ay inirerekomenda Na ang iyong mga imahe ang laki upang maging magiliw " +"Na web" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:114 +msgid "" +"After images are uploaded, they will be resized to the above dimensions and " +"quality" +msgstr "" +"Pagkatapos ng mga imahe ay ina-upload, babaguhin ang laki nila sa mga sukat " +"sa itaas at kalidad" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:115 +msgid "Width:" +msgstr "lapad:" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:116 +msgid "Height:" +msgstr "Taas:" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:117 +msgid "Quality:" +msgstr "Marka:" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:121 +msgid "Backup the original images?" +msgstr "I-backup ang orihinal na mga imahe?" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.lightbox_manager_form.php:12 +msgid "Lightbox Effects" +msgstr "Lightbox Effects" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.lightbox_manager_form.php:38 +msgid "What effect would you like to use?" +msgstr "Ano epekto gusto mo bang gumamit?" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.miscellaneous_form.php:12 +msgid "Miscellaneous" +msgstr "Miscellaneous" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.miscellaneous_form.php:21 +msgid "Add MediaRSS link?" +msgstr "Magdagdag ng MediaRSS link?" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.miscellaneous_form.php:22 +msgid "" +"When enabled, adds a MediaRSS link to your header. Third-party web services " +"can use this to publish your galleries" +msgstr "" +"Kapag pinagana, ay nagdadagdag ng isang Media RSS link sa iyong header. Mga " +"serbisyo ng Third-party na web ay maaari itong gamitin upang i-publish ang " +"iyong mga gallery" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.miscellaneous_form.php:26 +msgid "Clear image cache" +msgstr "I-clear ang cache ng imahe" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.miscellaneous_form.php:27 +msgid "" +"Completely clear the NextGEN cache of all image modifications?\n" +"\n" +"Choose [Cancel] to Stop, [OK] to proceed." +msgstr "" +"Completely clear the NextGEN cache of all image modifications?\n" +"\n" +"Choose [Cancel] to Stop, [OK] to proceed." + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.miscellaneous_form.php:32 +msgid "Permalink slug" +msgstr "Permalink slug" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.miscellaneous_form.php:39 +msgid "Maximum image count" +msgstr "Maximum na bilang ng larawan" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.miscellaneous_form.php:41 +msgid "" +"This is the maximum limit of images that NextGEN will restrict itself to " +"querying" +msgstr "" +"Ito ang maximum na limitasyon ng mga larawan na NextGEN ay higpitan ang " +"sarili nito sa querying" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.other_options_controller.php:22 +#: products/photocrati_nextgen/modules/nextgen_other_options/module.nextgen_other_options.php:39 +msgid "Other Options" +msgstr "Iba pang Pagpipilian" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.reset_form.php:7 +msgid "Reset Options" +msgstr "I-reset ang Opsyon" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.reset_form.php:15 +msgid "Reset all options to default settings" +msgstr "I-reset ang lahat ng mga pagpipilian sa default na mga setting" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.reset_form.php:16 +msgid "" +"Replace all existing options and gallery options with their default settings" +msgstr "" +"Palitan ang lahat ng mga pagpipilian umiiral at mga pagpipilian sa gallery " +"kasama ang kanilang mga default na setting" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.reset_form.php:17 +msgid "Reset settings" +msgstr "I-reset ang mga setting" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.reset_form.php:18 +msgid "" +"Reset all options to default settings?\n" +"\n" +"Choose [Cancel] to Stop, [OK] to proceed." +msgstr "" +"Reset all options to default settings?\n" +"\n" +"Choose [Cancel] to Stop, [OK] to proceed." + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.roles_form.php:7 +msgid "Roles & Capabilities" +msgstr "Mga Tungkulin & Mga Kakayahan" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.styles_form.php:12 +msgid "Styles" +msgstr "Estilo" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.styles_form.php:18 +msgid "What stylesheet would you like to use?" +msgstr "Anong stylesheet ang gusto mong gamitin?" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.styles_form.php:21 +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.watermarks_form.php:136 +msgid "(Show Customization Options)" +msgstr "(Ipakita ang Opsyon Customization)" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.styles_form.php:22 +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.watermarks_form.php:137 +msgid "(Hide Customization Options)" +msgstr "(Itago ang Pag-customize ang Opsyon)" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.styles_form.php:23 +msgid "File Content:" +msgstr "Nilalaman ng file:" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.styles_form.php:24 +msgid "Changes you make to the contents will be saved to" +msgstr "Pagbabago na gagawin mo ang mga nilalaman ay mase-save sa" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.styles_form.php:25 +msgid "You could edit this file if it were writable" +msgstr "Maaari mong i-edit ang file na ito parang ito ay writable" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.thumbnail_options_form.php:12 +msgid "Thumbnail Options" +msgstr "Mga Pagpipilian sa Thumbnail" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.thumbnail_options_form.php:20 +msgid "Default thumbnail dimensions:" +msgstr "Mga sukat ng Default na thumbnail:" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.thumbnail_options_form.php:21 +msgid "When generating thumbnails, what image dimensions do you desire?" +msgstr "Kapag pagbuo ng mga thumbnail, ano ang larawan sukat ko na gusto mo?" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.thumbnail_options_form.php:24 +msgid "Set fix dimension?" +msgstr "Itakda ang fix na dimensyon?" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.thumbnail_options_form.php:25 +msgid "Ignore the aspect ratio, no portrait thumbnails?" +msgstr "Huwag pansinin ang aspect ratio, walang portrait thumbnail?" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.thumbnail_options_form.php:27 +msgid "Adjust Thumbnail Quality?" +msgstr "Ayusin ang Marka ng Thumbnail?" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.thumbnail_options_form.php:28 +msgid "When generating thumbnails, what image quality do you desire?" +msgstr "Kapag bumuo ng mga thumbnail, ano ang kalidad ng larawan ang gusto mo?" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.thumbnail_options_form.php:30 +msgid "Size List" +msgstr "Size List" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.thumbnail_options_form.php:31 +msgid "List of default sizes used for thumbnails and images" +msgstr "" +"Listahan ng mga default na laki na ginamit para sa mga thumbnail at mga " +"larawan" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.watermarks_form.php:12 +msgid "Watermarks" +msgstr "" +"Listahan ng mga default na laki na ginamit para sa mga thumbnail at mga " +"larawan" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.watermarks_form.php:41 +msgid "Using an Image" +msgstr "Paggamit ng isang Imahe" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.watermarks_form.php:42 +msgid "Using Text" +msgstr "Paggamit ng Teksto" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.watermarks_form.php:69 +msgid "An absolute or relative (to the site document root) file system path" +msgstr "" +"Ang isang absolute o kamag-anak (sa root dokumento site) path ng file system " +"sa" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.watermarks_form.php:71 +msgid "" +"An absolute or relative (to the site document root) file system path or an " +"HTTP url" +msgstr "" +"Ang isang absolute o kamag-anak (sa root dokumento site) path ng file system " +"o isang HTTP url" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.watermarks_form.php:74 +msgid "Image URL:" +msgstr "Image URL:" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.watermarks_form.php:90 +msgid "Font Family:" +msgstr "Font Family:" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.watermarks_form.php:92 +msgid "Font Size:" +msgstr "Laki ng Font:" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.watermarks_form.php:94 +msgid "Font Color:" +msgstr "Kulay ng font:" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.watermarks_form.php:97 +msgid "Text:" +msgstr "Teksto:" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.watermarks_form.php:99 +msgid "Opacity:" +msgstr "Opacity:" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.watermarks_form.php:126 +msgid "" +"Please note: You can only activate the watermark under Manage Gallery. This " +"action cannot be undone." +msgstr "" +"Tandaan: Maaari ka lamang mag aactivate ng watermark sa ilalim ng Pamahalaan " +"Gallery. Hindi na mababawi ang pagkilos na ito." + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.watermarks_form.php:127 +msgid "How will you generate a watermark?" +msgstr "Paano ka bubuo ng isang watermark?" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.watermarks_form.php:131 +msgid "Position:" +msgstr "posisyon:" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.watermarks_form.php:133 +msgid "Offset:" +msgstr "Offset:" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.watermarks_form.php:139 +msgid "Preview of saved settings:" +msgstr "I-preview ng naka-save na mga setting:" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.watermarks_form.php:140 +msgid "Refresh preview image" +msgstr "I-refresh ang preview na larawan" + +#: products/photocrati_nextgen/modules/nextgen_other_options/templates/lightbox_library_tab.php:34 +#: products/photocrati_nextgen/modules/nextgen_other_options/templates/lightbox_library_tab.php:37 +msgid "(Show Advanced Settings)" +msgstr "(Ipakita ang mga Advanced na Mga Setting)" + +#: products/photocrati_nextgen/modules/nextgen_other_options/templates/lightbox_library_tab.php:35 +msgid "(Hide Advanced Settings)" +msgstr "(Itago ang mga Advanced na Mga Setting)" + +#: products/photocrati_nextgen/modules/nextgen_other_options/templates/lightbox_library_tab.php:56 +msgid "What must the lightbox be applied to?" +msgstr "Ano ang dapat lightbox ilapat sa?" + +#: products/photocrati_nextgen/modules/nextgen_other_options/templates/lightbox_library_tab.php:60 +msgid "Only apply to NextGEN images" +msgstr "Nalalapat lamang sa NextGEN mga larawan" + +#: products/photocrati_nextgen/modules/nextgen_other_options/templates/lightbox_library_tab.php:61 +msgid "Only apply to NextGEN and WordPress images" +msgstr "Nalalapat lamang sa NextGEN at WordPress mga larawan" + +#: products/photocrati_nextgen/modules/nextgen_other_options/templates/lightbox_library_tab.php:62 +msgid "Try to apply to all images" +msgstr "Subukan na mag-aplay sa lahat ng mga imahe" + +#: products/photocrati_nextgen/modules/nextgen_other_options/templates/lightbox_library_tab.php:63 +msgid "Try to apply to all images that link to image files" +msgstr "" +"Subukan na mag-aplay sa lahat ng mga imahe na may link sa mga file ng larawan" + +#: products/photocrati_nextgen/modules/nextgen_other_options/templates/styling_tab.php:21 +msgid "Place any custom stylesheets in wp-content/ngg_styles" +msgstr "" +"Ilagay ang anumang pasadyang na stylesheet sa wp-content/ngg_styles " +"" + +#: products/photocrati_nextgen/modules/nextgen_other_options/templates/styling_tab.php:24 +#, php-format +msgid "All stylesheets must contain a file header" +msgstr "" +"Dapat na maglaman ang lahat ng mga style sheet ng " +"header ng ​​file " + +#: products/photocrati_nextgen/modules/nextgen_settings/class.nextgen_settings_installer.php:41 +msgid "Related Images" +msgstr "Kaugnay na Mga Imahe" + +#: products/photocrati_nextgen/modules/nextgen_settings/class.nextgen_settings_installer.php:61 +msgid "[Show slideshow]" +msgstr "[Ipakita ang slideshow]" + +#: products/photocrati_nextgen/modules/nextgen_settings/class.nextgen_settings_installer.php:62 +msgid "[Show thumbnails]" +msgstr "[Ipakita ang mga thumbnail]" + +#: products/photocrati_nextgen/modules/nextgen_xmlrpc/module.nextgen_xmlrpc.php:425 +msgid "Sorry, you must be able to manage galleries" +msgstr "Paumanhin, kailangan mong magagawang upang pamahalaan ang mga gallery" + +#: products/photocrati_nextgen/modules/widget/class.widget_gallery.php:7 +msgid "Add recent or random images from the galleries" +msgstr "Magdagdag ng kamakailang o random na mga imahe mula sa gallery" + +#: products/photocrati_nextgen/modules/widget/class.widget_gallery.php:8 +msgid "NextGEN Widget" +msgstr "NextGEN Widget" + +#: products/photocrati_nextgen/modules/widget/class.widget_mediarss.php:9 +msgid "Widget that displays Media RSS links for NextGEN Gallery." +msgstr "Widget na nagpapakita Media RSS link para sa NextGEN Gallery." + +#: products/photocrati_nextgen/modules/widget/class.widget_mediarss.php:10 +msgid "NextGEN Media RSS" +msgstr "NextGEN Media RSS" + +#: products/photocrati_nextgen/modules/widget/class.widget_mediarss.php:22 +msgid "Media RSS" +msgstr "Media RSS" + +#: products/photocrati_nextgen/modules/widget/class.widget_mediarss.php:23 +msgid "Link to the main image feed" +msgstr "Link sa pangunahing feed larawan" + +#: products/photocrati_nextgen/modules/widget/class.widget_mediarss.php:93 +#: products/photocrati_nextgen/modules/ngglegacy/view/gallery-caption.php:32 +#: products/photocrati_nextgen/modules/ngglegacy/view/gallery.php:32 +msgid "[View with PicLens]" +msgstr "[Tingnan ang may PicLens]" + +#: products/photocrati_nextgen/modules/widget/class.widget_slideshow.php:7 +msgid "Show a NextGEN Gallery Slideshow" +msgstr "Magpakita ng NextGEN Gallery Slideshow" + +#: products/photocrati_nextgen/modules/widget/class.widget_slideshow.php:8 +msgid "NextGEN Slideshow" +msgstr "NextGEN Slideshow" + +#: products/photocrati_nextgen/modules/widget/class.widget_slideshow.php:76 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:321 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:521 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:721 +#: products/photocrati_nextgen/modules/ngglegacy/lib/rewrite.php:215 +msgid "Slideshow" +msgstr "Slideshow" + +#: products/photocrati_nextgen/modules/widget/templates/form_gallery.php:15 +#: products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:229 +msgid "Show" +msgstr "Show" + +#: products/photocrati_nextgen/modules/widget/templates/form_gallery.php:26 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:316 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:520 +msgid "Thumbnails" +msgstr "Thumbnails" + +#: products/photocrati_nextgen/modules/widget/templates/form_gallery.php:29 +msgid "Original images" +msgstr "orihinal na mga larawan" + +#: products/photocrati_nextgen/modules/widget/templates/form_gallery.php:42 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:822 +msgid "random" +msgstr "random" + +#: products/photocrati_nextgen/modules/widget/templates/form_gallery.php:50 +msgid "recently added" +msgstr "kamakailang idinagdag" + +#: products/photocrati_nextgen/modules/widget/templates/form_gallery.php:62 +msgid "Enable IE8 Web Slices" +msgstr "Paganahin ang IE8 Web Slices" + +#: products/photocrati_nextgen/modules/widget/templates/form_gallery.php:68 +msgid "Width x Height" +msgstr "Lapad x Taas" + +#: products/photocrati_nextgen/modules/widget/templates/form_gallery.php:87 +msgid "Select" +msgstr "piliin" + +#: products/photocrati_nextgen/modules/widget/templates/form_gallery.php:92 +msgid "All galleries" +msgstr "Ang lahat ng mga gallery" + +#: products/photocrati_nextgen/modules/widget/templates/form_gallery.php:95 +msgid "Only which are not listed" +msgstr "Na lamang ang hindi nakalista" + +#: products/photocrati_nextgen/modules/widget/templates/form_gallery.php:98 +msgid "Only which are listed" +msgstr "Na lamang ang nakalista" + +#: products/photocrati_nextgen/modules/widget/templates/form_gallery.php:107 +msgid "Gallery ID" +msgstr "ID Gallery" + +#: products/photocrati_nextgen/modules/widget/templates/form_gallery.php:114 +msgid "Gallery IDs, separated by commas." +msgstr "Mga ID ng Gallery, na pinaghihiwalay ng mga kuwit." + +#: products/photocrati_nextgen/modules/widget/templates/form_mediarss.php:19 +msgid "Show Media RSS icon" +msgstr "Ipakita ang icon ng RSS Media" + +#: products/photocrati_nextgen/modules/widget/templates/form_mediarss.php:30 +msgid "Show the Media RSS link" +msgstr "Ipakita ang link na Media RSS" + +#: products/photocrati_nextgen/modules/widget/templates/form_mediarss.php:36 +msgid "Text for Media RSS link" +msgstr "Teksto para sa mga Media RSS link" + +#: products/photocrati_nextgen/modules/widget/templates/form_mediarss.php:47 +msgid "Tooltip text for Media RSS link" +msgstr "Tooltip teksto para sa mga Media RSS link" + +#: products/photocrati_nextgen/modules/widget/templates/form_slideshow.php:15 +msgid "Select Gallery" +msgstr "Piliin ang Gallery" + +#: products/photocrati_nextgen/modules/widget/templates/form_slideshow.php:23 +msgid "All images" +msgstr "Lahat ng mga larawan" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:159 +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:190 +msgid "Overview" +msgstr "Overview" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:172 +msgid "Network settings" +msgstr "Network settings" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:305 +msgid "You do not have the correct permission" +msgstr "Wala kang tamang pahintulot" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:306 +msgid "Unexpected Error" +msgstr "Unexpected Error" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:307 +msgid "A failure occurred" +msgstr "Ang isang pagkabigo naganap" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:311 +msgid "You have attempted to queue too many files." +msgstr "Sinubukan mong mag-lilinya masyadong maraming mga file." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:312 +msgid "This file exceeds the maximum upload size for this site." +msgstr "" +"Lumagpas ang file na ito sa maximum na laki ng upload para sa site na ito." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:313 +msgid "This file is empty. Please try another." +msgstr "Ang file na ito ay walang laman. Mangyaring subukan ang iba." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:314 +msgid "This file type is not allowed. Please try another." +msgstr "Ang uri ng file ay hindi pinahihintulutan. Mangyaring subukan ang iba." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:315 +msgid "This file is not an image. Please try another." +msgstr "Ang file na ito ay hindi isang imahe. Mangyaring subukan ang iba." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:316 +msgid "Memory exceeded. Please try another smaller file." +msgstr "Lumagpas Memory. Mangyaring subukan ang ibang mas maliit na file." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:317 +msgid "This is larger than the maximum size. Please try another." +msgstr "" +"Ito ay mas malaki kaysa sa maximum na laki. Mangyaring subukan ang iba." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:318 +msgid "An error occurred in the upload. Please try again later." +msgstr "May naganap na error sa pag-upload. Mangyaring subukan muli mamaya." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:319 +msgid "" +"There was a configuration error. Please contact the server administrator." +msgstr "" +"Nagkaroon ng error configuration. Mangyaring makipag-ugnay sa administrator " +"ng server." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:320 +msgid "You may only upload 1 file." +msgstr "Maaari ka lamang mag-upload ng 1 file." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:321 +msgid "HTTP error." +msgstr "Error sa HTTP." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:322 +msgid "Upload failed." +msgstr "Nabigo ang pag-upload." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:323 +msgid "IO error." +msgstr "Error sa IO." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:324 +msgid "Security error." +msgstr "Error Security." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:325 +msgid "File canceled." +msgstr "Kinansela ng File." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:326 +msgid "Upload stopped." +msgstr "Tumigil sa pag-upload." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:327 +msgid "Dismiss" +msgstr "Dismiss" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:328 +msgid "Crunching…" +msgstr "Crunching…" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:329 +msgid "moved to the trash." +msgstr "inilipat sa trash." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:330 +#, php-format +msgid "“%s” has failed to upload due to an error" +msgstr "“%s” ay nabigong mag-upload dahil sa isang error" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:352 +msgid "L O A D I N G" +msgstr "L O A D I N G" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:353 +msgid "Click to Close" +msgstr "I-click upang Isara" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:462 +msgid "" +"Introduction" +msgstr "" +"Introduction" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:465 +msgid "" +"Languages" +msgstr "" +"Languages" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:470 +msgid "Get help with NextGEN Gallery" +msgstr "Kumuha ng tulong sa NextGEN Gallery" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:474 +msgid "More Help & Info" +msgstr "Higit Pang Tulong at Impormasyon" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:476 +msgid "" +"Support Forums" +msgstr "" +"Support Forums" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:477 +msgid "FAQ" +msgstr "FAQ" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:478 +msgid "Feature request" +msgstr "hiling ng tampok" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:479 +msgid "Get your language pack" +msgstr "Kunin ang iyong language pack" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:480 +msgid "Contribute development" +msgstr "Mag-ambag sa pag-develop" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:481 +msgid "Download latest version" +msgstr "I-download ang pinakabagong bersyon" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/ajax.php:360 +#, php-format +msgid "Could create image with %s x %s pixel" +msgstr "Malikha ang imahe sa% s x% s pixel" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:172 +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:216 +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:239 +#: products/photocrati_nextgen/modules/ngglegacy/admin/edit-thumbnail.php:19 +#: products/photocrati_nextgen/modules/ngglegacy/admin/edit-thumbnail.php:22 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:619 +#: products/photocrati_nextgen/modules/ngglegacy/admin/publish.php:7 +#: products/photocrati_nextgen/modules/ngglegacy/admin/publish.php:10 +#: products/photocrati_nextgen/modules/ngglegacy/admin/publish.php:13 +#: products/photocrati_nextgen/modules/ngglegacy/admin/rotate.php:17 +#: products/photocrati_nextgen/modules/ngglegacy/admin/rotate.php:20 +#: products/photocrati_nextgen/modules/ngglegacy/admin/showmeta.php:10 +#: products/photocrati_nextgen/modules/ngglegacy/admin/showmeta.php:13 +msgid "Cheatin’ uh?" +msgstr "Cheatin’ uh?" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:180 +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:209 +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:253 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:178 +#: products/photocrati_nextgen/modules/ngglegacy/admin/style.php:24 +msgid "Update Successfully" +msgstr "I-update Matagumpay na" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:227 +msgid "Album deleted" +msgstr "tinanggal ang album" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:389 +#: products/photocrati_nextgen/modules/ngglegacy/admin/roles.php:55 +msgid "Edit Album" +msgstr "Edit Album" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:410 +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:459 +msgid "Select album" +msgstr "pumili ng album" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:412 +msgid "No album selected" +msgstr "Walang napiling album" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:423 +#: products/photocrati_nextgen/modules/ngglegacy/admin/edit-thumbnail.php:166 +#: products/photocrati_nextgen/modules/ngglegacy/admin/rotate.php:94 +#: products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:112 +msgid "Update" +msgstr "Update" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:425 +msgid "Edit album" +msgstr "Edit album" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:428 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:187 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:362 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:364 +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:227 +msgid "Delete" +msgstr "alisin" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:432 +msgid "Add new album" +msgstr "Magdagdag ng bagong album" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:434 +msgid "Add" +msgstr "Add" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:445 +msgid "Show / hide used galleries" +msgstr "Ipakita / itago ang ginamit gallery" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:445 +msgid "[Show all]" +msgstr "[Ipakita lahat]" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:446 +msgid "Maximize the widget content" +msgstr "I-maximize ang nilalaman ng widget" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:446 +msgid "[Maximize]" +msgstr "[I-maximize]" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:447 +msgid "Minimize the widget content" +msgstr "I-minimize ang nilalaman ng widget" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:447 +msgid "[Minimize]" +msgstr "[Minimize]" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:449 +msgid "" +"After you create and select a album, you can drag and drop a gallery or " +"another album into your new album below" +msgstr "" +"Pagkatapos mong lumikha at pumili ng isang album, maaari mong i-drag at i-" +"drop ng isang gallery o ibang album papunta sa iyong bagong album sa ibaba" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:475 +msgid "Select gallery" +msgstr "Pumili ng gallery" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:500 +msgid "Album ID" +msgstr "Album ID" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:513 +msgid "No album selected!" +msgstr "Walang napiling mga album!" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:534 +msgid "Album name:" +msgstr "Pangalan ng Album:" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:540 +msgid "Album description:" +msgstr "Paglalarawan Album:" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:546 +msgid "Select a preview image:" +msgstr "Pumili ng isang larawan ng preview:" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:549 +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:552 +#: products/photocrati_nextgen/modules/ngglegacy/admin/templates/manage_gallery/gallery_preview_image_field.php:3 +msgid "No picture" +msgstr "Walang mga larawan" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:563 +msgid "Page Link to" +msgstr "Pahina ng Link sa" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:582 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:337 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:366 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:397 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:406 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:442 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:471 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:502 +msgid "OK" +msgstr "OK" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:584 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:339 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:368 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:399 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:408 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:444 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:473 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:504 +msgid "Cancel" +msgstr "Cancel" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:677 +msgid "Name" +msgstr "Pangalan" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:679 +#: products/photocrati_nextgen/modules/ngglegacy/lib/rewrite.php:229 +msgid "Page" +msgstr "pahina" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/edit-thumbnail.php:116 +msgid "Select with the mouse the area for the new thumbnail" +msgstr "Piliin gamit ang mouse sa lugar para sa bagong thumbnail" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/edit-thumbnail.php:130 +msgid "Thumbnail updated" +msgstr "update Thumbnail" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/edit-thumbnail.php:135 +msgid "Error updating thumbnail" +msgstr "Error sa pag-update ng thumbnail" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/edit-thumbnail.php:151 +msgid "Select the area for the thumbnail from the picture on the left." +msgstr "Piliin ang lugar para sa mga thumbnail mula sa larawan sa kaliwa." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:39 +msgid "No valid gallery name!" +msgstr "Walang wastong pangalan ng gallery!" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:46 +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:55 +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:80 +msgid "Directory" +msgstr "Directory" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:46 +msgid "didn't exist. Please create first the main gallery folder " +msgstr "" +"ay hindi umiiral. Mangyaring lumikha muna sa pangunahing folder ng gallery" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:47 +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:56 +msgid "Check this link, if you didn't know how to set the permission :" +msgstr "" +"Lagyan ng check ang link na ito, kung hindi mo alam kung paano i-set ang " +"pahintulot:" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:55 +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:80 +msgid "is not writeable !" +msgstr "ay hindi writeable!" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:76 +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:85 +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:736 +#: products/photocrati_nextgen/modules/ngglegacy/lib/core.php:101 +msgid "Unable to create directory " +msgstr "Hindi makalikha ng direktoryo" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:89 +msgid "The server setting Safe-Mode is on !" +msgstr "Ang server ng ​​pagtatakda ng Safe-Mode ay nasa!" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:90 +msgid "If you have problems, please create directory" +msgstr "Kung mayroon kang mga problema, mangyaring lumikha ng direktoryo" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:91 +msgid "and the thumbnails directory" +msgstr "at ang direktoryo thumbnail" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:91 +msgid "with permission 777 manually !" +msgstr "may pahintulot 777 manu-mano" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:116 +#, php-format +msgid "" +"Gallery ID %1$s successfully created. You can show this gallery in your post " +"or page with the shortcode %2$s.
      " +msgstr "" +"Gallery ID %1$s ay matagumpay na nalikha. Maaari mong ipakita ang gallery na " +"ito sa iyong post o pahina na may shortcode %2$s.
      " + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:119 +msgid "Edit gallery" +msgstr "Edit gallery" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:188 +msgid "Error while creating thumbnail." +msgstr "Error habang ang paglikha ng thumbnail." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:242 +msgid "Error while resizing image." +msgstr "Nagkaroon ng error habang pagbabago ng laki ng imahe." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:326 +msgid "Error while rotating image." +msgstr "Nagkaroon ng error ni rorotate ang imahe." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:361 +msgid "Error while applying watermark to image." +msgstr "Error habang inilalapat ang watermark sa imahe." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:385 +msgid "Object didn't contain correct data" +msgstr "Bagay ay hindi naglalaman ng tamang data" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:391 +msgid "File do not exists" +msgstr "File ay hindi umiiral" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:395 +msgid "Couldn't restore original image" +msgstr "Hindi ma-restore ang orihinal na imahe" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:511 +msgid "(Error : Couldn't not update data base)" +msgstr "(Error: Hindi ma-update ang database)" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:518 +msgid "(Error : Couldn't not update meta data)" +msgstr "(Error: Hindi ma-update ang metadata)" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:527 +msgid "(Error : Couldn't not find image)" +msgstr "(Error: Hindi ma-hindi mahanap ng larawan)" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:670 +msgid "No valid URL path " +msgstr "Walang wastong URL path" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:686 +msgid "Import via cURL failed." +msgstr "Nabigo ang pag-import ng sa pamamagitan ng kulutin." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:703 +msgid "Uploaded file was no or a faulty zip file ! The server recognized : " +msgstr "" +"Na-upload na file ay walang o isang may sira zip file! Nakilala ang server " +"ng:" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:720 +msgid "Could not get a valid foldername" +msgstr "Hindi makuha ng isang wastong pangalan ng folder" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:731 +#, php-format +msgid "" +"Unable to create directory %s. Is its parent directory writable by the " +"server?" +msgstr "" +"Hindi makalikha ng directory% s. Ang parent directory ba ay writable sa " +"server?" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:746 +msgid "Zip-File successfully unpacked" +msgstr "Matagumpay na na-unpacked ang Zip-File" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:777 +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:877 +msgid "No gallery selected !" +msgstr "Walang napiling mga gallery!" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:785 +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:902 +msgid "Failure in database, no gallery path set !" +msgstr "Pagkabigo sa database, itakda ang walang gallery landas!" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:809 +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:896 +msgid "is no valid image file!" +msgstr "ay hindi wastong file ng imahe!" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:830 +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:919 +msgid "Error, the file could not be moved to : " +msgstr "Error, ang file ay hindi ma-inilipat sa:" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:835 +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:923 +msgid "Error, the file permissions could not be set" +msgstr "Error, ang mga pahintulot ng file ay hindi mai-set" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:853 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:111 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:189 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:238 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:322 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:661 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:740 +msgid "Create new thumbnails" +msgstr "Lumikha ng bagong thumbnail" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:858 +msgid " Image(s) successfully added" +msgstr "Mga imahe) ay matagumpay na naidagdag" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:885 +msgid "Invalid upload. Error Code : " +msgstr "Di-wastong pag-upload. Error Code:" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:961 +#, php-format +msgid "" +"SAFE MODE Restriction in effect! You need to create the folder %s manually" +msgstr "" +"Safe Mode paghihigpit sa epekto! Kailangan mong gawin ang folder na " +"%s manually" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:962 +#, php-format +msgid "" +"When safe_mode is on, PHP checks to see if the owner (%s) of the current " +"script matches the owner (%s) of the file to be operated on by a file " +"function or its directory" +msgstr "" +"Kapag safe_mode ay ON, nagsusuri ang PHP upang makita kung ang may-ari (% s) " +"ng kasalukuyang script ay tumutugma sa may-ari (% s) ng file na mai-operated " +"sa pamamagitan ng isang file ng function o direktoryo nito" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1015 +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1092 +msgid "The destination gallery does not exist" +msgstr "Ang destination gallery ay hindi umiiral" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1046 +#, php-format +msgid "Failed to move image %1$s to %2$s" +msgstr "Nabigong ilipat ang imahe %1$s to %2$s" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1066 +#, php-format +msgid "Moved %1$s picture(s) to gallery : %2$s ." +msgstr "Inilipat ang %1$s mga larawan) sa gallery: %2$s ." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1170 +#, php-format +msgid "Copied %1$s picture(s) to gallery: %2$s ." +msgstr "Kinopya ang %1$s (mga) larawan sa gallery: %2$s ." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1278 +msgid "The uploaded file exceeds the upload_max_filesize directive in php.ini" +msgstr "" +"Ay lumampas sa-upload na file ang upload_max_filesize direktiba sa php.ini" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1281 +msgid "" +"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in " +"the HTML form" +msgstr "" +"Ay lumampas sa-upload na file ang MAX_FILE_SIZE direktiba na tinukoy sa form " +"na HTML" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1284 +msgid "The uploaded file was only partially uploaded" +msgstr "Ang na-upload na file ay lamang bahagyang na-upload" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1287 +msgid "No file was uploaded" +msgstr "Walang mga file ay na-upload" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1290 +msgid "Missing a temporary folder" +msgstr "Nawawalang isang pansamantalang folder" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1293 +msgid "Failed to write file to disk" +msgstr "Nabigong isulat ang file sa disk" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1296 +msgid "File upload stopped by extension" +msgstr "Pag-upload ng File Huminto sa pamamagitan ng extension" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1299 +msgid "Unknown upload error" +msgstr "Hindi kilalang pag-upload ng error" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/install.php:20 +msgid "Sorry, NextGEN Gallery works only with a role called administrator" +msgstr "" +"Paumanhin, gumagana lamang ang NextGEN Gallery na may papel na tinatawag na " +"administrator" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/install.php:92 +msgid "" +"NextGEN Gallery : Tables could not created, please check your database " +"settings" +msgstr "" +"NextGEN Gallery: hindi ma nilikha Tables, mangyaring suriin ang iyong mga " +"setting ng database" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:99 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:206 +msgid "No images selected" +msgstr "Walang napiling mga larawan" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:107 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:190 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:234 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:323 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:642 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:724 +msgid "Resize images" +msgstr "Baguhin ang laki ng imahe" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:116 +#, php-format +msgid "" +"You are about to start the bulk edit for %s galleries \n" +" \n" +" 'Cancel' to stop, 'OK' to proceed." +msgstr "" +"You are about to start the bulk edit for %s galleries \n" +" \n" +" 'Cancel' to stop, 'OK' to proceed." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:154 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:197 +msgid "Add new gallery" +msgstr "Magdagdag ng bagong gallery" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:171 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:174 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:272 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:275 +msgid "Search Images" +msgstr "Maghanap ng mga Imahe" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:186 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:320 +msgid "Bulk actions" +msgstr "Bultuhang mga aksyon" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:188 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:321 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:572 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:687 +msgid "Set watermark" +msgstr "Set watermark" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:191 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:326 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:577 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:708 +msgid "Import metadata" +msgstr "Import metadata" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:192 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:324 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:567 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:684 +msgid "Recover from backup" +msgstr "Ibalik muli mula sa backup" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:194 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:335 +msgid "Apply" +msgstr "Apply" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:262 +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:253 +msgid "Edit" +msgstr "I-Edit" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:309 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:379 +msgid "No entries found" +msgstr "Walang nahanap na mga entry" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:327 +msgid "New Gallery" +msgstr "bagong Gallery" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:329 +msgid "Create a new , empty gallery below the folder" +msgstr "Lumikha ng isang bagong, walang laman ang gallery sa ibaba ang folder" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:331 +msgid "Allowed characters for file and folder names are" +msgstr "Pinayagan character para sa file at folder na pangalan ay" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:357 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:462 +msgid "Resize Images to" +msgstr "Baguhin ang laki ng mga imahe sa" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:361 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:466 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:453 +msgid "Width x height (in pixel). NextGEN Gallery will keep ratio size" +msgstr "Lapad x taas (sa pixel). NextGEN Gallery ay itatago ang ratio size" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:385 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:490 +#: products/photocrati_nextgen/modules/ngglegacy/admin/publish.php:40 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:416 +msgid "Width x height (in pixel)" +msgstr "Width x height (in pixel)" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:391 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:496 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:426 +msgid "Set fix dimension" +msgstr "Itakda ang sukat " + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:393 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:498 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:428 +msgid "Ignore the aspect ratio, no portrait thumbnails" +msgstr "Huwag pansinin ang aspect ratio, walang portrait thumbnail" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:456 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:568 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:156 +msgid "ID" +msgstr "ID" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:458 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:571 +#: products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:245 +#: products/photocrati_nextgen/modules/ngglegacy/admin/style.php:134 +msgid "Description" +msgstr "Description" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:460 +msgid "Page ID" +msgstr "Page ID" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:35 +msgid "Gallery not found." +msgstr "Hindi nahanap ang Gallery." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:41 +msgid "Sorry, you have no access here" +msgstr "Paumanhin, wala kang access dito" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:214 +msgid "Copy image to..." +msgstr "Kopyahin ang larawan sa ..." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:218 +msgid "Move image to..." +msgstr "Ilipat ang mga larawan sa ..." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:222 +msgid "Add new tags" +msgstr "Magdagdag ng bagong tag" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:226 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:332 +msgid "Delete tags" +msgstr "Tanggalin ang tag" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:230 +msgid "Overwrite" +msgstr "Overwrite" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:243 +#, php-format +msgid "" +"You are about to start the bulk edit for %s images \n" +" \n" +" 'Cancel' to stop, 'OK' to proceed." +msgstr "" +"You are about to start the bulk edit for %s images \n" +" \n" +" 'Cancel' to stop, 'OK' to proceed." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:269 +#, php-format +msgid "Search results for “%s”" +msgstr "Mga resulta ng paghahanap para sa \"% s\"" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:298 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:488 +msgid "Gallery settings" +msgstr "Gallery settings" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:298 +msgid "Click here for more settings" +msgstr "Mag-click dito para sa higit pang mga setting" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:304 +msgid "Scan Folder for new images" +msgstr "I-scan ang Folder para sa mga bagong larawan" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:306 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:341 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:386 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:400 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:436 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:478 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:563 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:598 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:708 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:861 +msgid "Save Changes" +msgstr "I-save ang Mga Pagbabago" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:325 +msgid "Delete images" +msgstr "Tanggalin ang mga larawan" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:327 +msgid "Rotate images clockwise" +msgstr "I-rotate ang mga imahe pakanan" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:328 +msgid "Rotate images counter-clockwise" +msgstr "I-rotate ang mga imahe counter-clockwise" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:329 +msgid "Copy to..." +msgstr "Kopyahin sa ..." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:330 +msgid "Move to..." +msgstr "Ilipat sa..." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:331 +msgid "Add tags" +msgstr "Magdagdag ng mga tag" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:333 +msgid "Overwrite tags" +msgstr "Overwrite tags" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:338 +msgid "Sort gallery" +msgstr "Sort gallery" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:402 +msgid "Enter the tags" +msgstr "Enter the tags" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:426 +msgid "Select the destination gallery:" +msgstr "Piliin ang patutunguhang gallery:" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:569 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:161 +#: products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:266 +msgid "Thumbnail" +msgstr "Thumbnail" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:571 +msgid "Alt & Title Text" +msgstr "Alt & Title Text" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:572 +msgid "Tags (comma separated list)" +msgstr "Mga Tag (comma separated na listahan)" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-sort.php:35 +msgid "Sort order changed" +msgstr "Sort order changed" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-sort.php:97 +msgid "Sort Gallery" +msgstr "Sort Gallery" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-sort.php:101 +msgid "Update Sort Order" +msgstr "I-update ang uri-uriin ang Order" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-sort.php:104 +msgid "Back to gallery" +msgstr "Bumalik sa gallery" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-sort.php:109 +msgid "Presort" +msgstr "Presort" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-sort.php:110 +msgid "Unsorted" +msgstr "Unsorted" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-sort.php:113 +#: products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:241 +msgid "Alt/Title text" +msgstr "Alt/Title text" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:90 +msgid "deleted successfully" +msgstr "matagumpay na natanggal" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:106 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:115 +msgid "Operation successful. Please clear your browser cache." +msgstr "" +"Matagumpay ang operasyon. Mangyaring i-clear ang cache ng browser ng ​​iyong." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:171 +msgid "Alt & Title Text / Description" +msgstr "Alt & Pamagat ng Teksto / Paglalarawan" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:214 +msgid "Exclude ?" +msgstr "Ibukod?" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:299 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:301 +msgid "View" +msgstr "View" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:309 +msgid "Show meta data" +msgstr "Show meta data" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:310 +msgid "Meta" +msgstr "Meta" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:318 +msgid "Customize thumbnail" +msgstr "I-customize ang thumbnail" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:319 +msgid "Edit thumb" +msgstr "Edit thumb" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:327 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:328 +msgid "Rotate" +msgstr "I-Rotate" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:338 +msgid "Publish this image" +msgstr "I-publish ang imahe" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:339 +#: products/photocrati_nextgen/modules/ngglegacy/admin/publish.php:58 +msgid "Publish" +msgstr "I-Publish" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:349 +msgid "Recover image from backup" +msgstr "Ibalik muli ang imahe mula sa backup" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:350 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:352 +msgid "Recover" +msgstr "Bawiin" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:361 +msgid "Delete image" +msgstr "Tanggalin ang imahe" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:392 +msgid "Title:" +msgstr "pamagat:" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:398 +msgid "Description:" +msgstr "Paglalarawan:" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:404 +msgid "Gallery path:" +msgstr "Gallery path:" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:419 +msgid "Link to page:" +msgstr "Link to page:" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:420 +msgid "Albums will link this gallery to the selected page" +msgstr "Albums ay mali-link gallery na ito sa napiling pahina" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:425 +msgid "Preview image:" +msgstr "Preview image:" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:431 +msgid "Create new page:" +msgstr "Gumawa ng bagong pahina:" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:607 +msgid "Gallery deleted successfully " +msgstr "Matagumpay na natanggal ang Gallery" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:678 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:681 +msgid "Rotate images" +msgstr "I-rotate ang mga imahe" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:704 +msgid "Pictures deleted successfully " +msgstr "Matagumpay na natanggal ang Larawan" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:802 +msgid "Tags changed" +msgstr "Tags changed" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:842 +msgid "Update successful" +msgstr "matagumpay na naI-update" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:877 +msgid "New gallery page ID" +msgstr "Bagong pahina ng gallery ID" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:877 +msgid "created" +msgstr "Paglikha" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:915 +msgid "Published a new post" +msgstr "Nai-publish ng isang bagong post" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:1062 +msgid "Go to the first page" +msgstr "Pumunta sa unang pahina" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:1069 +msgid "Go to the previous page" +msgstr "Pumunta sa nakaraang pahina" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:1078 +msgid "Current page" +msgstr "Ang kasalukuyang pahina" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:1089 +msgid "Go to the next page" +msgstr "Pumunta sa susunod na pahina" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:1096 +msgid "Go to the last page" +msgstr "Pumunta sa huling pahina" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:1046 +#, php-format +msgid "1 item" +msgid_plural "%s items" +msgstr[0] "1 item" +msgstr[1] "%s items" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:1046 +#, php-format +msgctxt "paging" +msgid "%1$s of %2$s" +msgstr "%1$s of %2$s" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:11 +msgid "NextGEN Gallery" +msgstr "NextGEN Gallery" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:186 +msgid "No gallery" +msgstr "Walang gallery" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:198 +msgid "Select »" +msgstr "Select »" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:230 +msgid "Hide" +msgstr "itago" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:235 +msgid "Image ID:" +msgstr "Image ID:" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:249 +#: products/photocrati_nextgen/modules/ngglegacy/admin/publish.php:45 +msgid "Alignment" +msgstr "pagkakahanay" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:252 +#: products/photocrati_nextgen/modules/ngglegacy/admin/publish.php:47 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:583 +msgid "None" +msgstr "None" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:254 +#: products/photocrati_nextgen/modules/ngglegacy/admin/publish.php:49 +msgid "Left" +msgstr "kaliwa" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:256 +#: products/photocrati_nextgen/modules/ngglegacy/admin/publish.php:51 +msgid "Center" +msgstr "Gitna" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:258 +#: products/photocrati_nextgen/modules/ngglegacy/admin/publish.php:53 +msgid "Right" +msgstr "Kanan" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:262 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:690 +msgid "Size" +msgstr "laki" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:268 +msgid "Full size" +msgstr "Kabuuang laki" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:270 +msgid "Singlepic" +msgstr "Singlepic" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:282 +msgid "Use as featured image" +msgstr "Gamitin bilang itinatampok na larawan" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:284 +msgid "Insert into Post" +msgstr "Insert into Post" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:295 +msgid "Save all changes" +msgstr "I-save ang lahat ng mga pagbabago" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:14 +msgid "NextGEN Gallery Overview" +msgstr "NextGEN Gallery Overview" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:84 +msgid "Welcome to NextGEN Gallery !" +msgstr "Maligayang pagdating sa NextGEN Gallery!" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:85 +msgid "Do you like this Plugin?" +msgstr "Gusto mo ba itong Plugin?" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:87 +msgid "About" +msgstr "tungkol sa" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:90 +msgid "Server Settings" +msgstr "Mga Setting ng server" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:97 +msgid "" +"NextGEN Gallery is one of the most popular Wordpress plugins of all time " +"with over 9 million downloads. It is developed and supported by Photocrati " +"Media. We'd like to offer a special thanks to Alex Rabe, who first developed " +"the plugin and maintained it through 2011." +msgstr "" +"NextGEN Gallery ay isa sa mga pinaka-popular na Wordpress plugin sa lahat ng " +"panahon na may higit sa 9,000,000 mga pag-download. Ito ay binuo at " +"suportado ng Photocrati Media. Gusto naming mag-alok ng isang espesyal na " +"salamat kay Alex Rabe, na unang ngabuo ng plugin at iminenteyn ito hanggang " +"2011." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:98 +msgid "" +"NEED HELP? If you need help or assistance please visit the " +"NextGEN " +"Gallery forums on WordPress.org. Please note that we actively monitor " +"and participate in the forums, but given that NextGEN Gallery is a free " +"product, we don't guarantee replies to support queries." +msgstr "" +" Kailangan ng Tulong? Kung kailangan mo ng tulong " +"mangyaring bisitahin ang mga ng forum NextGEN Gallery sa WordPress.org . " +"Tandaan na aktibo kaming nagsusubaybay at lumalahok sa mga forum, ngunit " +"dahil ang NextGEN Gallery ay isang libreng produkto, hindi namin " +"ginagarantiya ang mga tugon upang suportahan ang mga query." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:99 +msgid "" +"EXTENDING NEXTGEN? There are many third party plugins that " +"add displays and functionality for NextGEN Gallery. See our Complete List of " +"NextGEN Extension Plugins." +msgstr "" +" pagpapalawig ng NEXTGEN? Maraming mga third party plugin " +"na nagdagdag at nagpapakita ng functionality para sa NextGEN Gallery. " +"Tingnan ang aming Kumpletong Listahan ng mga Extension ng NextGEN Plugin " +"." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:107 +#, php-format +msgid "" +"This plugin is primarily developed, maintained, supported and documented by " +"Photocrati Media with a lot of love & " +"effort. Any kind of contribution would be highly appreciated. Thanks!" +msgstr "" +"Plugin na ito ay binuo, pinananatili, suportado at dokumentado sa " +"pamamagitan ng Photocrati Media na " +"may maraming mga pag-ibig at pagsisikap. Ang anumang uri ng kontribusyon ay " +"lubos na pinahahalagahan. Salamat!" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:112 +msgid "Please click \"Works\" on WordPress.org" +msgstr "Please click \"Works\" on WordPress.org" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:117 +msgid "Give it a good rating on WordPress.org" +msgstr "Bigyan ito ng magandang rating sa WordPress.org" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:122 +msgid "Visit the plugin homepage" +msgstr "Bisitahin ang homepage ng plugin" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:127 +msgid "Help translating it" +msgstr "Tulungan ang pagta-translate nito" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:149 +msgid "Graphic Library" +msgstr "Graphic Library" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:165 +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:214 +msgid "Loading…" +msgstr "Loading…" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:165 +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:214 +msgid "This widget requires JavaScript." +msgstr "Ang widget na ito ay nangangailangan ng JavaScript." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:178 +msgid "Thanks to all donators..." +msgstr "Salamat sa lahat ng donators ..." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:200 +msgid "View all" +msgstr "View all" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:226 +#, php-format +msgid "" +"Newsfeed could not be loaded. Check the front page to " +"check for updates." +msgstr "" +"Hindi ma-load Feed News. Lagyan ng tsek ang front page " +"upang suriin para sa mga update." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:238 +msgid "Untitled" +msgstr "Untitled" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:303 +msgid "At a Glance" +msgstr "At a Glance" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:356 +msgid "Storage Space" +msgstr "Space Storage" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:360 +#, php-format +msgid "" +"%2$sMB" +msgstr "" +"%2$sMB" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:361 +msgid "Space Allowed" +msgstr "Space Allowed" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:368 +#, php-format +msgid "" +"%2$sMB (%3$s" +"%%)" +msgstr "" +"%2$sMB (%3$s" +"%%)" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:369 +msgid "Space Used" +msgstr "Space Ginamit" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:395 +msgid "No GD support" +msgstr "Walang suporta Gd" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:427 +msgid "Not set" +msgstr "Not set" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:429 +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:432 +msgid "On" +msgstr "On" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:430 +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:433 +msgid "Off" +msgstr "Off" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:437 +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:440 +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:443 +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:446 +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:449 +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:452 +msgid "N/A" +msgstr "N/A" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:451 +msgid " MByte" +msgstr " MByte" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:464 +msgid "Operating System" +msgstr "Operating System" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:465 +msgid "Server" +msgstr "Server" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:466 +msgid "Memory usage" +msgstr "paggamit ng memory" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:467 +msgid "MYSQL Version" +msgstr "MySQL Bersyon" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:468 +msgid "SQL Mode" +msgstr "SQL Mode" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:469 +msgid "PHP Version" +msgstr "Bersyon PHP" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:470 +msgid "PHP Safe Mode" +msgstr "PHP Safe Mode" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:471 +msgid "PHP Allow URL fopen" +msgstr "PHP Allow URL fopen" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:472 +msgid "PHP Memory Limit" +msgstr "PHP Memory Limit" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:473 +msgid "PHP Max Upload Size" +msgstr "PHP Max Upload Size" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:474 +msgid "PHP Max Post Size" +msgstr "PHP Max Post Size" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:475 +msgid "PCRE Backtracking Limit" +msgstr "PCRE Backtracking Limit" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:476 +msgid "PHP Max Script Execute Time" +msgstr "PHP Max Script Execute Time" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:477 +msgid "PHP Exif support" +msgstr "PHP Exif support" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:478 +msgid "PHP IPTC support" +msgstr "PHP IPTC support" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:479 +msgid "PHP XML support" +msgstr "PHP XML support" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:491 +msgid "" +"NextGEN Gallery contains some functions which are only available under PHP " +"5.2. You are using the old PHP 4 version, upgrade now! It's no longer " +"supported by the PHP group. Many shared hosting providers offer both PHP 4 " +"and PHP 5, running simultaneously. Ask your provider if they can do this." +msgstr "" +"NextGEN Gallery ay naglalaman ng ilang mga function na kung saan ay " +"magagamit lamang sa ilalim ng PHP 5.2. Kung gumagamit ka ng lumang PHP 4 " +"bersyon, i-upgrade ngayon! Ito ay hindi na suportado ng mga pangkat na PHP. " +"Maraming mga ibinahaging hosting provider ang nag-aalok ng parehong PHP 4 at " +"PHP 5, na tumatakbo nang sabay-sabay. Tanungin ang iyong tagapaglaan ng kung " +"maaari nilang gawin ito." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/publish.php:35 +msgid "Post title" +msgstr "Post title" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/publish.php:37 +msgid "Enter the post title " +msgstr "Ipasok ang pamagat ng post" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/publish.php:42 +msgid "Size of the image" +msgstr "Sukat ng larawan" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/publish.php:60 +msgid "Draft" +msgstr "Draft" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/roles.php:26 +msgid "" +"Select the lowest role which should be able to access the following " +"capabilities. NextGEN Gallery supports the standard roles from WordPress." +msgstr "" +"Piliin ang pinakamababang papel na dapat ay ma-access ang mga sumusunod na " +"mga kakayahan. Sinusuportahan ng NextGEN Gallery ang karaniwang mga " +"tungkulin mula sa WordPress." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/roles.php:27 +msgid "For a more flexible user management you can use the" +msgstr "Para sa mas nababagay na pamamahala ng user maaari mong gamitin ang" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/roles.php:31 +msgid "Main NextGEN Gallery overview" +msgstr "Main NextGEN Gallery overview" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/roles.php:35 +msgid "Use TinyMCE Button / Upload tab" +msgstr "Use TinyMCE Button / Upload tab" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/roles.php:39 +msgid "Add gallery / Upload images" +msgstr "Magdagdag ng gallery / Mag-upload ng imahe" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/roles.php:43 +msgid "Manage gallery" +msgstr "pamahalaan ang gallery" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/roles.php:47 +msgid "Manage others gallery" +msgstr "Pamahalaan ang iba gallery" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/roles.php:51 +msgid "Manage tags" +msgstr "Manage tags" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/roles.php:59 +msgid "Change style" +msgstr "Baguhin ang istilo ng" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/roles.php:63 +msgid "Change options" +msgstr "baguhin ang pagpipilian" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/roles.php:67 +msgid "NextGEN Attach Interface" +msgstr "NextGEN Attach Interface" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/rotate.php:60 +msgid "Image rotated" +msgstr "Image rotated" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/rotate.php:62 +msgid "Error rotating thumbnail" +msgstr "Error rotating thumbnail" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/rotate.php:85 +msgid "90° clockwise" +msgstr "90 ° paikot sa kanan" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/rotate.php:86 +msgid "90° anticlockwise" +msgstr "90 ° paikot sa kaliwa" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/rotate.php:87 +msgid "Flip vertically" +msgstr "Baligtarin nang patayo" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/rotate.php:88 +msgid "Flip horizontally" +msgstr "Baligtarin nang pahalang" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:22 +#: products/photocrati_nextgen/modules/ngglegacy/admin/upgrade.php:204 +#, php-format +msgid "Rebuild image structure : %s / %s images" +msgstr "Muling itayo ang istraktura ng imahe:% s /% s mga larawan" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:23 +#: products/photocrati_nextgen/modules/ngglegacy/admin/upgrade.php:205 +#, php-format +msgid "Rebuild gallery structure : %s / %s galleries" +msgstr "Muling itayo istraktura gallery:% s /% s gallery" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:24 +#: products/photocrati_nextgen/modules/ngglegacy/admin/upgrade.php:206 +#, php-format +msgid "Rebuild album structure : %s / %s albums" +msgstr "Muling itayo ang istraktura ng album:% s /% s album" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:81 +#: products/photocrati_nextgen/modules/ngglegacy/admin/upgrade.php:263 +msgid "Done." +msgstr "Done." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:196 +msgid "Cache cleared" +msgstr "Cache cleared" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:315 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:334 +msgid "General Options" +msgstr "General Options" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:317 +msgid "Image" +msgid_plural "Images" +msgstr[0] "larawan" +msgstr[1] "Mga larawan" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:319 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:572 +msgid "Effects" +msgstr "Effects" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:320 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:614 +msgid "Watermark" +msgstr "Watermark" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:340 +#: products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:54 +msgid "Gallery path" +msgstr "Gallery path" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:342 +msgid "This is the default path for all galleries" +msgstr "Ito ang default na landas para sa lahat ng mga gallery" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:345 +msgid "Delete image files" +msgstr "Tanggalin ang mga file ng larawan" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:347 +msgid "Delete files, when removing a gallery in the database" +msgstr "" +"Tanggalin ang mga file, kapag ang pag-aalis ng isang gallery sa database" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:350 +msgid "Activate permalinks" +msgstr "I-activate ang permalinks" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:352 +msgid "" +"When you activate this option, you need to update your permalink structure " +"one time." +msgstr "" +"Kapag isinaaktibo mo ang pagpipiliang ito, kailangan mong i-update ang iyong " +"istraktura Permalink isang pagkakataon." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:353 +msgid "Gallery slug name :" +msgstr "Pangalan banatan Gallery:" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:357 +msgid "Create new URL friendly image slugs" +msgstr "Lumikha ng bagong URL friendly na slug larawan" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:358 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:474 +msgid "Proceed now" +msgstr "magpatuloy ngayon" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:361 +msgid "Select graphic library" +msgstr "Piliin graphic library" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:362 +msgid "GD Library" +msgstr "GD Library" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:363 +msgid "ImageMagick (Experimental). Path to the library :" +msgstr "ImageMagick (Pang-eksperimento). Path sa library:" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:368 +msgid "Activate Media RSS feed" +msgstr "I-activate ang RSS feed Media" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:370 +msgid "" +"A RSS feed will be added to you blog header. Useful for CoolIris/PicLens" +msgstr "" +"Ang isang RSS feed ay idadagdag sa iyong blog header. Kapaki-pakinabang para " +"sa CoolIris / PicLens" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:373 +msgid "Activate PicLens/CoolIris support" +msgstr "I-activate ang PicLens / CoolIris suporta" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:375 +msgid "" +"When you activate this option, some javascript is added to your site footer. " +"Make sure that wp_footer is called in your theme." +msgstr "" +"Kapag isinaaktibo mo ang pagpipiliang ito, ang ilang mga javascript ay " +"idadagdag sa iyong footer site. Tiyakin na wp_footer ay tinatawag sa iyong " +"tema." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:378 +msgid "Tags / Categories" +msgstr "Tags / Kategorya" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:381 +msgid "Activate related images" +msgstr "I-activate ang nauugnay na mga larawan" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:383 +msgid "This option will append related images to every post" +msgstr "" +"Ang pagpipiliang ito ay magkabit ng nauugnay na mga larawan sa bawat post" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:387 +msgid "Match with" +msgstr "Itugma sa" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:393 +msgid "Max. number of images" +msgstr "Max. bilang ng mga imahe" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:395 +msgid "0 will show all images" +msgstr "0 ay magpapakita ng lahat ng mga imahe" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:399 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:435 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:477 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:562 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:597 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:860 +msgid "More settings" +msgstr "Higit pang mga setting" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:409 +msgid "Thumbnail settings" +msgstr "Mga setting Thumbnail" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:413 +msgid "" +"Please note : If you change the settings, you need to recreate the " +"thumbnails under -> Manage Gallery ." +msgstr "" +"Tandaan: Kung binago mo ang mga setting, kailangan muling likhain ang mga " +"thumbnail sa ilalim -> Pamahalaan ang Gallery." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:422 +msgid "These values are maximum values " +msgstr "Ang mga halaga ay maximum na halaga" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:445 +msgid "Image settings" +msgstr "Mga setting ng Imahe" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:451 +msgid "Resize Images" +msgstr "Baguhin ang laki ng mga Imahe" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:460 +msgid "Backup original images" +msgstr "Backup na orihinal na imahe" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:462 +msgid "Creates a backup for inserted images" +msgstr "Lumilikha ng isang backup na para sa ipinasok na larawan" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:465 +msgid "Automatically resize" +msgstr "awtomatikong palitan ang laki" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:467 +msgid "Automatically resize images on upload." +msgstr "Awtomatikong palitan ang laki ng mga imahe sa pag-upload." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:470 +msgid "Single picture" +msgstr "Single picture" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:473 +msgid "Clear cache folder" +msgstr "Clear cache folder" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:494 +msgid "Deactivate gallery page link" +msgstr "Deactivate gallery page link" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:496 +msgid "" +"The album will not link to a gallery subpage. The gallery is shown on the " +"same page." +msgstr "" +"Ang album ay hindi link sa isang gallery subpage. Ang gallery ay ipinapakita " +"sa parehong pahina." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:500 +msgid "Number of images per page" +msgstr "Bilang ng mga imahe sa bawat pahina" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:502 +msgid "0 will disable pagination, all images on one page" +msgstr "" +"0 ay hindi paganahin ang pagbilang ng pahina, lahat ng mga imahe sa isang " +"pahina" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:506 +msgid "Number of columns" +msgstr "Bilang ng mga hanay" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:508 +msgid "" +"0 will display as much as possible based on the width of your theme. Setting " +"normally only required for captions below the images" +msgstr "" +"0 ay ipapakita hangga't maaari batay sa lapad ng iyong tema. Setting ay " +"kinakailangan lamang para sa mga caption sa ibaba ng larawan" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:512 +msgid "Integrate slideshow" +msgstr "Integrate slideshow" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:519 +msgid "Show first" +msgstr "Show first" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:525 +msgid "Show ImageBrowser" +msgstr "Show ImageBrowser" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:527 +msgid "The gallery will open the ImageBrowser instead the effect." +msgstr "Ang gallery ay magbubukas ang ImageBrowser sa halip ang epekto." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:531 +msgid "Add hidden images" +msgstr "Magdagdag ng mga nakatagong mga larawan" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:533 +msgid "" +"If pagination is used, this option will still show all images in the modal " +"window (Thickbox, Lightbox etc.). Note : This increases the page load" +msgstr "" +"Kung pagbilang ng pahina ay ginagamit, ang pagpipiliang ito ay pa rin " +"ipakita ang lahat ng mga imahe sa modal window (Thickbox, Lightbox atbp). " +"Paunawa: Ito pinatataas ang pag-load ng pahina" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:539 +msgid "" +"Browse images without reload the page. Note : Works only in combination with " +"Shutter effect" +msgstr "" +"Mag-browse ng mga larawan nang walang i-reload ang pahina. Tandaan: Works " +"lamang sa kumbinasyon na may epekto Shutter" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:543 +msgid "Sort options" +msgstr "Sort options" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:546 +msgid "Sort thumbnails" +msgstr "Sort thumbnails" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:548 +msgid "Custom order" +msgstr "Custom order" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:550 +msgid "File name" +msgstr "File name" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:551 +msgid "Alt / Title text" +msgstr "Alt / Title text" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:552 +#: products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser-exif.php:58 +msgid "Date / Time" +msgstr "Petsa / Oras" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:556 +msgid "Sort direction" +msgstr "Sort direction" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:576 +msgid "" +"Here you can select the thumbnail effect, NextGEN Gallery will integrate the " +"required HTML code in the images. Please note that only the Shutter and " +"Thickbox effect will automatic added to your theme." +msgstr "" +"Dito maaari mong piliin ang mga thumbnail effect, ang NextGEN Gallery ay " +"isasama ang mga kinakailangang HTML code na ito sa mga larawan. Tandaan na " +"tanging ang Shutter at Thickbox effect ay awtomatikong idinagdag sa iyong " +"tema." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:577 +msgid "With the placeholder" +msgstr "Gamit ang placeholder" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:577 +msgid "" +"you can activate a navigation through the images (depend on the effect). " +"Change the code line only , when you use a different thumbnail effect or you " +"know what you do." +msgstr "" +"Maaari mong isaaktibo ang isang nabigasyon sa pamamagitan ng mga imahe " +"(nakasalalay sa mga epekto). Baguhin ang linya ng code lamang, kapag gumamit " +"ka ng ibang thumbnail effwct o kung alam mo kung ano ang ginagawa mo." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:580 +msgid "JavaScript Thumbnail effect" +msgstr "JavaScript Thumbnail effect" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:584 +msgid "Thickbox" +msgstr "Thickbox" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:585 +msgid "Lightbox" +msgstr "Lightbox" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:586 +msgid "Highslide" +msgstr "Highslide" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:587 +msgid "Shutter" +msgstr "Shutter" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:593 +msgid "Link Code line" +msgstr "Link Code line" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:615 +msgid "" +"Please note : You can only activate the watermark under -> Manage Gallery . " +"This action cannot be undone." +msgstr "" +"Tandaan: Maaari ka lamang buhayin ang watermark sa ilalim -> Pamahalaan ang " +"Gallery. Hindi na mababawi ang pagkilos na ito." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:620 +msgid "Preview" +msgstr "Preview" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:622 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:627 +msgid "Position" +msgstr "Posisyon" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:647 +msgid "Offset" +msgstr "Offset" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:663 +msgid "Use image as watermark" +msgstr "Gamitin ang imahe bilang watermark" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:666 +msgid "URL to file" +msgstr "URL to file" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:668 +msgid "The accessing of URL files is disabled at your server (allow_url_fopen)" +msgstr "" +"Ang pag-access ng mga file URL ay hindi pinagana sa iyong server " +"(allow_url_fopen)" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:671 +msgid "Use text as watermark" +msgstr "Gamitin ang teksto bilang watermark" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:674 +msgid "Font" +msgstr "Font" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:683 +msgid "This function will not work, cause you need the FreeType library" +msgstr "" +"Function na ito ay hindi gagana, dahil kailangan mo ang FreeType library" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:685 +msgid "" +"You can upload more fonts in the folder nggallery/fonts" +msgstr "" +"Maaari kang mag-upload ng higit pang mga font sa folder nggallery / " +"font " + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:694 +msgid "Color" +msgstr "Kulay" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:696 +msgid "(hex w/o #)" +msgstr "(hex w/o #)" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:699 +msgid "Text" +msgstr "Text" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:703 +msgid "Opaque" +msgstr "Opaque" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:724 +msgid "Default size (W x H)" +msgstr "Default size (W x H)" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:729 +msgid "Duration time" +msgstr "Duration time" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:730 +msgid "sec." +msgstr "segundo" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:733 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:810 +msgid "Transition / Fade effect" +msgstr "Transisyon/Fade effect" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:736 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:813 +msgid "fade" +msgstr "fade" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:737 +msgid "blindX" +msgstr "blindX" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:738 +msgid "cover" +msgstr "cover" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:739 +msgid "scrollUp" +msgstr "i-scroll pataas" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:740 +msgid "scrollDown" +msgstr "i-scroll pababa" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:741 +msgid "shuffle" +msgstr "shuffle" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:742 +msgid "toss" +msgstr "toss" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:743 +msgid "wipe" +msgstr "wipe" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:745 +msgid "See here for more information about the effects :" +msgstr "Tingnan dito para sa karagdagang impormasyon tungkol sa mga epekto:" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:749 +msgid "Settings for the JW Image Rotator" +msgstr "Settings for the JW Image Rotator" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:758 +msgid "" +"The path to JW Image Rotator is not defined, the slideshow will not work." +msgstr "" +"Ang path sa JW image rotator ay hindi natukoy, ang slideshow ay hindi gagana." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:770 +msgid "Path to the JW Image Rotator (URL)" +msgstr "Path to the JW Image Rotator (URL)" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:773 +msgid "Search now" +msgstr "Maghanap ngayon" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:774 +msgid "Press the button below to search for the JW Image Rotator" +msgstr "" +"Pindutin ang pindutan sa ibaba upang maghanap ng mga JW Image pampainog" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:778 +msgid "Shuffle mode" +msgstr "Shuffle mode" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:796 +msgid "You can change the logo at the watermark settings" +msgstr "Maaari mong baguhin ang logo sa mga setting ng watermark" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:802 +msgid "true" +msgstr "totoo" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:803 +msgid "false" +msgstr "hindi totoo" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:804 +msgid "fit" +msgstr "fit" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:805 +msgid "none" +msgstr "none" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:814 +msgid "bgfade" +msgstr "bgfade" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:815 +msgid "slowfade" +msgstr "slowfade" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:816 +msgid "circles" +msgstr "circles" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:817 +msgid "bubbles" +msgstr "bubbles" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:818 +msgid "blocks" +msgstr "blocks" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:819 +msgid "fluids" +msgstr "fluids" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:820 +msgid "flash" +msgstr "flash" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:821 +msgid "lines" +msgstr "linya" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:831 +msgid "Background Color" +msgstr "Kulay ng Background" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:836 +msgid "Texts / Buttons Color" +msgstr "Kulay ng teksto / Pindutan" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:841 +msgid "Rollover / Active Color" +msgstr "Rollover / Active Color" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:846 +msgid "Screen Color" +msgstr "Kulay ng Screen" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:851 +msgid "Background music (URL)" +msgstr "Background ng musika (URL)" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:855 +msgid "Try XHTML validation (with CDATA)" +msgstr "Subukan ang pagpapatunay XHTML (na may CDATA)" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:857 +msgid "" +"Important : Could causes problem at some browser. Please recheck your page." +msgstr "" +"Mahalaga: maaring maging sanhi ng problema sa ilang mga browser. Mangyaring " +"suriin ang inyong pahina." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/showmeta.php:29 +msgid "Meta Data" +msgstr "Meta Data" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/showmeta.php:34 +#: products/photocrati_nextgen/modules/ngglegacy/admin/showmeta.php:60 +#: products/photocrati_nextgen/modules/ngglegacy/admin/showmeta.php:85 +#: products/photocrati_nextgen/modules/ngglegacy/admin/showmeta.php:109 +msgid "Tag" +msgstr "Tag" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/showmeta.php:35 +#: products/photocrati_nextgen/modules/ngglegacy/admin/showmeta.php:61 +#: products/photocrati_nextgen/modules/ngglegacy/admin/showmeta.php:86 +#: products/photocrati_nextgen/modules/ngglegacy/admin/showmeta.php:110 +msgid "Value" +msgstr "halaga" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/showmeta.php:49 +msgid "No meta data saved" +msgstr "Walang mga meta data na-save" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/showmeta.php:55 +msgid "EXIF Data" +msgstr "EXIF Data" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/showmeta.php:74 +msgid "No exif data" +msgstr "Walang data Exif" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/showmeta.php:81 +msgid "IPTC Data" +msgstr "IPTC Data" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/showmeta.php:105 +msgid "XMP Data" +msgstr "XMP Data" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/style.php:11 +msgid "(From the theme folder)" +msgstr "(Mula sa folder ng tema)" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/style.php:43 +msgid "You do not have sufficient permissions to edit templates for this blog." +msgstr "" +"Wala kang sapat na mga pahintulot upang i-edit ang mga template para sa blog " +"na ito." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/style.php:52 +msgid "CSS file successfully updated" +msgstr "Matagumpay na na-update CSS file" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/style.php:91 +msgid "Activate and use style sheet:" +msgstr "I-activate at gamitin style sheet:" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/style.php:111 +msgid "Activate" +msgstr "Activate" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/style.php:121 +#, php-format +msgid "Editing %s" +msgstr "Pag-edit ng % s " + +#: products/photocrati_nextgen/modules/ngglegacy/admin/style.php:123 +#, php-format +msgid "Browsing %s" +msgstr "Pagba-browse % s " + +#: products/photocrati_nextgen/modules/ngglegacy/admin/style.php:133 +msgid "Version" +msgstr "salin" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/style.php:136 +msgid "" +"Tip : Copy your stylesheet (nggallery.css) to your theme folder, so it will " +"be not lost during a upgrade" +msgstr "" +"Tip: Kopyahin ang iyong stylesheet (nggallery.css) sa iyong folder ng tema, " +"ng hindi ito mawala sa panahong ikay nag-uupgrade" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/style.php:138 +msgid "" +"Your theme contain a NextGEN Gallery stylesheet (nggallery.css), this file " +"will be used" +msgstr "" +"Ang iyong tema maglaman ng isang stylesheet NextGEN Gallery (nggallery.css), " +"ang file na ito ay gagamitin" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/style.php:140 +msgid "" +"Tip No. 2: Use the color picker below to help you find the right color " +"scheme for your gallery!" +msgstr "" +"Tip No 2: Gamitin ang tagapili ng kulay sa ibaba upang makatulong sa iyo na " +"mahanap ang tamang scheme ng kulay para sa iyong gallery!" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/style.php:156 +msgid "Update File" +msgstr "I-update ang File" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/style.php:159 +msgid "If this file were writable you could edit it." +msgstr "Kung ang file na ito ay writable maaari mong i-edit ito." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/style.php:164 +msgid "Oops, no such file exists! Double check the name and try again, merci." +msgstr "" +"Oops, walang umiiral na ganoong file! I-double check ang pangalan at " +"subukang muli, merci." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:41 +msgid "Most popular" +msgstr "Pinakapopular" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:42 +msgid "Least used" +msgstr "Least used" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:43 +msgid "Alphabetical" +msgstr "Alphabetical" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:100 +msgid "Manage image tags" +msgstr "Pamahalaan ang mga tag ng imahe" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:112 +msgid "Existing Tags" +msgstr "Existing Tags" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:116 +msgid "Search tags" +msgstr "Search tags" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:120 +msgid "Go" +msgstr "Go" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:125 +msgid "Sort Order:" +msgstr "Sort Order:" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:160 +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:164 +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:177 +msgid "Previous tags" +msgstr "Previous tags" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:173 +msgid "Next tags" +msgstr "Next tags" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:185 +msgid "Rename Tag" +msgstr "Rename Tag" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:193 +msgid "" +"Enter the tag to rename and its new value. You can use this feature to " +"merge tags too. Click \"Rename\" and all posts which use this tag will be " +"updated." +msgstr "" +"Enter the tag to rename and its new value. You can use this feature to " +"merge tags too. Click \"Rename\" and all posts which use this tag will be " +"updated." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:194 +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:242 +msgid "You can specify multiple tags to rename by separating them with commas." +msgstr "" +"Maaari mong tukuyin ang maramihang mga tag sa muling pangalanan sa " +"pamamagitan ng paghihiwalay ng mga ito gamit ang mga kuwit." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:198 +msgid "Tag(s) to rename:" +msgstr "Tag(s) to rename:" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:202 +msgid "New tag name(s):" +msgstr "(Mga) bagong name tag:" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:205 +msgid "Rename" +msgstr "Rename" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:211 +msgid "Delete Tag" +msgstr "Delete Tag" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:219 +msgid "" +"Enter the name of the tag to delete. This tag will be removed from all " +"posts." +msgstr "" +"Ipasok ang pangalan ng tag tanggalin. Ang tag na ito ay aalisin mula sa " +"lahat ng mga post." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:220 +msgid "You can specify multiple tags to delete by separating them with commas" +msgstr "" +"Maaari mong tukuyin ang maramihang mga tag tanggalin sa pamamagitan ng " +"paghihiwalay ng mga ito gamit ang mga kuwit" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:224 +msgid "Tag(s) to delete:" +msgstr "(Mga) Tag na tatanggalin:" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:233 +msgid "Edit Tag Slug" +msgstr "Edit Tag Slug" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:241 +msgid "" +"Enter the tag name to edit and its new slug. This will be used in tagcloud " +"links. Slug definition" +msgstr "" +"Ipasok ang name tag na i-edit at sa bagi nitong slug. Ito ay magagamit sa " +"tagcloud link. kahulugan banatan " + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:246 +msgid "Tag(s) to match:" +msgstr "Tag(s) to match" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:250 +msgid "Slug(s) to set:" +msgstr "Slug(s) to set:" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/templates/manage_gallery/gallery_create_page_field.php:3 +msgid "Main Page (no parent)" +msgstr "Main Page (no parent)" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/templates/manage_gallery/gallery_create_page_field.php:10 +msgid "Add page" +msgstr "Add pag" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/templates/manage_gallery/gallery_link_to_page_field.php:3 +msgid "Not linked" +msgstr "Not linked" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/thumbnails-template.php:103 +msgid "These are maximum values" +msgstr "Ang mga ito ang maximum na halaga" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/upgrade.php:61 +msgid "" +"Some folders/files could not renamed, please recheck the permission and " +"rescan the folder in the manage gallery section." +msgstr "" +"Ang ilang mga folder / mga file ay hindi ma Pinalitan ang pangalan, maaring " +"suriin ang pahintulot at rescan ang folder sa seksyon ng pamahalaan gallery." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/upgrade.php:63 +msgid "Rename failed" +msgstr "Nabigo ang Palitan ang pangalan" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/upgrade.php:159 +#: products/photocrati_nextgen/modules/ngglegacy/admin/upgrade.php:178 +msgid "Upgrade NextGEN Gallery" +msgstr "I-upgrade ang NextGEN Gallery" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/upgrade.php:160 +msgid "The script detect that you upgrade from a older version." +msgstr "Ang script na detect na mag-upgrade mula sa isang mas lumang bersyon." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/upgrade.php:161 +msgid "" +"Your database tables for NextGEN Gallery is out-of-date, and must be " +"upgraded before you can continue." +msgstr "" +"Ang iyong mga talahanayan ng database para sa NextGEN Gallery ay out-of-" +"date, at dapat ma-upgrade bago ka makapagpatuloy." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/upgrade.php:162 +msgid "" +"If you would like to downgrade later, please make first a complete backup of " +"your database and the images." +msgstr "" +"Kung nais mong mag-downgrade sa ibang pagkakataon, mangyaring gumawa muna ng " +"isang kumpletong backup ng iyong database at ang mga imahe." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/upgrade.php:163 +msgid "The upgrade process may take a while, so please be patient." +msgstr "" +"Maaaring tumagal ang proseso ng pag-upgrade sa isang habang, kaya mangyaring " +"maging mahinahon." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/upgrade.php:164 +msgid "Start upgrade now" +msgstr "Simulan ang mag-upgrade ngayon" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/upgrade.php:180 +msgid "Upgrade finished..." +msgstr "Ang upgrade ay tapos na ..." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/upgrade.php:181 +msgid "Continue" +msgstr "Ipagpatuloy" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:33 +msgid "Update successfully" +msgstr "matagumpay na pag update" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:48 +msgid "Network Options" +msgstr "Network Options" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:56 +msgid "" +"This is the default path for all blogs. With the placeholder %BLOG_ID% you " +"can organize the folder structure better." +msgstr "" +"Ito ang default na landas para sa lahat ng mga blog. Gamit ang placeholder% " +"BLOG_ID% maaari mong ayusin ang istraktura ng folder na mas mahusay." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:57 +#, php-format +msgid "The default setting should be %s" +msgstr "Ang default na setting ay dapat na% s" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:61 +msgid "Enable upload quota check" +msgstr "Paganahin ang pag-upload quota check" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:63 +msgid "Should work if the gallery is bellow the blog.dir" +msgstr "Dapat gumana kung ang gallery ay pumalahaw ang blog.dir" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:67 +msgid "Enable zip upload option" +msgstr "Paganahin ang zip opsyon sa pag-upload" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:69 +msgid "Allow users to upload zip folders." +msgstr "Payagan ang mga gumagamit upang mag-upload ng zip folder." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:73 +msgid "Enable import function" +msgstr "Paganahin ang pag-import ng function" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:75 +msgid "Allow users to import images folders from the server." +msgstr "" +"Payagan ang mga user na i-import ang mga folder ng ​​mga imahe mula sa server." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:79 +msgid "Enable style selection" +msgstr "Paganahin ang pagpili ng estilo" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:81 +msgid "Allow users to choose a style for the gallery." +msgstr "Payagan ang mga user upang pumili ng isang estilo para sa gallery." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:85 +msgid "Enable roles/capabilities" +msgstr "Paganahin ang mga tungkulin / kakayahan" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:87 +msgid "Allow users to change the roles for other blog authors." +msgstr "" +"Payagan ang mga gumagamit upang baguhin ang mga tungkulin para sa iba pang " +"mga may-akda ng blog." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:91 +msgid "Default style" +msgstr "Default style" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:108 +msgid "Choose the default style for the galleries." +msgstr "Piliin ang default na estilo para sa mga gallery." + +#: products/photocrati_nextgen/modules/ngglegacy/lib/core.php:410 +#, php-format +msgid "" +"Note : Based on your server memory limit you should not upload larger images " +"then %d x %d pixel" +msgstr "" +"Tandaan: Batay sa iyong mga limitasyon ng server memory hindi mo dapat i-" +"upload ang mas malaking imahe pagkatapos % dx% d pixel" + +#: products/photocrati_nextgen/modules/ngglegacy/lib/ngg-db.php:337 +#: products/photocrati_nextgen/modules/ngglegacy/lib/ngg-db.php:338 +msgid "Album overview" +msgstr "Album overview" + +#: products/photocrati_nextgen/modules/ngglegacy/lib/post-thumbnail.php:68 +#: products/photocrati_nextgen/modules/ngglegacy/lib/post-thumbnail.php:70 +msgid "Set NextGEN featured image" +msgstr "Set NextGEN featured image" + +#: products/photocrati_nextgen/modules/ngglegacy/lib/post-thumbnail.php:328 +#: products/photocrati_nextgen/modules/ngglegacy/lib/post-thumbnail.php:329 +msgid "Set featured image" +msgstr "Itakda ang mga itinatampok na larawan" + +#: products/photocrati_nextgen/modules/ngglegacy/lib/post-thumbnail.php:356 +msgid "Remove featured image" +msgstr "Alisin ang itinatampok na larawan" + +#: products/photocrati_nextgen/modules/ngglegacy/lib/rewrite.php:223 +msgid "Album" +msgid_plural "Albums" +msgstr[0] "Albums" +msgstr[1] "Album" + +#: products/photocrati_nextgen/modules/ngglegacy/lib/tags.php:35 +msgid "No new tag specified!" +msgstr "Walang tinukoy na bagong tag!" + +#: products/photocrati_nextgen/modules/ngglegacy/lib/tags.php:50 +msgid "No new/old valid tag specified!" +msgstr "Walang tinukoy na mga bagong / lumang wastong tag!" + +#: products/photocrati_nextgen/modules/ngglegacy/lib/tags.php:86 +msgid "No tag renamed." +msgstr "Pinalitan ang pangalan ng Walang tag." + +#: products/photocrati_nextgen/modules/ngglegacy/lib/tags.php:88 +#, php-format +msgid "Renamed tag(s) «%1$s» to «%2$s»" +msgstr "Renamed tag(s) «%1$s» to «%2$s»" + +#: products/photocrati_nextgen/modules/ngglegacy/lib/tags.php:95 +msgid "No valid new tag." +msgstr "Walang wastong bagong tag." + +#: products/photocrati_nextgen/modules/ngglegacy/lib/tags.php:112 +msgid "No objects (post/page) found for specified old tags." +msgstr "" +"Walang mga bagay (mga post / pahina) natagpuan para sa tinukoy na mga lumang " +"tag." + +#: products/photocrati_nextgen/modules/ngglegacy/lib/tags.php:141 +msgid "No tag merged." +msgstr "No tag merged." + +#: products/photocrati_nextgen/modules/ngglegacy/lib/tags.php:143 +#, php-format +msgid "" +"Merge tag(s) «%1$s» to «%2$s». %3$s objects edited." +msgstr "" +"Merge tag(s) «%1$s» to «%2$s». %3$s objects edited." + +#: products/photocrati_nextgen/modules/ngglegacy/lib/tags.php:146 +msgid "Error. Not enough tags provided to rename or merge." +msgstr "" +"Error. Hindi sapat ang ibinigay para muling pangalanan o pagsamahin ang mga " +"tag." + +#: products/photocrati_nextgen/modules/ngglegacy/lib/tags.php:165 +msgid "No tag specified!" +msgstr "No tag specified!" + +#: products/photocrati_nextgen/modules/ngglegacy/lib/tags.php:188 +msgid "No tag deleted." +msgstr "No tag deleted." + +#: products/photocrati_nextgen/modules/ngglegacy/lib/tags.php:190 +#, php-format +msgid "%1s tag(s) deleted." +msgstr "%1s tag(s) deleted." + +#: products/photocrati_nextgen/modules/ngglegacy/lib/tags.php:206 +msgid "No new slug(s) specified!" +msgstr "No new slug(s) specified!" + +#: products/photocrati_nextgen/modules/ngglegacy/lib/tags.php:218 +msgid "Tags number and slugs number isn't the same!" +msgstr "Bilang mga tag at slug bilang na ito ay hindi ang parehong!" + +#: products/photocrati_nextgen/modules/ngglegacy/lib/tags.php:245 +msgid "No slug edited." +msgstr "No slug edited." + +#: products/photocrati_nextgen/modules/ngglegacy/lib/tags.php:247 +#, php-format +msgid "%s slug(s) edited." +msgstr "%s slug(s) edited." + +#: products/photocrati_nextgen/modules/ngglegacy/nggallery.php:64 +msgid "" +"Translation by : See here" +msgstr "" +"Translation by : See here" + +#: products/photocrati_nextgen/modules/ngglegacy/nggallery.php:65 +msgid "" +"This translation is not yet updated for Version 1.9.0. If " +"you would like to help with translation, download the current po from the " +"plugin folder and read here how you can translate the plugin." +msgstr "" +" pagsasalin ito ay hindi pa na-update para Bersyon 1.9.0 . " +"Kung nais mong upang makatulong sa pagsasalin, i-download ang kasalukuyang " +"po mula sa folder ng mga plugin at basahin ang dito kung paano mo magagawa isalin ang " +"plugin." + +#: products/photocrati_nextgen/modules/ngglegacy/nggallery.php:158 +msgid "" +"Sorry, NextGEN Gallery works only with a Memory Limit of 16 MB or higher" +msgstr "" +"Paumanhin, gumagana lamang ang NextGEN Gallery na may Memory Limit ng 16 MB " +"o mas mataas" + +#: products/photocrati_nextgen/modules/ngglegacy/nggallery.php:184 +msgid "Picture tag" +msgstr "Picture tag" + +#: products/photocrati_nextgen/modules/ngglegacy/nggallery.php:185 +msgid "Picture tag: %2$l." +msgstr "Picture tag: %2$l." + +#: products/photocrati_nextgen/modules/ngglegacy/nggallery.php:186 +msgid "Separate picture tags with commas." +msgstr "Paghiwalayin ang mga larawan mga tag gamit ang mga kuwit." + +#: products/photocrati_nextgen/modules/ngglegacy/nggallery.php:324 +msgid "Get help" +msgstr "Get help" + +#: products/photocrati_nextgen/modules/ngglegacy/nggallery.php:325 +msgid "Contribute" +msgstr "Contribute" + +#: products/photocrati_nextgen/modules/ngglegacy/nggfunctions.php:29 +msgid "[Gallery not found]" +msgstr "[Hindi nahanap ang Gallery]" + +#: products/photocrati_nextgen/modules/ngglegacy/nggfunctions.php:163 +msgid "Related images for" +msgstr "Kaugnay na mga imahe para sa" + +#: products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser-exif.php:38 +msgid "Meta data" +msgstr "Meta data" + +#: products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser-exif.php:42 +msgid "Camera / Type" +msgstr "Camera / Uri" + +#: products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser-exif.php:50 +msgid "Focal Length" +msgstr "Focal Length" + +#: products/photocrati_nextgen/modules/ngglegacy/xml/media-rss.php:50 +msgid "No galleries have been yet created." +msgstr "Walang mga gallery pang nilikha." + +#: products/photocrati_nextgen/modules/ngglegacy/xml/media-rss.php:69 +#, php-format +msgid "The gallery ID=%s does not exist." +msgstr "Ang gallery ID =% s ay hindi umiiral." + +#: products/photocrati_nextgen/modules/ngglegacy/xml/media-rss.php:100 +msgid "No album ID has been provided as parameter" +msgstr "Walang ID album ay na ibinigay bilang parameter" + +#: products/photocrati_nextgen/modules/ngglegacy/xml/media-rss.php:108 +#, php-format +msgid "The album ID=%s does not exist." +msgstr "Ang album ID =% s ay hindi umiiral." + +#: products/photocrati_nextgen/modules/ngglegacy/xml/media-rss.php:115 +msgid "Invalid MediaRSS command" +msgstr "Di-wastong utos MediaRSS" + +msgid "NextGEN Basic Compact Album" +msgstr "NextGEN Basic Compact Album" + +msgid "NextGEN Basic Extended Album" +msgstr "NextGEN Basic Extended Album" + +msgid "NextGEN Basic Thumbnails" +msgstr "NextGEN Basic Thumbnails" + +msgid "NextGEN Basic Slideshow" +msgstr "NextGEN Basic Slideshow" + +msgid "NextGEN Basic ImageBrowser" +msgstr "NextGEN Basic ImageBrowser" + +msgid "NextGEN Basic Singlepic" +msgstr "NextGEN Basic Singlepic" + +msgid "NextGEN Basic Tagcloud" +msgstr "NextGEN Basic Tagcloud" diff --git a/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/i18n/lang/nggallery-fr_FR.mo b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/i18n/lang/nggallery-fr_FR.mo new file mode 100644 index 0000000000000000000000000000000000000000..e7ad16d5cdaf9914c268caa73be34082ec9fd3f2 GIT binary patch literal 81168 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 HTZ{h#v%BzP literal 0 HcmV?d00001 diff --git a/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/i18n/lang/nggallery-fr_FR.po b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/i18n/lang/nggallery-fr_FR.po new file mode 100644 index 0000000..49d6c9c --- /dev/null +++ b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/i18n/lang/nggallery-fr_FR.po @@ -0,0 +1,4341 @@ +# NextGEN Gallery base (English) .po source +# Copyright (C) 2014 Photocrati Media +# This file is distributed under the same license as the NextGEN Gallery package. +# +msgid "" +msgstr "" +"Project-Id-Version: NextGEN Gallery\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2014-02-20 19:45-0800\n" +"PO-Revision-Date: 2014-07-15 17:59+0100\n" +"Last-Translator: Jean-Yves Dumaine \n" +"Language-Team: Jean-Yves Dumaine\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Poedit 1.5.7\n" +"Language: Français\n" +"X-Poedit-SourceCharset: UTF-8\n" + +#: nggallery.php:290 +#, php-format +msgid "Every %d seconds" +msgstr "Chaque %d secondes" + +#: products/photocrati_nextgen/modules/attach_to_post/adapter.attach_to_post_ajax.php:157 +#, php-format +msgid "Album: %s" +msgstr "Album: %s" + +#: products/photocrati_nextgen/modules/attach_to_post/adapter.attach_to_post_ajax.php:159 +#, php-format +msgid "Gallery: %s" +msgstr "Galerie: %s" + +#: products/photocrati_nextgen/modules/attach_to_post/adapter.attach_to_post_ajax.php:177 +msgid "Missing parameters" +msgstr "Paramètres manquants" + +#: products/photocrati_nextgen/modules/attach_to_post/adapter.attach_to_post_ajax.php:213 +msgid "Displayed gallery does not exist" +msgstr "La Galerie à afficher n'existe pas" + +#: products/photocrati_nextgen/modules/attach_to_post/adapter.attach_to_post_ajax.php:216 +msgid "Invalid request" +msgstr "Requête invalide" + +#: products/photocrati_nextgen/modules/attach_to_post/class.attach_controller.php:248 +msgid "NextGEN Gallery - Attach To Post" +msgstr "NextGEN Gallery - Attacher à l'article" + +#: products/photocrati_nextgen/modules/attach_to_post/class.attach_controller.php:266 +msgid "Display Galleries" +msgstr "Afficher les galeries" + +#: products/photocrati_nextgen/modules/attach_to_post/class.attach_controller.php:273 +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/adapter.nextgen_addgallery_controller.php:7 +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:192 +msgid "Add Gallery / Images" +msgstr "Ajouter une Galerie / des Images" + +#: products/photocrati_nextgen/modules/attach_to_post/class.attach_controller.php:280 +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:160 +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:194 +msgid "Manage Galleries" +msgid_plural "Manage Galleries" +msgstr[0] "Gestion des Galeries" +msgstr[1] "Gestion des Galeries" + +#: products/photocrati_nextgen/modules/attach_to_post/class.attach_controller.php:287 +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:404 +msgid "Manage Albums" +msgid_plural "Manage Albums" +msgstr[0] "Gestion des Albums" +msgstr[1] "Gestion des Albums" + +#: products/photocrati_nextgen/modules/attach_to_post/class.attach_controller.php:294 +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:162 +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:198 +msgid "Manage Tags" +msgstr "Gestion des Mots-Clés" + +#: products/photocrati_nextgen/modules/attach_to_post/mixin.attach_to_post_display_tab.php:115 +msgid "What would you like to display?" +msgstr "Que voulez-vous afficher ?" + +#: products/photocrati_nextgen/modules/attach_to_post/mixin.attach_to_post_display_tab.php:139 +msgid "Select a display type" +msgstr "Choisir un type d'affichage" + +#: products/photocrati_nextgen/modules/attach_to_post/mixin.attach_to_post_display_tab.php:162 +msgid "Customize the display settings" +msgstr "Personnaliser les paramètres d'affichage" + +#: products/photocrati_nextgen/modules/attach_to_post/mixin.attach_to_post_display_tab.php:253 +msgid "No display type selected" +msgstr "Aucun type d'affichage sélectionné" + +#: products/photocrati_nextgen/modules/attach_to_post/mixin.attach_to_post_display_tab.php:271 +msgid "Sort or Exclude Images" +msgstr "Trier ou Exclure des Images" + +#: products/photocrati_nextgen/modules/attach_to_post/module.attach_to_post.php:186 +msgid "Invalid Displayed Gallery" +msgstr "La galerie affichée n'est pas valide" + +#: products/photocrati_nextgen/modules/attach_to_post/templates/display_tab.php:10 +#: products/photocrati_nextgen/modules/nextgen_admin/templates/nextgen_admin_page.php:25 +msgid "Save" +msgstr "Sauvegarder" + +#: products/photocrati_nextgen/modules/attach_to_post/templates/display_tab_js.php:612 +msgid "Sources" +msgstr "Sources" + +#: products/photocrati_nextgen/modules/attach_to_post/templates/display_tab_js.php:646 +#: products/photocrati_nextgen/modules/nextgen_admin/class.form.php:362 +msgid "(optional)" +msgstr "(optionnel)" + +#: products/photocrati_nextgen/modules/attach_to_post/templates/display_tab_js.php:654 +msgid "" +"Sets an SEO-friendly name to this gallery for URLs. Currently only in use by " +"the Pro Lightbox." +msgstr "" +"Donnez à cette galerie un nom qui facilitera son référencement par les " +"moteurs de recherche. Supporté uniquement dans Pro Lightbox" + +#: products/photocrati_nextgen/modules/attach_to_post/templates/display_tab_js.php:655 +msgid "Slug" +msgstr "Label Court" + +#: products/photocrati_nextgen/modules/attach_to_post/templates/display_tab_js.php:860 +msgid "No entities to display for this source." +msgstr "Aucune information à afficher en provenance de cette source" + +#: products/photocrati_nextgen/modules/attach_to_post/templates/display_tab_js.php:1264 +msgid "Select a gallery" +msgstr "Choisir une galerie" + +#: products/photocrati_nextgen/modules/attach_to_post/templates/display_tab_js.php:1292 +msgid "Albums" +msgstr "Albums" + +#: products/photocrati_nextgen/modules/lightbox/adapter.lightbox_library_form.php:34 +msgid "Code" +msgstr "Source" + +#: products/photocrati_nextgen/modules/lightbox/adapter.lightbox_library_form.php:48 +msgid "Stylesheet URL" +msgstr "URL de la feuille de style" + +#: products/photocrati_nextgen/modules/lightbox/adapter.lightbox_library_form.php:62 +msgid "Javascript URL" +msgstr "Javascript URL" + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/adapter.import_folder_form.php:7 +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/templates/import_folder.php:6 +msgid "Import Folder" +msgstr "Importer Un Répertoire" + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/adapter.nextgen_addgallery_ajax.php:41 +msgid "No gallery name specified" +msgstr "Aucun nom de galerie spécifié" + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/adapter.nextgen_addgallery_ajax.php:55 +msgid "Failed to extract images from ZIP" +msgstr "Echec lors de l'extraction d'images depuis le fichier ZIP" + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/adapter.nextgen_addgallery_ajax.php:61 +msgid "Image generation failed" +msgstr "La production de l'Image a échouée" + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/adapter.nextgen_addgallery_ajax.php:70 +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/adapter.nextgen_addgallery_ajax.php:150 +msgid "An unexpected error occured." +msgstr "Une erreur inattendue est survenue." + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/adapter.nextgen_addgallery_ajax.php:77 +msgid "" +"No permissions to upload images. Try refreshing the page or ensuring that " +"your user account has sufficient roles/privileges." +msgstr "" +"Pas de droits suffisants pour télécharger des images. Essayez de rafraîchir " +"la page ou assurez vous que des rôles/privilèges suffisants ont été " +"attribués à votre compte utilisateur." + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/adapter.nextgen_addgallery_ajax.php:117 +msgid "Directory does not exist." +msgstr "Le répertoire n'existe pas." + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/adapter.nextgen_addgallery_ajax.php:121 +msgid "No directory specified." +msgstr "Aucun répertoire spécifié." + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/adapter.nextgen_addgallery_ajax.php:125 +msgid "" +"No permissions to browse folders. Try refreshing the page or ensuring that " +"your user account has sufficient roles/privileges." +msgstr "" +"Pas les droits pour parcourir les répertoires. Essayez de recharger la page " +"ou assurez vous que les rôles ou privilèges suffisants ont été attribués à " +"votre compte utilisateur." + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/adapter.nextgen_addgallery_ajax.php:155 +msgid "No folder specified" +msgstr "Aucun répertoire spécifié" + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/adapter.nextgen_addgallery_ajax.php:159 +msgid "" +"No permissions to import folders. Try refreshing the page or ensuring that " +"your user account has sufficient roles/privileges." +msgstr "" +"Pas de droits suffisants pour importer un répertoire. Essayez de rafraîchir " +"la page ou assurez vous que des rôles/privilèges suffisants ont été " +"attribués à votre compte utilisateur." + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/adapter.upload_images_form.php:7 +msgid "Upload Images" +msgstr "Télécharger des Images" + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/templates/import_folder.php:1 +msgid "" +"Select a folder to import. The folder name will be used as the title of the " +"gallery." +msgstr "" +"Choisir le répertoire à importer. Le nom du répertoire deviendra le titre de " +"la la galerie" + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/templates/import_folder.php:5 +msgid "Keep images in original location." +msgstr "Laisser les images dans leur répertoire d'origine." + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/templates/import_folder.php:5 +msgid "" +"Caution: If you keep images in the original folder and later delete the " +"gallery, the images in that folder might be deleted depending on your " +"settings." +msgstr "" +"Attention: Si vous laissez les images dans le répertoire d'origine et que " +"vous supprimez ultérieurement la galerie, il est possible, en fonction de " +"votre paramétrage, que ces images soient également supprimées." + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/templates/import_folder.php:39 +msgid "Importing gallery" +msgstr "Import de la galerie en cours" + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/templates/import_folder.php:41 +msgid "In Progress..." +msgstr "En cours..." + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/templates/import_folder.php:56 +#, php-format +msgid "Done! Successfully imported %s images" +msgstr "Terminé! %s images ont été importées" + +#: products/photocrati_nextgen/modules/attach_to_post/templates/display_tab_js.php:1268 +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/templates/upload_images.php:2 +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:189 +#: products/photocrati_nextgen/modules/ngglegacy/lib/rewrite.php:217 +#: products/photocrati_nextgen/modules/ngglegacy/lib/rewrite.php:226 +msgid "Gallery" +msgid_plural "Galleries" +msgstr[0] "Galerie" +msgstr[1] "Galeries" + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/templates/upload_images.php:4 +msgid "Create a new gallery" +msgstr "Créer une nouvelle galerie" + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/templates/upload_images.php:13 +msgid "You browser doesn't have Flash, Silverlight, HTML5, or HTML4 support." +msgstr "" +"Votre navigateur n'intègre pas les technologies Flash, Silverlight, HTML5 ou " +"HTML4." + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/templates/upload_images.php:99 +msgid "Drag image and ZIP files here or click Add Files" +msgstr "" +"Déplacer les fichiers image ou ZIP ici ou cliquer sur Ajouter des " +"Fichiers" + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/templates/upload_images.php:149 +#, php-format +msgid "%s images were uploaded successfully" +msgstr "%s images ont été téléchargées avec succès" + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/templates/upload_images.php:152 +msgid "1 image was uploaded successfully" +msgstr "1 image a été téléchargé avec succès" + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/templates/upload_images.php:155 +msgid "0 images were uploaded" +msgstr "Aucune image n'a été téléchargée" + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/templates/upload_images.php:169 +msgid "Upload complete" +msgstr "Téléchargement terminé" + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/templates/upload_images.php:191 +msgid "" +"An unexpected error occured. This is most likely due to a server " +"misconfiguration. Check your PHP error log or ask your hosting provider for " +"assistance." +msgstr "" +"Une erreur inattendue est survenue. Ceci est certainement lié à une mauvaise " +"configuration du serveur. Regardez dans votre fichier d'erreur log PHP ou " +"demandez l'assistance de votre hébergeur." + +#: products/photocrati_nextgen/modules/nextgen_admin/class.form.php:226 +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_thumbnail_form.php:167 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:537 +msgid "Enable AJAX pagination" +msgstr "Permettre une pagination AJAX" + +#: products/photocrati_nextgen/modules/nextgen_admin/class.form.php:238 +msgid "Override thumbnail settings" +msgstr "Changer le paramétrage des vignettes" + +#: products/photocrati_nextgen/modules/nextgen_admin/class.form.php:240 +msgid "" +"This does not affect existing thumbnails; overriding the thumbnail settings " +"will create an additional set of thumbnails. To change the size of existing " +"thumbnails please visit 'Manage Galleries' and choose 'Create new " +"thumbnails' for all images in the gallery." +msgstr "" +"Ce choix n'affecte pas les vignettes existantes. Surpasser les paramètres " +"existants créera un jeu additionel de vignettes. Pour changer la taille des " +"vignettes existantes, aller au menu \"Gestion des Galeries\" et choisir " +"l'option \"Créer de nouvelles vignettes\" pour toutes les images dans la " +"galerie." + +#: products/photocrati_nextgen/modules/nextgen_admin/class.form.php:248 +#: products/photocrati_nextgen/modules/nextgen_basic_singlepic/adapter.nextgen_basic_singlepic_form.php:37 +msgid "Thumbnail dimensions" +msgstr "Dimensions des Vignettes" + +#: products/photocrati_nextgen/modules/nextgen_admin/class.form.php:262 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:431 +msgid "Thumbnail quality" +msgstr "Qualité des Vignettes" + +#: products/photocrati_nextgen/modules/nextgen_admin/class.form.php:272 +msgid "Thumbnail crop" +msgstr "découpage de la Vignette" + +#: products/photocrati_nextgen/modules/nextgen_admin/class.form.php:281 +msgid "Thumbnail watermark" +msgstr "Filigrane Vignette" + +#: products/photocrati_nextgen/modules/nextgen_admin/class.form.php:306 +msgid "Override image settings" +msgstr "Changer le paramétrage des images" + +#: products/photocrati_nextgen/modules/nextgen_admin/class.form.php:308 +msgid "Overriding the image settings will create an additional set of images" +msgstr "" +"Changer le paramétrage des images va créer un nouveau jeu additionnel " +"d'images " + +#: products/photocrati_nextgen/modules/nextgen_admin/class.form.php:316 +#: products/photocrati_nextgen/modules/nextgen_basic_singlepic/adapter.nextgen_basic_singlepic_form.php:66 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:456 +msgid "Image quality" +msgstr "Qualité de l'image" + +#: products/photocrati_nextgen/modules/nextgen_admin/class.form.php:326 +msgid "Image crop" +msgstr "Découpage de l'Image" + +#: products/photocrati_nextgen/modules/nextgen_admin/class.form.php:335 +msgid "Image watermark" +msgstr "Filigrane image" + +#: products/photocrati_nextgen/modules/nextgen_admin/class.form.php:359 +msgid "Gallery width" +msgstr "Largeur de la Galerie" + +#: products/photocrati_nextgen/modules/nextgen_admin/class.form.php:361 +msgid "An empty or 0 setting will make the gallery full width" +msgstr "" +"La Galerie sera en pleine largeur si vous aissez ce champ vide ou si vous le " +"mettez à 0 (zéro) " + +#: products/photocrati_nextgen/modules/nextgen_admin/class.form.php:365 +msgid "Pixels" +msgstr "Pixels" + +#: products/photocrati_nextgen/modules/nextgen_admin/class.form.php:365 +msgid "Percent" +msgstr "Pour cent" + +#: products/photocrati_nextgen/modules/nextgen_admin/class.form.php:374 +msgid "First Image" +msgstr "Première Image" + +#: products/photocrati_nextgen/modules/nextgen_admin/class.form.php:375 +msgid "Average" +msgstr "En moyenne" + +#: products/photocrati_nextgen/modules/nextgen_admin/class.nextgen_admin_page_controller.php:100 +msgid "Clear" +msgstr "Effacer" + +#: products/photocrati_nextgen/modules/nextgen_admin/class.nextgen_admin_page_controller.php:101 +msgid "Default" +msgstr "Par défaut" + +#: products/photocrati_nextgen/modules/nextgen_admin/class.nextgen_admin_page_controller.php:102 +msgid "Select Color" +msgstr "Choisir la couleur" + +#: products/photocrati_nextgen/modules/nextgen_admin/class.nextgen_admin_page_controller.php:103 +msgid "Current Color" +msgstr "Couleur actuelle" + +#: products/photocrati_nextgen/modules/nextgen_admin/class.nextgen_admin_page_controller.php:174 +msgid "Saved successfully" +msgstr "Sauvegarde Réalisée" + +#: products/photocrati_nextgen/modules/nextgen_admin/templates/field_generator/nextgen_settings_field_radio.php:16 +#: products/photocrati_nextgen/modules/nextgen_basic_singlepic/templates/nextgen_basic_singlepic_settings_radio.php:16 +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:122 +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.miscellaneous_form.php:24 +#: products/photocrati_nextgen/modules/nextgen_other_options/templates/image_options_tab.php:40 +#: products/photocrati_nextgen/modules/nextgen_other_options/templates/image_options_tab.php:65 +#: products/photocrati_nextgen/modules/nextgen_other_options/templates/image_options_tab.php:191 +#: products/photocrati_nextgen/modules/nextgen_other_options/templates/thumbnail_options_tab.php:37 +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:407 +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:454 +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:457 +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:460 +msgid "Yes" +msgstr "Oui" + +#: products/photocrati_nextgen/modules/nextgen_admin/templates/field_generator/nextgen_settings_field_radio.php:24 +#: products/photocrati_nextgen/modules/nextgen_basic_singlepic/templates/nextgen_basic_singlepic_settings_radio.php:24 +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:123 +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.miscellaneous_form.php:23 +#: products/photocrati_nextgen/modules/nextgen_other_options/templates/image_options_tab.php:47 +#: products/photocrati_nextgen/modules/nextgen_other_options/templates/image_options_tab.php:72 +#: products/photocrati_nextgen/modules/nextgen_other_options/templates/image_options_tab.php:198 +#: products/photocrati_nextgen/modules/nextgen_other_options/templates/thumbnail_options_tab.php:44 +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:409 +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:455 +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:458 +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:461 +msgid "No" +msgstr "Non" + +#: products/photocrati_nextgen/modules/nextgen_basic_album/mixin.nextgen_basic_album_form.php:25 +msgid "Display galleries as" +msgstr "Afficher les galeries comme" + +#: products/photocrati_nextgen/modules/nextgen_basic_album/mixin.nextgen_basic_album_form.php:26 +msgid "How would you like galleries to be displayed?" +msgstr "Comment voulez-vous afficher les galeries ?" + +#: products/photocrati_nextgen/modules/nextgen_basic_album/mixin.nextgen_basic_album_form.php:28 +msgid "Galleries per page" +msgstr "Galeries par page" + +#: products/photocrati_nextgen/modules/nextgen_basic_album/mixin.nextgen_basic_album_form.php:47 +msgid "Items per page" +msgstr "Items par page" + +#: products/photocrati_nextgen/modules/nextgen_basic_album/mixin.nextgen_basic_album_form.php:48 +msgid "Maximum number of galleries or sub-albums to appear on a single page" +msgstr "" +"Nombre maximum de galeries ou de sous-albums qui peuvent être affichés sur " +"une seule page" + +#: products/photocrati_nextgen/modules/nextgen_basic_album/templates/compact.php:28 +#: products/photocrati_nextgen/modules/nextgen_basic_album/templates/extended.php:15 +#: products/photocrati_nextgen/modules/ngglegacy/view/album-compact.php:45 +#: products/photocrati_nextgen/modules/ngglegacy/view/album-extend.php:31 +msgid "Photos" +msgstr "Photos" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_gallery_mapper.php:94 +msgid "[Show PicLens]" +msgstr "[Montrer avec PicLens]" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:63 +msgid "Interval" +msgstr "Interval" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:67 +msgid "# of seconds" +msgstr "#de secondes" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:77 +msgid "Image limit" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:79 +msgid "Maximum number of images to display with recent or random sources" +msgstr "" +"Nombre maximum d'images à afficher en cas de mise en oeuvre d'une recherche " +"aléatoire ou des plus récentes." + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:81 +msgid "# of images" +msgstr "# d'images" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:112 +msgid "Maximum dimensions" +msgstr "Dimensions maximales" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:113 +msgid "" +"Certain themes may allow images to flow over their container if this setting " +"is too large" +msgstr "" +"Un dimensionnement trop grand peut entrainer un débordement pour certains " +"thèmes" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:123 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:765 +msgid "Enable flash slideshow" +msgstr "Autoriser un diaporama en flash" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:125 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:767 +msgid "Integrate the flash based slideshow for all flash supported devices" +msgstr "" +"Intégrer les diaporamas basés sur du flash pour tous les équipements " +"supportant les contenus flash" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:134 +msgid "Shuffle" +msgstr "Shuffle" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:146 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:782 +msgid "Show next image on click" +msgstr "Passer à l'image suivante sur un click" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:158 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:786 +msgid "Show navigation bar" +msgstr "Montrer la barre de navigation" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:170 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:790 +msgid "Show loading icon" +msgstr "Montrer l'icone de téléchargement" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:182 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:794 +msgid "Use watermark logo" +msgstr "Utilise un logo en filigrane" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:184 +msgid "" +"Use the watermark image in the Flash object. Note: this does not watermark " +"the image itself, and cannot be applied with text watermarks" +msgstr "" +"Utilise l'image en filigrane dans l'objet Flash. Note: ceci ne modifie pas " +"l'image elle-même et ne peut être appliquer aux filigranes textuels." + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:194 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:799 +msgid "Stretch image" +msgstr "Agrandir l'image" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:231 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:827 +msgid "Use slow zooming effect" +msgstr "Utilise l'effet de grossissement lent" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:243 +msgid "Background music (url)" +msgstr "Musique d'arrière pla (url)" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:256 +msgid "Try XHTML validation" +msgstr "Essayer une validation XHTML" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:268 +msgid "Background" +msgstr "Arrière plan" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:280 +msgid "Texts / buttons" +msgstr "Textes / Boutons" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:292 +msgid "Rollover / active" +msgstr "Couleur active au passage de la souris" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:304 +msgid "Screen" +msgstr "Ecran" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:322 +msgid "Show thumbnail link" +msgstr "Montrer le lien vers les vignettes" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:338 +msgid "Thumbnail link text" +msgstr "Texte du lien vers les Vignettes" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_thumbnail_form.php:65 +msgid "Images per page" +msgstr "Images par page" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_thumbnail_form.php:67 +msgid "0 will display all images at once" +msgstr "0 pour afficher toutes les images à la fois" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_thumbnail_form.php:85 +msgid "Number of columns to display" +msgstr "Nombre de colonnes à afficher" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_thumbnail_form.php:89 +msgid "# of columns" +msgstr "# de colonnes" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_thumbnail_form.php:105 +msgid "Piclens link text" +msgstr "Texte du lien pour visualiser avec Piclens" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_thumbnail_form.php:123 +msgid "Show piclens link" +msgstr "Montrer le lien Piclens" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_thumbnail_form.php:139 +msgid "Add Hidden Images" +msgstr "Ajouter des Images Cachées" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_thumbnail_form.php:141 +msgid "" +"If pagination is used this option will show all images in the modal window " +"(Thickbox, Lightbox etc.) This increases page load." +msgstr "" +"Si la pagination est mise en oeuvre, cette option affichera toutes images " +"dans la fenêtre modale (Thickbox, Lightbox etc.). Ceci augmente la charge de " +"la page." + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_thumbnail_form.php:150 +msgid "Use imagebrowser effect" +msgstr "Utilise l'outil de visualisation des images" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_thumbnail_form.php:152 +msgid "" +"When active each image in the gallery will link to an imagebrowser display " +"and lightbox effects will not be applied." +msgstr "" +"Si activé, chaque image de la galerie sera affichée dans l'outil de " +"visualisation d'image et les effets \"lightbox\" ne seront pas appliqués." + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_thumbnail_form.php:169 +msgid "Browse images without reloading the page." +msgstr "Permets de Parcourir les images sans recharger la page. " + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_thumbnail_form.php:184 +msgid "Show slideshow link" +msgstr "Montrer le lien vers le diaporama" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_thumbnail_form.php:200 +msgid "Slideshow link text" +msgstr "Texte du lien vers le Diaporama" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/templates/slideshow/index.php:35 +msgid "" +"Slideshows require the Flash Player and a browser with Javascript support." +msgstr "" +"Pour visualiser les Diaporamas, il faut disposer du Flash Player ainsi qu'un navigateur susceptible d'exécuter " +"du javascript." + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/templates/slideshow/nextgen_basic_slideshow_settings_gallery_dimensions.php:13 +#: products/photocrati_nextgen/modules/nextgen_basic_singlepic/adapter.nextgen_basic_singlepic_form.php:38 +#: products/photocrati_nextgen/modules/nextgen_basic_singlepic/templates/nextgen_basic_singlepic_settings_dimensions.php:13 +#: products/photocrati_nextgen/modules/widget/templates/form_slideshow.php:52 +msgid "Width" +msgstr "Largeur" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/templates/slideshow/nextgen_basic_slideshow_settings_gallery_dimensions.php:21 +#: products/photocrati_nextgen/modules/nextgen_basic_singlepic/adapter.nextgen_basic_singlepic_form.php:40 +#: products/photocrati_nextgen/modules/nextgen_basic_singlepic/templates/nextgen_basic_singlepic_settings_dimensions.php:20 +#: products/photocrati_nextgen/modules/widget/templates/form_slideshow.php:40 +msgid "Height" +msgstr "Hauteur" + +#: products/photocrati_nextgen/modules/nextgen_basic_imagebrowser/templates/nextgen_basic_imagebrowser.php:41 +#: products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser-caption.php:26 +#: products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser-exif.php:30 +#: products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser.php:26 +msgid "Back" +msgstr "Retour" + +#: products/photocrati_nextgen/modules/nextgen_basic_imagebrowser/templates/nextgen_basic_imagebrowser.php:49 +#: products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser-caption.php:29 +#: products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser-exif.php:33 +#: products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser.php:29 +msgid "Next" +msgstr "Suivant" + +#: products/photocrati_nextgen/modules/nextgen_basic_imagebrowser/templates/nextgen_basic_imagebrowser.php:55 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:90 +#: products/photocrati_nextgen/modules/ngglegacy/lib/rewrite.php:220 +#: products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser-caption.php:31 +#: products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser-exif.php:35 +#: products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser.php:31 +msgid "Picture" +msgstr "Image" + +#: products/photocrati_nextgen/modules/nextgen_basic_imagebrowser/templates/nextgen_basic_imagebrowser.php:55 +#: products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser-caption.php:31 +#: products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser-exif.php:35 +#: products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser.php:31 +msgid "of" +msgstr "parmi" + +#: products/photocrati_nextgen/modules/nextgen_basic_singlepic/adapter.nextgen_basic_singlepic_form.php:53 +msgid "Link" +msgstr "Lien" + +#: products/photocrati_nextgen/modules/nextgen_basic_singlepic/adapter.nextgen_basic_singlepic_form.php:78 +msgid "Display watermark" +msgstr "Afficher un filigrane" + +#: products/photocrati_nextgen/modules/nextgen_basic_singlepic/adapter.nextgen_basic_singlepic_form.php:88 +msgid "Display reflection" +msgstr "Afficher les reflets" + +#: products/photocrati_nextgen/modules/nextgen_basic_singlepic/adapter.nextgen_basic_singlepic_form.php:98 +msgid "Crop thumbnail" +msgstr "Découper la vignette" + +#: products/photocrati_nextgen/modules/nextgen_basic_singlepic/adapter.nextgen_basic_singlepic_form.php:108 +msgid "Float" +msgstr "Positionnement" + +#: products/photocrati_nextgen/modules/nextgen_basic_tagcloud/adapter.nextgen_basic_tagcloud_form.php:24 +msgid "Maximum number of tags" +msgstr "Nombre maximum de mots-clés" + +#: products/photocrati_nextgen/modules/nextgen_basic_tagcloud/adapter.nextgen_basic_tagcloud_form.php:47 +msgid "Display type" +msgstr "Type d'affichage" + +#: products/photocrati_nextgen/modules/nextgen_basic_tagcloud/adapter.nextgen_basic_tagcloud_form.php:50 +msgid "The display type that the tagcloud will point its results to" +msgstr "Le type d'affichage vers lequel le nuage de mots-clés pointera." + +#: products/photocrati_nextgen/modules/nextgen_basic_templates/adapter.nextgen_basic_template_form.php:46 +msgid "Template" +msgstr "Modèle" + +#: products/photocrati_nextgen/modules/nextgen_basic_templates/adapter.nextgen_basic_template_form.php:47 +msgid "Use a legacy template when rendering (not recommended)." +msgstr "Utilise un template de base pour l'affichage (non recommandé)" + +#: products/photocrati_nextgen/modules/nextgen_data/class.gallerystorage_driver_base.php:580 +#: products/photocrati_nextgen/modules/nextgen_data/class.ngglegacy_gallerystorage_driver.php:658 +#: products/photocrati_nextgen/modules/ngglegacy/lib/multisite.php:23 +msgid "" +"Sorry, you have used your space allocation. Please delete some files to " +"upload more files." +msgstr "" +"Désolé, vous avez dépassé votre quota. Effacez quelques fichiers si vous " +"voulez en télécharger de nouveaux." + +#: products/photocrati_nextgen/modules/nextgen_data/class.gallerystorage_driver_base.php:1002 +msgid "Could not calculate resized image dimensions" +msgstr "" +"Les dimensions pour le redimensionnement n'ont pas pu être déterminées" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:154 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:135 +msgid " mm" +msgstr "mm" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:163 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:141 +msgid " sec" +msgstr "sec" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:168 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:145 +msgid "Fired" +msgstr "Activé" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:168 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:145 +msgid "Not fired" +msgstr "activé" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:539 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:452 +#: products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser-exif.php:46 +msgid "Aperture" +msgstr "Ouverture" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:540 +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:565 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:453 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:478 +msgid "Credit" +msgstr "Crédit" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:541 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:454 +msgid "Camera" +msgstr "Appareil" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:542 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:455 +msgid "Caption" +msgstr "Titre" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:543 +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:26 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-sort.php:114 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:456 +msgid "Date/Time" +msgstr "Dat/Heure" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:544 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:457 +msgid "Copyright" +msgstr "Copyright" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:545 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:458 +msgid "Focal length" +msgstr "longueur focale" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:546 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:459 +msgid "ISO" +msgstr "OSI" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:547 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:460 +#: products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser-exif.php:54 +msgid "Shutter speed" +msgstr "Vitesse du volet" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:548 +#: products/photocrati_nextgen/modules/widget/templates/form_gallery.php:4 +#: products/photocrati_nextgen/modules/widget/templates/form_mediarss.php:3 +#: products/photocrati_nextgen/modules/widget/templates/form_slideshow.php:3 +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:678 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:461 +msgid "Title" +msgstr "Titre" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:549 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:459 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:410 +#: products/photocrati_nextgen/modules/ngglegacy/admin/style.php:132 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:462 +msgid "Author" +msgstr "Auteur" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:550 +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:51 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:176 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:389 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:463 +msgid "Tags" +msgstr "Mots-Clés" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:551 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:464 +msgid "Subject" +msgstr "Sujet" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:552 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:465 +msgid "Make" +msgstr "Fait" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:553 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:466 +msgid "Edit Status" +msgstr "Modifier le Status" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:554 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:467 +msgid "Category" +msgstr "Catégorie" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:555 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:468 +msgid "Keywords" +msgstr "Mots Clés" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:556 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:469 +msgid "Date Created" +msgstr "Date de création" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:557 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:470 +msgid "Time Created" +msgstr "Heure de Création" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:558 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:471 +msgid "Author Position" +msgstr "Author Position" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:559 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:472 +msgid "City" +msgstr "Ville" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:560 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:473 +msgid "Location" +msgstr "Lieu" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:561 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:474 +msgid "Province/State" +msgstr "Province/Etat" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:562 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:475 +msgid "Country code" +msgstr "Code Pays" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:563 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:476 +msgid "Country" +msgstr "Pays" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:564 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:477 +msgid "Headline" +msgstr "Grandes Lignes" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:566 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:479 +msgid "Source" +msgstr "Source" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:567 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:480 +msgid "Copyright Notice" +msgstr "Informations de Copyright" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:568 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:481 +msgid "Contact" +msgstr "Cotact" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:569 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:482 +msgid "Last modified" +msgstr "Modifié dernièrement" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:570 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:483 +msgid "Program tool" +msgstr "Outil" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:571 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:484 +msgid "Format" +msgstr "Format" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:572 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:485 +msgid "Image Width" +msgstr "Largeur de l'image" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:573 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:486 +msgid "Image Height" +msgstr "Hauteur de l'image" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:574 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:487 +msgid "Flash" +msgstr "Flash" + +#: products/photocrati_nextgen/modules/nextgen_data/class.ngglegacy_gallerystorage_driver.php:647 +#, php-format +msgid "Unable to create directory %s." +msgstr "Impossible de créer le répertoire %s." + +#: products/photocrati_nextgen/modules/nextgen_data/class.ngglegacy_gallerystorage_driver.php:652 +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:823 +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1021 +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1106 +#, php-format +msgid "" +"Unable to write to directory %s. Is this directory writable by the server?" +msgstr "" +"Impossible d'écrire dans le répertoire %s. Ce répertoire est-il bien " +"accessible en écriture par le serveur ?" + +#: products/photocrati_nextgen/modules/nextgen_data/class.ngglegacy_gallerystorage_driver.php:681 +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1146 +#, php-format +msgid "Failed to copy database row for picture %s" +msgstr "" +"Echec lors de la copie d'une rangée de la base de données pour l'image %s" + +#: products/photocrati_nextgen/modules/nextgen_data/class.ngglegacy_gallerystorage_driver.php:693 +#, php-format +msgid "Failed to get image path for %s" +msgstr "Echec pour retrouver le chemin de l'image %s" + +#: products/photocrati_nextgen/modules/nextgen_data/class.ngglegacy_gallerystorage_driver.php:711 +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1132 +#, php-format +msgid "Failed to copy image %1$s to %2$s" +msgstr "Echec lors de la copie de l'image %1$s vers %2$s" + +#: products/photocrati_nextgen/modules/nextgen_data/class.ngglegacy_gallerystorage_driver.php:715 +#, php-format +msgid "Copied image %1$s to %2$s" +msgstr "Image(s) copiées de %1$s à %2$s" + +#: products/photocrati_nextgen/modules/nextgen_data/class.ngglegacy_gallerystorage_driver.php:723 +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1158 +#, php-format +msgid "" +"Image %1$s (%2$s) copied as image %3$s (%4$s) » The file already " +"existed in the destination gallery." +msgstr "" +"L'Image %1$s (%2$s) a été copiée en %3$s (%4$s) » Ce fichier était " +"déjà présent dans la galerie de destination." + +#: products/photocrati_nextgen/modules/nextgen_data/class.ngglegacy_gallerystorage_driver.php:727 +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1161 +#, php-format +msgid "Image %1$s (%2$s) copied as image %3$s (%4$s)" +msgstr "L'Image %1$s (%2$s) a été copiée en %3$s (%4$s)" + +#: products/photocrati_nextgen/modules/nextgen_data/class.ngglegacy_gallerystorage_driver.php:740 +#, php-format +msgid "Copied %1$s picture(s) to gallery %2$s ." +msgstr "%1$s image(s) copiée(s) dans la galerie %2$s ." + +#: products/photocrati_nextgen/modules/nextgen_data/class.ngglegacy_gallerystorage_driver.php:767 +msgid "Could not find image" +msgstr "L'image n'a pas pu être retrouvée" + +#: products/photocrati_nextgen/modules/nextgen_data/class.ngglegacy_gallerystorage_driver.php:772 +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:388 +msgid " is not writeable" +msgstr "n'est pas accessible en écriture" + +#: products/photocrati_nextgen/modules/nextgen_data/class.ngglegacy_gallerystorage_driver.php:777 +msgid "Backup file does not exist" +msgstr "Le fichier de suavegarde n'existe pas" + +#: products/photocrati_nextgen/modules/nextgen_data/class.ngglegacy_gallerystorage_driver.php:782 +msgid "Could not restore original image" +msgstr "L'image originale n'a pas pu être restaurée" + +#: products/photocrati_nextgen/modules/nextgen_gallery_display/adapter.display_settings_controller.php:17 +#: products/photocrati_nextgen/modules/nextgen_gallery_display/module.nextgen_gallery_display.php:242 +#: products/photocrati_nextgen/modules/nextgen_gallery_display/module.nextgen_gallery_display.php:328 +msgid "Gallery Settings" +msgstr "Paramétrage des Galeries" + +#: products/photocrati_nextgen/modules/nextgen_gallery_display/class.displayed_gallery.php:73 +msgid "Source not compatible with selected display type" +msgstr "" +"Le format de la source n'est pas compatible avec le type d'affichage " +"sélectionné" + +#: products/photocrati_nextgen/modules/nextgen_gallery_display/module.nextgen_gallery_display.php:327 +msgid "NextGEN Gallery & Album Settings" +msgstr "Paramétrage des galeries et Albums NextGEN" + +#: products/photocrati_nextgen/modules/nextgen_gallery_display/templates/alt_view_link_text.php:15 +#: products/photocrati_nextgen/modules/nextgen_gallery_display/templates/return_link_text.php:15 +msgid "link text" +msgstr "texte du lien" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:12 +msgid "Image Options" +msgstr "Options des Images" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:22 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:588 +#: products/photocrati_nextgen/modules/ngglegacy/admin/thumbnails-template.php:76 +msgid "Custom" +msgstr "Personnalisé(e)" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:23 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-sort.php:111 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:549 +msgid "Image ID" +msgstr "Image ID" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:24 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:570 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-sort.php:112 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:166 +msgid "Filename" +msgstr "Nom du Fichier" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:25 +msgid "Alt/Title Text" +msgstr "Alt/Title Texte" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:38 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-sort.php:115 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:557 +msgid "Ascending" +msgstr "Ascendant" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:39 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-sort.php:116 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:558 +msgid "Descending" +msgstr "Descendant" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:50 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:388 +msgid "Categories" +msgstr "Catégories" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:81 +msgid "Gallery path does not exist and could not be created" +msgstr "Le chemin des Galeries n'existe pas et n'a pas pu être créé." + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:86 +msgid "Where would you like galleries stored?" +msgstr "Où voulez-vous stocker les galeries ?" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:87 +msgid "Where galleries and their images are stored" +msgstr "Le répertoire dans lequel sont stockées les galeries et leurs images." + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:89 +msgid "Delete Image Files?" +msgstr "Effacer les Fichiers Image ?" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:90 +msgid "" +"When enabled, image files will be removed after a Gallery has been deleted" +msgstr "" +"Si autoisé, les fichiers images seront supprimés lors de la suppression de " +"la Galerie" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:92 +msgid "Show Related Images on Posts?" +msgstr "Montrer les Images Liées sur les Articles ?" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:93 +msgid "" +"When enabled, related images will be appended to each post by matching the " +"posts tags/categories to image tags" +msgstr "" +"Si autorisé, les images en relation seront ajoutées à chaque article dont la " +"catégorie ou l'mot-clé correspond aux mot-clés de l'image" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:95 +msgid "(Show Customization Settings)" +msgstr "(Montrer les Paramètres de Configuration)" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:96 +msgid "(Hide Customization Settings)" +msgstr "(Cacher les Paramètres de Configuration)" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:97 +msgid "How should related images be match?" +msgstr "Par quel critère les images liées le sont-elles ?" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:100 +msgid "Maximum # of related images to display" +msgstr "Nombre maximum d'images en relation à afficher" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:102 +msgid "Heading for related images" +msgstr "Titre pour les images en relation" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:104 +msgid "What's the default sorting method?" +msgstr "Quelle méthode de tri par défaut ?" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:107 +msgid "Sort in what direction?" +msgstr "Dans quelle direction le tri ?" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:110 +msgid "Automatically resize images after upload" +msgstr "Retailler automatiquement les images après téléchargement" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:111 +msgid "It is recommended that your images be resized to be web friendly" +msgstr "" +"Il est recommandé de redimensionner les images de telle sorte qu'elles " +"soient \"web friendly\"" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:113 +msgid "What should images be resized to?" +msgstr "A quelles dimensions les images doivent-elles être retaillées ?" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:114 +msgid "" +"After images are uploaded, they will be resized to the above dimensions and " +"quality" +msgstr "" +"Une fois téléchargées, les images seront retaillées en appliquant les " +"dimensions et la qualité indiquées ci-dessus" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:115 +msgid "Width:" +msgstr "Largeur:" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:116 +msgid "Height:" +msgstr "Hauteur:" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:117 +msgid "Quality:" +msgstr "Qualité:" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:121 +msgid "Backup the original images?" +msgstr "Créer une sauvegarde des images d'origine ?" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.lightbox_manager_form.php:12 +msgid "Lightbox Effects" +msgstr "Effets Lightbox" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.lightbox_manager_form.php:38 +msgid "What effect would you like to use?" +msgstr "Quel effet voulez-vous utiliser ?" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.miscellaneous_form.php:12 +msgid "Miscellaneous" +msgstr "Divers" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.miscellaneous_form.php:21 +msgid "Add MediaRSS link?" +msgstr "Ajouter un lien MediaRSS ?" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.miscellaneous_form.php:22 +msgid "" +"When enabled, adds a MediaRSS link to your header. Third-party web services " +"can use this to publish your galleries" +msgstr "" +"Si autorisé, un lien MediaRSS sera ajouté au header de votre site. Des " +"services Web tiers pourront ainsi publier vos galeries grâce à ces liens." + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.miscellaneous_form.php:26 +msgid "Clear image cache" +msgstr "Effacer le cache image" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.miscellaneous_form.php:27 +msgid "" +"Completely clear the NextGEN cache of all image modifications?\n" +"\n" +"Choose [Cancel] to Stop, [OK] to proceed." +msgstr "" +"Efface totalement le cache NextGEN de toutes les modifications d'image?\n" +"\n" +"Choisir [Annuler] pour Arrêter, [OK] pour continuer." + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.miscellaneous_form.php:32 +msgid "Permalink slug" +msgstr "Permalien" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.miscellaneous_form.php:39 +msgid "Maximum image count" +msgstr "Nombre maximum d'images" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.miscellaneous_form.php:41 +msgid "" +"This is the maximum limit of images that NextGEN will restrict itself to " +"querying" +msgstr "" +"Il s'agit du nombre maximum d'images que NextGEN tentera de retrouver lors " +"d'une recherche." + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.other_options_controller.php:22 +#: products/photocrati_nextgen/modules/nextgen_other_options/module.nextgen_other_options.php:39 +msgid "Other Options" +msgstr "Autres Options" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.reset_form.php:7 +msgid "Reset Options" +msgstr "Options de Réinitialisation" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.reset_form.php:15 +msgid "Reset all options to default settings" +msgstr "Remettre toutes les options à leurs valeurs par défaut" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.reset_form.php:16 +msgid "" +"Replace all existing options and gallery options with their default settings" +msgstr "Remettre toutes les options à leurs valeurs par défaut" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.reset_form.php:17 +msgid "Reset settings" +msgstr "Paramètres de Réinitialisation" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.reset_form.php:18 +msgid "" +"Reset all options to default settings?\n" +"\n" +"Choose [Cancel] to Stop, [OK] to proceed." +msgstr "" +"Remettre toutes les options à leurs valeurs par défaut?\n" +"\n" +"Coisissez [Annuler] to arrêter, [OK] pour continuer." + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.roles_form.php:7 +msgid "Roles & Capabilities" +msgstr "Rôles & Permissions" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.styles_form.php:12 +msgid "Styles" +msgstr "Styles" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.styles_form.php:18 +msgid "What stylesheet would you like to use?" +msgstr "Quelles feuilles de style voulez-vous appliquer ?" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.styles_form.php:21 +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.watermarks_form.php:136 +msgid "(Show Customization Options)" +msgstr "(Montrer les Options de Configuration)" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.styles_form.php:22 +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.watermarks_form.php:137 +msgid "(Hide Customization Options)" +msgstr "(Cacher les Options de Configuration)" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.styles_form.php:23 +msgid "File Content:" +msgstr "Contenu du fichier:" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.styles_form.php:24 +msgid "Changes you make to the contents will be saved to" +msgstr "Vos modifications seront sauvegardées dans le répertoire " + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.styles_form.php:25 +msgid "You could edit this file if it were writable" +msgstr "Vous pourriez modifier ce fichier s'il était autorisé en écriture" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.thumbnail_options_form.php:12 +msgid "Thumbnail Options" +msgstr "Options des Vignettes" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.thumbnail_options_form.php:20 +msgid "Default thumbnail dimensions:" +msgstr "Dimensions par défaut des vignettes:" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.thumbnail_options_form.php:21 +msgid "When generating thumbnails, what image dimensions do you desire?" +msgstr "" +"Pour la génération des vignettes, quelles dimensions d'image voulez-vous ?" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.thumbnail_options_form.php:24 +msgid "Set fix dimension?" +msgstr "Taille fixe ?" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.thumbnail_options_form.php:25 +msgid "Ignore the aspect ratio, no portrait thumbnails?" +msgstr "" +"Ne pas tenir compte du rapport d'aspect, pas de vignette en mode portrait ?" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.thumbnail_options_form.php:27 +msgid "Adjust Thumbnail Quality?" +msgstr "Ajuster la qualité des Vignettes ?" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.thumbnail_options_form.php:28 +msgid "When generating thumbnails, what image quality do you desire?" +msgstr "" +"Pour la génération des vignettes, quelle qualité d'image voulez-vous ?" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.thumbnail_options_form.php:30 +msgid "Size List" +msgstr "Liste des Tailles" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.thumbnail_options_form.php:31 +msgid "List of default sizes used for thumbnails and images" +msgstr "Liste des tailles par défaut pour les vignettes et les images" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.watermarks_form.php:12 +msgid "Watermarks" +msgstr "Filigranes" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.watermarks_form.php:41 +msgid "Using an Image" +msgstr "A partir d'une image" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.watermarks_form.php:42 +msgid "Using Text" +msgstr "A partir d'un Texte" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.watermarks_form.php:69 +msgid "An absolute or relative (to the site document root) file system path" +msgstr "Un chemin de fichier absolu ou relatif (au \"document root\" du site)" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.watermarks_form.php:71 +msgid "" +"An absolute or relative (to the site document root) file system path or an " +"HTTP url" +msgstr "" +"Un chemin de fichier absolu ou relatif (au \"document root\" du site) ou une " +"url HTTP" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.watermarks_form.php:74 +msgid "Image URL:" +msgstr "URL de l'image:" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.watermarks_form.php:90 +msgid "Font Family:" +msgstr "Famille de la Pocile:" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.watermarks_form.php:92 +msgid "Font Size:" +msgstr "Taille de la Police:" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.watermarks_form.php:94 +msgid "Font Color:" +msgstr "Couleur de la Police:" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.watermarks_form.php:97 +msgid "Text:" +msgstr "Texte:" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.watermarks_form.php:99 +msgid "Opacity:" +msgstr "Opacité:" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.watermarks_form.php:126 +msgid "" +"Please note: You can only activate the watermark under Manage Gallery. This " +"action cannot be undone." +msgstr "" +"Note: Vous ne pouvez activer la fonction filigrane qu'à partir du menu " +"\"Gérer les Galeries\". Il n'est pas possible de revenir en arrière après " +"cette action. " + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.watermarks_form.php:127 +msgid "How will you generate a watermark?" +msgstr "Comment produire le filigrane ?" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.watermarks_form.php:131 +msgid "Position:" +msgstr "Position:" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.watermarks_form.php:133 +msgid "Offset:" +msgstr "Décalage:" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.watermarks_form.php:139 +msgid "Preview of saved settings:" +msgstr "Prévisualiser le résultat avant sauvegarde:" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.watermarks_form.php:140 +msgid "Refresh preview image" +msgstr "Rafraîchir l'image de prévisualisation" + +#: products/photocrati_nextgen/modules/nextgen_other_options/templates/lightbox_library_tab.php:34 +#: products/photocrati_nextgen/modules/nextgen_other_options/templates/lightbox_library_tab.php:37 +msgid "(Show Advanced Settings)" +msgstr "(Montrer le Paramétrage Avancé)" + +#: products/photocrati_nextgen/modules/nextgen_other_options/templates/lightbox_library_tab.php:35 +msgid "(Hide Advanced Settings)" +msgstr "(Cacher le Paramétrage Avancé)" + +#: products/photocrati_nextgen/modules/nextgen_other_options/templates/lightbox_library_tab.php:56 +msgid "What must the lightbox be applied to?" +msgstr "A quoi l'effet \"lightbox\" doit-il être appliqué ?" + +#: products/photocrati_nextgen/modules/nextgen_other_options/templates/lightbox_library_tab.php:60 +msgid "Only apply to NextGEN images" +msgstr "Appliquer uniquement aux images gérées par NextGEN" + +#: products/photocrati_nextgen/modules/nextgen_other_options/templates/lightbox_library_tab.php:61 +msgid "Only apply to NextGEN and WordPress images" +msgstr "" +"Appliquer uniquement aux images gérées par NextGen et par Wordpress (Media)" + +#: products/photocrati_nextgen/modules/nextgen_other_options/templates/lightbox_library_tab.php:62 +msgid "Try to apply to all images" +msgstr "Essayer de l'appliquer à toutes les images" + +#: products/photocrati_nextgen/modules/nextgen_other_options/templates/lightbox_library_tab.php:63 +msgid "Try to apply to all images that link to image files" +msgstr "" +"Essayer de l'appliquer à toutes les images pointant vers un fichier image." + +#: products/photocrati_nextgen/modules/nextgen_other_options/templates/styling_tab.php:21 +msgid "Place any custom stylesheets in wp-content/ngg_styles" +msgstr "" +"Mettez les feuilles de style personnalisées dans le répertoire wp-" +"content/ngg_styles" + +#: products/photocrati_nextgen/modules/nextgen_other_options/templates/styling_tab.php:24 +#, php-format +msgid "All stylesheets must contain a file header" +msgstr "" +"Toutes les feuilles de style doivent contenir un file header" + +#: products/photocrati_nextgen/modules/nextgen_settings/class.nextgen_settings_installer.php:41 +msgid "Related Images" +msgstr "Images liées" + +#: products/photocrati_nextgen/modules/nextgen_settings/class.nextgen_settings_installer.php:61 +msgid "[Show slideshow]" +msgstr "[Montrer sous forme de diaporama]" + +#: products/photocrati_nextgen/modules/nextgen_settings/class.nextgen_settings_installer.php:62 +msgid "[Show thumbnails]" +msgstr "[Montrer sous forme de vignettes]" + +#: products/photocrati_nextgen/modules/nextgen_xmlrpc/module.nextgen_xmlrpc.php:425 +msgid "Sorry, you must be able to manage galleries" +msgstr "Désolé, vous n'avez pas les droits pour gérer les galeries" + +#: products/photocrati_nextgen/modules/widget/class.widget_gallery.php:7 +msgid "Add recent or random images from the galleries" +msgstr "Ajouter les images les plus récentes ou au hasard depuis les galeries" + +#: products/photocrati_nextgen/modules/widget/class.widget_gallery.php:8 +msgid "NextGEN Widget" +msgstr "Widget NextGEN" + +#: products/photocrati_nextgen/modules/widget/class.widget_mediarss.php:9 +msgid "Widget that displays Media RSS links for NextGEN Gallery." +msgstr "Widget qui affiche les liens MediaRSS pour NextGEN Gallery." + +#: products/photocrati_nextgen/modules/widget/class.widget_mediarss.php:10 +msgid "NextGEN Media RSS" +msgstr "NextGEN Media RSS" + +#: products/photocrati_nextgen/modules/widget/class.widget_mediarss.php:22 +msgid "Media RSS" +msgstr "Media RSS" + +#: products/photocrati_nextgen/modules/widget/class.widget_mediarss.php:23 +msgid "Link to the main image feed" +msgstr "Lien vers la source principale" + +#: products/photocrati_nextgen/modules/widget/class.widget_mediarss.php:93 +#: products/photocrati_nextgen/modules/ngglegacy/view/gallery-caption.php:32 +#: products/photocrati_nextgen/modules/ngglegacy/view/gallery.php:32 +msgid "[View with PicLens]" +msgstr "[Visualiser avec PicLens]" + +#: products/photocrati_nextgen/modules/widget/class.widget_slideshow.php:7 +msgid "Show a NextGEN Gallery Slideshow" +msgstr "Affiche un Diaporama NextGEN Gallery" + +#: products/photocrati_nextgen/modules/widget/class.widget_slideshow.php:8 +msgid "NextGEN Slideshow" +msgstr "Diaporame NextGEN" + +#: products/photocrati_nextgen/modules/widget/class.widget_slideshow.php:76 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:321 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:521 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:721 +#: products/photocrati_nextgen/modules/ngglegacy/lib/rewrite.php:215 +msgid "Slideshow" +msgstr "Diaporama" + +#: products/photocrati_nextgen/modules/widget/templates/form_gallery.php:15 +#: products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:229 +msgid "Show" +msgstr "Montrer" + +#: products/photocrati_nextgen/modules/widget/templates/form_gallery.php:26 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:316 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:520 +msgid "Thumbnails" +msgstr "Vignettes" + +#: products/photocrati_nextgen/modules/widget/templates/form_gallery.php:29 +msgid "Original images" +msgstr "Images Originales" + +#: products/photocrati_nextgen/modules/widget/templates/form_gallery.php:42 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:822 +msgid "random" +msgstr "au hasard" + +#: products/photocrati_nextgen/modules/widget/templates/form_gallery.php:50 +msgid "recently added" +msgstr "ajouté récemment" + +#: products/photocrati_nextgen/modules/widget/templates/form_gallery.php:62 +msgid "Enable IE8 Web Slices" +msgstr "Autoriser les composanats Web Slices d'IE8" + +#: products/photocrati_nextgen/modules/widget/templates/form_gallery.php:68 +msgid "Width x Height" +msgstr "Largeur x Hauteur" + +#: products/photocrati_nextgen/modules/widget/templates/form_gallery.php:87 +msgid "Select" +msgstr "Choisir" + +#: products/photocrati_nextgen/modules/widget/templates/form_gallery.php:92 +msgid "All galleries" +msgstr "Toutes les galeries" + +#: products/photocrati_nextgen/modules/widget/templates/form_gallery.php:95 +msgid "Only which are not listed" +msgstr "Uniquement ceux qui ne sont pas dans la liste" + +#: products/photocrati_nextgen/modules/widget/templates/form_gallery.php:98 +msgid "Only which are listed" +msgstr "Uniquement ceux qui sont dans la liste" + +#: products/photocrati_nextgen/modules/widget/templates/form_gallery.php:107 +msgid "Gallery ID" +msgstr "ID de la Galerie" + +#: products/photocrati_nextgen/modules/widget/templates/form_gallery.php:114 +msgid "Gallery IDs, separated by commas." +msgstr "IDs des galeries, séparés par des virules." + +#: products/photocrati_nextgen/modules/widget/templates/form_mediarss.php:19 +msgid "Show Media RSS icon" +msgstr "Montrer l'icône MediaRSS" + +#: products/photocrati_nextgen/modules/widget/templates/form_mediarss.php:30 +msgid "Show the Media RSS link" +msgstr "Montrer le lien Media RSS" + +#: products/photocrati_nextgen/modules/widget/templates/form_mediarss.php:36 +msgid "Text for Media RSS link" +msgstr "texte du lien Media RSS" + +#: products/photocrati_nextgen/modules/widget/templates/form_mediarss.php:47 +msgid "Tooltip text for Media RSS link" +msgstr "text de l'infobulle pour le lien Media RSS" + +#: products/photocrati_nextgen/modules/widget/templates/form_slideshow.php:15 +msgid "Select Gallery" +msgstr "Choisir une Galerie" + +#: products/photocrati_nextgen/modules/widget/templates/form_slideshow.php:23 +msgid "All images" +msgstr "Toutes les images" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:159 +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:190 +msgid "Overview" +msgstr "Vue Générale" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:172 +msgid "Network settings" +msgstr "Paramétrage Réseau" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:305 +msgid "You do not have the correct permission" +msgstr "Vous n'avez pas les droits d'accès suffisants" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:306 +msgid "Unexpected Error" +msgstr "Erreur inattendue" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:307 +msgid "A failure occurred" +msgstr "Une erreur est apparue" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:311 +msgid "You have attempted to queue too many files." +msgstr "Vous avez mis trop de fichiers dans la file d'attente." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:312 +msgid "This file exceeds the maximum upload size for this site." +msgstr "Ce fichier dépasse la taille maximale autorisée sur ce site." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:313 +msgid "This file is empty. Please try another." +msgstr "Ce fichier est vide. Essayez avec un autre." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:314 +msgid "This file type is not allowed. Please try another." +msgstr "Le type de ce fichier n'est pas autorisé. Essayez avec un autre." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:315 +msgid "This file is not an image. Please try another." +msgstr "Ce fichier n'est pas une image. Essayez avec un autre." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:316 +msgid "Memory exceeded. Please try another smaller file." +msgstr "Dépassement mémoire. Merci d'essayer avec un fichier plus petit." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:317 +msgid "This is larger than the maximum size. Please try another." +msgstr "De taille supérieure à la taille maximum. Essayez avec un autre." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:318 +msgid "An error occurred in the upload. Please try again later." +msgstr "" +"Une erreur est survenue pendant le téléchargement. Merci de réessayer un peu " +"plus tard." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:319 +msgid "" +"There was a configuration error. Please contact the server administrator." +msgstr "" +"Erreur de configuration. Merci d'en référer à l'administrateur du serveur." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:320 +msgid "You may only upload 1 file." +msgstr "Vous ne pouvez téléchargé qu'un seul fichier" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:321 +msgid "HTTP error." +msgstr "erreur HTTP" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:322 +msgid "Upload failed." +msgstr "Echec du téléchargement." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:323 +msgid "IO error." +msgstr "Erreur d'E/S." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:324 +msgid "Security error." +msgstr "Erreur de Sécurité." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:325 +msgid "File canceled." +msgstr "Fichier annulé." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:326 +msgid "Upload stopped." +msgstr "Téléchargement arrêté." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:327 +msgid "Dismiss" +msgstr "Rejeter" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:328 +msgid "Crunching…" +msgstr "Crissement…" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:329 +msgid "moved to the trash." +msgstr "déplacé(es) dans la corbeille." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:330 +#, php-format +msgid "“%s” has failed to upload due to an error" +msgstr "“%s” n'a pas été téléchargé à cause d'une erreur" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:352 +msgid "L O A D I N G" +msgstr "C H A R G E M E N T E N C O U R S" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:353 +msgid "Click to Close" +msgstr "Cliquer pour fermer" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:462 +msgid "" +"Introduction" +msgstr "" +"Introduction" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:465 +msgid "" +"Languages" +msgstr "" +"Langues" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:470 +msgid "Get help with NextGEN Gallery" +msgstr "Obtenir de l'aide pour NextGEN Gallery" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:474 +msgid "More Help & Info" +msgstr "Une aide avancée et plus d'informations" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:476 +msgid "" +"Support Forums" +msgstr "" +"Support Forums" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:477 +msgid "FAQ" +msgstr "FAQ" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:478 +msgid "Feature request" +msgstr "Demande d'évolution" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:479 +msgid "Get your language pack" +msgstr "Récupérer les fichiers pour votre langue" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:480 +msgid "Contribute development" +msgstr "Contribuer au développement" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:481 +msgid "Download latest version" +msgstr "Télécharger la dernière version" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/ajax.php:360 +#, php-format +msgid "Could create image with %s x %s pixel" +msgstr "Image de %s x %s pixel a pu être créée" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:172 +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:216 +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:239 +#: products/photocrati_nextgen/modules/ngglegacy/admin/edit-thumbnail.php:19 +#: products/photocrati_nextgen/modules/ngglegacy/admin/edit-thumbnail.php:22 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:619 +#: products/photocrati_nextgen/modules/ngglegacy/admin/publish.php:7 +#: products/photocrati_nextgen/modules/ngglegacy/admin/publish.php:10 +#: products/photocrati_nextgen/modules/ngglegacy/admin/publish.php:13 +#: products/photocrati_nextgen/modules/ngglegacy/admin/rotate.php:17 +#: products/photocrati_nextgen/modules/ngglegacy/admin/rotate.php:20 +#: products/photocrati_nextgen/modules/ngglegacy/admin/showmeta.php:10 +#: products/photocrati_nextgen/modules/ngglegacy/admin/showmeta.php:13 +msgid "Cheatin’ uh?" +msgstr "On triche’ uh?" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:180 +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:209 +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:253 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:178 +#: products/photocrati_nextgen/modules/ngglegacy/admin/style.php:24 +msgid "Update Successfully" +msgstr "Correctement Mis à jour " + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:227 +msgid "Album deleted" +msgstr "Album supprimé" + +# Used with two different meanings in english, which are non translated easily in french: one meaning is for "edit the album", the other meaning is "edit any album" (role) +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:389 +#: products/photocrati_nextgen/modules/ngglegacy/admin/roles.php:55 +msgid "Edit Album" +msgstr "Modifier Album" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:410 +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:459 +msgid "Select album" +msgstr "Choisir un album" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:412 +msgid "No album selected" +msgstr "Aucun album sélectionné" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:423 +#: products/photocrati_nextgen/modules/ngglegacy/admin/edit-thumbnail.php:166 +#: products/photocrati_nextgen/modules/ngglegacy/admin/rotate.php:94 +#: products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:112 +msgid "Update" +msgstr "Mettre à jour" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:425 +msgid "Edit album" +msgstr "Modifier l'album" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:428 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:187 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:362 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:364 +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:227 +msgid "Delete" +msgstr "Effacer" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:432 +msgid "Add new album" +msgstr "Ajouter un nouvel Album" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:434 +msgid "Add" +msgstr "Ajouter" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:445 +msgid "Show / hide used galleries" +msgstr "Montre / Cache les galeries utilisées" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:445 +msgid "[Show all]" +msgstr "[Tout voir]" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:446 +msgid "Maximize the widget content" +msgstr "Agrandir le contenu du widget" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:446 +msgid "[Maximize]" +msgstr "[Maximiser]" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:447 +msgid "Minimize the widget content" +msgstr "Réduire le contenu du widget" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:447 +msgid "[Minimize]" +msgstr "[Minimiser]" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:449 +msgid "" +"After you create and select a album, you can drag and drop a gallery or " +"another album into your new album below" +msgstr "" +"Une fois que vous aurez créé et sélectionné un album, vous pourrez y glisser " +"et déposer une galerie ou un autre album (voir ci-dessous)" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:475 +msgid "Select gallery" +msgstr "Choisir une galerie" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:500 +msgid "Album ID" +msgstr "Album ID" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:513 +msgid "No album selected!" +msgstr "Aucun album sélectionné !" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:534 +msgid "Album name:" +msgstr "Nom de l'Album:" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:540 +msgid "Album description:" +msgstr "Description de l'Album:" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:546 +msgid "Select a preview image:" +msgstr "Choisir l'image de garde" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:549 +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:552 +#: products/photocrati_nextgen/modules/ngglegacy/admin/templates/manage_gallery/gallery_preview_image_field.php:3 +msgid "No picture" +msgstr "Aucune image" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:563 +msgid "Page Link to" +msgstr "Lier la page à " + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:582 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:337 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:366 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:397 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:406 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:442 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:471 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:502 +msgid "OK" +msgstr "OK" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:584 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:339 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:368 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:399 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:408 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:444 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:473 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:504 +msgid "Cancel" +msgstr "Annuler" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:677 +msgid "Name" +msgstr "Nom" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:679 +#: products/photocrati_nextgen/modules/ngglegacy/lib/rewrite.php:229 +msgid "Page" +msgstr "Page" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/edit-thumbnail.php:116 +msgid "Select with the mouse the area for the new thumbnail" +msgstr "Choisir avec la souris la zone de l'image pour la nouvelle vignette" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/edit-thumbnail.php:130 +msgid "Thumbnail updated" +msgstr "Vignette mise à jour" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/edit-thumbnail.php:135 +msgid "Error updating thumbnail" +msgstr "Erreur lors de la mise à jour de la vignette" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/edit-thumbnail.php:151 +msgid "Select the area for the thumbnail from the picture on the left." +msgstr "Choisir dans la figure à gauche la zone qui servira pour la vignette" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:39 +msgid "No valid gallery name!" +msgstr "Non de galerie non valide!" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:46 +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:55 +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:80 +msgid "Directory" +msgstr "Le répertoire" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:46 +msgid "didn't exist. Please create first the main gallery folder " +msgstr "" +"n'existe pas. Merci de créer d'abord le répertoire principal pour les " +"galeries" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:47 +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:56 +msgid "Check this link, if you didn't know how to set the permission :" +msgstr "Suivez ce lien, si vous ne savez pas comment gérer les permissions" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:55 +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:80 +msgid "is not writeable !" +msgstr "n'est pas accessible en écriture !" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:76 +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:85 +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:736 +#: products/photocrati_nextgen/modules/ngglegacy/lib/core.php:101 +msgid "Unable to create directory " +msgstr "Impossible de créer le répertoire" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:89 +msgid "The server setting Safe-Mode is on !" +msgstr "Le mode \"Safe-Mode\" est actif sur votre serveur !" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:90 +msgid "If you have problems, please create directory" +msgstr "Si vous rencontrez des problèmes, créez le répertoire" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:91 +msgid "and the thumbnails directory" +msgstr "et le répertoire des vignettes" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:91 +msgid "with permission 777 manually !" +msgstr "manuellement avec les permissions 777!" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:116 +#, php-format +msgid "" +"Gallery ID %1$s successfully created. You can show this gallery in your post " +"or page with the shortcode %2$s.
      " +msgstr "" +"La Galerie avec l'ID %1$s a été créée avec succès. Vous pouvez l'intégrer " +"dans vos articles ou pages en utilisant le shortcode %2$s.
      " + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:119 +msgid "Edit gallery" +msgstr "Modifier la galerie" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:188 +msgid "Error while creating thumbnail." +msgstr "Erreur pendant la création de la vignette" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:242 +msgid "Error while resizing image." +msgstr "Erreur lors du redimensionnement de l'image" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:326 +msgid "Error while rotating image." +msgstr "Erreur lors de la rotation de l'image" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:361 +msgid "Error while applying watermark to image." +msgstr "Erreur lors de l'application du filigrane à l'image" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:385 +msgid "Object didn't contain correct data" +msgstr "L'Objet contient des données invalides" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:391 +msgid "File do not exists" +msgstr "Le fichier n'existe pas" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:395 +msgid "Couldn't restore original image" +msgstr "L'image originale n'a pas pu être restaurée" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:511 +msgid "(Error : Couldn't not update data base)" +msgstr "(Erreur: Impossible de mettre à jour la base de données)" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:518 +msgid "(Error : Couldn't not update meta data)" +msgstr "(Erreur: Impossible de mettre à jour les meta données)" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:527 +msgid "(Error : Couldn't not find image)" +msgstr "(Erreur: Ne peut retrouver l'image)" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:670 +msgid "No valid URL path " +msgstr "URL invalide" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:686 +msgid "Import via cURL failed." +msgstr "L'import via cURL a échoué" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:703 +msgid "Uploaded file was no or a faulty zip file ! The server recognized : " +msgstr "" +"Le fichier téléchargé n'était pas un fichier Zip ou alors un fichier zip en " +"errzur ! Le serveur a reconnu :" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:720 +msgid "Could not get a valid foldername" +msgstr "Un nom de répertoire valide n'a pas pu être déterminé" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:731 +#, php-format +msgid "" +"Unable to create directory %s. Is its parent directory writable by the " +"server?" +msgstr "" +"Impossible de créer le répertoire %s. Son parent est-il accessible en " +"écriture par le serveur ?" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:746 +msgid "Zip-File successfully unpacked" +msgstr "Zip-File décompressé avec succès" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:777 +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:877 +msgid "No gallery selected !" +msgstr "Aucune galerie n'a été sélectionnée !" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:785 +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:902 +msgid "Failure in database, no gallery path set !" +msgstr "" +"Problème dans la base de données, pas de chemin vers les galeries défini !" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:809 +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:896 +msgid "is no valid image file!" +msgstr "n'est pas un fichier image valide" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:830 +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:919 +msgid "Error, the file could not be moved to : " +msgstr "Erreur, le fichier n'a pas pu être déplacé dans:" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:835 +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:923 +msgid "Error, the file permissions could not be set" +msgstr "Erreur, les permissions sur fichier n'ont pas pu être appliquées" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:853 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:111 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:189 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:238 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:322 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:661 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:740 +msgid "Create new thumbnails" +msgstr "Créer de nouvelles vignettes" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:858 +msgid " Image(s) successfully added" +msgstr "Images(s) ajoutée(s) avec succès" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:885 +msgid "Invalid upload. Error Code : " +msgstr "Téléchargement invalide. Code d'erreur:" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:961 +#, php-format +msgid "" +"SAFE MODE Restriction in effect! You need to create the folder %s manually" +msgstr "" +"PHP en mode \"safe mode\". Vous devez créer le répertoire %s vous-même manuellement" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:962 +#, php-format +msgid "" +"When safe_mode is on, PHP checks to see if the owner (%s) of the current " +"script matches the owner (%s) of the file to be operated on by a file " +"function or its directory" +msgstr "" +"Quand le mode safe_mode est actif, PHP vérifie si le propriétaire (%s) du " +"script en cours d'exécution est le même (%s) que celui du fichier ou du " +"répertoire sur lequel une fonction de fichier doit être appliquée " + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1015 +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1092 +msgid "The destination gallery does not exist" +msgstr "La galerie de destination n'existe pas" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1046 +#, php-format +msgid "Failed to move image %1$s to %2$s" +msgstr "Echec lors du déplacement de l'image %1$s vers %2$s" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1066 +#, php-format +msgid "Moved %1$s picture(s) to gallery : %2$s ." +msgstr "%1$s images déplacées dans la galerie: %2$s ." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1170 +#, php-format +msgid "Copied %1$s picture(s) to gallery: %2$s ." +msgstr "%1$s image(s) copiée(s) dans la galerie: %2$s ." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1278 +msgid "The uploaded file exceeds the upload_max_filesize directive in php.ini" +msgstr "" +"Le taille du fichier téléchargé dépasse la directive upload_max_filesize du " +"fichier php.ini" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1281 +msgid "" +"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in " +"the HTML form" +msgstr "" +"Le taille du fichier téléchargé dépasse la directive MAX_FILE_SIZE spécifiée " +"dans la forme de saisie HTML" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1284 +msgid "The uploaded file was only partially uploaded" +msgstr "Le ficheir en télécharement n'a été que partiellement téléchargé" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1287 +msgid "No file was uploaded" +msgstr "Aucun fichier n'a été téléchargé" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1290 +msgid "Missing a temporary folder" +msgstr "Fichier temporaire inexistant" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1293 +msgid "Failed to write file to disk" +msgstr "Echec lors de l'écriture du fichier sur disque" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1296 +msgid "File upload stopped by extension" +msgstr "Téléchargement du fichier annulé à cause de son extension" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1299 +msgid "Unknown upload error" +msgstr "Erreur inconnue lors du téléchargement" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/install.php:20 +msgid "Sorry, NextGEN Gallery works only with a role called administrator" +msgstr "" +"Désolé, mais NextGEN Gallery ne peut fonctionner que s'il existe un rôle " +"nommé \"Administrateur\"" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/install.php:92 +msgid "" +"NextGEN Gallery : Tables could not created, please check your database " +"settings" +msgstr "" +"NextGEN Gallery : Des tables n'ont pu être créées dans la base de données, " +"vérifiez son paramétrage." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:99 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:206 +msgid "No images selected" +msgstr "aucune image sélectionnée" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:107 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:190 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:234 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:323 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:642 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:724 +msgid "Resize images" +msgstr "Redimensionner les Images" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:116 +#, php-format +msgid "" +"You are about to start the bulk edit for %s galleries \n" +" \n" +" 'Cancel' to stop, 'OK' to proceed." +msgstr "" +"Vous êtes sur le point de démarrer les modifications en groupe pour %s " +"galeries \n" +"\n" +"'Annuler' pour arrêter, 'OK' pour lancer l'opération." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:154 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:197 +msgid "Add new gallery" +msgstr "ajouter une nouvelle galerie" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:171 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:174 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:272 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:275 +msgid "Search Images" +msgstr "Rechercher les Images" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:186 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:320 +msgid "Bulk actions" +msgstr "Actions groupées" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:188 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:321 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:572 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:687 +msgid "Set watermark" +msgstr "Mettre le filigrane" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:191 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:326 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:577 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:708 +msgid "Import metadata" +msgstr "Métadonnées d'import" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:192 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:324 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:567 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:684 +msgid "Recover from backup" +msgstr "Restaurer depuis la sauvegarde" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:194 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:335 +msgid "Apply" +msgstr "Appliquer" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:262 +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:253 +msgid "Edit" +msgstr "Modifier" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:309 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:379 +msgid "No entries found" +msgstr "Aucune entrée trouvée" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:327 +msgid "New Gallery" +msgstr "Nouvelle Galerie" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:329 +msgid "Create a new , empty gallery below the folder" +msgstr "Créer une nouvelle galerie vierge sous le répertoire" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:331 +msgid "Allowed characters for file and folder names are" +msgstr "Les caratères autorisés pour les noms de fichier et de répertoire sont" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:357 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:462 +msgid "Resize Images to" +msgstr "Redimensionner les Images à" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:361 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:466 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:453 +msgid "Width x height (in pixel). NextGEN Gallery will keep ratio size" +msgstr "" +"Largeur x Hauteur (en pixel). NextGEN Gallery conservera le rapport des " +"dimensions." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:385 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:490 +#: products/photocrati_nextgen/modules/ngglegacy/admin/publish.php:40 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:416 +msgid "Width x height (in pixel)" +msgstr "Largeur x Hauteur (en pixel)" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:391 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:496 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:426 +msgid "Set fix dimension" +msgstr "Taille fixe" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:393 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:498 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:428 +msgid "Ignore the aspect ratio, no portrait thumbnails" +msgstr "" +"Ne pas tenir compte du rapport d'aspect, pas de vignette en mode portrait" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:456 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:568 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:156 +msgid "ID" +msgstr "ID" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:458 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:571 +#: products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:245 +#: products/photocrati_nextgen/modules/ngglegacy/admin/style.php:134 +msgid "Description" +msgstr "Description" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:460 +msgid "Page ID" +msgstr "Page ID" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:35 +msgid "Gallery not found." +msgstr "Galerie pas trouvée" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:41 +msgid "Sorry, you have no access here" +msgstr "Désolé, vous n'avez pas accès à cette section" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:214 +msgid "Copy image to..." +msgstr "Copier l'image dans..." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:218 +msgid "Move image to..." +msgstr "Déplacer l'image vers..." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:222 +msgid "Add new tags" +msgstr "Ajouter de nouveaux mots-clés" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:226 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:332 +msgid "Delete tags" +msgstr "Effacer les mots-clés" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:230 +msgid "Overwrite" +msgstr "Ecraser" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:243 +#, php-format +msgid "" +"You are about to start the bulk edit for %s images \n" +" \n" +" 'Cancel' to stop, 'OK' to proceed." +msgstr "" +"Vous êtes sur le point de démarrer les modifications en groupe pour %s " +"images \n" +" \n" +" 'Cancel' pour arrêter, 'OK' pour lancer l'opération." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:269 +#, php-format +msgid "Search results for “%s”" +msgstr "Résultats de la Recherche “%s”" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:298 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:488 +msgid "Gallery settings" +msgstr "Paramétrage des Galeries" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:298 +msgid "Click here for more settings" +msgstr "Cliquer ici pour plus de paramétrage" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:304 +msgid "Scan Folder for new images" +msgstr "Parcourir le répertoire pour y rechercher de nouvelles images" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:306 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:341 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:386 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:400 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:436 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:478 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:563 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:598 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:708 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:861 +msgid "Save Changes" +msgstr "Sauvegarder les modifications" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:325 +msgid "Delete images" +msgstr "Effacer les images" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:327 +msgid "Rotate images clockwise" +msgstr "Rotation des images dans le sens des aiguilles d'une montre" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:328 +msgid "Rotate images counter-clockwise" +msgstr "Rotation des images dans le sens inverse des aiguilles d'une montre" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:329 +msgid "Copy to..." +msgstr "Copier vers..." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:330 +msgid "Move to..." +msgstr "Déplacer vers..." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:331 +msgid "Add tags" +msgstr "Ajouter des mots-clés" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:333 +msgid "Overwrite tags" +msgstr "Ecrase les mots-clés" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:338 +msgid "Sort gallery" +msgstr "Trier la galerie" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:402 +msgid "Enter the tags" +msgstr "Saisissez les mots-clés" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:426 +msgid "Select the destination gallery:" +msgstr "Choisir la galerie de destination:" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:569 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:161 +#: products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:266 +msgid "Thumbnail" +msgstr "Vignette" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:571 +msgid "Alt & Title Text" +msgstr "Alt & Title Texte" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:572 +msgid "Tags (comma separated list)" +msgstr "Mots-clés (séparés par des virgules)" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-sort.php:35 +msgid "Sort order changed" +msgstr "L'ordre de tri a été changé" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-sort.php:97 +msgid "Sort Gallery" +msgstr "Trier une Galerie" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-sort.php:101 +msgid "Update Sort Order" +msgstr "Mettre à jour l'ordre du tri" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-sort.php:104 +msgid "Back to gallery" +msgstr "Retour à la galerie" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-sort.php:109 +msgid "Presort" +msgstr "Trier" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-sort.php:110 +msgid "Unsorted" +msgstr "Non trié" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-sort.php:113 +#: products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:241 +msgid "Alt/Title text" +msgstr "Alt/Title texte" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:90 +msgid "deleted successfully" +msgstr "Supprim'(es) avec succès" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:106 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:115 +msgid "Operation successful. Please clear your browser cache." +msgstr "" +"L'opération a été menée avec succès. Merci d'effacer le cache de votre " +"navigateur." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:171 +msgid "Alt & Title Text / Description" +msgstr "HTML Alt & Titre Texte / Description" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:214 +msgid "Exclude ?" +msgstr "Exclure " + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:299 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:301 +msgid "View" +msgstr "Voir" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:309 +msgid "Show meta data" +msgstr "Montrer les meta données" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:310 +msgid "Meta" +msgstr "Meta" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:318 +msgid "Customize thumbnail" +msgstr "Personnaliser la vignette" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:319 +msgid "Edit thumb" +msgstr "Modifier la vignette" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:327 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:328 +msgid "Rotate" +msgstr "Effectuer une rotation" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:338 +msgid "Publish this image" +msgstr "Publier cette image" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:339 +#: products/photocrati_nextgen/modules/ngglegacy/admin/publish.php:58 +msgid "Publish" +msgstr "Publier" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:349 +msgid "Recover image from backup" +msgstr "Restaure une image depuis la sauvegarde" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:350 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:352 +msgid "Recover" +msgstr "Restaurer" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:361 +msgid "Delete image" +msgstr "Effacer l'image" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:392 +msgid "Title:" +msgstr "Titre:" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:398 +msgid "Description:" +msgstr "Description:" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:404 +msgid "Gallery path:" +msgstr "Chemin des Galeries:" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:419 +msgid "Link to page:" +msgstr "Lien vers la page:" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:420 +msgid "Albums will link this gallery to the selected page" +msgstr "" +"Les Albums établiront un lein entre cette galerie et les pages sélectionnées" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:425 +msgid "Preview image:" +msgstr "Image de garde:" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:431 +msgid "Create new page:" +msgstr "Créer une nouvelle page:" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:607 +msgid "Gallery deleted successfully " +msgstr "La Galerie a correctement été supprimée" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:678 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:681 +msgid "Rotate images" +msgstr "Rotation des Images" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:704 +msgid "Pictures deleted successfully " +msgstr "Les images ont été effaccées" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:802 +msgid "Tags changed" +msgstr "Les Mots-Clés ont été modifiés" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:842 +msgid "Update successful" +msgstr "Mise à jour correctement effectuée" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:877 +msgid "New gallery page ID" +msgstr "Une nouvelle galerie d'identifiant " + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:877 +msgid "created" +msgstr "créée" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:915 +msgid "Published a new post" +msgstr "Nouvel article publié" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:1062 +msgid "Go to the first page" +msgstr "Aller à la première page" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:1069 +msgid "Go to the previous page" +msgstr "Page Précédente" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:1078 +msgid "Current page" +msgstr "Page actuelle" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:1089 +msgid "Go to the next page" +msgstr "Page Suivante" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:1096 +msgid "Go to the last page" +msgstr "Aller à la dernière page" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:1046 +#, php-format +msgid "1 item" +msgid_plural "%s items" +msgstr[0] "1 article" +msgstr[1] "%s articles" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:1046 +#, php-format +msgctxt "paging" +msgid "%1$s of %2$s" +msgstr "%1$s de %2$s [pagination]" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:11 +msgid "NextGEN Gallery" +msgstr "NextGEN Gallery" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:186 +msgid "No gallery" +msgstr "Pas de galerie" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:198 +msgid "Select »" +msgstr "Choisir »" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:230 +msgid "Hide" +msgstr "Cacher" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:235 +msgid "Image ID:" +msgstr "Image ID:" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:249 +#: products/photocrati_nextgen/modules/ngglegacy/admin/publish.php:45 +msgid "Alignment" +msgstr "Alignement" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:252 +#: products/photocrati_nextgen/modules/ngglegacy/admin/publish.php:47 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:583 +msgid "None" +msgstr "Aucun" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:254 +#: products/photocrati_nextgen/modules/ngglegacy/admin/publish.php:49 +msgid "Left" +msgstr "Gauche" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:256 +#: products/photocrati_nextgen/modules/ngglegacy/admin/publish.php:51 +msgid "Center" +msgstr "Centrer" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:258 +#: products/photocrati_nextgen/modules/ngglegacy/admin/publish.php:53 +msgid "Right" +msgstr "Droit" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:262 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:690 +msgid "Size" +msgstr "taille" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:268 +msgid "Full size" +msgstr "Grandeur réelle" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:270 +msgid "Singlepic" +msgstr "Singlepic" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:282 +msgid "Use as featured image" +msgstr "Utilise en tant qu'image à la Une" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:284 +msgid "Insert into Post" +msgstr "Insérer dans l'article" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:295 +msgid "Save all changes" +msgstr "Sauvegarder toutes les modifications" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:14 +msgid "NextGEN Gallery Overview" +msgstr "Vue d'ensemble de NextGEN Gallery" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:84 +msgid "Welcome to NextGEN Gallery !" +msgstr "Bienvenue dans NextGEN Gallery !" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:85 +msgid "Do you like this Plugin?" +msgstr "Aimez-vous ce Plugin?" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:87 +msgid "About" +msgstr "A Propos" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:90 +msgid "Server Settings" +msgstr "Paramétres du Serveur" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:97 +msgid "" +"NextGEN Gallery is one of the most popular Wordpress plugins of all time " +"with over 9 million downloads. It is developed and supported by Photocrati " +"Media. We'd like to offer a special thanks to Alex Rabe, who first developed " +"the plugin and maintained it through 2011." +msgstr "" +"NextGEN Gallery est l'un des plugins Wordpress les plus populaires de tous " +"les temps avec plus de 9 millions de téléchargement. Il est dévelopé et " +"maintenu par Photocrati Media. Nous voudrions remercier plus " +"particulièrement Alex Rabe, qui fut à l'origine du développement de ce " +"plugin et en assura la maintenance jusqu'en 2011." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:98 +msgid "" +"NEED HELP? If you need help or assistance please visit the " +"NextGEN " +"Gallery forums on WordPress.org. Please note that we actively monitor " +"and participate in the forums, but given that NextGEN Gallery is a free " +"product, we don't guarantee replies to support queries." +msgstr "" +"BESOIN D'AIDE? Si vous avez besoin d'aide, merci de visiter " +"les forums " +"NextGEN Gallery sur WordPress.org. Notez que nous supervisons et " +"participons activement dans ces forums, mais étant donné que Nextgten " +"Gallery est un produit \"gratuit\", nous ne pouvons pas garantir une réponse " +"aux demandes de support." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:99 +msgid "" +"EXTENDING NEXTGEN? There are many third party plugins that " +"add displays and functionality for NextGEN Gallery. See our Complete List of " +"NextGEN Extension Plugins." +msgstr "" +"ETENDRE LES FONCTIONNALITES DE NEXTGEN? Il existe de " +"nombreux plugins qui apportent d'autres modes d'affichage et fonctionnalités " +"à Nextgen Gallery. Voir notre Liste de Plugins d'extension pour " +"NextGEN ." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:107 +#, php-format +msgid "" +"This plugin is primarily developed, maintained, supported and documented by " +"Photocrati Media with a lot of love & " +"effort. Any kind of contribution would be highly appreciated. Thanks!" +msgstr "" +"Ce plugin est développé, maintenu, supporté et documenté essentiellement par " +"Photocrati Media. Ils y mettent " +"beaucoup d'amour et y consacrent beaucoup d'efforts. Toute contribution, " +"quelle qu'elle soit, sera hautement appréciée. Merci !" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:112 +msgid "Please click \"Works\" on WordPress.org" +msgstr "Merci de cliquer sur le bouton \"Works\" sur le site WordPress.org" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:117 +msgid "Give it a good rating on WordPress.org" +msgstr "Donnez lui une bonne appréciation sur WordPress.org" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:122 +msgid "Visit the plugin homepage" +msgstr "Visitez la page du plugin" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:127 +msgid "Help translating it" +msgstr "Participez à la traduction" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:149 +msgid "Graphic Library" +msgstr "Librairie Graphique" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:165 +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:214 +msgid "Loading…" +msgstr "Chargement en cours…" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:165 +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:214 +msgid "This widget requires JavaScript." +msgstr "Ce widget nécessite le support du javascript." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:178 +msgid "Thanks to all donators..." +msgstr "Merci à tous les donateurs..." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:200 +msgid "View all" +msgstr "Tout Voir" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:226 +#, php-format +msgid "" +"Newsfeed could not be loaded. Check the front page to " +"check for updates." +msgstr "" +"Le flux d'informations n'a pas pu être chargé. Vérifiez sur la page de garde d'éventuelles mises à jour." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:238 +msgid "Untitled" +msgstr "Sans Titre" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:303 +msgid "At a Glance" +msgstr "D'un coup d'oeil" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:356 +msgid "Storage Space" +msgstr "Espace de stockage" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:360 +#, php-format +msgid "" +"%2$sMB" +msgstr "" +"" +"%2$sMO" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:361 +msgid "Space Allowed" +msgstr "Espace Alloué" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:368 +#, php-format +msgid "" +"%2$sMB (%3$s%%)" +"" +msgstr "" +"" +"%2$sMO (%3$s%%)" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:369 +msgid "Space Used" +msgstr "Espace Utilisé" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:395 +msgid "No GD support" +msgstr "Librairie GD non disponible" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:427 +msgid "Not set" +msgstr "Non renseigné" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:429 +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:432 +msgid "On" +msgstr "On" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:430 +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:433 +msgid "Off" +msgstr "Off" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:437 +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:440 +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:443 +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:446 +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:449 +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:452 +msgid "N/A" +msgstr "Sans Objet" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:451 +msgid " MByte" +msgstr "MOctets" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:464 +msgid "Operating System" +msgstr "Système d'Opération" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:465 +msgid "Server" +msgstr "Serveur" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:466 +msgid "Memory usage" +msgstr "Utilisation de la mémoire" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:467 +msgid "MYSQL Version" +msgstr "Version MySQL" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:468 +msgid "SQL Mode" +msgstr "Mode SQL" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:469 +msgid "PHP Version" +msgstr "Version du PHP" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:470 +msgid "PHP Safe Mode" +msgstr "Safe-mode PHP" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:471 +msgid "PHP Allow URL fopen" +msgstr "Support du fopen pour les URL par PHP" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:472 +msgid "PHP Memory Limit" +msgstr "Taille maximale de la mémoire dans PHP" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:473 +msgid "PHP Max Upload Size" +msgstr "Taille maximale de téléchargement montant dans PHP" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:474 +msgid "PHP Max Post Size" +msgstr "Taille maximale des données d'un POST dans PHP" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:475 +msgid "PCRE Backtracking Limit" +msgstr "Limite de récursivité pour la librairie PCRE" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:476 +msgid "PHP Max Script Execute Time" +msgstr "Durée maximale d'exécution d'un script PHP" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:477 +msgid "PHP Exif support" +msgstr "Support des données Exif par PHP" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:478 +msgid "PHP IPTC support" +msgstr "Support du format IPTC par PHP" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:479 +msgid "PHP XML support" +msgstr "Support du XML dans PHP" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:491 +msgid "" +"NextGEN Gallery contains some functions which are only available under PHP " +"5.2. You are using the old PHP 4 version, upgrade now! It's no longer " +"supported by the PHP group. Many shared hosting providers offer both PHP 4 " +"and PHP 5, running simultaneously. Ask your provider if they can do this." +msgstr "" +"NextGEN utilise ecraines fonction squi ne sont disponibles qu'à partir de la " +"version 5.2 de PHP. Votre site trourne actuellement sur PHP4, mettez à jour " +"dès maintenant ! Cette version n'est plus supportée par le PHP Group. De " +"nombreux fournisseurs d'hébergement partagé ont PHP4 et PHP5 dans leur " +"offre, en parallèle. Demandez lui s'ils peuvent évoluer vers le support de " +"PHP5. " + +#: products/photocrati_nextgen/modules/ngglegacy/admin/publish.php:35 +msgid "Post title" +msgstr "Titre de l'article" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/publish.php:37 +msgid "Enter the post title " +msgstr "Entrer le titre de l'article" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/publish.php:42 +msgid "Size of the image" +msgstr "Taille de l'image" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/publish.php:60 +msgid "Draft" +msgstr "Brouillon" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/roles.php:26 +msgid "" +"Select the lowest role which should be able to access the following " +"capabilities. NextGEN Gallery supports the standard roles from WordPress." +msgstr "" +"Chosir le rôle minimum nécessaire pour avoir accès aux permissions ci-" +"dessous. NextGEN Gallery met en oeuvre les rôles par défaut de Wordpress." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/roles.php:27 +msgid "For a more flexible user management you can use the" +msgstr "" +"Pour une gestion des utilisateurs plus flexible, vous pourriez utiliser le " +"Plugin" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/roles.php:31 +msgid "Main NextGEN Gallery overview" +msgstr "Vue d'ensemble de NextGEN Gallery" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/roles.php:35 +msgid "Use TinyMCE Button / Upload tab" +msgstr "Peut utiliser le bouton téléchargement dans TinyMCE " + +#: products/photocrati_nextgen/modules/ngglegacy/admin/roles.php:39 +msgid "Add gallery / Upload images" +msgstr "Ajouter une Gallerie / des Images" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/roles.php:43 +msgid "Manage gallery" +msgstr "Gérer les Galeries" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/roles.php:47 +msgid "Manage others gallery" +msgstr "Gérer les galeries créées par d'autres" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/roles.php:51 +msgid "Manage tags" +msgstr "Gérer les mots-clés" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/roles.php:59 +msgid "Change style" +msgstr "Changer le syle" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/roles.php:63 +msgid "Change options" +msgstr "Changer les options" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/roles.php:67 +msgid "NextGEN Attach Interface" +msgstr "NextGEN Attach Interface" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/rotate.php:60 +msgid "Image rotated" +msgstr "Image tournée" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/rotate.php:62 +msgid "Error rotating thumbnail" +msgstr "Erreur lors de la rotation de la vignette" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/rotate.php:85 +msgid "90° clockwise" +msgstr "90° dans le sens de la montre" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/rotate.php:86 +msgid "90° anticlockwise" +msgstr "90° sens inverse du sens de la montre" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/rotate.php:87 +msgid "Flip vertically" +msgstr "Retourner à la verticale" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/rotate.php:88 +msgid "Flip horizontally" +msgstr "Retourner à l'horizontal" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:22 +#: products/photocrati_nextgen/modules/ngglegacy/admin/upgrade.php:204 +#, php-format +msgid "Rebuild image structure : %s / %s images" +msgstr "Reconstruire la structure des images : %s / %s images " + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:23 +#: products/photocrati_nextgen/modules/ngglegacy/admin/upgrade.php:205 +#, php-format +msgid "Rebuild gallery structure : %s / %s galleries" +msgstr "Reconstruire la structure des galeries : %s / %s galeries " + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:24 +#: products/photocrati_nextgen/modules/ngglegacy/admin/upgrade.php:206 +#, php-format +msgid "Rebuild album structure : %s / %s albums" +msgstr "Reconstruire la structure des albums: %s / %s albums" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:81 +#: products/photocrati_nextgen/modules/ngglegacy/admin/upgrade.php:263 +msgid "Done." +msgstr "Terminé." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:196 +msgid "Cache cleared" +msgstr "Cache effacé" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:315 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:334 +msgid "General Options" +msgstr "Options Principales" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:317 +msgid "Image" +msgid_plural "Images" +msgstr[0] "Image" +msgstr[1] "Images" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:319 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:572 +msgid "Effects" +msgstr "Effets" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:320 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:614 +msgid "Watermark" +msgstr "Filigrane" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:340 +#: products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:54 +msgid "Gallery path" +msgstr "Chemin de la Galerie" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:342 +msgid "This is the default path for all galleries" +msgstr "Il s'agit du chemin par défaut pour l'ensemble des galeries." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:345 +msgid "Delete image files" +msgstr "Effacer les fichiers image" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:347 +msgid "Delete files, when removing a gallery in the database" +msgstr "" +"Effacer les fichiers, lors de la suppression d'une galerie dans la base de " +"données" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:350 +msgid "Activate permalinks" +msgstr "Activer les permaliens" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:352 +msgid "" +"When you activate this option, you need to update your permalink structure " +"one time." +msgstr "" +"Si vous activez cette option, vous aurez besoin de modifier la structure de " +"vos permaliens." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:353 +msgid "Gallery slug name :" +msgstr "Label Court pour la Galerie (slug) :" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:357 +msgid "Create new URL friendly image slugs" +msgstr "Créer un nouveau label court adapté aux URLs" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:358 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:474 +msgid "Proceed now" +msgstr "Continuer" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:361 +msgid "Select graphic library" +msgstr "Choisir la librairie graphique" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:362 +msgid "GD Library" +msgstr "GD Library" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:363 +msgid "ImageMagick (Experimental). Path to the library :" +msgstr "ImageMagick (Experimental). Chemin vers la librairie :" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:368 +msgid "Activate Media RSS feed" +msgstr "Activer le flux Media RSS" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:370 +msgid "" +"A RSS feed will be added to you blog header. Useful for CoolIris/PicLens" +msgstr "" +"Un flux RSS sera ajouté au header de votre blog. Nécessaire pour CoolIris/" +"PicLens" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:373 +msgid "Activate PicLens/CoolIris support" +msgstr "Activer la prise en compte de PicLens/CoolIris" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:375 +msgid "" +"When you activate this option, some javascript is added to your site footer. " +"Make sure that wp_footer is called in your theme." +msgstr "" +"Si vous activez cette option, quelques scripts javascript sont ajoutés dans " +"le bas de page de votre site. Vérifiez que votre thème appelle la fonction " +"wp_footer." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:378 +msgid "Tags / Categories" +msgstr "Mots-Clés / Catégories" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:381 +msgid "Activate related images" +msgstr "Activer les images liées" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:383 +msgid "This option will append related images to every post" +msgstr "Cette option ajoutera les images liées à chaque article" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:387 +msgid "Match with" +msgstr "Correspond avec" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:393 +msgid "Max. number of images" +msgstr "Nombre max. d'images" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:395 +msgid "0 will show all images" +msgstr "0 pour afficher toutes les images" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:399 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:435 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:477 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:562 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:597 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:860 +msgid "More settings" +msgstr "Autres paramétrages" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:409 +msgid "Thumbnail settings" +msgstr "Paramètre des Vignettes" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:413 +msgid "" +"Please note : If you change the settings, you need to recreate the " +"thumbnails under -> Manage Gallery ." +msgstr "" +"Note: Si vous changez le paramétrage, vous aurez à reconstruire les " +"vignettes (menu Autres Options)." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:422 +msgid "These values are maximum values " +msgstr "Il s'agit des valeurs maximales" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:445 +msgid "Image settings" +msgstr "Paramétrages de l'image" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:451 +msgid "Resize Images" +msgstr "Redimensionner les Images" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:460 +msgid "Backup original images" +msgstr "Créer une sauvegarde de l'image d'origine" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:462 +msgid "Creates a backup for inserted images" +msgstr "Créer une sauvegarde des images insérées" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:465 +msgid "Automatically resize" +msgstr "Redimensionner automatiquement" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:467 +msgid "Automatically resize images on upload." +msgstr "Retailler automatiquement les images pendant le téléchargement." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:470 +msgid "Single picture" +msgstr "Image unique" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:473 +msgid "Clear cache folder" +msgstr "Effacer le répertoire cache" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:494 +msgid "Deactivate gallery page link" +msgstr "Désactiver le lien vers la page de la galerie" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:496 +msgid "" +"The album will not link to a gallery subpage. The gallery is shown on the " +"same page." +msgstr "La galerie sera affichée sur la même page." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:500 +msgid "Number of images per page" +msgstr "Nombre d'images par page" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:502 +msgid "0 will disable pagination, all images on one page" +msgstr "0 empêchera la pagination, toutes les images seront sur la même page" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:506 +msgid "Number of columns" +msgstr "Nombre de colonnes" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:508 +msgid "" +"0 will display as much as possible based on the width of your theme. Setting " +"normally only required for captions below the images" +msgstr "" +"0 permettra d'afficher autant d'images que possible, en fonction de la " +"largeur de votre thème. Ce paramétrage n'est requis normalement que pour les " +"titres placés en dessous des images" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:512 +msgid "Integrate slideshow" +msgstr "Intégrer les diaporamas" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:519 +msgid "Show first" +msgstr "Montrer en premier" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:525 +msgid "Show ImageBrowser" +msgstr "Montrer l'outil de visualisation d'images" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:527 +msgid "The gallery will open the ImageBrowser instead the effect." +msgstr "Cette galerie ouvrira l'outil de visualisation d'images." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:531 +msgid "Add hidden images" +msgstr "Ajouter des images cachées" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:533 +msgid "" +"If pagination is used, this option will still show all images in the modal " +"window (Thickbox, Lightbox etc.). Note : This increases the page load" +msgstr "" +"Si la pagination est mise en oeuvre, cette option affichera toutes images " +"dans la fenêtre modale (Thickbox, Lightbox etc.). Note: Ceci augmente la " +"charge de la page." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:539 +msgid "" +"Browse images without reload the page. Note : Works only in combination with " +"Shutter effect" +msgstr "" +"Permets de Parcourir les images sans recharger la page. Note: Ne marche " +"qu'en combinaison avec l'effet Shutter" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:543 +msgid "Sort options" +msgstr "Options de Tri" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:546 +msgid "Sort thumbnails" +msgstr "Trier les Vignettes" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:548 +msgid "Custom order" +msgstr "Ordre personnalisé" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:550 +msgid "File name" +msgstr "Nom du fichier" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:551 +msgid "Alt / Title text" +msgstr "Alt / Title text" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:552 +#: products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser-exif.php:58 +msgid "Date / Time" +msgstr "Date / Heure" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:556 +msgid "Sort direction" +msgstr "Sens du tri" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:576 +msgid "" +"Here you can select the thumbnail effect, NextGEN Gallery will integrate the " +"required HTML code in the images. Please note that only the Shutter and " +"Thickbox effect will automatic added to your theme." +msgstr "" +"Ici vous pouvez sélectionner l'effet appliqué aux vignettes; NextGEN Gallery " +"insèrera le code HTML dans les images. Notez que seuls les effets Shutter et " +"Thickbox seront automatiquement intégrés à votre thème. " + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:577 +msgid "With the placeholder" +msgstr "Avec le mot-clé" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:577 +msgid "" +"you can activate a navigation through the images (depend on the effect). " +"Change the code line only , when you use a different thumbnail effect or you " +"know what you do." +msgstr "" +"vous pouvez activer la navigation d'une image à l'autre (en fonction de " +"l'effet). Ne changez que la ligne de code HTML si vous utilisez un effet " +"différent pour les vignettes ou si vous savez ce qu'il faut faire." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:580 +msgid "JavaScript Thumbnail effect" +msgstr "Effet Vignette javascript" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:584 +msgid "Thickbox" +msgstr "Thickbox" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:585 +msgid "Lightbox" +msgstr "Lightbox" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:586 +msgid "Highslide" +msgstr "Highslide" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:587 +msgid "Shutter" +msgstr "Volet" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:593 +msgid "Link Code line" +msgstr "Ligne de code html pour le lien" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:615 +msgid "" +"Please note : You can only activate the watermark under -> Manage Gallery . " +"This action cannot be undone." +msgstr "" +"Note: Vous pouvez activer le filigrane uniquement à partir du menu \"Autres " +"Options\". Il n'est pas possible de revenir en arrière sur cette action." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:620 +msgid "Preview" +msgstr "Prévisualisation" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:622 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:627 +msgid "Position" +msgstr "Position" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:647 +msgid "Offset" +msgstr "Décalage" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:663 +msgid "Use image as watermark" +msgstr "Utilise une image comme filigrane" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:666 +msgid "URL to file" +msgstr "URL d'un fichier" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:668 +msgid "The accessing of URL files is disabled at your server (allow_url_fopen)" +msgstr "" +"L'utilisation de l'URL de type file n'est pas autorisée sur votre serveur " +"(allow_url_fopen)" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:671 +msgid "Use text as watermark" +msgstr "Utilise du texte comme filigrane" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:674 +msgid "Font" +msgstr "Police" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:683 +msgid "This function will not work, cause you need the FreeType library" +msgstr "" +"Cette fonction sera inactive car la librairie FreeType n'est pas installée." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:685 +msgid "" +"You can upload more fonts in the folder nggallery/fonts" +msgstr "" +"Vous pouvez télécharger plus de Police de caractères dans le répertoire " +"nggallery/fonts" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:694 +msgid "Color" +msgstr "Couleur" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:696 +msgid "(hex w/o #)" +msgstr "(hex w/o #)" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:699 +msgid "Text" +msgstr "Texte" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:703 +msgid "Opaque" +msgstr "Opaque" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:724 +msgid "Default size (W x H)" +msgstr "Dimensions par défaut (L x H)" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:729 +msgid "Duration time" +msgstr "Durée" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:730 +msgid "sec." +msgstr "sec." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:733 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:810 +msgid "Transition / Fade effect" +msgstr "Transition / effet de fondu" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:736 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:813 +msgid "fade" +msgstr "fondu" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:737 +msgid "blindX" +msgstr "blindX" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:738 +msgid "cover" +msgstr "couverture" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:739 +msgid "scrollUp" +msgstr "Défilement vers le haut" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:740 +msgid "scrollDown" +msgstr "Défilement vers le bas" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:741 +msgid "shuffle" +msgstr "shuffle" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:742 +msgid "toss" +msgstr "Pile ou face" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:743 +msgid "wipe" +msgstr "écrasement" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:745 +msgid "See here for more information about the effects :" +msgstr "Consulter ici pour obtenir plus d'information sue les effets:" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:749 +msgid "Settings for the JW Image Rotator" +msgstr "Pramaètres du JW Image Rotator" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:758 +msgid "" +"The path to JW Image Rotator is not defined, the slideshow will not work." +msgstr "" +"Le chemin vers le JW Image Rotator n'est pas défini. Le diaporama ne " +"fonctionnera pas." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:770 +msgid "Path to the JW Image Rotator (URL)" +msgstr "Chemin vers l'outil JW Image Rotator (URL)" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:773 +msgid "Search now" +msgstr "Rechercher mantenant" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:774 +msgid "Press the button below to search for the JW Image Rotator" +msgstr "" +"Cliquez sur le bouton ci-dessous pour lancer une recherche du JW Image " +"Rotator" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:778 +msgid "Shuffle mode" +msgstr "Mode schuffle" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:796 +msgid "You can change the logo at the watermark settings" +msgstr "Vous pourrez changer le logo dans le paramétrage du filigrane" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:802 +msgid "true" +msgstr "vrai" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:803 +msgid "false" +msgstr "faux" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:804 +msgid "fit" +msgstr "Correspond" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:805 +msgid "none" +msgstr "aucun" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:814 +msgid "bgfade" +msgstr "bgfade" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:815 +msgid "slowfade" +msgstr "Fondu lent" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:816 +msgid "circles" +msgstr "cercles" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:817 +msgid "bubbles" +msgstr "bulles" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:818 +msgid "blocks" +msgstr "blocks" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:819 +msgid "fluids" +msgstr "fluides" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:820 +msgid "flash" +msgstr "flash" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:821 +msgid "lines" +msgstr "lignes" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:831 +msgid "Background Color" +msgstr "Couleur d'arrière plan" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:836 +msgid "Texts / Buttons Color" +msgstr "Couleur des Textes ou des Boutons" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:841 +msgid "Rollover / Active Color" +msgstr "Couleur active au passage de la souris" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:846 +msgid "Screen Color" +msgstr "Couleur de l'écran" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:851 +msgid "Background music (URL)" +msgstr "Musique d'arrière pla (URL)" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:855 +msgid "Try XHTML validation (with CDATA)" +msgstr "Essayer une validation XHTML (avec CDATA)" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:857 +msgid "" +"Important : Could causes problem at some browser. Please recheck your page." +msgstr "" +"Attention: XHTML en erreur pourrait poser des problèmes à quelques " +"navigateurs. Merci de vérifier votre page." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/showmeta.php:29 +msgid "Meta Data" +msgstr "Meta Données" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/showmeta.php:34 +#: products/photocrati_nextgen/modules/ngglegacy/admin/showmeta.php:60 +#: products/photocrati_nextgen/modules/ngglegacy/admin/showmeta.php:85 +#: products/photocrati_nextgen/modules/ngglegacy/admin/showmeta.php:109 +msgid "Tag" +msgstr "Mot-Clé" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/showmeta.php:35 +#: products/photocrati_nextgen/modules/ngglegacy/admin/showmeta.php:61 +#: products/photocrati_nextgen/modules/ngglegacy/admin/showmeta.php:86 +#: products/photocrati_nextgen/modules/ngglegacy/admin/showmeta.php:110 +msgid "Value" +msgstr "Valeur" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/showmeta.php:49 +msgid "No meta data saved" +msgstr "Aucune meta donnée sauvegardée" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/showmeta.php:55 +msgid "EXIF Data" +msgstr "Données EXIF" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/showmeta.php:74 +msgid "No exif data" +msgstr "Pas de données EXIF" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/showmeta.php:81 +msgid "IPTC Data" +msgstr "Données IPTC" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/showmeta.php:105 +msgid "XMP Data" +msgstr "Données XMP" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/style.php:11 +msgid "(From the theme folder)" +msgstr "(Depuis le répertoire du thème)" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/style.php:43 +msgid "You do not have sufficient permissions to edit templates for this blog." +msgstr "" +"Vous n'avez pas les droits d'accès pour vous permettre de modifier les " +"\"templates\" pour ce blog" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/style.php:52 +msgid "CSS file successfully updated" +msgstr "Fichier CSS mis à jour avec succès" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/style.php:91 +msgid "Activate and use style sheet:" +msgstr "Activer et mettre en oeuvre la feuille de style:" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/style.php:111 +msgid "Activate" +msgstr "Activer" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/style.php:121 +#, php-format +msgid "Editing %s" +msgstr "%s En cours de modification" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/style.php:123 +#, php-format +msgid "Browsing %s" +msgstr "Parcourir %s" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/style.php:133 +msgid "Version" +msgstr "Version" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/style.php:136 +msgid "" +"Tip : Copy your stylesheet (nggallery.css) to your theme folder, so it will " +"be not lost during a upgrade" +msgstr "" +"Truc: Copiez la feuille de style (nggallery.css) dans le répertoire de votre " +"thème pour éviter de la perdre lors des mises à jour." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/style.php:138 +msgid "" +"Your theme contain a NextGEN Gallery stylesheet (nggallery.css), this file " +"will be used" +msgstr "" +"Votre thème contient une feuille de style pour NextGEN Gallery, il sera mis " +"en oeuvre" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/style.php:140 +msgid "" +"Tip No. 2: Use the color picker below to help you find the right color " +"scheme for your gallery!" +msgstr "" +"Truc n°. 2: Utilisez l'outil de sélection de couleur ci-dessous pour vous " +"aider à trouver le bon set de couleurs pour votre galerie !" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/style.php:156 +msgid "Update File" +msgstr "Mettre à jour le fichier" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/style.php:159 +msgid "If this file were writable you could edit it." +msgstr "Si ce fichier était accessible en écriture, vous pourriez le modifier." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/style.php:164 +msgid "Oops, no such file exists! Double check the name and try again, merci." +msgstr "Oops, ce fichier n'existe pas ! Vérifiez le nom et réessayez, merci." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:41 +msgid "Most popular" +msgstr "Les plus populaires" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:42 +msgid "Least used" +msgstr "Les moins utilisés" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:43 +msgid "Alphabetical" +msgstr "Alphabétique" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:100 +msgid "Manage image tags" +msgstr "Gestion les mots-clés" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:112 +msgid "Existing Tags" +msgstr "Etiquettes existantes" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:116 +msgid "Search tags" +msgstr "Chercher dans les mots-clés" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:120 +msgid "Go" +msgstr "Chercher" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:125 +msgid "Sort Order:" +msgstr "Sens du Tri:" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:160 +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:164 +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:177 +msgid "Previous tags" +msgstr "Mots-clés précédents" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:173 +msgid "Next tags" +msgstr "Etiquettes suivantes" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:185 +msgid "Rename Tag" +msgstr "Changer le mot-clé" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:193 +msgid "" +"Enter the tag to rename and its new value. You can use this feature to " +"merge tags too. Click \"Rename\" and all posts which use this tag will be " +"updated." +msgstr "" +"Saisissez le mot-clé à renommer ainsi que sa nouvelle valeur. Vous pouvez " +"aussi utiliser cette fonctionnalité pour fusionner des mots-clés. Cliquez " +"sur \"Changer le nom\" et tous les articles qui utilisent ce mot-clé seront " +"mis à jour." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:194 +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:242 +msgid "You can specify multiple tags to rename by separating them with commas." +msgstr "" +"Vous pouvez spécifier plusieurs mots-clés à renommer en les séparant par des " +"virgules." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:198 +msgid "Tag(s) to rename:" +msgstr "Mot(s)-Clé(s) à modifier:" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:202 +msgid "New tag name(s):" +msgstr "Nom(s) des nouveau(x) mot(s)-clé(s)" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:205 +msgid "Rename" +msgstr "Changer le nom" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:211 +msgid "Delete Tag" +msgstr "Effacer les mots-clés" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:219 +msgid "" +"Enter the name of the tag to delete. This tag will be removed from all " +"posts." +msgstr "" +"Entrer le nom du mot-clé à supprimer. Il sera suprimé de tous les articles." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:220 +msgid "You can specify multiple tags to delete by separating them with commas" +msgstr "" +"Vous pouvez spécifier plusieurs mots-clés à supprimer en les séparant par " +"des virgules." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:224 +msgid "Tag(s) to delete:" +msgstr "Mot(s)-Clé(s) à supprimer:" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:233 +msgid "Edit Tag Slug" +msgstr "Modifier le label du mot-clé" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:241 +msgid "" +"Enter the tag name to edit and its new slug. This will be used in tagcloud " +"links. Slug definition" +msgstr "" +"Saisissez le nom du mot-clé à modifier et son nouveau label. Il sera utilisé " +"comme lien dans le nuage de mots-clés. Définition du label (court)" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:246 +msgid "Tag(s) to match:" +msgstr "Mots(s)-clé(s) à retrouver:" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:250 +msgid "Slug(s) to set:" +msgstr "Label(s) à ajouter : " + +#: products/photocrati_nextgen/modules/ngglegacy/admin/templates/manage_gallery/gallery_create_page_field.php:3 +msgid "Main Page (no parent)" +msgstr "Page Principale (sans parent)" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/templates/manage_gallery/gallery_create_page_field.php:10 +msgid "Add page" +msgstr "Ajouter une page" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/templates/manage_gallery/gallery_link_to_page_field.php:3 +msgid "Not linked" +msgstr "Non lié" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/thumbnails-template.php:103 +msgid "These are maximum values" +msgstr "Il s'agit des valeurs maximales" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/upgrade.php:61 +msgid "" +"Some folders/files could not renamed, please recheck the permission and " +"rescan the folder in the manage gallery section." +msgstr "" +"Les noms de quelques fichiers/répertoires n'ont pas pu être changés. " +"Vérifiez les droits d'accès et demander de reparcourir le répertoire dans la " +"section Gérer les Galeries du menu." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/upgrade.php:63 +msgid "Rename failed" +msgstr "Le Changement de nom a échoué" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/upgrade.php:159 +#: products/photocrati_nextgen/modules/ngglegacy/admin/upgrade.php:178 +msgid "Upgrade NextGEN Gallery" +msgstr "Mettre à jour NextGEN Gallery" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/upgrade.php:160 +msgid "The script detect that you upgrade from a older version." +msgstr "" +"Le script a détécté que vous avez procédé à une mise à jour à partir d'une " +"version précédente." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/upgrade.php:161 +msgid "" +"Your database tables for NextGEN Gallery is out-of-date, and must be " +"upgraded before you can continue." +msgstr "" +"Les tables de votre base de données relatives à NextGEN Gallery sont " +"périmées, elles doivent être mises à jour avant de continuer." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/upgrade.php:162 +msgid "" +"If you would like to downgrade later, please make first a complete backup of " +"your database and the images." +msgstr "" +"Si vous voulez revenir en arrière plus tard, merci de faire au préalable une " +"sauvegarde complète de votre base de données et des images." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/upgrade.php:163 +msgid "The upgrade process may take a while, so please be patient." +msgstr "La mise à jour peut prendre un certain temps, aussi soyez patient." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/upgrade.php:164 +msgid "Start upgrade now" +msgstr "Lancer la mise à jour" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/upgrade.php:180 +msgid "Upgrade finished..." +msgstr "Mise à jour terminée..." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/upgrade.php:181 +msgid "Continue" +msgstr "Continuer" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:33 +msgid "Update successfully" +msgstr "Correctement Mis à jour " + +#: products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:48 +msgid "Network Options" +msgstr "Options de réseau" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:56 +msgid "" +"This is the default path for all blogs. With the placeholder %BLOG_ID% you " +"can organize the folder structure better." +msgstr "" +"Il s'agit du chemin par défaut pour tous les blogs. Avec le paramètre " +"générique %BLOG_ID% vous pouvez obtenir une meilleure structure pour " +"l'arborescence." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:57 +#, php-format +msgid "The default setting should be %s" +msgstr "Le paramétrage par défaut devrait être %s" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:61 +msgid "Enable upload quota check" +msgstr "Mettre en oeuvre le controle de quota sur le téléchargement" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:63 +msgid "Should work if the gallery is bellow the blog.dir" +msgstr "Nest effectif que si la galeire est sous le répertoire du blog" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:67 +msgid "Enable zip upload option" +msgstr "Autoriser la possibilité de télécharger des fichiers zip" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:69 +msgid "Allow users to upload zip folders." +msgstr "Autorise les utilisateurs à télécharger des fichiers zip" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:73 +msgid "Enable import function" +msgstr "Autoriser la fonction d'import" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:75 +msgid "Allow users to import images folders from the server." +msgstr "" +"Autorise les utilisateurs à importer es répertoires d'images depuis le " +"serveur" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:79 +msgid "Enable style selection" +msgstr "Autoriser le changement de style" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:81 +msgid "Allow users to choose a style for the gallery." +msgstr "Autorise les utilisateurs à choisir un style pour la galerie" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:85 +msgid "Enable roles/capabilities" +msgstr "Autoriser roles/possibilités" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:87 +msgid "Allow users to change the roles for other blog authors." +msgstr "" +"Autorise les utilisateurs à changer les rôles d'autres auteurs sur le blog" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:91 +msgid "Default style" +msgstr "Style par défaut" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:108 +msgid "Choose the default style for the galleries." +msgstr "Choisir le style par défaut des galeries." + +#: products/photocrati_nextgen/modules/ngglegacy/lib/core.php:410 +#, php-format +msgid "" +"Note : Based on your server memory limit you should not upload larger images " +"then %d x %d pixel" +msgstr "" +"Note: au regard des limites en mémoire de votre serveur, vous ne devriez pas " +"télécharger d'image ayant une taille supérieure à %d x %d " +"pixel" + +#: products/photocrati_nextgen/modules/ngglegacy/lib/ngg-db.php:337 +#: products/photocrati_nextgen/modules/ngglegacy/lib/ngg-db.php:338 +msgid "Album overview" +msgstr "Vue d'ensemble de l'Album" + +#: products/photocrati_nextgen/modules/ngglegacy/lib/post-thumbnail.php:68 +#: products/photocrati_nextgen/modules/ngglegacy/lib/post-thumbnail.php:70 +msgid "Set NextGEN featured image" +msgstr "Mettre une image NextGEN à la Une" + +#: products/photocrati_nextgen/modules/ngglegacy/lib/post-thumbnail.php:328 +#: products/photocrati_nextgen/modules/ngglegacy/lib/post-thumbnail.php:329 +msgid "Set featured image" +msgstr "Mettre une Image à la Une" + +#: products/photocrati_nextgen/modules/ngglegacy/lib/post-thumbnail.php:356 +msgid "Remove featured image" +msgstr "Supprimer la vignette" + +#: products/photocrati_nextgen/modules/ngglegacy/lib/rewrite.php:223 +msgid "Album" +msgid_plural "Albums" +msgstr[0] "Album" +msgstr[1] "Albums" + +#: products/photocrati_nextgen/modules/ngglegacy/lib/tags.php:35 +msgid "No new tag specified!" +msgstr "Pas de nouveau mot-clé spécifié" + +#: products/photocrati_nextgen/modules/ngglegacy/lib/tags.php:50 +msgid "No new/old valid tag specified!" +msgstr "Pas de nouveau/ancien mots-clés valide spécifié!" + +#: products/photocrati_nextgen/modules/ngglegacy/lib/tags.php:86 +msgid "No tag renamed." +msgstr "Aucun mot-clé n'a été changé" + +#: products/photocrati_nextgen/modules/ngglegacy/lib/tags.php:88 +#, php-format +msgid "Renamed tag(s) «%1$s» to «%2$s»" +msgstr "" +"Les noms des Mot(s)-Clé(s) ont été changés de «%1$s» à «" +"%2$s»" + +#: products/photocrati_nextgen/modules/ngglegacy/lib/tags.php:95 +msgid "No valid new tag." +msgstr "Nouveau mot-clé invalide." + +#: products/photocrati_nextgen/modules/ngglegacy/lib/tags.php:112 +msgid "No objects (post/page) found for specified old tags." +msgstr "" +"aucun objet (article ou page) n'a été trouvé correspondant à ces anciens " +"mots-clés" + +#: products/photocrati_nextgen/modules/ngglegacy/lib/tags.php:141 +msgid "No tag merged." +msgstr "Aucun mot-clé fusionné" + +#: products/photocrati_nextgen/modules/ngglegacy/lib/tags.php:143 +#, php-format +msgid "" +"Merge tag(s) «%1$s» to «%2$s». %3$s objects edited." +msgstr "" +"Fusionner les mot(s)-clés(s) «%1$s» avec «%2$s». " +"%3$s objets modifiés." + +#: products/photocrati_nextgen/modules/ngglegacy/lib/tags.php:146 +msgid "Error. Not enough tags provided to rename or merge." +msgstr "" +"Erreur. Les mots-clés à renommer ou à fusionner ne sont pas assez nombreux." + +#: products/photocrati_nextgen/modules/ngglegacy/lib/tags.php:165 +msgid "No tag specified!" +msgstr "Aucun mot-clé spécifié!" + +#: products/photocrati_nextgen/modules/ngglegacy/lib/tags.php:188 +msgid "No tag deleted." +msgstr "Aucun mot-clé n'a été supprimé" + +#: products/photocrati_nextgen/modules/ngglegacy/lib/tags.php:190 +#, php-format +msgid "%1s tag(s) deleted." +msgstr "%1s tag(s) supprimé(s)." + +#: products/photocrati_nextgen/modules/ngglegacy/lib/tags.php:206 +msgid "No new slug(s) specified!" +msgstr "Pas de nouveau(x) label(s) spécifié(s)!" + +#: products/photocrati_nextgen/modules/ngglegacy/lib/tags.php:218 +msgid "Tags number and slugs number isn't the same!" +msgstr "Le nombre de mots-clés et celui des labels sont différents !" + +#: products/photocrati_nextgen/modules/ngglegacy/lib/tags.php:245 +msgid "No slug edited." +msgstr "Aucun label édité." + +#: products/photocrati_nextgen/modules/ngglegacy/lib/tags.php:247 +#, php-format +msgid "%s slug(s) edited." +msgstr "%s label(s) modifié(s)." + +#: products/photocrati_nextgen/modules/ngglegacy/nggallery.php:64 +msgid "" +"Translation by : See here" +msgstr "" +"Tarduction par : Voir ici" + +#: products/photocrati_nextgen/modules/ngglegacy/nggallery.php:65 +msgid "" +"This translation is not yet updated for Version 1.9.0. If " +"you would like to help with translation, download the current po from the " +"plugin folder and read here how you can translate the plugin." +msgstr "" +"This translation is not yet updated for Version 1.9.0. If " +"you would like to help with translation, download the current po from the " +"plugin folder and read here how you can translate the plugin." + +#: products/photocrati_nextgen/modules/ngglegacy/nggallery.php:158 +msgid "" +"Sorry, NextGEN Gallery works only with a Memory Limit of 16 MB or higher" +msgstr "" +"Désolé, mais NextGEN Gallery ne peut fonctionner que si la Limite Mémoire " +"est au moins égale à 16MOctets." + +#: products/photocrati_nextgen/modules/ngglegacy/nggallery.php:184 +msgid "Picture tag" +msgstr "Mot-Clé de l'image" + +#: products/photocrati_nextgen/modules/ngglegacy/nggallery.php:185 +msgid "Picture tag: %2$l." +msgstr "Mot(s)-clé(s) de l'image: %2$l." + +#: products/photocrati_nextgen/modules/ngglegacy/nggallery.php:186 +msgid "Separate picture tags with commas." +msgstr "Séparez les mot(s)-clé(s) de l'image par des virgules" + +#: products/photocrati_nextgen/modules/ngglegacy/nggallery.php:324 +msgid "Get help" +msgstr "Obtenir de l'aide" + +#: products/photocrati_nextgen/modules/ngglegacy/nggallery.php:325 +msgid "Contribute" +msgstr "Contribuer" + +#: products/photocrati_nextgen/modules/ngglegacy/nggfunctions.php:29 +msgid "[Gallery not found]" +msgstr "[Galerie pas trouvée]" + +#: products/photocrati_nextgen/modules/ngglegacy/nggfunctions.php:163 +msgid "Related images for" +msgstr "Images liées à " + +#: products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser-exif.php:38 +msgid "Meta data" +msgstr "Meta données" + +#: products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser-exif.php:42 +msgid "Camera / Type" +msgstr "Appareil / Type" + +#: products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser-exif.php:50 +msgid "Focal Length" +msgstr "Longueur Focale" + +#: products/photocrati_nextgen/modules/ngglegacy/xml/media-rss.php:50 +msgid "No galleries have been yet created." +msgstr "aucune galerie n'a été créée jusqu'à présent." + +#: products/photocrati_nextgen/modules/ngglegacy/xml/media-rss.php:69 +#, php-format +msgid "The gallery ID=%s does not exist." +msgstr "La galerie ID=%s n'existe pas." + +#: products/photocrati_nextgen/modules/ngglegacy/xml/media-rss.php:100 +msgid "No album ID has been provided as parameter" +msgstr "Aucun identifiant d'album n'a été configuré dans les paramètres" + +#: products/photocrati_nextgen/modules/ngglegacy/xml/media-rss.php:108 +#, php-format +msgid "The album ID=%s does not exist." +msgstr "L'album d'ID=%s n'existe pas." + +#: products/photocrati_nextgen/modules/ngglegacy/xml/media-rss.php:115 +msgid "Invalid MediaRSS command" +msgstr "Commande MediaRSS invalide" + +msgid "NextGEN Basic Compact Album" +msgstr "Album Compact de base NextGEN" + +msgid "NextGEN Basic Extended Album" +msgstr "Album étendu de base NextGEN" + +msgid "NextGEN Basic Thumbnails" +msgstr "Vignettes de Base NextGEN" + +msgid "NextGEN Basic Slideshow" +msgstr "Diaporama de base NextGEN" + +msgid "NextGEN Basic ImageBrowser" +msgstr "Affichage dans l'outil de visualisation d'images de base NextGEN" + +msgid "NextGEN Basic Singlepic" +msgstr "Image Unique de base NextGEN" + +msgid "NextGEN Basic Tagcloud" +msgstr "Nuage de mots-clés de base NextGEN" diff --git a/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/i18n/lang/nggallery-hu_HU.mo b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/i18n/lang/nggallery-hu_HU.mo new file mode 100644 index 0000000000000000000000000000000000000000..d86809fc9a17daf5435cd49926eddbe37afa6f3d GIT binary patch literal 79364 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

      t*C20s*1~=CMPA?{NSe1&mp^d-_JdjU2 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 H&es0{x&h`t literal 0 HcmV?d00001 diff --git a/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/i18n/lang/nggallery-hu_HU.po b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/i18n/lang/nggallery-hu_HU.po new file mode 100644 index 0000000..c9b7329 --- /dev/null +++ b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/i18n/lang/nggallery-hu_HU.po @@ -0,0 +1,4279 @@ +msgid "" +msgstr "" +"Project-Id-Version: NextGEN Galéria magyar fordítás\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2014-02-20 19:45-0800\n" +"PO-Revision-Date: 2014-05-05 15:04+0100\n" +"Last-Translator: Varanka Zoltán \n" +"Language-Team: Novoportal \n" +"Language: hu_HU\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Poedit-KeywordsList: __;_e;__ngettext:1,2\n" +"X-Poedit-Basepath: .\n" +"X-Poedit-SourceCharset: UTF-8\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: Poedit 1.5.4\n" +"X-Poedit-SearchPath-0: .\n" +"X-Poedit-SearchPath-1: ..\n" + +#: nggallery.php:290 +#, php-format +msgid "Every %d seconds" +msgstr "Minden %d másodpercben" + +#: products/photocrati_nextgen/modules/attach_to_post/adapter.attach_to_post_ajax.php:157 +#, php-format +msgid "Album: %s" +msgstr "Album: %s" + +#: products/photocrati_nextgen/modules/attach_to_post/adapter.attach_to_post_ajax.php:159 +#, php-format +msgid "Gallery: %s" +msgstr "Galéria: %s" + +#: products/photocrati_nextgen/modules/attach_to_post/adapter.attach_to_post_ajax.php:177 +msgid "Missing parameters" +msgstr "Hiányzó paraméterek" + +#: products/photocrati_nextgen/modules/attach_to_post/adapter.attach_to_post_ajax.php:213 +msgid "Displayed gallery does not exist" +msgstr "A megjelenített galéria nem létezik." + +#: products/photocrati_nextgen/modules/attach_to_post/adapter.attach_to_post_ajax.php:216 +msgid "Invalid request" +msgstr "Érvénytelen lekérdezés" + +#: products/photocrati_nextgen/modules/attach_to_post/class.attach_controller.php:248 +msgid "NextGEN Gallery - Attach To Post" +msgstr "NextGEN Gallery - Csatolás bejegyzéshez" + +#: products/photocrati_nextgen/modules/attach_to_post/class.attach_controller.php:266 +msgid "Display Galleries" +msgstr "Galériák megjelenítése" + +#: products/photocrati_nextgen/modules/attach_to_post/class.attach_controller.php:273 +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/adapter.nextgen_addgallery_controller.php:7 +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:192 +msgid "Add Gallery / Images" +msgstr "Új galéria / képek" + +#: products/photocrati_nextgen/modules/attach_to_post/class.attach_controller.php:280 +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:160 +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:194 +msgid "Manage Galleries" +msgid_plural "Manage Galleries" +msgstr[0] "Galériák kezelése" +msgstr[1] "Galériák kezelése" + +#: products/photocrati_nextgen/modules/attach_to_post/class.attach_controller.php:287 +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:404 +msgid "Manage Albums" +msgid_plural "Manage Albums" +msgstr[0] "Albumok kezelése" +msgstr[1] "Albumok kezelése" + +#: products/photocrati_nextgen/modules/attach_to_post/class.attach_controller.php:294 +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:162 +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:198 +msgid "Manage Tags" +msgstr "Címkék kezelése" + +#: products/photocrati_nextgen/modules/attach_to_post/mixin.attach_to_post_display_tab.php:115 +msgid "What would you like to display?" +msgstr "Megjelenítendő" + +#: products/photocrati_nextgen/modules/attach_to_post/mixin.attach_to_post_display_tab.php:139 +msgid "Select a display type" +msgstr "Megjelenítési típus kiválasztása" + +#: products/photocrati_nextgen/modules/attach_to_post/mixin.attach_to_post_display_tab.php:162 +msgid "Customize the display settings" +msgstr "Megjelenítési beállítások testreszabása" + +#: products/photocrati_nextgen/modules/attach_to_post/mixin.attach_to_post_display_tab.php:253 +msgid "No display type selected" +msgstr "Nincs megjelenítési típus kiválasztva." + +#: products/photocrati_nextgen/modules/attach_to_post/mixin.attach_to_post_display_tab.php:271 +msgid "Sort or Exclude Images" +msgstr "Képek rendezése vagy kizárása" + +#: products/photocrati_nextgen/modules/attach_to_post/module.attach_to_post.php:186 +msgid "Invalid Displayed Gallery" +msgstr "A megjelenített galéria érvénytelen." + +#: products/photocrati_nextgen/modules/attach_to_post/templates/display_tab.php:10 +#: products/photocrati_nextgen/modules/nextgen_admin/templates/nextgen_admin_page.php:25 +msgid "Save" +msgstr "Mentés" + +#: products/photocrati_nextgen/modules/attach_to_post/templates/display_tab_js.php:612 +msgid "Sources" +msgstr "Források" + +#: products/photocrati_nextgen/modules/attach_to_post/templates/display_tab_js.php:646 +#: products/photocrati_nextgen/modules/nextgen_admin/class.form.php:362 +msgid "(optional)" +msgstr "(opcionális)" + +#: products/photocrati_nextgen/modules/attach_to_post/templates/display_tab_js.php:654 +msgid "" +"Sets an SEO-friendly name to this gallery for URLs. Currently only in use by " +"the Pro Lightbox." +msgstr "" +"Keresőbarát név beállítása a galéria webcíméhez. Jelenleg csak a Pro " +"Lightbox bővítményben kerül használatra." + +#: products/photocrati_nextgen/modules/attach_to_post/templates/display_tab_js.php:655 +msgid "Slug" +msgstr "Keresőbarát útvonalrész" + +#: products/photocrati_nextgen/modules/attach_to_post/templates/display_tab_js.php:860 +msgid "No entities to display for this source." +msgstr "Nincs megjelenítendő elem ehhez a forráshoz." + +#: products/photocrati_nextgen/modules/attach_to_post/templates/display_tab_js.php:1264 +msgid "Select a gallery" +msgstr "Galéria kiválasztása" + +#: products/photocrati_nextgen/modules/attach_to_post/templates/display_tab_js.php:1292 +msgid "Albums" +msgstr "Albumok" + +#: products/photocrati_nextgen/modules/lightbox/adapter.lightbox_library_form.php:34 +msgid "Code" +msgstr "Kód" + +#: products/photocrati_nextgen/modules/lightbox/adapter.lightbox_library_form.php:48 +msgid "Stylesheet URL" +msgstr "Stíluslap webcím" + +#: products/photocrati_nextgen/modules/lightbox/adapter.lightbox_library_form.php:62 +msgid "Javascript URL" +msgstr "Javascript webcím" + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/adapter.import_folder_form.php:7 +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/templates/import_folder.php:6 +msgid "Import Folder" +msgstr "Importálási könyvtár" + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/adapter.nextgen_addgallery_ajax.php:41 +msgid "No gallery name specified" +msgstr "Nincs megadva a galéria neve." + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/adapter.nextgen_addgallery_ajax.php:55 +msgid "Failed to extract images from ZIP" +msgstr "Meghiúsult a képek kibontása a ZIP archívumból." + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/adapter.nextgen_addgallery_ajax.php:61 +msgid "Image generation failed" +msgstr "Meghiúsult a kép generálása." + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/adapter.nextgen_addgallery_ajax.php:70 +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/adapter.nextgen_addgallery_ajax.php:150 +msgid "An unexpected error occured." +msgstr "Váratlan hiba történt." + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/adapter.nextgen_addgallery_ajax.php:77 +msgid "" +"No permissions to upload images. Try refreshing the page or ensuring that " +"your user account has sufficient roles/privileges." +msgstr "" +"Nincs jogosultság a képek feltöltésére. Frissítsük az oldalt vagy " +"ellenőrizzük, hogy a felhasználónak elegendő szerepe/jogosultsága van." + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/adapter.nextgen_addgallery_ajax.php:117 +msgid "Directory does not exist." +msgstr "A könyvtár nem létezik." + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/adapter.nextgen_addgallery_ajax.php:121 +msgid "No directory specified." +msgstr "Nem lett megadva a könyvtár." + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/adapter.nextgen_addgallery_ajax.php:125 +msgid "" +"No permissions to browse folders. Try refreshing the page or ensuring that " +"your user account has sufficient roles/privileges." +msgstr "" +"Nincs jogosultság a könyvtárak tallózására. Frissítsük az oldalt vagy " +"ellenőrizzük, hogy a felhasználónak elegendő szerepe/jogosultsága van." + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/adapter.nextgen_addgallery_ajax.php:155 +msgid "No folder specified" +msgstr "Nem lett megadva a könyvtár." + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/adapter.nextgen_addgallery_ajax.php:159 +msgid "" +"No permissions to import folders. Try refreshing the page or ensuring that " +"your user account has sufficient roles/privileges." +msgstr "" +"Nincs jogosultság a könyvtárak importálására. Frissítsük az oldalt vagy " +"ellenőrizzük, hogy a felhasználónak elegendő szerepe/jogosultsága van." + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/adapter.upload_images_form.php:7 +msgid "Upload Images" +msgstr "Képek feltöltése" + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/templates/import_folder.php:1 +msgid "" +"Select a folder to import. The folder name will be used as the title of the " +"gallery." +msgstr "Válasszunk importálandó könyvtárat. A könyvtárnév lesz a galéria címe." + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/templates/import_folder.php:5 +msgid "Keep images in original location." +msgstr "Képek megtartása az eredeti helyen." + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/templates/import_folder.php:5 +msgid "" +"Caution: If you keep images in the original folder and later delete the " +"gallery, the images in that folder might be deleted depending on your " +"settings." +msgstr "" +"Figyelem: Ha a képeket az eredeti könyvtárban tartjuk és később töröljük a " +"galériát, a beállításoktól függően törölhetők a képek." + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/templates/import_folder.php:39 +msgid "Importing gallery" +msgstr "Galéria importálása" + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/templates/import_folder.php:41 +msgid "In Progress..." +msgstr "Feldolgozás alatt..." + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/templates/import_folder.php:56 +#, php-format +msgid "Done! Successfully imported %s images" +msgstr "Kész. %s kép sikeresen importálásra került." + +#: products/photocrati_nextgen/modules/attach_to_post/templates/display_tab_js.php:1268 +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/templates/upload_images.php:2 +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:189 +#: products/photocrati_nextgen/modules/ngglegacy/lib/rewrite.php:217 +#: products/photocrati_nextgen/modules/ngglegacy/lib/rewrite.php:226 +msgid "Gallery" +msgid_plural "Galleries" +msgstr[0] "Galéria" +msgstr[1] "Galéria" + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/templates/upload_images.php:4 +msgid "Create a new gallery" +msgstr "Új galéria létrehozása" + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/templates/upload_images.php:13 +msgid "You browser doesn't have Flash, Silverlight, HTML5, or HTML4 support." +msgstr "A böngészőnek nincs Flash, Silverlight, HTML5 vagy HTML4 támogatása." + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/templates/upload_images.php:99 +msgid "Drag image and ZIP files here or click Add Files" +msgstr "" +"Vonszoljuk a képeket vagy a ZIP fájlokat ide vagy kattintsunk a " +"Fájlok hozzáadása lehetőségre." + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/templates/upload_images.php:149 +#, php-format +msgid "%s images were uploaded successfully" +msgstr "%s kép sikeresen feltöltésre került." + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/templates/upload_images.php:152 +msgid "1 image was uploaded successfully" +msgstr "1 kép sikeresen feltöltésre került." + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/templates/upload_images.php:155 +msgid "0 images were uploaded" +msgstr "Nem lett feltöltve kép." + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/templates/upload_images.php:169 +msgid "Upload complete" +msgstr "A feltöltés befejeződött." + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/templates/upload_images.php:191 +msgid "" +"An unexpected error occured. This is most likely due to a server " +"misconfiguration. Check your PHP error log or ask your hosting provider for " +"assistance." +msgstr "" +"Váratlan hiba történt. Ez valószínűleg a szerver rossz konfigurációja miatt " +"történt. Ellenőrizzük a PHP hibanaplót vagy forduljunk segítségért a " +"kiszolgáló üzemeltetőjéhez." + +#: products/photocrati_nextgen/modules/nextgen_admin/class.form.php:226 +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_thumbnail_form.php:167 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:537 +msgid "Enable AJAX pagination" +msgstr "AJAX lapozás engedélyezése" + +#: products/photocrati_nextgen/modules/nextgen_admin/class.form.php:238 +msgid "Override thumbnail settings" +msgstr "Bélyegkép beállítások felülbírálása" + +#: products/photocrati_nextgen/modules/nextgen_admin/class.form.php:240 +msgid "" +"This does not affect existing thumbnails; overriding the thumbnail settings " +"will create an additional set of thumbnails. To change the size of existing " +"thumbnails please visit 'Manage Galleries' and choose 'Create new " +"thumbnails' for all images in the gallery." +msgstr "" +"Ez nem érinti a már létező bélyegképeket. Felülbírálva a bélyegkép " +"beállításokat kiegészítő bélyegképek jönnek létre. A már létező bélyegképek " +"méretének megváltoztatását a 'Galériák kezelése' oldalon az 'Új bélyegképek " +"készítése' lehetőségnél lehet kezdeményezni a galéria képeihez." + +#: products/photocrati_nextgen/modules/nextgen_admin/class.form.php:248 +#: products/photocrati_nextgen/modules/nextgen_basic_singlepic/adapter.nextgen_basic_singlepic_form.php:37 +msgid "Thumbnail dimensions" +msgstr "Bélyegkép méretek" + +#: products/photocrati_nextgen/modules/nextgen_admin/class.form.php:262 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:431 +msgid "Thumbnail quality" +msgstr "Bélyegképek minősége" + +#: products/photocrati_nextgen/modules/nextgen_admin/class.form.php:272 +msgid "Thumbnail crop" +msgstr "Bélyegkép vágás" + +#: products/photocrati_nextgen/modules/nextgen_admin/class.form.php:281 +msgid "Thumbnail watermark" +msgstr "Bélyegkép vízjel" + +#: products/photocrati_nextgen/modules/nextgen_admin/class.form.php:306 +msgid "Override image settings" +msgstr "Képbeállítások felülbírálása" + +#: products/photocrati_nextgen/modules/nextgen_admin/class.form.php:308 +msgid "Overriding the image settings will create an additional set of images" +msgstr "Felülbírálva a kép beállításokat kiegészítő képek jönnek létre." + +#: products/photocrati_nextgen/modules/nextgen_admin/class.form.php:316 +#: products/photocrati_nextgen/modules/nextgen_basic_singlepic/adapter.nextgen_basic_singlepic_form.php:66 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:456 +msgid "Image quality" +msgstr "Képminőség" + +#: products/photocrati_nextgen/modules/nextgen_admin/class.form.php:326 +msgid "Image crop" +msgstr "Kép vágás" + +#: products/photocrati_nextgen/modules/nextgen_admin/class.form.php:335 +msgid "Image watermark" +msgstr "Kép vízjel" + +#: products/photocrati_nextgen/modules/nextgen_admin/class.form.php:359 +msgid "Gallery width" +msgstr "Galéria szélesség" + +#: products/photocrati_nextgen/modules/nextgen_admin/class.form.php:361 +msgid "An empty or 0 setting will make the gallery full width" +msgstr "Üres vagy 0 esetén a galéria teljes szélességben jelenik meg." + +#: products/photocrati_nextgen/modules/nextgen_admin/class.form.php:365 +msgid "Pixels" +msgstr "pixel" + +#: products/photocrati_nextgen/modules/nextgen_admin/class.form.php:365 +msgid "Percent" +msgstr "Százalék" + +#: products/photocrati_nextgen/modules/nextgen_admin/class.form.php:374 +msgid "First Image" +msgstr "Első kép" + +#: products/photocrati_nextgen/modules/nextgen_admin/class.form.php:375 +msgid "Average" +msgstr "Átlag" + +#: products/photocrati_nextgen/modules/nextgen_admin/class.nextgen_admin_page_controller.php:100 +msgid "Clear" +msgstr "Ürítés" + +#: products/photocrati_nextgen/modules/nextgen_admin/class.nextgen_admin_page_controller.php:101 +msgid "Default" +msgstr "Alapértelmezett" + +#: products/photocrati_nextgen/modules/nextgen_admin/class.nextgen_admin_page_controller.php:102 +msgid "Select Color" +msgstr "Szín választás" + +#: products/photocrati_nextgen/modules/nextgen_admin/class.nextgen_admin_page_controller.php:103 +msgid "Current Color" +msgstr "Aktuális szín" + +#: products/photocrati_nextgen/modules/nextgen_admin/class.nextgen_admin_page_controller.php:174 +msgid "Saved successfully" +msgstr "A mentés sikeres volt." + +#: products/photocrati_nextgen/modules/nextgen_admin/templates/field_generator/nextgen_settings_field_radio.php:16 +#: products/photocrati_nextgen/modules/nextgen_basic_singlepic/templates/nextgen_basic_singlepic_settings_radio.php:16 +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:122 +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.miscellaneous_form.php:24 +#: products/photocrati_nextgen/modules/nextgen_other_options/templates/image_options_tab.php:40 +#: products/photocrati_nextgen/modules/nextgen_other_options/templates/image_options_tab.php:65 +#: products/photocrati_nextgen/modules/nextgen_other_options/templates/image_options_tab.php:191 +#: products/photocrati_nextgen/modules/nextgen_other_options/templates/thumbnail_options_tab.php:37 +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:407 +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:454 +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:457 +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:460 +msgid "Yes" +msgstr "Igen" + +#: products/photocrati_nextgen/modules/nextgen_admin/templates/field_generator/nextgen_settings_field_radio.php:24 +#: products/photocrati_nextgen/modules/nextgen_basic_singlepic/templates/nextgen_basic_singlepic_settings_radio.php:24 +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:123 +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.miscellaneous_form.php:23 +#: products/photocrati_nextgen/modules/nextgen_other_options/templates/image_options_tab.php:47 +#: products/photocrati_nextgen/modules/nextgen_other_options/templates/image_options_tab.php:72 +#: products/photocrati_nextgen/modules/nextgen_other_options/templates/image_options_tab.php:198 +#: products/photocrati_nextgen/modules/nextgen_other_options/templates/thumbnail_options_tab.php:44 +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:409 +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:455 +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:458 +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:461 +msgid "No" +msgstr "Nem" + +#: products/photocrati_nextgen/modules/nextgen_basic_album/mixin.nextgen_basic_album_form.php:25 +msgid "Display galleries as" +msgstr "Galériák megjelenítése:" + +#: products/photocrati_nextgen/modules/nextgen_basic_album/mixin.nextgen_basic_album_form.php:26 +msgid "How would you like galleries to be displayed?" +msgstr "Galériák megjelenítése" + +#: products/photocrati_nextgen/modules/nextgen_basic_album/mixin.nextgen_basic_album_form.php:28 +msgid "Galleries per page" +msgstr "Galériák száma oldalanként" + +#: products/photocrati_nextgen/modules/nextgen_basic_album/mixin.nextgen_basic_album_form.php:47 +msgid "Items per page" +msgstr "Elemek száma oldalanként" + +#: products/photocrati_nextgen/modules/nextgen_basic_album/mixin.nextgen_basic_album_form.php:48 +msgid "Maximum number of galleries or sub-albums to appear on a single page" +msgstr "" +"Az önálló oldalon megjelenítendő galériák vagy al-albumok maximális száma." + +# Köszi eosz a segítséget! +#: products/photocrati_nextgen/modules/nextgen_basic_album/templates/compact.php:28 +#: products/photocrati_nextgen/modules/nextgen_basic_album/templates/extended.php:15 +#: products/photocrati_nextgen/modules/ngglegacy/view/album-compact.php:45 +#: products/photocrati_nextgen/modules/ngglegacy/view/album-extend.php:31 +msgid "Photos" +msgstr "Fénykép" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_gallery_mapper.php:94 +msgid "[Show PicLens]" +msgstr "[PicLens megjelenítése]" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:63 +msgid "Interval" +msgstr "Intervallum" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:67 +msgid "# of seconds" +msgstr "Másodpercek száma" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:77 +msgid "Image limit" +msgstr "Kép korlát" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:79 +msgid "Maximum number of images to display with recent or random sources" +msgstr "Az aktuális vagy véletlen forrásokkal megjelenítendő képek száma." + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:81 +msgid "# of images" +msgstr "Képek száma" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:112 +msgid "Maximum dimensions" +msgstr "Maximális méretek" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:113 +msgid "" +"Certain themes may allow images to flow over their container if this setting " +"is too large" +msgstr "" +"Bizonyos sablonok lehetővé teszik a képek túlfolyását a konténeren, ha ez a " +"beállítás túl nagy." + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:123 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:765 +msgid "Enable flash slideshow" +msgstr "Flash diabemutató bekapcsolása" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:125 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:767 +msgid "Integrate the flash based slideshow for all flash supported devices" +msgstr "" +".A Flash alapú diabemutató integrálása az összes Flash-t támogató eszközhöz" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:134 +msgid "Shuffle" +msgstr "Keverés" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:146 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:782 +msgid "Show next image on click" +msgstr "Kattintáskor a következő képre ugrás" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:158 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:786 +msgid "Show navigation bar" +msgstr "Navigációsáv megjelenítése" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:170 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:790 +msgid "Show loading icon" +msgstr "Betöltési ikon megjelenítése" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:182 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:794 +msgid "Use watermark logo" +msgstr "Vízjel használata" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:184 +msgid "" +"Use the watermark image in the Flash object. Note: this does not watermark " +"the image itself, and cannot be applied with text watermarks" +msgstr "" +"Használjuk a vízjel képet a Flash objektumban. Megjegyzés: ez nem magát a " +"képet látja el vízjellel és nem alkalmazható a szöveges vízjelekkel." + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:194 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:799 +msgid "Stretch image" +msgstr "Kép széthúzása" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:231 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:827 +msgid "Use slow zooming effect" +msgstr "Lassú nagyítási effektus használata" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:243 +msgid "Background music (url)" +msgstr "Háttérzene (URL)" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:256 +msgid "Try XHTML validation" +msgstr "XHTML ellenőrzés" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:268 +msgid "Background" +msgstr "Háttér" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:280 +msgid "Texts / buttons" +msgstr "Szövegek / gombok" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:292 +msgid "Rollover / active" +msgstr "Áthúzás / aktív" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:304 +msgid "Screen" +msgstr "Képernyő" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:322 +msgid "Show thumbnail link" +msgstr "Bélyegkép-link megjelenítése" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:338 +msgid "Thumbnail link text" +msgstr "Bélyegkép-link szöveg" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_thumbnail_form.php:65 +msgid "Images per page" +msgstr "Képek száma oldalanként" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_thumbnail_form.php:67 +msgid "0 will display all images at once" +msgstr "0 esetén az összes kép megjelenítése" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_thumbnail_form.php:85 +msgid "Number of columns to display" +msgstr "Megjelenítendő oszlopok száma" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_thumbnail_form.php:89 +msgid "# of columns" +msgstr "Oszlopok száma" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_thumbnail_form.php:105 +msgid "Piclens link text" +msgstr "Piclens link szöveg" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_thumbnail_form.php:123 +msgid "Show piclens link" +msgstr "Piclens link megjelenítése" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_thumbnail_form.php:139 +msgid "Add Hidden Images" +msgstr "Rejtett képek hozzáadása" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_thumbnail_form.php:141 +msgid "" +"If pagination is used this option will show all images in the modal window " +"(Thickbox, Lightbox etc.) This increases page load." +msgstr "" +"Lapozás használatakor ez az opció modális ablakban jeleníti meg az összes " +"képet (Thickbox, Lightbox stb.). Ez növeli az oldal betöltési sebességét." + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_thumbnail_form.php:150 +msgid "Use imagebrowser effect" +msgstr "Képböngésző effektus használata" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_thumbnail_form.php:152 +msgid "" +"When active each image in the gallery will link to an imagebrowser display " +"and lightbox effects will not be applied." +msgstr "" +"Ha be van kapcsolva, a galéria minden képe linkelve van egy képtallózóhoz és " +"a lightbox effektusok nem kerülnek alkalmazásra." + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_thumbnail_form.php:169 +msgid "Browse images without reloading the page." +msgstr "Képek tallózása az oldal újra betöltése nélkül." + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_thumbnail_form.php:184 +msgid "Show slideshow link" +msgstr "Diavetítés link megjelenítése" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_thumbnail_form.php:200 +msgid "Slideshow link text" +msgstr "Diavetítés link szöveg" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/templates/slideshow/index.php:35 +msgid "" +"Slideshows require the Flash Player and a browser with Javascript support." +msgstr "" +"Flash Player " +"alkalmazásra és JavaScript " +"támogatású böngészőre van szükség." + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/templates/slideshow/nextgen_basic_slideshow_settings_gallery_dimensions.php:13 +#: products/photocrati_nextgen/modules/nextgen_basic_singlepic/adapter.nextgen_basic_singlepic_form.php:38 +#: products/photocrati_nextgen/modules/nextgen_basic_singlepic/templates/nextgen_basic_singlepic_settings_dimensions.php:13 +#: products/photocrati_nextgen/modules/widget/templates/form_slideshow.php:52 +msgid "Width" +msgstr "Szélesség" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/templates/slideshow/nextgen_basic_slideshow_settings_gallery_dimensions.php:21 +#: products/photocrati_nextgen/modules/nextgen_basic_singlepic/adapter.nextgen_basic_singlepic_form.php:40 +#: products/photocrati_nextgen/modules/nextgen_basic_singlepic/templates/nextgen_basic_singlepic_settings_dimensions.php:20 +#: products/photocrati_nextgen/modules/widget/templates/form_slideshow.php:40 +msgid "Height" +msgstr "Magasság" + +#: products/photocrati_nextgen/modules/nextgen_basic_imagebrowser/templates/nextgen_basic_imagebrowser.php:41 +#: products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser-caption.php:26 +#: products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser-exif.php:30 +#: products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser.php:26 +msgid "Back" +msgstr "Előző" + +#: products/photocrati_nextgen/modules/nextgen_basic_imagebrowser/templates/nextgen_basic_imagebrowser.php:49 +#: products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser-caption.php:29 +#: products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser-exif.php:33 +#: products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser.php:29 +msgid "Next" +msgstr "Következő" + +#: products/photocrati_nextgen/modules/nextgen_basic_imagebrowser/templates/nextgen_basic_imagebrowser.php:55 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:90 +#: products/photocrati_nextgen/modules/ngglegacy/lib/rewrite.php:220 +#: products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser-caption.php:31 +#: products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser-exif.php:35 +#: products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser.php:31 +msgid "Picture" +msgstr "Kép" + +#: products/photocrati_nextgen/modules/nextgen_basic_imagebrowser/templates/nextgen_basic_imagebrowser.php:55 +#: products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser-caption.php:31 +#: products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser-exif.php:35 +#: products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser.php:31 +msgid "of" +msgstr " /" + +#: products/photocrati_nextgen/modules/nextgen_basic_singlepic/adapter.nextgen_basic_singlepic_form.php:53 +msgid "Link" +msgstr "Link" + +#: products/photocrati_nextgen/modules/nextgen_basic_singlepic/adapter.nextgen_basic_singlepic_form.php:78 +msgid "Display watermark" +msgstr "Vízjel megjelenítése" + +#: products/photocrati_nextgen/modules/nextgen_basic_singlepic/adapter.nextgen_basic_singlepic_form.php:88 +msgid "Display reflection" +msgstr "Tükrözés megjelenítése" + +#: products/photocrati_nextgen/modules/nextgen_basic_singlepic/adapter.nextgen_basic_singlepic_form.php:98 +msgid "Crop thumbnail" +msgstr "Bélyegkép vágása" + +#: products/photocrati_nextgen/modules/nextgen_basic_singlepic/adapter.nextgen_basic_singlepic_form.php:108 +msgid "Float" +msgstr "Lebegő" + +#: products/photocrati_nextgen/modules/nextgen_basic_tagcloud/adapter.nextgen_basic_tagcloud_form.php:24 +msgid "Maximum number of tags" +msgstr "Címkék maximális száma" + +#: products/photocrati_nextgen/modules/nextgen_basic_tagcloud/adapter.nextgen_basic_tagcloud_form.php:47 +msgid "Display type" +msgstr "Megjelenítési típus" + +#: products/photocrati_nextgen/modules/nextgen_basic_tagcloud/adapter.nextgen_basic_tagcloud_form.php:50 +msgid "The display type that the tagcloud will point its results to" +msgstr "Megjelenítési típus a címkefelhő eredményekre mutatásához" + +#: products/photocrati_nextgen/modules/nextgen_basic_templates/adapter.nextgen_basic_template_form.php:46 +msgid "Template" +msgstr "Sablon" + +#: products/photocrati_nextgen/modules/nextgen_basic_templates/adapter.nextgen_basic_template_form.php:47 +msgid "Use a legacy template when rendering (not recommended)." +msgstr "Örökölt sablon használata a megjelenítésnél (nem ajánlott)." + +#: products/photocrati_nextgen/modules/nextgen_data/class.gallerystorage_driver_base.php:580 +#: products/photocrati_nextgen/modules/nextgen_data/class.ngglegacy_gallerystorage_driver.php:658 +#: products/photocrati_nextgen/modules/ngglegacy/lib/multisite.php:23 +msgid "" +"Sorry, you have used your space allocation. Please delete some files to " +"upload more files." +msgstr "" +"Elhasználtuk a rendelkezésre álló tárhelyet. További fájlok feltöltéséhez " +"töröljünk néhányat a régiek közül." + +#: products/photocrati_nextgen/modules/nextgen_data/class.gallerystorage_driver_base.php:1002 +msgid "Could not calculate resized image dimensions" +msgstr "Nem számolható ki az átméretezett kép mérete." + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:154 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:135 +msgid " mm" +msgstr " mm" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:163 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:141 +msgid " sec" +msgstr " mp" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:168 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:145 +msgid "Fired" +msgstr "Kész" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:168 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:145 +msgid "Not fired" +msgstr "Nincs kész" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:539 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:452 +#: products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser-exif.php:46 +msgid "Aperture" +msgstr "Nyílás" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:540 +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:565 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:453 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:478 +msgid "Credit" +msgstr "Köszönet" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:541 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:454 +msgid "Camera" +msgstr "Kamera" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:542 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:455 +msgid "Caption" +msgstr "Cím" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:543 +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:26 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-sort.php:114 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:456 +msgid "Date/Time" +msgstr "Dátum/Időpont" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:544 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:457 +msgid "Copyright" +msgstr "Copyright" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:545 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:458 +msgid "Focal length" +msgstr "Fókusztávolság" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:546 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:459 +msgid "ISO" +msgstr "ISO" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:547 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:460 +#: products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser-exif.php:54 +msgid "Shutter speed" +msgstr "Zársebesség" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:548 +#: products/photocrati_nextgen/modules/widget/templates/form_gallery.php:4 +#: products/photocrati_nextgen/modules/widget/templates/form_mediarss.php:3 +#: products/photocrati_nextgen/modules/widget/templates/form_slideshow.php:3 +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:678 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:461 +msgid "Title" +msgstr "Cím" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:549 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:459 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:410 +#: products/photocrati_nextgen/modules/ngglegacy/admin/style.php:132 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:462 +msgid "Author" +msgstr "Szerző" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:550 +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:51 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:176 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:389 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:463 +msgid "Tags" +msgstr "Címkék" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:551 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:464 +msgid "Subject" +msgstr "Tárgy" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:552 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:465 +msgid "Make" +msgstr "Gyártmány" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:553 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:466 +msgid "Edit Status" +msgstr "Státusz szerkesztése" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:554 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:467 +msgid "Category" +msgstr "Kategória" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:555 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:468 +msgid "Keywords" +msgstr "Kulcsszavak" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:556 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:469 +msgid "Date Created" +msgstr "Készítés dátuma" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:557 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:470 +msgid "Time Created" +msgstr "Készítés ideje" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:558 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:471 +msgid "Author Position" +msgstr "Szerző pozíciója" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:559 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:472 +msgid "City" +msgstr "Település" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:560 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:473 +msgid "Location" +msgstr "Hely" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:561 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:474 +msgid "Province/State" +msgstr "Megye/állam" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:562 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:475 +msgid "Country code" +msgstr "Országkód" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:563 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:476 +msgid "Country" +msgstr "Ország" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:564 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:477 +msgid "Headline" +msgstr "Címsor" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:566 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:479 +msgid "Source" +msgstr "Forrás" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:567 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:480 +msgid "Copyright Notice" +msgstr "Szerzői jogok" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:568 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:481 +msgid "Contact" +msgstr "Kapcsolat" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:569 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:482 +msgid "Last modified" +msgstr "Utolsó módosítás" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:570 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:483 +msgid "Program tool" +msgstr "Programeszköz" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:571 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:484 +msgid "Format" +msgstr "Formátum" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:572 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:485 +msgid "Image Width" +msgstr "Kép szélesség" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:573 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:486 +msgid "Image Height" +msgstr "Kép magasság" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:574 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:487 +msgid "Flash" +msgstr "Flash" + +#: products/photocrati_nextgen/modules/nextgen_data/class.ngglegacy_gallerystorage_driver.php:647 +#, php-format +msgid "Unable to create directory %s." +msgstr "A könyvtár létrehozása sikertelen: %s." + +#: products/photocrati_nextgen/modules/nextgen_data/class.ngglegacy_gallerystorage_driver.php:652 +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:823 +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1021 +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1106 +#, php-format +msgid "" +"Unable to write to directory %s. Is this directory writable by the server?" +msgstr "%s könyvtárba nem lehet írni. A szerver írhatja ezt a könyvtárat?" + +#: products/photocrati_nextgen/modules/nextgen_data/class.ngglegacy_gallerystorage_driver.php:681 +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1146 +#, php-format +msgid "Failed to copy database row for picture %s" +msgstr "%s képhez tartozó adatbázis sort nem lehet átmásolni." + +#: products/photocrati_nextgen/modules/nextgen_data/class.ngglegacy_gallerystorage_driver.php:693 +#, php-format +msgid "Failed to get image path for %s" +msgstr "Nem lehet a képútvonalat beolvasni: %s" + +#: products/photocrati_nextgen/modules/nextgen_data/class.ngglegacy_gallerystorage_driver.php:711 +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1132 +#, php-format +msgid "Failed to copy image %1$s to %2$s" +msgstr "" +"Nem lehet a képeket átmásolni a(z) %1$s könyvtárból a(z) " +"%2$s könyvtárba." + +#: products/photocrati_nextgen/modules/nextgen_data/class.ngglegacy_gallerystorage_driver.php:715 +#, php-format +msgid "Copied image %1$s to %2$s" +msgstr "Átmásolt képek: %1$s -> %2$s" + +#: products/photocrati_nextgen/modules/nextgen_data/class.ngglegacy_gallerystorage_driver.php:723 +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1158 +#, php-format +msgid "" +"Image %1$s (%2$s) copied as image %3$s (%4$s) » The file already " +"existed in the destination gallery." +msgstr "" +"%1$s (%2$s) képet átmásoltunk mint %3$s (%4$s) » A célkönyvtárban már " +"lézetett ez a fájl." + +#: products/photocrati_nextgen/modules/nextgen_data/class.ngglegacy_gallerystorage_driver.php:727 +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1161 +#, php-format +msgid "Image %1$s (%2$s) copied as image %3$s (%4$s)" +msgstr "%1$s (%2$s) képet átmásoltunk mint %3$s (%4$s) " + +#: products/photocrati_nextgen/modules/nextgen_data/class.ngglegacy_gallerystorage_driver.php:740 +#, php-format +msgid "Copied %1$s picture(s) to gallery %2$s ." +msgstr "%1$s kép került át a galériába: %2$s." + +#: products/photocrati_nextgen/modules/nextgen_data/class.ngglegacy_gallerystorage_driver.php:767 +msgid "Could not find image" +msgstr "Nem található a kép." + +#: products/photocrati_nextgen/modules/nextgen_data/class.ngglegacy_gallerystorage_driver.php:772 +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:388 +msgid " is not writeable" +msgstr " nem írható" + +#: products/photocrati_nextgen/modules/nextgen_data/class.ngglegacy_gallerystorage_driver.php:777 +msgid "Backup file does not exist" +msgstr "A biztonsági másolatfájl nem létezik." + +#: products/photocrati_nextgen/modules/nextgen_data/class.ngglegacy_gallerystorage_driver.php:782 +msgid "Could not restore original image" +msgstr "Nem állítható vissza az eredeti kép." + +#: products/photocrati_nextgen/modules/nextgen_gallery_display/adapter.display_settings_controller.php:17 +#: products/photocrati_nextgen/modules/nextgen_gallery_display/module.nextgen_gallery_display.php:242 +#: products/photocrati_nextgen/modules/nextgen_gallery_display/module.nextgen_gallery_display.php:328 +msgid "Gallery Settings" +msgstr "Galéria beállítások" + +#: products/photocrati_nextgen/modules/nextgen_gallery_display/class.displayed_gallery.php:73 +msgid "Source not compatible with selected display type" +msgstr "A forrás nem kompatibilis a kiválasztott megjelenési típussal." + +#: products/photocrati_nextgen/modules/nextgen_gallery_display/module.nextgen_gallery_display.php:327 +msgid "NextGEN Gallery & Album Settings" +msgstr "NextGEN Galéria és album beállítások" + +#: products/photocrati_nextgen/modules/nextgen_gallery_display/templates/alt_view_link_text.php:15 +#: products/photocrati_nextgen/modules/nextgen_gallery_display/templates/return_link_text.php:15 +msgid "link text" +msgstr "linkszöveg" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:12 +msgid "Image Options" +msgstr "Kép opciók" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:22 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:588 +#: products/photocrati_nextgen/modules/ngglegacy/admin/thumbnails-template.php:76 +msgid "Custom" +msgstr "Egyedi" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:23 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-sort.php:111 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:549 +msgid "Image ID" +msgstr "Kép AZ" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:24 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:570 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-sort.php:112 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:166 +msgid "Filename" +msgstr "Fájlnév" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:25 +msgid "Alt/Title Text" +msgstr "Alternatív/Cím szöveg" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:38 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-sort.php:115 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:557 +msgid "Ascending" +msgstr "Növekvő" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:39 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-sort.php:116 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:558 +msgid "Descending" +msgstr "Csökkenő" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:50 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:388 +msgid "Categories" +msgstr "Kategóriák" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:81 +msgid "Gallery path does not exist and could not be created" +msgstr "A galéria útvonal nem létezik és nem hozható létre." + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:86 +msgid "Where would you like galleries stored?" +msgstr "A galériák tárolási helye" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:87 +msgid "Where galleries and their images are stored" +msgstr "A galériák és képeik tárolási helye" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:89 +msgid "Delete Image Files?" +msgstr "Képfájlok törlése" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:90 +msgid "" +"When enabled, image files will be removed after a Gallery has been deleted" +msgstr "Engedélyezve a képek törlésre kerülnek a galéria törlése után." + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:92 +msgid "Show Related Images on Posts?" +msgstr "Kapcsolódó képek megjelenítése bejegyzésekben" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:93 +msgid "" +"When enabled, related images will be appended to each post by matching the " +"posts tags/categories to image tags" +msgstr "" +"Engedélyezve a kapcsolódó képek bekerülnek minden bejegyzésbe a bejegyzés " +"címkék/kategóriák és a képcímkék egyezése alapján." + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:95 +msgid "(Show Customization Settings)" +msgstr "(Testreszabási beállítások megjelenítése)" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:96 +msgid "(Hide Customization Settings)" +msgstr "(Testreszabási beállítások elrejtése)" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:97 +msgid "How should related images be match?" +msgstr "Kapcsolódó képek egyeztetése" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:100 +msgid "Maximum # of related images to display" +msgstr "A megjelenítendő kapcsolódó képek maximális száma" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:102 +msgid "Heading for related images" +msgstr "Kapcsolódó képek fejléce" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:104 +msgid "What's the default sorting method?" +msgstr "Alapértelmezett rendezési metódus" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:107 +msgid "Sort in what direction?" +msgstr "Rendezés iránya" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:110 +msgid "Automatically resize images after upload" +msgstr "Képek automatikus átméretezése feltöltéskor" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:111 +msgid "It is recommended that your images be resized to be web friendly" +msgstr "Ajánlatos a képek átméretezése webbarát méretre." + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:113 +msgid "What should images be resized to?" +msgstr "Képek átméretezése erre a méretre:" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:114 +msgid "" +"After images are uploaded, they will be resized to the above dimensions and " +"quality" +msgstr "" +"A képek feltöltése után a fenti méretre lesznek átméretezve a megadott " +"minőségben." + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:115 +msgid "Width:" +msgstr "Szélesség:" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:116 +msgid "Height:" +msgstr "Magasság:" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:117 +msgid "Quality:" +msgstr "Minőség:" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:121 +msgid "Backup the original images?" +msgstr "Eredeti képek biztonsági másolata" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.lightbox_manager_form.php:12 +msgid "Lightbox Effects" +msgstr "Lightbox effektusok" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.lightbox_manager_form.php:38 +msgid "What effect would you like to use?" +msgstr "Használandó effektus" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.miscellaneous_form.php:12 +msgid "Miscellaneous" +msgstr "Vegyes" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.miscellaneous_form.php:21 +msgid "Add MediaRSS link?" +msgstr "MediaRSS link hozzáadása" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.miscellaneous_form.php:22 +msgid "" +"When enabled, adds a MediaRSS link to your header. Third-party web services " +"can use this to publish your galleries" +msgstr "" +"Engedélyezve MediaRSS link kerül a fejrészbe. A külső webszolgáltatások így " +"publikálhatják a galériákat." + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.miscellaneous_form.php:26 +msgid "Clear image cache" +msgstr "Kép gyorsítótár ürítése" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.miscellaneous_form.php:27 +msgid "" +"Completely clear the NextGEN cache of all image modifications?\n" +"\n" +"Choose [Cancel] to Stop, [OK] to proceed." +msgstr "" +"A képmódosítások NextGEN gyorsítótárának teljes ürítése\n" +"\n" +"[Mégsem] az elvetéshez, [OK] a végrehajtáshoz." + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.miscellaneous_form.php:32 +msgid "Permalink slug" +msgstr "Közvetlen link keresőbarát útvonalrész" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.miscellaneous_form.php:39 +msgid "Maximum image count" +msgstr "Maximális képszám" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.miscellaneous_form.php:41 +msgid "" +"This is the maximum limit of images that NextGEN will restrict itself to " +"querying" +msgstr "Képek maximális korlátja a NextGEN által elvégzett lekérdezéshez." + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.other_options_controller.php:22 +#: products/photocrati_nextgen/modules/nextgen_other_options/module.nextgen_other_options.php:39 +msgid "Other Options" +msgstr "Egyéb opciók" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.reset_form.php:7 +msgid "Reset Options" +msgstr "Opciók alaphelyzetbe állítása" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.reset_form.php:15 +msgid "Reset all options to default settings" +msgstr "Minden opció alaphelyzetbe kerüljön" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.reset_form.php:16 +msgid "" +"Replace all existing options and gallery options with their default settings" +msgstr "Minden létező és galéria opció alaphelyzetbe kerüljön" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.reset_form.php:17 +msgid "Reset settings" +msgstr "Alaphelyzetbe állítás" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.reset_form.php:18 +msgid "" +"Reset all options to default settings?\n" +"\n" +"Choose [Cancel] to Stop, [OK] to proceed." +msgstr "" +"Minden opció alaphelyzetbe kerüljön?\n" +"\n" +"[Mégsem] ez elvetéshez, [OK] a végrehajtáshoz." + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.roles_form.php:7 +msgid "Roles & Capabilities" +msgstr "Szerepkörök és lehetőségek" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.styles_form.php:12 +msgid "Styles" +msgstr "Stílusok" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.styles_form.php:18 +msgid "What stylesheet would you like to use?" +msgstr "Stíluslap kiválasztása" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.styles_form.php:21 +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.watermarks_form.php:136 +msgid "(Show Customization Options)" +msgstr "(Testreszabási opciók megjelenítése)" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.styles_form.php:22 +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.watermarks_form.php:137 +msgid "(Hide Customization Options)" +msgstr "(Testreszabási opciók elrejtése)" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.styles_form.php:23 +msgid "File Content:" +msgstr "Fájltartalom:" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.styles_form.php:24 +msgid "Changes you make to the contents will be saved to" +msgstr "A tartalom változásai mentésre kerülnek:" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.styles_form.php:25 +msgid "You could edit this file if it were writable" +msgstr "Szerkeszthető lenne a fájl, ha írható lenne." + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.thumbnail_options_form.php:12 +msgid "Thumbnail Options" +msgstr "Bélyegkép opciók" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.thumbnail_options_form.php:20 +msgid "Default thumbnail dimensions:" +msgstr "Alapértelmezett bélyegkép beállítások:" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.thumbnail_options_form.php:21 +msgid "When generating thumbnails, what image dimensions do you desire?" +msgstr "Képméretek a bélyegképek generálásához" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.thumbnail_options_form.php:24 +msgid "Set fix dimension?" +msgstr "Fix méret beállítás" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.thumbnail_options_form.php:25 +msgid "Ignore the aspect ratio, no portrait thumbnails?" +msgstr "A képarány figyelmen kívül hagyása, ne legyenek álló bélyegképek" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.thumbnail_options_form.php:27 +msgid "Adjust Thumbnail Quality?" +msgstr "Bélyegképek minőség beállítás" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.thumbnail_options_form.php:28 +msgid "When generating thumbnails, what image quality do you desire?" +msgstr "Minőség a bélyegképek generálásához" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.thumbnail_options_form.php:30 +msgid "Size List" +msgstr "Listaméret" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.thumbnail_options_form.php:31 +msgid "List of default sizes used for thumbnails and images" +msgstr "" +"A bélyegképekhez és a képekhez használandó alapértelmezett méretek listája" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.watermarks_form.php:12 +msgid "Watermarks" +msgstr "Vízjelek" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.watermarks_form.php:41 +msgid "Using an Image" +msgstr "Kép használata" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.watermarks_form.php:42 +msgid "Using Text" +msgstr "Szöveg használata" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.watermarks_form.php:69 +msgid "An absolute or relative (to the site document root) file system path" +msgstr "" +"Abszolút vagy a webhely gyökeréhez képest megadott relatív fájlrendszer " +"útvonal." + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.watermarks_form.php:71 +msgid "" +"An absolute or relative (to the site document root) file system path or an " +"HTTP url" +msgstr "" +"Abszolút vagy a webhely gyökeréhez képest megadott relatív fájlrendszer " +"útvonal vagy HTTP webcím.." + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.watermarks_form.php:74 +msgid "Image URL:" +msgstr "Kép webcím:" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.watermarks_form.php:90 +msgid "Font Family:" +msgstr "Betűcsalád:" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.watermarks_form.php:92 +msgid "Font Size:" +msgstr "Betűméret:" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.watermarks_form.php:94 +msgid "Font Color:" +msgstr "Betűszín:" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.watermarks_form.php:97 +msgid "Text:" +msgstr "Szöveg:" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.watermarks_form.php:99 +msgid "Opacity:" +msgstr "Áttetszőség:" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.watermarks_form.php:126 +msgid "" +"Please note: You can only activate the watermark under Manage Gallery. This " +"action cannot be undone." +msgstr "" +"Megjegyzés: A vízjel a Galéria kezelés menüpont alatt aktiválható. A művelet " +"nem vonható vissza." + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.watermarks_form.php:127 +msgid "How will you generate a watermark?" +msgstr "A vízjel generálása" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.watermarks_form.php:131 +msgid "Position:" +msgstr "Pozíció:" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.watermarks_form.php:133 +msgid "Offset:" +msgstr "Eltolás:" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.watermarks_form.php:139 +msgid "Preview of saved settings:" +msgstr "Mentett beállítások előnézete:" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.watermarks_form.php:140 +msgid "Refresh preview image" +msgstr "Előnézeti kép frissítése" + +#: products/photocrati_nextgen/modules/nextgen_other_options/templates/lightbox_library_tab.php:34 +#: products/photocrati_nextgen/modules/nextgen_other_options/templates/lightbox_library_tab.php:37 +msgid "(Show Advanced Settings)" +msgstr "(Bővített beállítások megjelenítése)" + +#: products/photocrati_nextgen/modules/nextgen_other_options/templates/lightbox_library_tab.php:35 +msgid "(Hide Advanced Settings)" +msgstr "(Bővített beállítások elrejtése)" + +#: products/photocrati_nextgen/modules/nextgen_other_options/templates/lightbox_library_tab.php:56 +msgid "What must the lightbox be applied to?" +msgstr "Lightbox alkalmazása" + +#: products/photocrati_nextgen/modules/nextgen_other_options/templates/lightbox_library_tab.php:60 +msgid "Only apply to NextGEN images" +msgstr "Alkalmazás csak a NextGEN képekre" + +#: products/photocrati_nextgen/modules/nextgen_other_options/templates/lightbox_library_tab.php:61 +msgid "Only apply to NextGEN and WordPress images" +msgstr "Alkalmazás csak a NextGEN és a WordPress képekre" + +#: products/photocrati_nextgen/modules/nextgen_other_options/templates/lightbox_library_tab.php:62 +msgid "Try to apply to all images" +msgstr "Alkalmazás a összes képre" + +#: products/photocrati_nextgen/modules/nextgen_other_options/templates/lightbox_library_tab.php:63 +msgid "Try to apply to all images that link to image files" +msgstr "Alkalmazás az összes képfájlra mutató képre" + +#: products/photocrati_nextgen/modules/nextgen_other_options/templates/styling_tab.php:21 +msgid "Place any custom stylesheets in wp-content/ngg_styles" +msgstr "" +"Egyedi stíluslapokat lehet elhelyezni a wp-content/ngg_styles könyvtárban." + +#: products/photocrati_nextgen/modules/nextgen_other_options/templates/styling_tab.php:24 +#, php-format +msgid "All stylesheets must contain a file header" +msgstr "" +"Minden stíluslapnak tartalmaznia kell egy fájl " +"fejrészt." + +#: products/photocrati_nextgen/modules/nextgen_settings/class.nextgen_settings_installer.php:41 +msgid "Related Images" +msgstr "Kapcsolódó képek" + +#: products/photocrati_nextgen/modules/nextgen_settings/class.nextgen_settings_installer.php:61 +msgid "[Show slideshow]" +msgstr "[Diavetítés indítása]" + +#: products/photocrati_nextgen/modules/nextgen_settings/class.nextgen_settings_installer.php:62 +msgid "[Show thumbnails]" +msgstr "[Bélyegképek megjelenítése]" + +#: products/photocrati_nextgen/modules/nextgen_xmlrpc/module.nextgen_xmlrpc.php:425 +msgid "Sorry, you must be able to manage galleries" +msgstr "Jogosultság szükséges a galériák kezeléséhez." + +#: products/photocrati_nextgen/modules/widget/class.widget_gallery.php:7 +msgid "Add recent or random images from the galleries" +msgstr "Új vagy véletlenszerű képek hozzáadása galériákból" + +#: products/photocrati_nextgen/modules/widget/class.widget_gallery.php:8 +msgid "NextGEN Widget" +msgstr "NextGEN kisalkalmazás" + +#: products/photocrati_nextgen/modules/widget/class.widget_mediarss.php:9 +msgid "Widget that displays Media RSS links for NextGEN Gallery." +msgstr "A NextGEN Gallery Média RSS linjeit megjelenítő kisalkalmazás." + +#: products/photocrati_nextgen/modules/widget/class.widget_mediarss.php:10 +msgid "NextGEN Media RSS" +msgstr "NextGEN Média RSS" + +#: products/photocrati_nextgen/modules/widget/class.widget_mediarss.php:22 +msgid "Media RSS" +msgstr "Média RSS" + +#: products/photocrati_nextgen/modules/widget/class.widget_mediarss.php:23 +msgid "Link to the main image feed" +msgstr "Hivatkozás a fő képcsatornára" + +#: products/photocrati_nextgen/modules/widget/class.widget_mediarss.php:93 +#: products/photocrati_nextgen/modules/ngglegacy/view/gallery-caption.php:32 +#: products/photocrati_nextgen/modules/ngglegacy/view/gallery.php:32 +msgid "[View with PicLens]" +msgstr "[Megtekintés PicLens alkalmazással]" + +#: products/photocrati_nextgen/modules/widget/class.widget_slideshow.php:7 +msgid "Show a NextGEN Gallery Slideshow" +msgstr "Egy NextGEN Gallery diavetítés megtekintése" + +#: products/photocrati_nextgen/modules/widget/class.widget_slideshow.php:8 +msgid "NextGEN Slideshow" +msgstr "NextGEN diavetítés" + +#: products/photocrati_nextgen/modules/widget/class.widget_slideshow.php:76 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:321 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:521 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:721 +#: products/photocrati_nextgen/modules/ngglegacy/lib/rewrite.php:215 +msgid "Slideshow" +msgstr "Diavetítés" + +#: products/photocrati_nextgen/modules/widget/templates/form_gallery.php:15 +#: products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:229 +msgid "Show" +msgstr "Megjelenítés" + +#: products/photocrati_nextgen/modules/widget/templates/form_gallery.php:26 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:316 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:520 +msgid "Thumbnails" +msgstr "Bélyegképek" + +#: products/photocrati_nextgen/modules/widget/templates/form_gallery.php:29 +msgid "Original images" +msgstr "Eredeti képek" + +#: products/photocrati_nextgen/modules/widget/templates/form_gallery.php:42 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:822 +msgid "random" +msgstr "véletlen" + +#: products/photocrati_nextgen/modules/widget/templates/form_gallery.php:50 +msgid "recently added" +msgstr "legújabbak" + +#: products/photocrati_nextgen/modules/widget/templates/form_gallery.php:62 +msgid "Enable IE8 Web Slices" +msgstr "IE8 Web szeletek bekapcsolása" + +#: products/photocrati_nextgen/modules/widget/templates/form_gallery.php:68 +msgid "Width x Height" +msgstr "Szélesség x magasság" + +#: products/photocrati_nextgen/modules/widget/templates/form_gallery.php:87 +msgid "Select" +msgstr "Választás" + +#: products/photocrati_nextgen/modules/widget/templates/form_gallery.php:92 +msgid "All galleries" +msgstr "Összes galéria" + +#: products/photocrati_nextgen/modules/widget/templates/form_gallery.php:95 +msgid "Only which are not listed" +msgstr "Csak a nem listázottak" + +#: products/photocrati_nextgen/modules/widget/templates/form_gallery.php:98 +msgid "Only which are listed" +msgstr "Csak a listázottak" + +#: products/photocrati_nextgen/modules/widget/templates/form_gallery.php:107 +msgid "Gallery ID" +msgstr "Galéria AZ" + +#: products/photocrati_nextgen/modules/widget/templates/form_gallery.php:114 +msgid "Gallery IDs, separated by commas." +msgstr "Galéria azonosítók, vesszővel elválasztva" + +#: products/photocrati_nextgen/modules/widget/templates/form_mediarss.php:19 +msgid "Show Media RSS icon" +msgstr "Media RSS ikon megjelenítése" + +#: products/photocrati_nextgen/modules/widget/templates/form_mediarss.php:30 +msgid "Show the Media RSS link" +msgstr "Media RSS link megjelenítése" + +#: products/photocrati_nextgen/modules/widget/templates/form_mediarss.php:36 +msgid "Text for Media RSS link" +msgstr "Szöveg a Media RSS linkhez" + +#: products/photocrati_nextgen/modules/widget/templates/form_mediarss.php:47 +msgid "Tooltip text for Media RSS link" +msgstr "Gyorstipp szöveg a Media RSS linkhez" + +#: products/photocrati_nextgen/modules/widget/templates/form_slideshow.php:15 +msgid "Select Gallery" +msgstr "Galéria választás" + +#: products/photocrati_nextgen/modules/widget/templates/form_slideshow.php:23 +msgid "All images" +msgstr "Összes kép" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:159 +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:190 +msgid "Overview" +msgstr "Áttekintés" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:172 +msgid "Network settings" +msgstr "Hálózati beállítások" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:305 +msgid "You do not have the correct permission" +msgstr "Nincs megfelelő jogosultság." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:306 +msgid "Unexpected Error" +msgstr "Váratlan hiba történt." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:307 +msgid "A failure occurred" +msgstr "Hiba történt" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:311 +msgid "You have attempted to queue too many files." +msgstr "Feltehetően túl sok fájl került a várakozási sorba." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:312 +msgid "This file exceeds the maximum upload size for this site." +msgstr "" +"A fájl mérete meghaladja a webhelyen engedélyezett maximális feltöltési " +"méretet." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:313 +msgid "This file is empty. Please try another." +msgstr "A fájl üres. Próbálkozzunk másikkal." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:314 +msgid "This file type is not allowed. Please try another." +msgstr "Ez a fájltípus nem engedélyezett. Próbálkozzunk másikkal." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:315 +msgid "This file is not an image. Please try another." +msgstr "A fájl nem képfájl. Próbálkozzunk másikkal." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:316 +msgid "Memory exceeded. Please try another smaller file." +msgstr "A memória betelt. Próbálkozzunk másik, kisebb fájllal." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:317 +msgid "This is larger than the maximum size. Please try another." +msgstr "A méret nagyobb a maximálisnál. Próbálkozzunk másikkal." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:318 +msgid "An error occurred in the upload. Please try again later." +msgstr "A feltöltéskor hiba történt. Próbáljuk újra." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:319 +msgid "" +"There was a configuration error. Please contact the server administrator." +msgstr "" +"Konfigurációs hiba történt. Fel kell venni a kapcsolatot a szerver " +"adminisztrátorával." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:320 +msgid "You may only upload 1 file." +msgstr "Csak egy fájlt ajánlatos feltölteni egyszerre." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:321 +msgid "HTTP error." +msgstr "HTTP hiba merült fel." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:322 +msgid "Upload failed." +msgstr "A feltöltés meghiúsult." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:323 +msgid "IO error." +msgstr "IO hiba merült fel." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:324 +msgid "Security error." +msgstr "Biztonsági hiba merült fel." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:325 +msgid "File canceled." +msgstr "A fájl törlésre került." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:326 +msgid "Upload stopped." +msgstr "A feltöltés félbeszakadt." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:327 +msgid "Dismiss" +msgstr "Elvetés" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:328 +msgid "Crunching…" +msgstr "Roppantás…" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:329 +msgid "moved to the trash." +msgstr "áthelyezésre került a lomtárba." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:330 +#, php-format +msgid "“%s” has failed to upload due to an error" +msgstr "“%s” feltöltése meghiúsult valamilyen hiba miatt." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:352 +msgid "L O A D I N G" +msgstr "B E T Ö L T É S" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:353 +msgid "Click to Close" +msgstr "Kattintás a bezáráshoz" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:462 +msgid "" +"Introduction" +msgstr "" +"Bevezetés" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:465 +msgid "" +"Languages" +msgstr "" +"Nyelvek" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:470 +msgid "Get help with NextGEN Gallery" +msgstr "NextGEN Gallery segítségkérés" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:474 +msgid "More Help & Info" +msgstr "További segítség és információ" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:476 +msgid "" +"Support Forums" +msgstr "" +"Támogató fórumok" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:477 +msgid "FAQ" +msgstr "GYIK (angol)" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:478 +msgid "Feature request" +msgstr "Továbbfejlesztési javaslatok" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:479 +msgid "Get your language pack" +msgstr "Nyelvi csomag letöltése" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:480 +msgid "Contribute development" +msgstr "Fejlesztések" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:481 +msgid "Download latest version" +msgstr "A legújabb verzió letöltése" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/ajax.php:360 +#, php-format +msgid "Could create image with %s x %s pixel" +msgstr "Nem hozható létre %s x %s pixel méretű kép." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:172 +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:216 +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:239 +#: products/photocrati_nextgen/modules/ngglegacy/admin/edit-thumbnail.php:19 +#: products/photocrati_nextgen/modules/ngglegacy/admin/edit-thumbnail.php:22 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:619 +#: products/photocrati_nextgen/modules/ngglegacy/admin/publish.php:7 +#: products/photocrati_nextgen/modules/ngglegacy/admin/publish.php:10 +#: products/photocrati_nextgen/modules/ngglegacy/admin/publish.php:13 +#: products/photocrati_nextgen/modules/ngglegacy/admin/rotate.php:17 +#: products/photocrati_nextgen/modules/ngglegacy/admin/rotate.php:20 +#: products/photocrati_nextgen/modules/ngglegacy/admin/showmeta.php:10 +#: products/photocrati_nextgen/modules/ngglegacy/admin/showmeta.php:13 +msgid "Cheatin’ uh?" +msgstr "Csalni próbálunk?" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:180 +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:209 +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:253 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:178 +#: products/photocrati_nextgen/modules/ngglegacy/admin/style.php:24 +msgid "Update Successfully" +msgstr "A frissítés sikeres volt." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:227 +msgid "Album deleted" +msgstr "Az album törlésre került." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:389 +#: products/photocrati_nextgen/modules/ngglegacy/admin/roles.php:55 +msgid "Edit Album" +msgstr "Album szerkesztése" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:410 +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:459 +msgid "Select album" +msgstr "Album kiválasztása" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:412 +msgid "No album selected" +msgstr "Nincs album kiválasztva." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:423 +#: products/photocrati_nextgen/modules/ngglegacy/admin/edit-thumbnail.php:166 +#: products/photocrati_nextgen/modules/ngglegacy/admin/rotate.php:94 +#: products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:112 +msgid "Update" +msgstr "Frissítés" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:425 +msgid "Edit album" +msgstr "Album szerkesztése" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:428 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:187 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:362 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:364 +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:227 +msgid "Delete" +msgstr "Törlés" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:432 +msgid "Add new album" +msgstr "Új album létrehozása" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:434 +msgid "Add" +msgstr "Létrehozás" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:445 +msgid "Show / hide used galleries" +msgstr "Működő galériák megjelenítése/elrejtése" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:445 +msgid "[Show all]" +msgstr "[Összes megjelenítése]" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:446 +msgid "Maximize the widget content" +msgstr "A kisalkalmazás tartalmának kinyitása" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:446 +msgid "[Maximize]" +msgstr "[Kinyitás]" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:447 +msgid "Minimize the widget content" +msgstr "A kisalkalmazás tartalmának bezárása" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:447 +msgid "[Minimize]" +msgstr "[Bezárás]" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:449 +msgid "" +"After you create and select a album, you can drag and drop a gallery or " +"another album into your new album below" +msgstr "" +"Miután létrehoztunk és kiválasztottunk egy albumot, az egérrel belehúzhatjuk " +"a galériát vagy másik albumot az alábbi albumba." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:475 +msgid "Select gallery" +msgstr "Galéria kiválasztása" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:500 +msgid "Album ID" +msgstr "Album azonosító" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:513 +msgid "No album selected!" +msgstr "Nincs album kiválasztva." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:534 +msgid "Album name:" +msgstr "Albumnév:" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:540 +msgid "Album description:" +msgstr "Album leírása:" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:546 +msgid "Select a preview image:" +msgstr "Előnézeti kép kiválasztása:" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:549 +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:552 +#: products/photocrati_nextgen/modules/ngglegacy/admin/templates/manage_gallery/gallery_preview_image_field.php:3 +msgid "No picture" +msgstr "Nincs kép" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:563 +msgid "Page Link to" +msgstr "Az oldal hivatkozása ide:" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:582 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:337 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:366 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:397 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:406 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:442 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:471 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:502 +msgid "OK" +msgstr "OK" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:584 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:339 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:368 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:399 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:408 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:444 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:473 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:504 +msgid "Cancel" +msgstr "Mégsem" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:677 +msgid "Name" +msgstr "Név" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:679 +#: products/photocrati_nextgen/modules/ngglegacy/lib/rewrite.php:229 +msgid "Page" +msgstr "Oldal" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/edit-thumbnail.php:116 +msgid "Select with the mouse the area for the new thumbnail" +msgstr "Jelöljük ki az egérrel az új bélyegkép területét." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/edit-thumbnail.php:130 +msgid "Thumbnail updated" +msgstr "A bélyegkép frissítésre került" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/edit-thumbnail.php:135 +msgid "Error updating thumbnail" +msgstr "Hiba történt a bélyegkép frissítésekor." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/edit-thumbnail.php:151 +msgid "Select the area for the thumbnail from the picture on the left." +msgstr "Jelöljük ki a területet a bélyegkép számára a balra levő képről." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:39 +msgid "No valid gallery name!" +msgstr "A galéria neve érvénytelen." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:46 +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:55 +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:80 +msgid "Directory" +msgstr "Könyvtár" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:46 +msgid "didn't exist. Please create first the main gallery folder " +msgstr "nem létezik. Először hozzuk létre a főgaléria könyvtárat." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:47 +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:56 +msgid "Check this link, if you didn't know how to set the permission :" +msgstr "" +"Ha nem tudjuk, hogy kell a jogosultságokat beállítani, ellenőrizzük ezt a " +"hivatkozást:" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:55 +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:80 +msgid "is not writeable !" +msgstr "nem írható." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:76 +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:85 +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:736 +#: products/photocrati_nextgen/modules/ngglegacy/lib/core.php:101 +msgid "Unable to create directory " +msgstr "Könyvtár létrehozása sikertelen." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:89 +msgid "The server setting Safe-Mode is on !" +msgstr "A Safe mode szerverbeállítás aktív:" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:90 +msgid "If you have problems, please create directory" +msgstr "Ha probléma van, hozzuk létre a könyvtárat" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:91 +msgid "and the thumbnails directory" +msgstr "és a bélyegképek könyvtárát" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:91 +msgid "with permission 777 manually !" +msgstr "777 jogosultsággal, kézzel." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:116 +#, php-format +msgid "" +"Gallery ID %1$s successfully created. You can show this gallery in your post " +"or page with the shortcode %2$s.
      " +msgstr "" +"%1$s azonosítójú galéria elkészült. Ez a galéria a bejegyzésbe vagy oldalba " +"a következő gyorskóddal illeszthető be: %2$s.
      " + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:119 +msgid "Edit gallery" +msgstr "Galéria szerkesztése" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:188 +msgid "Error while creating thumbnail." +msgstr "Hiba történt a bélyegkép létrehozásakor." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:242 +msgid "Error while resizing image." +msgstr "Hiba történt a kép átméretezésekor." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:326 +msgid "Error while rotating image." +msgstr "Hiba történt a bélyegkép forgatása közben." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:361 +msgid "Error while applying watermark to image." +msgstr "Hiba történt a vízjel képre alkalmazásakor." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:385 +msgid "Object didn't contain correct data" +msgstr "Ez az objektum nem tartalmaz helyes adatot." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:391 +msgid "File do not exists" +msgstr "A fájl nem létezik." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:395 +msgid "Couldn't restore original image" +msgstr "Nem állítható vissza az eredeti kép." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:511 +msgid "(Error : Couldn't not update data base)" +msgstr "(Hiba : nem frissíthető az adatbázis)" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:518 +msgid "(Error : Couldn't not update meta data)" +msgstr "(Hiba : nem frissíthető a metaadat)" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:527 +msgid "(Error : Couldn't not find image)" +msgstr "(Hiba : a kép nem található)" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:670 +msgid "No valid URL path " +msgstr "Nem érvényes az URL" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:686 +msgid "Import via cURL failed." +msgstr "A cURL importálás meghiúsult." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:703 +msgid "Uploaded file was no or a faulty zip file ! The server recognized : " +msgstr "A feltöltött állomány nem vagy hibás zip fájl. A szerver válasza :" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:720 +msgid "Could not get a valid foldername" +msgstr "Nem megfelelő a könyvtárnév." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:731 +#, php-format +msgid "" +"Unable to create directory %s. Is its parent directory writable by the " +"server?" +msgstr "" +"A %s könyvtár létrehozása sikertelen. Ellenőrizzük, hogy a szerver " +"rendelkezik írási jogokkal a szülőkönyvtárra!" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:746 +msgid "Zip-File successfully unpacked" +msgstr "A tömörített állomány sikeresen kicsomagolásra került." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:777 +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:877 +msgid "No gallery selected !" +msgstr "Nem választottuk ki azt a galériát, ahová a képet fel lehet tölteni." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:785 +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:902 +msgid "Failure in database, no gallery path set !" +msgstr "Adatbázishiba történt. Nincs a galéria útvonal beállítva." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:809 +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:896 +msgid "is no valid image file!" +msgstr "érvénytelen képfájl." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:830 +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:919 +msgid "Error, the file could not be moved to : " +msgstr "Hiba történt, a fájlt nem lehetett áthelyezni:" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:835 +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:923 +msgid "Error, the file permissions could not be set" +msgstr "Hiba történt, a fájl-jogosultságokat nem lehet beállítani." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:853 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:111 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:189 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:238 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:322 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:661 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:740 +msgid "Create new thumbnails" +msgstr "Új bélyegképek készítése" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:858 +msgid " Image(s) successfully added" +msgstr "A képek sikerese hozzáadásara kerültek." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:885 +msgid "Invalid upload. Error Code : " +msgstr "Hibás a feltöltés. Hibakód:" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:961 +#, php-format +msgid "" +"SAFE MODE Restriction in effect! You need to create the folder %s manually" +msgstr "" +"A Safe mode korlátozás be van kapcsolva. Manuálisan kell létrehozni a " +"könyvtárat: %s" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:962 +#, php-format +msgid "" +"When safe_mode is on, PHP checks to see if the owner (%s) of the current " +"script matches the owner (%s) of the file to be operated on by a file " +"function or its directory" +msgstr "" +"Amennyiben a Safe mode beállítás be van kapcsolva, a fájl-, illetve " +"könyvtárműveletek elvégzésekor a PHP ellenőrzi, hogy a szkript tulajdonosa " +"(%s) megegyezik-e az állomány tulajdonosával (%s) azért, hogy a fájlfüggvény " +"végrehajtható-e." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1015 +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1092 +msgid "The destination gallery does not exist" +msgstr "A célgaléria nem létezik." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1046 +#, php-format +msgid "Failed to move image %1$s to %2$s" +msgstr "Nem lehet a képeket áthelyezni: %1$s -> %2$s" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1066 +#, php-format +msgid "Moved %1$s picture(s) to gallery : %2$s ." +msgstr "%1$s képet került át ebbe a galériába: %2$s" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1170 +#, php-format +msgid "Copied %1$s picture(s) to gallery: %2$s ." +msgstr "%1$s kép került másolásra %2$s galériába." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1278 +msgid "The uploaded file exceeds the upload_max_filesize directive in php.ini" +msgstr "" +"A feltöltött fájl mérete meghaladja a php.ini fájlban levő " +"upload_max_filesize direktiva értékét" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1281 +msgid "" +"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in " +"the HTML form" +msgstr "" +"A feltöltött fájl mérete meghaladja a HTML űrlapban beállított MAX_FILE_SIZE " +"direktiva értékét" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1284 +msgid "The uploaded file was only partially uploaded" +msgstr "A fájl csak részlegesen lett feltöltve" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1287 +msgid "No file was uploaded" +msgstr "Nem lett feltöltve fájl." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1290 +msgid "Missing a temporary folder" +msgstr "Hiányzik az átmeneti könyvtár." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1293 +msgid "Failed to write file to disk" +msgstr "A fájl mentése nem sikerült." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1296 +msgid "File upload stopped by extension" +msgstr "A bővítmény leállította a fájl feltöltést" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1299 +msgid "Unknown upload error" +msgstr "Ismeretlen feltöltési hiba történt." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/install.php:20 +msgid "Sorry, NextGEN Gallery works only with a role called administrator" +msgstr "A NextGEN Gallery csak adminisztrátori szerepkörrel működik." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/install.php:92 +msgid "" +"NextGEN Gallery : Tables could not created, please check your database " +"settings" +msgstr "" +"NextGEN Gallery: A táblák létrehozása sikertelen volt, ellenőrizzük az " +"adatbázis beállításokat." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:99 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:206 +msgid "No images selected" +msgstr "Nem lett kép kiválasztva." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:107 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:190 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:234 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:323 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:642 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:724 +msgid "Resize images" +msgstr "Képek átméretezése" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:116 +#, php-format +msgid "" +"You are about to start the bulk edit for %s galleries \n" +" \n" +" 'Cancel' to stop, 'OK' to proceed." +msgstr "" +"A %s galéria csoportos szerkesztésére készülünk \n" +" \n" +"Az 'OK' végrehajtja, a 'Mégse' megállítja a folyamatot." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:154 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:197 +msgid "Add new gallery" +msgstr "Új galéria létrehozása" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:171 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:174 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:272 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:275 +msgid "Search Images" +msgstr "Képek keresése" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:186 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:320 +msgid "Bulk actions" +msgstr "Tömeges műveletek" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:188 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:321 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:572 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:687 +msgid "Set watermark" +msgstr "Vízjel elhelyezése" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:191 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:326 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:577 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:708 +msgid "Import metadata" +msgstr "Metaadat importálása" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:192 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:324 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:567 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:684 +msgid "Recover from backup" +msgstr "Visszaállítás biztonsági másolatból" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:194 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:335 +msgid "Apply" +msgstr "Alkalmazás" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:262 +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:253 +msgid "Edit" +msgstr "Szerkesztés" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:309 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:379 +msgid "No entries found" +msgstr "Nincs elem." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:327 +msgid "New Gallery" +msgstr "Új galéria" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:329 +msgid "Create a new , empty gallery below the folder" +msgstr "Új, üres galéria létrehozása ebben a könyvtárban" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:331 +msgid "Allowed characters for file and folder names are" +msgstr "A fájl- és könyvtárnevekben a következő karakterek használhatók" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:357 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:462 +msgid "Resize Images to" +msgstr "Képek átméretezése:" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:361 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:466 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:453 +msgid "Width x height (in pixel). NextGEN Gallery will keep ratio size" +msgstr "" +"Szélesség x magasság (pixelben). A NextGEN Gallery megtartja a képarányokat." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:385 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:490 +#: products/photocrati_nextgen/modules/ngglegacy/admin/publish.php:40 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:416 +msgid "Width x height (in pixel)" +msgstr "Szélesség x magasság (pixelben)" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:391 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:496 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:426 +msgid "Set fix dimension" +msgstr "Fix méret beállítás" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:393 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:498 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:428 +msgid "Ignore the aspect ratio, no portrait thumbnails" +msgstr "A képarány figyelmen kívül hagyása, ne legyenek álló bélyegképek" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:456 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:568 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:156 +msgid "ID" +msgstr "AZ" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:458 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:571 +#: products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:245 +#: products/photocrati_nextgen/modules/ngglegacy/admin/style.php:134 +msgid "Description" +msgstr "Leírás" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:460 +msgid "Page ID" +msgstr "Oldal AZ" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:35 +msgid "Gallery not found." +msgstr "Nem található a galéria." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:41 +msgid "Sorry, you have no access here" +msgstr "Nincs hozzáférési jogosultság." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:214 +msgid "Copy image to..." +msgstr "Kép másolása ide..." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:218 +msgid "Move image to..." +msgstr "Kép áthelyezése ide..." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:222 +msgid "Add new tags" +msgstr "Új címkék hozzáadása" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:226 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:332 +msgid "Delete tags" +msgstr "Címkék törlése" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:230 +msgid "Overwrite" +msgstr "Felülírás" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:243 +#, php-format +msgid "" +"You are about to start the bulk edit for %s images \n" +" \n" +" 'Cancel' to stop, 'OK' to proceed." +msgstr "" +"%s kép csoportos szerkesztésére készülünk \n" +" \n" +"Az 'OK' végrehajtja, a 'Mégse' megállítja a folyamatot." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:269 +#, php-format +msgid "Search results for “%s”" +msgstr "Keresési eredmények: “%s”" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:298 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:488 +msgid "Gallery settings" +msgstr "Galéria beállítások" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:298 +msgid "Click here for more settings" +msgstr "További beállításokhoz kattintás ide" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:304 +msgid "Scan Folder for new images" +msgstr "Új képek keresése a könyvtárban" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:306 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:341 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:386 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:400 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:436 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:478 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:563 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:598 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:708 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:861 +msgid "Save Changes" +msgstr "Változások mentése" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:325 +msgid "Delete images" +msgstr "Képek törlése" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:327 +msgid "Rotate images clockwise" +msgstr "Képek forgatása az óramutató járásának irányában" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:328 +msgid "Rotate images counter-clockwise" +msgstr "Képek forgatása az óramutató járásával ellentétesen" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:329 +msgid "Copy to..." +msgstr "Másolás ide..." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:330 +msgid "Move to..." +msgstr "Áthelyezés ide..." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:331 +msgid "Add tags" +msgstr "Címkék hozzáadása" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:333 +msgid "Overwrite tags" +msgstr "Címke felülírása" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:338 +msgid "Sort gallery" +msgstr "Galéria rendezése" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:402 +msgid "Enter the tags" +msgstr "Címkék megadása" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:426 +msgid "Select the destination gallery:" +msgstr "A célgaléria kiválasztása:" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:569 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:161 +#: products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:266 +msgid "Thumbnail" +msgstr "Bélyegkép" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:571 +msgid "Alt & Title Text" +msgstr "Alternatív és címszöveg" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:572 +msgid "Tags (comma separated list)" +msgstr "Címkék (vesszővel elválasztott lista)" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-sort.php:35 +msgid "Sort order changed" +msgstr "A rendezési sorrend megváltozott." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-sort.php:97 +msgid "Sort Gallery" +msgstr "Galériák rendezése" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-sort.php:101 +msgid "Update Sort Order" +msgstr "Rendezési sorrend frissítése" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-sort.php:104 +msgid "Back to gallery" +msgstr "Vissza a galériához" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-sort.php:109 +msgid "Presort" +msgstr "Előrendezés" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-sort.php:110 +msgid "Unsorted" +msgstr "Rendezetlen" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-sort.php:113 +#: products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:241 +msgid "Alt/Title text" +msgstr "Alternatív/Cím szöveg" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:90 +msgid "deleted successfully" +msgstr "sikeresen törlésre került." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:106 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:115 +msgid "Operation successful. Please clear your browser cache." +msgstr "A művelet befejeződött. Ürítsük ki a böngésző gyorsítótárát." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:171 +msgid "Alt & Title Text / Description" +msgstr "Alternatív és címszöveg / Leírás" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:214 +msgid "Exclude ?" +msgstr "Kizárás" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:299 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:301 +msgid "View" +msgstr "Nézet" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:309 +msgid "Show meta data" +msgstr "Metaadatok megjelenítése" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:310 +msgid "Meta" +msgstr "EXIF" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:318 +msgid "Customize thumbnail" +msgstr "Bélyegkép testreszabása" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:319 +msgid "Edit thumb" +msgstr "Bélyegkép szerkesztése" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:327 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:328 +msgid "Rotate" +msgstr "Forgatás" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:338 +msgid "Publish this image" +msgstr "Kép publikálása" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:339 +#: products/photocrati_nextgen/modules/ngglegacy/admin/publish.php:58 +msgid "Publish" +msgstr "Publikálás" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:349 +msgid "Recover image from backup" +msgstr "Visszaállítás biztonsági másolatból" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:350 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:352 +msgid "Recover" +msgstr "Visszaállítás" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:361 +msgid "Delete image" +msgstr "Kép törlése" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:392 +msgid "Title:" +msgstr "Cím:" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:398 +msgid "Description:" +msgstr "Leírás:" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:404 +msgid "Gallery path:" +msgstr "Galéria útvonal:" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:419 +msgid "Link to page:" +msgstr "Link az oldalhoz:" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:420 +msgid "Albums will link this gallery to the selected page" +msgstr "Az albumok ezt a galériát a kiválasztott oldalhoz kapcsolják." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:425 +msgid "Preview image:" +msgstr "Kép előnézet:" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:431 +msgid "Create new page:" +msgstr "Új oldal létrehozása:" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:607 +msgid "Gallery deleted successfully " +msgstr "A galéria sikeresen törlésre került." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:678 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:681 +msgid "Rotate images" +msgstr "Képek forgatása" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:704 +msgid "Pictures deleted successfully " +msgstr "A képek sikeresen törlésre kerültek." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:802 +msgid "Tags changed" +msgstr "A címkék cseréje megtörtént." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:842 +msgid "Update successful" +msgstr "A frissítés sikeres volt." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:877 +msgid "New gallery page ID" +msgstr "Új galéria oldal azonosító" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:877 +msgid "created" +msgstr "létrehozva" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:915 +msgid "Published a new post" +msgstr "Az új bejegyzés publikálásra került." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:1062 +msgid "Go to the first page" +msgstr "Ugrás az első oldalra" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:1069 +msgid "Go to the previous page" +msgstr "Ugrás az előző oldalra" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:1078 +msgid "Current page" +msgstr "Aktuális oldal" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:1089 +msgid "Go to the next page" +msgstr "Ugrás a következő oldalra" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:1096 +msgid "Go to the last page" +msgstr "Ugrás az utolsó oldalra" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:1046 +#, php-format +msgid "1 item" +msgid_plural "%s items" +msgstr[0] "1 elem" +msgstr[1] "%s elem" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:1046 +#, php-format +msgctxt "paging" +msgid "%1$s of %2$s" +msgstr "%1$s / %2$s" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:11 +msgid "NextGEN Gallery" +msgstr "NextGEN Gallery" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:186 +msgid "No gallery" +msgstr "Nincs galéria." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:198 +msgid "Select »" +msgstr "Választás »" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:230 +msgid "Hide" +msgstr "Elrejtés" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:235 +msgid "Image ID:" +msgstr "Kép AZ:" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:249 +#: products/photocrati_nextgen/modules/ngglegacy/admin/publish.php:45 +msgid "Alignment" +msgstr "Igazítás" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:252 +#: products/photocrati_nextgen/modules/ngglegacy/admin/publish.php:47 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:583 +msgid "None" +msgstr "Nincs" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:254 +#: products/photocrati_nextgen/modules/ngglegacy/admin/publish.php:49 +msgid "Left" +msgstr "Bal" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:256 +#: products/photocrati_nextgen/modules/ngglegacy/admin/publish.php:51 +msgid "Center" +msgstr "Közép" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:258 +#: products/photocrati_nextgen/modules/ngglegacy/admin/publish.php:53 +msgid "Right" +msgstr "Jobb" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:262 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:690 +msgid "Size" +msgstr "Méret" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:268 +msgid "Full size" +msgstr "Teljes méret" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:270 +msgid "Singlepic" +msgstr "Singlepic" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:282 +msgid "Use as featured image" +msgstr "Használat kiemelt képként." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:284 +msgid "Insert into Post" +msgstr "Bejegyzésbe illesztés" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:295 +msgid "Save all changes" +msgstr "Összes változtatás mentése" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:14 +msgid "NextGEN Gallery Overview" +msgstr "NextGEN Gallery áttekintése" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:84 +msgid "Welcome to NextGEN Gallery !" +msgstr "Üdvözlet a NextGEN Gallery bővítményben." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:85 +msgid "Do you like this Plugin?" +msgstr "Tetszik a bővítmény?" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:87 +msgid "About" +msgstr "Névjegy" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:90 +msgid "Server Settings" +msgstr "Szerver beállítások" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:97 +msgid "" +"NextGEN Gallery is one of the most popular Wordpress plugins of all time " +"with over 9 million downloads. It is developed and supported by Photocrati " +"Media. We'd like to offer a special thanks to Alex Rabe, who first developed " +"the plugin and maintained it through 2011." +msgstr "" +"A NextGEN Gallery az egyik legnépszerűbb Wordpress bővítmény több, mint 9 " +"millió letöltéssel. A fejlesztés és a támogatást a Photocrati Media adja. " +"Külön köszönet Alex Rabe részére, aki elkezdte a bővítmény fejlesztését és " +"karbantartotta azt 2011-ig." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:98 +msgid "" +"NEED HELP? If you need help or assistance please visit the " +"NextGEN " +"Gallery forums on WordPress.org. Please note that we actively monitor " +"and participate in the forums, but given that NextGEN Gallery is a free " +"product, we don't guarantee replies to support queries." +msgstr "" +"Segítség Ha segítségre vagy támogatásra van szükség, " +"keressük fel a NextGEN Gallery fórumokat a WordPress.org webhelyen. A " +"fejlesztők aktívan nézik át a fórumokat megválaszolva a kérdéseket, de mivel " +"a NextGEN Gallery ingyenes termék, nem garantálják a támogatói kérések " +"megválaszolását." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:99 +msgid "" +"EXTENDING NEXTGEN? There are many third party plugins that " +"add displays and functionality for NextGEN Gallery. See our Complete List of " +"NextGEN Extension Plugins." +msgstr "" +"NextGEN bővítés Számos külső fejlesztésű bővítmény ad " +"megjelenítést és funkciókat a NextGEN Gallery részére. NextGEN bővítmények " +"teljes listája." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:107 +#, php-format +msgid "" +"This plugin is primarily developed, maintained, supported and documented by " +"Photocrati Media with a lot of love & " +"effort. Any kind of contribution would be highly appreciated. Thanks!" +msgstr "" +"A bővítmény fejlesztését, karbantartását, támogatását és dokumentálását Photocrati Media végzi el. Minden " +"hozzájárulást szívesen vesznek." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:112 +msgid "Please click \"Works\" on WordPress.org" +msgstr "Kattintsunk a \"Works\" lehetőségen a WordPress.org webhelyen." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:117 +msgid "Give it a good rating on WordPress.org" +msgstr "Értékelés a WordPress.org webhelyen." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:122 +msgid "Visit the plugin homepage" +msgstr "Bővítmény webhelye" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:127 +msgid "Help translating it" +msgstr "Segítség a fordításhoz." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:149 +msgid "Graphic Library" +msgstr "Grafikus rendszerkönyvtár" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:165 +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:214 +msgid "Loading…" +msgstr "Betöltés…" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:165 +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:214 +msgid "This widget requires JavaScript." +msgstr "A kialkalmazás a JavaScript használatát igényli." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:178 +msgid "Thanks to all donators..." +msgstr "Köszönet az adományozóknak..." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:200 +msgid "View all" +msgstr "Összes megtekintése" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:226 +#, php-format +msgid "" +"Newsfeed could not be loaded. Check the front page to " +"check for updates." +msgstr "" +"A hírforrás nem tölthető be. Ellenőrizzük a kezdőlapot a " +"frissítésekért." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:238 +msgid "Untitled" +msgstr "Cím nélküli" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:303 +msgid "At a Glance" +msgstr "Összefoglaló" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:356 +msgid "Storage Space" +msgstr "Tárolási terület" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:360 +#, php-format +msgid "" +"%2$sMB" +msgstr "" +"%2$sMB" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:361 +msgid "Space Allowed" +msgstr "Engedélyezett tárterület" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:368 +#, php-format +msgid "" +"%2$sMB (%3$s" +"%%)" +msgstr "" +"%2$sMB " +"(%3$s%%)" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:369 +msgid "Space Used" +msgstr "Felhasznált tárterület" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:395 +msgid "No GD support" +msgstr "Nincs GD támogatás" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:427 +msgid "Not set" +msgstr "Nincs beállítva" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:429 +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:432 +msgid "On" +msgstr "Be" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:430 +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:433 +msgid "Off" +msgstr "Ki" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:437 +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:440 +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:443 +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:446 +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:449 +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:452 +msgid "N/A" +msgstr "Nincs adat" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:451 +msgid " MByte" +msgstr "megabájt" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:464 +msgid "Operating System" +msgstr "Operációs rendszer" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:465 +msgid "Server" +msgstr "Szerver" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:466 +msgid "Memory usage" +msgstr "Memória felhasználás" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:467 +msgid "MYSQL Version" +msgstr "MYSQL verzió" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:468 +msgid "SQL Mode" +msgstr "SQL mód" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:469 +msgid "PHP Version" +msgstr "PHP verzió" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:470 +msgid "PHP Safe Mode" +msgstr "PHP Safe Mode" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:471 +msgid "PHP Allow URL fopen" +msgstr "PHP Allow URL fopen bekapcsolása" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:472 +msgid "PHP Memory Limit" +msgstr "PHP memóriakorlát" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:473 +msgid "PHP Max Upload Size" +msgstr "PHP feltöltési méretkorlát" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:474 +msgid "PHP Max Post Size" +msgstr "PHP maximális beküldési méret" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:475 +msgid "PCRE Backtracking Limit" +msgstr "PCRE visszakövetési korlát" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:476 +msgid "PHP Max Script Execute Time" +msgstr "PHP végrehajtási időkorlát" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:477 +msgid "PHP Exif support" +msgstr "PHP Exif támogatás" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:478 +msgid "PHP IPTC support" +msgstr "PHP IPTC támogatás" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:479 +msgid "PHP XML support" +msgstr "PHP XML támogatás" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:491 +msgid "" +"NextGEN Gallery contains some functions which are only available under PHP " +"5.2. You are using the old PHP 4 version, upgrade now! It's no longer " +"supported by the PHP group. Many shared hosting providers offer both PHP 4 " +"and PHP 5, running simultaneously. Ask your provider if they can do this." +msgstr "" +"A NextGEN Gallery olyan függvényeket tartalmaz, amely csak a PHP 5.2 " +"verziónál érhető el. Régebbi, PHP 4 verzió használata esetén frissítsünk " +"most! A PHP csoport már nem támogatja a régebbi verziót. Sok " +"tárhelyszolgáltató támogatja mind a PHP 4 mind a PHP 5 használatát, " +"párhuzamosan futtatva azokat. Kérdezzük meg a szolgáltatót, hogy van-e " +"megfelelő PHP szolgáltatás." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/publish.php:35 +msgid "Post title" +msgstr "Bejegyzéscím" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/publish.php:37 +msgid "Enter the post title " +msgstr "Bejegyzés cím megadása" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/publish.php:42 +msgid "Size of the image" +msgstr "Képméret" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/publish.php:60 +msgid "Draft" +msgstr "Piszkozat" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/roles.php:26 +msgid "" +"Select the lowest role which should be able to access the following " +"capabilities. NextGEN Gallery supports the standard roles from WordPress." +msgstr "" +"Válasszuk ki a galéria használatához szükséges legalacsonyabb jogosultsági " +"szintet. A NextGEN Gallery bővítmény a WordPress szabványos felhasználói " +"szerepköreit használja." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/roles.php:27 +msgid "For a more flexible user management you can use the" +msgstr "Rugalmasabb felhasználókezeléshez a következő bővítmény használható:" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/roles.php:31 +msgid "Main NextGEN Gallery overview" +msgstr "NextGEN Gallery áttekintése" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/roles.php:35 +msgid "Use TinyMCE Button / Upload tab" +msgstr "TinyMCE Gombok / Feltöltés fül használata" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/roles.php:39 +msgid "Add gallery / Upload images" +msgstr "Galéria létrehozása / Képek feltöltése" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/roles.php:43 +msgid "Manage gallery" +msgstr "Galéria kezelés" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/roles.php:47 +msgid "Manage others gallery" +msgstr "További galériák kezelése" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/roles.php:51 +msgid "Manage tags" +msgstr "Címkék kezelése" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/roles.php:59 +msgid "Change style" +msgstr "Stílusváltás" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/roles.php:63 +msgid "Change options" +msgstr "Beállítások megváltoztatása" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/roles.php:67 +msgid "NextGEN Attach Interface" +msgstr "NextGEN csatolási felület" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/rotate.php:60 +msgid "Image rotated" +msgstr "A kép elforgatásra került." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/rotate.php:62 +msgid "Error rotating thumbnail" +msgstr "Hiba történt a bélyegkép forgatásakor" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/rotate.php:85 +msgid "90° clockwise" +msgstr "90° óramutatóval megegyezően" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/rotate.php:86 +msgid "90° anticlockwise" +msgstr "90° óramutatóval ellentétesen" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/rotate.php:87 +msgid "Flip vertically" +msgstr "Tükrözés függőlegesen" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/rotate.php:88 +msgid "Flip horizontally" +msgstr "Tükrözés vízszintesen" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:22 +#: products/photocrati_nextgen/modules/ngglegacy/admin/upgrade.php:204 +#, php-format +msgid "Rebuild image structure : %s / %s images" +msgstr "Képstruktúra újraépítés: %s / %s kép" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:23 +#: products/photocrati_nextgen/modules/ngglegacy/admin/upgrade.php:205 +#, php-format +msgid "Rebuild gallery structure : %s / %s galleries" +msgstr "Galériastruktúra újraépítés: %s / %s galéria" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:24 +#: products/photocrati_nextgen/modules/ngglegacy/admin/upgrade.php:206 +#, php-format +msgid "Rebuild album structure : %s / %s albums" +msgstr "Albumstruktúra újraépítés: %s / %s album" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:81 +#: products/photocrati_nextgen/modules/ngglegacy/admin/upgrade.php:263 +msgid "Done." +msgstr "Kész." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:196 +msgid "Cache cleared" +msgstr "Az gyorsítótár kiürítésre került." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:315 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:334 +msgid "General Options" +msgstr "Általános beállítások" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:317 +msgid "Image" +msgid_plural "Images" +msgstr[0] "kép" +msgstr[1] "kép" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:319 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:572 +msgid "Effects" +msgstr "Effektusok" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:320 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:614 +msgid "Watermark" +msgstr "Vízjel" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:340 +#: products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:54 +msgid "Gallery path" +msgstr "Galéria útvonala" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:342 +msgid "This is the default path for all galleries" +msgstr "Ez az alapértelmezett útvonal az összes galériához." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:345 +msgid "Delete image files" +msgstr "Képfájlok törlése" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:347 +msgid "Delete files, when removing a gallery in the database" +msgstr "A fájlok törlése a galéria adatbázisból történő eltávolításakor." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:350 +msgid "Activate permalinks" +msgstr "Közvetlen linkek bekapcsolása" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:352 +msgid "" +"When you activate this option, you need to update your permalink structure " +"one time." +msgstr "" +"Ha ezt az opciót aktiváljuk, akkor frissíteni kell a közvetlenlink " +"struktúrát." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:353 +msgid "Gallery slug name :" +msgstr "Galéria keresőbarát útvonalrész név:" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:357 +msgid "Create new URL friendly image slugs" +msgstr "Új webcím-barát képútvonal-részek létrehozása" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:358 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:474 +msgid "Proceed now" +msgstr "Művelet végrehajtása" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:361 +msgid "Select graphic library" +msgstr "Grafikus műveletek" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:362 +msgid "GD Library" +msgstr "GD rendszerkönyvtár" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:363 +msgid "ImageMagick (Experimental). Path to the library :" +msgstr "ImageMagick (kísérleti). Útvonal a rendszerkönyvtárhoz:" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:368 +msgid "Activate Media RSS feed" +msgstr "Média RSS csatorna bekapcsolása" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:370 +msgid "" +"A RSS feed will be added to you blog header. Useful for CoolIris/PicLens" +msgstr "" +"Egy RSS hivatkozás kerül a blog fejlécébe, mely hasznos a CoolIris/PicLens " +"lehetőségnél." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:373 +msgid "Activate PicLens/CoolIris support" +msgstr "PicLens/CoolIris támogatás bekapcsolása" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:375 +msgid "" +"When you activate this option, some javascript is added to your site footer. " +"Make sure that wp_footer is called in your theme." +msgstr "" +"Amikor aktiváljuk ezt az opciót, egy pár soros JavaScript kerül a láblécbe. " +"Nézzük meg, hogy általunk használt sablonban a wp_footer függvény " +"meghívásra kerül-e." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:378 +msgid "Tags / Categories" +msgstr "Címkék / Kategóriák" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:381 +msgid "Activate related images" +msgstr "Kapcsolódó képek aktiválása" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:383 +msgid "This option will append related images to every post" +msgstr "Ez az opció kapcsolódó képeket csatol minden bejegyzéshez." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:387 +msgid "Match with" +msgstr "Egyezés:" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:393 +msgid "Max. number of images" +msgstr "Képek maximális száma" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:395 +msgid "0 will show all images" +msgstr "0 esetén minden kép megjelenik" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:399 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:435 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:477 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:562 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:597 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:860 +msgid "More settings" +msgstr "További beállítások" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:409 +msgid "Thumbnail settings" +msgstr "Bélyegkép beállítások" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:413 +msgid "" +"Please note : If you change the settings, you need to recreate the " +"thumbnails under -> Manage Gallery ." +msgstr "" +"Megjegyzés: ha megváltoztatjuk a beállításokat, a bélyegképeket újra kell " +"generálni a Galéria kezelés menüpontban." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:422 +msgid "These values are maximum values " +msgstr "Ezek a maximális értékek." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:445 +msgid "Image settings" +msgstr "Képbeállítások" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:451 +msgid "Resize Images" +msgstr "Képek átméretezése" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:460 +msgid "Backup original images" +msgstr "Eredeti képek biztonsági másolata" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:462 +msgid "Creates a backup for inserted images" +msgstr "Biztonsági másolatot készítése a beszúrt képekről" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:465 +msgid "Automatically resize" +msgstr "Automatikus átméretezés" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:467 +msgid "Automatically resize images on upload." +msgstr "Képek automatikus átméretezése feltöltéskor." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:470 +msgid "Single picture" +msgstr "Önálló kép" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:473 +msgid "Clear cache folder" +msgstr "Gyorsítótár törlése" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:494 +msgid "Deactivate gallery page link" +msgstr "Galéria oldal hivatkozás kikapcsolása" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:496 +msgid "" +"The album will not link to a gallery subpage. The gallery is shown on the " +"same page." +msgstr "" +"Az album nem hivatkozik galéria aloldalra. A galéria ugyanazon az oldalon " +"jelenik meg." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:500 +msgid "Number of images per page" +msgstr "Oldalanként megjelenített képek száma" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:502 +msgid "0 will disable pagination, all images on one page" +msgstr "" +"0 esetén a lapozás kikapcsolásra kerül. Minden kép egy oldalon jelenik meg." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:506 +msgid "Number of columns" +msgstr "Oszlopok száma" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:508 +msgid "" +"0 will display as much as possible based on the width of your theme. Setting " +"normally only required for captions below the images" +msgstr "" +"0 esetén a sablon szélességén alapul. Normál beállítás, csak a kép alatti " +"szöveget kell még figyelembe venni." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:512 +msgid "Integrate slideshow" +msgstr "Diavetítés integrálása" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:519 +msgid "Show first" +msgstr "Megjelenítés elsőként" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:525 +msgid "Show ImageBrowser" +msgstr "Képböngésző megjelenítése" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:527 +msgid "The gallery will open the ImageBrowser instead the effect." +msgstr "A galériát a képböngésző nyitja effektus nélkül." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:531 +msgid "Add hidden images" +msgstr "Rejtett képek hozzáadása" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:533 +msgid "" +"If pagination is used, this option will still show all images in the modal " +"window (Thickbox, Lightbox etc.). Note : This increases the page load" +msgstr "" +"Lapozás használatakor ez az opció modális ablakban jeleníti meg az összes " +"képet (Thickbox, Lightbox stb.). Megjegyzés : ez növeli az oldal betöltési " +"sebességét." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:539 +msgid "" +"Browse images without reload the page. Note : Works only in combination with " +"Shutter effect" +msgstr "" +"Képek tallózása az oldal újra betöltése nélkül. Megjegyzés: csak a Shutter " +"effektussal együtt működik." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:543 +msgid "Sort options" +msgstr "Rendezési beállítások" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:546 +msgid "Sort thumbnails" +msgstr "Bélyegképek rendezése" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:548 +msgid "Custom order" +msgstr "Egyedi sorrend" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:550 +msgid "File name" +msgstr "Fájl neve" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:551 +msgid "Alt / Title text" +msgstr "Alternatív / Cím szöveg" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:552 +#: products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser-exif.php:58 +msgid "Date / Time" +msgstr "Dátum / Időpont" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:556 +msgid "Sort direction" +msgstr "Rendezés iránya" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:576 +msgid "" +"Here you can select the thumbnail effect, NextGEN Gallery will integrate the " +"required HTML code in the images. Please note that only the Shutter and " +"Thickbox effect will automatic added to your theme." +msgstr "" +"Itt lehet kiválasztani a bélyegkép effektusokat. A NextGEN Gallery " +"integrálja a szükséges HTML-kódot a képekhez.Megjegyzés: csak a Shutter és a " +"Thickbox effektus kerül automatikusan a témába." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:577 +msgid "With the placeholder" +msgstr "Helyőrrel együtt" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:577 +msgid "" +"you can activate a navigation through the images (depend on the effect). " +"Change the code line only , when you use a different thumbnail effect or you " +"know what you do." +msgstr "" +"Effektustól függően navigálhatunk a képeken keresztül. Csak akkor " +"változtassuk meg a kódsort, ha különböző bélyegkép effektusokat használunk " +"vagy tudjuk, hogy mit teszünk." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:580 +msgid "JavaScript Thumbnail effect" +msgstr "JavaScript bélyegkép effektus" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:584 +msgid "Thickbox" +msgstr "Thickbox" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:585 +msgid "Lightbox" +msgstr "Lightbox" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:586 +msgid "Highslide" +msgstr "Highslide" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:587 +msgid "Shutter" +msgstr "Shutter" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:593 +msgid "Link Code line" +msgstr "Hivatkozás kódsora" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:615 +msgid "" +"Please note : You can only activate the watermark under -> Manage Gallery . " +"This action cannot be undone." +msgstr "" +"Megjegyzés: A vízjel a Galéria kezelés menüpont alatt aktiválható. A művelet " +"nem vonható vissza." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:620 +msgid "Preview" +msgstr "Előnézet" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:622 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:627 +msgid "Position" +msgstr "Pozíció" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:647 +msgid "Offset" +msgstr "Eltolás" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:663 +msgid "Use image as watermark" +msgstr "Kép használata vízjelként" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:666 +msgid "URL to file" +msgstr "Fájl URL" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:668 +msgid "The accessing of URL files is disabled at your server (allow_url_fopen)" +msgstr "" +"Az URL hivatkozású fájlok használatát a szerver tiltja (allow_url_fopen)" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:671 +msgid "Use text as watermark" +msgstr "Szöveges vízjel" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:674 +msgid "Font" +msgstr "Betűtípus" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:683 +msgid "This function will not work, cause you need the FreeType library" +msgstr "" +"Ez a függvény nem fog működni, mivel nem áll rendelkezésre a szükséges " +"FreeType rendszerkönyvtár." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:685 +msgid "" +"You can upload more fonts in the folder nggallery/fonts" +msgstr "" +"További betűtípusokat az nggallery/fonts könyvtárba lehet " +"feltölteni." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:694 +msgid "Color" +msgstr "Szín" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:696 +msgid "(hex w/o #)" +msgstr "(a számsor # nélkül)" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:699 +msgid "Text" +msgstr "Szöveg" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:703 +msgid "Opaque" +msgstr "Átlátszatlan" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:724 +msgid "Default size (W x H)" +msgstr "Alapértelmezett méret (SZ x M)" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:729 +msgid "Duration time" +msgstr "Időtartam" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:730 +msgid "sec." +msgstr "mp." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:733 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:810 +msgid "Transition / Fade effect" +msgstr "Átmenet / Áttűnés effektus" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:736 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:813 +msgid "fade" +msgstr "halványodás" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:737 +msgid "blindX" +msgstr "blindX" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:738 +msgid "cover" +msgstr "fedés" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:739 +msgid "scrollUp" +msgstr "Gördítés fel" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:740 +msgid "scrollDown" +msgstr "Gördítés le" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:741 +msgid "shuffle" +msgstr "keverés" + +# Köszi eosz a segítséget! +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:742 +msgid "toss" +msgstr "dobás" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:743 +msgid "wipe" +msgstr "eltávolít" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:745 +msgid "See here for more information about the effects :" +msgstr "További infók az effektusról:" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:749 +msgid "Settings for the JW Image Rotator" +msgstr "JW Image Rotator beállítások" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:758 +msgid "" +"The path to JW Image Rotator is not defined, the slideshow will not work." +msgstr "" +"Mivel a JW Image Rotator útvonala nincs megadva, a diavetítés nem működik." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:770 +msgid "Path to the JW Image Rotator (URL)" +msgstr "JW Image Rotator útvonal (URL)" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:773 +msgid "Search now" +msgstr "Keresés most" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:774 +msgid "Press the button below to search for the JW Image Rotator" +msgstr "Nyomjuk le az alábbi gombot a JW Image Rotator kereséséhez." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:778 +msgid "Shuffle mode" +msgstr "Keverés mód" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:796 +msgid "You can change the logo at the watermark settings" +msgstr "A logót a vízjel beállításoknál lehet megváltoztatni." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:802 +msgid "true" +msgstr "igaz" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:803 +msgid "false" +msgstr "hamis" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:804 +msgid "fit" +msgstr "helykitöltés" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:805 +msgid "none" +msgstr "nincs" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:814 +msgid "bgfade" +msgstr "háttérhalványodás" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:815 +msgid "slowfade" +msgstr "lassú átúszás" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:816 +msgid "circles" +msgstr "körök" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:817 +msgid "bubbles" +msgstr "buborékok" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:818 +msgid "blocks" +msgstr "téglák" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:819 +msgid "fluids" +msgstr "folyadék" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:820 +msgid "flash" +msgstr "vaku" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:821 +msgid "lines" +msgstr "vonalak" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:831 +msgid "Background Color" +msgstr "Háttérszín" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:836 +msgid "Texts / Buttons Color" +msgstr "Szövegek / Gombok színe" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:841 +msgid "Rollover / Active Color" +msgstr "Kiválasztott / Aktív szín" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:846 +msgid "Screen Color" +msgstr "Képernyő-szín" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:851 +msgid "Background music (URL)" +msgstr "Háttérzene (URL)" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:855 +msgid "Try XHTML validation (with CDATA)" +msgstr "XHTML ellenőrzés (a CDATA-val)" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:857 +msgid "" +"Important : Could causes problem at some browser. Please recheck your page." +msgstr "" +"Fontos: ez egyes böngészőkkel gondokat okozhat. Ellenőrizzük az oldalt " +"minden böngészővel." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/showmeta.php:29 +msgid "Meta Data" +msgstr "Metaadat" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/showmeta.php:34 +#: products/photocrati_nextgen/modules/ngglegacy/admin/showmeta.php:60 +#: products/photocrati_nextgen/modules/ngglegacy/admin/showmeta.php:85 +#: products/photocrati_nextgen/modules/ngglegacy/admin/showmeta.php:109 +msgid "Tag" +msgstr "Címke" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/showmeta.php:35 +#: products/photocrati_nextgen/modules/ngglegacy/admin/showmeta.php:61 +#: products/photocrati_nextgen/modules/ngglegacy/admin/showmeta.php:86 +#: products/photocrati_nextgen/modules/ngglegacy/admin/showmeta.php:110 +msgid "Value" +msgstr "Érték" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/showmeta.php:49 +msgid "No meta data saved" +msgstr "A metaadat nem került mentésre." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/showmeta.php:55 +msgid "EXIF Data" +msgstr "EXIF adatok" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/showmeta.php:74 +msgid "No exif data" +msgstr "Nincs EXIF adat" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/showmeta.php:81 +msgid "IPTC Data" +msgstr "IPTC adatok" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/showmeta.php:105 +msgid "XMP Data" +msgstr "XMP adatok" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/style.php:11 +msgid "(From the theme folder)" +msgstr "(A téma könyvtárából)" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/style.php:43 +msgid "You do not have sufficient permissions to edit templates for this blog." +msgstr "Nem rendelkezünk a sablonok szerkesztéséhez szükséges jogosultsággal." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/style.php:52 +msgid "CSS file successfully updated" +msgstr "A CSS állomány sikeresen módosításra került." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/style.php:91 +msgid "Activate and use style sheet:" +msgstr "A stíluslap aktiválása és használata: " + +#: products/photocrati_nextgen/modules/ngglegacy/admin/style.php:111 +msgid "Activate" +msgstr "Aktiválás" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/style.php:121 +#, php-format +msgid "Editing %s" +msgstr "%s szerkesztése" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/style.php:123 +#, php-format +msgid "Browsing %s" +msgstr "%s böngészése" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/style.php:133 +msgid "Version" +msgstr "Verzió" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/style.php:136 +msgid "" +"Tip : Copy your stylesheet (nggallery.css) to your theme folder, so it will " +"be not lost during a upgrade" +msgstr "" +"Javaslat: ha módosítjuk a stíluslapot (nggallery.css), akkor másoljuk a " +"saját téma mappájába, ekkor nem veszik el a galéria frissítésénél a " +"változtatás." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/style.php:138 +msgid "" +"Your theme contain a NextGEN Gallery stylesheet (nggallery.css), this file " +"will be used" +msgstr "" +"A téma tartalmaz egy NextGEN Gallery stíluslapot (nggallery.css), ezért ezt " +"a fájlt fogjuk használni" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/style.php:140 +msgid "" +"Tip No. 2: Use the color picker below to help you find the right color " +"scheme for your gallery!" +msgstr "" +"2. tipp: Használjuk a színpipettát a galéria megfelelő színsémájának " +"megtalálásához!" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/style.php:156 +msgid "Update File" +msgstr "Fájl frissítése" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/style.php:159 +msgid "If this file were writable you could edit it." +msgstr "Ha ez a fájl írható volt, akkor szerkeszthető." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/style.php:164 +msgid "Oops, no such file exists! Double check the name and try again, merci." +msgstr "" +"Ilyen fájl nem létezik! Kétszer is ellenőrizzük a nevet és próbáljuk újra!" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:41 +msgid "Most popular" +msgstr "Legnépszerűbb" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:42 +msgid "Least used" +msgstr "Utoljára használt" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:43 +msgid "Alphabetical" +msgstr "ABC sorrend" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:100 +msgid "Manage image tags" +msgstr "Képcímkék kezelése" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:112 +msgid "Existing Tags" +msgstr "Meglévő címkék" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:116 +msgid "Search tags" +msgstr "Címke keresése" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:120 +msgid "Go" +msgstr "OK" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:125 +msgid "Sort Order:" +msgstr "Rendezési sorrend:" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:160 +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:164 +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:177 +msgid "Previous tags" +msgstr "Előző címke" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:173 +msgid "Next tags" +msgstr "Következő címke" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:185 +msgid "Rename Tag" +msgstr "Címke átnevezése" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:193 +msgid "" +"Enter the tag to rename and its new value. You can use this feature to " +"merge tags too. Click \"Rename\" and all posts which use this tag will be " +"updated." +msgstr "" +"Írjuk be a címkét az átnevezéshez és adjunk meg új értéket. Ezt arra tudjuk " +"használni, hogy címkéket olvasszunk össze. Kattintsunk az \"Átnevezés\"-re " +"és a címkét használó összes bejegyzés lecserélésre kerül." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:194 +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:242 +msgid "You can specify multiple tags to rename by separating them with commas." +msgstr "" +"Egyszerre több címkét is át tudunk nevezni, ha vesszővel választjuk el őket" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:198 +msgid "Tag(s) to rename:" +msgstr "Átnevezendő címkék:" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:202 +msgid "New tag name(s):" +msgstr "Új címkék nevei:" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:205 +msgid "Rename" +msgstr "Átnevezés" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:211 +msgid "Delete Tag" +msgstr "Címke törlése" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:219 +msgid "" +"Enter the name of the tag to delete. This tag will be removed from all " +"posts." +msgstr "" +"Írjuk be a törölni kívánt címke nevét. Ez a címke minden bejegyzésből " +"törlődni fog." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:220 +msgid "You can specify multiple tags to delete by separating them with commas" +msgstr "" +"Egyszerre több címkét is tudunk törölni, ha vesszővel választjuk el őket" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:224 +msgid "Tag(s) to delete:" +msgstr "Törlendő címkék:" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:233 +msgid "Edit Tag Slug" +msgstr "Címke rövidítés szerkesztése" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:241 +msgid "" +"Enter the tag name to edit and its new slug. This will be used in tagcloud " +"links. Slug definition" +msgstr "" +"Írjuk be a szerkesztendő címkenevet és ez lesz az új keresőbarát útvonal. Keresőbarát útvonal " +"meghatározása" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:246 +msgid "Tag(s) to match:" +msgstr "Illeszkedő címkék:" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:250 +msgid "Slug(s) to set:" +msgstr "Hozzá illő rövidítések:" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/templates/manage_gallery/gallery_create_page_field.php:3 +msgid "Main Page (no parent)" +msgstr "Kezdőoldal (szülő nélkül)" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/templates/manage_gallery/gallery_create_page_field.php:10 +msgid "Add page" +msgstr "Oldal hozzáadása" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/templates/manage_gallery/gallery_link_to_page_field.php:3 +msgid "Not linked" +msgstr "Nincs hivatkozás" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/thumbnails-template.php:103 +msgid "These are maximum values" +msgstr "Ezek a maximális értékek." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/upgrade.php:61 +msgid "" +"Some folders/files could not renamed, please recheck the permission and " +"rescan the folder in the manage gallery section." +msgstr "" +"Egyes mappák/fájlok nem nevezhetők át. Ellenőrizd a jogosultságokat és " +"frissítsük a mappákat a Galériakezelés menüpontnál." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/upgrade.php:63 +msgid "Rename failed" +msgstr "Az átnevezés meghiúsult." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/upgrade.php:159 +#: products/photocrati_nextgen/modules/ngglegacy/admin/upgrade.php:178 +msgid "Upgrade NextGEN Gallery" +msgstr "NextGEN Gallery frissítése" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/upgrade.php:160 +msgid "The script detect that you upgrade from a older version." +msgstr "A szkript észlelte, hogy egy régebbi verzióról frissítettünk." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/upgrade.php:161 +msgid "" +"Your database tables for NextGEN Gallery is out-of-date, and must be " +"upgraded before you can continue." +msgstr "" +"A NextGEN Gallery adatbázistáblái elavultak, emiatt frissíteni kell, mielőtt " +"folytatnánk." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/upgrade.php:162 +msgid "" +"If you would like to downgrade later, please make first a complete backup of " +"your database and the images." +msgstr "" +"Ha régebbi rendszerre szeretnénk visszaállni, előbb végezzünk el egy " +"komplett mentést az adatbázisról és a képekről." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/upgrade.php:163 +msgid "The upgrade process may take a while, so please be patient." +msgstr "A frissítés eltarthat egy darabig, várjunk türelemmel." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/upgrade.php:164 +msgid "Start upgrade now" +msgstr "Frissítés megkezdése" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/upgrade.php:180 +msgid "Upgrade finished..." +msgstr "A frissítés befejeződött..." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/upgrade.php:181 +msgid "Continue" +msgstr "Folytatás" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:33 +msgid "Update successfully" +msgstr "A frissítés befejeződött." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:48 +msgid "Network Options" +msgstr "Hálózati beállítások" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:56 +msgid "" +"This is the default path for all blogs. With the placeholder %BLOG_ID% you " +"can organize the folder structure better." +msgstr "" +"Ez az összes blog alapértelmezett útvonala. A %BLOG_ID% segítségével jobban " +"tudjuk rendezni a könyvtárstruktúrát." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:57 +#, php-format +msgid "The default setting should be %s" +msgstr "Az ajánlott alapértelmezett beállítás: %s" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:61 +msgid "Enable upload quota check" +msgstr "Feltöltési kvóta ellenőrzés engedélyezése" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:63 +msgid "Should work if the gallery is bellow the blog.dir" +msgstr "Elméletileg működik, ha a galéria a blog.dir alatt van." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:67 +msgid "Enable zip upload option" +msgstr "Zip feltöltési beállítások engedélyezése" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:69 +msgid "Allow users to upload zip folders." +msgstr "A zip fájlok feltöltésének engedélyezése." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:73 +msgid "Enable import function" +msgstr "Importálási művelet engedélyezése" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:75 +msgid "Allow users to import images folders from the server." +msgstr "A felhasználók képeket importálhatnak a szerverről." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:79 +msgid "Enable style selection" +msgstr "Stílusválasztás engedélyezése" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:81 +msgid "Allow users to choose a style for the gallery." +msgstr "A felhasználók egyedi stílust választhatnak a galériájukhoz." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:85 +msgid "Enable roles/capabilities" +msgstr "Szerepkörök/képességek engedélyezése" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:87 +msgid "Allow users to change the roles for other blog authors." +msgstr "" +"Lehetővé teszi a felhasználóknak szerepkörök változtatását más blog " +"szerzőknél." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:91 +msgid "Default style" +msgstr "Alapértelmezett stílus" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:108 +msgid "Choose the default style for the galleries." +msgstr "Alapértelmezett stílus a galériákhoz." + +#: products/photocrati_nextgen/modules/ngglegacy/lib/core.php:410 +#, php-format +msgid "" +"Note : Based on your server memory limit you should not upload larger images " +"then %d x %d pixel" +msgstr "" +"Megjegyzés: a szerver memóriabeállításai alapján nem célszerű feltölteni " +"%d x %d pixelnél nagyobb képeket." + +#: products/photocrati_nextgen/modules/ngglegacy/lib/ngg-db.php:337 +#: products/photocrati_nextgen/modules/ngglegacy/lib/ngg-db.php:338 +msgid "Album overview" +msgstr "Album áttekintése" + +#: products/photocrati_nextgen/modules/ngglegacy/lib/post-thumbnail.php:68 +#: products/photocrati_nextgen/modules/ngglegacy/lib/post-thumbnail.php:70 +msgid "Set NextGEN featured image" +msgstr "NextGEN kiemelt kép beállítása" + +#: products/photocrati_nextgen/modules/ngglegacy/lib/post-thumbnail.php:328 +#: products/photocrati_nextgen/modules/ngglegacy/lib/post-thumbnail.php:329 +msgid "Set featured image" +msgstr "Kiemelt kép beállítása" + +#: products/photocrati_nextgen/modules/ngglegacy/lib/post-thumbnail.php:356 +msgid "Remove featured image" +msgstr "Kiemelt képek eltávolítása" + +#: products/photocrati_nextgen/modules/ngglegacy/lib/rewrite.php:223 +msgid "Album" +msgid_plural "Albums" +msgstr[0] "Album" +msgstr[1] "Album" + +#: products/photocrati_nextgen/modules/ngglegacy/lib/tags.php:35 +msgid "No new tag specified!" +msgstr "Nem adtunk meg új címkét." + +#: products/photocrati_nextgen/modules/ngglegacy/lib/tags.php:50 +msgid "No new/old valid tag specified!" +msgstr "Nem adtunk meg érvényes régi vagy új címkét." + +#: products/photocrati_nextgen/modules/ngglegacy/lib/tags.php:86 +msgid "No tag renamed." +msgstr "Nincs átnevezett címke." + +#: products/photocrati_nextgen/modules/ngglegacy/lib/tags.php:88 +#, php-format +msgid "Renamed tag(s) «%1$s» to «%2$s»" +msgstr "«%1$s» címke átnevezve erre: «%2$s»" + +#: products/photocrati_nextgen/modules/ngglegacy/lib/tags.php:95 +msgid "No valid new tag." +msgstr "Nincs érvényes új címke." + +#: products/photocrati_nextgen/modules/ngglegacy/lib/tags.php:112 +msgid "No objects (post/page) found for specified old tags." +msgstr "" +"Nincs olyan bejegyzés vagy oldal, mely ezeket a régi címkéket tartalmazza." + +#: products/photocrati_nextgen/modules/ngglegacy/lib/tags.php:141 +msgid "No tag merged." +msgstr "Nincs összevont címke." + +#: products/photocrati_nextgen/modules/ngglegacy/lib/tags.php:143 +#, php-format +msgid "" +"Merge tag(s) «%1$s» to «%2$s». %3$s objects edited." +msgstr "" +"«%1$s» címke összevonása ezzel: «%2$s». %3$s " +"objektum szerkesztve." + +#: products/photocrati_nextgen/modules/ngglegacy/lib/tags.php:146 +msgid "Error. Not enough tags provided to rename or merge." +msgstr "Hiba: nincs elegendő címke az átnevezéshez vagy az összevonásához." + +#: products/photocrati_nextgen/modules/ngglegacy/lib/tags.php:165 +msgid "No tag specified!" +msgstr "Nem adtunk meg címkét!" + +#: products/photocrati_nextgen/modules/ngglegacy/lib/tags.php:188 +msgid "No tag deleted." +msgstr "Nincs törölt címke." + +#: products/photocrati_nextgen/modules/ngglegacy/lib/tags.php:190 +#, php-format +msgid "%1s tag(s) deleted." +msgstr "%1s címke törlésre került." + +#: products/photocrati_nextgen/modules/ngglegacy/lib/tags.php:206 +msgid "No new slug(s) specified!" +msgstr "Nincs új keresőbarát útvonalrész megadva." + +#: products/photocrati_nextgen/modules/ngglegacy/lib/tags.php:218 +msgid "Tags number and slugs number isn't the same!" +msgstr "A címkeszámok és a keresőbarát útvonalrész számok nem ugyanazok." + +#: products/photocrati_nextgen/modules/ngglegacy/lib/tags.php:245 +msgid "No slug edited." +msgstr "Nincs szerkesztett keresőbarát útvonalrész." + +#: products/photocrati_nextgen/modules/ngglegacy/lib/tags.php:247 +#, php-format +msgid "%s slug(s) edited." +msgstr "%s keresőbarát útvonalrész került szerkesztésre." + +#: products/photocrati_nextgen/modules/ngglegacy/nggallery.php:64 +msgid "" +"Translation by : See here" +msgstr "" +"Fordítás: Itt" + +#: products/photocrati_nextgen/modules/ngglegacy/nggallery.php:65 +msgid "" +"This translation is not yet updated for Version 1.9.0. If " +"you would like to help with translation, download the current po from the " +"plugin folder and read here how you can translate the plugin." +msgstr "" +"A fordítás még nincs frissítve az 1.9.0 verzióra. Ha részt " +"akarunk venni a fordításban, töltsük le az aktuális po fájlt a bővítmény " +"könyvtárából és olvassuk el itt a fordítási útmutatókat!" + +#: products/photocrati_nextgen/modules/ngglegacy/nggallery.php:158 +msgid "" +"Sorry, NextGEN Gallery works only with a Memory Limit of 16 MB or higher" +msgstr "A NextGEN Gallery 16MB-nál több memóriával működik." + +#: products/photocrati_nextgen/modules/ngglegacy/nggallery.php:184 +msgid "Picture tag" +msgstr "Kép címke" + +#: products/photocrati_nextgen/modules/ngglegacy/nggallery.php:185 +msgid "Picture tag: %2$l." +msgstr "Kép címke: %2$l." + +#: products/photocrati_nextgen/modules/ngglegacy/nggallery.php:186 +msgid "Separate picture tags with commas." +msgstr "A kép címkéket vesszővel kell elválasztani." + +#: products/photocrati_nextgen/modules/ngglegacy/nggallery.php:324 +msgid "Get help" +msgstr "Segítségkérés" + +#: products/photocrati_nextgen/modules/ngglegacy/nggallery.php:325 +msgid "Contribute" +msgstr "Hozzájárulás" + +#: products/photocrati_nextgen/modules/ngglegacy/nggfunctions.php:29 +msgid "[Gallery not found]" +msgstr "[Nincs ilyen galéria]" + +#: products/photocrati_nextgen/modules/ngglegacy/nggfunctions.php:163 +msgid "Related images for" +msgstr "Kapcsolódó képek:" + +#: products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser-exif.php:38 +msgid "Meta data" +msgstr "EXIF megjelenítése" + +#: products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser-exif.php:42 +msgid "Camera / Type" +msgstr "Kameratípus" + +#: products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser-exif.php:50 +msgid "Focal Length" +msgstr "Fókusztávolság" + +#: products/photocrati_nextgen/modules/ngglegacy/xml/media-rss.php:50 +msgid "No galleries have been yet created." +msgstr "Még nincs galéria létrehozva." + +#: products/photocrati_nextgen/modules/ngglegacy/xml/media-rss.php:69 +#, php-format +msgid "The gallery ID=%s does not exist." +msgstr "Nem létező galéria: ID=%s" + +#: products/photocrati_nextgen/modules/ngglegacy/xml/media-rss.php:100 +msgid "No album ID has been provided as parameter" +msgstr "Az album azonosító nincs paraméterrel ellátva." + +#: products/photocrati_nextgen/modules/ngglegacy/xml/media-rss.php:108 +#, php-format +msgid "The album ID=%s does not exist." +msgstr "Nem létező album: ID=%s" + +#: products/photocrati_nextgen/modules/ngglegacy/xml/media-rss.php:115 +msgid "Invalid MediaRSS command" +msgstr "Hibás a Média RSS parancs" + +msgid "NextGEN Basic Compact Album" +msgstr "NextGEN alap kompakt album" + +msgid "NextGEN Basic Extended Album" +msgstr "NextGEN alap kiterjesztett album" + +msgid "NextGEN Basic Thumbnails" +msgstr "NextGEN alap bélyegképek" + +msgid "NextGEN Basic Slideshow" +msgstr "NextGEN alap diavetítés" + +msgid "NextGEN Basic ImageBrowser" +msgstr "NEXTGEN alap képböngésző" + +msgid "NextGEN Basic Singlepic" +msgstr "NextGEN alap Singlepic" + +msgid "NextGEN Basic Tagcloud" +msgstr "NextGEN alap címkefelhő" diff --git a/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/i18n/lang/nggallery-it_IT.mo b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/i18n/lang/nggallery-it_IT.mo new file mode 100644 index 0000000000000000000000000000000000000000..e5280bfd4a7bf32a5aeee9dd3d5a37c4d674cec7 GIT binary patch literal 76080 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\n" +"Language-Team: Photocrati Media\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Language: it\n" +"X-Generator: Poedit 1.6.5\n" + +#: nggallery.php:290 +#, php-format +msgid "Every %d seconds" +msgstr "Ogni %d secondi" + +#: products/photocrati_nextgen/modules/attach_to_post/adapter.attach_to_post_ajax.php:157 +#, php-format +msgid "Album: %s" +msgstr "Album: %s" + +#: products/photocrati_nextgen/modules/attach_to_post/adapter.attach_to_post_ajax.php:159 +#, php-format +msgid "Gallery: %s" +msgstr "Galleria: %s" + +#: products/photocrati_nextgen/modules/attach_to_post/adapter.attach_to_post_ajax.php:177 +msgid "Missing parameters" +msgstr "Parametri mancanti" + +#: products/photocrati_nextgen/modules/attach_to_post/adapter.attach_to_post_ajax.php:213 +msgid "Displayed gallery does not exist" +msgstr "La galleria visualizzata non esiste" + +#: products/photocrati_nextgen/modules/attach_to_post/adapter.attach_to_post_ajax.php:216 +msgid "Invalid request" +msgstr "Richiesta non valida" + +#: products/photocrati_nextgen/modules/attach_to_post/class.attach_controller.php:248 +msgid "NextGEN Gallery - Attach To Post" +msgstr "NextGEN Gallery - Allega all'articolo" + +#: products/photocrati_nextgen/modules/attach_to_post/class.attach_controller.php:266 +msgid "Display Galleries" +msgstr "Mostra Gallerie" + +#: products/photocrati_nextgen/modules/attach_to_post/class.attach_controller.php:273 +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/adapter.nextgen_addgallery_controller.php:7 +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:192 +msgid "Add Gallery / Images" +msgstr "Aggiungi Galleria / Immagini" + +#: products/photocrati_nextgen/modules/attach_to_post/class.attach_controller.php:280 +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:160 +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:194 +msgid "Manage Galleries" +msgid_plural "Manage Galleries" +msgstr[0] "Gestisci Galleria" +msgstr[1] "Gestisci Gallerie" + +#: products/photocrati_nextgen/modules/attach_to_post/class.attach_controller.php:287 +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:404 +msgid "Manage Albums" +msgid_plural "Manage Albums" +msgstr[0] "Gestisci Album" +msgstr[1] "Gestisci Album" + +#: products/photocrati_nextgen/modules/attach_to_post/class.attach_controller.php:294 +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:162 +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:198 +msgid "Manage Tags" +msgstr "Gestisci Tag" + +#: products/photocrati_nextgen/modules/attach_to_post/mixin.attach_to_post_display_tab.php:115 +msgid "What would you like to display?" +msgstr "Cosa vorresti visualizzare?" + +#: products/photocrati_nextgen/modules/attach_to_post/mixin.attach_to_post_display_tab.php:139 +msgid "Select a display type" +msgstr "Seleziona un tipo di visualizzazione" + +#: products/photocrati_nextgen/modules/attach_to_post/mixin.attach_to_post_display_tab.php:162 +msgid "Customize the display settings" +msgstr "Personalizza le impostazioni di visualizzazione" + +#: products/photocrati_nextgen/modules/attach_to_post/mixin.attach_to_post_display_tab.php:253 +msgid "No display type selected" +msgstr "Nessun tipo di visualizzazione selezionata" + +#: products/photocrati_nextgen/modules/attach_to_post/mixin.attach_to_post_display_tab.php:271 +msgid "Sort or Exclude Images" +msgstr "Ordina o Escludi Immagini" + +#: products/photocrati_nextgen/modules/attach_to_post/module.attach_to_post.php:186 +msgid "Invalid Displayed Gallery" +msgstr "Galleria visualizzata non valida" + +#: products/photocrati_nextgen/modules/attach_to_post/templates/display_tab.php:10 +#: products/photocrati_nextgen/modules/nextgen_admin/templates/nextgen_admin_page.php:25 +msgid "Save" +msgstr "Salva" + +#: products/photocrati_nextgen/modules/attach_to_post/templates/display_tab_js.php:612 +msgid "Sources" +msgstr "Sorgenti" + +#: products/photocrati_nextgen/modules/attach_to_post/templates/display_tab_js.php:646 +#: products/photocrati_nextgen/modules/nextgen_admin/class.form.php:362 +msgid "(optional)" +msgstr "(opzionale)" + +#: products/photocrati_nextgen/modules/attach_to_post/templates/display_tab_js.php:654 +msgid "" +"Sets an SEO-friendly name to this gallery for URLs. Currently only in use by " +"the Pro Lightbox." +msgstr "" +"Imposta un nome SEO per questo URL di galleria. Attualmente utilizzato solo " +"da Pro Lightbox." + +#: products/photocrati_nextgen/modules/attach_to_post/templates/display_tab_js.php:655 +msgid "Slug" +msgstr "Slug" + +#: products/photocrati_nextgen/modules/attach_to_post/templates/display_tab_js.php:860 +msgid "No entities to display for this source." +msgstr "Nessuna entità da visualizzare per questa sorgente." + +#: products/photocrati_nextgen/modules/attach_to_post/templates/display_tab_js.php:1264 +msgid "Select a gallery" +msgstr "Seleziona una galleria" + +#: products/photocrati_nextgen/modules/attach_to_post/templates/display_tab_js.php:1292 +msgid "Albums" +msgstr "Album" + +#: products/photocrati_nextgen/modules/lightbox/adapter.lightbox_library_form.php:34 +msgid "Code" +msgstr "Codice" + +#: products/photocrati_nextgen/modules/lightbox/adapter.lightbox_library_form.php:48 +msgid "Stylesheet URL" +msgstr "URL del foglio di stile" + +#: products/photocrati_nextgen/modules/lightbox/adapter.lightbox_library_form.php:62 +msgid "Javascript URL" +msgstr "URL javascript" + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/adapter.import_folder_form.php:7 +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/templates/import_folder.php:6 +msgid "Import Folder" +msgstr "Importa Cartella" + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/adapter.nextgen_addgallery_ajax.php:41 +msgid "No gallery name specified" +msgstr "Nessun nome galleria specificato" + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/adapter.nextgen_addgallery_ajax.php:55 +msgid "Failed to extract images from ZIP" +msgstr "Estrazione di immagini dallo ZIP fallita" + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/adapter.nextgen_addgallery_ajax.php:61 +msgid "Image generation failed" +msgstr "Generazione dell'immagine fallita" + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/adapter.nextgen_addgallery_ajax.php:70 +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/adapter.nextgen_addgallery_ajax.php:150 +msgid "An unexpected error occured." +msgstr "Si è verificato un errore imprevisto." + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/adapter.nextgen_addgallery_ajax.php:77 +msgid "" +"No permissions to upload images. Try refreshing the page or ensuring that " +"your user account has sufficient roles/privileges." +msgstr "" +"Nessun permesso di caricare immagini. Prova a ricaricare la pagina o " +"assicurati che il tuo account ha i permessi necessari." + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/adapter.nextgen_addgallery_ajax.php:117 +msgid "Directory does not exist." +msgstr "Directory inesistente." + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/adapter.nextgen_addgallery_ajax.php:121 +msgid "No directory specified." +msgstr "Nessuna directory specificata" + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/adapter.nextgen_addgallery_ajax.php:125 +msgid "" +"No permissions to browse folders. Try refreshing the page or ensuring that " +"your user account has sufficient roles/privileges." +msgstr "" +"Nessun permesso di sfogliare le cartelle. Prova a ricaricare la pagina o " +"assicurati che il tuo account ha i permessi necessari." + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/adapter.nextgen_addgallery_ajax.php:155 +msgid "No folder specified" +msgstr "Nessuna cartella specificata" + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/adapter.nextgen_addgallery_ajax.php:159 +msgid "" +"No permissions to import folders. Try refreshing the page or ensuring that " +"your user account has sufficient roles/privileges." +msgstr "" +"Nessun permesso di importare cartelle. Prova a ricaricare la pagina o " +"assicurati che il tuo account ha i permessi necessari." + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/adapter.upload_images_form.php:7 +msgid "Upload Images" +msgstr "Carica Immagini" + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/templates/import_folder.php:1 +msgid "" +"Select a folder to import. The folder name will be used as the title of the " +"gallery." +msgstr "" +"Seleziona una cartella da importare. Il nome della cartella verrà usato come " +"titolo della galleria." + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/templates/import_folder.php:5 +msgid "Keep images in original location." +msgstr "Mantieni immagini nella posizione originale." + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/templates/import_folder.php:5 +msgid "" +"Caution: If you keep images in the original folder and later delete the " +"gallery, the images in that folder might be deleted depending on your " +"settings." +msgstr "" +"Attenzione: se mantieni le immagini nella posizione originale e " +"successivamente cancelli la galleria, le immagini in quella cartella " +"potrebbero essere cancellate a seconda delle impostazioni." + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/templates/import_folder.php:39 +msgid "Importing gallery" +msgstr "Importazione della galleria" + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/templates/import_folder.php:41 +msgid "In Progress..." +msgstr "In corso..." + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/templates/import_folder.php:56 +#, php-format +msgid "Done! Successfully imported %s images" +msgstr "Fatto! Importante con successo %s immagini" + +#: products/photocrati_nextgen/modules/attach_to_post/templates/display_tab_js.php:1268 +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/templates/upload_images.php:2 +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:189 +#: products/photocrati_nextgen/modules/ngglegacy/lib/rewrite.php:217 +#: products/photocrati_nextgen/modules/ngglegacy/lib/rewrite.php:226 +msgid "Gallery" +msgid_plural "Galleries" +msgstr[0] "Galleria" +msgstr[1] "Gallerie" + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/templates/upload_images.php:4 +msgid "Create a new gallery" +msgstr "Crea nuova galleria" + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/templates/upload_images.php:13 +msgid "You browser doesn't have Flash, Silverlight, HTML5, or HTML4 support." +msgstr "Il tuo browser non supporta Flash, Silverlight, HTML5 o HTML4." + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/templates/upload_images.php:99 +msgid "Drag image and ZIP files here or click Add Files" +msgstr "" +"Trascina immagini o file ZIP qui o clicca Aggiungi File" + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/templates/upload_images.php:149 +#, php-format +msgid "%s images were uploaded successfully" +msgstr "%s immagini sono state caricate con successo" + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/templates/upload_images.php:152 +msgid "1 image was uploaded successfully" +msgstr "1 immagine è stata caricata con successo" + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/templates/upload_images.php:155 +msgid "0 images were uploaded" +msgstr "0 immagini sono state caricate" + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/templates/upload_images.php:169 +msgid "Upload complete" +msgstr "Caricamento completato" + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/templates/upload_images.php:191 +msgid "" +"An unexpected error occured. This is most likely due to a server " +"misconfiguration. Check your PHP error log or ask your hosting provider for " +"assistance." +msgstr "" +"Si è verificato un errore imprevisto. Probabilmente a causa di una errata " +"configurazione del server. Controlla il log degli errori PHP o chiedi " +"assistenza al tuo hosting provider." + +#: products/photocrati_nextgen/modules/nextgen_admin/class.form.php:226 +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_thumbnail_form.php:167 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:537 +msgid "Enable AJAX pagination" +msgstr "Abilita paginazione AJAX" + +#: products/photocrati_nextgen/modules/nextgen_admin/class.form.php:238 +msgid "Override thumbnail settings" +msgstr "Ignora impostazioni miniatura" + +#: products/photocrati_nextgen/modules/nextgen_admin/class.form.php:240 +msgid "" +"This does not affect existing thumbnails; overriding the thumbnail settings " +"will create an additional set of thumbnails. To change the size of existing " +"thumbnails please visit 'Manage Galleries' and choose 'Create new " +"thumbnails' for all images in the gallery." +msgstr "" +"Questo non influenza miniature esistenti; sovrascrivendo le impostazioni " +"delle miniature si creeranno set addizionali di miniature. Per modificare la " +"dimensione delle miniature esistenti visita 'Gestisci Gallerie' e seleziona " +"'Crea nuove miniature' per tutte le immagini nella galleria." + +#: products/photocrati_nextgen/modules/nextgen_admin/class.form.php:248 +#: products/photocrati_nextgen/modules/nextgen_basic_singlepic/adapter.nextgen_basic_singlepic_form.php:37 +msgid "Thumbnail dimensions" +msgstr "Dimensioni delle miniature" + +#: products/photocrati_nextgen/modules/nextgen_admin/class.form.php:262 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:431 +msgid "Thumbnail quality" +msgstr "Qualità delle miniature" + +#: products/photocrati_nextgen/modules/nextgen_admin/class.form.php:272 +msgid "Thumbnail crop" +msgstr "Taglio miniatura" + +#: products/photocrati_nextgen/modules/nextgen_admin/class.form.php:281 +msgid "Thumbnail watermark" +msgstr "Filigrana miniatura" + +#: products/photocrati_nextgen/modules/nextgen_admin/class.form.php:306 +msgid "Override image settings" +msgstr "Ignora impostazioni immagine" + +#: products/photocrati_nextgen/modules/nextgen_admin/class.form.php:308 +msgid "Overriding the image settings will create an additional set of images" +msgstr "" +"Sovrascrivendo le impostazioni immagine saranno creati set addizionali di " +"immagini" + +#: products/photocrati_nextgen/modules/nextgen_admin/class.form.php:316 +#: products/photocrati_nextgen/modules/nextgen_basic_singlepic/adapter.nextgen_basic_singlepic_form.php:66 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:456 +msgid "Image quality" +msgstr "Qualità immagine" + +#: products/photocrati_nextgen/modules/nextgen_admin/class.form.php:326 +msgid "Image crop" +msgstr "Taglio immagine" + +#: products/photocrati_nextgen/modules/nextgen_admin/class.form.php:335 +msgid "Image watermark" +msgstr "Filigrana immagine" + +#: products/photocrati_nextgen/modules/nextgen_admin/class.form.php:359 +msgid "Gallery width" +msgstr "Larghezza Galleria" + +#: products/photocrati_nextgen/modules/nextgen_admin/class.form.php:361 +msgid "An empty or 0 setting will make the gallery full width" +msgstr "Un'impostazione vuota o 0 renderanno la galleria a larghezza piena" + +#: products/photocrati_nextgen/modules/nextgen_admin/class.form.php:365 +msgid "Pixels" +msgstr "Pixel" + +#: products/photocrati_nextgen/modules/nextgen_admin/class.form.php:365 +msgid "Percent" +msgstr "Percentuale" + +#: products/photocrati_nextgen/modules/nextgen_admin/class.form.php:374 +msgid "First Image" +msgstr "Prima Immagine" + +#: products/photocrati_nextgen/modules/nextgen_admin/class.form.php:375 +msgid "Average" +msgstr "Media" + +#: products/photocrati_nextgen/modules/nextgen_admin/class.nextgen_admin_page_controller.php:100 +msgid "Clear" +msgstr "Pulisci" + +#: products/photocrati_nextgen/modules/nextgen_admin/class.nextgen_admin_page_controller.php:101 +msgid "Default" +msgstr "Default" + +#: products/photocrati_nextgen/modules/nextgen_admin/class.nextgen_admin_page_controller.php:102 +msgid "Select Color" +msgstr "Seleziona COlore" + +#: products/photocrati_nextgen/modules/nextgen_admin/class.nextgen_admin_page_controller.php:103 +msgid "Current Color" +msgstr "Colore corrente" + +#: products/photocrati_nextgen/modules/nextgen_admin/class.nextgen_admin_page_controller.php:174 +msgid "Saved successfully" +msgstr "Salvato con successo" + +#: products/photocrati_nextgen/modules/nextgen_admin/templates/field_generator/nextgen_settings_field_radio.php:16 +#: products/photocrati_nextgen/modules/nextgen_basic_singlepic/templates/nextgen_basic_singlepic_settings_radio.php:16 +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:122 +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.miscellaneous_form.php:24 +#: products/photocrati_nextgen/modules/nextgen_other_options/templates/image_options_tab.php:40 +#: products/photocrati_nextgen/modules/nextgen_other_options/templates/image_options_tab.php:65 +#: products/photocrati_nextgen/modules/nextgen_other_options/templates/image_options_tab.php:191 +#: products/photocrati_nextgen/modules/nextgen_other_options/templates/thumbnail_options_tab.php:37 +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:407 +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:454 +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:457 +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:460 +msgid "Yes" +msgstr "Si" + +#: products/photocrati_nextgen/modules/nextgen_admin/templates/field_generator/nextgen_settings_field_radio.php:24 +#: products/photocrati_nextgen/modules/nextgen_basic_singlepic/templates/nextgen_basic_singlepic_settings_radio.php:24 +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:123 +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.miscellaneous_form.php:23 +#: products/photocrati_nextgen/modules/nextgen_other_options/templates/image_options_tab.php:47 +#: products/photocrati_nextgen/modules/nextgen_other_options/templates/image_options_tab.php:72 +#: products/photocrati_nextgen/modules/nextgen_other_options/templates/image_options_tab.php:198 +#: products/photocrati_nextgen/modules/nextgen_other_options/templates/thumbnail_options_tab.php:44 +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:409 +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:455 +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:458 +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:461 +msgid "No" +msgstr "No" + +#: products/photocrati_nextgen/modules/nextgen_basic_album/mixin.nextgen_basic_album_form.php:25 +msgid "Display galleries as" +msgstr "Mostra gallerie come" + +#: products/photocrati_nextgen/modules/nextgen_basic_album/mixin.nextgen_basic_album_form.php:26 +msgid "How would you like galleries to be displayed?" +msgstr "Come vorresti mostrare le gallerie?" + +#: products/photocrati_nextgen/modules/nextgen_basic_album/mixin.nextgen_basic_album_form.php:28 +msgid "Galleries per page" +msgstr "Gallerie per pagina" + +#: products/photocrati_nextgen/modules/nextgen_basic_album/mixin.nextgen_basic_album_form.php:47 +msgid "Items per page" +msgstr "Oggetti per pagina" + +#: products/photocrati_nextgen/modules/nextgen_basic_album/mixin.nextgen_basic_album_form.php:48 +msgid "Maximum number of galleries or sub-albums to appear on a single page" +msgstr "" +"Numero massimo di gallerie o sotto-album da visualizzare in una singola " +"pagina" + +#: products/photocrati_nextgen/modules/nextgen_basic_album/templates/compact.php:28 +#: products/photocrati_nextgen/modules/nextgen_basic_album/templates/extended.php:15 +#: products/photocrati_nextgen/modules/ngglegacy/view/album-compact.php:45 +#: products/photocrati_nextgen/modules/ngglegacy/view/album-extend.php:31 +msgid "Photos" +msgstr "Foto" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_gallery_mapper.php:94 +msgid "[Show PicLens]" +msgstr "[Mostra PicLens]" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:63 +msgid "Interval" +msgstr "Intervallo" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:67 +msgid "# of seconds" +msgstr "# di secondi" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:77 +msgid "Image limit" +msgstr "Limite immagini" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:79 +msgid "Maximum number of images to display with recent or random sources" +msgstr "" +"Massimo numero di immagini da visualizzare da sorgenti recenti o casuali" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:81 +msgid "# of images" +msgstr "# di immagini" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:112 +msgid "Maximum dimensions" +msgstr "Dimensione massima" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:113 +msgid "" +"Certain themes may allow images to flow over their container if this setting " +"is too large" +msgstr "" +"Alcuni temi possono permettere alle immagini di andare oltre il proprio " +"contenitore se le impostazioni sono troppo larghe" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:123 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:765 +msgid "Enable flash slideshow" +msgstr "Abilita slideshow flash" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:125 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:767 +msgid "Integrate the flash based slideshow for all flash supported devices" +msgstr "Integra lo slideshow flash per tutti i device che lo supportano" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:134 +msgid "Shuffle" +msgstr "Mescola" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:146 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:782 +msgid "Show next image on click" +msgstr "Mostra immagine successiva al click" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:158 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:786 +msgid "Show navigation bar" +msgstr "Mostra barra di navigazione" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:170 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:790 +msgid "Show loading icon" +msgstr "Mostra icona di caricamento" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:182 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:794 +msgid "Use watermark logo" +msgstr "Usa logo filigrana" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:184 +msgid "" +"Use the watermark image in the Flash object. Note: this does not watermark " +"the image itself, and cannot be applied with text watermarks" +msgstr "" +"Usa l'immagine di filigrana nell'oggetto Flash. Nota: questo non modifica " +"l'immagine, e non può essere applicata con filigrana testuale" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:194 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:799 +msgid "Stretch image" +msgstr "Estendi immagine" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:231 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:827 +msgid "Use slow zooming effect" +msgstr "Usa effetto zoom lento" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:243 +msgid "Background music (url)" +msgstr "Musica di sottofondo (url)" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:256 +msgid "Try XHTML validation" +msgstr "Prova validazione XHTML" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:268 +msgid "Background" +msgstr "Sfondo" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:280 +msgid "Texts / buttons" +msgstr "Testo / pulsanti" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:292 +msgid "Rollover / active" +msgstr "Rollover / attivo" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:304 +msgid "Screen" +msgstr "Schermo" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:322 +msgid "Show thumbnail link" +msgstr "Mostra link miniatura" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:338 +msgid "Thumbnail link text" +msgstr "Testo link miniatura" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_thumbnail_form.php:65 +msgid "Images per page" +msgstr "Immagini per pagina" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_thumbnail_form.php:67 +msgid "0 will display all images at once" +msgstr "0 visualizzerà tutte le immagini insieme" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_thumbnail_form.php:85 +msgid "Number of columns to display" +msgstr "Numero di colonne da visualizzare" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_thumbnail_form.php:89 +msgid "# of columns" +msgstr "# di colonne" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_thumbnail_form.php:105 +msgid "Piclens link text" +msgstr "Link testuale Piclens" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_thumbnail_form.php:123 +msgid "Show piclens link" +msgstr "Mostra link piclens" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_thumbnail_form.php:139 +msgid "Add Hidden Images" +msgstr "Aggiungi Immagini Nascoste" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_thumbnail_form.php:141 +msgid "" +"If pagination is used this option will show all images in the modal window " +"(Thickbox, Lightbox etc.) This increases page load." +msgstr "" +"Se la paginazione è utilizzata questa opzione mostrerà tutte le immagini " +"nella finestra modale (Thickbox, Lightbox, ecc.). Il carico pagina viene " +"incrementato." + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_thumbnail_form.php:150 +msgid "Use imagebrowser effect" +msgstr "Utilizza effetto imagebrowser" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_thumbnail_form.php:152 +msgid "" +"When active each image in the gallery will link to an imagebrowser display " +"and lightbox effects will not be applied." +msgstr "" +"Quando attivo ogni immagine nella galleria sarà collegato ad un " +"visualizzatore imagebrowser e gli effetti lightbox non saranno applicati." + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_thumbnail_form.php:169 +msgid "Browse images without reloading the page." +msgstr "Sfoglia le immagini senza ricaricare la pagina." + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_thumbnail_form.php:184 +msgid "Show slideshow link" +msgstr "Mostra link slideshow" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_thumbnail_form.php:200 +msgid "Slideshow link text" +msgstr "Testo link slideshow" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/templates/slideshow/index.php:35 +msgid "" +"Slideshows require the Flash Player and a browser with Javascript support." +msgstr "" +"Lo slideshow richiede il Flash Player e a un browser con supporto Javascript." + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/templates/slideshow/nextgen_basic_slideshow_settings_gallery_dimensions.php:13 +#: products/photocrati_nextgen/modules/nextgen_basic_singlepic/adapter.nextgen_basic_singlepic_form.php:38 +#: products/photocrati_nextgen/modules/nextgen_basic_singlepic/templates/nextgen_basic_singlepic_settings_dimensions.php:13 +#: products/photocrati_nextgen/modules/widget/templates/form_slideshow.php:52 +msgid "Width" +msgstr "Larghezza" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/templates/slideshow/nextgen_basic_slideshow_settings_gallery_dimensions.php:21 +#: products/photocrati_nextgen/modules/nextgen_basic_singlepic/adapter.nextgen_basic_singlepic_form.php:40 +#: products/photocrati_nextgen/modules/nextgen_basic_singlepic/templates/nextgen_basic_singlepic_settings_dimensions.php:20 +#: products/photocrati_nextgen/modules/widget/templates/form_slideshow.php:40 +msgid "Height" +msgstr "Altezza" + +#: products/photocrati_nextgen/modules/nextgen_basic_imagebrowser/templates/nextgen_basic_imagebrowser.php:41 +#: products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser-caption.php:26 +#: products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser-exif.php:30 +#: products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser.php:26 +msgid "Back" +msgstr "Indietro" + +#: products/photocrati_nextgen/modules/nextgen_basic_imagebrowser/templates/nextgen_basic_imagebrowser.php:49 +#: products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser-caption.php:29 +#: products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser-exif.php:33 +#: products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser.php:29 +msgid "Next" +msgstr "Avanti" + +#: products/photocrati_nextgen/modules/nextgen_basic_imagebrowser/templates/nextgen_basic_imagebrowser.php:55 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:90 +#: products/photocrati_nextgen/modules/ngglegacy/lib/rewrite.php:220 +#: products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser-caption.php:31 +#: products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser-exif.php:35 +#: products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser.php:31 +msgid "Picture" +msgstr "Immagine" + +#: products/photocrati_nextgen/modules/nextgen_basic_imagebrowser/templates/nextgen_basic_imagebrowser.php:55 +#: products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser-caption.php:31 +#: products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser-exif.php:35 +#: products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser.php:31 +msgid "of" +msgstr "di" + +#: products/photocrati_nextgen/modules/nextgen_basic_singlepic/adapter.nextgen_basic_singlepic_form.php:53 +msgid "Link" +msgstr "Link" + +#: products/photocrati_nextgen/modules/nextgen_basic_singlepic/adapter.nextgen_basic_singlepic_form.php:78 +msgid "Display watermark" +msgstr "Mostra filigrana" + +#: products/photocrati_nextgen/modules/nextgen_basic_singlepic/adapter.nextgen_basic_singlepic_form.php:88 +msgid "Display reflection" +msgstr "Mostra riflesso" + +#: products/photocrati_nextgen/modules/nextgen_basic_singlepic/adapter.nextgen_basic_singlepic_form.php:98 +msgid "Crop thumbnail" +msgstr "Taglia miniatura" + +#: products/photocrati_nextgen/modules/nextgen_basic_singlepic/adapter.nextgen_basic_singlepic_form.php:108 +msgid "Float" +msgstr "Float" + +#: products/photocrati_nextgen/modules/nextgen_basic_tagcloud/adapter.nextgen_basic_tagcloud_form.php:24 +msgid "Maximum number of tags" +msgstr "Numero massimo di tag" + +#: products/photocrati_nextgen/modules/nextgen_basic_tagcloud/adapter.nextgen_basic_tagcloud_form.php:47 +msgid "Display type" +msgstr "Tipo di visualizzazione" + +#: products/photocrati_nextgen/modules/nextgen_basic_tagcloud/adapter.nextgen_basic_tagcloud_form.php:50 +msgid "The display type that the tagcloud will point its results to" +msgstr "" +"Il tipo di visualizzazione alla quale tagcloung punterà i suoi risultati" + +#: products/photocrati_nextgen/modules/nextgen_basic_templates/adapter.nextgen_basic_template_form.php:46 +msgid "Template" +msgstr "Template" + +#: products/photocrati_nextgen/modules/nextgen_basic_templates/adapter.nextgen_basic_template_form.php:47 +msgid "Use a legacy template when rendering (not recommended)." +msgstr "Usa un template compatibile quando renderizza (non raccomandato)" + +#: products/photocrati_nextgen/modules/nextgen_data/class.gallerystorage_driver_base.php:580 +#: products/photocrati_nextgen/modules/nextgen_data/class.ngglegacy_gallerystorage_driver.php:658 +#: products/photocrati_nextgen/modules/ngglegacy/lib/multisite.php:23 +msgid "" +"Sorry, you have used your space allocation. Please delete some files to " +"upload more files." +msgstr "" +"Scusa, hai usato lo spazio disponibile. Per favore cancella qualche file per " +"caricarne di altri." + +#: products/photocrati_nextgen/modules/nextgen_data/class.gallerystorage_driver_base.php:1002 +msgid "Could not calculate resized image dimensions" +msgstr "Non posso calcolare le dimensioni immagine" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:154 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:135 +msgid " mm" +msgstr " mm" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:163 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:141 +msgid " sec" +msgstr " sec" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:168 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:145 +msgid "Fired" +msgstr "Scattato" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:168 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:145 +msgid "Not fired" +msgstr "Non scattato" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:539 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:452 +#: products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser-exif.php:46 +msgid "Aperture" +msgstr "Apertura" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:540 +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:565 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:453 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:478 +msgid "Credit" +msgstr "Credito" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:541 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:454 +msgid "Camera" +msgstr "Macchina fotografica" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:542 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:455 +msgid "Caption" +msgstr "Didascalia" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:543 +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:26 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-sort.php:114 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:456 +msgid "Date/Time" +msgstr "Data/Ora" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:544 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:457 +msgid "Copyright" +msgstr "Copyright" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:545 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:458 +msgid "Focal length" +msgstr "Lunghezza focale" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:546 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:459 +msgid "ISO" +msgstr "ISO" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:547 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:460 +#: products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser-exif.php:54 +msgid "Shutter speed" +msgstr "Velocità otturatore" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:548 +#: products/photocrati_nextgen/modules/widget/templates/form_gallery.php:4 +#: products/photocrati_nextgen/modules/widget/templates/form_mediarss.php:3 +#: products/photocrati_nextgen/modules/widget/templates/form_slideshow.php:3 +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:678 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:461 +msgid "Title" +msgstr "Titolo" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:549 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:459 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:410 +#: products/photocrati_nextgen/modules/ngglegacy/admin/style.php:132 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:462 +msgid "Author" +msgstr "Autore" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:550 +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:51 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:176 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:389 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:463 +msgid "Tags" +msgstr "Tag" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:551 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:464 +msgid "Subject" +msgstr "Soggetto" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:552 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:465 +msgid "Make" +msgstr "Crea" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:553 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:466 +msgid "Edit Status" +msgstr "Modifica stato" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:554 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:467 +msgid "Category" +msgstr "Categoria" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:555 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:468 +msgid "Keywords" +msgstr "Parole chiave" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:556 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:469 +msgid "Date Created" +msgstr "Data creazione" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:557 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:470 +msgid "Time Created" +msgstr "Ora creazione" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:558 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:471 +msgid "Author Position" +msgstr "Posizione autore" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:559 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:472 +msgid "City" +msgstr "Città" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:560 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:473 +msgid "Location" +msgstr "Posizione" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:561 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:474 +msgid "Province/State" +msgstr "Provincia/Stato" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:562 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:475 +msgid "Country code" +msgstr "Codice Nazione" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:563 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:476 +msgid "Country" +msgstr "Nazione" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:564 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:477 +msgid "Headline" +msgstr "Headline" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:566 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:479 +msgid "Source" +msgstr "Sorgente" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:567 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:480 +msgid "Copyright Notice" +msgstr "Notifica Copyright" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:568 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:481 +msgid "Contact" +msgstr "Contatto" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:569 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:482 +msgid "Last modified" +msgstr "Ultima modifica" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:570 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:483 +msgid "Program tool" +msgstr "Program tool" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:571 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:484 +msgid "Format" +msgstr "Formato" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:572 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:485 +msgid "Image Width" +msgstr "Larghezza Immagine" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:573 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:486 +msgid "Image Height" +msgstr "Altezza Immagine" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:574 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:487 +msgid "Flash" +msgstr "Flash" + +#: products/photocrati_nextgen/modules/nextgen_data/class.ngglegacy_gallerystorage_driver.php:647 +#, php-format +msgid "Unable to create directory %s." +msgstr "Impossibile creare la directory %s." + +#: products/photocrati_nextgen/modules/nextgen_data/class.ngglegacy_gallerystorage_driver.php:652 +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:823 +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1021 +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1106 +#, php-format +msgid "" +"Unable to write to directory %s. Is this directory writable by the server?" +msgstr "" +"Impossibile scrivere nella directory %s. Il server è in grado di scriverci?" + +#: products/photocrati_nextgen/modules/nextgen_data/class.ngglegacy_gallerystorage_driver.php:681 +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1146 +#, php-format +msgid "Failed to copy database row for picture %s" +msgstr "La copia della riga database per l'immagine %s è fallita" + +#: products/photocrati_nextgen/modules/nextgen_data/class.ngglegacy_gallerystorage_driver.php:693 +#, php-format +msgid "Failed to get image path for %s" +msgstr "Non è stato possibile ottenere il percorso per %s" + +#: products/photocrati_nextgen/modules/nextgen_data/class.ngglegacy_gallerystorage_driver.php:711 +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1132 +#, php-format +msgid "Failed to copy image %1$s to %2$s" +msgstr "Impossibile copiare l'immagine %1$s in %2$s" + +#: products/photocrati_nextgen/modules/nextgen_data/class.ngglegacy_gallerystorage_driver.php:715 +#, php-format +msgid "Copied image %1$s to %2$s" +msgstr "Immagine %1$s copiata in %2$s" + +#: products/photocrati_nextgen/modules/nextgen_data/class.ngglegacy_gallerystorage_driver.php:723 +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1158 +#, php-format +msgid "" +"Image %1$s (%2$s) copied as image %3$s (%4$s) » The file already " +"existed in the destination gallery." +msgstr "" +"Immagine %1$s (%2$s) copiata come immagine %3$s (%4$s) » Il file già " +"esisteva nella galleria di destinazione." + +#: products/photocrati_nextgen/modules/nextgen_data/class.ngglegacy_gallerystorage_driver.php:727 +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1161 +#, php-format +msgid "Image %1$s (%2$s) copied as image %3$s (%4$s)" +msgstr "Immagine %1$s (%2$s) copiata come immagine %3$s (%4$s)" + +#: products/photocrati_nextgen/modules/nextgen_data/class.ngglegacy_gallerystorage_driver.php:740 +#, php-format +msgid "Copied %1$s picture(s) to gallery %2$s ." +msgstr "Copiate %1$s immagini nella galleria %2$s ." + +#: products/photocrati_nextgen/modules/nextgen_data/class.ngglegacy_gallerystorage_driver.php:767 +msgid "Could not find image" +msgstr "Non trovo l'immagine" + +#: products/photocrati_nextgen/modules/nextgen_data/class.ngglegacy_gallerystorage_driver.php:772 +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:388 +msgid " is not writeable" +msgstr " non è scrivibile" + +#: products/photocrati_nextgen/modules/nextgen_data/class.ngglegacy_gallerystorage_driver.php:777 +msgid "Backup file does not exist" +msgstr "Il file di backup non esiste" + +#: products/photocrati_nextgen/modules/nextgen_data/class.ngglegacy_gallerystorage_driver.php:782 +msgid "Could not restore original image" +msgstr "Non posso ripristinare l'immagine originale" + +#: products/photocrati_nextgen/modules/nextgen_gallery_display/adapter.display_settings_controller.php:17 +#: products/photocrati_nextgen/modules/nextgen_gallery_display/module.nextgen_gallery_display.php:242 +#: products/photocrati_nextgen/modules/nextgen_gallery_display/module.nextgen_gallery_display.php:328 +msgid "Gallery Settings" +msgstr "Impostazione Galleria" + +#: products/photocrati_nextgen/modules/nextgen_gallery_display/class.displayed_gallery.php:73 +msgid "Source not compatible with selected display type" +msgstr "Sorgente non compatibile con il tipo di visualizzazione selezionata" + +#: products/photocrati_nextgen/modules/nextgen_gallery_display/module.nextgen_gallery_display.php:327 +msgid "NextGEN Gallery & Album Settings" +msgstr "Impostazioni Album & Galleria NextGEN" + +#: products/photocrati_nextgen/modules/nextgen_gallery_display/templates/alt_view_link_text.php:15 +#: products/photocrati_nextgen/modules/nextgen_gallery_display/templates/return_link_text.php:15 +msgid "link text" +msgstr "collegamento testo" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:12 +msgid "Image Options" +msgstr "Opzioni Immagine" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:22 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:588 +#: products/photocrati_nextgen/modules/ngglegacy/admin/thumbnails-template.php:76 +msgid "Custom" +msgstr "Personalizzato" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:23 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-sort.php:111 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:549 +msgid "Image ID" +msgstr "ID immagine" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:24 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:570 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-sort.php:112 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:166 +msgid "Filename" +msgstr "Nome file" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:25 +msgid "Alt/Title Text" +msgstr "Testo Alt/titolo" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:38 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-sort.php:115 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:557 +msgid "Ascending" +msgstr "Crescente" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:39 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-sort.php:116 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:558 +msgid "Descending" +msgstr "Decrescente" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:50 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:388 +msgid "Categories" +msgstr "Categorie" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:81 +msgid "Gallery path does not exist and could not be created" +msgstr "Il percorso galleria non esiste e non può essere creato" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:86 +msgid "Where would you like galleries stored?" +msgstr "Dove vorresti conservare le gallerie?" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:87 +msgid "Where galleries and their images are stored" +msgstr "Dove le gallerie e le immagini vengono conservate" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:89 +msgid "Delete Image Files?" +msgstr "Cancellare i file immagini?" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:90 +msgid "" +"When enabled, image files will be removed after a Gallery has been deleted" +msgstr "" +"Quando abilitato, i file immagini saranno rimossi dopo che una Galleria è " +"stata cancellata" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:92 +msgid "Show Related Images on Posts?" +msgstr "Mostra Immagini Correlate negli Articoli?" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:93 +msgid "" +"When enabled, related images will be appended to each post by matching the " +"posts tags/categories to image tags" +msgstr "" +"Quando abilitato, le immagini relative saranno allegate ad ogni articolo " +"attraverso i tag dei post/categorie ai tag immagine" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:95 +msgid "(Show Customization Settings)" +msgstr "(Mostra Impostazioni di personalizzazione)" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:96 +msgid "(Hide Customization Settings)" +msgstr "(Nascondi Impostazioni di personalizzazione)" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:97 +msgid "How should related images be match?" +msgstr "Come dovrebbero combaciare le immagini collegate?" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:100 +msgid "Maximum # of related images to display" +msgstr "# massimo di immagine collegate da visualizzare" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:102 +msgid "Heading for related images" +msgstr "Intestazione delle immagini collegate" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:104 +msgid "What's the default sorting method?" +msgstr "Qual'è il metodo di ordinamento predefinito?" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:107 +msgid "Sort in what direction?" +msgstr "Disponi in quale direzione?" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:110 +msgid "Automatically resize images after upload" +msgstr "Ridimensiona automaticamente immagini dopo caricamento" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:111 +msgid "It is recommended that your images be resized to be web friendly" +msgstr "" +"E' consigliabile che le tue immagini siano ridimensionate per essere web " +"friendly" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:113 +msgid "What should images be resized to?" +msgstr "Come dovrebbero essere ridimensionate le immagini?" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:114 +msgid "" +"After images are uploaded, they will be resized to the above dimensions and " +"quality" +msgstr "" +"Dopo che le immagini sono state caricate, saranno ridimensionate alle " +"dimensioni e qualità soprastanti" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:115 +msgid "Width:" +msgstr "Larghezza:" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:116 +msgid "Height:" +msgstr "Altezza:" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:117 +msgid "Quality:" +msgstr "Qualità:" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:121 +msgid "Backup the original images?" +msgstr "Salva le immagini originali?" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.lightbox_manager_form.php:12 +msgid "Lightbox Effects" +msgstr "Effetti Lightbox" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.lightbox_manager_form.php:38 +msgid "What effect would you like to use?" +msgstr "Quale effetto vorresti utilizzare?" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.miscellaneous_form.php:12 +msgid "Miscellaneous" +msgstr "Misto" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.miscellaneous_form.php:21 +msgid "Add MediaRSS link?" +msgstr "Aggiungi collegamento MediaRSS?" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.miscellaneous_form.php:22 +msgid "" +"When enabled, adds a MediaRSS link to your header. Third-party web services " +"can use this to publish your galleries" +msgstr "" +"Quando abilitato, aggiunge un collegamento MediaRSS nel tuo header. Servizi " +"esterni web posso utilizzarlo per pubblicare le tue gallerie" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.miscellaneous_form.php:26 +msgid "Clear image cache" +msgstr "Cancella cache immagini" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.miscellaneous_form.php:27 +msgid "" +"Completely clear the NextGEN cache of all image modifications?\n" +"\n" +"Choose [Cancel] to Stop, [OK] to proceed." +msgstr "" +"Pulisci completamente la cache NextGEN di tutte le modifiche immagine?\n" +"\n" +"Selezione [Annulla] per Interrompere, [OK] per procedere." + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.miscellaneous_form.php:32 +msgid "Permalink slug" +msgstr "Slug permalink" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.miscellaneous_form.php:39 +msgid "Maximum image count" +msgstr "Conteggio massimo immagine" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.miscellaneous_form.php:41 +msgid "" +"This is the maximum limit of images that NextGEN will restrict itself to " +"querying" +msgstr "" +"Questo è il limite massimo delle immagini che NextGEN si impone di processare" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.other_options_controller.php:22 +#: products/photocrati_nextgen/modules/nextgen_other_options/module.nextgen_other_options.php:39 +msgid "Other Options" +msgstr "Altre Opzioni" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.reset_form.php:7 +msgid "Reset Options" +msgstr "Azzera Opzioni" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.reset_form.php:15 +msgid "Reset all options to default settings" +msgstr "Azzerare tutte le opzioni alle impostazioni predefinite" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.reset_form.php:16 +msgid "" +"Replace all existing options and gallery options with their default settings" +msgstr "" +"Sostituisci tutte le opzioni esistenti e quelle della galleria con " +"predefinite." + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.reset_form.php:17 +msgid "Reset settings" +msgstr "Azzerare impostazioni" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.reset_form.php:18 +msgid "" +"Reset all options to default settings?\n" +"\n" +"Choose [Cancel] to Stop, [OK] to proceed." +msgstr "" +"Azzerare tutte le opzioni ad impostazioni predefinite?\n" +"\n" +"Seleziona [Cancella] per Interrompere, [OK] per procedere." + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.roles_form.php:7 +msgid "Roles & Capabilities" +msgstr "Ruoli & Permessi" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.styles_form.php:12 +msgid "Styles" +msgstr "Stili" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.styles_form.php:18 +msgid "What stylesheet would you like to use?" +msgstr "Quale foglio di stile vorresti utilizzare?" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.styles_form.php:21 +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.watermarks_form.php:136 +msgid "(Show Customization Options)" +msgstr "(mostra opzioni di personalizzazione)" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.styles_form.php:22 +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.watermarks_form.php:137 +msgid "(Hide Customization Options)" +msgstr "(nascondi opzioni di personalizzazione)" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.styles_form.php:23 +msgid "File Content:" +msgstr "Contenuto file:" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.styles_form.php:24 +msgid "Changes you make to the contents will be saved to" +msgstr "Le modifiche che fai ai contenuti saranno salvati in" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.styles_form.php:25 +msgid "You could edit this file if it were writable" +msgstr "Potresti modificare questo file se fosse scrivibile" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.thumbnail_options_form.php:12 +msgid "Thumbnail Options" +msgstr "Opzioni minatura" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.thumbnail_options_form.php:20 +msgid "Default thumbnail dimensions:" +msgstr "Dimensioni miniature predefinite:" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.thumbnail_options_form.php:21 +msgid "When generating thumbnails, what image dimensions do you desire?" +msgstr "Quando genero le miniature, quale dimensione immagine preferisci?" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.thumbnail_options_form.php:24 +msgid "Set fix dimension?" +msgstr "Imposta dimensioni fisse?" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.thumbnail_options_form.php:25 +msgid "Ignore the aspect ratio, no portrait thumbnails?" +msgstr "Ignora le proporzioni, nessuna miniatura verticale?" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.thumbnail_options_form.php:27 +msgid "Adjust Thumbnail Quality?" +msgstr "Aggiusta Qualità Miniatura?" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.thumbnail_options_form.php:28 +msgid "When generating thumbnails, what image quality do you desire?" +msgstr "Quando genero le miniature, che qualità preferisci?" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.thumbnail_options_form.php:30 +msgid "Size List" +msgstr "Dimensione lista" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.thumbnail_options_form.php:31 +msgid "List of default sizes used for thumbnails and images" +msgstr "" +"Elenco delle dimensioni predefinite usate per le miniature e le immagini" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.watermarks_form.php:12 +msgid "Watermarks" +msgstr "Filigrane" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.watermarks_form.php:41 +msgid "Using an Image" +msgstr "Utilizzando un'Immagine" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.watermarks_form.php:42 +msgid "Using Text" +msgstr "Utilizzando testo" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.watermarks_form.php:69 +msgid "An absolute or relative (to the site document root) file system path" +msgstr "" +"Un percorso file system assoluto o relativo (alla root dei documenti del " +"sito)" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.watermarks_form.php:71 +msgid "" +"An absolute or relative (to the site document root) file system path or an " +"HTTP url" +msgstr "" +"Un percorso file system assoluto o relativo (alla root dei documenti del " +"sito) o un url HTTP" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.watermarks_form.php:74 +msgid "Image URL:" +msgstr "URL immagine:" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.watermarks_form.php:90 +msgid "Font Family:" +msgstr "Famiglia Font:" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.watermarks_form.php:92 +msgid "Font Size:" +msgstr "Dimensione Font:" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.watermarks_form.php:94 +msgid "Font Color:" +msgstr "Colore Font:" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.watermarks_form.php:97 +msgid "Text:" +msgstr "Testo:" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.watermarks_form.php:99 +msgid "Opacity:" +msgstr "Opacità:" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.watermarks_form.php:126 +msgid "" +"Please note: You can only activate the watermark under Manage Gallery. This " +"action cannot be undone." +msgstr "" +"Nota bene: puoi attivare la filigrana sotto Gestisci Galleria. Questa azione " +"non può essere annullata." + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.watermarks_form.php:127 +msgid "How will you generate a watermark?" +msgstr "Come genererai la filigrana?" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.watermarks_form.php:131 +msgid "Position:" +msgstr "Posizione:" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.watermarks_form.php:133 +msgid "Offset:" +msgstr "Scostamento:" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.watermarks_form.php:139 +msgid "Preview of saved settings:" +msgstr "Anteprima delle impostazioni salvate:" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.watermarks_form.php:140 +msgid "Refresh preview image" +msgstr "Ricarica anteprima immagini" + +#: products/photocrati_nextgen/modules/nextgen_other_options/templates/lightbox_library_tab.php:34 +#: products/photocrati_nextgen/modules/nextgen_other_options/templates/lightbox_library_tab.php:37 +msgid "(Show Advanced Settings)" +msgstr "(Mostra Impostazioni Avanzate)" + +#: products/photocrati_nextgen/modules/nextgen_other_options/templates/lightbox_library_tab.php:35 +msgid "(Hide Advanced Settings)" +msgstr "(Nascondi Impostazioni Avanzate)" + +#: products/photocrati_nextgen/modules/nextgen_other_options/templates/lightbox_library_tab.php:56 +msgid "What must the lightbox be applied to?" +msgstr "A cosa deve essere applicato il lightbox?" + +#: products/photocrati_nextgen/modules/nextgen_other_options/templates/lightbox_library_tab.php:60 +msgid "Only apply to NextGEN images" +msgstr "Applica solo a immagini NextGEN" + +#: products/photocrati_nextgen/modules/nextgen_other_options/templates/lightbox_library_tab.php:61 +msgid "Only apply to NextGEN and WordPress images" +msgstr "Applica solo a immagini NextGEN e WordPress" + +#: products/photocrati_nextgen/modules/nextgen_other_options/templates/lightbox_library_tab.php:62 +msgid "Try to apply to all images" +msgstr "Prova ad applicarlo a tutte le immagini" + +#: products/photocrati_nextgen/modules/nextgen_other_options/templates/lightbox_library_tab.php:63 +msgid "Try to apply to all images that link to image files" +msgstr "" +"Prova ad applicarlo a tutte le immagini che sono collegate a file immagine" + +#: products/photocrati_nextgen/modules/nextgen_other_options/templates/styling_tab.php:21 +msgid "Place any custom stylesheets in wp-content/ngg_styles" +msgstr "" +"Posiziona ogni foglio di stile personale in wp-content/ngg_styles" + +#: products/photocrati_nextgen/modules/nextgen_other_options/templates/styling_tab.php:24 +#, php-format +msgid "All stylesheets must contain a file header" +msgstr "" +"Tutti i fogli di stile devono contenere un file " +"header" + +#: products/photocrati_nextgen/modules/nextgen_settings/class.nextgen_settings_installer.php:41 +msgid "Related Images" +msgstr "Immagini collegate" + +#: products/photocrati_nextgen/modules/nextgen_settings/class.nextgen_settings_installer.php:61 +msgid "[Show slideshow]" +msgstr "[Mostra slideshow]" + +#: products/photocrati_nextgen/modules/nextgen_settings/class.nextgen_settings_installer.php:62 +msgid "[Show thumbnails]" +msgstr "[Mostra miniature]" + +#: products/photocrati_nextgen/modules/nextgen_xmlrpc/module.nextgen_xmlrpc.php:425 +msgid "Sorry, you must be able to manage galleries" +msgstr "Perdonami, devi essere abilitato a gestire gallerie" + +#: products/photocrati_nextgen/modules/widget/class.widget_gallery.php:7 +msgid "Add recent or random images from the galleries" +msgstr "Aggiungi immagini recenti o casuali dalle gallerie" + +#: products/photocrati_nextgen/modules/widget/class.widget_gallery.php:8 +msgid "NextGEN Widget" +msgstr "Widget NextGEN" + +#: products/photocrati_nextgen/modules/widget/class.widget_mediarss.php:9 +msgid "Widget that displays Media RSS links for NextGEN Gallery." +msgstr "Widget che mostra collegamenti Media RSS per NextGEN Gallery." + +#: products/photocrati_nextgen/modules/widget/class.widget_mediarss.php:10 +msgid "NextGEN Media RSS" +msgstr "NextGEN Media RSS" + +#: products/photocrati_nextgen/modules/widget/class.widget_mediarss.php:22 +msgid "Media RSS" +msgstr "Media RSS" + +#: products/photocrati_nextgen/modules/widget/class.widget_mediarss.php:23 +msgid "Link to the main image feed" +msgstr "Collegamento al feed immagini principale" + +#: products/photocrati_nextgen/modules/widget/class.widget_mediarss.php:93 +#: products/photocrati_nextgen/modules/ngglegacy/view/gallery-caption.php:32 +#: products/photocrati_nextgen/modules/ngglegacy/view/gallery.php:32 +msgid "[View with PicLens]" +msgstr "[Visualizza con PicLens]" + +#: products/photocrati_nextgen/modules/widget/class.widget_slideshow.php:7 +msgid "Show a NextGEN Gallery Slideshow" +msgstr "Mostra uno Slideshow NextGEN Gallery" + +#: products/photocrati_nextgen/modules/widget/class.widget_slideshow.php:8 +msgid "NextGEN Slideshow" +msgstr "Slideshow NextGEN" + +#: products/photocrati_nextgen/modules/widget/class.widget_slideshow.php:76 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:321 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:521 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:721 +#: products/photocrati_nextgen/modules/ngglegacy/lib/rewrite.php:215 +msgid "Slideshow" +msgstr "Slideshow" + +#: products/photocrati_nextgen/modules/widget/templates/form_gallery.php:15 +#: products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:229 +msgid "Show" +msgstr "Mostra" + +#: products/photocrati_nextgen/modules/widget/templates/form_gallery.php:26 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:316 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:520 +msgid "Thumbnails" +msgstr "Miniature" + +#: products/photocrati_nextgen/modules/widget/templates/form_gallery.php:29 +msgid "Original images" +msgstr "Immagini originali" + +#: products/photocrati_nextgen/modules/widget/templates/form_gallery.php:42 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:822 +msgid "random" +msgstr "casuale" + +#: products/photocrati_nextgen/modules/widget/templates/form_gallery.php:50 +msgid "recently added" +msgstr "aggiunti recentemente" + +#: products/photocrati_nextgen/modules/widget/templates/form_gallery.php:62 +msgid "Enable IE8 Web Slices" +msgstr "Abilita Web Slices IE8" + +#: products/photocrati_nextgen/modules/widget/templates/form_gallery.php:68 +msgid "Width x Height" +msgstr "Larghezza x Altezza" + +#: products/photocrati_nextgen/modules/widget/templates/form_gallery.php:87 +msgid "Select" +msgstr "Seleziona" + +#: products/photocrati_nextgen/modules/widget/templates/form_gallery.php:92 +msgid "All galleries" +msgstr "Tutte le gallerie" + +#: products/photocrati_nextgen/modules/widget/templates/form_gallery.php:95 +msgid "Only which are not listed" +msgstr "Solo quelle non elencate" + +#: products/photocrati_nextgen/modules/widget/templates/form_gallery.php:98 +msgid "Only which are listed" +msgstr "Solo quelle elencate" + +#: products/photocrati_nextgen/modules/widget/templates/form_gallery.php:107 +msgid "Gallery ID" +msgstr "Gallery ID" + +#: products/photocrati_nextgen/modules/widget/templates/form_gallery.php:114 +msgid "Gallery IDs, separated by commas." +msgstr "Gallery ID, separate da virgole." + +#: products/photocrati_nextgen/modules/widget/templates/form_mediarss.php:19 +msgid "Show Media RSS icon" +msgstr "Mostra icona Media RSS" + +#: products/photocrati_nextgen/modules/widget/templates/form_mediarss.php:30 +msgid "Show the Media RSS link" +msgstr "Mostra collegamento Media RSS" + +#: products/photocrati_nextgen/modules/widget/templates/form_mediarss.php:36 +msgid "Text for Media RSS link" +msgstr "Testo collegamento Media RSS" + +#: products/photocrati_nextgen/modules/widget/templates/form_mediarss.php:47 +msgid "Tooltip text for Media RSS link" +msgstr "Testo di suggerimento per collegamento Media RSS" + +#: products/photocrati_nextgen/modules/widget/templates/form_slideshow.php:15 +msgid "Select Gallery" +msgstr "Seleziona Galleria" + +#: products/photocrati_nextgen/modules/widget/templates/form_slideshow.php:23 +msgid "All images" +msgstr "Tutte le immagini" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:159 +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:190 +msgid "Overview" +msgstr "Generale" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:172 +msgid "Network settings" +msgstr "Impostazioni di rete" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:305 +msgid "You do not have the correct permission" +msgstr "Non hai i permessi necessari" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:306 +msgid "Unexpected Error" +msgstr "Errore inaspettato" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:307 +msgid "A failure occurred" +msgstr "Si è verificato un problema" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:311 +msgid "You have attempted to queue too many files." +msgstr "Hai provato a richiedere troppi file." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:312 +msgid "This file exceeds the maximum upload size for this site." +msgstr "" +"Questo file supera la dimensione massima di caricamento per questo sito." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:313 +msgid "This file is empty. Please try another." +msgstr "Questo file è vuoto. Provane un altro." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:314 +msgid "This file type is not allowed. Please try another." +msgstr "Questo tipo di file non è permesso. Provane un altro." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:315 +msgid "This file is not an image. Please try another." +msgstr "Questo file non è un'immagine. Provane un altro." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:316 +msgid "Memory exceeded. Please try another smaller file." +msgstr "Memoria esaurita. Prova un altro file più piccolo." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:317 +msgid "This is larger than the maximum size. Please try another." +msgstr "Questo è maggiore della dimensione massima. Provane un altro." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:318 +msgid "An error occurred in the upload. Please try again later." +msgstr "Si è verificato un errore di caricamento. Prova più tardi." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:319 +msgid "" +"There was a configuration error. Please contact the server administrator." +msgstr "Errore di configurazione. Contatta l'amministratore del server." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:320 +msgid "You may only upload 1 file." +msgstr "Puoi caricare solo 1 file." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:321 +msgid "HTTP error." +msgstr "Errore HTTP." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:322 +msgid "Upload failed." +msgstr "Caricamento fallito." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:323 +msgid "IO error." +msgstr "Errore InputOutput." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:324 +msgid "Security error." +msgstr "Errore di sicurezza." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:325 +msgid "File canceled." +msgstr "File cancellato." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:326 +msgid "Upload stopped." +msgstr "Upload interrotto." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:327 +msgid "Dismiss" +msgstr "Chiudi" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:328 +msgid "Crunching…" +msgstr "Sto macinando…" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:329 +msgid "moved to the trash." +msgstr "spostato nel cestino." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:330 +#, php-format +msgid "“%s” has failed to upload due to an error" +msgstr "“%s” ha fallito nel caricamento a causa di un errore" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:352 +msgid "L O A D I N G" +msgstr "C A R I C A M E N T O" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:353 +msgid "Click to Close" +msgstr "Clicca per chiudere" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:462 +msgid "" +"Introduction" +msgstr "" +"Introduzione" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:465 +msgid "" +"Languages" +msgstr "" +"Lingue" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:470 +msgid "Get help with NextGEN Gallery" +msgstr "Ottieni aiuto con NextGEN Gallery" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:474 +msgid "More Help & Info" +msgstr "Più Aiuto & Informazioni" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:476 +msgid "" +"Support Forums" +msgstr "" +"Forum di Supporto" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:477 +msgid "FAQ" +msgstr "FAQ" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:478 +msgid "Feature request" +msgstr "Richiesta funzionalità" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:479 +msgid "Get your language pack" +msgstr "Ottieni il tuo pacchetto lingue" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:480 +msgid "Contribute development" +msgstr "Contribuisci allo sviluppo" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:481 +msgid "Download latest version" +msgstr "Scarica ultima versione" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/ajax.php:360 +#, php-format +msgid "Could create image with %s x %s pixel" +msgstr "Posso creare immagine con %s x %s pixel" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:172 +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:216 +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:239 +#: products/photocrati_nextgen/modules/ngglegacy/admin/edit-thumbnail.php:19 +#: products/photocrati_nextgen/modules/ngglegacy/admin/edit-thumbnail.php:22 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:619 +#: products/photocrati_nextgen/modules/ngglegacy/admin/publish.php:7 +#: products/photocrati_nextgen/modules/ngglegacy/admin/publish.php:10 +#: products/photocrati_nextgen/modules/ngglegacy/admin/publish.php:13 +#: products/photocrati_nextgen/modules/ngglegacy/admin/rotate.php:17 +#: products/photocrati_nextgen/modules/ngglegacy/admin/rotate.php:20 +#: products/photocrati_nextgen/modules/ngglegacy/admin/showmeta.php:10 +#: products/photocrati_nextgen/modules/ngglegacy/admin/showmeta.php:13 +msgid "Cheatin’ uh?" +msgstr "Stai scherzando, eh?" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:180 +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:209 +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:253 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:178 +#: products/photocrati_nextgen/modules/ngglegacy/admin/style.php:24 +msgid "Update Successfully" +msgstr "Aggiornamento completato" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:227 +msgid "Album deleted" +msgstr "Album cancellato" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:389 +#: products/photocrati_nextgen/modules/ngglegacy/admin/roles.php:55 +msgid "Edit Album" +msgstr "Modifica Album" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:410 +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:459 +msgid "Select album" +msgstr "Seleziona album" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:412 +msgid "No album selected" +msgstr "Nessun album selezionato" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:423 +#: products/photocrati_nextgen/modules/ngglegacy/admin/edit-thumbnail.php:166 +#: products/photocrati_nextgen/modules/ngglegacy/admin/rotate.php:94 +#: products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:112 +msgid "Update" +msgstr "Aggiorna" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:425 +msgid "Edit album" +msgstr "Modifica album" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:428 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:187 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:362 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:364 +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:227 +msgid "Delete" +msgstr "Cancella" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:432 +msgid "Add new album" +msgstr "Aggiungi nuovo album" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:434 +msgid "Add" +msgstr "Aggiungi" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:445 +msgid "Show / hide used galleries" +msgstr "Mostra / nascondi gallerie" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:445 +msgid "[Show all]" +msgstr "[Mostra tutto]" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:446 +msgid "Maximize the widget content" +msgstr "Massimizza il contenuto widget" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:446 +msgid "[Maximize]" +msgstr "[Massimizza]" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:447 +msgid "Minimize the widget content" +msgstr "Minimizza il contenuto widget" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:447 +msgid "[Minimize]" +msgstr "[Minimizza[" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:449 +msgid "" +"After you create and select a album, you can drag and drop a gallery or " +"another album into your new album below" +msgstr "" +"Dopo che hai creato e selezionato un album, puoi trascinare una galleria o " +"un altro album dentro il nuovo album sottostante" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:475 +msgid "Select gallery" +msgstr "Seleziona galleria" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:500 +msgid "Album ID" +msgstr "ID Album" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:513 +msgid "No album selected!" +msgstr "Nessun album selezionato!" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:534 +msgid "Album name:" +msgstr "Nome album:" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:540 +msgid "Album description:" +msgstr "Descrizione album:" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:546 +msgid "Select a preview image:" +msgstr "Seleziona immagine di anteprima:" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:549 +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:552 +#: products/photocrati_nextgen/modules/ngglegacy/admin/templates/manage_gallery/gallery_preview_image_field.php:3 +msgid "No picture" +msgstr "Nessuna immagine" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:563 +msgid "Page Link to" +msgstr "Link pagina a" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:582 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:337 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:366 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:397 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:406 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:442 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:471 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:502 +msgid "OK" +msgstr "OK" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:584 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:339 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:368 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:399 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:408 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:444 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:473 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:504 +msgid "Cancel" +msgstr "Annulla" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:677 +msgid "Name" +msgstr "Nome" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:679 +#: products/photocrati_nextgen/modules/ngglegacy/lib/rewrite.php:229 +msgid "Page" +msgstr "Pagina" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/edit-thumbnail.php:116 +msgid "Select with the mouse the area for the new thumbnail" +msgstr "Seleziona con il mouse l'area per la nuova miniatura" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/edit-thumbnail.php:130 +msgid "Thumbnail updated" +msgstr "Miniatura aggiornata" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/edit-thumbnail.php:135 +msgid "Error updating thumbnail" +msgstr "Errore nell'aggiornare la miniatura" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/edit-thumbnail.php:151 +msgid "Select the area for the thumbnail from the picture on the left." +msgstr "Seleziona l'area per la miniatura dall'immagine di sinistra" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:39 +msgid "No valid gallery name!" +msgstr "Nome galleria non valido!" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:46 +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:55 +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:80 +msgid "Directory" +msgstr "Directory" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:46 +msgid "didn't exist. Please create first the main gallery folder " +msgstr "" +"non esiste. Per favore crea prima la cartella della galleria principale" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:47 +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:56 +msgid "Check this link, if you didn't know how to set the permission :" +msgstr "Controlla questo link, se non sapevi come impostare i permessi:" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:55 +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:80 +msgid "is not writeable !" +msgstr "non è scrivibile!" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:76 +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:85 +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:736 +#: products/photocrati_nextgen/modules/ngglegacy/lib/core.php:101 +msgid "Unable to create directory " +msgstr "Impossibile creare la directory" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:89 +msgid "The server setting Safe-Mode is on !" +msgstr "Il Safe-Mode è attivo nel server!" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:90 +msgid "If you have problems, please create directory" +msgstr "Se hai problemi, crea la directory" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:91 +msgid "and the thumbnails directory" +msgstr "e la directory delle miniature" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:91 +msgid "with permission 777 manually !" +msgstr "con permessi 777 manualmente!" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:116 +#, php-format +msgid "" +"Gallery ID %1$s successfully created. You can show this gallery in your post " +"or page with the shortcode %2$s.
      " +msgstr "" +"Galleria ID %1$s creata con successo. Puoi mostrare questa galleria nel tuo " +"articolo o pagina con lo shortcode %2$s.
      " + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:119 +msgid "Edit gallery" +msgstr "Modifica galleria" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:188 +msgid "Error while creating thumbnail." +msgstr "Errore durante la creazione della miniatura." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:242 +msgid "Error while resizing image." +msgstr "Errore durante il ridimensionamento immagine." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:326 +msgid "Error while rotating image." +msgstr "Errore durante la rotazione immagine." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:361 +msgid "Error while applying watermark to image." +msgstr "Errore durante l'applicazione della filigrana all'immagine." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:385 +msgid "Object didn't contain correct data" +msgstr "L'oggetto non conteneva dati corretti" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:391 +msgid "File do not exists" +msgstr "Il file non esiste" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:395 +msgid "Couldn't restore original image" +msgstr "Non posso ripristinare l'immagine originale" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:511 +msgid "(Error : Couldn't not update data base)" +msgstr "(Errore: Non posso aggiornare il database)" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:518 +msgid "(Error : Couldn't not update meta data)" +msgstr "(Errore: Non posso aggiornare i metadata)" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:527 +msgid "(Error : Couldn't not find image)" +msgstr "(Errore: Non trovo l'immagine)" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:670 +msgid "No valid URL path " +msgstr "Percorso URL non valido" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:686 +msgid "Import via cURL failed." +msgstr "Importazione tramite cURL fallita." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:703 +msgid "Uploaded file was no or a faulty zip file ! The server recognized : " +msgstr "" +"Il file caricato non era uno ZIP o era danneggiato! Il server ha " +"riconosciuto:" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:720 +msgid "Could not get a valid foldername" +msgstr "Non posso ottenere un nome cartella valido" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:731 +#, php-format +msgid "" +"Unable to create directory %s. Is its parent directory writable by the " +"server?" +msgstr "" +"Impossibile creare la directory %s. La directory genitore è scrivibile dal " +"server?" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:746 +msgid "Zip-File successfully unpacked" +msgstr "File ZIP spacchettato con successo" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:777 +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:877 +msgid "No gallery selected !" +msgstr "Nessuna galleria selezionata!" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:785 +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:902 +msgid "Failure in database, no gallery path set !" +msgstr "Errore nel database, nessun percorso galleria impostato!" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:809 +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:896 +msgid "is no valid image file!" +msgstr "non è un file immagine valido!" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:830 +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:919 +msgid "Error, the file could not be moved to : " +msgstr "Errore, il file non può essere spostato in:" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:835 +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:923 +msgid "Error, the file permissions could not be set" +msgstr "Errore, i permessi file non possono essere impostati" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:853 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:111 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:189 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:238 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:322 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:661 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:740 +msgid "Create new thumbnails" +msgstr "Crea nuove miniature" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:858 +msgid " Image(s) successfully added" +msgstr "Immagini aggiunte con successo" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:885 +msgid "Invalid upload. Error Code : " +msgstr "Caricamento non valido. Codice Errore:" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:961 +#, php-format +msgid "" +"SAFE MODE Restriction in effect! You need to create the folder %s manually" +msgstr "" +"Restrizioni SAFE MODE in vigore! E' necessario creare la cartella " +"%s manualmente" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:962 +#, php-format +msgid "" +"When safe_mode is on, PHP checks to see if the owner (%s) of the current " +"script matches the owner (%s) of the file to be operated on by a file " +"function or its directory" +msgstr "" +"Quando il safe_mode è attivo, PHP controlla se il proprietario (%s) dello " +"script corrente combacia con il proprietario (%s) del file da lavorare da " +"una funzione o le sue directory" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1015 +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1092 +msgid "The destination gallery does not exist" +msgstr "La galleria di destinazione non esiste" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1046 +#, php-format +msgid "Failed to move image %1$s to %2$s" +msgstr "Impossibile spostare l'immagine %1$s in %2$s" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1066 +#, php-format +msgid "Moved %1$s picture(s) to gallery : %2$s ." +msgstr "Spostate %1$s immagini nella galleria: %2$s ." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1170 +#, php-format +msgid "Copied %1$s picture(s) to gallery: %2$s ." +msgstr "Copiate %1$s immagini nella galleria: %2$s ." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1278 +msgid "The uploaded file exceeds the upload_max_filesize directive in php.ini" +msgstr "Il file caricato eccede la direttiva upload_max_filesize in php.ini" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1281 +msgid "" +"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in " +"the HTML form" +msgstr "" +"Il file caricato eccede la direttiva MAX_FILE_SIZE che è stata specificata " +"nel form HTML" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1284 +msgid "The uploaded file was only partially uploaded" +msgstr "Il caricamento è stato solo parziale" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1287 +msgid "No file was uploaded" +msgstr "Nessun file è stato caricato" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1290 +msgid "Missing a temporary folder" +msgstr "Manca una cartella temporanea" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1293 +msgid "Failed to write file to disk" +msgstr "Impossibile scrivere file su disco" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1296 +msgid "File upload stopped by extension" +msgstr "Upload dei file interrotto dall'estensione" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1299 +msgid "Unknown upload error" +msgstr "Errore di caricamento sconosciuto" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/install.php:20 +msgid "Sorry, NextGEN Gallery works only with a role called administrator" +msgstr "" +"Perdonami, NextGEN Gallery funziona solo con il ruolo di amministratore" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/install.php:92 +msgid "" +"NextGEN Gallery : Tables could not created, please check your database " +"settings" +msgstr "" +"NextGEN Gallery: Impossibile creare tabelle, ricontrolla le impostazioni del " +"database" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:99 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:206 +msgid "No images selected" +msgstr "Nessuna immagine selezionata" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:107 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:190 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:234 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:323 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:642 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:724 +msgid "Resize images" +msgstr "Ridimensiona immagine" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:116 +#, php-format +msgid "" +"You are about to start the bulk edit for %s galleries \n" +" \n" +" 'Cancel' to stop, 'OK' to proceed." +msgstr "" +"Stai per iniziare la modifica di massa per %s gallerie \n" +"\n" +"'Annulla' per interrompere, 'OK' per procedere." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:154 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:197 +msgid "Add new gallery" +msgstr "Aggiungi nuova galleria" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:171 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:174 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:272 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:275 +msgid "Search Images" +msgstr "Cerca immagini" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:186 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:320 +msgid "Bulk actions" +msgstr "Azioni di massa" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:188 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:321 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:572 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:687 +msgid "Set watermark" +msgstr "Imposta filigrana" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:191 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:326 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:577 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:708 +msgid "Import metadata" +msgstr "Importa metadata" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:192 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:324 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:567 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:684 +msgid "Recover from backup" +msgstr "Recupera da backup" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:194 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:335 +msgid "Apply" +msgstr "Applica" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:262 +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:253 +msgid "Edit" +msgstr "Modifica" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:309 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:379 +msgid "No entries found" +msgstr "Nessuna voce trovata" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:327 +msgid "New Gallery" +msgstr "Nuova Galleria" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:329 +msgid "Create a new , empty gallery below the folder" +msgstr "Crea una nuova galleria vuota sotto la cartella" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:331 +msgid "Allowed characters for file and folder names are" +msgstr "I caratteri permessi per il nome del file e della cartella sono" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:357 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:462 +msgid "Resize Images to" +msgstr "Ridimensiona immagini a" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:361 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:466 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:453 +msgid "Width x height (in pixel). NextGEN Gallery will keep ratio size" +msgstr "" +"Larghezza x Altezza (in pixel). NextGEN Gallery manterrà la proporzione" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:385 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:490 +#: products/photocrati_nextgen/modules/ngglegacy/admin/publish.php:40 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:416 +msgid "Width x height (in pixel)" +msgstr "Larghezza x Altezza (in pixel)" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:391 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:496 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:426 +msgid "Set fix dimension" +msgstr "Imposta dimensioni fisse" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:393 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:498 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:428 +msgid "Ignore the aspect ratio, no portrait thumbnails" +msgstr "Ignora la proporzione, nessuna miniatura verticale." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:456 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:568 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:156 +msgid "ID" +msgstr "ID" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:458 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:571 +#: products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:245 +#: products/photocrati_nextgen/modules/ngglegacy/admin/style.php:134 +msgid "Description" +msgstr "Descrizione" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:460 +msgid "Page ID" +msgstr "ID Pagina" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:35 +msgid "Gallery not found." +msgstr "Galleria non trovata." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:41 +msgid "Sorry, you have no access here" +msgstr "Scusa, qui non hai accesso." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:214 +msgid "Copy image to..." +msgstr "Copia immagine a..." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:218 +msgid "Move image to..." +msgstr "Sposta immagine a..." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:222 +msgid "Add new tags" +msgstr "Aggiungi nuovi tag" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:226 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:332 +msgid "Delete tags" +msgstr "Cancella tag" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:230 +msgid "Overwrite" +msgstr "Sovrascrivi" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:243 +#, php-format +msgid "" +"You are about to start the bulk edit for %s images \n" +" \n" +" 'Cancel' to stop, 'OK' to proceed." +msgstr "" +"Stai per iniziare la modifica di massa per %s immagini \n" +"\n" +"'Annulla' per interrompere, 'OK' per procedere." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:269 +#, php-format +msgid "Search results for “%s”" +msgstr "Risultati per la ricerca “%s”" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:298 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:488 +msgid "Gallery settings" +msgstr "Impostazioni galleria" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:298 +msgid "Click here for more settings" +msgstr "Clicca qui per più impostazioni" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:304 +msgid "Scan Folder for new images" +msgstr "Scansiona Cartella per nuove immagini" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:306 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:341 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:386 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:400 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:436 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:478 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:563 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:598 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:708 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:861 +msgid "Save Changes" +msgstr "Salva Modifiche" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:325 +msgid "Delete images" +msgstr "Cancella immagini" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:327 +msgid "Rotate images clockwise" +msgstr "Ruota immagini in senso orario" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:328 +msgid "Rotate images counter-clockwise" +msgstr "Ruota immagini in senso anti-orario" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:329 +msgid "Copy to..." +msgstr "Copia a..." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:330 +msgid "Move to..." +msgstr "Sposta a..." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:331 +msgid "Add tags" +msgstr "Aggiungi tag" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:333 +msgid "Overwrite tags" +msgstr "Sovrascrivi tag" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:338 +msgid "Sort gallery" +msgstr "Ordina galleria" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:402 +msgid "Enter the tags" +msgstr "Inserisci i tag" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:426 +msgid "Select the destination gallery:" +msgstr "Seleziona la galleria di destinazione:" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:569 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:161 +#: products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:266 +msgid "Thumbnail" +msgstr "Miniatura" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:571 +msgid "Alt & Title Text" +msgstr "Testo Titolo & Alt" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:572 +msgid "Tags (comma separated list)" +msgstr "Tag (separate da virgola)" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-sort.php:35 +msgid "Sort order changed" +msgstr "Tipo di ordinamento modificato" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-sort.php:97 +msgid "Sort Gallery" +msgstr "Ordina Galleria" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-sort.php:101 +msgid "Update Sort Order" +msgstr "Aggiorna Tipo Ordinamento" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-sort.php:104 +msgid "Back to gallery" +msgstr "Torna alla galleria" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-sort.php:109 +msgid "Presort" +msgstr "Pre ordinati" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-sort.php:110 +msgid "Unsorted" +msgstr "Non ordinati" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-sort.php:113 +#: products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:241 +msgid "Alt/Title text" +msgstr "Testo Alt/Titolo" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:90 +msgid "deleted successfully" +msgstr "cancellato con successo" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:106 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:115 +msgid "Operation successful. Please clear your browser cache." +msgstr "Operazione completata. Pulisci la cache del browser." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:171 +msgid "Alt & Title Text / Description" +msgstr "Testo Alt & Titolo / Descrizione" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:214 +msgid "Exclude ?" +msgstr "Escludi ?" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:299 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:301 +msgid "View" +msgstr "Visualizza" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:309 +msgid "Show meta data" +msgstr "Mostra metadata" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:310 +msgid "Meta" +msgstr "Meta" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:318 +msgid "Customize thumbnail" +msgstr "Imposta miniatura personalizzata" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:319 +msgid "Edit thumb" +msgstr "Modifica miniatura" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:327 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:328 +msgid "Rotate" +msgstr "Ruota" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:338 +msgid "Publish this image" +msgstr "Pubblica questa immagine" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:339 +#: products/photocrati_nextgen/modules/ngglegacy/admin/publish.php:58 +msgid "Publish" +msgstr "Pubblica" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:349 +msgid "Recover image from backup" +msgstr "Recupera immagine da backup" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:350 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:352 +msgid "Recover" +msgstr "Recupera" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:361 +msgid "Delete image" +msgstr "Cancella immagine" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:392 +msgid "Title:" +msgstr "Titolo:" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:398 +msgid "Description:" +msgstr "Descrizione:" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:404 +msgid "Gallery path:" +msgstr "Percorso Galleria:" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:419 +msgid "Link to page:" +msgstr "Link alla pagina:" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:420 +msgid "Albums will link this gallery to the selected page" +msgstr "Gli album saranno collegati da questa galleria alla pagina selezionata" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:425 +msgid "Preview image:" +msgstr "Immagine di anteprima:" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:431 +msgid "Create new page:" +msgstr "Crea nuova pagina:" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:607 +msgid "Gallery deleted successfully " +msgstr "Galleria cancellata con successo" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:678 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:681 +msgid "Rotate images" +msgstr "Ruota immagini" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:704 +msgid "Pictures deleted successfully " +msgstr "Immagini cancellate con successo" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:802 +msgid "Tags changed" +msgstr "Tag modificati" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:842 +msgid "Update successful" +msgstr "Aggiornamento completato" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:877 +msgid "New gallery page ID" +msgstr "Nuovo ID di pagina galleria" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:877 +msgid "created" +msgstr "creato" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:915 +msgid "Published a new post" +msgstr "Pubblica un nuovo articolo" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:1062 +msgid "Go to the first page" +msgstr "Vai alla prima pagina" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:1069 +msgid "Go to the previous page" +msgstr "Vai alla pagina precedente" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:1078 +msgid "Current page" +msgstr "Pagina corrente" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:1089 +msgid "Go to the next page" +msgstr "Vai alla pagina successiva" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:1096 +msgid "Go to the last page" +msgstr "Vai all'ultima pagina" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:1046 +#, php-format +msgid "1 item" +msgid_plural "%s items" +msgstr[0] "1 oggetto" +msgstr[1] "%s oggetti" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:1046 +#, php-format +msgctxt "paging" +msgid "%1$s of %2$s" +msgstr "%1$s di %2$s" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:11 +msgid "NextGEN Gallery" +msgstr "NextGEN Gallery" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:186 +msgid "No gallery" +msgstr "Nessuna galleria" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:198 +msgid "Select »" +msgstr "Seleziona »" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:230 +msgid "Hide" +msgstr "Nascondi" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:235 +msgid "Image ID:" +msgstr "ID Immagine:" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:249 +#: products/photocrati_nextgen/modules/ngglegacy/admin/publish.php:45 +msgid "Alignment" +msgstr "Allineamento" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:252 +#: products/photocrati_nextgen/modules/ngglegacy/admin/publish.php:47 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:583 +msgid "None" +msgstr "Nessuno" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:254 +#: products/photocrati_nextgen/modules/ngglegacy/admin/publish.php:49 +msgid "Left" +msgstr "Sinistra" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:256 +#: products/photocrati_nextgen/modules/ngglegacy/admin/publish.php:51 +msgid "Center" +msgstr "Centro" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:258 +#: products/photocrati_nextgen/modules/ngglegacy/admin/publish.php:53 +msgid "Right" +msgstr "Destra" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:262 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:690 +msgid "Size" +msgstr "Dimensione" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:268 +msgid "Full size" +msgstr "Dimensione piena" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:270 +msgid "Singlepic" +msgstr "Singlepic" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:282 +msgid "Use as featured image" +msgstr "Utilizza come immagine in evidenza" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:284 +msgid "Insert into Post" +msgstr "Inserisci nell'Articolo" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:295 +msgid "Save all changes" +msgstr "Salva tutte le modifiche" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:14 +msgid "NextGEN Gallery Overview" +msgstr "Panoramica NextGEN Gallery" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:84 +msgid "Welcome to NextGEN Gallery !" +msgstr "Benvenuto a NextGEN Gallery!" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:85 +msgid "Do you like this Plugin?" +msgstr "Ti piace questo Plugin?" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:87 +msgid "About" +msgstr "Riguardo a" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:90 +msgid "Server Settings" +msgstr "Impostazioni Server" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:97 +msgid "" +"NextGEN Gallery is one of the most popular Wordpress plugins of all time " +"with over 9 million downloads. It is developed and supported by Photocrati " +"Media. We'd like to offer a special thanks to Alex Rabe, who first developed " +"the plugin and maintained it through 2011." +msgstr "" +"NextGEN Gallery è uno dei più popolari plugin WordPress di tutti i tempi con " +"più di 9 milioni di download. E' sviluppato e mantenuto da Photocrati Media. " +"Vorremmo porgere un ringraziamento speciale ad Alex Rabe, che per primo ha " +"sviluppato e mantenuto il plugin fino al 2011." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:98 +msgid "" +"NEED HELP? If you need help or assistance please visit the " +"NextGEN " +"Gallery forums on WordPress.org. Please note that we actively monitor " +"and participate in the forums, but given that NextGEN Gallery is a free " +"product, we don't guarantee replies to support queries." +msgstr "" +"SERVE AIUTO? Se hai bisogno di aiuto o assistenza visita il " +"NextGEN " +"Gallery forum su WordPress.org. Noi monitoriamo attivamente i forum e ci " +"partecipiamo, ma NextGEN Gallery è un prodotto gratuito, non garantiamo " +"risposte alle domande di supporto." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:99 +msgid "" +"EXTENDING NEXTGEN? There are many third party plugins that " +"add displays and functionality for NextGEN Gallery. See our Complete List of " +"NextGEN Extension Plugins." +msgstr "" +"ESTENDI NEXTGEN? Sono presenti molti plugin di terze parti " +"che aggiungono funzionalità per NextGEN Gallery. Consulta la nostra Lista completa delle estensioni per NextGEN Extension." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:107 +#, php-format +msgid "" +"This plugin is primarily developed, maintained, supported and documented by " +"Photocrati Media with a lot of love & " +"effort. Any kind of contribution would be highly appreciated. Thanks!" +msgstr "" +"Questo plugin è sviluppato, mantenuto, supportato e documentato " +"principalmente da Photocrati Media con " +"molto amore & dedizione. Ogni tipo di contributo sarà altamente apprezzato. " +"Grazie!" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:112 +msgid "Please click \"Works\" on WordPress.org" +msgstr "Per favore clicca \"Works\" in WordPress.org" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:117 +msgid "Give it a good rating on WordPress.org" +msgstr "Dacci un buon voto in WordPress.org" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:122 +msgid "Visit the plugin homepage" +msgstr "Visita homepage del plugin" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:127 +msgid "Help translating it" +msgstr "Aiuta nella traduzione" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:149 +msgid "Graphic Library" +msgstr "Libreria grafica" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:165 +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:214 +msgid "Loading…" +msgstr "Caricamento…" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:165 +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:214 +msgid "This widget requires JavaScript." +msgstr "Questo widget richiede JavaScript." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:178 +msgid "Thanks to all donators..." +msgstr "Grazie a tutti i donatori..." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:200 +msgid "View all" +msgstr "Mostra tutto" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:226 +#, php-format +msgid "" +"Newsfeed could not be loaded. Check the front page to " +"check for updates." +msgstr "" +"Il feed delle notizie non è stato caricato. Controlla la prima pagina per nuovi aggiornamenti." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:238 +msgid "Untitled" +msgstr "Senza titolo" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:303 +msgid "At a Glance" +msgstr "In sisntesi" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:356 +msgid "Storage Space" +msgstr "Spazio di archiviazione" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:360 +#, php-format +msgid "" +"%2$sMB" +msgstr "" +"%2$sMB" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:361 +msgid "Space Allowed" +msgstr "Spazio permesso" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:368 +#, php-format +msgid "" +"%2$sMB (%3$s" +"%%)" +msgstr "" +"%2$sMB " +"(%3$s%%)" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:369 +msgid "Space Used" +msgstr "Spazio usato" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:395 +msgid "No GD support" +msgstr "Nessun supporto GD" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:427 +msgid "Not set" +msgstr "Non impostato" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:429 +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:432 +msgid "On" +msgstr "On" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:430 +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:433 +msgid "Off" +msgstr "Off" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:437 +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:440 +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:443 +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:446 +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:449 +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:452 +msgid "N/A" +msgstr "N/D" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:451 +msgid " MByte" +msgstr " MByte" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:464 +msgid "Operating System" +msgstr "Sistema Operativo" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:465 +msgid "Server" +msgstr "Server" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:466 +msgid "Memory usage" +msgstr "Utilizzo memoria" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:467 +msgid "MYSQL Version" +msgstr "Versione MYSQL" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:468 +msgid "SQL Mode" +msgstr "Modalità SQL" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:469 +msgid "PHP Version" +msgstr "Versione PHP" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:470 +msgid "PHP Safe Mode" +msgstr "PHP Safe Mode" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:471 +msgid "PHP Allow URL fopen" +msgstr "PHP Allow URL fopen" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:472 +msgid "PHP Memory Limit" +msgstr "Limite memoria PHP " + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:473 +msgid "PHP Max Upload Size" +msgstr "Dimensione massima di caricamento PHP" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:474 +msgid "PHP Max Post Size" +msgstr "Massima dimensione POST PHP" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:475 +msgid "PCRE Backtracking Limit" +msgstr "PCRE Backtracking Limit" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:476 +msgid "PHP Max Script Execute Time" +msgstr "Tempo massimo di esecuzione script PHP" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:477 +msgid "PHP Exif support" +msgstr "Supporto EXIF PHP" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:478 +msgid "PHP IPTC support" +msgstr "Supporto IPTC PHP" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:479 +msgid "PHP XML support" +msgstr "Supporto XML PHP" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:491 +msgid "" +"NextGEN Gallery contains some functions which are only available under PHP " +"5.2. You are using the old PHP 4 version, upgrade now! It's no longer " +"supported by the PHP group. Many shared hosting providers offer both PHP 4 " +"and PHP 5, running simultaneously. Ask your provider if they can do this." +msgstr "" +"NextGEN Gallery contiene alcune funzioni le quali sono disponibili da PHP " +"5.2. Stai utilizzando la vecchia versione PHP 4, aggiorna ora! Non è più " +"supportato da gruppo PHP. Alcuni provider di hosting condiviso offrono sia " +"PHP 4 che PHP 5, contemporaneamente. Chiedi al tuo provider se è possibile." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/publish.php:35 +msgid "Post title" +msgstr "Titolo articolo" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/publish.php:37 +msgid "Enter the post title " +msgstr "Inserisci il titolo dell'articolo" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/publish.php:42 +msgid "Size of the image" +msgstr "Dimensione dell'immagine" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/publish.php:60 +msgid "Draft" +msgstr "Bozza" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/roles.php:26 +msgid "" +"Select the lowest role which should be able to access the following " +"capabilities. NextGEN Gallery supports the standard roles from WordPress." +msgstr "" +"Selezione il ruolo più basso con il quale è possibile accedere alle seguenti " +"funzionalità. NextGEN Gallery supporta i ruoli standard da WordPress." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/roles.php:27 +msgid "For a more flexible user management you can use the" +msgstr "Per una gestione utente più flessibile puoi usare il" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/roles.php:31 +msgid "Main NextGEN Gallery overview" +msgstr "Panoramica generale di NextGEN Gallery" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/roles.php:35 +msgid "Use TinyMCE Button / Upload tab" +msgstr "Utilizza Pulsante TinyMCE / Tab di caricamento" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/roles.php:39 +msgid "Add gallery / Upload images" +msgstr "Aggiungi galleria / Carica immagini" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/roles.php:43 +msgid "Manage gallery" +msgstr "Gestisci Galleria" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/roles.php:47 +msgid "Manage others gallery" +msgstr "Gestisci altre gallerie" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/roles.php:51 +msgid "Manage tags" +msgstr "Gestisci tag" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/roles.php:59 +msgid "Change style" +msgstr "Cambia stile" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/roles.php:63 +msgid "Change options" +msgstr "Cambia opzioni" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/roles.php:67 +msgid "NextGEN Attach Interface" +msgstr "Interfaccia Allega NextGEN" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/rotate.php:60 +msgid "Image rotated" +msgstr "Immagine ruotata" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/rotate.php:62 +msgid "Error rotating thumbnail" +msgstr "Errore nella rotazione miniatura" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/rotate.php:85 +msgid "90° clockwise" +msgstr "90° orario" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/rotate.php:86 +msgid "90° anticlockwise" +msgstr "90° antiorario" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/rotate.php:87 +msgid "Flip vertically" +msgstr "Capovolgi verticalmente" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/rotate.php:88 +msgid "Flip horizontally" +msgstr "Capovolgi orizzontalmente" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:22 +#: products/photocrati_nextgen/modules/ngglegacy/admin/upgrade.php:204 +#, php-format +msgid "Rebuild image structure : %s / %s images" +msgstr "Ricostruisci struttura immagine: %s / %s immagini" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:23 +#: products/photocrati_nextgen/modules/ngglegacy/admin/upgrade.php:205 +#, php-format +msgid "Rebuild gallery structure : %s / %s galleries" +msgstr "Ricostruisci struttura galleria: %s / %s gallerie" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:24 +#: products/photocrati_nextgen/modules/ngglegacy/admin/upgrade.php:206 +#, php-format +msgid "Rebuild album structure : %s / %s albums" +msgstr "Ricostruisci struttura album: %s / %s album" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:81 +#: products/photocrati_nextgen/modules/ngglegacy/admin/upgrade.php:263 +msgid "Done." +msgstr "Fatto." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:196 +msgid "Cache cleared" +msgstr "Cache svuotata" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:315 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:334 +msgid "General Options" +msgstr "Opzioni generali" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:317 +msgid "Image" +msgid_plural "Images" +msgstr[0] "Immagine" +msgstr[1] "Immagini" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:319 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:572 +msgid "Effects" +msgstr "Effetti" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:320 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:614 +msgid "Watermark" +msgstr "Filigrana" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:340 +#: products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:54 +msgid "Gallery path" +msgstr "Percorso galleria" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:342 +msgid "This is the default path for all galleries" +msgstr "Questo è il percorso predefinito per tutte le gallerie" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:345 +msgid "Delete image files" +msgstr "Cancella file immagine" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:347 +msgid "Delete files, when removing a gallery in the database" +msgstr "Cancella file, quando rimuovi una galleria dal database" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:350 +msgid "Activate permalinks" +msgstr "Attiva permalink" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:352 +msgid "" +"When you activate this option, you need to update your permalink structure " +"one time." +msgstr "" +"Quando attivi questa opzione, hai bisogno di aggiornare la tua struttura " +"permalink." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:353 +msgid "Gallery slug name :" +msgstr "Noma slug galleria:" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:357 +msgid "Create new URL friendly image slugs" +msgstr "Crea nuovi slug immagine URL friendly" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:358 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:474 +msgid "Proceed now" +msgstr "Procedi ora" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:361 +msgid "Select graphic library" +msgstr "Seleziona libreria grafica" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:362 +msgid "GD Library" +msgstr "GD Library" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:363 +msgid "ImageMagick (Experimental). Path to the library :" +msgstr "ImageMagick (Sperimentale). Percorso della libreria:" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:368 +msgid "Activate Media RSS feed" +msgstr "Attiva feed Media RSS" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:370 +msgid "" +"A RSS feed will be added to you blog header. Useful for CoolIris/PicLens" +msgstr "" +"Un feed RSS sarà aggiunto all'header del tuo blog. Utile per CoolIris/PicLens" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:373 +msgid "Activate PicLens/CoolIris support" +msgstr "Attiva supporto CoolIris/PicLens" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:375 +msgid "" +"When you activate this option, some javascript is added to your site footer. " +"Make sure that wp_footer is called in your theme." +msgstr "" +"Quando attivi questa opzione, alcuni javascript sono aggiunti in fondo al " +"tuo sito. Controlla che wp_footer è dichiarato nel tuo tema." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:378 +msgid "Tags / Categories" +msgstr "Tag / Categorie" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:381 +msgid "Activate related images" +msgstr "Attiva immagini correlate" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:383 +msgid "This option will append related images to every post" +msgstr "Questa opzione aggiungerà immagini correlate ad ogni articolo" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:387 +msgid "Match with" +msgstr "Confronta con" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:393 +msgid "Max. number of images" +msgstr "Numero massimo immagini" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:395 +msgid "0 will show all images" +msgstr "0 mostrerà tutte le immagini" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:399 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:435 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:477 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:562 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:597 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:860 +msgid "More settings" +msgstr "Più impostazioni" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:409 +msgid "Thumbnail settings" +msgstr "Impostazioni miniatura" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:413 +msgid "" +"Please note : If you change the settings, you need to recreate the " +"thumbnails under -> Manage Gallery ." +msgstr "" +"Nota bene: Se cambi le impostazioni, hai bisogno di ricreare le miniature " +"sotto -> Gestisci Galleria." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:422 +msgid "These values are maximum values " +msgstr "Questi valori sono i massimi" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:445 +msgid "Image settings" +msgstr "Impostazioni immagine" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:451 +msgid "Resize Images" +msgstr "Ridimensiona immagini" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:460 +msgid "Backup original images" +msgstr "Backup immagini originali" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:462 +msgid "Creates a backup for inserted images" +msgstr "Crea un backup per immagini inserite" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:465 +msgid "Automatically resize" +msgstr "Ridimensiona automaticamente" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:467 +msgid "Automatically resize images on upload." +msgstr "Ridimensiona automaticamente immagini al caricamento." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:470 +msgid "Single picture" +msgstr "Singola foto" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:473 +msgid "Clear cache folder" +msgstr "Pulisci cache cartella" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:494 +msgid "Deactivate gallery page link" +msgstr "Disattiva collegamento pagina galleria" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:496 +msgid "" +"The album will not link to a gallery subpage. The gallery is shown on the " +"same page." +msgstr "" +"L'album non è collegato alla sottopagina galleria. La galleria è mostrata " +"nella stessa pagina." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:500 +msgid "Number of images per page" +msgstr "Numero di immagini per pagina" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:502 +msgid "0 will disable pagination, all images on one page" +msgstr "0 disabiliterà l'impaginazione, tutte le immagini una per ogni pagina" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:506 +msgid "Number of columns" +msgstr "Numero di colonne" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:508 +msgid "" +"0 will display as much as possible based on the width of your theme. Setting " +"normally only required for captions below the images" +msgstr "" +"0 mostrerà il più possibile in base alla larghezza del tuo tema. " +"Impostazione normalmente richiesta per didascalie sotto le immagini" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:512 +msgid "Integrate slideshow" +msgstr "Integra slideshow" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:519 +msgid "Show first" +msgstr "Mostra prima" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:525 +msgid "Show ImageBrowser" +msgstr "Mostra ImageBrowser" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:527 +msgid "The gallery will open the ImageBrowser instead the effect." +msgstr "La galleria aprirà l'ImageBrowser invece che l'effetto" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:531 +msgid "Add hidden images" +msgstr "Aggiungi immagini nascoste" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:533 +msgid "" +"If pagination is used, this option will still show all images in the modal " +"window (Thickbox, Lightbox etc.). Note : This increases the page load" +msgstr "" +"Se l'impaginazione è utilizzata, questa opzione mostrerà comunque tutte le " +"immagini nella finestra modale (Thickbox, Lightbox etc.). Nota: incrementerà " +"il carico pagina." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:539 +msgid "" +"Browse images without reload the page. Note : Works only in combination with " +"Shutter effect" +msgstr "" +"Sfoglia immagini senza ricaricare la pagina. Nota: Funziona solo in " +"combinazione con l'effetto Shutter" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:543 +msgid "Sort options" +msgstr "Opzioni disposizione" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:546 +msgid "Sort thumbnails" +msgstr "Disponi miniature" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:548 +msgid "Custom order" +msgstr "Ordine personale" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:550 +msgid "File name" +msgstr "Nome file" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:551 +msgid "Alt / Title text" +msgstr "Testo Alt / Titolo" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:552 +#: products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser-exif.php:58 +msgid "Date / Time" +msgstr "Data / Ora" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:556 +msgid "Sort direction" +msgstr "Direzione ordinamento" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:576 +msgid "" +"Here you can select the thumbnail effect, NextGEN Gallery will integrate the " +"required HTML code in the images. Please note that only the Shutter and " +"Thickbox effect will automatic added to your theme." +msgstr "" +"Qui puoi selezionare l'effetto miniatura, NextGEN Gallery integrerà il " +"codice HTML richiesto nell'immagine. Nota bene che solo gli effetti Shutter " +"e Thickbox saranno automaticamente aggiunti al tuo tema." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:577 +msgid "With the placeholder" +msgstr "Con segnaposto" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:577 +msgid "" +"you can activate a navigation through the images (depend on the effect). " +"Change the code line only , when you use a different thumbnail effect or you " +"know what you do." +msgstr "" +"puoi attivare una navigazione attraverso le immagini (a seconda " +"dell'effetto). Cambia solo la linea di codice, quando usi un effetto " +"miniatura differente o sai cosa fare." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:580 +msgid "JavaScript Thumbnail effect" +msgstr "Effetto Miniatura JavaScript" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:584 +msgid "Thickbox" +msgstr "Thickbox" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:585 +msgid "Lightbox" +msgstr "Lightbox" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:586 +msgid "Highslide" +msgstr "Highslide" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:587 +msgid "Shutter" +msgstr "Shutter" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:593 +msgid "Link Code line" +msgstr "Collegamento linea di Codice" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:615 +msgid "" +"Please note : You can only activate the watermark under -> Manage Gallery . " +"This action cannot be undone." +msgstr "" +"Nota bene: Puoi attivare la filigrana solo sotto -> Gestisci Galleria. " +"Questa azione non può essere annullata." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:620 +msgid "Preview" +msgstr "Anteprima" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:622 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:627 +msgid "Position" +msgstr "Posizione" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:647 +msgid "Offset" +msgstr "Distanza" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:663 +msgid "Use image as watermark" +msgstr "Utilizza immagine come filigrana" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:666 +msgid "URL to file" +msgstr "URL al file" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:668 +msgid "The accessing of URL files is disabled at your server (allow_url_fopen)" +msgstr "L'accesso a file URL è disabilitato dal tuo server (allow_url_fopen)" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:671 +msgid "Use text as watermark" +msgstr "Utilizza testo come filigrana" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:674 +msgid "Font" +msgstr "Font" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:683 +msgid "This function will not work, cause you need the FreeType library" +msgstr "Questa funzione non andrà, perché hai bisogno della libreria FreeType" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:685 +msgid "" +"You can upload more fonts in the folder nggallery/fonts" +msgstr "Puoi caricare più font nella cartella nggallery/fonts" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:694 +msgid "Color" +msgstr "Colore" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:696 +msgid "(hex w/o #)" +msgstr "(hex senza #)" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:699 +msgid "Text" +msgstr "Testo" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:703 +msgid "Opaque" +msgstr "Opaco" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:724 +msgid "Default size (W x H)" +msgstr "Dimensione predefinita (L x A)" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:729 +msgid "Duration time" +msgstr "Durata" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:730 +msgid "sec." +msgstr "sec." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:733 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:810 +msgid "Transition / Fade effect" +msgstr "Effetto Transizione / Dissolvenza" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:736 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:813 +msgid "fade" +msgstr "dissolvenza" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:737 +msgid "blindX" +msgstr "blindX" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:738 +msgid "cover" +msgstr "cover" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:739 +msgid "scrollUp" +msgstr "scorri Su" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:740 +msgid "scrollDown" +msgstr "scorri Giù" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:741 +msgid "shuffle" +msgstr "Mescola" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:742 +msgid "toss" +msgstr "caduta" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:743 +msgid "wipe" +msgstr "wipe" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:745 +msgid "See here for more information about the effects :" +msgstr "Guarda qui per più informazioni sugli effetti:" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:749 +msgid "Settings for the JW Image Rotator" +msgstr "Impostazioni per il JW Image Rotator" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:758 +msgid "" +"The path to JW Image Rotator is not defined, the slideshow will not work." +msgstr "" +"Il percorso per JW Image Rotator non è definito, lo slideshow non funzionerà." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:770 +msgid "Path to the JW Image Rotator (URL)" +msgstr "Percorso allo JW Image Rotator (URL)" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:773 +msgid "Search now" +msgstr "Cerca ora" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:774 +msgid "Press the button below to search for the JW Image Rotator" +msgstr "Premi il pulsante sottostante per cercare JW Image Rotator" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:778 +msgid "Shuffle mode" +msgstr "Modalità casuale" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:796 +msgid "You can change the logo at the watermark settings" +msgstr "Puoi cambiare il logo nelle impostazioni filigrana" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:802 +msgid "true" +msgstr "vero" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:803 +msgid "false" +msgstr "falso" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:804 +msgid "fit" +msgstr "adatta" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:805 +msgid "none" +msgstr "nessuno" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:814 +msgid "bgfade" +msgstr "bgfade" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:815 +msgid "slowfade" +msgstr "slowfade" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:816 +msgid "circles" +msgstr "circles" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:817 +msgid "bubbles" +msgstr "bubbles" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:818 +msgid "blocks" +msgstr "blocks" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:819 +msgid "fluids" +msgstr "fluids" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:820 +msgid "flash" +msgstr "flash" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:821 +msgid "lines" +msgstr "lines" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:831 +msgid "Background Color" +msgstr "Colore di sfondo" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:836 +msgid "Texts / Buttons Color" +msgstr "Colore Testi / Pulsanti" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:841 +msgid "Rollover / Active Color" +msgstr "Colore Rollover / Attivo" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:846 +msgid "Screen Color" +msgstr "Colore Schermo" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:851 +msgid "Background music (URL)" +msgstr "Musica di fondo (URL)" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:855 +msgid "Try XHTML validation (with CDATA)" +msgstr "Prova validazione XHTML (con CDATA)" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:857 +msgid "" +"Important : Could causes problem at some browser. Please recheck your page." +msgstr "" +"Importante: Potrebbe causare problemi a qualche browser. Per favore " +"ricontrolla la pagina." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/showmeta.php:29 +msgid "Meta Data" +msgstr "Metadata" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/showmeta.php:34 +#: products/photocrati_nextgen/modules/ngglegacy/admin/showmeta.php:60 +#: products/photocrati_nextgen/modules/ngglegacy/admin/showmeta.php:85 +#: products/photocrati_nextgen/modules/ngglegacy/admin/showmeta.php:109 +msgid "Tag" +msgstr "Tag" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/showmeta.php:35 +#: products/photocrati_nextgen/modules/ngglegacy/admin/showmeta.php:61 +#: products/photocrati_nextgen/modules/ngglegacy/admin/showmeta.php:86 +#: products/photocrati_nextgen/modules/ngglegacy/admin/showmeta.php:110 +msgid "Value" +msgstr "Valore" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/showmeta.php:49 +msgid "No meta data saved" +msgstr "Nessun metadata salvato" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/showmeta.php:55 +msgid "EXIF Data" +msgstr "Dati EXIF" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/showmeta.php:74 +msgid "No exif data" +msgstr "Nessun dato EXIF" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/showmeta.php:81 +msgid "IPTC Data" +msgstr "Dati IPTC" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/showmeta.php:105 +msgid "XMP Data" +msgstr "Dati XMP" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/style.php:11 +msgid "(From the theme folder)" +msgstr "(Dalla cartella del tema)" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/style.php:43 +msgid "You do not have sufficient permissions to edit templates for this blog." +msgstr "" +"Non hai i permessi necessari per modificare il template per questo blog." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/style.php:52 +msgid "CSS file successfully updated" +msgstr "File CSS aggiornato con successo" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/style.php:91 +msgid "Activate and use style sheet:" +msgstr "Attiva e usa foglio di stile:" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/style.php:111 +msgid "Activate" +msgstr "Attiva" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/style.php:121 +#, php-format +msgid "Editing %s" +msgstr "Modificando %s" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/style.php:123 +#, php-format +msgid "Browsing %s" +msgstr "Sfogliando %s" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/style.php:133 +msgid "Version" +msgstr "Versione" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/style.php:136 +msgid "" +"Tip : Copy your stylesheet (nggallery.css) to your theme folder, so it will " +"be not lost during a upgrade" +msgstr "" +"Suggerimento: Copia il foglio di stile (nggallery.css) nella tua cartella " +"del tema, così non sarà cancellato durante un aggiornamento." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/style.php:138 +msgid "" +"Your theme contain a NextGEN Gallery stylesheet (nggallery.css), this file " +"will be used" +msgstr "" +"Il tuo tema contiene un foglio di stile NextGEN Gallery (nggallery.css), " +"questo file sarà utilizzato" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/style.php:140 +msgid "" +"Tip No. 2: Use the color picker below to help you find the right color " +"scheme for your gallery!" +msgstr "" +"Suggerimento No. 2: Usa il contagocce sottostante per aiutarti a trovare lo " +"schema colore giusto per la tua galleria!" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/style.php:156 +msgid "Update File" +msgstr "Aggiorna file" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/style.php:159 +msgid "If this file were writable you could edit it." +msgstr "Se il file è scrivibile puoi modificarlo." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/style.php:164 +msgid "Oops, no such file exists! Double check the name and try again, merci." +msgstr "Oops, il file non esiste! Controlla bene il nome e riprova, grazie." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:41 +msgid "Most popular" +msgstr "Più popolare" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:42 +msgid "Least used" +msgstr "Meno usato" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:43 +msgid "Alphabetical" +msgstr "Alfabetico" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:100 +msgid "Manage image tags" +msgstr "Gestisci tag immagini" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:112 +msgid "Existing Tags" +msgstr "Tag esistenti" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:116 +msgid "Search tags" +msgstr "Cerca tag" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:120 +msgid "Go" +msgstr "Vai" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:125 +msgid "Sort Order:" +msgstr "Ordinamento:" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:160 +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:164 +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:177 +msgid "Previous tags" +msgstr "Tag precedente" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:173 +msgid "Next tags" +msgstr "Tag successivo" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:185 +msgid "Rename Tag" +msgstr "Rinomina Tag" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:193 +msgid "" +"Enter the tag to rename and its new value. You can use this feature to " +"merge tags too. Click \"Rename\" and all posts which use this tag will be " +"updated." +msgstr "" +"Inserisci il tag per rinominare ed il suo nuovo valore. Puoi utilizzare " +"questa funzione anche per unire tag. Clicca \"Rinomina\" e tutti gli " +"articolo che utilizzano questo tata saranno aggiornati." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:194 +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:242 +msgid "You can specify multiple tags to rename by separating them with commas." +msgstr "Puoi specificare tag multipli per rinominare separandoli con virgole." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:198 +msgid "Tag(s) to rename:" +msgstr "Tag da rinominare:" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:202 +msgid "New tag name(s):" +msgstr "Nuovo nome/i tag:" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:205 +msgid "Rename" +msgstr "Rinomina" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:211 +msgid "Delete Tag" +msgstr "Cancella Tag" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:219 +msgid "" +"Enter the name of the tag to delete. This tag will be removed from all " +"posts." +msgstr "" +"Inserisci il nome del tag da eliminare. Questo tag sarà rimosso da ogni " +"articolo." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:220 +msgid "You can specify multiple tags to delete by separating them with commas" +msgstr "Puoi specificare tag multipli da cancellare separandoli da virgole" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:224 +msgid "Tag(s) to delete:" +msgstr "Tag da cancellare:" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:233 +msgid "Edit Tag Slug" +msgstr "Modifica Slug Tag" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:241 +msgid "" +"Enter the tag name to edit and its new slug. This will be used in tagcloud " +"links. Slug definition" +msgstr "" +"Inserisci il nome tag da modificare ed il nuovo slug. Questo sarà utilizzato " +"nei collegamenti tagcloud. Definizione slug" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:246 +msgid "Tag(s) to match:" +msgstr "Tag da confrontare:" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:250 +msgid "Slug(s) to set:" +msgstr "Slug da impostare:" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/templates/manage_gallery/gallery_create_page_field.php:3 +msgid "Main Page (no parent)" +msgstr "Pagina Principale (nessun genitore)" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/templates/manage_gallery/gallery_create_page_field.php:10 +msgid "Add page" +msgstr "Aggiungi pagina" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/templates/manage_gallery/gallery_link_to_page_field.php:3 +msgid "Not linked" +msgstr "Non collegato" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/thumbnails-template.php:103 +msgid "These are maximum values" +msgstr "Queste sono valori massimi" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/upgrade.php:61 +msgid "" +"Some folders/files could not renamed, please recheck the permission and " +"rescan the folder in the manage gallery section." +msgstr "" +"Alcune cartelle/file non sono state rinominate, ricontrolla i permessi e ri-" +"scansiona la cartella nella sezione gestione galleria." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/upgrade.php:63 +msgid "Rename failed" +msgstr "Rinominazione fallita" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/upgrade.php:159 +#: products/photocrati_nextgen/modules/ngglegacy/admin/upgrade.php:178 +msgid "Upgrade NextGEN Gallery" +msgstr "Aggiorna NextGEN Gallery" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/upgrade.php:160 +msgid "The script detect that you upgrade from a older version." +msgstr "Lo script ha trovato che hai aggiornato da una versione precedente." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/upgrade.php:161 +msgid "" +"Your database tables for NextGEN Gallery is out-of-date, and must be " +"upgraded before you can continue." +msgstr "" +"Il tuo database tabelle per NextGEN Gallery è scaduto, e deve essere " +"aggiornato prima di continuare." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/upgrade.php:162 +msgid "" +"If you would like to downgrade later, please make first a complete backup of " +"your database and the images." +msgstr "" +"Se dopo vuoi retrocedere, per favore fai un backup completo del database e " +"delle immagini." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/upgrade.php:163 +msgid "The upgrade process may take a while, so please be patient." +msgstr "" +"Il processo di aggiornamento dovrebbe metterci un po', per favore sii " +"paziente." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/upgrade.php:164 +msgid "Start upgrade now" +msgstr "Avvia aggiornamento ora" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/upgrade.php:180 +msgid "Upgrade finished..." +msgstr "Aggiornamento completato..." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/upgrade.php:181 +msgid "Continue" +msgstr "Continua" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:33 +msgid "Update successfully" +msgstr "Aggiornamento completato" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:48 +msgid "Network Options" +msgstr "Opzioni di rete" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:56 +msgid "" +"This is the default path for all blogs. With the placeholder %BLOG_ID% you " +"can organize the folder structure better." +msgstr "" +"Questo è il percorso di default per tutti i blog. Con il segnaposto %BLOG_ID" +"% puoi organizzare la struttura cartella in modo migliore." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:57 +#, php-format +msgid "The default setting should be %s" +msgstr "L'impostazione predefinita dovrebbe essere %s" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:61 +msgid "Enable upload quota check" +msgstr "Abilita controllo quota di upload" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:63 +msgid "Should work if the gallery is bellow the blog.dir" +msgstr "Dovrebbe funzionare se la galleria è sotto la blog.dir" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:67 +msgid "Enable zip upload option" +msgstr "Abilita caricamento ZIP" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:69 +msgid "Allow users to upload zip folders." +msgstr "Permetti agli utenti di caricare cartelle zip." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:73 +msgid "Enable import function" +msgstr "Abilita funzione di importazione" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:75 +msgid "Allow users to import images folders from the server." +msgstr "Permetti agli utenti di importare cartelle di immagini dal server." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:79 +msgid "Enable style selection" +msgstr "Abilita selezione stile" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:81 +msgid "Allow users to choose a style for the gallery." +msgstr "Permetti all'utente di selezionare uno stile per la galleria" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:85 +msgid "Enable roles/capabilities" +msgstr "Abilita ruoli/permessi" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:87 +msgid "Allow users to change the roles for other blog authors." +msgstr "Permetti agli utenti di cambiare i ruoli per altri autori del blog." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:91 +msgid "Default style" +msgstr "Stile predefinito" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:108 +msgid "Choose the default style for the galleries." +msgstr "Seleziona lo stile di default per le gallerie" + +#: products/photocrati_nextgen/modules/ngglegacy/lib/core.php:410 +#, php-format +msgid "" +"Note : Based on your server memory limit you should not upload larger images " +"then %d x %d pixel" +msgstr "" +"Nota: In base ai limiti della memoria del tuo server non dovresti caricare " +"immagini più grandi di %d x %d pixel" + +#: products/photocrati_nextgen/modules/ngglegacy/lib/ngg-db.php:337 +#: products/photocrati_nextgen/modules/ngglegacy/lib/ngg-db.php:338 +msgid "Album overview" +msgstr "Panoramica Album" + +#: products/photocrati_nextgen/modules/ngglegacy/lib/post-thumbnail.php:68 +#: products/photocrati_nextgen/modules/ngglegacy/lib/post-thumbnail.php:70 +msgid "Set NextGEN featured image" +msgstr "Imposta immagine in evidenza NextGEN" + +#: products/photocrati_nextgen/modules/ngglegacy/lib/post-thumbnail.php:328 +#: products/photocrati_nextgen/modules/ngglegacy/lib/post-thumbnail.php:329 +msgid "Set featured image" +msgstr "Imposta immagine in evidenza" + +#: products/photocrati_nextgen/modules/ngglegacy/lib/post-thumbnail.php:356 +msgid "Remove featured image" +msgstr "Rimuovi immagine in evidenza" + +#: products/photocrati_nextgen/modules/ngglegacy/lib/rewrite.php:223 +msgid "Album" +msgid_plural "Albums" +msgstr[0] "Album" +msgstr[1] "Album" + +#: products/photocrati_nextgen/modules/ngglegacy/lib/tags.php:35 +msgid "No new tag specified!" +msgstr "Nessuna nuova tag specificata!" + +#: products/photocrati_nextgen/modules/ngglegacy/lib/tags.php:50 +msgid "No new/old valid tag specified!" +msgstr "Nessun nuovo/vecchio tag valido specificato!" + +#: products/photocrati_nextgen/modules/ngglegacy/lib/tags.php:86 +msgid "No tag renamed." +msgstr "Nessuna tag rinominata." + +#: products/photocrati_nextgen/modules/ngglegacy/lib/tags.php:88 +#, php-format +msgid "Renamed tag(s) «%1$s» to «%2$s»" +msgstr "Rinomina tag «%1$s» a «%2$s»" + +#: products/photocrati_nextgen/modules/ngglegacy/lib/tags.php:95 +msgid "No valid new tag." +msgstr "Nuovo tag non valido" + +#: products/photocrati_nextgen/modules/ngglegacy/lib/tags.php:112 +msgid "No objects (post/page) found for specified old tags." +msgstr "Nessun oggetto (articolo/pagina) trovato per i vecchi tag specificati." + +#: products/photocrati_nextgen/modules/ngglegacy/lib/tags.php:141 +msgid "No tag merged." +msgstr "Nessuna tag unita." + +#: products/photocrati_nextgen/modules/ngglegacy/lib/tags.php:143 +#, php-format +msgid "" +"Merge tag(s) «%1$s» to «%2$s». %3$s objects edited." +msgstr "" +"Unisci tag «%1$s» con «%2$s». %3$s oggetti " +"modificati." + +#: products/photocrati_nextgen/modules/ngglegacy/lib/tags.php:146 +msgid "Error. Not enough tags provided to rename or merge." +msgstr "Errore. Non sono stati forniti abbastanza tag da rinominare o unire." + +#: products/photocrati_nextgen/modules/ngglegacy/lib/tags.php:165 +msgid "No tag specified!" +msgstr "Nessun tag specificato!" + +#: products/photocrati_nextgen/modules/ngglegacy/lib/tags.php:188 +msgid "No tag deleted." +msgstr "Nessun tag cancellato." + +#: products/photocrati_nextgen/modules/ngglegacy/lib/tags.php:190 +#, php-format +msgid "%1s tag(s) deleted." +msgstr "%1s tag cancellato/i." + +#: products/photocrati_nextgen/modules/ngglegacy/lib/tags.php:206 +msgid "No new slug(s) specified!" +msgstr "Nessun nuovo slug specificato!" + +#: products/photocrati_nextgen/modules/ngglegacy/lib/tags.php:218 +msgid "Tags number and slugs number isn't the same!" +msgstr "Numero tag e numero slug non è lo stesso!" + +#: products/photocrati_nextgen/modules/ngglegacy/lib/tags.php:245 +msgid "No slug edited." +msgstr "Nessuno slug modificato." + +#: products/photocrati_nextgen/modules/ngglegacy/lib/tags.php:247 +#, php-format +msgid "%s slug(s) edited." +msgstr "%s slug modificate." + +#: products/photocrati_nextgen/modules/ngglegacy/nggallery.php:64 +msgid "" +"Translation by : See here" +msgstr "" +"Tradotto da: Vedi qui" + +#: products/photocrati_nextgen/modules/ngglegacy/nggallery.php:65 +msgid "" +"This translation is not yet updated for Version 1.9.0. If " +"you would like to help with translation, download the current po from the " +"plugin folder and read here how you can translate the plugin." +msgstr "" +"Questa traduzione non è stata aggiornata per la Versione 1.9.0. Se vuoi aiutare con la traduzione, scarica il po corrente dalla " +"cartella plugin e leggi qui per come puoi tradurre il plugin." + +#: products/photocrati_nextgen/modules/ngglegacy/nggallery.php:158 +msgid "" +"Sorry, NextGEN Gallery works only with a Memory Limit of 16 MB or higher" +msgstr "" +"Mi dispiace, NextGEN Gallery lavora solo con un Limite Memoria di 16 MB o " +"superiore" + +#: products/photocrati_nextgen/modules/ngglegacy/nggallery.php:184 +msgid "Picture tag" +msgstr "Tag immagine" + +#: products/photocrati_nextgen/modules/ngglegacy/nggallery.php:185 +msgid "Picture tag: %2$l." +msgstr "Tag immagine: %2$l." + +#: products/photocrati_nextgen/modules/ngglegacy/nggallery.php:186 +msgid "Separate picture tags with commas." +msgstr "Separa tag immagini con virgole." + +#: products/photocrati_nextgen/modules/ngglegacy/nggallery.php:324 +msgid "Get help" +msgstr "Ottieni aiuto" + +#: products/photocrati_nextgen/modules/ngglegacy/nggallery.php:325 +msgid "Contribute" +msgstr "Contribuisci" + +#: products/photocrati_nextgen/modules/ngglegacy/nggfunctions.php:29 +msgid "[Gallery not found]" +msgstr "[Galleria non trovata]" + +#: products/photocrati_nextgen/modules/ngglegacy/nggfunctions.php:163 +msgid "Related images for" +msgstr "Immagini relative per" + +#: products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser-exif.php:38 +msgid "Meta data" +msgstr "Metadata" + +#: products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser-exif.php:42 +msgid "Camera / Type" +msgstr "Macchina fotografica / Tipo" + +#: products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser-exif.php:50 +msgid "Focal Length" +msgstr "Lunghezza focale" + +#: products/photocrati_nextgen/modules/ngglegacy/xml/media-rss.php:50 +msgid "No galleries have been yet created." +msgstr "Nessuna galleria è stata ancora creata." + +#: products/photocrati_nextgen/modules/ngglegacy/xml/media-rss.php:69 +#, php-format +msgid "The gallery ID=%s does not exist." +msgstr "La gallery con ID=%s non esiste." + +#: products/photocrati_nextgen/modules/ngglegacy/xml/media-rss.php:100 +msgid "No album ID has been provided as parameter" +msgstr "Nessun ID album è stato fornito come parametro" + +#: products/photocrati_nextgen/modules/ngglegacy/xml/media-rss.php:108 +#, php-format +msgid "The album ID=%s does not exist." +msgstr "L'album con ID=%s non esiste." + +#: products/photocrati_nextgen/modules/ngglegacy/xml/media-rss.php:115 +msgid "Invalid MediaRSS command" +msgstr "Comando MediaRSS non valido" + +msgid "NextGEN Basic Compact Album" +msgstr "NextGEN Album Compatto Base" + +msgid "NextGEN Basic Extended Album" +msgstr "NextGEN Album Esteso Base" + +msgid "NextGEN Basic Thumbnails" +msgstr "NextGEN Miniature Base" + +msgid "NextGEN Basic Slideshow" +msgstr "NextGEN Slideshow Base" + +msgid "NextGEN Basic ImageBrowser" +msgstr "NextGEN ImageBrowser Base" + +msgid "NextGEN Basic Singlepic" +msgstr "NextGEN Singlepic Base" + +msgid "NextGEN Basic Tagcloud" +msgstr "NextGEN Tagcloud Base" diff --git a/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/i18n/lang/nggallery-nl_NL.mo b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/i18n/lang/nggallery-nl_NL.mo new file mode 100644 index 0000000000000000000000000000000000000000..7d6def189c34cdf86b33d1ba698f57f4357000a2 GIT binary patch literal 76238 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 QEa%)4zyLN17U*R6FNq$0cmMzZ literal 0 HcmV?d00001 diff --git a/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/i18n/lang/nggallery-nl_NL.po b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/i18n/lang/nggallery-nl_NL.po new file mode 100644 index 0000000..4056939 --- /dev/null +++ b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/i18n/lang/nggallery-nl_NL.po @@ -0,0 +1,4272 @@ +# NextGEN Gallery base (English) .po source +# Copyright (C) 2014 Photocrati Media +# This file is distributed under the same license as the NextGEN Gallery package. +# +msgid "" +msgstr "" +"Project-Id-Version: NextGEN Gallery\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2014-02-20 19:45-0800\n" +"PO-Revision-Date: 2014-05-13 11:33+0100\n" +"Last-Translator: Photocrati Media\n" +"Language-Team: Photocrati Media\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Language: nl_NL\n" +"X-Generator: Poedit 1.6.5\n" + +#: nggallery.php:290 +#, php-format +msgid "Every %d seconds" +msgstr "Elke %d seconds" + +#: products/photocrati_nextgen/modules/attach_to_post/adapter.attach_to_post_ajax.php:157 +#, php-format +msgid "Album: %s" +msgstr "Album: %s" + +#: products/photocrati_nextgen/modules/attach_to_post/adapter.attach_to_post_ajax.php:159 +#, php-format +msgid "Gallery: %s" +msgstr "Galerij: %s" + +#: products/photocrati_nextgen/modules/attach_to_post/adapter.attach_to_post_ajax.php:177 +msgid "Missing parameters" +msgstr "Missende parameters" + +#: products/photocrati_nextgen/modules/attach_to_post/adapter.attach_to_post_ajax.php:213 +msgid "Displayed gallery does not exist" +msgstr "Getoonde galerij bestaat niet" + +#: products/photocrati_nextgen/modules/attach_to_post/adapter.attach_to_post_ajax.php:216 +msgid "Invalid request" +msgstr "Ongeldig verzoek" + +#: products/photocrati_nextgen/modules/attach_to_post/class.attach_controller.php:248 +msgid "NextGEN Gallery - Attach To Post" +msgstr "NextGEN Gallery - Aan Bericht Toevoegen" + +#: products/photocrati_nextgen/modules/attach_to_post/class.attach_controller.php:266 +msgid "Display Galleries" +msgstr "Galerijen Tonen" + +#: products/photocrati_nextgen/modules/attach_to_post/class.attach_controller.php:273 +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/adapter.nextgen_addgallery_controller.php:7 +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:192 +msgid "Add Gallery / Images" +msgstr "Galerij / Afbeeldingen Toevoegen" + +#: products/photocrati_nextgen/modules/attach_to_post/class.attach_controller.php:280 +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:160 +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:194 +msgid "Manage Galleries" +msgid_plural "Manage Galleries" +msgstr[0] "Galerijen Beheren" +msgstr[1] "Galerijen Beheren" + +#: products/photocrati_nextgen/modules/attach_to_post/class.attach_controller.php:287 +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:404 +msgid "Manage Albums" +msgid_plural "Manage Albums" +msgstr[0] "Albums Beheren" +msgstr[1] "Beheer Albums" + +#: products/photocrati_nextgen/modules/attach_to_post/class.attach_controller.php:294 +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:162 +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:198 +msgid "Manage Tags" +msgstr "Tags Beheren" + +#: products/photocrati_nextgen/modules/attach_to_post/mixin.attach_to_post_display_tab.php:115 +msgid "What would you like to display?" +msgstr "Wat wilt u tonen?" + +#: products/photocrati_nextgen/modules/attach_to_post/mixin.attach_to_post_display_tab.php:139 +msgid "Select a display type" +msgstr "Selecteer een type weergave" + +#: products/photocrati_nextgen/modules/attach_to_post/mixin.attach_to_post_display_tab.php:162 +msgid "Customize the display settings" +msgstr "Weergave instellingen aanpassen" + +#: products/photocrati_nextgen/modules/attach_to_post/mixin.attach_to_post_display_tab.php:253 +msgid "No display type selected" +msgstr "Geen weergave type geselecteerd" + +#: products/photocrati_nextgen/modules/attach_to_post/mixin.attach_to_post_display_tab.php:271 +msgid "Sort or Exclude Images" +msgstr "Afbeeldingen Sorteren of Uitsluiten" + +#: products/photocrati_nextgen/modules/attach_to_post/module.attach_to_post.php:186 +msgid "Invalid Displayed Gallery" +msgstr "Ongeldige Weergegeven Galerij" + +#: products/photocrati_nextgen/modules/attach_to_post/templates/display_tab.php:10 +#: products/photocrati_nextgen/modules/nextgen_admin/templates/nextgen_admin_page.php:25 +msgid "Save" +msgstr "Opslaan" + +#: products/photocrati_nextgen/modules/attach_to_post/templates/display_tab_js.php:612 +msgid "Sources" +msgstr "Bronnen" + +#: products/photocrati_nextgen/modules/attach_to_post/templates/display_tab_js.php:646 +#: products/photocrati_nextgen/modules/nextgen_admin/class.form.php:362 +msgid "(optional)" +msgstr "(optioneel)" + +#: products/photocrati_nextgen/modules/attach_to_post/templates/display_tab_js.php:654 +msgid "" +"Sets an SEO-friendly name to this gallery for URLs. Currently only in use by " +"the Pro Lightbox." +msgstr "" +"Stelt een SEO-vriendelijke naam in voor deze galerij voor URLs. Momenteel " +"alleen in gebruik door de Pro Lightbox." + +#: products/photocrati_nextgen/modules/attach_to_post/templates/display_tab_js.php:655 +msgid "Slug" +msgstr "Slug" + +#: products/photocrati_nextgen/modules/attach_to_post/templates/display_tab_js.php:860 +msgid "No entities to display for this source." +msgstr "Geen weer te geven entiteiten voor deze bron." + +#: products/photocrati_nextgen/modules/attach_to_post/templates/display_tab_js.php:1264 +msgid "Select a gallery" +msgstr "Selecteer een galerij" + +#: products/photocrati_nextgen/modules/attach_to_post/templates/display_tab_js.php:1292 +msgid "Albums" +msgstr "Albums" + +#: products/photocrati_nextgen/modules/lightbox/adapter.lightbox_library_form.php:34 +msgid "Code" +msgstr "Code" + +#: products/photocrati_nextgen/modules/lightbox/adapter.lightbox_library_form.php:48 +msgid "Stylesheet URL" +msgstr "Stylesheet URL" + +#: products/photocrati_nextgen/modules/lightbox/adapter.lightbox_library_form.php:62 +msgid "Javascript URL" +msgstr "Javascript URL" + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/adapter.import_folder_form.php:7 +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/templates/import_folder.php:6 +msgid "Import Folder" +msgstr "Map Importeren" + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/adapter.nextgen_addgallery_ajax.php:41 +msgid "No gallery name specified" +msgstr "Geen galerijnaam opgegeven" + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/adapter.nextgen_addgallery_ajax.php:55 +msgid "Failed to extract images from ZIP" +msgstr "Uitpakken van bestanden uit ZIP mislukt" + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/adapter.nextgen_addgallery_ajax.php:61 +msgid "Image generation failed" +msgstr "Afbeelding genereren mislukt" + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/adapter.nextgen_addgallery_ajax.php:70 +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/adapter.nextgen_addgallery_ajax.php:150 +msgid "An unexpected error occured." +msgstr "Een onverwachte fout is opgetreden." + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/adapter.nextgen_addgallery_ajax.php:77 +msgid "" +"No permissions to upload images. Try refreshing the page or ensuring that " +"your user account has sufficient roles/privileges." +msgstr "" +"Geen toestemming om afbeeldingen te uploaden. Probeer de pagina te verversen " +"of verzeker u dat uw gebruikersaccount voldoende rollen/rechten heeft." + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/adapter.nextgen_addgallery_ajax.php:117 +msgid "Directory does not exist." +msgstr "Map bestaat niet." + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/adapter.nextgen_addgallery_ajax.php:121 +msgid "No directory specified." +msgstr "Geen map opgegeven." + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/adapter.nextgen_addgallery_ajax.php:125 +msgid "" +"No permissions to browse folders. Try refreshing the page or ensuring that " +"your user account has sufficient roles/privileges." +msgstr "" +"Geen toestemming om door mappen te bladeren. Probeer de pagina te verversen " +"of verzeker u dat uw gebruikersaccount voldoende rollen/rechten heeft." + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/adapter.nextgen_addgallery_ajax.php:155 +msgid "No folder specified" +msgstr "Geen map opgegeven" + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/adapter.nextgen_addgallery_ajax.php:159 +msgid "" +"No permissions to import folders. Try refreshing the page or ensuring that " +"your user account has sufficient roles/privileges." +msgstr "" +"Geen toestemming om mappen te importeren. Probeer de pagina te verversen of " +"verzeker u dat uw gebruikersaccount voldoende rollen/rechten heeft." + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/adapter.upload_images_form.php:7 +msgid "Upload Images" +msgstr "Afbeeldingen Uploaden" + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/templates/import_folder.php:1 +msgid "" +"Select a folder to import. The folder name will be used as the title of the " +"gallery." +msgstr "" +"Selecteer een map om te importeren. De mapnaam wordt als titel van de " +"galerij gebruikt." + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/templates/import_folder.php:5 +msgid "Keep images in original location." +msgstr "Behoud afbeeldingen in oorspronkelijke locatie." + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/templates/import_folder.php:5 +msgid "" +"Caution: If you keep images in the original folder and later delete the " +"gallery, the images in that folder might be deleted depending on your " +"settings." +msgstr "" +"Voorzichtig: Als u afbeeldingen in de oorspronkelijke map bewaart en later " +"the galerij verwijdert, kunnen afhankelijk van uw instellingen de " +"afbeeldingen in die map verwijderd worden." + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/templates/import_folder.php:39 +msgid "Importing gallery" +msgstr "Galerij Importeren" + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/templates/import_folder.php:41 +msgid "In Progress..." +msgstr "Bezig..." + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/templates/import_folder.php:56 +#, php-format +msgid "Done! Successfully imported %s images" +msgstr "Klaar! %s afbeeldingen succesvol geïmporteerd." + +#: products/photocrati_nextgen/modules/attach_to_post/templates/display_tab_js.php:1268 +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/templates/upload_images.php:2 +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:189 +#: products/photocrati_nextgen/modules/ngglegacy/lib/rewrite.php:217 +#: products/photocrati_nextgen/modules/ngglegacy/lib/rewrite.php:226 +msgid "Gallery" +msgid_plural "Galleries" +msgstr[0] "Galerij" +msgstr[1] "Galerijen" + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/templates/upload_images.php:4 +msgid "Create a new gallery" +msgstr "Nieuwe galerij maken" + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/templates/upload_images.php:13 +msgid "You browser doesn't have Flash, Silverlight, HTML5, or HTML4 support." +msgstr "Uw browser ondersteunt Flash, Silverlight, HTML5 of HTML4 niet." + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/templates/upload_images.php:99 +msgid "Drag image and ZIP files here or click Add Files" +msgstr "" +"Versleep afbeelding en ZIP bestanden hier of klik Bestanden " +"Toevoegen" + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/templates/upload_images.php:149 +#, php-format +msgid "%s images were uploaded successfully" +msgstr "%s afbeeldingen succesvol geüpload" + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/templates/upload_images.php:152 +msgid "1 image was uploaded successfully" +msgstr "1 afbeelding was successvol geüpload" + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/templates/upload_images.php:155 +msgid "0 images were uploaded" +msgstr "0 afbeeldingen zijn geüpload" + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/templates/upload_images.php:169 +msgid "Upload complete" +msgstr "Upload compleet" + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/templates/upload_images.php:191 +msgid "" +"An unexpected error occured. This is most likely due to a server " +"misconfiguration. Check your PHP error log or ask your hosting provider for " +"assistance." +msgstr "" +"Een onverwachte fout is opgetreden. Dit komt hoogst waarschijnlijk door " +"misconfiguratie van de server. Controleer uw PHP foutlog of vraag uw hosting " +"provider om hulp." + +#: products/photocrati_nextgen/modules/nextgen_admin/class.form.php:226 +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_thumbnail_form.php:167 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:537 +msgid "Enable AJAX pagination" +msgstr "AJAX paginering inschakelen" + +#: products/photocrati_nextgen/modules/nextgen_admin/class.form.php:238 +msgid "Override thumbnail settings" +msgstr "Miniatuur instellingen overschrijven" + +#: products/photocrati_nextgen/modules/nextgen_admin/class.form.php:240 +msgid "" +"This does not affect existing thumbnails; overriding the thumbnail settings " +"will create an additional set of thumbnails. To change the size of existing " +"thumbnails please visit 'Manage Galleries' and choose 'Create new " +"thumbnails' for all images in the gallery." +msgstr "" +"Dit heeft geen effect op bestaande miniaturen; overschrijven van de " +"miniatuurinstellingen zal een extra set miniaturen aanmaken. Om de grootte " +"van bestaande miniaturen te wijzigen ga naar 'Galerijen Bheren' en kies " +"'Nieuw miniaturen aanmaken' voor alle afbeeldingen in de galerij." + +#: products/photocrati_nextgen/modules/nextgen_admin/class.form.php:248 +#: products/photocrati_nextgen/modules/nextgen_basic_singlepic/adapter.nextgen_basic_singlepic_form.php:37 +msgid "Thumbnail dimensions" +msgstr "Miniatuur afmetingen" + +#: products/photocrati_nextgen/modules/nextgen_admin/class.form.php:262 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:431 +msgid "Thumbnail quality" +msgstr "Miniatuur kwaliteit" + +#: products/photocrati_nextgen/modules/nextgen_admin/class.form.php:272 +msgid "Thumbnail crop" +msgstr "Miniatuur bijsnijden" + +#: products/photocrati_nextgen/modules/nextgen_admin/class.form.php:281 +msgid "Thumbnail watermark" +msgstr "Miniatuur watermerk" + +#: products/photocrati_nextgen/modules/nextgen_admin/class.form.php:306 +msgid "Override image settings" +msgstr "Afbeeldingsinstellingen overschrijven" + +#: products/photocrati_nextgen/modules/nextgen_admin/class.form.php:308 +msgid "Overriding the image settings will create an additional set of images" +msgstr "" +"Het overschrijven van de afbeeldingsinstellingen maakt een extra set " +"afbeelingen aan" + +#: products/photocrati_nextgen/modules/nextgen_admin/class.form.php:316 +#: products/photocrati_nextgen/modules/nextgen_basic_singlepic/adapter.nextgen_basic_singlepic_form.php:66 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:456 +msgid "Image quality" +msgstr "Afbeeldingskwaliteit" + +#: products/photocrati_nextgen/modules/nextgen_admin/class.form.php:326 +msgid "Image crop" +msgstr "Afbeelding bijsnijden" + +#: products/photocrati_nextgen/modules/nextgen_admin/class.form.php:335 +msgid "Image watermark" +msgstr "Afbeelding watermerk" + +#: products/photocrati_nextgen/modules/nextgen_admin/class.form.php:359 +msgid "Gallery width" +msgstr "Galerij breedte" + +#: products/photocrati_nextgen/modules/nextgen_admin/class.form.php:361 +msgid "An empty or 0 setting will make the gallery full width" +msgstr "Een lege of 0 instelling maakt de galerij volle breedte" + +#: products/photocrati_nextgen/modules/nextgen_admin/class.form.php:365 +msgid "Pixels" +msgstr "Pixels" + +#: products/photocrati_nextgen/modules/nextgen_admin/class.form.php:365 +msgid "Percent" +msgstr "Procent" + +#: products/photocrati_nextgen/modules/nextgen_admin/class.form.php:374 +msgid "First Image" +msgstr "Eerste afbeelding" + +#: products/photocrati_nextgen/modules/nextgen_admin/class.form.php:375 +msgid "Average" +msgstr "Gemiddeld" + +#: products/photocrati_nextgen/modules/nextgen_admin/class.nextgen_admin_page_controller.php:100 +msgid "Clear" +msgstr "Verwijderen" + +#: products/photocrati_nextgen/modules/nextgen_admin/class.nextgen_admin_page_controller.php:101 +msgid "Default" +msgstr "Standaard" + +#: products/photocrati_nextgen/modules/nextgen_admin/class.nextgen_admin_page_controller.php:102 +msgid "Select Color" +msgstr "Kleur Selecteren" + +#: products/photocrati_nextgen/modules/nextgen_admin/class.nextgen_admin_page_controller.php:103 +msgid "Current Color" +msgstr "Huidige Kleur" + +#: products/photocrati_nextgen/modules/nextgen_admin/class.nextgen_admin_page_controller.php:174 +msgid "Saved successfully" +msgstr "Succesvol opgeslagen" + +#: products/photocrati_nextgen/modules/nextgen_admin/templates/field_generator/nextgen_settings_field_radio.php:16 +#: products/photocrati_nextgen/modules/nextgen_basic_singlepic/templates/nextgen_basic_singlepic_settings_radio.php:16 +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:122 +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.miscellaneous_form.php:24 +#: products/photocrati_nextgen/modules/nextgen_other_options/templates/image_options_tab.php:40 +#: products/photocrati_nextgen/modules/nextgen_other_options/templates/image_options_tab.php:65 +#: products/photocrati_nextgen/modules/nextgen_other_options/templates/image_options_tab.php:191 +#: products/photocrati_nextgen/modules/nextgen_other_options/templates/thumbnail_options_tab.php:37 +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:407 +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:454 +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:457 +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:460 +msgid "Yes" +msgstr "Ja" + +#: products/photocrati_nextgen/modules/nextgen_admin/templates/field_generator/nextgen_settings_field_radio.php:24 +#: products/photocrati_nextgen/modules/nextgen_basic_singlepic/templates/nextgen_basic_singlepic_settings_radio.php:24 +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:123 +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.miscellaneous_form.php:23 +#: products/photocrati_nextgen/modules/nextgen_other_options/templates/image_options_tab.php:47 +#: products/photocrati_nextgen/modules/nextgen_other_options/templates/image_options_tab.php:72 +#: products/photocrati_nextgen/modules/nextgen_other_options/templates/image_options_tab.php:198 +#: products/photocrati_nextgen/modules/nextgen_other_options/templates/thumbnail_options_tab.php:44 +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:409 +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:455 +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:458 +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:461 +msgid "No" +msgstr "Nee" + +#: products/photocrati_nextgen/modules/nextgen_basic_album/mixin.nextgen_basic_album_form.php:25 +msgid "Display galleries as" +msgstr "Galerijen weergeven als" + +#: products/photocrati_nextgen/modules/nextgen_basic_album/mixin.nextgen_basic_album_form.php:26 +msgid "How would you like galleries to be displayed?" +msgstr "Hoe wilt u galerijen tonen?" + +#: products/photocrati_nextgen/modules/nextgen_basic_album/mixin.nextgen_basic_album_form.php:28 +msgid "Galleries per page" +msgstr "Galerijen per pagina" + +#: products/photocrati_nextgen/modules/nextgen_basic_album/mixin.nextgen_basic_album_form.php:47 +msgid "Items per page" +msgstr "Onderdelen per pagina" + +#: products/photocrati_nextgen/modules/nextgen_basic_album/mixin.nextgen_basic_album_form.php:48 +msgid "Maximum number of galleries or sub-albums to appear on a single page" +msgstr "" +"Maximum aantal weer te geven galerijen of subalbums op een enkele pagina" + +#: products/photocrati_nextgen/modules/nextgen_basic_album/templates/compact.php:28 +#: products/photocrati_nextgen/modules/nextgen_basic_album/templates/extended.php:15 +#: products/photocrati_nextgen/modules/ngglegacy/view/album-compact.php:45 +#: products/photocrati_nextgen/modules/ngglegacy/view/album-extend.php:31 +msgid "Photos" +msgstr "Foto's" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_gallery_mapper.php:94 +msgid "[Show PicLens]" +msgstr "[PicLens Tonen]" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:63 +msgid "Interval" +msgstr "Interval" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:67 +msgid "# of seconds" +msgstr "# seconden" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:77 +msgid "Image limit" +msgstr "Afbeeldingslimiet" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:79 +msgid "Maximum number of images to display with recent or random sources" +msgstr "" +"Maximum aantal weer te geven afbeeldingen met recente of willekeurige bronnen" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:81 +msgid "# of images" +msgstr "# afbeeldingen" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:112 +msgid "Maximum dimensions" +msgstr "Maximale afmetingen" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:113 +msgid "" +"Certain themes may allow images to flow over their container if this setting " +"is too large" +msgstr "" +"Sommige thema's staan toe dat afbeeldingen over hun container heen gaan als " +"deze instelling te groot is" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:123 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:765 +msgid "Enable flash slideshow" +msgstr "Flash diavoorstelling inschakelen" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:125 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:767 +msgid "Integrate the flash based slideshow for all flash supported devices" +msgstr "" +"Flash gebaseerde diavoorstelling integreren voor alle apparaten die flash " +"ondersteunen" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:134 +msgid "Shuffle" +msgstr "Shuffle" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:146 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:782 +msgid "Show next image on click" +msgstr "Volgende afbeelding tonen bij klik" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:158 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:786 +msgid "Show navigation bar" +msgstr "Navigatiebalk tonen" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:170 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:790 +msgid "Show loading icon" +msgstr "Laden pictogram tonen" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:182 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:794 +msgid "Use watermark logo" +msgstr "Watermerk logo gebruiken" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:184 +msgid "" +"Use the watermark image in the Flash object. Note: this does not watermark " +"the image itself, and cannot be applied with text watermarks" +msgstr "" +"Gebruik de watermerkafbeelding in het Flash object. Merk op: dit watermerkt " +"niet de afbeelding zelf en kan niet toegpast worden met tekstwatermerken" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:194 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:799 +msgid "Stretch image" +msgstr "Afbeelding uitrekken" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:231 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:827 +msgid "Use slow zooming effect" +msgstr "Langzaam zoomeffect gebruiken" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:243 +msgid "Background music (url)" +msgstr "Achtergrond muziek (url)" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:256 +msgid "Try XHTML validation" +msgstr "XHTML validatie proberen" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:268 +msgid "Background" +msgstr "Achtergrond" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:280 +msgid "Texts / buttons" +msgstr "Tekst / knoppen" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:292 +msgid "Rollover / active" +msgstr "Rollover / actief" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:304 +msgid "Screen" +msgstr "Scherm" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:322 +msgid "Show thumbnail link" +msgstr "Miniatuur link tonen" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:338 +msgid "Thumbnail link text" +msgstr "Miniatuur link tekst" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_thumbnail_form.php:65 +msgid "Images per page" +msgstr "Afbeeldingen per pagina" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_thumbnail_form.php:67 +msgid "0 will display all images at once" +msgstr "0 toont alle afbeeldingen tegelijk" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_thumbnail_form.php:85 +msgid "Number of columns to display" +msgstr "Aantal weer te geven kolommen " + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_thumbnail_form.php:89 +msgid "# of columns" +msgstr "# kolommen" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_thumbnail_form.php:105 +msgid "Piclens link text" +msgstr "Piclens link tekst" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_thumbnail_form.php:123 +msgid "Show piclens link" +msgstr "Piclens link tonen" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_thumbnail_form.php:139 +msgid "Add Hidden Images" +msgstr "Verborgen Afbeeldingen Toevoegen" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_thumbnail_form.php:141 +msgid "" +"If pagination is used this option will show all images in the modal window " +"(Thickbox, Lightbox etc.) This increases page load." +msgstr "" +"Deze optie toont alle afbeeldingen in het modale venster (Thickbox, " +"Lightbox, etc.) als paginering gebruikt wordt. Dit verhoogt de pagina load." + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_thumbnail_form.php:150 +msgid "Use imagebrowser effect" +msgstr "Afbeeldingverkenner effect gebruiken" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_thumbnail_form.php:152 +msgid "" +"When active each image in the gallery will link to an imagebrowser display " +"and lightbox effects will not be applied." +msgstr "" +"Wanneer actief zal elke afbeelding in de galerij linken naar een " +"afbeeldingverkenner scherm en zullen lightbox effecten niet toegepast worden." + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_thumbnail_form.php:169 +msgid "Browse images without reloading the page." +msgstr "Door afbeeldingen bladeren zonder pagina te herladen." + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_thumbnail_form.php:184 +msgid "Show slideshow link" +msgstr "Diavoorstelling link tonen" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_thumbnail_form.php:200 +msgid "Slideshow link text" +msgstr "Diavoorstelling link tekst" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/templates/slideshow/index.php:35 +msgid "" +"Slideshows require the Flash Player and a browser with Javascript support." +msgstr "" +"Diavoorstellingen benodigen de  Flash Player en een browser met ondersteuning voor Javascript." + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/templates/slideshow/nextgen_basic_slideshow_settings_gallery_dimensions.php:13 +#: products/photocrati_nextgen/modules/nextgen_basic_singlepic/adapter.nextgen_basic_singlepic_form.php:38 +#: products/photocrati_nextgen/modules/nextgen_basic_singlepic/templates/nextgen_basic_singlepic_settings_dimensions.php:13 +#: products/photocrati_nextgen/modules/widget/templates/form_slideshow.php:52 +msgid "Width" +msgstr "Breedte" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/templates/slideshow/nextgen_basic_slideshow_settings_gallery_dimensions.php:21 +#: products/photocrati_nextgen/modules/nextgen_basic_singlepic/adapter.nextgen_basic_singlepic_form.php:40 +#: products/photocrati_nextgen/modules/nextgen_basic_singlepic/templates/nextgen_basic_singlepic_settings_dimensions.php:20 +#: products/photocrati_nextgen/modules/widget/templates/form_slideshow.php:40 +msgid "Height" +msgstr "Hoogte" + +#: products/photocrati_nextgen/modules/nextgen_basic_imagebrowser/templates/nextgen_basic_imagebrowser.php:41 +#: products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser-caption.php:26 +#: products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser-exif.php:30 +#: products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser.php:26 +msgid "Back" +msgstr "Vorige" + +#: products/photocrati_nextgen/modules/nextgen_basic_imagebrowser/templates/nextgen_basic_imagebrowser.php:49 +#: products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser-caption.php:29 +#: products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser-exif.php:33 +#: products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser.php:29 +msgid "Next" +msgstr "Volgende" + +#: products/photocrati_nextgen/modules/nextgen_basic_imagebrowser/templates/nextgen_basic_imagebrowser.php:55 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:90 +#: products/photocrati_nextgen/modules/ngglegacy/lib/rewrite.php:220 +#: products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser-caption.php:31 +#: products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser-exif.php:35 +#: products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser.php:31 +msgid "Picture" +msgstr "Afbeelding" + +#: products/photocrati_nextgen/modules/nextgen_basic_imagebrowser/templates/nextgen_basic_imagebrowser.php:55 +#: products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser-caption.php:31 +#: products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser-exif.php:35 +#: products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser.php:31 +msgid "of" +msgstr "van" + +#: products/photocrati_nextgen/modules/nextgen_basic_singlepic/adapter.nextgen_basic_singlepic_form.php:53 +msgid "Link" +msgstr "Link" + +#: products/photocrati_nextgen/modules/nextgen_basic_singlepic/adapter.nextgen_basic_singlepic_form.php:78 +msgid "Display watermark" +msgstr "Watermerk tonen" + +#: products/photocrati_nextgen/modules/nextgen_basic_singlepic/adapter.nextgen_basic_singlepic_form.php:88 +msgid "Display reflection" +msgstr "Reflectie tonen" + +#: products/photocrati_nextgen/modules/nextgen_basic_singlepic/adapter.nextgen_basic_singlepic_form.php:98 +msgid "Crop thumbnail" +msgstr "Miniatuur bijsnijden" + +#: products/photocrati_nextgen/modules/nextgen_basic_singlepic/adapter.nextgen_basic_singlepic_form.php:108 +msgid "Float" +msgstr "Drijvend" + +#: products/photocrati_nextgen/modules/nextgen_basic_tagcloud/adapter.nextgen_basic_tagcloud_form.php:24 +msgid "Maximum number of tags" +msgstr "Maximaal aantal tags" + +#: products/photocrati_nextgen/modules/nextgen_basic_tagcloud/adapter.nextgen_basic_tagcloud_form.php:47 +msgid "Display type" +msgstr "Weergave type" + +#: products/photocrati_nextgen/modules/nextgen_basic_tagcloud/adapter.nextgen_basic_tagcloud_form.php:50 +msgid "The display type that the tagcloud will point its results to" +msgstr "Het weergave type dat gebruikt wordt voor tagcloud resultaten " + +#: products/photocrati_nextgen/modules/nextgen_basic_templates/adapter.nextgen_basic_template_form.php:46 +msgid "Template" +msgstr "Sjabloon" + +#: products/photocrati_nextgen/modules/nextgen_basic_templates/adapter.nextgen_basic_template_form.php:47 +msgid "Use a legacy template when rendering (not recommended)." +msgstr "Gebruik een oud sjabloon tijdens rendering (niet aanbevolen)." + +#: products/photocrati_nextgen/modules/nextgen_data/class.gallerystorage_driver_base.php:580 +#: products/photocrati_nextgen/modules/nextgen_data/class.ngglegacy_gallerystorage_driver.php:658 +#: products/photocrati_nextgen/modules/ngglegacy/lib/multisite.php:23 +msgid "" +"Sorry, you have used your space allocation. Please delete some files to " +"upload more files." +msgstr "" +"Sorry,u heeft alle toegewezen ruimte gebruikt. Verwijder alstublieft een " +"paar bestanden om meer bestanden te kunnen uploaden." + +#: products/photocrati_nextgen/modules/nextgen_data/class.gallerystorage_driver_base.php:1002 +msgid "Could not calculate resized image dimensions" +msgstr "Kon afmetingen van vergrote afbeelding niet berekenen" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:154 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:135 +msgid " mm" +msgstr " mm" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:163 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:141 +msgid " sec" +msgstr " sec" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:168 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:145 +msgid "Fired" +msgstr "Afgevuurd" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:168 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:145 +msgid "Not fired" +msgstr "Niet afgevuurd" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:539 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:452 +#: products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser-exif.php:46 +msgid "Aperture" +msgstr "Diafragma" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:540 +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:565 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:453 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:478 +msgid "Credit" +msgstr "Auteur" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:541 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:454 +msgid "Camera" +msgstr "Camera" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:542 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:455 +msgid "Caption" +msgstr "Onderschrift" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:543 +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:26 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-sort.php:114 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:456 +msgid "Date/Time" +msgstr "Datum/Tijd" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:544 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:457 +msgid "Copyright" +msgstr "Copyright" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:545 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:458 +msgid "Focal length" +msgstr "Brandpuntsafstand" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:546 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:459 +msgid "ISO" +msgstr "ISO" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:547 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:460 +#: products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser-exif.php:54 +msgid "Shutter speed" +msgstr "Sluitertijd" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:548 +#: products/photocrati_nextgen/modules/widget/templates/form_gallery.php:4 +#: products/photocrati_nextgen/modules/widget/templates/form_mediarss.php:3 +#: products/photocrati_nextgen/modules/widget/templates/form_slideshow.php:3 +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:678 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:461 +msgid "Title" +msgstr "Titel" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:549 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:459 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:410 +#: products/photocrati_nextgen/modules/ngglegacy/admin/style.php:132 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:462 +msgid "Author" +msgstr "Auteur" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:550 +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:51 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:176 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:389 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:463 +msgid "Tags" +msgstr "Tags" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:551 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:464 +msgid "Subject" +msgstr "Onderwerp" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:552 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:465 +msgid "Make" +msgstr "Merk" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:553 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:466 +msgid "Edit Status" +msgstr "Status Bewerken" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:554 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:467 +msgid "Category" +msgstr "Categorie" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:555 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:468 +msgid "Keywords" +msgstr "Sleutelwoorden" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:556 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:469 +msgid "Date Created" +msgstr "Datum Aangemaakt" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:557 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:470 +msgid "Time Created" +msgstr "Tijd Aangemaakt" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:558 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:471 +msgid "Author Position" +msgstr "Postie Auteur" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:559 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:472 +msgid "City" +msgstr "Plaats" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:560 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:473 +msgid "Location" +msgstr "Locatie" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:561 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:474 +msgid "Province/State" +msgstr "Provicie/Staat" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:562 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:475 +msgid "Country code" +msgstr "Landcode" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:563 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:476 +msgid "Country" +msgstr "Land" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:564 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:477 +msgid "Headline" +msgstr "Kop" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:566 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:479 +msgid "Source" +msgstr "Bron" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:567 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:480 +msgid "Copyright Notice" +msgstr "Copyright Bericht" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:568 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:481 +msgid "Contact" +msgstr "Contact" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:569 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:482 +msgid "Last modified" +msgstr "Gewijzigd op" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:570 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:483 +msgid "Program tool" +msgstr "Programma" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:571 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:484 +msgid "Format" +msgstr "Formaat" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:572 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:485 +msgid "Image Width" +msgstr "Breedte Afbeelding" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:573 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:486 +msgid "Image Height" +msgstr "Hoogte Afbeelding" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:574 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:487 +msgid "Flash" +msgstr "Flash" + +#: products/photocrati_nextgen/modules/nextgen_data/class.ngglegacy_gallerystorage_driver.php:647 +#, php-format +msgid "Unable to create directory %s." +msgstr "Kan map %s niet aanmaken." + +#: products/photocrati_nextgen/modules/nextgen_data/class.ngglegacy_gallerystorage_driver.php:652 +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:823 +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1021 +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1106 +#, php-format +msgid "" +"Unable to write to directory %s. Is this directory writable by the server?" +msgstr "" +"Kan niet naar map %s schrijven. Is deze map schrijfbaar voor de server?" + +#: products/photocrati_nextgen/modules/nextgen_data/class.ngglegacy_gallerystorage_driver.php:681 +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1146 +#, php-format +msgid "Failed to copy database row for picture %s" +msgstr "Kopiëren van database rij mislukt voor afbeelding %s" + +#: products/photocrati_nextgen/modules/nextgen_data/class.ngglegacy_gallerystorage_driver.php:693 +#, php-format +msgid "Failed to get image path for %s" +msgstr "Ophalen van afbeeldingspad mislukt voor %s" + +#: products/photocrati_nextgen/modules/nextgen_data/class.ngglegacy_gallerystorage_driver.php:711 +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1132 +#, php-format +msgid "Failed to copy image %1$s to %2$s" +msgstr "Kopiëren van afbeelding %1$s naar %2$s mislukt" + +#: products/photocrati_nextgen/modules/nextgen_data/class.ngglegacy_gallerystorage_driver.php:715 +#, php-format +msgid "Copied image %1$s to %2$s" +msgstr "Afbeelding %1$s naar %2$s gekopieerd" + +#: products/photocrati_nextgen/modules/nextgen_data/class.ngglegacy_gallerystorage_driver.php:723 +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1158 +#, php-format +msgid "" +"Image %1$s (%2$s) copied as image %3$s (%4$s) » The file already " +"existed in the destination gallery." +msgstr "" +"Afbeelding %1$s (%2$s) gekopieerd als afbeelding %3$s (%4$s) » Het " +"bestand bestond al in de doelgalerij." + +#: products/photocrati_nextgen/modules/nextgen_data/class.ngglegacy_gallerystorage_driver.php:727 +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1161 +#, php-format +msgid "Image %1$s (%2$s) copied as image %3$s (%4$s)" +msgstr "Afbeelding %1$s (%2$s) gekopieerd als afbeelding %3$s (%4$s)" + +#: products/photocrati_nextgen/modules/nextgen_data/class.ngglegacy_gallerystorage_driver.php:740 +#, php-format +msgid "Copied %1$s picture(s) to gallery %2$s ." +msgstr "%1$s afbeelding(en) gekopieerd naar galerij %2$s ." + +#: products/photocrati_nextgen/modules/nextgen_data/class.ngglegacy_gallerystorage_driver.php:767 +msgid "Could not find image" +msgstr "Kon afbeelding niet vinden" + +#: products/photocrati_nextgen/modules/nextgen_data/class.ngglegacy_gallerystorage_driver.php:772 +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:388 +msgid " is not writeable" +msgstr "is niet schrijfbaar" + +#: products/photocrati_nextgen/modules/nextgen_data/class.ngglegacy_gallerystorage_driver.php:777 +msgid "Backup file does not exist" +msgstr "Backupbestand bestaat niet" + +#: products/photocrati_nextgen/modules/nextgen_data/class.ngglegacy_gallerystorage_driver.php:782 +msgid "Could not restore original image" +msgstr "Kon oorspronkelijke afbeelding niet herstellen" + +#: products/photocrati_nextgen/modules/nextgen_gallery_display/adapter.display_settings_controller.php:17 +#: products/photocrati_nextgen/modules/nextgen_gallery_display/module.nextgen_gallery_display.php:242 +#: products/photocrati_nextgen/modules/nextgen_gallery_display/module.nextgen_gallery_display.php:328 +msgid "Gallery Settings" +msgstr "Galerij Instellingen" + +#: products/photocrati_nextgen/modules/nextgen_gallery_display/class.displayed_gallery.php:73 +msgid "Source not compatible with selected display type" +msgstr "Bron niet compatibel met geselecteerde weergave type" + +#: products/photocrati_nextgen/modules/nextgen_gallery_display/module.nextgen_gallery_display.php:327 +msgid "NextGEN Gallery & Album Settings" +msgstr "NextGEN Galery & Album Instellingen" + +#: products/photocrati_nextgen/modules/nextgen_gallery_display/templates/alt_view_link_text.php:15 +#: products/photocrati_nextgen/modules/nextgen_gallery_display/templates/return_link_text.php:15 +msgid "link text" +msgstr "link tekst" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:12 +msgid "Image Options" +msgstr "Afbeelding Opties" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:22 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:588 +#: products/photocrati_nextgen/modules/ngglegacy/admin/thumbnails-template.php:76 +msgid "Custom" +msgstr "Aangepast" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:23 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-sort.php:111 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:549 +msgid "Image ID" +msgstr "Afbeelding ID" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:24 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:570 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-sort.php:112 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:166 +msgid "Filename" +msgstr "Bestandsnaam" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:25 +msgid "Alt/Title Text" +msgstr "Alt/Titel Tekst" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:38 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-sort.php:115 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:557 +msgid "Ascending" +msgstr "Oplopend" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:39 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-sort.php:116 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:558 +msgid "Descending" +msgstr "Aflopend" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:50 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:388 +msgid "Categories" +msgstr "Categorieën" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:81 +msgid "Gallery path does not exist and could not be created" +msgstr "Galerijpad bestaat niet en kon niet worden aangemaakt" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:86 +msgid "Where would you like galleries stored?" +msgstr "Waar wilt u galerijen opslaan?" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:87 +msgid "Where galleries and their images are stored" +msgstr "Waar galerijen en hun afbeeldingen worden opgeslagen" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:89 +msgid "Delete Image Files?" +msgstr "Afbeeldingsbestanden verwijderen?" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:90 +msgid "" +"When enabled, image files will be removed after a Gallery has been deleted" +msgstr "" +"Wanneer geactiveerd zullen afbeeldingsbestanden worden verwijderd nadat een " +"Galerij verwijderd is" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:92 +msgid "Show Related Images on Posts?" +msgstr "Gerelateerde Afbeeldingen tonen in Berichten?" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:93 +msgid "" +"When enabled, related images will be appended to each post by matching the " +"posts tags/categories to image tags" +msgstr "" +"Wanneer geactiveerd zullen gerelateerde afbeeldingen toegevoegd worden aan " +"ieder bericht door de berichten tags/categorieën en afbeeldingstags " +"overeenkomen" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:95 +msgid "(Show Customization Settings)" +msgstr "(Aanpassingsinstellingen Tonen)" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:96 +msgid "(Hide Customization Settings)" +msgstr "(Aanpassingsinstellingen Verbergen)" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:97 +msgid "How should related images be match?" +msgstr "Hoe moeten gerelateerde afbeeldingen overeenkomen?" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:100 +msgid "Maximum # of related images to display" +msgstr "Maximaal # gerelateerde afbeeldingen tonen" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:102 +msgid "Heading for related images" +msgstr "Kop voor gerelateerde afbeeldingen" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:104 +msgid "What's the default sorting method?" +msgstr "Wat is de standaard sorteermethode?" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:107 +msgid "Sort in what direction?" +msgstr "In welke richting sorteren?" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:110 +msgid "Automatically resize images after upload" +msgstr "Afbeeldingen automatisch verkleinen na uploaden" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:111 +msgid "It is recommended that your images be resized to be web friendly" +msgstr "" +"Om web vriendelijk te zijn is het aanbevolen dat het formaat van uw " +"afbeeldingen gewijzigd wordt" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:113 +msgid "What should images be resized to?" +msgstr "Naar welke afmetingen moeten afbeeldingen verkleind worden?" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:114 +msgid "" +"After images are uploaded, they will be resized to the above dimensions and " +"quality" +msgstr "" +"Nadat afbeeldingen zijn geupload zullen ze tot de bovenstaande afmetingen en " +"kwaliteit verkleind worden." + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:115 +msgid "Width:" +msgstr "Breedte:" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:116 +msgid "Height:" +msgstr "Hoogte:" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:117 +msgid "Quality:" +msgstr "Kwaliteit:" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:121 +msgid "Backup the original images?" +msgstr "Backup-up maken van originele afbeeldingen?" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.lightbox_manager_form.php:12 +msgid "Lightbox Effects" +msgstr "Lightbox Effecten" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.lightbox_manager_form.php:38 +msgid "What effect would you like to use?" +msgstr "Welk effect wilt u gebruiken?" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.miscellaneous_form.php:12 +msgid "Miscellaneous" +msgstr "Overige" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.miscellaneous_form.php:21 +msgid "Add MediaRSS link?" +msgstr "MediaRSS link toevoegen?" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.miscellaneous_form.php:22 +msgid "" +"When enabled, adds a MediaRSS link to your header. Third-party web services " +"can use this to publish your galleries" +msgstr "" +"Wanneer ingeschakeld wordt een MediaRSS aan uw header toegevoegd. Externe " +"web services kunnen dit gebruiken om uw galerijen te publiceren" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.miscellaneous_form.php:26 +msgid "Clear image cache" +msgstr "Afbeeldingscache legen" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.miscellaneous_form.php:27 +msgid "" +"Completely clear the NextGEN cache of all image modifications?\n" +"\n" +"Choose [Cancel] to Stop, [OK] to proceed." +msgstr "" +"De NextGEN cache volledig van alle afbeeldingsmodificaties ontdoen?\n" +"\n" +"Kies [Annuleren] om te Stoppen, [OK] om door te gaan." + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.miscellaneous_form.php:32 +msgid "Permalink slug" +msgstr "Permalink slug" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.miscellaneous_form.php:39 +msgid "Maximum image count" +msgstr "Maximaal aantal afbeeldigen" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.miscellaneous_form.php:41 +msgid "" +"This is the maximum limit of images that NextGEN will restrict itself to " +"querying" +msgstr "Dit is het maximale aantal afbeeldingen dat NextGEN zal opvragen" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.other_options_controller.php:22 +#: products/photocrati_nextgen/modules/nextgen_other_options/module.nextgen_other_options.php:39 +msgid "Other Options" +msgstr "Overige Opties" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.reset_form.php:7 +msgid "Reset Options" +msgstr "Opties Herstellen" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.reset_form.php:15 +msgid "Reset all options to default settings" +msgstr "Standaard instellingen voor alle opties herstellen" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.reset_form.php:16 +msgid "" +"Replace all existing options and gallery options with their default settings" +msgstr "" +"Alle bestaande opties en galerij opties vervangen door hun standaard " +"instellingen" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.reset_form.php:17 +msgid "Reset settings" +msgstr "Instellingen herstellen" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.reset_form.php:18 +msgid "" +"Reset all options to default settings?\n" +"\n" +"Choose [Cancel] to Stop, [OK] to proceed." +msgstr "" +"Alle opties naar standaard instellingen herstellen?\n" +"\n" +"Kies [Annuleren] om te Stoppen, [OK] om door te gaan." + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.roles_form.php:7 +msgid "Roles & Capabilities" +msgstr "Rollen & Mogelijkheden" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.styles_form.php:12 +msgid "Styles" +msgstr "Stijlen" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.styles_form.php:18 +msgid "What stylesheet would you like to use?" +msgstr "Welke stylesheet wilt u gebruiken?" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.styles_form.php:21 +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.watermarks_form.php:136 +msgid "(Show Customization Options)" +msgstr "(Aanpassingsinstellingen Tonen)" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.styles_form.php:22 +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.watermarks_form.php:137 +msgid "(Hide Customization Options)" +msgstr "(Aanpassingsinstellingen Verbergen)" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.styles_form.php:23 +msgid "File Content:" +msgstr "Bestandsinhoud:" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.styles_form.php:24 +msgid "Changes you make to the contents will be saved to" +msgstr "Aanpassingen die u in de inhoud maakt zullen opgeslagen worden in" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.styles_form.php:25 +msgid "You could edit this file if it were writable" +msgstr "U zou dit bestand kunnen bewerken als het schrijfbaar was" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.thumbnail_options_form.php:12 +msgid "Thumbnail Options" +msgstr "Miniatuur Opties" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.thumbnail_options_form.php:20 +msgid "Default thumbnail dimensions:" +msgstr "Standaard miniatuur afmetingen:" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.thumbnail_options_form.php:21 +msgid "When generating thumbnails, what image dimensions do you desire?" +msgstr "" +"Welke afmetingen moeten de miniaturen krijgen als ze gegenereerd worden?" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.thumbnail_options_form.php:24 +msgid "Set fix dimension?" +msgstr "Vaste grootte instellen?" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.thumbnail_options_form.php:25 +msgid "Ignore the aspect ratio, no portrait thumbnails?" +msgstr "Negeer de hoogte-breedteverhouding, geen staande miniaturen?" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.thumbnail_options_form.php:27 +msgid "Adjust Thumbnail Quality?" +msgstr "Miniatuur Kwaliteit Aanpassen?" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.thumbnail_options_form.php:28 +msgid "When generating thumbnails, what image quality do you desire?" +msgstr "Welke kwaliteit moeten de miniaturen krijgen als ze gegenreerd worden?" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.thumbnail_options_form.php:30 +msgid "Size List" +msgstr "Grootte Lijst" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.thumbnail_options_form.php:31 +msgid "List of default sizes used for thumbnails and images" +msgstr "" +"Lijst van standaard groottes die gebruikt worden voor miniaturen en " +"afbeeldingen" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.watermarks_form.php:12 +msgid "Watermarks" +msgstr "Watermerken" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.watermarks_form.php:41 +msgid "Using an Image" +msgstr "Afbeelding Gebruiken" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.watermarks_form.php:42 +msgid "Using Text" +msgstr "Tekst Gebruiken" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.watermarks_form.php:69 +msgid "An absolute or relative (to the site document root) file system path" +msgstr "" +"Een absoluut of relatief (ten opzichte van de site document root) " +"bestandsysteem pad" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.watermarks_form.php:71 +msgid "" +"An absolute or relative (to the site document root) file system path or an " +"HTTP url" +msgstr "" +"Een absoluut of relatief (ten opzichte van de site document root) " +"bestandsysteem pad of een HTTP url" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.watermarks_form.php:74 +msgid "Image URL:" +msgstr "Afbeelding URL:" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.watermarks_form.php:90 +msgid "Font Family:" +msgstr "Lettertype Familie:" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.watermarks_form.php:92 +msgid "Font Size:" +msgstr "Lettertype Grootte:" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.watermarks_form.php:94 +msgid "Font Color:" +msgstr "Lettertype Kleur:" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.watermarks_form.php:97 +msgid "Text:" +msgstr "Tekst:" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.watermarks_form.php:99 +msgid "Opacity:" +msgstr "Transparantie:" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.watermarks_form.php:126 +msgid "" +"Please note: You can only activate the watermark under Manage Gallery. This " +"action cannot be undone." +msgstr "" +"Merk op: U kunt het watermerk alleen activeren onder Galerij Beheren. Deze " +"actie kan niet ongedaan worden gemaakt." + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.watermarks_form.php:127 +msgid "How will you generate a watermark?" +msgstr "Hoe wilt u een watermerk aanmaken?" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.watermarks_form.php:131 +msgid "Position:" +msgstr "Postie:" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.watermarks_form.php:133 +msgid "Offset:" +msgstr "Compensatie:" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.watermarks_form.php:139 +msgid "Preview of saved settings:" +msgstr "Voorbeeld van opgeslagen instellingen:" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.watermarks_form.php:140 +msgid "Refresh preview image" +msgstr "Voorbeeld afbeelding vernieuwen" + +#: products/photocrati_nextgen/modules/nextgen_other_options/templates/lightbox_library_tab.php:34 +#: products/photocrati_nextgen/modules/nextgen_other_options/templates/lightbox_library_tab.php:37 +msgid "(Show Advanced Settings)" +msgstr "(Geavanceerde Instellingen Tonen)" + +#: products/photocrati_nextgen/modules/nextgen_other_options/templates/lightbox_library_tab.php:35 +msgid "(Hide Advanced Settings)" +msgstr "(Geavanceerde Instellingen Verbergen)" + +#: products/photocrati_nextgen/modules/nextgen_other_options/templates/lightbox_library_tab.php:56 +msgid "What must the lightbox be applied to?" +msgstr "Waar moet de lightbox op toegepast worden?" + +#: products/photocrati_nextgen/modules/nextgen_other_options/templates/lightbox_library_tab.php:60 +msgid "Only apply to NextGEN images" +msgstr "Alleen op NextGEN afbeeldingen toepassen" + +#: products/photocrati_nextgen/modules/nextgen_other_options/templates/lightbox_library_tab.php:61 +msgid "Only apply to NextGEN and WordPress images" +msgstr "Alleen op NextGEN en WordPress afbeeldingen toepassen" + +#: products/photocrati_nextgen/modules/nextgen_other_options/templates/lightbox_library_tab.php:62 +msgid "Try to apply to all images" +msgstr "Probeer op alle afbeeldingen toe te passen" + +#: products/photocrati_nextgen/modules/nextgen_other_options/templates/lightbox_library_tab.php:63 +msgid "Try to apply to all images that link to image files" +msgstr "" +"Probeer op alle afbeeldingen die naar afbeeldingsbestanden linken toe te " +"passen" + +#: products/photocrati_nextgen/modules/nextgen_other_options/templates/styling_tab.php:21 +msgid "Place any custom stylesheets in wp-content/ngg_styles" +msgstr "Plaats eigen stylesheets in wp-content/ngg_styles" + +#: products/photocrati_nextgen/modules/nextgen_other_options/templates/styling_tab.php:24 +#, php-format +msgid "All stylesheets must contain a file header" +msgstr "" +"Alle stylesheets moeten een bestand header " +"bevatten" + +#: products/photocrati_nextgen/modules/nextgen_settings/class.nextgen_settings_installer.php:41 +msgid "Related Images" +msgstr "Gerelateerde Afbeeldingen" + +#: products/photocrati_nextgen/modules/nextgen_settings/class.nextgen_settings_installer.php:61 +msgid "[Show slideshow]" +msgstr "[Diavoorstelling tonen]" + +#: products/photocrati_nextgen/modules/nextgen_settings/class.nextgen_settings_installer.php:62 +msgid "[Show thumbnails]" +msgstr "[Miniaturen Tonen]" + +#: products/photocrati_nextgen/modules/nextgen_xmlrpc/module.nextgen_xmlrpc.php:425 +msgid "Sorry, you must be able to manage galleries" +msgstr "Sorry, u moet in staat zijn galerijen te beheren" + +#: products/photocrati_nextgen/modules/widget/class.widget_gallery.php:7 +msgid "Add recent or random images from the galleries" +msgstr "Recente of random afbeeldingen van de galerijen toevoegen" + +#: products/photocrati_nextgen/modules/widget/class.widget_gallery.php:8 +msgid "NextGEN Widget" +msgstr "NextGEN Widget" + +#: products/photocrati_nextgen/modules/widget/class.widget_mediarss.php:9 +msgid "Widget that displays Media RSS links for NextGEN Gallery." +msgstr "Widget dat Media RSS links voor NextGEN Gallery toont." + +#: products/photocrati_nextgen/modules/widget/class.widget_mediarss.php:10 +msgid "NextGEN Media RSS" +msgstr "NextGEN Media RSS" + +#: products/photocrati_nextgen/modules/widget/class.widget_mediarss.php:22 +msgid "Media RSS" +msgstr "Media RSS" + +#: products/photocrati_nextgen/modules/widget/class.widget_mediarss.php:23 +msgid "Link to the main image feed" +msgstr "Link naar hoofd afbeeldingsfeed" + +#: products/photocrati_nextgen/modules/widget/class.widget_mediarss.php:93 +#: products/photocrati_nextgen/modules/ngglegacy/view/gallery-caption.php:32 +#: products/photocrati_nextgen/modules/ngglegacy/view/gallery.php:32 +msgid "[View with PicLens]" +msgstr "[Met PicLens Tonen]" + +#: products/photocrati_nextgen/modules/widget/class.widget_slideshow.php:7 +msgid "Show a NextGEN Gallery Slideshow" +msgstr "Een NextGEN Gallery Diavoorstelling tonen" + +#: products/photocrati_nextgen/modules/widget/class.widget_slideshow.php:8 +msgid "NextGEN Slideshow" +msgstr "NextGEN Diavoorstelling" + +#: products/photocrati_nextgen/modules/widget/class.widget_slideshow.php:76 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:321 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:521 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:721 +#: products/photocrati_nextgen/modules/ngglegacy/lib/rewrite.php:215 +msgid "Slideshow" +msgstr "Diavoorstelling" + +#: products/photocrati_nextgen/modules/widget/templates/form_gallery.php:15 +#: products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:229 +msgid "Show" +msgstr "Tonen" + +#: products/photocrati_nextgen/modules/widget/templates/form_gallery.php:26 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:316 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:520 +msgid "Thumbnails" +msgstr "Miniaturen" + +#: products/photocrati_nextgen/modules/widget/templates/form_gallery.php:29 +msgid "Original images" +msgstr "Originele afbeeldingen" + +#: products/photocrati_nextgen/modules/widget/templates/form_gallery.php:42 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:822 +msgid "random" +msgstr "willekeurig" + +#: products/photocrati_nextgen/modules/widget/templates/form_gallery.php:50 +msgid "recently added" +msgstr "recent toegevoegd" + +#: products/photocrati_nextgen/modules/widget/templates/form_gallery.php:62 +msgid "Enable IE8 Web Slices" +msgstr "IE8 Web Slices activeren" + +#: products/photocrati_nextgen/modules/widget/templates/form_gallery.php:68 +msgid "Width x Height" +msgstr "Breedte x Hoogte" + +#: products/photocrati_nextgen/modules/widget/templates/form_gallery.php:87 +msgid "Select" +msgstr "Selecteren" + +#: products/photocrati_nextgen/modules/widget/templates/form_gallery.php:92 +msgid "All galleries" +msgstr "Alle galerijen" + +#: products/photocrati_nextgen/modules/widget/templates/form_gallery.php:95 +msgid "Only which are not listed" +msgstr "Alleen die niet opgesomd zijn" + +#: products/photocrati_nextgen/modules/widget/templates/form_gallery.php:98 +msgid "Only which are listed" +msgstr "Alleen die opgesomd zijn" + +#: products/photocrati_nextgen/modules/widget/templates/form_gallery.php:107 +msgid "Gallery ID" +msgstr "Gallery ID" + +#: products/photocrati_nextgen/modules/widget/templates/form_gallery.php:114 +msgid "Gallery IDs, separated by commas." +msgstr "Galerij IDs, door komma's gescheiden." + +#: products/photocrati_nextgen/modules/widget/templates/form_mediarss.php:19 +msgid "Show Media RSS icon" +msgstr "Media RSS pictogram tonen" + +#: products/photocrati_nextgen/modules/widget/templates/form_mediarss.php:30 +msgid "Show the Media RSS link" +msgstr "Media RSS link tonen" + +#: products/photocrati_nextgen/modules/widget/templates/form_mediarss.php:36 +msgid "Text for Media RSS link" +msgstr "Media RSS tekst" + +#: products/photocrati_nextgen/modules/widget/templates/form_mediarss.php:47 +msgid "Tooltip text for Media RSS link" +msgstr "Tooltip tekst voor Media RSS link" + +#: products/photocrati_nextgen/modules/widget/templates/form_slideshow.php:15 +msgid "Select Gallery" +msgstr "Selecteer Galerij" + +#: products/photocrati_nextgen/modules/widget/templates/form_slideshow.php:23 +msgid "All images" +msgstr "Alle afbeeldingen" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:159 +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:190 +msgid "Overview" +msgstr "Overzicht" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:172 +msgid "Network settings" +msgstr "Netwerk instellingen" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:305 +msgid "You do not have the correct permission" +msgstr "U heeft niet de juiste permissie" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:306 +msgid "Unexpected Error" +msgstr "Onverwachte Fout" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:307 +msgid "A failure occurred" +msgstr "Er is een fout opgetreden" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:311 +msgid "You have attempted to queue too many files." +msgstr "U heeft te veel bestanden in de wachtrij proberen te plaatsen." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:312 +msgid "This file exceeds the maximum upload size for this site." +msgstr "Dit bestand overschreidt de maximale grootte voor deze site." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:313 +msgid "This file is empty. Please try another." +msgstr "Dit bestand is leeg. Probeer een ander alstublieft." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:314 +msgid "This file type is not allowed. Please try another." +msgstr "Dit bestandstype is niet toegestaan. Probeer een ander alstublieft." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:315 +msgid "This file is not an image. Please try another." +msgstr "Dit bestand is geen afbeelding. Probeer een ander alstublieft." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:316 +msgid "Memory exceeded. Please try another smaller file." +msgstr "Geheugen overschreden. Probeer een ander kleiner bestand alstublieft." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:317 +msgid "This is larger than the maximum size. Please try another." +msgstr "Dit is groter dan de maximale grootte. Probeer een ander alstublieft." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:318 +msgid "An error occurred in the upload. Please try again later." +msgstr "Er is een fout in de upload opgetreden. Probeer later opnieuw." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:319 +msgid "" +"There was a configuration error. Please contact the server administrator." +msgstr "" +"Er was een configuratiefout. Neem contact op met de beheerder van de server." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:320 +msgid "You may only upload 1 file." +msgstr "U mag maar 1 bestand uploaden." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:321 +msgid "HTTP error." +msgstr "HTTP fout." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:322 +msgid "Upload failed." +msgstr "Uploaden mislukt." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:323 +msgid "IO error." +msgstr "IO fout." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:324 +msgid "Security error." +msgstr "Beveiligingsfout." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:325 +msgid "File canceled." +msgstr "Bestand geannuleerd." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:326 +msgid "Upload stopped." +msgstr "Uploaden gestopt." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:327 +msgid "Dismiss" +msgstr "Negeren" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:328 +msgid "Crunching…" +msgstr "Verwerken…" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:329 +msgid "moved to the trash." +msgstr "naar prullenbak verplaatst" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:330 +#, php-format +msgid "“%s” has failed to upload due to an error" +msgstr "“%s” is door een fout niet geüpload" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:352 +msgid "L O A D I N G" +msgstr "L A D E N" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:353 +msgid "Click to Close" +msgstr "Klik om te Sluiten" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:462 +msgid "" +"Introduction" +msgstr "" +"Introductie" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:465 +msgid "" +"Languages" +msgstr "" +"Talen" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:470 +msgid "Get help with NextGEN Gallery" +msgstr "Hulp met NextGEN Gallery verkrijgen" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:474 +msgid "More Help & Info" +msgstr "Meer Hulp & Info" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:476 +msgid "" +"Support Forums" +msgstr "" +"Ondersteunings Fora" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:477 +msgid "FAQ" +msgstr "FAQ" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:478 +msgid "Feature request" +msgstr "Feature verzoek" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:479 +msgid "Get your language pack" +msgstr "Verkrijg uw taal pakket" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:480 +msgid "Contribute development" +msgstr "Draag bij aan ontwikkeling" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:481 +msgid "Download latest version" +msgstr "Laatste versie downloaden" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/ajax.php:360 +#, php-format +msgid "Could create image with %s x %s pixel" +msgstr "Kon afbeelding aanmaken van %s x %s pixels" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:172 +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:216 +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:239 +#: products/photocrati_nextgen/modules/ngglegacy/admin/edit-thumbnail.php:19 +#: products/photocrati_nextgen/modules/ngglegacy/admin/edit-thumbnail.php:22 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:619 +#: products/photocrati_nextgen/modules/ngglegacy/admin/publish.php:7 +#: products/photocrati_nextgen/modules/ngglegacy/admin/publish.php:10 +#: products/photocrati_nextgen/modules/ngglegacy/admin/publish.php:13 +#: products/photocrati_nextgen/modules/ngglegacy/admin/rotate.php:17 +#: products/photocrati_nextgen/modules/ngglegacy/admin/rotate.php:20 +#: products/photocrati_nextgen/modules/ngglegacy/admin/showmeta.php:10 +#: products/photocrati_nextgen/modules/ngglegacy/admin/showmeta.php:13 +msgid "Cheatin’ uh?" +msgstr "Cheaten’ hè?" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:180 +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:209 +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:253 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:178 +#: products/photocrati_nextgen/modules/ngglegacy/admin/style.php:24 +msgid "Update Successfully" +msgstr "Update Succesvol" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:227 +msgid "Album deleted" +msgstr "Album verwijderd" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:389 +#: products/photocrati_nextgen/modules/ngglegacy/admin/roles.php:55 +msgid "Edit Album" +msgstr "Album Bewerken" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:410 +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:459 +msgid "Select album" +msgstr "Album selecteren" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:412 +msgid "No album selected" +msgstr "Geen album geselecteerd" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:423 +#: products/photocrati_nextgen/modules/ngglegacy/admin/edit-thumbnail.php:166 +#: products/photocrati_nextgen/modules/ngglegacy/admin/rotate.php:94 +#: products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:112 +msgid "Update" +msgstr "Bijwerken" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:425 +msgid "Edit album" +msgstr "Album bewerken" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:428 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:187 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:362 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:364 +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:227 +msgid "Delete" +msgstr "Verwijderen" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:432 +msgid "Add new album" +msgstr "Nieuw album toevoegen" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:434 +msgid "Add" +msgstr "Toevoegen" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:445 +msgid "Show / hide used galleries" +msgstr "Toon / Verberg gebruikte galerijen" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:445 +msgid "[Show all]" +msgstr "[Alles tonen]" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:446 +msgid "Maximize the widget content" +msgstr "Widget inhoud maximaliseren" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:446 +msgid "[Maximize]" +msgstr "[Maximaliseren]" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:447 +msgid "Minimize the widget content" +msgstr "Widget inhoud minimaliseren" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:447 +msgid "[Minimize]" +msgstr "[Minimaliseren]" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:449 +msgid "" +"After you create and select a album, you can drag and drop a gallery or " +"another album into your new album below" +msgstr "" +"Na het aanmaken en selecteren van een album kunt u hieronder een galerij of " +"ander album verslepen naar uw nieuwe album" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:475 +msgid "Select gallery" +msgstr "Selecteer galerij" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:500 +msgid "Album ID" +msgstr "Album ID" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:513 +msgid "No album selected!" +msgstr "Geen album geselecteerd!" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:534 +msgid "Album name:" +msgstr "Album naam:" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:540 +msgid "Album description:" +msgstr "Album beschrijving:" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:546 +msgid "Select a preview image:" +msgstr "Selecteer een voorbeeld afbeelding:" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:549 +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:552 +#: products/photocrati_nextgen/modules/ngglegacy/admin/templates/manage_gallery/gallery_preview_image_field.php:3 +msgid "No picture" +msgstr "Geen afbeelding" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:563 +msgid "Page Link to" +msgstr "Pagina Link naar" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:582 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:337 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:366 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:397 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:406 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:442 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:471 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:502 +msgid "OK" +msgstr "OK" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:584 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:339 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:368 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:399 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:408 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:444 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:473 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:504 +msgid "Cancel" +msgstr "Annuleren" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:677 +msgid "Name" +msgstr "Naam" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:679 +#: products/photocrati_nextgen/modules/ngglegacy/lib/rewrite.php:229 +msgid "Page" +msgstr "Pagina" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/edit-thumbnail.php:116 +msgid "Select with the mouse the area for the new thumbnail" +msgstr "Selecteer het gebied voor de nieuwe miniatuur met de muis" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/edit-thumbnail.php:130 +msgid "Thumbnail updated" +msgstr "Miniatuur bijgewerkt" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/edit-thumbnail.php:135 +msgid "Error updating thumbnail" +msgstr "Fout bij bijwerken miniatuur" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/edit-thumbnail.php:151 +msgid "Select the area for the thumbnail from the picture on the left." +msgstr "Selecteer het gebied voor de miniatuur in de linker afbeelding." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:39 +msgid "No valid gallery name!" +msgstr "Geen geldige galerijnaam!" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:46 +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:55 +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:80 +msgid "Directory" +msgstr "Map" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:46 +msgid "didn't exist. Please create first the main gallery folder " +msgstr "bestaat niet. Maak eerst de hoofd galerijmap aan alstublieft." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:47 +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:56 +msgid "Check this link, if you didn't know how to set the permission :" +msgstr "Ga naar deze link als u niet weet hoe u de permissie moet instellen :" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:55 +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:80 +msgid "is not writeable !" +msgstr "is niet schrijfbaar !" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:76 +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:85 +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:736 +#: products/photocrati_nextgen/modules/ngglegacy/lib/core.php:101 +msgid "Unable to create directory " +msgstr "Kan map niet aanmaken" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:89 +msgid "The server setting Safe-Mode is on !" +msgstr "De server instelling Safe-Mode staat aan !" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:90 +msgid "If you have problems, please create directory" +msgstr "Indien u problemen heeft, maakt u alstublieft een map aan" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:91 +msgid "and the thumbnails directory" +msgstr "en de miniaturen map" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:91 +msgid "with permission 777 manually !" +msgstr "met permissie 777 handmatig !" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:116 +#, php-format +msgid "" +"Gallery ID %1$s successfully created. You can show this gallery in your post " +"or page with the shortcode %2$s.
      " +msgstr "" +"Galerij ID %1$s succesvol aangemaakt. U kunt deze galerij nu in uw bericht " +"of pagina tonen met de shortcode %2$s.
      " + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:119 +msgid "Edit gallery" +msgstr "Galerij bewerken" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:188 +msgid "Error while creating thumbnail." +msgstr "Fout bij aanmaken miniatuur." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:242 +msgid "Error while resizing image." +msgstr "Fout tijdens verkleinen afbeelding." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:326 +msgid "Error while rotating image." +msgstr "Fout tijdens roteren afbeelding." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:361 +msgid "Error while applying watermark to image." +msgstr "Fout bij toevoegen van watermerk in afbeelding." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:385 +msgid "Object didn't contain correct data" +msgstr "Object bevatte geen geldige data" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:391 +msgid "File do not exists" +msgstr "Bestand bestaat niet" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:395 +msgid "Couldn't restore original image" +msgstr "Kon oorspronkelijke afbeelding niet herstellen" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:511 +msgid "(Error : Couldn't not update data base)" +msgstr "(Fout: Kon database niet bijwerken)" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:518 +msgid "(Error : Couldn't not update meta data)" +msgstr "(Fout: Kon metadata niet update)" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:527 +msgid "(Error : Couldn't not find image)" +msgstr "(Fout : Kon afbeelding niet vinden)" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:670 +msgid "No valid URL path " +msgstr "Geen geldig URL pad" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:686 +msgid "Import via cURL failed." +msgstr "Importeren via cURL mislukt." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:703 +msgid "Uploaded file was no or a faulty zip file ! The server recognized : " +msgstr "Geüploade bestand was geen of defect zip file ! De server herkende :" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:720 +msgid "Could not get a valid foldername" +msgstr "Kon geen geldige mapnaam verkrijgen" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:731 +#, php-format +msgid "" +"Unable to create directory %s. Is its parent directory writable by the " +"server?" +msgstr "" +"Kon map %s niet aanmaken. Is de bovenliggende map schrijfbaar voor de server?" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:746 +msgid "Zip-File successfully unpacked" +msgstr "Zipbestand succesvol uitgepakt" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:777 +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:877 +msgid "No gallery selected !" +msgstr "Geen galerij geselecteerd !" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:785 +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:902 +msgid "Failure in database, no gallery path set !" +msgstr "Fout in database, geen galerijpad ingesteld !" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:809 +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:896 +msgid "is no valid image file!" +msgstr "is geen geldig afbeeldingsbestand!" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:830 +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:919 +msgid "Error, the file could not be moved to : " +msgstr "Fout, het bestand kon niet worden verplaatst naar :" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:835 +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:923 +msgid "Error, the file permissions could not be set" +msgstr "Fout, de bestandspermissies konden niet ingesteld worden" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:853 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:111 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:189 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:238 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:322 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:661 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:740 +msgid "Create new thumbnails" +msgstr "Nieuwe miniaturen aanmaken" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:858 +msgid " Image(s) successfully added" +msgstr "Afbeelding(en) successvol toegevoegd" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:885 +msgid "Invalid upload. Error Code : " +msgstr "Ongeldige upload. Foutcode :" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:961 +#, php-format +msgid "" +"SAFE MODE Restriction in effect! You need to create the folder %s manually" +msgstr "" +"SAFE MODE Restrictie van toepassing! U moet de map %s " +"handmatig aanmaken." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:962 +#, php-format +msgid "" +"When safe_mode is on, PHP checks to see if the owner (%s) of the current " +"script matches the owner (%s) of the file to be operated on by a file " +"function or its directory" +msgstr "" +"Als safe_mode aan staat dan controleert PHP of de eigenaar (%s) van het " +"huidige script met de eigenaar (%s) van het bestand waarop een " +"bestandsfunctie uitgevoerd moet worden of zijn map overeenkomt" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1015 +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1092 +msgid "The destination gallery does not exist" +msgstr "De doelgalerij bestaat niet" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1046 +#, php-format +msgid "Failed to move image %1$s to %2$s" +msgstr "Verplaatsen van afbeelding %1$s naar %2$s mislukt" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1066 +#, php-format +msgid "Moved %1$s picture(s) to gallery : %2$s ." +msgstr "%1$s afbeelding(en) verplaatst naar galerij : %2$s ." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1170 +#, php-format +msgid "Copied %1$s picture(s) to gallery: %2$s ." +msgstr "%1$s afbeelding(en) gekopieerd naar galerij: %2$s ." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1278 +msgid "The uploaded file exceeds the upload_max_filesize directive in php.ini" +msgstr "" +"Het geüploade bestand overschreidt de upload_max_filesize instructie in php." +"ini" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1281 +msgid "" +"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in " +"the HTML form" +msgstr "" +"Het geüploade bestand overschreidt de MAX_FILE_SIZE instructie die in het " +"HTML formulier opgegeven was" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1284 +msgid "The uploaded file was only partially uploaded" +msgstr "Het geüploade bestand was maar deels geüpload" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1287 +msgid "No file was uploaded" +msgstr "Geen bestand geüpload" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1290 +msgid "Missing a temporary folder" +msgstr "Tijdelijke map mist" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1293 +msgid "Failed to write file to disk" +msgstr "Schrijven van bestand naar schrijf mislukt" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1296 +msgid "File upload stopped by extension" +msgstr "Uploaden van bestand door extensie gestopt" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1299 +msgid "Unknown upload error" +msgstr "Onbekende upload fout" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/install.php:20 +msgid "Sorry, NextGEN Gallery works only with a role called administrator" +msgstr "Sorry, NextGEN Gallery werkt alleen met de administrator rol" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/install.php:92 +msgid "" +"NextGEN Gallery : Tables could not created, please check your database " +"settings" +msgstr "" +"NextGEN Gallery : Tabellen konden niet worden aangemaakt, controleer " +"alstublieft uw database instellingen" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:99 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:206 +msgid "No images selected" +msgstr "Geen afbeeldingen geselecteerd" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:107 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:190 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:234 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:323 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:642 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:724 +msgid "Resize images" +msgstr "Afbeeldingen verkleinen" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:116 +#, php-format +msgid "" +"You are about to start the bulk edit for %s galleries \n" +" \n" +" 'Cancel' to stop, 'OK' to proceed." +msgstr "" +"U staat op het punt te starten met bulkbewerking voor %s galerijen \n" +" \n" +" 'Annuleren' om te stoppen, 'OK' om door te gaan." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:154 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:197 +msgid "Add new gallery" +msgstr "Nieuwe galerij toevoegen" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:171 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:174 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:272 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:275 +msgid "Search Images" +msgstr "Afbeeldingen zoeken" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:186 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:320 +msgid "Bulk actions" +msgstr "Bulkacties" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:188 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:321 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:572 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:687 +msgid "Set watermark" +msgstr "Watermerk instellen" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:191 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:326 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:577 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:708 +msgid "Import metadata" +msgstr "Metadata importeren" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:192 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:324 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:567 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:684 +msgid "Recover from backup" +msgstr "Van back-up herstellen" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:194 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:335 +msgid "Apply" +msgstr "Toepassen" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:262 +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:253 +msgid "Edit" +msgstr "Bewerken" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:309 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:379 +msgid "No entries found" +msgstr "Geen entries gevonden" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:327 +msgid "New Gallery" +msgstr "Nieuwe galerij maken" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:329 +msgid "Create a new , empty gallery below the folder" +msgstr "Een nieuwe, lege galerij aanmaken onder de map" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:331 +msgid "Allowed characters for file and folder names are" +msgstr "Toegestane tekens voor bestands- en mapnamen zijn" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:357 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:462 +msgid "Resize Images to" +msgstr "Afbeeldingen verkleinen tot" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:361 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:466 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:453 +msgid "Width x height (in pixel). NextGEN Gallery will keep ratio size" +msgstr "Breedte x hoogte (in pixel). NextGen Gallery behoudt de verhouding" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:385 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:490 +#: products/photocrati_nextgen/modules/ngglegacy/admin/publish.php:40 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:416 +msgid "Width x height (in pixel)" +msgstr "Breedte x hoogte (in pixel)" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:391 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:496 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:426 +msgid "Set fix dimension" +msgstr "Vaste grootte instellen" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:393 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:498 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:428 +msgid "Ignore the aspect ratio, no portrait thumbnails" +msgstr "Negeer de hoogte-breedteverhouding, geen staande miniaturen" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:456 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:568 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:156 +msgid "ID" +msgstr "ID" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:458 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:571 +#: products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:245 +#: products/photocrati_nextgen/modules/ngglegacy/admin/style.php:134 +msgid "Description" +msgstr "Beschrijving" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:460 +msgid "Page ID" +msgstr "Pagina ID" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:35 +msgid "Gallery not found." +msgstr "Galerij niet gevonden." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:41 +msgid "Sorry, you have no access here" +msgstr "Sorry, u heeft hier geen toegang toe" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:214 +msgid "Copy image to..." +msgstr "Afbeelding kopiëren naar..." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:218 +msgid "Move image to..." +msgstr "Afbeelding verplaatsen naar..." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:222 +msgid "Add new tags" +msgstr "Nieuwe tags toevoegen" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:226 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:332 +msgid "Delete tags" +msgstr "Tags verwijderen" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:230 +msgid "Overwrite" +msgstr "Overschrijven" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:243 +#, php-format +msgid "" +"You are about to start the bulk edit for %s images \n" +" \n" +" 'Cancel' to stop, 'OK' to proceed." +msgstr "" +"U staat op het punt te starten met bulkbewerking voor %s afbeeldingen \n" +" \n" +" 'Annuleren' om te stoppen, 'OK' om door te gaan." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:269 +#, php-format +msgid "Search results for “%s”" +msgstr "Zoekresultaten voor “%s”" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:298 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:488 +msgid "Gallery settings" +msgstr "Galerij instellingen" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:298 +msgid "Click here for more settings" +msgstr "Klik hier voor meer instellingen" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:304 +msgid "Scan Folder for new images" +msgstr "Scan Map voor nieuwe afbeeldingen" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:306 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:341 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:386 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:400 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:436 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:478 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:563 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:598 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:708 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:861 +msgid "Save Changes" +msgstr "Aanpassingen Opslaan" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:325 +msgid "Delete images" +msgstr "Afbeeldingen verwijderen" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:327 +msgid "Rotate images clockwise" +msgstr "Afbeeldingen rechtsom roteren" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:328 +msgid "Rotate images counter-clockwise" +msgstr "Afbeeldingen linksom roteren" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:329 +msgid "Copy to..." +msgstr "Kopiëren naar..." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:330 +msgid "Move to..." +msgstr "Verplaatsen naar..." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:331 +msgid "Add tags" +msgstr "Tags toevoegen" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:333 +msgid "Overwrite tags" +msgstr "Tags overschrijven" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:338 +msgid "Sort gallery" +msgstr "Galerij sorteren" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:402 +msgid "Enter the tags" +msgstr "Tags invoeren" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:426 +msgid "Select the destination gallery:" +msgstr "Selecteer een doelgalerij:" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:569 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:161 +#: products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:266 +msgid "Thumbnail" +msgstr "Miniatuur" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:571 +msgid "Alt & Title Text" +msgstr "Alt & Titel Tekst" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:572 +msgid "Tags (comma separated list)" +msgstr "Tags (komma gescheiden lijst)" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-sort.php:35 +msgid "Sort order changed" +msgstr "Sorteervolgorde aangepast" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-sort.php:97 +msgid "Sort Gallery" +msgstr "Sorteer Galerij" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-sort.php:101 +msgid "Update Sort Order" +msgstr "Sorteervolgorde Bijwerken" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-sort.php:104 +msgid "Back to gallery" +msgstr "Terug naar galerij" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-sort.php:109 +msgid "Presort" +msgstr "Voorsorteren" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-sort.php:110 +msgid "Unsorted" +msgstr "Ongesorteerd" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-sort.php:113 +#: products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:241 +msgid "Alt/Title text" +msgstr "Alt/Titel tekst" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:90 +msgid "deleted successfully" +msgstr "sucessvol verwijderd" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:106 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:115 +msgid "Operation successful. Please clear your browser cache." +msgstr "Bewerking succesvol. Verwijder alstublieft uw browser cache." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:171 +msgid "Alt & Title Text / Description" +msgstr "Alt & Titel Tekst / Beschrijving" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:214 +msgid "Exclude ?" +msgstr "Uitsluiten ?" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:299 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:301 +msgid "View" +msgstr "Bekijken" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:309 +msgid "Show meta data" +msgstr "Metadata tonen" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:310 +msgid "Meta" +msgstr "Meta" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:318 +msgid "Customize thumbnail" +msgstr "Miniatuur aanpassen" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:319 +msgid "Edit thumb" +msgstr "Miniatuur bewerken" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:327 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:328 +msgid "Rotate" +msgstr "Roteren" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:338 +msgid "Publish this image" +msgstr "Afbeelding publiceren" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:339 +#: products/photocrati_nextgen/modules/ngglegacy/admin/publish.php:58 +msgid "Publish" +msgstr "Publiceren" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:349 +msgid "Recover image from backup" +msgstr "Herstel afbeelding van back-up" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:350 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:352 +msgid "Recover" +msgstr "Herstellen" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:361 +msgid "Delete image" +msgstr "Afbeelding verwijderen" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:392 +msgid "Title:" +msgstr "Titel:" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:398 +msgid "Description:" +msgstr "Beschrijving:" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:404 +msgid "Gallery path:" +msgstr "Galerijpad:" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:419 +msgid "Link to page:" +msgstr "Link naar pagina:" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:420 +msgid "Albums will link this gallery to the selected page" +msgstr "Albums linken deze galerij aan de geselecteerde pagina" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:425 +msgid "Preview image:" +msgstr "Afbeelding bekijken:" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:431 +msgid "Create new page:" +msgstr "Nieuwe pagina maken:" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:607 +msgid "Gallery deleted successfully " +msgstr "Galerij sucessvol verwijderd" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:678 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:681 +msgid "Rotate images" +msgstr "Afbeeldingen roteren" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:704 +msgid "Pictures deleted successfully " +msgstr "Afbeeldingen sucessvol verwijderd" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:802 +msgid "Tags changed" +msgstr "Tags aangepast" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:842 +msgid "Update successful" +msgstr "Update succesvol" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:877 +msgid "New gallery page ID" +msgstr "Nieuwe galerijpagina ID" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:877 +msgid "created" +msgstr "aangemaakt" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:915 +msgid "Published a new post" +msgstr "Nieuw bericht gepubliceerd" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:1062 +msgid "Go to the first page" +msgstr "Ga naar de eerste pagina" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:1069 +msgid "Go to the previous page" +msgstr "Ga naar de vorige pagina" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:1078 +msgid "Current page" +msgstr "Huidige pagina" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:1089 +msgid "Go to the next page" +msgstr "Ga naar de volgende pagina" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:1096 +msgid "Go to the last page" +msgstr "Ga naar de laaste pagina" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:1046 +#, php-format +msgid "1 item" +msgid_plural "%s items" +msgstr[0] "1 item" +msgstr[1] "%s items" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:1046 +#, php-format +msgctxt "paging" +msgid "%1$s of %2$s" +msgstr "%1$s van %2$s" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:11 +msgid "NextGEN Gallery" +msgstr "NextGEN Gallery" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:186 +msgid "No gallery" +msgstr "Geen galerij" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:198 +msgid "Select »" +msgstr "Selecteer »" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:230 +msgid "Hide" +msgstr "Verbergen" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:235 +msgid "Image ID:" +msgstr "Afbeelding ID:" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:249 +#: products/photocrati_nextgen/modules/ngglegacy/admin/publish.php:45 +msgid "Alignment" +msgstr "Uitlijning" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:252 +#: products/photocrati_nextgen/modules/ngglegacy/admin/publish.php:47 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:583 +msgid "None" +msgstr "Geen" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:254 +#: products/photocrati_nextgen/modules/ngglegacy/admin/publish.php:49 +msgid "Left" +msgstr "Links" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:256 +#: products/photocrati_nextgen/modules/ngglegacy/admin/publish.php:51 +msgid "Center" +msgstr "Midden" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:258 +#: products/photocrati_nextgen/modules/ngglegacy/admin/publish.php:53 +msgid "Right" +msgstr "Rechts" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:262 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:690 +msgid "Size" +msgstr "Grootte" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:268 +msgid "Full size" +msgstr "Volledige grootte" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:270 +msgid "Singlepic" +msgstr "Singlepic" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:282 +msgid "Use as featured image" +msgstr "Gebruik als uitgelichte afbeelding" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:284 +msgid "Insert into Post" +msgstr "Aan Bericht Toevoegen" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:295 +msgid "Save all changes" +msgstr "Alle aanpassingen opslaan" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:14 +msgid "NextGEN Gallery Overview" +msgstr "NextGEN Gallery Overzicht" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:84 +msgid "Welcome to NextGEN Gallery !" +msgstr "Welkom bij NextGEN Gallery !" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:85 +msgid "Do you like this Plugin?" +msgstr "Waardeert u deze Plugin?" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:87 +msgid "About" +msgstr "Over" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:90 +msgid "Server Settings" +msgstr "Server Instellingen" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:97 +msgid "" +"NextGEN Gallery is one of the most popular Wordpress plugins of all time " +"with over 9 million downloads. It is developed and supported by Photocrati " +"Media. We'd like to offer a special thanks to Alex Rabe, who first developed " +"the plugin and maintained it through 2011." +msgstr "" +"NextGEN Gallery is een van de meest populaire WordPress plugins ooit met " +"meer dan 9 miljoen downloads. Deze plugin is ontwikkeld en wordt ondersteund " +"door Photocrati Media. We willen speciaal Alex Rabe bedanken, die deze " +"plugin schreef en tot 2011 heeft onderhouden." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:98 +msgid "" +"NEED HELP? If you need help or assistance please visit the " +"NextGEN " +"Gallery forums on WordPress.org. Please note that we actively monitor " +"and participate in the forums, but given that NextGEN Gallery is a free " +"product, we don't guarantee replies to support queries." +msgstr "" +"HULP NODIG? Als u hulp of ondersteuning nodig heeft bezoek " +"dan alstublieft de NextGEN Gallery fora op WordPress.org. Merk op dat we de fora " +"actief bijhouden en vragen beantwoorden, maar gegeven dat NextGEN Gallery " +"een gratis produkt is, kunnen we geen antwoord garanderen op vragen om " +"ondersteuning." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:99 +msgid "" +"EXTENDING NEXTGEN? There are many third party plugins that " +"add displays and functionality for NextGEN Gallery. See our Complete List of " +"NextGEN Extension Plugins." +msgstr "" +"NEXTGEN UITBREIDEN? Er zijn veel externe plugins " +"verkrijgbaar die andere weergaves en functionaliteit toevoegen aan NextGEN " +"Gallery. Zie Complete Lijst met NextGEN Plugins." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:107 +#, php-format +msgid "" +"This plugin is primarily developed, maintained, supported and documented by " +"Photocrati Media with a lot of love & " +"effort. Any kind of contribution would be highly appreciated. Thanks!" +msgstr "" +"Deze plugin werd met veel liefde & energie ontwikkeld, onderhouden, " +"ondersteund en gedocumenteerd door Photocrati Media. Iedere bijdrage is welkom. Dank u!" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:112 +msgid "Please click \"Works\" on WordPress.org" +msgstr "Klik alstublieft \"Works\" op WordPress.org" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:117 +msgid "Give it a good rating on WordPress.org" +msgstr "Geef een goede waardering op WordPress.org" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:122 +msgid "Visit the plugin homepage" +msgstr "Bezoek de plugin homepage" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:127 +msgid "Help translating it" +msgstr "Help met vertalen" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:149 +msgid "Graphic Library" +msgstr "Grafische Bibliotheek" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:165 +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:214 +msgid "Loading…" +msgstr "Laden…" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:165 +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:214 +msgid "This widget requires JavaScript." +msgstr "Deze widget benodigd Javascript." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:178 +msgid "Thanks to all donators..." +msgstr "Alle donateurs bedankt..." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:200 +msgid "View all" +msgstr "Alles bekijken" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:226 +#, php-format +msgid "" +"Newsfeed could not be loaded. Check the front page to " +"check for updates." +msgstr "" +"Nieuwsfeed kon niet worden geladen. Controleer op de startpagina of er updates beschikbaar zijn." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:238 +msgid "Untitled" +msgstr "Geen titel" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:303 +msgid "At a Glance" +msgstr "Op dit Moment" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:356 +msgid "Storage Space" +msgstr "Opslagruimte" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:360 +#, php-format +msgid "" +"%2$sMB" +msgstr "" +"%2$sMB" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:361 +msgid "Space Allowed" +msgstr "Beschikbare Ruimte" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:368 +#, php-format +msgid "" +"%2$sMB (%3$s" +"%%)" +msgstr "" +"%2$sMB (%3$s" +"%%)" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:369 +msgid "Space Used" +msgstr "Ruimte in Gebruik" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:395 +msgid "No GD support" +msgstr "Geen GD ondersteuning" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:427 +msgid "Not set" +msgstr "Niet ingesteld" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:429 +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:432 +msgid "On" +msgstr "Aan" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:430 +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:433 +msgid "Off" +msgstr "Uit" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:437 +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:440 +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:443 +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:446 +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:449 +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:452 +msgid "N/A" +msgstr "N/A" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:451 +msgid " MByte" +msgstr " MByte" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:464 +msgid "Operating System" +msgstr "Besturingssysteem" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:465 +msgid "Server" +msgstr "Server" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:466 +msgid "Memory usage" +msgstr "Geheugen gebruik" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:467 +msgid "MYSQL Version" +msgstr "MYSQL Versie" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:468 +msgid "SQL Mode" +msgstr "SQL Modus" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:469 +msgid "PHP Version" +msgstr "PHP Versie" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:470 +msgid "PHP Safe Mode" +msgstr "PHP Safe Mode" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:471 +msgid "PHP Allow URL fopen" +msgstr "PHP Allow URL fopen" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:472 +msgid "PHP Memory Limit" +msgstr "PHP Geheugen Limiet" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:473 +msgid "PHP Max Upload Size" +msgstr "PHP Max Upload Grootte" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:474 +msgid "PHP Max Post Size" +msgstr "PHP Max Bericht Grootte" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:475 +msgid "PCRE Backtracking Limit" +msgstr "PCRE Backtracking Limiet" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:476 +msgid "PHP Max Script Execute Time" +msgstr "PHP Max Script Uitvoertijd" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:477 +msgid "PHP Exif support" +msgstr "PHP Exif ondersteuning" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:478 +msgid "PHP IPTC support" +msgstr "PHP IPTC ondersteuning" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:479 +msgid "PHP XML support" +msgstr "PHP XML ondersteuning" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:491 +msgid "" +"NextGEN Gallery contains some functions which are only available under PHP " +"5.2. You are using the old PHP 4 version, upgrade now! It's no longer " +"supported by the PHP group. Many shared hosting providers offer both PHP 4 " +"and PHP 5, running simultaneously. Ask your provider if they can do this." +msgstr "" +"NextGEN Gallery bevat een paar functies die alleen in PHP 5.2 beschikbaar " +"zijn. U gebruikt nog de oude PHP 4 versie, upgrade nu! Deze versie wordt " +"niet meer ondersteund door de PHP groep. Veel shared hosting providers " +"bieden zowel PHP 4 als PHP 5 aan. Vraag uw provider of zij PHP kunen " +"bijwerken." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/publish.php:35 +msgid "Post title" +msgstr "Berichttitel" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/publish.php:37 +msgid "Enter the post title " +msgstr "Voer de berichttitel in" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/publish.php:42 +msgid "Size of the image" +msgstr "Grootte van de afbeelding" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/publish.php:60 +msgid "Draft" +msgstr "Concept" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/roles.php:26 +msgid "" +"Select the lowest role which should be able to access the following " +"capabilities. NextGEN Gallery supports the standard roles from WordPress." +msgstr "" +"Selecteer de kleinste rol die toegang moet krijgen tot de volgende " +"mogelijkheden. NextGEN Gallery ondersteunt de standaard rollen van WordPress." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/roles.php:27 +msgid "For a more flexible user management you can use the" +msgstr "Gebruik voor meer flexibel gebruikersbeheer de" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/roles.php:31 +msgid "Main NextGEN Gallery overview" +msgstr "NextGEN Gallery hoofdoverzicht" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/roles.php:35 +msgid "Use TinyMCE Button / Upload tab" +msgstr "TinyMCE Knop / Upload tab gebruiken" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/roles.php:39 +msgid "Add gallery / Upload images" +msgstr "Galerij toevogen / Afbeeldingen uploaden" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/roles.php:43 +msgid "Manage gallery" +msgstr "Galerij beheren" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/roles.php:47 +msgid "Manage others gallery" +msgstr "Andere galerijen beheren" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/roles.php:51 +msgid "Manage tags" +msgstr "Tags beheren" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/roles.php:59 +msgid "Change style" +msgstr "Stijl aanpassen" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/roles.php:63 +msgid "Change options" +msgstr "Opties aanpassen" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/roles.php:67 +msgid "NextGEN Attach Interface" +msgstr "NextGEN Toevoeg Interface" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/rotate.php:60 +msgid "Image rotated" +msgstr "Afbeelding geroteerd" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/rotate.php:62 +msgid "Error rotating thumbnail" +msgstr "Fout tijdens roteren miniatuur" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/rotate.php:85 +msgid "90° clockwise" +msgstr "90° rechtsom" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/rotate.php:86 +msgid "90° anticlockwise" +msgstr "90° linksom" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/rotate.php:87 +msgid "Flip vertically" +msgstr "Verticaal spiegelen" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/rotate.php:88 +msgid "Flip horizontally" +msgstr "Horizontaal spiegelen" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:22 +#: products/photocrati_nextgen/modules/ngglegacy/admin/upgrade.php:204 +#, php-format +msgid "Rebuild image structure : %s / %s images" +msgstr "Afbeeldingsstructuur herbouwen : %s / %s afbeeldingen" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:23 +#: products/photocrati_nextgen/modules/ngglegacy/admin/upgrade.php:205 +#, php-format +msgid "Rebuild gallery structure : %s / %s galleries" +msgstr "Galerij structuur herbouwen: %s / %s galerijen" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:24 +#: products/photocrati_nextgen/modules/ngglegacy/admin/upgrade.php:206 +#, php-format +msgid "Rebuild album structure : %s / %s albums" +msgstr "Albumstructuur herbouwen : %s / %s albums" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:81 +#: products/photocrati_nextgen/modules/ngglegacy/admin/upgrade.php:263 +msgid "Done." +msgstr "Klaar." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:196 +msgid "Cache cleared" +msgstr "Cache geschoond" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:315 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:334 +msgid "General Options" +msgstr "Algemene Opties" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:317 +msgid "Image" +msgid_plural "Images" +msgstr[0] "Afbeelding" +msgstr[1] "Afbeeldingen" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:319 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:572 +msgid "Effects" +msgstr "Effecten" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:320 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:614 +msgid "Watermark" +msgstr "Watermerk" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:340 +#: products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:54 +msgid "Gallery path" +msgstr "Galerijpad" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:342 +msgid "This is the default path for all galleries" +msgstr "Dit is het standaard pad voor alle galerijen" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:345 +msgid "Delete image files" +msgstr "Afbeeldingsbestanden verwijderen" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:347 +msgid "Delete files, when removing a gallery in the database" +msgstr "Bestanden verwijderen als een galerij uit de database wordt verwijderd" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:350 +msgid "Activate permalinks" +msgstr "Permalinks activeren" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:352 +msgid "" +"When you activate this option, you need to update your permalink structure " +"one time." +msgstr "" +"Als u deze optie activeert moet u eenmaal uw permalink structuur bijwerken" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:353 +msgid "Gallery slug name :" +msgstr "Slugnaam van galerij:" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:357 +msgid "Create new URL friendly image slugs" +msgstr "Nieuwe URL vriendelijke afbeeldingslugs aanmaken" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:358 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:474 +msgid "Proceed now" +msgstr "Ga door" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:361 +msgid "Select graphic library" +msgstr "Selecteer grafische bibliotheek" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:362 +msgid "GD Library" +msgstr "GD Bibliotheek" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:363 +msgid "ImageMagick (Experimental). Path to the library :" +msgstr "ImageMagick (Experimenteel). Pad naar de bibliotheek :" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:368 +msgid "Activate Media RSS feed" +msgstr "Media RSS feed activeren" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:370 +msgid "" +"A RSS feed will be added to you blog header. Useful for CoolIris/PicLens" +msgstr "" +"Een RSS feed wordt toegevoegd aan u blog header. Handig voor CoolIris/PicLens" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:373 +msgid "Activate PicLens/CoolIris support" +msgstr "PicLens/CoolIris ondersteuning activeren" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:375 +msgid "" +"When you activate this option, some javascript is added to your site footer. " +"Make sure that wp_footer is called in your theme." +msgstr "" +"Als u deze optie activeert zullen wordt javascript toegevoegd aan uw site " +"voettekst. Verzeker u dat wp_footer wordt aangeroepen in uw thema." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:378 +msgid "Tags / Categories" +msgstr "Tags / Categorieën" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:381 +msgid "Activate related images" +msgstr "Gerelateerde afbeeldingen activeren" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:383 +msgid "This option will append related images to every post" +msgstr "Deze optie voegt aan ieder bericht gerelateerde afbeeldingen toe." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:387 +msgid "Match with" +msgstr "Overeenstemmen met" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:393 +msgid "Max. number of images" +msgstr "Max. aantal afbeeldingen" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:395 +msgid "0 will show all images" +msgstr "0 toont alle afbeeldingen" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:399 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:435 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:477 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:562 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:597 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:860 +msgid "More settings" +msgstr "Meer instellingen" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:409 +msgid "Thumbnail settings" +msgstr "Miniatuur instellingen" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:413 +msgid "" +"Please note : If you change the settings, you need to recreate the " +"thumbnails under -> Manage Gallery ." +msgstr "" +"Let op : als u de instellingen aanpast moeten de miniaturen onder -> Gallery " +"Beheren opnieuw aangemaakt worden ." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:422 +msgid "These values are maximum values " +msgstr "Dit zijn maximale waarden" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:445 +msgid "Image settings" +msgstr "Afbeeldingsinstellingen" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:451 +msgid "Resize Images" +msgstr "Afbeeldingen Verkleinen" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:460 +msgid "Backup original images" +msgstr "Originele afbeeldingen back-uppen" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:462 +msgid "Creates a backup for inserted images" +msgstr "Maakt een back-up van ingevoegede afbeeldingen" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:465 +msgid "Automatically resize" +msgstr "Automatisch verkleinen" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:467 +msgid "Automatically resize images on upload." +msgstr "Afbeeldingen automatisch verkleinen tijdens uploaden." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:470 +msgid "Single picture" +msgstr "Enkele afbeelding" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:473 +msgid "Clear cache folder" +msgstr "Cache map legen" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:494 +msgid "Deactivate gallery page link" +msgstr "Galerij pagina link deactiveren" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:496 +msgid "" +"The album will not link to a gallery subpage. The gallery is shown on the " +"same page." +msgstr "" +"Het album zal niet naar een galerij subpagina linken. De galerij wordt op " +"dezelfde pagina getoond." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:500 +msgid "Number of images per page" +msgstr "Aantal afbeeldingen per pagina" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:502 +msgid "0 will disable pagination, all images on one page" +msgstr "0 zal paginering uitschakelen, alle afbeeldingen op één pagina" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:506 +msgid "Number of columns" +msgstr "Aantal kolommen " + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:508 +msgid "" +"0 will display as much as possible based on the width of your theme. Setting " +"normally only required for captions below the images" +msgstr "" +"0 geeft zoveel mogelijk weer gebaseerd op de breedte van uw thema. " +"Instelling normaal alleen nodig voor onderschriften onder afbeeldingen" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:512 +msgid "Integrate slideshow" +msgstr "Diavoorstelling integreren" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:519 +msgid "Show first" +msgstr "Eerste tonen" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:525 +msgid "Show ImageBrowser" +msgstr "AfbeeldingVerkenner Tonen" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:527 +msgid "The gallery will open the ImageBrowser instead the effect." +msgstr "De galerij zal de AfbeeldingVerkenner openen in plaats van het effect." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:531 +msgid "Add hidden images" +msgstr "Verborgen afbeeldingen toevoegen" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:533 +msgid "" +"If pagination is used, this option will still show all images in the modal " +"window (Thickbox, Lightbox etc.). Note : This increases the page load" +msgstr "" +"Als paginering wordt gebruikt zal deze optie toch alle afbeeldingen in het " +"modale venster tonen (Thickbox, Lightbox, etc.). Merk op : dit verhoogd de " +"page load" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:539 +msgid "" +"Browse images without reload the page. Note : Works only in combination with " +"Shutter effect" +msgstr "" +"Verken afbeeldingen zonder de pagina te herladen. Opmerking : Werkt alleen " +"in combinatie met Shutter effect" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:543 +msgid "Sort options" +msgstr "Sorteeropties" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:546 +msgid "Sort thumbnails" +msgstr "Miniaturen sorteren" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:548 +msgid "Custom order" +msgstr "Aangepast volgorde" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:550 +msgid "File name" +msgstr "Bestandsnaam" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:551 +msgid "Alt / Title text" +msgstr "Alt / Titel Tekst" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:552 +#: products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser-exif.php:58 +msgid "Date / Time" +msgstr "Datum / Tijd" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:556 +msgid "Sort direction" +msgstr "Sorteerrichting" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:576 +msgid "" +"Here you can select the thumbnail effect, NextGEN Gallery will integrate the " +"required HTML code in the images. Please note that only the Shutter and " +"Thickbox effect will automatic added to your theme." +msgstr "" +"Hier kunt u het miniatuureffect selecteren, NextGEN Gallery zal de benodigde " +"HTML code in de afbeeldingen integreren. Merk op dat alleen het Shutter en " +"Thickbox effect automatisch aan uw thema worden toegevoegd." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:577 +msgid "With the placeholder" +msgstr "Met de tijdelijke aanduiding" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:577 +msgid "" +"you can activate a navigation through the images (depend on the effect). " +"Change the code line only , when you use a different thumbnail effect or you " +"know what you do." +msgstr "" +"u kunt een navigatie door de afbeeldingen activeren (afhankelijk van het " +"effect). Pas de code regel alleen aan als u een afwijkend miniatuur effect " +"gebruikt of weet wat u doet." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:580 +msgid "JavaScript Thumbnail effect" +msgstr "Javascript Miniatuur effect" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:584 +msgid "Thickbox" +msgstr "Thickbox" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:585 +msgid "Lightbox" +msgstr "Lightbox" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:586 +msgid "Highslide" +msgstr "Highslide" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:587 +msgid "Shutter" +msgstr "Sluiter" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:593 +msgid "Link Code line" +msgstr "Linkcode regel" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:615 +msgid "" +"Please note : You can only activate the watermark under -> Manage Gallery . " +"This action cannot be undone." +msgstr "" +"Merk op : U kunt het watermerk alleen activeren onder -> Galerij Beheren . " +"Deze actie kan niet ongedaan worden gemaakt." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:620 +msgid "Preview" +msgstr "Voorbeeld" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:622 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:627 +msgid "Position" +msgstr "Postie" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:647 +msgid "Offset" +msgstr "Compensatie" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:663 +msgid "Use image as watermark" +msgstr "Gebruik afbeelding als watermerk" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:666 +msgid "URL to file" +msgstr "URL naar bestand" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:668 +msgid "The accessing of URL files is disabled at your server (allow_url_fopen)" +msgstr "" +"Toegang tot URL bestanden is niet ingeschakeld op uw server (allow_url_fopen)" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:671 +msgid "Use text as watermark" +msgstr "Gebruik tekst als watermerk" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:674 +msgid "Font" +msgstr "Lettertype" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:683 +msgid "This function will not work, cause you need the FreeType library" +msgstr "Deze functie zal niet werken, omdat u de FreeType bibliotheek mist" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:685 +msgid "" +"You can upload more fonts in the folder nggallery/fonts" +msgstr "" +"U kunt meer lettertypen in de map nggallery/fonts uploaden" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:694 +msgid "Color" +msgstr "Kleur" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:696 +msgid "(hex w/o #)" +msgstr "(hex zonder #)" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:699 +msgid "Text" +msgstr "Tekst" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:703 +msgid "Opaque" +msgstr "Transparant" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:724 +msgid "Default size (W x H)" +msgstr "Standaard afmetingen (B x H)" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:729 +msgid "Duration time" +msgstr "Duur" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:730 +msgid "sec." +msgstr "sec." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:733 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:810 +msgid "Transition / Fade effect" +msgstr "Transitie / Vervagen effect" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:736 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:813 +msgid "fade" +msgstr "vervagen" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:737 +msgid "blindX" +msgstr "blindX" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:738 +msgid "cover" +msgstr "omslag" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:739 +msgid "scrollUp" +msgstr "Omhoog scrollen" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:740 +msgid "scrollDown" +msgstr "Omlaag scrollen" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:741 +msgid "shuffle" +msgstr "shuffle" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:742 +msgid "toss" +msgstr "werpen" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:743 +msgid "wipe" +msgstr "wissen" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:745 +msgid "See here for more information about the effects :" +msgstr "Kijk hier voor meer informatie over de effecten :" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:749 +msgid "Settings for the JW Image Rotator" +msgstr "Instellingen voor JW Image Rotator" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:758 +msgid "" +"The path to JW Image Rotator is not defined, the slideshow will not work." +msgstr "" +"Het pad naar JW Image Rotator is niet opgegeven, de diavoorstelling zal niet " +"werken." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:770 +msgid "Path to the JW Image Rotator (URL)" +msgstr "Pad naar JW Image Rotator (URL)" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:773 +msgid "Search now" +msgstr "Nu zoeken" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:774 +msgid "Press the button below to search for the JW Image Rotator" +msgstr "Klik op de knop hieronder om naar JW Image Rotator te zoeken" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:778 +msgid "Shuffle mode" +msgstr "Shuffle modus" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:796 +msgid "You can change the logo at the watermark settings" +msgstr "U kunt het logo en de watermerk instellingen aanpassen" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:802 +msgid "true" +msgstr "waar" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:803 +msgid "false" +msgstr "onwaar" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:804 +msgid "fit" +msgstr "passen" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:805 +msgid "none" +msgstr "geen" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:814 +msgid "bgfade" +msgstr "bgfade" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:815 +msgid "slowfade" +msgstr "slowfade" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:816 +msgid "circles" +msgstr "cirkels" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:817 +msgid "bubbles" +msgstr "bubbels" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:818 +msgid "blocks" +msgstr "blokken" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:819 +msgid "fluids" +msgstr "vloeiend" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:820 +msgid "flash" +msgstr "flash" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:821 +msgid "lines" +msgstr "lijnen" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:831 +msgid "Background Color" +msgstr "Achtergrondkleur" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:836 +msgid "Texts / Buttons Color" +msgstr "Tekst / Knoppen Kleur" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:841 +msgid "Rollover / Active Color" +msgstr "Rollover / Actief Kleur" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:846 +msgid "Screen Color" +msgstr "Schermkleur" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:851 +msgid "Background music (URL)" +msgstr "Achtergrond muziek (URL)" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:855 +msgid "Try XHTML validation (with CDATA)" +msgstr "XHTML validatie proberen (met CDATA)" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:857 +msgid "" +"Important : Could causes problem at some browser. Please recheck your page." +msgstr "" +"Belangrijk : Kan problemen veroorzaken met sommige browsers. Controleer uw " +"pagina alstublieft." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/showmeta.php:29 +msgid "Meta Data" +msgstr "Metadata" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/showmeta.php:34 +#: products/photocrati_nextgen/modules/ngglegacy/admin/showmeta.php:60 +#: products/photocrati_nextgen/modules/ngglegacy/admin/showmeta.php:85 +#: products/photocrati_nextgen/modules/ngglegacy/admin/showmeta.php:109 +msgid "Tag" +msgstr "Tag" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/showmeta.php:35 +#: products/photocrati_nextgen/modules/ngglegacy/admin/showmeta.php:61 +#: products/photocrati_nextgen/modules/ngglegacy/admin/showmeta.php:86 +#: products/photocrati_nextgen/modules/ngglegacy/admin/showmeta.php:110 +msgid "Value" +msgstr "Waarde" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/showmeta.php:49 +msgid "No meta data saved" +msgstr "Geen metadata opgeslagen" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/showmeta.php:55 +msgid "EXIF Data" +msgstr "EXIF Data" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/showmeta.php:74 +msgid "No exif data" +msgstr "Geen exif data" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/showmeta.php:81 +msgid "IPTC Data" +msgstr "IPTC Data" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/showmeta.php:105 +msgid "XMP Data" +msgstr "XMP Data" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/style.php:11 +msgid "(From the theme folder)" +msgstr "(Vanuit de thema map)" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/style.php:43 +msgid "You do not have sufficient permissions to edit templates for this blog." +msgstr "U heeft onvoldoende rechten om templates voor deze blog te bewerken." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/style.php:52 +msgid "CSS file successfully updated" +msgstr "CSS bestand succesvol bijgewerkt" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/style.php:91 +msgid "Activate and use style sheet:" +msgstr "Stylesheet activeren en gebruiken:" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/style.php:111 +msgid "Activate" +msgstr "Activeren" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/style.php:121 +#, php-format +msgid "Editing %s" +msgstr "%s bewerken" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/style.php:123 +#, php-format +msgid "Browsing %s" +msgstr "%s verkennen" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/style.php:133 +msgid "Version" +msgstr "Versie" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/style.php:136 +msgid "" +"Tip : Copy your stylesheet (nggallery.css) to your theme folder, so it will " +"be not lost during a upgrade" +msgstr "" +"Tip : Kopieer uw stylesheet (nggallery.css) naar uw thema map, zodat deze " +"tijdens een upgrade niet verloren gaat" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/style.php:138 +msgid "" +"Your theme contain a NextGEN Gallery stylesheet (nggallery.css), this file " +"will be used" +msgstr "" +"Uw thema bevat een NextGEN Gallery stylesheet (nggallery.css), dit bestand " +"zal gebruikt worden" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/style.php:140 +msgid "" +"Tip No. 2: Use the color picker below to help you find the right color " +"scheme for your gallery!" +msgstr "" +"Tip Nr. 2: Gebruik de kleurenpicker hieronder om u te helpen bij het vinden " +"van het juiste kleurenschema voor uw galerij!" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/style.php:156 +msgid "Update File" +msgstr "Bestand Bijwerken" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/style.php:159 +msgid "If this file were writable you could edit it." +msgstr "U zou dit bestand kunnen bewerken als het schrijfbaar was." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/style.php:164 +msgid "Oops, no such file exists! Double check the name and try again, merci." +msgstr "" +"Oeps, dit bestand bestaat niet! Controleer de naam en probeer opnieuw, merci." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:41 +msgid "Most popular" +msgstr "Meest populair" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:42 +msgid "Least used" +msgstr "Minst gebruikt" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:43 +msgid "Alphabetical" +msgstr "Alfabetisch" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:100 +msgid "Manage image tags" +msgstr "Afbeeldingstags Beheren" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:112 +msgid "Existing Tags" +msgstr "Bestaande Tags" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:116 +msgid "Search tags" +msgstr "Tags zoeken" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:120 +msgid "Go" +msgstr "Gaan" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:125 +msgid "Sort Order:" +msgstr "Sorteervolgorde:" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:160 +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:164 +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:177 +msgid "Previous tags" +msgstr "Vorige tags" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:173 +msgid "Next tags" +msgstr "Volgende tags" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:185 +msgid "Rename Tag" +msgstr "Hernoem Tag" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:193 +msgid "" +"Enter the tag to rename and its new value. You can use this feature to " +"merge tags too. Click \"Rename\" and all posts which use this tag will be " +"updated." +msgstr "" +"Voer de te hernoemen tag en zijn nieuwe waarde in. U kunt deze feature ook " +"gebruiken om tags samen te voegen. Klik \"Hernoemen\" en alle berichten dit " +"deze tag gebruiken zullen worden bijgewerkt." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:194 +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:242 +msgid "You can specify multiple tags to rename by separating them with commas." +msgstr "" +"U kunt meerdere te hernoemen tags opgeven door ze met komma's te scheiden." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:198 +msgid "Tag(s) to rename:" +msgstr "Te hernoemen tag(s):" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:202 +msgid "New tag name(s):" +msgstr "Nieuwe tagnamen:" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:205 +msgid "Rename" +msgstr "Hernoemen" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:211 +msgid "Delete Tag" +msgstr "Tag Verwijderen" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:219 +msgid "" +"Enter the name of the tag to delete. This tag will be removed from all " +"posts." +msgstr "" +"Voer de naam van de te verwijderen tag in. Deze tag zal worden verwijderd " +"van alle berichten." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:220 +msgid "You can specify multiple tags to delete by separating them with commas" +msgstr "" +"U kunt meerdere te verwijderen tags opgeven door ze met komma's te scheiden" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:224 +msgid "Tag(s) to delete:" +msgstr "Te verwijderen tag(s):" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:233 +msgid "Edit Tag Slug" +msgstr "Tag Slug Bewerken" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:241 +msgid "" +"Enter the tag name to edit and its new slug. This will be used in tagcloud " +"links. Slug definition" +msgstr "" +"Voer de te bewerken tagnaam en zijn nieuwe slug in. Deze zal worden gebruikt " +"in tagcloud links. Slug definitie" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:246 +msgid "Tag(s) to match:" +msgstr "Te overeenstemmen tag(s):" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:250 +msgid "Slug(s) to set:" +msgstr "In te stellen slug(s):" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/templates/manage_gallery/gallery_create_page_field.php:3 +msgid "Main Page (no parent)" +msgstr "Hoofdpagina (geen bovenliggende pagina)" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/templates/manage_gallery/gallery_create_page_field.php:10 +msgid "Add page" +msgstr "Pagina toevoegen" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/templates/manage_gallery/gallery_link_to_page_field.php:3 +msgid "Not linked" +msgstr "Niet gelinkt" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/thumbnails-template.php:103 +msgid "These are maximum values" +msgstr "Dit zijn de maximale waarden" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/upgrade.php:61 +msgid "" +"Some folders/files could not renamed, please recheck the permission and " +"rescan the folder in the manage gallery section." +msgstr "" +"Sommige mappen/bestanden konden niet hernoemd worden, controleer de rechten " +"en rescan de map in de galerij beheren sectie." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/upgrade.php:63 +msgid "Rename failed" +msgstr "Hernoemen mislukt" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/upgrade.php:159 +#: products/photocrati_nextgen/modules/ngglegacy/admin/upgrade.php:178 +msgid "Upgrade NextGEN Gallery" +msgstr "Upgrade NextGEN Gallery" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/upgrade.php:160 +msgid "The script detect that you upgrade from a older version." +msgstr "Het script detecteert dat u upgrade van een oudere versie." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/upgrade.php:161 +msgid "" +"Your database tables for NextGEN Gallery is out-of-date, and must be " +"upgraded before you can continue." +msgstr "" +"Uw database tabellen voor NextGEN Gallery zijn verouderd en moeten worden " +"geüpgrade voordat u door kunt gaan." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/upgrade.php:162 +msgid "" +"If you would like to downgrade later, please make first a complete backup of " +"your database and the images." +msgstr "" +"Als u later wilt teruggaan naar een oudere versie, maak dan eerst een " +"volledige back-up van uw database en de afbeeldingen." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/upgrade.php:163 +msgid "The upgrade process may take a while, so please be patient." +msgstr "Het upgradeproces kan even duren, dus heb geduld." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/upgrade.php:164 +msgid "Start upgrade now" +msgstr "Start upgrade nu" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/upgrade.php:180 +msgid "Upgrade finished..." +msgstr "Upgrade beëindigd..." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/upgrade.php:181 +msgid "Continue" +msgstr "Doorgaan" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:33 +msgid "Update successfully" +msgstr "Update succesvol" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:48 +msgid "Network Options" +msgstr "Netwerk Opties" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:56 +msgid "" +"This is the default path for all blogs. With the placeholder %BLOG_ID% you " +"can organize the folder structure better." +msgstr "" +"Dit is het standaard pad voor alle blogs. Met de tijdelijke aanduiding " +"%BLOG_ID% kunt u de mapstructuur beter inrichten." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:57 +#, php-format +msgid "The default setting should be %s" +msgstr "De standaardinstelling zou %s moeten zijn" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:61 +msgid "Enable upload quota check" +msgstr "Upload quota controle inschakelen" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:63 +msgid "Should work if the gallery is bellow the blog.dir" +msgstr "Zou moeten werken als de galerij onder de blog.dir staat" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:67 +msgid "Enable zip upload option" +msgstr "Zip upload optie inschakelen" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:69 +msgid "Allow users to upload zip folders." +msgstr "Gebruikers toestaan zip mappen te uploaden" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:73 +msgid "Enable import function" +msgstr "Importfunctie inschakelen" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:75 +msgid "Allow users to import images folders from the server." +msgstr "" +"Gebruikers toestaan mappen met afbeeldingen van de server te importeren" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:79 +msgid "Enable style selection" +msgstr "Stijlselectie inschakelen" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:81 +msgid "Allow users to choose a style for the gallery." +msgstr "Gebruikers toestaan een stijl voor de galerij te kiezen." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:85 +msgid "Enable roles/capabilities" +msgstr "Rollen/mogelijkheden activeren" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:87 +msgid "Allow users to change the roles for other blog authors." +msgstr "Gebruikers toestaan de rollen van andere blog auteurs te wijzigen." + +#: products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:91 +msgid "Default style" +msgstr "Standaard stijl" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:108 +msgid "Choose the default style for the galleries." +msgstr "Kies de standaard stijl voor de galerijen." + +#: products/photocrati_nextgen/modules/ngglegacy/lib/core.php:410 +#, php-format +msgid "" +"Note : Based on your server memory limit you should not upload larger images " +"then %d x %d pixel" +msgstr "" +"Merk op : Afhankelijk van de geheugenlimiet van uw server kan u geen grotere " +"afbeeldingen dan %d x %d pixels uploaden " + +#: products/photocrati_nextgen/modules/ngglegacy/lib/ngg-db.php:337 +#: products/photocrati_nextgen/modules/ngglegacy/lib/ngg-db.php:338 +msgid "Album overview" +msgstr "Album overzicht" + +#: products/photocrati_nextgen/modules/ngglegacy/lib/post-thumbnail.php:68 +#: products/photocrati_nextgen/modules/ngglegacy/lib/post-thumbnail.php:70 +msgid "Set NextGEN featured image" +msgstr "Uitgelichte NextGEN afbeelding instellen" + +#: products/photocrati_nextgen/modules/ngglegacy/lib/post-thumbnail.php:328 +#: products/photocrati_nextgen/modules/ngglegacy/lib/post-thumbnail.php:329 +msgid "Set featured image" +msgstr "Uitgelichte afbeelding instellen" + +#: products/photocrati_nextgen/modules/ngglegacy/lib/post-thumbnail.php:356 +msgid "Remove featured image" +msgstr "Uitgelichte afbeelding verwijderen" + +#: products/photocrati_nextgen/modules/ngglegacy/lib/rewrite.php:223 +msgid "Album" +msgid_plural "Albums" +msgstr[0] "Album" +msgstr[1] "Albums" + +#: products/photocrati_nextgen/modules/ngglegacy/lib/tags.php:35 +msgid "No new tag specified!" +msgstr "Geen nieuwe tag opgegeven!" + +#: products/photocrati_nextgen/modules/ngglegacy/lib/tags.php:50 +msgid "No new/old valid tag specified!" +msgstr "Geen nieuwe/oude tag opgegeven!" + +#: products/photocrati_nextgen/modules/ngglegacy/lib/tags.php:86 +msgid "No tag renamed." +msgstr "Geen tag hernoemd." + +#: products/photocrati_nextgen/modules/ngglegacy/lib/tags.php:88 +#, php-format +msgid "Renamed tag(s) «%1$s» to «%2$s»" +msgstr "Tag(s) «%1$s» naar «%2$s» hernoemd" + +#: products/photocrati_nextgen/modules/ngglegacy/lib/tags.php:95 +msgid "No valid new tag." +msgstr "Geen geldige nieuwe tag." + +#: products/photocrati_nextgen/modules/ngglegacy/lib/tags.php:112 +msgid "No objects (post/page) found for specified old tags." +msgstr "Geen objecten (bericht/pagina) gevonden voor opgegeven oude tags." + +#: products/photocrati_nextgen/modules/ngglegacy/lib/tags.php:141 +msgid "No tag merged." +msgstr "Geen tag samengevoegd." + +#: products/photocrati_nextgen/modules/ngglegacy/lib/tags.php:143 +#, php-format +msgid "" +"Merge tag(s) «%1$s» to «%2$s». %3$s objects edited." +msgstr "" +"Tag(s) «%1$s» naar «%2$s» samenvoegen. %3$s objecten " +"bewerkt." + +#: products/photocrati_nextgen/modules/ngglegacy/lib/tags.php:146 +msgid "Error. Not enough tags provided to rename or merge." +msgstr "Fout. Niet genoeg tags opgegeven om te hernoemen of samen te voegen." + +#: products/photocrati_nextgen/modules/ngglegacy/lib/tags.php:165 +msgid "No tag specified!" +msgstr "Geen tag opgegeven!" + +#: products/photocrati_nextgen/modules/ngglegacy/lib/tags.php:188 +msgid "No tag deleted." +msgstr "Geen tag verwijderd." + +#: products/photocrati_nextgen/modules/ngglegacy/lib/tags.php:190 +#, php-format +msgid "%1s tag(s) deleted." +msgstr "%1s tag(s) verwijderd." + +#: products/photocrati_nextgen/modules/ngglegacy/lib/tags.php:206 +msgid "No new slug(s) specified!" +msgstr "Geen nieuwe slug(s) opgegeven!" + +#: products/photocrati_nextgen/modules/ngglegacy/lib/tags.php:218 +msgid "Tags number and slugs number isn't the same!" +msgstr "Tagnummer en slugnummer komen niet overeen!" + +#: products/photocrati_nextgen/modules/ngglegacy/lib/tags.php:245 +msgid "No slug edited." +msgstr "Geen slug bewerkt." + +#: products/photocrati_nextgen/modules/ngglegacy/lib/tags.php:247 +#, php-format +msgid "%s slug(s) edited." +msgstr "%s slug(s) bewerkt." + +#: products/photocrati_nextgen/modules/ngglegacy/nggallery.php:64 +msgid "" +"Translation by : See here" +msgstr "" +"Vertaalt door : Kijk hier" + +#: products/photocrati_nextgen/modules/ngglegacy/nggallery.php:65 +msgid "" +"This translation is not yet updated for Version 1.9.0. If " +"you would like to help with translation, download the current po from the " +"plugin folder and read here how you can translate the plugin." +msgstr "" +"Deze vertaling is nog niet bijgewerkt voor Versie 1.9.0. " +"Als u met vertalen wilt helpen, download dan de huidige po van de pluginmap " +"en lees hier hoe u " +"de plugin kunt vertalen." + +#: products/photocrati_nextgen/modules/ngglegacy/nggallery.php:158 +msgid "" +"Sorry, NextGEN Gallery works only with a Memory Limit of 16 MB or higher" +msgstr "" +"Sorry, NexGEN Gallery werkt alleen met een Geheugenlimiet van 16 MB of meer" + +#: products/photocrati_nextgen/modules/ngglegacy/nggallery.php:184 +msgid "Picture tag" +msgstr "Afbeeldingstag" + +#: products/photocrati_nextgen/modules/ngglegacy/nggallery.php:185 +msgid "Picture tag: %2$l." +msgstr "Afbeeldingstag: %2$l." + +#: products/photocrati_nextgen/modules/ngglegacy/nggallery.php:186 +msgid "Separate picture tags with commas." +msgstr "Scheidt afbeeldingstags met komma's." + +#: products/photocrati_nextgen/modules/ngglegacy/nggallery.php:324 +msgid "Get help" +msgstr "Hulp halen" + +#: products/photocrati_nextgen/modules/ngglegacy/nggallery.php:325 +msgid "Contribute" +msgstr "Bijdragen" + +#: products/photocrati_nextgen/modules/ngglegacy/nggfunctions.php:29 +msgid "[Gallery not found]" +msgstr "[Galerij niet gevonden]" + +#: products/photocrati_nextgen/modules/ngglegacy/nggfunctions.php:163 +msgid "Related images for" +msgstr "Gerelateerde afbeeldingen voor" + +#: products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser-exif.php:38 +msgid "Meta data" +msgstr "Metadata" + +#: products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser-exif.php:42 +msgid "Camera / Type" +msgstr "Camera / Type" + +#: products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser-exif.php:50 +msgid "Focal Length" +msgstr "Brandpuntsafstand" + +#: products/photocrati_nextgen/modules/ngglegacy/xml/media-rss.php:50 +msgid "No galleries have been yet created." +msgstr "Er zijn nog geen galerijen aangemaakt." + +#: products/photocrati_nextgen/modules/ngglegacy/xml/media-rss.php:69 +#, php-format +msgid "The gallery ID=%s does not exist." +msgstr "Gallery ID=%s bestaat niet." + +#: products/photocrati_nextgen/modules/ngglegacy/xml/media-rss.php:100 +msgid "No album ID has been provided as parameter" +msgstr "Er is geen album ID als parameter gegeven" + +#: products/photocrati_nextgen/modules/ngglegacy/xml/media-rss.php:108 +#, php-format +msgid "The album ID=%s does not exist." +msgstr "Het album ID=%s bestaat niet." + +#: products/photocrati_nextgen/modules/ngglegacy/xml/media-rss.php:115 +msgid "Invalid MediaRSS command" +msgstr "Ongeldig MediaRSS commando" + +msgid "NextGEN Basic Compact Album" +msgstr "NextGEN Basis Compact Album" + +msgid "NextGEN Basic Extended Album" +msgstr "NextGEN Basis Uitgebreid Album" + +msgid "NextGEN Basic Thumbnails" +msgstr "NextGEN Basis Miniaturen" + +msgid "NextGEN Basic Slideshow" +msgstr "NextGEN Basis Diavoorstelling" + +msgid "NextGEN Basic ImageBrowser" +msgstr "NextGEN Basis AfbeeldingVerkenner" + +msgid "NextGEN Basic Singlepic" +msgstr "NextGEN Basis Singlepic" + +msgid "NextGEN Basic Tagcloud" +msgstr "NextGEN Basis Tagcloud" diff --git a/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/i18n/lang/nggallery-ru_RU.mo b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/i18n/lang/nggallery-ru_RU.mo new file mode 100644 index 0000000000000000000000000000000000000000..fb0346e0b9d5ef910ab920ee0d295e7d52865234 GIT binary patch literal 88111 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 IFucF_e^gm$egFUf literal 0 HcmV?d00001 diff --git a/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/i18n/lang/nggallery-ru_RU.po b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/i18n/lang/nggallery-ru_RU.po new file mode 100644 index 0000000..67c2b69 --- /dev/null +++ b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/i18n/lang/nggallery-ru_RU.po @@ -0,0 +1,3840 @@ +msgid "" +msgstr "" +"Project-Id-Version: NextGEN Gallery\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2014-02-20 19:45-0800\n" +"PO-Revision-Date: Thu May 29 2014 20:55:32 GMT+0400 (Московское время (зима))\n" +"Last-Translator: Начальник \n" +"Language-Team: Photocrati Media\n" +"Language: Russian\n" +"Plural-Forms: nplurals=3; plural=n % 10 == 1 && n % 100 != 11 ? 0 : n % 10 >= 2 " +"&& n % 10 <= 4 && ( n % 100 < 10 || n % 100 >= 20 ) ? 1 : 2\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Poedit-SourceCharset: UTF-8\n" +"X-Poedit-Basepath: .\n" +"X-Poedit-SearchPath-0: ../../../../..\n" +"X-Poedit-KeywordsList: _:1;gettext:1;dgettext:2;ngettext:1,2;dngettext:2,3;__:1;" +"_e:1;_c:1;_n:1,2;_n_noop:1,2;_nc:1,2;__ngettext:1,2;__ngettext_noop:1,2;_x:1,2c;" +"_ex:1,2c;_nx:1,2,4c;_nx_noop:1,2,3c;_n_js:1,2;_nx_js:1,2,3c;esc_attr__:1;" +"esc_html__:1;esc_attr_e:1;esc_html_e:1;esc_attr_x:1,2c;esc_html_x:1,2c;" +"comments_number_link:2,3;t:1;st:1;trans:1;transChoice:1,2\n" +"X-Loco-Target-Locale: ru_RU\n" +"X-Generator: Loco - https://localise.biz/" + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:242 +msgid "Try XHTML validation" +msgstr "" + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:278 +msgid "Rollover / active" +msgstr "" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:145 ../../../../../products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:168 +msgid "Fired" +msgstr "" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:145 ../../../../../products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:168 +msgid "Not fired" +msgstr "" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:452 ../../../../../products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser-exif.php:46 ../../../../../products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:539 +msgid "Aperture" +msgstr "" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:453 ../../../../../products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:478 ../../../../../products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:540 ../../../../../products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:565 +msgid "Credit" +msgstr "" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:464 ../../../../../products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:551 +msgid "Subject" +msgstr "" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:465 ../../../../../products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:552 +msgid "Make" +msgstr "" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:479 ../../../../../products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:566 +msgid "Source" +msgstr "" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:483 ../../../../../products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:570 +msgid "Program tool" +msgstr "" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:323 +msgid "Dismiss" +msgstr "" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:324 +msgid "Crunching…" +msgstr "" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:476 +msgid "Contribute development" +msgstr "" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:1044 +msgid "1 item" +msgid_plural "%s items" +msgstr[0] "" +msgstr[1] "" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:1083 +msgctxt "paging" +msgid "%1$s of %2$s" +msgstr "" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:577 +msgid "With the placeholder" +msgstr "" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:584 +msgid "Thickbox" +msgstr "" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:585 +msgid "Lightbox" +msgstr "" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:586 +msgid "Highslide" +msgstr "" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:587 +msgid "Shutter" +msgstr "" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:668 +msgid "The accessing of URL files is disabled at your server (allow_url_fopen)" +msgstr "" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:683 +msgid "This function will not work, cause you need the FreeType library" +msgstr "" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:696 +msgid "(hex w/o #)" +msgstr "" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:703 +msgid "Opaque" +msgstr "" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:733 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:810 +msgid "Transition / Fade effect" +msgstr "" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:737 +msgid "blindX" +msgstr "" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:738 +msgid "cover" +msgstr "" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:739 +msgid "scrollUp" +msgstr "" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:740 +msgid "scrollDown" +msgstr "" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:741 +msgid "shuffle" +msgstr "" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:742 +msgid "toss" +msgstr "" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:743 +msgid "wipe" +msgstr "" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:749 +msgid "Settings for the JW Image Rotator" +msgstr "" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:758 +msgid "The path to JW Image Rotator is not defined, the slideshow will not work." +msgstr "" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:770 +msgid "Path to the JW Image Rotator (URL)" +msgstr "" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:802 +msgid "true" +msgstr "" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:803 +msgid "false" +msgstr "" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:804 +msgid "fit" +msgstr "" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:814 +msgid "bgfade" +msgstr "" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:815 +msgid "slowfade" +msgstr "" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:818 +msgid "blocks" +msgstr "" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:819 +msgid "fluids" +msgstr "" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:820 +msgid "flash" +msgstr "" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:841 +msgid "Rollover / Active Color" +msgstr "" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:855 +msgid "Try XHTML validation (with CDATA)" +msgstr "" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser-exif.php:42 +msgid "Camera / Type" +msgstr "" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser-exif.php:50 +msgid "Focal Length" +msgstr "" + +#: ../../../../../products/photocrati_nextgen/modules/widget/class.widget_mediarss.php:10 +msgid "NextGEN Media RSS" +msgstr "" + +#: ../../../../../products/photocrati_nextgen/modules/widget/class.widget_mediarss.php:22 +msgid "Media RSS" +msgstr "" + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_other_options/adapter.watermarks_form.php:90 +msgid "Font Family:" +msgstr "" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:454 ../../../../../products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:541 +msgid "Camera" +msgstr "" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:471 ../../../../../products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:558 +msgid "Author Position" +msgstr "" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:317 +msgid "HTTP error." +msgstr "" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:474 +msgid "PHP Safe Mode" +msgstr "" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:475 +msgid "PHP Allow URL fopen" +msgstr "" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:476 +msgid "PHP Memory Limit" +msgstr "" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:477 +msgid "PHP Max Upload Size" +msgstr "" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:478 +msgid "PHP Max Post Size" +msgstr "" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:479 +msgid "PCRE Backtracking Limit" +msgstr "" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:480 +msgid "PHP Max Script Execute Time" +msgstr "" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:481 +msgid "PHP Exif support" +msgstr "" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:482 +msgid "PHP IPTC support" +msgstr "" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:483 +msgid "PHP XML support" +msgstr "" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:309 +msgid "Meta" +msgstr "" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/showmeta.php:74 +msgid "No exif data" +msgstr "" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/showmeta.php:81 +msgid "IPTC Data" +msgstr "" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/showmeta.php:105 +msgid "XMP Data" +msgstr "" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:593 +msgid "Link Code line" +msgstr "" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:666 +msgid "URL to file" +msgstr "" + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_basic_tagcloud/adapter.nextgen_basic_tagcloud_form.php:49 +msgid "The display type that the tagcloud will point its results to" +msgstr "Вид облака тегов" + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:111 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:767 +msgid "Integrate the flash based slideshow for all flash supported devices" +msgstr "" +"Интегрировать Flash-совместимое слайдшоу на всех устройствах поддерживающих " +"Flash." + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/lib/post-thumbnail.php:356 +msgid "Remove featured image" +msgstr "Очистить список популярные изображения" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:135 ../../../../../products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:154 +msgid " mm" +msgstr "mm" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:457 ../../../../../products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:544 +msgid "Copyright" +msgstr "Copyright" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:458 ../../../../../products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:545 +msgid "Focal length" +msgstr "Фокусное расстояние" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:460 ../../../../../products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser-exif.php:54 ../../../../../products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:547 +msgid "Shutter speed" +msgstr "Выдержка" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:473 ../../../../../products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:560 +msgid "Location" +msgstr "Расположение" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:475 ../../../../../products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:562 +msgid "Country code" +msgstr "Код страны" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:476 ../../../../../products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:563 +msgid "Country" +msgstr "Страна" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:477 ../../../../../products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:564 +msgid "Headline" +msgstr "Заголовок" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:480 ../../../../../products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:567 +msgid "Copyright Notice" +msgstr "Заметка об авторском праве" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:466 +msgid "Get help with NextGEN Gallery" +msgstr "Получить помощь сообщества NextGEN Gallery" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:472 +msgid "" +"Support Forums" +msgstr "" +"Форум поддержки" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:496 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:391 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:426 +msgid "Set fix dimension" +msgstr "Откорректировать размер" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:571 +msgid "Alt & Title Text" +msgstr "Заголовок и всплывающая подсказка" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:226 +msgid "" +"Newsfeed could not be loaded. Check the front page to check " +"for updates." +msgstr "" +"Лента новостей не может быть загружена. Проверьте главную " +"страницу для проверки обновлений." + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:370 +msgid "A RSS feed will be added to you blog header. Useful for CoolIris/PicLens" +msgstr "В header сайта будет добавлен RSS Feed, для поддержки CoolIris/PicLens" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:373 +msgid "Activate PicLens/CoolIris support" +msgstr "Активировать поддержку PicLens/CoolIris" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:375 +msgid "" +"When you activate this option, some javascript is added to your site footer. " +"Make sure that wp_footer is called in your theme." +msgstr "" +"При активации этой опции в футер сайта будет добавлен JavaScript. Убедитесь что " +"вызываете метод wp_footer в вашей теме." + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:422 +msgid "These values are maximum values " +msgstr "Эти значения являются максимально допустимыми" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:508 +msgid "" +"0 will display as much as possible based on the width of your theme. Setting " +"normally only required for captions below the images" +msgstr "" +"Установите 0 чтобы отображать на всю ширину. заданную вашей темой сайта." +"Настойка требуется для установки подписи под изображением" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:519 +msgid "Show first" +msgstr "Показать первым" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:525 +msgid "Show ImageBrowser" +msgstr "Показать просмотрщик изображений" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:685 +msgid "You can upload more fonts in the folder nggallery/fonts" +msgstr "Вы можете загрузить больше шрифтов в папку nggallery/fonts\n" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:729 +msgid "Duration time" +msgstr "Длительность" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:730 +msgid "sec." +msgstr "сек." + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:796 +msgid "You can change the logo at the watermark settings" +msgstr "Вы можете изменить лого в настройках водяного знака" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:836 +msgid "Texts / Buttons Color" +msgstr "Цвет текста/кнопок" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:851 +msgid "Background music (URL)" +msgstr "Фоновая музыка (URL)" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:857 +msgid "Important : Could causes problem at some browser. Please recheck your page." +msgstr "" +"Важно: Может вызывать проблемы в некоторых браузерах. Пожалуйста, проверяйте " +"результат." + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:11 +msgid "NextGEN Gallery" +msgstr "NextGEN Галерея" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:241 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/manage-sort.php:113 +msgid "Alt/Title text" +msgstr "Текст подсказки" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:282 +msgid "Use as featured image" +msgstr "Использовать в качестве популярных изображений" + +#: ../../../../../nggallery.php:290 +msgid "Every %d seconds" +msgstr "Каждые %d секунд" + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_basic_templates/adapter.nextgen_basic_template_form.php:46 +msgid "Template" +msgstr "Шаблон" + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_basic_templates/adapter.nextgen_basic_template_form.php:47 +msgid "Use a legacy template when rendering (not recommended)." +msgstr "Использовать шаблон при отображении(не рекомендуется)." + +#: ../../../../../products/photocrati_nextgen/modules/attach_to_post/adapter.attach_to_post_ajax.php:157 +msgid "Album: %s" +msgstr "Альбом: %s" + +#: ../../../../../products/photocrati_nextgen/modules/attach_to_post/adapter.attach_to_post_ajax.php:159 +msgid "Gallery: %s" +msgstr "Галерея: %s" + +#: ../../../../../products/photocrati_nextgen/modules/attach_to_post/adapter.attach_to_post_ajax.php:177 +msgid "Missing parameters" +msgstr "Пропущены параметры" + +#: ../../../../../products/photocrati_nextgen/modules/attach_to_post/adapter.attach_to_post_ajax.php:213 +msgid "Displayed gallery does not exist" +msgstr "Просматриваемая галерея не существует" + +#: ../../../../../products/photocrati_nextgen/modules/attach_to_post/adapter.attach_to_post_ajax.php:216 +msgid "Invalid request" +msgstr "Неверный запрос" + +#: ../../../../../products/photocrati_nextgen/modules/attach_to_post/module.attach_to_post.php:192 +msgid "Invalid Displayed Gallery" +msgstr "Повреждённая галерея" + +#: ../../../../../products/photocrati_nextgen/modules/attach_to_post/mixin.attach_to_post_display_tab.php:115 +msgid "What would you like to display?" +msgstr "Что вы хотите отображать?" + +#: ../../../../../products/photocrati_nextgen/modules/attach_to_post/mixin.attach_to_post_display_tab.php:139 +msgid "Select a display type" +msgstr "Выберите вариант отображения" + +#: ../../../../../products/photocrati_nextgen/modules/attach_to_post/mixin.attach_to_post_display_tab.php:162 +msgid "Customize the display settings" +msgstr "Изменить настройки отображения" + +#: ../../../../../products/photocrati_nextgen/modules/attach_to_post/mixin.attach_to_post_display_tab.php:253 +msgid "No display type selected" +msgstr "Вид отображения не выбран" + +#: ../../../../../products/photocrati_nextgen/modules/attach_to_post/mixin.attach_to_post_display_tab.php:271 +msgid "Sort or Exclude Images" +msgstr "Упорядочить или исключить изображения" + +#: ../../../../../products/photocrati_nextgen/modules/attach_to_post/class.attach_controller.php:248 +msgid "NextGEN Gallery - Attach To Post" +msgstr "NextGEN Gallery - Вложение к записи" + +#: ../../../../../products/photocrati_nextgen/modules/attach_to_post/class.attach_controller.php:266 +msgid "Display Galleries" +msgstr "Вид галереи" + +#: ../../../../../products/photocrati_nextgen/modules/attach_to_post/class.attach_controller.php:273 ../../../../../products/photocrati_nextgen/modules/nextgen_addgallery_page/adapter.nextgen_addgallery_controller.php:7 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:188 +msgid "Add Gallery / Images" +msgstr "Добавить галерею/Изображения" + +#: ../../../../../products/photocrati_nextgen/modules/attach_to_post/class.attach_controller.php:280 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:156 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:156 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:190 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:168 +msgid "Manage Galleries" +msgid_plural "Manage Galleries" +msgstr[0] "Управление галереями" +msgstr[1] "" + +#: ../../../../../products/photocrati_nextgen/modules/attach_to_post/class.attach_controller.php:287 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/album.php:404 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:157 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:157 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:192 +msgid "Manage Albums" +msgid_plural "Manage Albums" +msgstr[0] "Управление альбомами" +msgstr[1] "Управление альбомами" + +#: ../../../../../products/photocrati_nextgen/modules/attach_to_post/class.attach_controller.php:294 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:158 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:158 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:194 +msgid "Manage Tags" +msgstr "Теги" + +#: ../../../../../products/photocrati_nextgen/modules/attach_to_post/templates/display_tab_js.php:615 +msgid "Sources" +msgstr "Источник" + +#: ../../../../../products/photocrati_nextgen/modules/attach_to_post/templates/display_tab_js.php:649 ../../../../../products/photocrati_nextgen/modules/nextgen_admin/class.form.php:366 +msgid "(optional)" +msgstr "(необязательно)" + +#: ../../../../../products/photocrati_nextgen/modules/attach_to_post/templates/display_tab_js.php:657 +msgid "" +"Sets an SEO-friendly name to this gallery for URLs. Currently only in use by " +"the Pro Lightbox." +msgstr "" +"Укажите SEO-направленное имя галереи которое будет отображаться в качестве " +"ссылки на галерею" + +#: ../../../../../products/photocrati_nextgen/modules/attach_to_post/templates/display_tab_js.php:658 +msgid "Slug" +msgstr "Постоянная ссылка" + +#: ../../../../../products/photocrati_nextgen/modules/attach_to_post/templates/display_tab_js.php:863 +msgid "No entities to display for this source." +msgstr "Нет элементов для отображения источника" + +#: ../../../../../products/photocrati_nextgen/modules/attach_to_post/templates/display_tab_js.php:1274 +msgid "Select a gallery" +msgstr "Выберите галерею" + +#: ../../../../../products/photocrati_nextgen/modules/attach_to_post/templates/display_tab_js.php:1278 +msgid "Galleries" +msgstr "Галереи" + +#: ../../../../../products/photocrati_nextgen/modules/attach_to_post/templates/display_tab_js.php:1302 +msgid "Albums" +msgstr "Альбомы" + +#: ../../../../../products/photocrati_nextgen/modules/attach_to_post/templates/display_tab.php:10 ../../../../../products/photocrati_nextgen/modules/nextgen_admin/templates/nextgen_admin_page.php:25 +msgid "Save" +msgstr "Сохранить" + +#: ../../../../../products/photocrati_nextgen/modules/widget/class.widget_mediarss.php:9 +msgid "Widget that displays Media RSS links for NextGEN Gallery." +msgstr "Виджет для отображения Media RSS ссылки для NextGEN Gallery.\n" + +#: ../../../../../products/photocrati_nextgen/modules/widget/class.widget_mediarss.php:23 +msgid "Link to the main image feed" +msgstr "Ссылка на главное изображение новости" + +#: ../../../../../products/photocrati_nextgen/modules/widget/class.widget_mediarss.php:93 ../../../../../products/photocrati_nextgen/modules/ngglegacy/view/gallery.php:32 ../../../../../products/photocrati_nextgen/modules/ngglegacy/view/gallery-caption.php:32 +msgid "[View with PicLens]" +msgstr "[Смотреть с PicLens]" + +#: ../../../../../products/photocrati_nextgen/modules/widget/class.widget_slideshow.php:7 +msgid "Show a NextGEN Gallery Slideshow" +msgstr "Показать NextGEN Gallery слайдшоу" + +#: ../../../../../products/photocrati_nextgen/modules/widget/class.widget_slideshow.php:8 +msgid "NextGEN Slideshow" +msgstr "NextGEN слайдшоу" + +#: ../../../../../products/photocrati_nextgen/modules/widget/class.widget_slideshow.php:76 ../../../../../products/photocrati_nextgen/modules/ngglegacy/lib/rewrite.php:215 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:321 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:521 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:721 +msgid "Slideshow" +msgstr "Слайдшоу" + +#: ../../../../../products/photocrati_nextgen/modules/widget/class.widget_gallery.php:7 +msgid "Add recent or random images from the galleries" +msgstr "Добавить последние или случайные изображения из галерей" + +#: ../../../../../products/photocrati_nextgen/modules/widget/class.widget_gallery.php:8 +msgid "NextGEN Widget" +msgstr "NextGEN виджет" + +#: ../../../../../products/photocrati_nextgen/modules/widget/templates/form_slideshow.php:3 ../../../../../products/photocrati_nextgen/modules/widget/templates/form_gallery.php:4 ../../../../../products/photocrati_nextgen/modules/widget/templates/form_mediarss.php:3 ../../../../../products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:461 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/album.php:678 ../../../../../products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:548 +msgid "Title" +msgstr "Заголовок" + +#: ../../../../../products/photocrati_nextgen/modules/widget/templates/form_slideshow.php:15 +msgid "Select Gallery" +msgstr "Выберите галерею" + +#: ../../../../../products/photocrati_nextgen/modules/widget/templates/form_slideshow.php:23 +msgid "All images" +msgstr "Все изображения" + +#: ../../../../../products/photocrati_nextgen/modules/widget/templates/form_slideshow.php:40 ../../../../../products/photocrati_nextgen/modules/nextgen_basic_singlepic/adapter.nextgen_basic_singlepic_form.php:40 ../../../../../products/photocrati_nextgen/modules/nextgen_basic_singlepic/templates/nextgen_basic_singlepic_settings_dimensions.php:20 ../../../../../products/photocrati_nextgen/modules/nextgen_basic_gallery/templates/slideshow/nextgen_basic_slideshow_settings_gallery_dimensions.php:23 +msgid "Height" +msgstr "Высота" + +#: ../../../../../products/photocrati_nextgen/modules/widget/templates/form_slideshow.php:52 ../../../../../products/photocrati_nextgen/modules/nextgen_basic_singlepic/adapter.nextgen_basic_singlepic_form.php:38 ../../../../../products/photocrati_nextgen/modules/nextgen_basic_singlepic/templates/nextgen_basic_singlepic_settings_dimensions.php:13 ../../../../../products/photocrati_nextgen/modules/nextgen_basic_gallery/templates/slideshow/nextgen_basic_slideshow_settings_gallery_dimensions.php:15 +msgid "Width" +msgstr "Ширина" + +#: ../../../../../products/photocrati_nextgen/modules/widget/templates/form_gallery.php:15 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:229 +msgid "Show" +msgstr "Показать" + +#: ../../../../../products/photocrati_nextgen/modules/widget/templates/form_gallery.php:26 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:316 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:520 +msgid "Thumbnails" +msgstr "Миниатюры" + +#: ../../../../../products/photocrati_nextgen/modules/widget/templates/form_gallery.php:29 +msgid "Original images" +msgstr "Оригинальные изображения" + +#: ../../../../../products/photocrati_nextgen/modules/widget/templates/form_gallery.php:42 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:822 +msgid "random" +msgstr "случайно" + +#: ../../../../../products/photocrati_nextgen/modules/widget/templates/form_gallery.php:50 +msgid "recently added" +msgstr "последние добавленные" + +#: ../../../../../products/photocrati_nextgen/modules/widget/templates/form_gallery.php:62 +msgid "Enable IE8 Web Slices" +msgstr "Включить IE8 веб-фрагменты" + +#: ../../../../../products/photocrati_nextgen/modules/widget/templates/form_gallery.php:68 +msgid "Width x Height" +msgstr "Ширина х Высота" + +#: ../../../../../products/photocrati_nextgen/modules/widget/templates/form_gallery.php:87 +msgid "Select" +msgstr "Выбрать" + +#: ../../../../../products/photocrati_nextgen/modules/widget/templates/form_gallery.php:92 +msgid "All galleries" +msgstr "Все галереи" + +#: ../../../../../products/photocrati_nextgen/modules/widget/templates/form_gallery.php:95 +msgid "Only which are not listed" +msgstr "Только которые не в списке" + +#: ../../../../../products/photocrati_nextgen/modules/widget/templates/form_gallery.php:98 +msgid "Only which are listed" +msgstr "Только которые в списке" + +#: ../../../../../products/photocrati_nextgen/modules/widget/templates/form_gallery.php:107 +msgid "Gallery ID" +msgstr "ID галереи" + +#: ../../../../../products/photocrati_nextgen/modules/widget/templates/form_gallery.php:114 +msgid "Gallery IDs, separated by commas." +msgstr "ID'ы галерей, через запятую" + +#: ../../../../../products/photocrati_nextgen/modules/widget/templates/form_mediarss.php:19 +msgid "Show Media RSS icon" +msgstr "Показывать Media RSS иконку" + +#: ../../../../../products/photocrati_nextgen/modules/widget/templates/form_mediarss.php:30 +msgid "Show the Media RSS link" +msgstr "Показывать Media RSS ссылку" + +#: ../../../../../products/photocrati_nextgen/modules/widget/templates/form_mediarss.php:36 +msgid "Text for Media RSS link" +msgstr "Текс для RSS ссылки" + +#: ../../../../../products/photocrati_nextgen/modules/widget/templates/form_mediarss.php:47 +msgid "Tooltip text for Media RSS link" +msgstr "Всплывающая подсказка для RSS ссылки" + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_basic_singlepic/adapter.nextgen_basic_singlepic_form.php:37 ../../../../../products/photocrati_nextgen/modules/nextgen_admin/class.form.php:248 +msgid "Thumbnail dimensions" +msgstr "Размер эскизов" + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_basic_singlepic/adapter.nextgen_basic_singlepic_form.php:53 +msgid "Link" +msgstr "Ссылка" + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_basic_singlepic/adapter.nextgen_basic_singlepic_form.php:66 ../../../../../products/photocrati_nextgen/modules/nextgen_admin/class.form.php:320 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:456 +msgid "Image quality" +msgstr "Качество изображения" + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_basic_singlepic/adapter.nextgen_basic_singlepic_form.php:78 +msgid "Display watermark" +msgstr "Показывать водяной знак" + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_basic_singlepic/adapter.nextgen_basic_singlepic_form.php:88 +msgid "Display reflection" +msgstr "Отражение" + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_basic_singlepic/adapter.nextgen_basic_singlepic_form.php:98 +msgid "Crop thumbnail" +msgstr "Обрезать эскизы" + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_basic_singlepic/adapter.nextgen_basic_singlepic_form.php:108 +msgid "Float" +msgstr "Положение" + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_basic_singlepic/adapter.nextgen_basic_singlepic_form.php:110 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/publish.php:47 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:583 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:252 +msgid "None" +msgstr "Нет" + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_basic_singlepic/adapter.nextgen_basic_singlepic_form.php:111 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/publish.php:49 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:254 +msgid "Left" +msgstr "Слева" + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_basic_singlepic/adapter.nextgen_basic_singlepic_form.php:112 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/publish.php:53 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:258 +msgid "Right" +msgstr "Справа" + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_basic_singlepic/templates/nextgen_basic_singlepic_settings_radio.php:16 ../../../../../products/photocrati_nextgen/modules/nextgen_admin/templates/field_generator/nextgen_settings_field_radio.php:16 ../../../../../products/photocrati_nextgen/modules/nextgen_other_options/adapter.miscellaneous_form.php:24 ../../../../../products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:122 ../../../../../products/photocrati_nextgen/modules/nextgen_other_options/templates/image_options_tab.php:40 ../../../../../products/photocrati_nextgen/modules/nextgen_other_options/templates/image_options_tab.php:65 ../../../../../products/photocrati_nextgen/modules/nextgen_other_options/templates/image_options_tab.php:191 ../../../../../products/photocrati_nextgen/modules/nextgen_other_options/templates/thumbnail_options_tab.php:37 ../../../../../products/photocrati_nextgen/modules/nextgen_other_options/templates/styling_tab.php:10 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:411 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:458 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:461 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:464 +msgid "Yes" +msgstr "Да" + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_basic_singlepic/templates/nextgen_basic_singlepic_settings_radio.php:24 ../../../../../products/photocrati_nextgen/modules/nextgen_admin/templates/field_generator/nextgen_settings_field_radio.php:24 ../../../../../products/photocrati_nextgen/modules/nextgen_other_options/adapter.miscellaneous_form.php:23 ../../../../../products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:123 ../../../../../products/photocrati_nextgen/modules/nextgen_other_options/templates/image_options_tab.php:47 ../../../../../products/photocrati_nextgen/modules/nextgen_other_options/templates/image_options_tab.php:72 ../../../../../products/photocrati_nextgen/modules/nextgen_other_options/templates/image_options_tab.php:198 ../../../../../products/photocrati_nextgen/modules/nextgen_other_options/templates/thumbnail_options_tab.php:44 ../../../../../products/photocrati_nextgen/modules/nextgen_other_options/templates/styling_tab.php:13 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:413 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:459 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:462 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:465 +msgid "No" +msgstr "Нет" + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_settings/class.nextgen_settings_installer.php:42 +msgid "Related Images" +msgstr "Связанные изображения" + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_settings/class.nextgen_settings_installer.php:62 +msgid "[Show slideshow]" +msgstr "[Показать слайдшоу]" + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_settings/class.nextgen_settings_installer.php:63 +msgid "[Show thumbnails]" +msgstr "[Показать эскизы]" + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_addgallery_page/adapter.import_folder_form.php:7 ../../../../../products/photocrati_nextgen/modules/nextgen_addgallery_page/templates/import_folder.php:6 +msgid "Import Folder" +msgstr "Импортировать папку" + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_addgallery_page/adapter.upload_images_form.php:7 +msgid "Upload Images" +msgstr "Загрузить изображения" + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_addgallery_page/adapter.nextgen_addgallery_ajax.php:43 +msgid "No gallery name specified" +msgstr "Имя галереи не указано" + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_addgallery_page/adapter.nextgen_addgallery_ajax.php:57 +msgid "Failed to extract images from ZIP" +msgstr "Ошибка при извлечении изображений из ZIP" + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_addgallery_page/adapter.nextgen_addgallery_ajax.php:63 +msgid "Image generation failed" +msgstr "Создание изображение не удалось" + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_addgallery_page/adapter.nextgen_addgallery_ajax.php:73 ../../../../../products/photocrati_nextgen/modules/nextgen_addgallery_page/adapter.nextgen_addgallery_ajax.php:160 +msgid "An unexpected error occured." +msgstr "Произошла неизвестная ошибка" + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_addgallery_page/adapter.nextgen_addgallery_ajax.php:80 +msgid "" +"No permissions to upload images. Try refreshing the page or ensuring that your " +"user account has sufficient roles/privileges." +msgstr "" +"Недостаточно прав для загрузки изображений! Попробуйте обновить страницу или " +"убедитесь что ваш аккаунт имеет права на запись в папку" + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_addgallery_page/adapter.nextgen_addgallery_ajax.php:123 +msgid "Directory does not exist." +msgstr "Папка не существует" + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_addgallery_page/adapter.nextgen_addgallery_ajax.php:127 +msgid "No directory specified." +msgstr "Папка не указана" + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_addgallery_page/adapter.nextgen_addgallery_ajax.php:131 +msgid "" +"No permissions to browse folders. Try refreshing the page or ensuring that your " +"user account has sufficient roles/privileges." +msgstr "" +"Недостаточно прав для просмотра папок. Обновите страницу и убедитесь что у вас " +"достаточно прав для просмотра папок" + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_addgallery_page/adapter.nextgen_addgallery_ajax.php:165 +msgid "No folder specified" +msgstr "Папка не указана" + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_addgallery_page/adapter.nextgen_addgallery_ajax.php:169 +msgid "" +"No permissions to import folders. Try refreshing the page or ensuring that your " +"user account has sufficient roles/privileges." +msgstr "" +"Недостаточно прав для импорта папок. Попробуйте обновить страницу и убедитесь " +"что ваш аккаунт имеет соответствующие привилегии." + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_addgallery_page/templates/import_folder.php:1 +msgid "" +"Select a folder to import. The folder name will be used as the title of the " +"gallery." +msgstr "" +"Выберите папку для импорта. Имя папки будет назначено в качестве заголовка " +"галереи" + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_addgallery_page/templates/import_folder.php:5 +msgid "Keep images in original location." +msgstr "Оставлять изображения в исходной папке" + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_addgallery_page/templates/import_folder.php:5 +msgid "" +"Caution: If you keep images in the original folder and later delete the gallery," +" the images in that folder might be deleted depending on your settings." +msgstr "" +"Осторожно! Если поставить эту галочку то при удалении галереи все её " +"изображения удалятся выбранной из папки!" + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_addgallery_page/templates/import_folder.php:39 +msgid "Importing gallery" +msgstr "Импортирование галереи" + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_addgallery_page/templates/import_folder.php:41 +msgid "In Progress..." +msgstr "В процессе..." + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_addgallery_page/templates/import_folder.php:56 +msgid "Done! Successfully imported %s images" +msgstr "Завершено! Успешно импортировано %s изображений" + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_addgallery_page/templates/upload_images.php:2 ../../../../../products/photocrati_nextgen/modules/ngglegacy/lib/rewrite.php:217 ../../../../../products/photocrati_nextgen/modules/ngglegacy/lib/rewrite.php:226 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:814 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:154 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:154 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:167 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:167 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:185 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:454 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:511 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:286 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:457 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:314 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:318 +msgid "Gallery" +msgid_plural "Galleries" +msgstr[0] "Галерея" +msgstr[1] "Галереи" + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_addgallery_page/templates/upload_images.php:4 +msgid "Create a new gallery" +msgstr "Создать новую галерею" + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_addgallery_page/templates/upload_images.php:13 +msgid "You browser doesn't have Flash, Silverlight, HTML5, or HTML4 support." +msgstr "" +"Ваш браузер не поддерживает ни одну из технологий: Flash, Silverlight, HTML5, " +"или HTML4." + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_addgallery_page/templates/upload_images.php:99 +msgid "Drag image and ZIP files here or click Add Files" +msgstr "" +"Перетащите изображения или ZIP папку сюда, либо нажмите Добавить " +"файлы" + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_addgallery_page/templates/upload_images.php:149 +msgid "%s images were uploaded successfully" +msgstr "%s изоражений успешно загружено" + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_addgallery_page/templates/upload_images.php:152 +msgid "1 image was uploaded successfully" +msgstr "1 изображение успешно загружено" + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_addgallery_page/templates/upload_images.php:155 +msgid "0 images were uploaded" +msgstr "0 изображений было загружено" + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_addgallery_page/templates/upload_images.php:169 +msgid "Upload complete" +msgstr "Загрузка завершена" + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_addgallery_page/templates/upload_images.php:191 +msgid "" +"An unexpected error occured. This is most likely due to a server " +"misconfiguration. Check your PHP error log or ask your hosting provider for " +"assistance." +msgstr "" +"Неизвестная ошибка! Обычно это возникает из-за неправильной конфигурации " +"сервера. Проверьте ваш журнал PHP ошибок или попросите помощи у вашего хостинг " +"провайдера" + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_basic_album/mixin.nextgen_basic_album_form.php:25 +msgid "Display galleries as" +msgstr "Отображать галереи как" + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_basic_album/mixin.nextgen_basic_album_form.php:26 +msgid "How would you like galleries to be displayed?" +msgstr "Как вы хотите чтобы отображались галереи?" + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_basic_album/mixin.nextgen_basic_album_form.php:28 +msgid "Galleries per page" +msgstr "Галлерей на страницу" + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_basic_album/mixin.nextgen_basic_album_form.php:47 +msgid "Items per page" +msgstr "Изображений на страницу" + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_basic_album/mixin.nextgen_basic_album_form.php:48 +msgid "Maximum number of galleries or sub-albums to appear on a single page" +msgstr "Максимальное кол-во галерей или вложенных альбомов на страницу" + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_basic_album/templates/extended.php:15 ../../../../../products/photocrati_nextgen/modules/nextgen_basic_album/templates/compact.php:29 ../../../../../products/photocrati_nextgen/modules/ngglegacy/view/album-compact.php:45 ../../../../../products/photocrati_nextgen/modules/ngglegacy/view/album-extend.php:31 +msgid "Photos" +msgstr "Фото" + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_admin/class.nextgen_admin_page_controller.php:100 +msgid "Clear" +msgstr "Очистить" + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_admin/class.nextgen_admin_page_controller.php:101 +msgid "Default" +msgstr "По умолчанию" + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_admin/class.nextgen_admin_page_controller.php:102 +msgid "Select Color" +msgstr "Выберите цвет" + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_admin/class.nextgen_admin_page_controller.php:103 +msgid "Current Color" +msgstr "Текущий цвет" + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_admin/class.nextgen_admin_page_controller.php:174 +msgid "Saved successfully" +msgstr "Успешно сохранено" + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_admin/class.form.php:226 ../../../../../products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_thumbnail_form.php:167 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:537 +msgid "Enable AJAX pagination" +msgstr "Переключение страниц через AJAX" + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_admin/class.form.php:238 +msgid "Override thumbnail settings" +msgstr "Переопределить настройки эскизов" + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_admin/class.form.php:240 +msgid "" +"This does not affect existing thumbnails; overriding the thumbnail settings " +"will create an additional set of thumbnails. To change the size of existing " +"thumbnails please visit 'Manage Galleries' and choose 'Create new thumbnails' " +"for all images in the gallery." +msgstr "" +"Это не влияет на существующие эскизы; переопределение параметров эскизов " +"создаст дополнительный набор миниатюр. Чтобы изменить размер существующих " +"эскизов пожалуйста, зайдите в 'Управление галереями' и выберите 'Создать новые " +"эскизы' для всех изображений в галерее." + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_admin/class.form.php:274 +msgid "Thumbnail crop" +msgstr "Обрезка миниатюр" + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_admin/class.form.php:310 +msgid "Override image settings" +msgstr "Переопределить настройки изображений" + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_admin/class.form.php:312 +msgid "Overriding the image settings will create an additional set of images" +msgstr "Переопределине настроек изображений создаст дополнительный набор изображений" + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_admin/class.form.php:330 +msgid "Image crop" +msgstr "Обрезать" + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_admin/class.form.php:339 +msgid "Image watermark" +msgstr "Водяной знак" + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_admin/class.form.php:363 +msgid "Gallery width" +msgstr "Ширина галереи" + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_admin/class.form.php:365 +msgid "An empty or 0 setting will make the gallery full width" +msgstr "Пустое или 0 значение установить полную ширину изображения" + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_admin/class.form.php:369 +msgid "Pixels" +msgstr "Пиксели" + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_admin/class.form.php:369 +msgid "Percent" +msgstr "Проценты" + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_admin/class.form.php:378 +msgid "First Image" +msgstr "Первое изображение" + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_admin/class.form.php:379 +msgid "Average" +msgstr "Средний" + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_other_options/module.nextgen_other_options.php:39 ../../../../../products/photocrati_nextgen/modules/nextgen_other_options/adapter.other_options_controller.php:22 +msgid "Other Options" +msgstr "Прочие настройки" + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_other_options/adapter.watermarks_form.php:12 +msgid "Watermarks" +msgstr "Водяной знак" + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_other_options/adapter.watermarks_form.php:41 +msgid "Using an Image" +msgstr "Накладывать изображение" + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_other_options/adapter.watermarks_form.php:42 +msgid "Using Text" +msgstr "Накладывать текст" + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_other_options/adapter.watermarks_form.php:69 +msgid "An absolute or relative (to the site document root) file system path" +msgstr "Абсолютная или относительная ссылка (к корневой папке сайта) в файловой системе" + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_other_options/adapter.watermarks_form.php:71 +msgid "" +"An absolute or relative (to the site document root) file system path or an HTTP " +"url" +msgstr "Абсолютный или относительный (к главной папке сайта) путь к файлу или HTTP url" + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_other_options/adapter.watermarks_form.php:74 +msgid "Image URL:" +msgstr "URL изображения:" + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_other_options/adapter.watermarks_form.php:92 +msgid "Font Size:" +msgstr "Размер шрифта:" + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_other_options/adapter.watermarks_form.php:94 +msgid "Font Color:" +msgstr "Цвет шрифта:" + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_other_options/adapter.watermarks_form.php:97 +msgid "Text:" +msgstr "Текст:" + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_other_options/adapter.watermarks_form.php:99 +msgid "Opacity:" +msgstr "Непрозрачный:" + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_other_options/adapter.watermarks_form.php:126 +msgid "" +"Please note: You can only activate the watermark under Manage Gallery. This " +"action cannot be undone." +msgstr "" +"Обратите внимание: Вы можете активировать водяной знак в Управлении галереями. " +"Это действие нельзя отменить" + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_other_options/adapter.watermarks_form.php:127 +msgid "How will you generate a watermark?" +msgstr "Тип водяного знака" + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_other_options/adapter.watermarks_form.php:131 +msgid "Position:" +msgstr "Расположение:" + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_other_options/adapter.watermarks_form.php:133 +msgid "Offset:" +msgstr "Смещение:" + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_other_options/adapter.watermarks_form.php:136 ../../../../../products/photocrati_nextgen/modules/nextgen_other_options/adapter.styles_form.php:23 +msgid "(Show Customization Options)" +msgstr "(Дополнительно)" + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_other_options/adapter.watermarks_form.php:137 ../../../../../products/photocrati_nextgen/modules/nextgen_other_options/adapter.styles_form.php:24 +msgid "(Hide Customization Options)" +msgstr "(Скрыть доп. настройки)" + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_other_options/adapter.watermarks_form.php:139 +msgid "Preview of saved settings:" +msgstr "Предпросмотр:" + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_other_options/adapter.watermarks_form.php:140 +msgid "Refresh preview image" +msgstr "Обновить мини-картинки" + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_other_options/adapter.lightbox_manager_form.php:12 +msgid "Lightbox Effects" +msgstr "Эффекты Lightbox" + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_other_options/adapter.lightbox_manager_form.php:38 +msgid "What effect would you like to use?" +msgstr "Какой эффект использовать?" + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_other_options/adapter.roles_form.php:7 +msgid "Roles & Capabilities" +msgstr "Распределение привилегий" + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_other_options/adapter.miscellaneous_form.php:12 +msgid "Miscellaneous" +msgstr "Прочие настройки" + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_other_options/adapter.miscellaneous_form.php:21 +msgid "Add MediaRSS link?" +msgstr "Добавлять ссылку RSS?" + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_other_options/adapter.miscellaneous_form.php:22 +msgid "" +"When enabled, adds a MediaRSS link to your header. Third-party web services can " +"use this to publish your galleries" +msgstr "" +"Если эта функция включена, добавляется ссылка MediaRSS в заголовок страницы. " +"Сторонние веб-сервисы могут использовать это для публикации ваших галерей" + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_other_options/adapter.miscellaneous_form.php:26 +msgid "Clear image cache" +msgstr "Очистить кеш изображений" + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_other_options/adapter.miscellaneous_form.php:27 +msgid "" +"Completely clear the NextGEN cache of all image modifications?\n" +"\n" +"Choose [Cancel] to Stop, [OK] to proceed." +msgstr "" +"Полностью очистить кеш всех галерей?\n" +"\n" +"\n" +"Нажмите [Отмена] для отмены, [OK] для очистки.\n" + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_other_options/adapter.miscellaneous_form.php:32 +msgid "Permalink slug" +msgstr "Постоянная ссылка" + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_other_options/adapter.miscellaneous_form.php:39 +msgid "Maximum image count" +msgstr "Максимальное количество изображений" + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_other_options/adapter.miscellaneous_form.php:41 +msgid "" +"This is the maximum limit of images that NextGEN will restrict itself to " +"querying" +msgstr "Максимальное кол-во изображений которые NextGEN будет выводить при запросе" + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_other_options/adapter.reset_form.php:7 +msgid "Reset Options" +msgstr "Сбросить настройки" + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_other_options/adapter.reset_form.php:15 +msgid "Reset all options to default settings" +msgstr "Сбросить настройки на стандартные?" + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_other_options/adapter.reset_form.php:16 +msgid "Replace all existing options and gallery options with their default settings" +msgstr "Заменяет все текущие настройки на стандартные" + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_other_options/adapter.reset_form.php:17 +msgid "Reset settings" +msgstr "Сбросить настройки" + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_other_options/adapter.reset_form.php:18 +msgid "" +"Reset all options to default settings?\n" +"\n" +"Choose [Cancel] to Stop, [OK] to proceed." +msgstr "" +"Сбросить все параметры на стандартные?\n" +"\n" +"\n" +"Выберите [Отмена] для отмены или [Ok] для сброса" + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_other_options/adapter.styles_form.php:12 +msgid "Styles" +msgstr "Стили" + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_other_options/adapter.styles_form.php:18 +msgid "Enable custom CSS" +msgstr "Включить пользовательские стили CSS" + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_other_options/adapter.styles_form.php:20 +msgid "What stylesheet would you like to use?" +msgstr "Какой стиль вы хотите использовать?" + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_other_options/adapter.styles_form.php:25 +msgid "File Content:" +msgstr "Содержимое файла:" + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_other_options/adapter.styles_form.php:26 +msgid "Changes you make to the contents will be saved to" +msgstr "Изменения в этом поле будут сохранены в " + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_other_options/adapter.styles_form.php:27 +msgid "You could edit this file if it were writable" +msgstr "Вы можете изменить этот файл если он доступен для записи" + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_other_options/adapter.thumbnail_options_form.php:12 +msgid "Thumbnail Options" +msgstr "Параметры миниатюр" + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_other_options/adapter.thumbnail_options_form.php:20 +msgid "Default thumbnail dimensions:" +msgstr "Размер эскиза по умолчанию" + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_other_options/adapter.thumbnail_options_form.php:21 +msgid "When generating thumbnails, what image dimensions do you desire?" +msgstr "Размер при создании эскизов" + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_other_options/adapter.thumbnail_options_form.php:24 +msgid "Set fix dimension?" +msgstr "Фиксированный размер" + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_other_options/adapter.thumbnail_options_form.php:25 +msgid "Ignore the aspect ratio, no portrait thumbnails?" +msgstr "Игнорировать соотношение сторон" + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_other_options/adapter.thumbnail_options_form.php:27 +msgid "Adjust Thumbnail Quality?" +msgstr "Качество эскизов" + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_other_options/adapter.thumbnail_options_form.php:28 +msgid "When generating thumbnails, what image quality do you desire?" +msgstr "Качество изображений эскизов" + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_other_options/adapter.thumbnail_options_form.php:30 +msgid "Size List" +msgstr "Список размеров" + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_other_options/adapter.thumbnail_options_form.php:31 +msgid "List of default sizes used for thumbnails and images" +msgstr "Список размеров используется при отображении эскизов галереи" + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:12 +msgid "Image Options" +msgstr "Настройки изображений" + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:22 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/thumbnails-template.php:76 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:588 +msgid "Custom" +msgstr "Пользовательский" + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:23 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:549 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/manage-sort.php:111 +msgid "Image ID" +msgstr "ID Изображения" + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:24 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:570 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:165 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/manage-sort.php:112 +msgid "Filename" +msgstr "Имя файла" + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:25 +msgid "Alt/Title Text" +msgstr "Всплывающий текст" + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:26 ../../../../../products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:456 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/manage-sort.php:114 ../../../../../products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:543 +msgid "Date/Time" +msgstr "Дата/Время" + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:38 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:557 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/manage-sort.php:115 +msgid "Ascending" +msgstr "По возрастанию" + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:39 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:558 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/manage-sort.php:116 +msgid "Descending" +msgstr "По убыванию" + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:50 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:388 +msgid "Categories" +msgstr "По категориям" + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:51 ../../../../../products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:463 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:175 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:389 ../../../../../products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:550 +msgid "Tags" +msgstr "По тегам" + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:81 +msgid "Gallery path does not exist and could not be created" +msgstr "Путь галереи не существует и не может быть создан" + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:86 +msgid "Where would you like galleries stored?" +msgstr "Где вы хотите хранить галереи?" + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:87 +msgid "Where galleries and their images are stored" +msgstr "Путь где будут располагаться галереи и изображения" + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:89 +msgid "Delete Image Files?" +msgstr "Удалять изображения?" + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:90 +msgid "When enabled, image files will be removed after a Gallery has been deleted" +msgstr "" +"Когда включено, файлы изображений будут удаляться при удалении галереи из " +"списка" + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:92 +msgid "Show Related Images on Posts?" +msgstr "Показывать связанные изображения?" + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:93 +msgid "" +"When enabled, related images will be appended to each post by matching the " +"posts tags/categories to image tags" +msgstr "" +"Связанные изображения будут отображаться если теги изображения содержат теги " +"записи" + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:95 +msgid "(Show Customization Settings)" +msgstr "(Дополнительно)" + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:96 +msgid "(Hide Customization Settings)" +msgstr "(Скрыть доп. настройки)" + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:97 +msgid "How should related images be match?" +msgstr "Метод сопоставления связанных изображений" + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:100 +msgid "Maximum # of related images to display" +msgstr "Максимальное кол-во связанных изображений" + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:102 +msgid "Heading for related images" +msgstr "Заголовок для связанных изображений" + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:104 +msgid "What's the default sorting method?" +msgstr "Стандартный метод сортировки" + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:107 +msgid "Sort in what direction?" +msgstr "Направление сортировки" + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:110 +msgid "Automatically resize images after upload" +msgstr "Автоматически изменить размер после загрузки" + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:111 +msgid "It is recommended that your images be resized to be web friendly" +msgstr "Рекомендуется чтоб ваши изображения были веб-адаптированы" + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:113 +msgid "What should images be resized to?" +msgstr "На какой размер изменять изображения?" + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:114 +msgid "" +"After images are uploaded, they will be resized to the above dimensions and " +"quality" +msgstr "После загрузки изображения его размер будет изменен и уменьшено качество" + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:115 +msgid "Width:" +msgstr "Ширина:" + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:116 +msgid "Height:" +msgstr "Высота:" + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:117 +msgid "Quality:" +msgstr "Качество:" + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:121 +msgid "Backup the original images?" +msgstr "Создавать бекапы изображений?" + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_other_options/templates/lightbox_library_tab.php:34 ../../../../../products/photocrati_nextgen/modules/nextgen_other_options/templates/lightbox_library_tab.php:37 +msgid "(Show Advanced Settings)" +msgstr "(Дополнительные настройки)" + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_other_options/templates/lightbox_library_tab.php:35 +msgid "(Hide Advanced Settings)" +msgstr "(Скрыть доп. настройки)" + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_other_options/templates/lightbox_library_tab.php:56 +msgid "What must the lightbox be applied to?" +msgstr "Область применения эффекта" + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_other_options/templates/lightbox_library_tab.php:60 +msgid "Only apply to NextGEN images" +msgstr "Только для изображений NextGEN Gallery" + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_other_options/templates/lightbox_library_tab.php:61 +msgid "Only apply to NextGEN and WordPress images" +msgstr "Только для изображений NextGEN Gallery и вложенных изображений WordPress" + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_other_options/templates/lightbox_library_tab.php:62 +msgid "Try to apply to all images" +msgstr "Пытаться применить ко всем изображениям сайта" + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_other_options/templates/lightbox_library_tab.php:63 +msgid "Try to apply to all images that link to image files" +msgstr "" +"Пытаться применить ко всем изображениям которые которые ссылаются на файлы " +"изображений" + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_other_options/templates/styling_tab.php:35 +msgid "Place any custom stylesheets in wp-content/ngg_styles" +msgstr "" +"Поместите ваши пользовательские стили в папку wp-" +"content/ngg_styles" + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_other_options/templates/styling_tab.php:38 +msgid "All stylesheets must contain a file header" +msgstr "" +"Все файлы стилей должны содержать спец. заголовок " +"(клик для просмотра)." + +#: ../../../../../products/photocrati_nextgen/modules/lightbox/adapter.lightbox_library_form.php:34 +msgid "Code" +msgstr "Код" + +#: ../../../../../products/photocrati_nextgen/modules/lightbox/adapter.lightbox_library_form.php:48 +msgid "Stylesheet URL" +msgstr "Ссылка на файл стилей CSS" + +#: ../../../../../products/photocrati_nextgen/modules/lightbox/adapter.lightbox_library_form.php:62 +msgid "Javascript URL" +msgstr "Ссылка на Javascript " + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_basic_tagcloud/adapter.nextgen_basic_tagcloud_form.php:24 +msgid "Maximum number of tags" +msgstr "Максимальное кол-во тегов" + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_basic_tagcloud/adapter.nextgen_basic_tagcloud_form.php:46 +msgid "Display type" +msgstr "Вид" + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_gallery_display/module.nextgen_gallery_display.php:244 ../../../../../products/photocrati_nextgen/modules/nextgen_gallery_display/module.nextgen_gallery_display.php:301 ../../../../../products/photocrati_nextgen/modules/nextgen_gallery_display/adapter.display_settings_controller.php:17 +msgid "Gallery Settings" +msgstr "Настройки гелереи" + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_gallery_display/module.nextgen_gallery_display.php:300 +msgid "NextGEN Gallery & Album Settings" +msgstr "Настройка " + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_gallery_display/class.displayed_gallery.php:73 +msgid "Source not compatible with selected display type" +msgstr "Источник не совместим с выбранным типом отображения" + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_gallery_display/templates/alt_view_link_text.php:15 ../../../../../products/photocrati_nextgen/modules/nextgen_gallery_display/templates/return_link_text.php:15 +msgid "link text" +msgstr "текст ссылки" + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_xmlrpc/module.nextgen_xmlrpc.php:425 +msgid "Sorry, you must be able to manage galleries" +msgstr "Извините, у вас должны быть привилегии для управления галереями" + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_basic_imagebrowser/templates/nextgen_basic_imagebrowser.php:41 ../../../../../products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser-exif.php:30 ../../../../../products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser-caption.php:26 ../../../../../products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser.php:26 +msgid "Back" +msgstr "Назад" + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_basic_imagebrowser/templates/nextgen_basic_imagebrowser.php:49 ../../../../../products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser-exif.php:33 ../../../../../products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser-caption.php:29 ../../../../../products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser.php:29 +msgid "Next" +msgstr "Вперёд" + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_basic_imagebrowser/templates/nextgen_basic_imagebrowser.php:55 ../../../../../products/photocrati_nextgen/modules/ngglegacy/lib/rewrite.php:220 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:89 ../../../../../products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser-exif.php:35 ../../../../../products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser-caption.php:31 ../../../../../products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser.php:31 +msgid "Picture" +msgstr "Изображение" + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_basic_imagebrowser/templates/nextgen_basic_imagebrowser.php:55 ../../../../../products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser-exif.php:35 ../../../../../products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser-caption.php:31 ../../../../../products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser.php:31 +msgid "of" +msgstr "из" + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_thumbnail_form.php:65 +msgid "Images per page" +msgstr "Изображений на страницу" + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_thumbnail_form.php:67 +msgid "0 will display all images at once" +msgstr "Поставьте 0 чтобы отображать все изображения сразу" + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_thumbnail_form.php:85 +msgid "Number of columns to display" +msgstr "Изображений в ряду" + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_thumbnail_form.php:89 +msgid "# of columns" +msgstr "# столбцов" + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_thumbnail_form.php:105 +msgid "Piclens link text" +msgstr "Текст ссылки Piclens" + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_thumbnail_form.php:123 +msgid "Show piclens link" +msgstr "Показывать ссылку PicLens " + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_thumbnail_form.php:139 +msgid "Add Hidden Images" +msgstr "Отображать скрытые изображения" + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_thumbnail_form.php:141 +msgid "" +"If pagination is used this option will show all images in the modal window " +"(Thickbox, Lightbox etc.) This increases page load." +msgstr "" +"Отображать также скрытые изображения при переключении изображений в окне " +"(которое появляется при клике на изображение)" + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_thumbnail_form.php:150 +msgid "Use imagebrowser effect" +msgstr "Использовать просмотрщик изображений" + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_thumbnail_form.php:152 +msgid "" +"When active each image in the gallery will link to an imagebrowser display and " +"lightbox effects will not be applied." +msgstr "" +"Все изображения галереи будут отображаться во встроенном просмотрщике " +"изображений. Эффекты lightbox будут недоступны" + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_thumbnail_form.php:169 +msgid "Browse images without reloading the page." +msgstr "Листать изображения без перезагрузки всей страницы." + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_thumbnail_form.php:184 +msgid "Show slideshow link" +msgstr "Показывать кнопку слайдшоу" + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_thumbnail_form.php:200 +msgid "Slideshow link text" +msgstr "Заголовок кнопки слайдошу" + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:62 +msgid "Interval" +msgstr "Интервал" + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:66 +msgid "# of seconds" +msgstr "# секунд" + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:97 +msgid "Maximum dimensions" +msgstr "Максимальный размер" + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:98 +msgid "" +"Certain themes may allow images to flow over their container if this setting is " +"too large" +msgstr "" +"Некоторые темы могут влиять на контейнер и изображение выйдет за рамки если " +"указать слишком большой размер" + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:109 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:765 +msgid "Enable flash slideshow" +msgstr "Включить flash слайдшоу" + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:120 +msgid "Shuffle" +msgstr "Случайно" + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:132 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:782 +msgid "Show next image on click" +msgstr "Показать следующее изображение по клику" + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:144 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:786 +msgid "Show navigation bar" +msgstr "Показать навигационную панель" + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:156 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:790 +msgid "Show loading icon" +msgstr "Показать иконку загрузки" + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:168 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:794 +msgid "Use watermark logo" +msgstr "Использовать водяной знак" + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:170 +msgid "" +"Use the watermark image in the Flash object. Note: this does not watermark the " +"image itself, and cannot be applied with text watermarks" +msgstr "" +"Использовать водяной знак в Flash объектах. Внимание: это не может быть " +"применено с текстовым водяным знаком" + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:180 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:799 +msgid "Stretch image" +msgstr "Растянуть изображение" + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:217 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:827 +msgid "Use slow zooming effect" +msgstr "Использовать медленный эффект увеличенич" + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:229 +msgid "Background music (url)" +msgstr "Фоновая музыка (url)" + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:254 +msgid "Background" +msgstr "Фон" + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:266 +msgid "Texts / buttons" +msgstr "Текст / кнопки" + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:290 +msgid "Screen" +msgstr "Экран" + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:308 +msgid "Show thumbnail link" +msgstr "Показывать ссылки миниатюр" + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:324 +msgid "Thumbnail link text" +msgstr "Текст ссылки миниатюр" + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_gallery_mapper.php:93 +msgid "[Show PicLens]" +msgstr "[Показать PicLens]" + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_basic_gallery/templates/slideshow/index.php:35 +msgid "" +"Slideshows require the Flash Player and a browser with Javascript support." +msgstr "" +"Для работы слайдшоу требуется  Flash Player Ð¸ Ð±Ñ€Ð°ÑƒÐ·ÐµÑ€ с поддержкой Flash." + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/nggfunctions.php:29 +msgid "[Gallery not found]" +msgstr "[Галерея не найдена]" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/nggfunctions.php:163 +msgid "Related images for" +msgstr "Связанные изображения для" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/nggallery.php:64 +msgid "" +"Translation by : See here" +msgstr "" +"Перевод by : Смотреть здесь" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/nggallery.php:65 +msgid "" +"This translation is not yet updated for Version 1.9.0. If you " +"would like to help with translation, download the current po from the plugin " +"folder and read here " +"how you can translate the plugin." +msgstr "" +"Этот перевод еще не обновлен до версии 1.9.0.Если вы хотите " +"помоч с переводом, загрузите актуальный PO файл из папки плагина и изучите здесь как переводить " +"плагины." + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/nggallery.php:158 +msgid "Sorry, NextGEN Gallery works only with a Memory Limit of 16 MB or higher" +msgstr "" +"Извините, NextGEN Gallery работает только с серверами у которых не менее 16Мб " +"оперативной памяти" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/nggallery.php:184 +msgid "Picture tag" +msgstr "Тег изображения" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/nggallery.php:185 +msgid "Picture tag: %2$l." +msgstr "Тег изображения: %2$l." + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/nggallery.php:186 +msgid "Separate picture tags with commas." +msgstr "Теги изображения, разделённые запятой" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/nggallery.php:324 +msgid "Get help" +msgstr "Помощь" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/nggallery.php:325 +msgid "Contribute" +msgstr "Пожертвовать" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/lib/multisite.php:23 ../../../../../products/photocrati_nextgen/modules/nextgen_data/class.ngglegacy_gallerystorage_driver.php:658 ../../../../../products/photocrati_nextgen/modules/nextgen_data/class.gallerystorage_driver_base.php:640 +msgid "" +"Sorry, you have used your space allocation. Please delete some files to upload " +"more files." +msgstr "Память заполнена, пожалуйста удалите часть данных " + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/lib/post-thumbnail.php:68 ../../../../../products/photocrati_nextgen/modules/ngglegacy/lib/post-thumbnail.php:70 +msgid "Set NextGEN featured image" +msgstr "Установить изображение галереи NExtGEN" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/lib/post-thumbnail.php:328 ../../../../../products/photocrati_nextgen/modules/ngglegacy/lib/post-thumbnail.php:329 +msgid "Set featured image" +msgstr "Выбрать подходящие изображения" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:141 ../../../../../products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:163 +msgid " sec" +msgstr "сек." + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:455 ../../../../../products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:542 +msgid "Caption" +msgstr "Заголовок" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:459 ../../../../../products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:546 +msgid "ISO" +msgstr "ISO" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:462 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:459 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/style.php:132 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:409 ../../../../../products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:549 +msgid "Author" +msgstr "Владелец" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:466 ../../../../../products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:553 +msgid "Edit Status" +msgstr "Изменить статус" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:467 ../../../../../products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:554 +msgid "Category" +msgstr "Рубрика" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:468 ../../../../../products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:555 +msgid "Keywords" +msgstr "Ключевые слова" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:469 ../../../../../products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:556 +msgid "Date Created" +msgstr "Дата создания" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:470 ../../../../../products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:557 +msgid "Time Created" +msgstr "Время создания" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:472 ../../../../../products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:559 +msgid "City" +msgstr "Город" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:474 ../../../../../products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:561 +msgid "Province/State" +msgstr "Штат" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:481 ../../../../../products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:568 +msgid "Contact" +msgstr "Контакты" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:482 ../../../../../products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:569 +msgid "Last modified" +msgstr "Последнее изменение" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:484 ../../../../../products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:571 +msgid "Format" +msgstr "Формат" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:485 ../../../../../products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:572 +msgid "Image Width" +msgstr "Ширина изображения" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:486 ../../../../../products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:573 +msgid "Image Height" +msgstr "Высота изображения" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:487 ../../../../../products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:574 +msgid "Flash" +msgstr "Вспышка" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/lib/tags.php:35 +msgid "No new tag specified!" +msgstr "Новые теги не обнаружены!" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/lib/tags.php:50 +msgid "No new/old valid tag specified!" +msgstr "Новые/корректные теги не обнаружены!" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/lib/tags.php:86 +msgid "No tag renamed." +msgstr "Теги не переименованы" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/lib/tags.php:88 +msgid "Renamed tag(s) «%1$s» to «%2$s»" +msgstr "Переименованные тег(и) «%1$s» в «%2$s»" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/lib/tags.php:95 +msgid "No valid new tag." +msgstr "Нет новых корректных тегов." + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/lib/tags.php:112 +msgid "No objects (post/page) found for specified old tags." +msgstr "Не обнаружено записей/страниц со старыми тегами для их обновления" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/lib/tags.php:141 +msgid "No tag merged." +msgstr "Нет тегов для слияния" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/lib/tags.php:143 +msgid "Merge tag(s) «%1$s» to «%2$s». %3$s objects edited." +msgstr "Слияние тегов «%1$s» с «%2$s». %3$s тег(а) изменено" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/lib/tags.php:146 +msgid "Error. Not enough tags provided to rename or merge." +msgstr "Ошибка. Нет тегов для переименования или слияния" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/lib/tags.php:165 +msgid "No tag specified!" +msgstr "Теги не указаны" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/lib/tags.php:188 +msgid "No tag deleted." +msgstr "Нет тегов для удаления" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/lib/tags.php:190 +msgid "%1s tag(s) deleted." +msgstr "%1s тег(ов) удалено." + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/lib/tags.php:206 +msgid "No new slug(s) specified!" +msgstr "Новых ссылок не обнаружено!" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/lib/tags.php:218 +msgid "Tags number and slugs number isn't the same!" +msgstr "Количество тегов и ссылок различается!" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/lib/tags.php:245 +msgid "No slug edited." +msgstr "Нет ссылок для изменения" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/lib/tags.php:247 +msgid "%s slug(s) edited." +msgstr "%s ссылок изменено." + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/lib/rewrite.php:223 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:320 +msgid "Album" +msgid_plural "Albums" +msgstr[0] "Альбом" +msgstr[1] "Альбомы" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/lib/rewrite.php:229 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/album.php:679 +msgid "Page" +msgstr "Страница" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/lib/core.php:101 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:76 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:85 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:736 +msgid "Unable to create directory " +msgstr "Не могу создать папку" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/lib/core.php:396 +msgid "" +"Note : Based on your server memory limit you should not upload larger images " +"then %d x %d pixel" +msgstr "" +"Заметка: Из-за ограничений размера оперативной памяти сервера, вы не должны " +"загружать изображения больше чем %d x %d пикселей" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/lib/ngg-db.php:337 ../../../../../products/photocrati_nextgen/modules/ngglegacy/lib/ngg-db.php:338 +msgid "Album overview" +msgstr "Просмотр альбома" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/xml/media-rss.php:50 +msgid "No galleries have been yet created." +msgstr "Галереи небыли созданы" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/xml/media-rss.php:69 +msgid "The gallery ID=%s does not exist." +msgstr "Галерея ID=%s не существует" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/xml/media-rss.php:100 +msgid "No album ID has been provided as parameter" +msgstr "Ни одного ID-альбома не было передано в качестве параметра" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/xml/media-rss.php:108 +msgid "The album ID=%s does not exist." +msgstr "Альбом под номером ID=%s не существует" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/xml/media-rss.php:115 +msgid "Invalid MediaRSS command" +msgstr "Неправильная MediaRSS команда" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:33 +msgid "Update successfully" +msgstr "Обновление успешно" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:48 +msgid "Network Options" +msgstr "Настройки сети" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:54 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:340 +msgid "Gallery path" +msgstr "Расположение галереи" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:56 +msgid "" +"This is the default path for all blogs. With the placeholder %BLOG_ID% you can " +"organize the folder structure better." +msgstr "" +"Это стандартный путь для всех записей. С тегом %BLOG_ID% вы можете организовать " +"структуру папок лучше" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:57 +msgid "The default setting should be %s" +msgstr "Настройки по умолчанию должны" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:61 +msgid "Enable upload quota check" +msgstr "Включить проверку квоты при загрузке" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:63 +msgid "Should work if the gallery is bellow the blog.dir" +msgstr "Должно работать если галерея находится ниже папки блога blog.dir" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:67 +msgid "Enable zip upload option" +msgstr "Включить опцию загрузки ZIP архивов" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:69 +msgid "Allow users to upload zip folders." +msgstr "Разрешить загрузку zip-папок" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:73 +msgid "Enable import function" +msgstr "Включить функции импорта" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:75 +msgid "Allow users to import images folders from the server." +msgstr "Разрешить пользователям импортировать изображения из папок на сервере" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:79 +msgid "Enable style selection" +msgstr "Включить выбор стилей" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:81 +msgid "Allow users to choose a style for the gallery." +msgstr "Разрешить пользователям выбирать стиль галереи." + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:85 +msgid "Enable roles/capabilities" +msgstr "Включить разделение привилегий" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:87 +msgid "Allow users to change the roles for other blog authors." +msgstr "Разрешить пользователям изменять привилегии для авторов других статей" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:91 +msgid "Default style" +msgstr "Стиль по умолчанию" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:108 +msgid "Choose the default style for the galleries." +msgstr "Выберите стиль по умолчанию для галерей" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:112 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/rotate.php:94 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/album.php:423 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/edit-thumbnail.php:166 +msgid "Update" +msgstr "Применить" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/install.php:20 +msgid "Sorry, NextGEN Gallery works only with a role called administrator" +msgstr "Sorry, NextGEN Gallery works only with a role called administrator" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/install.php:92 +msgid "NextGEN Gallery : Tables could not created, please check your database settings" +msgstr "" +"NextGEN Gallery : Невозможно создать таблицы, пожалуйста проверьте настройки " +"базы данных." + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/ajax.php:360 +msgid "Could create image with %s x %s pixel" +msgstr "Создано изображение с размером %s x %s пикселей" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/rotate.php:17 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/rotate.php:20 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/album.php:172 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/album.php:216 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/album.php:239 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/edit-thumbnail.php:19 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/edit-thumbnail.php:22 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:618 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/publish.php:7 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/publish.php:10 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/publish.php:13 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/showmeta.php:10 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/showmeta.php:13 +msgid "Cheatin’ uh?" +msgstr "Обманка’ мм?" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/rotate.php:60 +msgid "Image rotated" +msgstr "Изображение повёрнуто" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/rotate.php:62 +msgid "Error rotating thumbnail" +msgstr "Ошибка при повороте эскиза" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/rotate.php:85 +msgid "90° clockwise" +msgstr "90° по часовой стрелке" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/rotate.php:86 +msgid "90° anticlockwise" +msgstr "90° против часовой стрелки" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/rotate.php:87 +msgid "Flip vertically" +msgstr "Отразить по вертикали" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/rotate.php:88 +msgid "Flip horizontally" +msgstr "Отразить по горизонтали" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/album.php:180 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/album.php:209 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/album.php:253 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/style.php:24 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:178 +msgid "Update Successfully" +msgstr "Обновление успешно" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/album.php:227 +msgid "Album deleted" +msgstr "Альбом удалён" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/album.php:389 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/roles.php:55 +msgid "Edit Album" +msgstr "Редактировать альбом" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/album.php:410 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/album.php:459 +msgid "Select album" +msgstr "Выберите альбом" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/album.php:412 +msgid "No album selected" +msgstr "Альбом не выбран" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/album.php:425 +msgid "Edit album" +msgstr "Редактировать альбом" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/album.php:428 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:187 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:227 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:361 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:363 +msgid "Delete" +msgstr "Удалить" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/album.php:432 +msgid "Add new album" +msgstr "Добавить новый альбом" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/album.php:434 +msgid "Add" +msgstr "Добавить" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/album.php:445 +msgid "Show / hide used galleries" +msgstr "Показать/скрыть используемые галереи" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/album.php:445 +msgid "[Show all]" +msgstr "[Показать все]" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/album.php:446 +msgid "Maximize the widget content" +msgstr "Максимизировать содержимое виджета" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/album.php:446 +msgid "[Maximize]" +msgstr "[Раскрыть все]" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/album.php:447 +msgid "Minimize the widget content" +msgstr "Минимизировать содержимое виджета" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/album.php:447 +msgid "[Minimize]" +msgstr "[Закрыть все]" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/album.php:449 +msgid "" +"After you create and select a album, you can drag and drop a gallery or another " +"album into your new album below" +msgstr "" +"После создания и выбора альбома ниже, вы можете перетащить галерею или другой " +"альбом в ваш новый альбом ниже" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/album.php:475 +msgid "Select gallery" +msgstr "Выберите галерею" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/album.php:500 +msgid "Album ID" +msgstr "ID альбома" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/album.php:513 +msgid "No album selected!" +msgstr "Альбом не выбран!" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/album.php:534 +msgid "Album name:" +msgstr "Название альбома:" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/album.php:540 +msgid "Album description:" +msgstr "Описание альбома:" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/album.php:546 +msgid "Select a preview image:" +msgstr "Выберите миниатюру:" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/album.php:549 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/album.php:552 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/templates/manage_gallery/gallery_preview_image_field.php:3 +msgid "No picture" +msgstr "Нет изображения" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/album.php:563 +msgid "Page Link to" +msgstr "Ссылка на страницу" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/album.php:582 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:406 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:442 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:471 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:502 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:337 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:366 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:397 +msgid "OK" +msgstr "OK" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/album.php:584 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:408 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:444 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:473 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:504 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:339 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:368 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:399 +msgid "Cancel" +msgstr "Отмена" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/album.php:677 +msgid "Name" +msgstr "Имя" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:39 +msgid "No valid gallery name!" +msgstr "Недопустимое имя галереи!" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:46 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:55 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:80 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:780 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:788 +msgid "Directory" +msgstr "Папка" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:46 +msgid "didn't exist. Please create first the main gallery folder " +msgstr "не существует. Пожалуйста создайте вначале родительскую папку с галереями" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:47 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:56 +msgid "Check this link, if you didn't know how to set the permission :" +msgstr "Изучите эту страницу если вы не знаете как сменить привилегии" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:55 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:80 +msgid "is not writeable !" +msgstr "запись запрещена !" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:89 +msgid "The server setting Safe-Mode is on !" +msgstr "Безопасный режим сервера активен!" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:90 +msgid "If you have problems, please create directory" +msgstr "Если возникнут проблемы, создайте папку" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:91 +msgid "and the thumbnails directory" +msgstr "и направление эскиза" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:91 +msgid "with permission 777 manually !" +msgstr "с правами chmod 777 вручную" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:116 +msgid "" +"Gallery ID %1$s successfully created. You can show this gallery in your post or " +"page with the shortcode %2$s.
      " +msgstr "" +"Галерея %1$s успешно создана. Вы можете поместить галерею в запись или страницу," +"используя код %2$s.
      " + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:119 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:853 +msgid "Edit gallery" +msgstr "Изменить галерею" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:188 +msgid "Error while creating thumbnail." +msgstr "Ошибка при создании миниатюр." + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:242 +msgid "Error while resizing image." +msgstr "Ошибка при изменении размера изображения" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:326 +msgid "Error while rotating image." +msgstr "Ошибка при перевороте изображения." + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:361 +msgid "Error while applying watermark to image." +msgstr "Ошибка при наложении водяного знака на изображение." + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:385 +msgid "Object didn't contain correct data" +msgstr "Объект содержит некорректные данные" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:388 ../../../../../products/photocrati_nextgen/modules/nextgen_data/class.ngglegacy_gallerystorage_driver.php:772 +msgid " is not writeable" +msgstr "недоступен для записи" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:391 +msgid "File do not exists" +msgstr "Файл не существует" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:395 +msgid "Couldn't restore original image" +msgstr "Не могу восстановить оригинальное изображение" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:511 +msgid "(Error : Couldn't not update data base)" +msgstr "(Ошибка: Не могу обновить базу данных)" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:518 +msgid "(Error : Couldn't not update meta data)" +msgstr "(Ошибка: Не могу обновить мета-данные)" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:527 +msgid "(Error : Couldn't not find image)" +msgstr "(Ошибка: Не могу обнаружить изображение)" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:670 +msgid "No valid URL path " +msgstr "Не корректный URL" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:686 +msgid "Import via cURL failed." +msgstr "Импорт с cURL не удался." + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:703 +msgid "Uploaded file was no or a faulty zip file ! The server recognized : " +msgstr "Файл не был загружен либо это не ZIP-архив! Ответ сервера:" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:720 +msgid "Could not get a valid foldername" +msgstr "Не могу получить корректное имя папки" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:731 +msgid "Unable to create directory %s. Is its parent directory writable by the server?" +msgstr "Не могу создать папку %s. Проверьте права на запись родительской папки" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:746 +msgid "Zip-File successfully unpacked" +msgstr "ZIP-архив успешно распакован" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:780 +msgid "doesn`t exist!" +msgstr "не существует" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:788 +msgid "contains no pictures" +msgstr "не содержит изображений" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:808 +msgid "Database error. Could not add gallery!" +msgstr "Ошибка базы данных. Не могу добавить галерею!" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:814 +msgid "successfully created!" +msgstr "успешно создано!" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:848 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:958 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:238 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:322 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:111 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:189 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:660 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:738 +msgid "Create new thumbnails" +msgstr "Создать новые превью-изображения" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:851 +msgid " picture(s) successfully added" +msgstr "изображение(я) успешно добавлены" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:882 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:982 +msgid "No gallery selected !" +msgstr "Галерея не выбрана!" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:890 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1007 +msgid "Failure in database, no gallery path set !" +msgstr "Ошибка в базе данных, путь к галерее не указан!" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:914 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1001 +msgid "is no valid image file!" +msgstr "некорректный файл изоражения!" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:928 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1126 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1211 ../../../../../products/photocrati_nextgen/modules/nextgen_data/class.ngglegacy_gallerystorage_driver.php:652 +msgid "Unable to write to directory %s. Is this directory writable by the server?" +msgstr "Не могу записать в папку %s. Проверьте права на запись папки" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:935 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1024 +msgid "Error, the file could not be moved to : " +msgstr "Ошибка, не могу переместить файл в :" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:940 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1028 +msgid "Error, the file permissions could not be set" +msgstr "Ошибка, не могу установить права на файл" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:963 +msgid " Image(s) successfully added" +msgstr "Изображения успешно добавлены" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:990 +msgid "Invalid upload. Error Code : " +msgstr "Неудачная загрузка. Код ошибки:" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1066 +msgid "" +"SAFE MODE Restriction in effect! You need to create the folder " +"%s manually" +msgstr "" +"Используется БЕЗОПАСНЫЙ РЕЖИМ! Вам необходимо создать папку %s " +"вручную!" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1067 +msgid "" +"When safe_mode is on, PHP checks to see if the owner (%s) of the current script " +"matches the owner (%s) of the file to be operated on by a file function or its " +"directory" +msgstr "" +"Если переменная сервера safe_mode включена, то PHP проверяет, если владелец " +"выполнения текущего скрипта совпадает с владельцем файла то операция над " +"файлом/папкой успешно завершится." + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1120 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1197 +msgid "The destination gallery does not exist" +msgstr "Галерея назначения не существует." + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1151 +msgid "Failed to move image %1$s to %2$s" +msgstr "Ошибка при перемещении изображения %1$s в %2$s" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1171 +msgid "Moved %1$s picture(s) to gallery : %2$s ." +msgstr "Перемещение %1$s изображений в галерею : %2$s ." + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1237 ../../../../../products/photocrati_nextgen/modules/nextgen_data/class.ngglegacy_gallerystorage_driver.php:711 +msgid "Failed to copy image %1$s to %2$s" +msgstr "Ошибка при копировании изображения %1$s в %2$s" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1251 ../../../../../products/photocrati_nextgen/modules/nextgen_data/class.ngglegacy_gallerystorage_driver.php:681 +msgid "Failed to copy database row for picture %s" +msgstr "Ошибка при копировании данных в базу данных" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1263 ../../../../../products/photocrati_nextgen/modules/nextgen_data/class.ngglegacy_gallerystorage_driver.php:723 +msgid "" +"Image %1$s (%2$s) copied as image %3$s (%4$s) » The file already existed " +"in the destination gallery." +msgstr "" +"Изображение %1$s (%2$s) скопировано как %3$s (%4$s) » Файл уже существует " +"в папке назначения." + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1266 ../../../../../products/photocrati_nextgen/modules/nextgen_data/class.ngglegacy_gallerystorage_driver.php:727 +msgid "Image %1$s (%2$s) copied as image %3$s (%4$s)" +msgstr "Изображение %1$s (%2$s) скопировано как %3$s (%4$s)" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1275 +msgid "Copied %1$s picture(s) to gallery: %2$s ." +msgstr "Скопировано %1$s изображений в галерею: %2$s ." + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1383 +msgid "The uploaded file exceeds the upload_max_filesize directive in php.ini" +msgstr "" +"Размер загружаемого файла превышает размер установленный директивой " +"upload_max_filesize в php.ini" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1386 +msgid "" +"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the " +"HTML form" +msgstr "" +"Загруженный файл превышает размер установленный в MAX_FILE_SIZE директиве, " +"который был указан в HTML форме" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1389 +msgid "The uploaded file was only partially uploaded" +msgstr "Загруженный файл был загружен частично" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1392 +msgid "No file was uploaded" +msgstr "Нет файлов для загрузки" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1395 +msgid "Missing a temporary folder" +msgstr "Папка для временных файлов не существует" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1398 +msgid "Failed to write file to disk" +msgstr "Ошибка при записи файла на диск" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1401 +msgid "File upload stopped by extension" +msgstr "Загрузка файла была прервана из-за расширения файла" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1404 +msgid "Unknown upload error" +msgstr "Неизвестная ошибка при загрузке" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:155 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:155 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:186 +msgid "Overview" +msgstr "Обзор" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:168 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:168 +msgid "Network settings" +msgstr "Настройки сети" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:301 +msgid "You do not have the correct permission" +msgstr "Недостаточно привилегий" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:302 +msgid "Unexpected Error" +msgstr "Неизвестная ошибка" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:303 +msgid "A failure occurred" +msgstr "Произошла ошибка" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:307 +msgid "You have attempted to queue too many files." +msgstr "Вы поставили в очередь слишком много файлов" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:308 +msgid "This file exceeds the maximum upload size for this site." +msgstr "" +"Этот файл превышает максимально допустимый размер загрузки для этого сайта. " +"Обратитесь в техподдержку вашего хостинг-провайдера" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:309 +msgid "This file is empty. Please try another." +msgstr "Пустой файл. Проверьте файл" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:310 +msgid "This file type is not allowed. Please try another." +msgstr "Данный тип файла не разрешён. Попробуйте другой" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:311 +msgid "This file is not an image. Please try another." +msgstr "Это не файл изображения. Загрузите другой файл" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:312 +msgid "Memory exceeded. Please try another smaller file." +msgstr "Недостаточно оперативной памяти. Уменьшите размер файла" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:313 +msgid "This is larger than the maximum size. Please try another." +msgstr "Превышает максимальный размер. Повторите ввод" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:314 +msgid "An error occurred in the upload. Please try again later." +msgstr "При загрузке произошла ошибка. Пожалуйста попробуйте еще раз" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:315 +msgid "There was a configuration error. Please contact the server administrator." +msgstr " Ошибка конфигурации. Пожалуйста, обратитесь к администратору сервера." + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:316 +msgid "You may only upload 1 file." +msgstr "Вы можете загрузить только 1 файл" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:318 +msgid "Upload failed." +msgstr "Загрузка не удалась" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:319 +msgid "IO error." +msgstr "Ошибка ввода/вывода I/O" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:320 +msgid "Security error." +msgstr "Ошибка безопасности" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:321 +msgid "File canceled." +msgstr "Отменён" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:322 +msgid "Upload stopped." +msgstr "Загрузка остановлена" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:325 +msgid "moved to the trash." +msgstr "перемещено в карзину" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:326 +msgid "“%s” has failed to upload due to an error" +msgstr "“%s” загрузка завершилась ошибкой" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:348 +msgid "L O A D I N G" +msgstr "З А Г Р У З К А" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:349 +msgid "Click to Close" +msgstr "Нажми чтоб закрыть" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:458 +msgid "Introduction" +msgstr "Введение" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:461 +msgid "" +"Languages" +msgstr "Языки" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:470 +msgid "More Help & Info" +msgstr "Больше информации и помощи" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:473 +msgid "FAQ" +msgstr "FAQ" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:474 +msgid "Feature request" +msgstr "Запрос новых функций" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:475 +msgid "Get your language pack" +msgstr "Скачать ваш языковой файл" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:477 +msgid "Download latest version" +msgstr "Загрузить последнюю версию" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:35 +msgid "Gallery not found." +msgstr "Галерея не найдена" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:41 +msgid "Sorry, you have no access here" +msgstr "Извините, у вас нет доступа" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:206 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:99 +msgid "No images selected" +msgstr "Изображения не выбраны" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:214 +msgid "Copy image to..." +msgstr "Скопировать изображение в..." + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:218 +msgid "Move image to..." +msgstr "Переместить изображение в..." + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:222 +msgid "Add new tags" +msgstr "Добавить новые теги" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:226 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:332 +msgid "Delete tags" +msgstr "Удалить теги" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:230 +msgid "Overwrite" +msgstr "Перезаписать" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:234 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:323 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:107 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:190 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:641 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:722 +msgid "Resize images" +msgstr "Изменить размер" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:243 +msgid "" +"You are about to start the bulk edit for %s images \n" +" \n" +" 'Cancel' to stop, 'OK' to proceed." +msgstr "" +"Вы собираетесь начать процесс массового изменения изображений %s\n" +"\n" +"\n" +"Нажмите 'Отмена' для отмены, ОК для продолжения." + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:269 +msgid "Search results for “%s”" +msgstr "Результат поиска для “%s”" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:272 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:275 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:171 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:174 +msgid "Search Images" +msgstr "Поиск изображений" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:298 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:488 +msgid "Gallery settings" +msgstr "Настройки галереи" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:298 +msgid "Click here for more settings" +msgstr "Нажмите для расширенных настроек" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:304 +msgid "Scan Folder for new images" +msgstr "Пересканировать папку для поиска новых изображений" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:306 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:341 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:386 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:400 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:436 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:478 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:563 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:598 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:708 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:861 +msgid "Save Changes" +msgstr "Сохранить изменения" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:320 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:186 +msgid "Bulk actions" +msgstr "Выберите действие" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:321 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:188 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:571 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:686 +msgid "Set watermark" +msgstr "Поставить водяной знак" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:324 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:192 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:566 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:683 +msgid "Recover from backup" +msgstr "Восстановить из бекапа" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:325 +msgid "Delete images" +msgstr "Удалить изображения" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:326 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:191 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:576 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:706 +msgid "Import metadata" +msgstr "Импортировать мета-данные" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:327 +msgid "Rotate images clockwise" +msgstr "Повернуть по часовой стрелке" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:328 +msgid "Rotate images counter-clockwise" +msgstr "Повернуть против часовой стрелке" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:329 +msgid "Copy to..." +msgstr "Скопировать в..." + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:330 +msgid "Move to..." +msgstr "Переместить в..." + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:331 +msgid "Add tags" +msgstr "Добавить теги" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:333 +msgid "Overwrite tags" +msgstr "Перезаписать теги" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:335 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:194 +msgid "Apply" +msgstr "Применить" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:338 +msgid "Sort gallery" +msgstr "Упорядочить галерею" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:379 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:309 +msgid "No entries found" +msgstr "Записи не найдены" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:402 +msgid "Enter the tags" +msgstr "Введите теги" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:426 +msgid "Select the destination gallery:" +msgstr "Выберите галерею назначения:" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:462 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:357 +msgid "Resize Images to" +msgstr "Изменить размер на" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:466 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:361 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:453 +msgid "Width x height (in pixel). NextGEN Gallery will keep ratio size" +msgstr "Ширина х Высота (px). Соотношение сторон сохранится" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:490 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:385 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/publish.php:40 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:416 +msgid "Width x height (in pixel)" +msgstr "Ширина и высота (px)" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:498 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:393 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:428 +msgid "Ignore the aspect ratio, no portrait thumbnails" +msgstr "Игнорировать соотношение сторон, без портретных эскизов" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:568 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:456 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:155 +msgid "ID" +msgstr "ID" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:569 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:160 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:266 +msgid "Thumbnail" +msgstr "Эскиз" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:571 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:458 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/style.php:134 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:245 +msgid "Description" +msgstr "Описание" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:572 +msgid "Tags (comma separated list)" +msgstr "Теги(разделяя запятой)" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:116 +msgid "" +"You are about to start the bulk edit for %s galleries \n" +" \n" +" 'Cancel' to stop, 'OK' to proceed." +msgstr "" +"Вы собираетесь начать процесс массового изменения галерей %s\n" +"\n" +"\n" +"Нажмите 'Отмена' для отмены, ОК для продолжения." + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:154 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:197 +msgid "Add new gallery" +msgstr "Добавить новую галерею" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:262 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:253 +msgid "Edit" +msgstr "Изменить" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:327 +msgid "New Gallery" +msgstr "Имя галереи" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:329 +msgid "Create a new , empty gallery below the folder" +msgstr "Будет создана новая пустая галерея в папке" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:331 +msgid "Allowed characters for file and folder names are" +msgstr "Разрешённые символы для файлов и папок" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:460 +msgid "Page ID" +msgstr "ID страницы" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:461 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:308 +msgid "Image" +msgid_plural "Images" +msgstr[0] "Изображение" +msgstr[1] "Изображения" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:14 +msgid "NextGEN Gallery Overview" +msgstr "NextGEN Gallery общие сведения" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:84 +msgid "Welcome to NextGEN Gallery !" +msgstr "Добро пожаловать в NextGEN Gallery !" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:85 +msgid "Do you like this Plugin?" +msgstr "Вам нравится этот плагин?" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:87 +msgid "About" +msgstr "About" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:90 +msgid "Server Settings" +msgstr "Параметры сервера" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:97 +msgid "" +"NextGEN Gallery is one of the most popular Wordpress plugins of all time with " +"over 9 million downloads. It is developed and supported by Photocrati Media. " +"We'd like to offer a special thanks to Alex Rabe, who first developed the " +"plugin and maintained it through 2011." +msgstr "" +"NextGEN Галерея - один из самых популярных плагинов WordPress с более чем 9 " +"миллионами загрузок. Разрабатывается и поддерживается Photocrati Media. Мы " +"хотели бы выразить особую благодарность Alex Rabe, который первым разработал " +"плагин и поддерживал его до 2011 года." + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:98 +msgid "" +"NEED HELP? If you need help or assistance please visit the NextGEN Gallery " +"forums on WordPress.org. Please note that we actively monitor and " +"participate in the forums, but given that NextGEN Gallery is a free product, " +"we don't guarantee replies to support queries." +msgstr "" +"НУЖНА ПОМОЩЬ? Если вам нужна помощь или консультация, " +"пожалуйста, посетите NextGEN Gallery форум на WordPress.org. Обратите внимание, что мы " +"отслеживаем и участвуем в обсуждениях, но, учитывая, что NextGEN Галерея это " +"бесплатный продукт, мы не гарантируем что ответим на каждый вопрос" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:99 +msgid "" +"EXTENDING NEXTGEN? There are many third party plugins that add " +"displays and functionality for NextGEN Gallery. See our Complete List of " +"NextGEN Extension Plugins." +msgstr "" +"РАСШИРИТЬ NEXTGEN? Есть много плагинов сторонних разработчиков," +" которые добавляют виды и функциональные возможности для NextGen Gallery. " +"Смотрите полный список NextGen-расширений.\n" +"
      \n" +"Перевод на русский язык by SnakeD3" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:107 +msgid "" +"This plugin is primarily developed, maintained, supported and documented by Photocrati Media with a lot of love & effort. Any " +"kind of contribution would be highly appreciated. Thanks!" +msgstr "" +"Этот плагин в первую очередь разрабатывается и поддерживается благодаря Photocrati Media с большой любовью и усилиями. " +"Любой вид вклада будет высоко оценен. Спасибо!" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:112 +msgid "Please click \"Works\" on WordPress.org" +msgstr "Пожалуйста нажмите \"Works\" на WordPress.org" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:117 +msgid "Give it a good rating on WordPress.org" +msgstr "Поставьте хорошую оценку плагину на WordPress.org" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:122 +msgid "Visit the plugin homepage" +msgstr "Посетить домашнюю страницу плагина" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:127 +msgid "Help translating it" +msgstr "Помочь с переводом плагина" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:149 +msgid "Graphic Library" +msgstr "Графическая библиотека" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:165 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:214 +msgid "Loading…" +msgstr "Загрузка…" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:165 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:214 +msgid "This widget requires JavaScript." +msgstr "Для работы виджета требуется JavaScript." + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:178 +msgid "Thanks to all donators..." +msgstr "Спасибо всем донатерам" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:200 +msgid "View all" +msgstr "Показать все" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:238 +msgid "Untitled" +msgstr "Имя не указано" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:303 +msgid "At a Glance" +msgstr "Сводка" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:360 +msgid "Storage Space" +msgstr "Свободно на диске" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:364 +msgid "%2$sMB" +msgstr "%2$sMB" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:365 +msgid "Space Allowed" +msgstr "Места доступно" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:372 +msgid "%2$sMB (%3$s%%)" +msgstr "" +"%2$sMB " +"(%3$s%%)" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:373 +msgid "Space Used" +msgstr "Space Used" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:399 +msgid "No GD support" +msgstr "GD не поддерживается" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:431 +msgid "Not set" +msgstr "Не установлено" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:433 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:436 +msgid "On" +msgstr "On" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:434 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:437 +msgid "Off" +msgstr "Off" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:441 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:444 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:447 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:450 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:453 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:456 +msgid "N/A" +msgstr "N/A" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:455 +msgid " MByte" +msgstr " MByte" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:468 +msgid "Operating System" +msgstr "Operating System" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:469 +msgid "Server" +msgstr "Server" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:470 +msgid "Memory usage" +msgstr "Использование памяти" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:471 +msgid "MYSQL Version" +msgstr "Версия MYSQL" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:472 +msgid "SQL Mode" +msgstr "SQL Mode" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:473 +msgid "PHP Version" +msgstr "Версия PHP" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:495 +msgid "" +"NextGEN Gallery contains some functions which are only available under PHP 5.2. " +"You are using the old PHP 4 version, upgrade now! It's no longer supported by " +"the PHP group. Many shared hosting providers offer both PHP 4 and PHP 5, " +"running simultaneously. Ask your provider if they can do this." +msgstr "" +"NextGEN Gallery использует некоторые функции которые доступно только в PHP 5.2 " +"и выше. Вы используете старую версию PHP 4, Обновите сейчас! Старая версия " +"больше не поддерживается сообществом PHP. Многие хостинг-провайдеры позволяют " +"использовать как PHP4 так и PHP5 на сервере. Спросите их и попросите " +"переключить ваш сайт на PHP5 если это можно." + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/style.php:11 +msgid "(From the theme folder)" +msgstr "(Из папки темы)" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/style.php:43 +msgid "You do not have sufficient permissions to edit templates for this blog." +msgstr "Недостаточно привилегий для редактирования шаблона" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/style.php:52 +msgid "CSS file successfully updated" +msgstr "CSS-файл стиля успешно обновлен" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/style.php:91 +msgid "Activate and use style sheet:" +msgstr "Активировать и использовать файл стиля:" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/style.php:111 +msgid "Activate" +msgstr "Активировать" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/style.php:121 +msgid "Editing %s" +msgstr "Изменение %s" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/style.php:123 +msgid "Browsing %s" +msgstr "Просмотр %s" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/style.php:133 +msgid "Version" +msgstr "Версия" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/style.php:136 +msgid "" +"Tip : Copy your stylesheet (nggallery.css) to your theme folder, so it will be " +"not lost during a upgrade" +msgstr "" +"Совет: Скопируйте ваш стиль (nggallery.css) в папку с темой, чтобы не потерять " +"его при обновлении." + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/style.php:138 +msgid "" +"Your theme contain a NextGEN Gallery stylesheet (nggallery.css), this file will " +"be used" +msgstr "" +"Ваша тема содержит файл стилей NextGEN Gallery (nggallery.css), будет " +"использован этот файл" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/style.php:140 +msgid "" +"Tip No. 2: Use the color picker below to help you find the right color scheme " +"for your gallery!" +msgstr "" +"Совет No. 2: Используйте цветовую палитру ниже чтобы подобрать подходящую " +"цветовую схему для галереи!" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/style.php:156 +msgid "Update File" +msgstr "Обновить файл" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/style.php:159 +msgid "If this file were writable you could edit it." +msgstr "Если файл доступен для записи вы можете его изменить" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/style.php:164 +msgid "Oops, no such file exists! Double check the name and try again, merci." +msgstr "Упс, файл не существует! Проверьте имя и повторите, merci." + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:41 +msgid "Most popular" +msgstr "Поплуярные" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:42 +msgid "Least used" +msgstr "Редко используемые" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:43 +msgid "Alphabetical" +msgstr "По алфавиту" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:100 +msgid "Manage image tags" +msgstr "Управление тегами изображений" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:112 +msgid "Existing Tags" +msgstr "Существующие теги" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:116 +msgid "Search tags" +msgstr "Поиск тегов" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:120 +msgid "Go" +msgstr "Вперёд" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:125 +msgid "Sort Order:" +msgstr "Порядок сортировки" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:160 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:164 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:177 +msgid "Previous tags" +msgstr "Предыдущие теги" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:173 +msgid "Next tags" +msgstr "Следующие теги" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:185 +msgid "Rename Tag" +msgstr "Переименовать тег" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:193 +msgid "" +"Enter the tag to rename and its new value. You can use this feature to merge " +"tags too. Click \"Rename\" and all posts which use this tag will be updated." +msgstr "" +"Введите имя тега и новое имя для переименования. Вы так же можете использовать " +"метод для слияния тегов. Нажмите \"Переименовать\" и все записи содержащие тег " +"будут обновлены" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:194 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:242 +msgid "You can specify multiple tags to rename by separating them with commas." +msgstr "Вы можете указать несколько тегов, разделяя запятой" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:198 +msgid "Tag(s) to rename:" +msgstr "Тег(и) для переименования:" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:202 +msgid "New tag name(s):" +msgstr "Новые теги" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:205 +msgid "Rename" +msgstr "Переименовать" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:211 +msgid "Delete Tag" +msgstr "Удалить тег" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:219 +msgid "Enter the name of the tag to delete. This tag will be removed from all posts." +msgstr "Введите имена тегов для удаления. Эти теги будут удалены из всех записей." + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:220 +msgid "You can specify multiple tags to delete by separating them with commas" +msgstr "Вы можете указать несколько тегов, разделяя запятой" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:224 +msgid "Tag(s) to delete:" +msgstr "Тег(и) для удаления:" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:233 +msgid "Edit Tag Slug" +msgstr "Изменить сслыку тега" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:241 +msgid "" +"Enter the tag name to edit and its new slug. This will be used in tagcloud " +"links. Slug " +"definition" +msgstr "" +"Введите имя тега и новую ссылку для редактирования. Это будет использоваться в " +"облаке тегов. Определение ссылок" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:246 +msgid "Tag(s) to match:" +msgstr "Теги:" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:250 +msgid "Slug(s) to set:" +msgstr "Slug(s) to set:" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/edit-thumbnail.php:116 +msgid "Select with the mouse the area for the new thumbnail" +msgstr "Select with the mouse the area for the new thumbnail" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/edit-thumbnail.php:130 +msgid "Thumbnail updated" +msgstr "Эскизы обновлены" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/edit-thumbnail.php:135 +msgid "Error updating thumbnail" +msgstr "Ошибка при обновлении эскизов" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/edit-thumbnail.php:151 +msgid "Select the area for the thumbnail from the picture on the left." +msgstr "Выберите область для отображения ее в качестве эскиза" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:89 +msgid "deleted successfully" +msgstr "удаление завершено" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:105 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:114 +msgid "Operation successful. Please clear your browser cache." +msgstr "Операция завершена. Пожалуйста очистите кеш вашего браузера." + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:170 +msgid "Alt & Title Text / Description" +msgstr "Заголовок / Описание" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:213 +msgid "Exclude ?" +msgstr "Исключить ?" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:298 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:300 +msgid "View" +msgstr "Смотреть" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:308 +msgid "Show meta data" +msgstr "Показать мета-данные" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:317 +msgid "Customize thumbnail" +msgstr "Редактировать эскиз" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:318 +msgid "Edit thumb" +msgstr "Изменить эскиз" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:326 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:327 +msgid "Rotate" +msgstr "Повернуть" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:337 +msgid "Publish this image" +msgstr "Опубликовать изображение" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:338 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/publish.php:58 +msgid "Publish" +msgstr "Опубликовать" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:348 +msgid "Recover image from backup" +msgstr "Восстановить изображение из бекапа" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:349 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:351 +msgid "Recover" +msgstr "Восстановить" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:360 +msgid "Delete image" +msgstr "Удалить изображение" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:391 +msgid "Title:" +msgstr "Заголовок:" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:397 +msgid "Description:" +msgstr "Описание:" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:403 +msgid "Gallery path:" +msgstr "Путь галери:" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:418 +msgid "Link to page:" +msgstr "Ссылка на страницу:" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:419 +msgid "Albums will link this gallery to the selected page" +msgstr "Альбомы будут связаны с галереей на выбранной странице" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:424 +msgid "Preview image:" +msgstr "Главное изображение" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:430 +msgid "Create new page:" +msgstr "Создать страницу:" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:606 +msgid "Gallery deleted successfully " +msgstr "Галерея удалена" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:677 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:680 +msgid "Rotate images" +msgstr "Повернуть изображения" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:702 +msgid "Pictures deleted successfully " +msgstr "Изображения удалены" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:800 +msgid "Tags changed" +msgstr "Теги изменены" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:840 +msgid "Update successful" +msgstr "Обновление завершено" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:875 +msgid "New gallery page ID" +msgstr "ID страницы новой галереи" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:875 +msgid "created" +msgstr "создано" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:913 +msgid "Published a new post" +msgstr "Опубликовать новую запись" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:1060 +msgid "Go to the first page" +msgstr "К первой странице" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:1067 +msgid "Go to the previous page" +msgstr "Предыдущая страница" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:1076 +msgid "Current page" +msgstr "Текущая страница" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:1087 +msgid "Go to the next page" +msgstr "Следующая станица" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:1094 +msgid "Go to the last page" +msgstr "Последняя странница" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/publish.php:35 +msgid "Post title" +msgstr "Заголовок записи" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/publish.php:37 +msgid "Enter the post title " +msgstr "Введите заголовок записи" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/publish.php:42 +msgid "Size of the image" +msgstr "Размер изображения" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/publish.php:45 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:249 +msgid "Alignment" +msgstr "Расположение" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/publish.php:51 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:256 +msgid "Center" +msgstr "Центр" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/publish.php:60 +msgid "Draft" +msgstr "Черновик" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/thumbnails-template.php:103 +msgid "These are maximum values" +msgstr "Это максимальный размер, возможно будет уменьшен при соблюдении соотношения" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/showmeta.php:29 +msgid "Meta Data" +msgstr "Мета-данные" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/showmeta.php:34 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/showmeta.php:60 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/showmeta.php:85 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/showmeta.php:109 +msgid "Tag" +msgstr "Тег" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/showmeta.php:35 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/showmeta.php:61 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/showmeta.php:86 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/showmeta.php:110 +msgid "Value" +msgstr "Значение" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/showmeta.php:49 +msgid "No meta data saved" +msgstr "Нет мета-данных для сохранения" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/showmeta.php:55 +msgid "EXIF Data" +msgstr "EXIF Данные" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/roles.php:26 +msgid "" +"Select the lowest role which should be able to access the following " +"capabilities. NextGEN Gallery supports the standard roles from WordPress." +msgstr "" +"Укажите какие группы пользователей WordPress имеют доступ к нижеследующим " +"опциям NextGEN Gallery." + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/roles.php:27 +msgid "For a more flexible user management you can use the" +msgstr "Для более гибкой настройки прав используйте" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/roles.php:31 +msgid "Main NextGEN Gallery overview" +msgstr "NextGEN Gallery общие сведения" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/roles.php:35 +msgid "Use TinyMCE Button / Upload tab" +msgstr "Кнопка в редкаторе записи / Вкладка загрузки" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/roles.php:39 +msgid "Add gallery / Upload images" +msgstr "Создание галерей / Загрузка изображений" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/roles.php:43 +msgid "Manage gallery" +msgstr "Управление галереей" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/roles.php:47 +msgid "Manage others gallery" +msgstr "Управление другими галереями" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/roles.php:51 +msgid "Manage tags" +msgstr "Управление тегами" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/roles.php:59 +msgid "Change style" +msgstr "Изменять стили" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/roles.php:63 +msgid "Change options" +msgstr "Изменять настройки NextGEN" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/roles.php:67 +msgid "NextGEN Attach Interface" +msgstr "Интерфейс вложений NextGEN" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:22 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/upgrade.php:204 +msgid "Rebuild image structure : %s / %s images" +msgstr "Перерасчёт структуры изображений: %s / %s изображений" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:23 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/upgrade.php:205 +msgid "Rebuild gallery structure : %s / %s galleries" +msgstr "Перерасчёт структуры галереи: %s / %s галерей" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:24 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/upgrade.php:206 +msgid "Rebuild album structure : %s / %s albums" +msgstr "Перерасчёт структуры альбома: %s / %s альбом" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:81 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/upgrade.php:263 +msgid "Done." +msgstr "Завершено." + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:196 +msgid "Cache cleared" +msgstr "Кеш очищен." + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:315 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:334 +msgid "General Options" +msgstr "Оновные настройки" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:317 +msgid "Images" +msgstr "Изображения" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:319 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:572 +msgid "Effects" +msgstr "Эффекты" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:320 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:614 +msgid "Watermark" +msgstr "Водяной знак" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:342 +msgid "This is the default path for all galleries" +msgstr "Это стандартный путь к галереям" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:345 +msgid "Delete image files" +msgstr "Удалить файлы изображений" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:347 +msgid "Delete files, when removing a gallery in the database" +msgstr "Удалить файлы, при удалении изображений из базы данных" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:350 +msgid "Activate permalinks" +msgstr "Использовать постоянные ссылки" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:352 +msgid "" +"When you activate this option, you need to update your permalink structure one " +"time." +msgstr "При активации этой опции вы должны обновить структуру ссылок единожды." + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:353 +msgid "Gallery slug name :" +msgstr "Ссылка на гелерею:" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:357 +msgid "Create new URL friendly image slugs" +msgstr "Создать новый URL-совместимый короткий тег" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:358 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:474 +msgid "Proceed now" +msgstr "Выполнить" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:361 +msgid "Select graphic library" +msgstr "Выберите графическую библиотеку" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:362 +msgid "GD Library" +msgstr "GD библиотека" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:363 +msgid "ImageMagick (Experimental). Path to the library :" +msgstr "ImageMagick (Экспериментально).Путь к библиотеке :" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:368 +msgid "Activate Media RSS feed" +msgstr "Активировать новостную Media RSS ленту" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:378 +msgid "Tags / Categories" +msgstr "Теги/Рубрики" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:381 +msgid "Activate related images" +msgstr "Включить связанные изображения" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:383 +msgid "This option will append related images to every post" +msgstr "Эта опция будет добавлять изображения в каждый связанный пост." + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:387 +msgid "Match with" +msgstr "Совпадает с" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:393 +msgid "Max. number of images" +msgstr "Максимальное кол-во изображений" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:395 +msgid "0 will show all images" +msgstr "0 - отобразит все изображения" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:399 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:435 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:477 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:562 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:597 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:860 +msgid "More settings" +msgstr "Больше настроек" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:409 +msgid "Thumbnail settings" +msgstr "Параметры миниатюр" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:413 +msgid "" +"Please note : If you change the settings, you need to recreate the thumbnails " +"under -> Manage Gallery ." +msgstr "" +"Обратите внимание: Если изменить настройки, вам нужно будет пересоздать " +"миниатюры в \"Управлении галереями\"" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:431 +msgid "Thumbnail quality" +msgstr "Качество эскизов" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:445 +msgid "Image settings" +msgstr "Настройки изображений" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:451 +msgid "Resize Images" +msgstr "Изменить размер" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:460 +msgid "Backup original images" +msgstr "Бекап оригинальных изображений" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:462 +msgid "Creates a backup for inserted images" +msgstr "Создаёт бекап вставленных изображений" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:465 +msgid "Automatically resize" +msgstr "Автоматически изменять размер" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:467 +msgid "Automatically resize images on upload." +msgstr "Автоматически изменять размер при загрузке" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:470 +msgid "Single picture" +msgstr "Одиночное изображение" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:473 +msgid "Clear cache folder" +msgstr "Очистить кеш-папку" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:494 +msgid "Deactivate gallery page link" +msgstr "Выключить ссылку на страницу с галереей" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:496 +msgid "" +"The album will not link to a gallery subpage. The gallery is shown on the same " +"page." +msgstr "" +"Альбом не будет ссылаться на подстраницу галереи. Галерея будет отображаться на " +"той же странице." + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:500 +msgid "Number of images per page" +msgstr "Изображений на страницу" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:502 +msgid "0 will disable pagination, all images on one page" +msgstr "0 выключить страничную навигацию, все изображения будут на одной странице" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:506 +msgid "Number of columns" +msgstr "Кол-во в ряду" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:512 +msgid "Integrate slideshow" +msgstr "Интегрироваь слайдшоу" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:527 +msgid "The gallery will open the ImageBrowser instead the effect." +msgstr "Галерея откроет Браузер Изображений вместо эффекта" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:531 +msgid "Add hidden images" +msgstr "Отображать скрытые изображения" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:533 +msgid "" +"If pagination is used, this option will still show all images in the modal " +"window (Thickbox, Lightbox etc.). Note : This increases the page load" +msgstr "" +"Если страничная навигация включена, данная опция будет показывать все " +"изображения в диалоговом окне(Thickbox, Lightbox etc.). Заметка: Это увеличит " +"загрузку страниц" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:539 +msgid "" +"Browse images without reload the page. Note : Works only in combination with " +"Shutter effect" +msgstr "" +"Листать изображения без перезагрузки страницы. Заметка: Работает только в " +"комбинации с Shutter effect" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:543 +msgid "Sort options" +msgstr "Параметры сортировки" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:546 +msgid "Sort thumbnails" +msgstr "Упорядочить эскизы" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:548 +msgid "Custom order" +msgstr "Ручной порядок" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:550 +msgid "File name" +msgstr "Имя файла" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:551 +msgid "Alt / Title text" +msgstr "Всплывающая подсказка" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:552 ../../../../../products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser-exif.php:58 +msgid "Date / Time" +msgstr "Время/Дата" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:556 +msgid "Sort direction" +msgstr "Направление" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:576 +msgid "" +"Here you can select the thumbnail effect, NextGEN Gallery will integrate the " +"required HTML code in the images. Please note that only the Shutter and " +"Thickbox effect will automatic added to your theme." +msgstr "" +"Здесь Вы можете выбрать эффект миниатюры, NextGEN Галерея интегрирует " +"необходимый HTML код в изображения. Пожалуйста, обратите внимание, что только " +"Shutter и Thickbox эффекты будут автоматически добавлены ​​в вашу тему." + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:577 +msgid "" +"you can activate a navigation through the images (depend on the effect). Change " +"the code line only , when you use a different thumbnail effect or you know what " +"you do." +msgstr "" +"вы можете активировать навигацию по изображениям (зависит от эффектов). " +"Измените строку кода только если используете различные эффекты миниатюр или " +"если вы знаете что делаете." + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:580 +msgid "JavaScript Thumbnail effect" +msgstr "JavaScript эффект миниатюр" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:615 +msgid "" +"Please note : You can only activate the watermark under -> Manage Gallery . " +"This action cannot be undone." +msgstr "" +"Обратите внимание: Вы можете активировать водяной знак только в \"Управлении " +"галереями\". Это действие не может быть отменено" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:620 +msgid "Preview" +msgstr "Предпросмотр" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:622 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:627 +msgid "Position" +msgstr "Расположение" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:647 +msgid "Offset" +msgstr "Смещение" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:663 +msgid "Use image as watermark" +msgstr "Использовать изображение в качестве водяного знака" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:671 +msgid "Use text as watermark" +msgstr "Использовать текст в качестве водяного знака" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:674 +msgid "Font" +msgstr "Шрифт" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:690 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:262 +msgid "Size" +msgstr "Размер" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:694 +msgid "Color" +msgstr "Цвет" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:699 +msgid "Text" +msgstr "Текст" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:724 +msgid "Default size (W x H)" +msgstr "Стандартный размер (W x H)" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:736 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:813 +msgid "fade" +msgstr "Исчезновение" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:745 +msgid "See here for more information about the effects :" +msgstr "Смотрите здесь для более подробной информации об эффектах:" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:773 +msgid "Search now" +msgstr "Искать" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:774 +msgid "Press the button below to search for the JW Image Rotator" +msgstr "Нажмите кнопку ниже для поиска JW Image Rotator" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:778 +msgid "Shuffle mode" +msgstr "Случайно" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:805 +msgid "none" +msgstr "нет" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:816 +msgid "circles" +msgstr "круги" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:817 +msgid "bubbles" +msgstr "пузыри" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:821 +msgid "lines" +msgstr "линии" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:831 +msgid "Background Color" +msgstr "Фоновой цвет" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:846 +msgid "Screen Color" +msgstr "Цвет экрана" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/upgrade.php:61 +msgid "" +"Some folders/files could not renamed, please recheck the permission and rescan " +"the folder in the manage gallery section." +msgstr "Некоторые файлы/папки нельзя переименовать, проверьте права доступа к ним." + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/upgrade.php:63 +msgid "Rename failed" +msgstr "Переименовать файлы" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/upgrade.php:159 ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/upgrade.php:178 +msgid "Upgrade NextGEN Gallery" +msgstr "Обновить NExtGEN Gallery" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/upgrade.php:160 +msgid "The script detect that you upgrade from a older version." +msgstr "Скрипт обнаружил обновление со старой версии на новую" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/upgrade.php:161 +msgid "" +"Your database tables for NextGEN Gallery is out-of-date, and must be upgraded " +"before you can continue." +msgstr "Таблицы базы данных устарели и нуждаются в обновлении" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/upgrade.php:162 +msgid "" +"If you would like to downgrade later, please make first a complete backup of " +"your database and the images." +msgstr "" +"Если вы хотите сделать откат позже, пожалуйста сделайте вначале полный бекап " +"базы данных и изображений." + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/upgrade.php:163 +msgid "The upgrade process may take a while, so please be patient." +msgstr "Процесс обновления может занять некоторое время, пожалуйста ждите" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/upgrade.php:164 +msgid "Start upgrade now" +msgstr "Начать обновление" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/upgrade.php:180 +msgid "Upgrade finished..." +msgstr "Обновление завершено" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/upgrade.php:181 +msgid "Continue" +msgstr "Продолжить" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:186 +msgid "No gallery" +msgstr "Вне галереи" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:198 +msgid "Select »" +msgstr "Выбрать »" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:230 +msgid "Hide" +msgstr "Скрыть" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:235 +msgid "Image ID:" +msgstr "ID Изображения:" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:268 +msgid "Full size" +msgstr "Полный размер" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:270 +msgid "Singlepic" +msgstr "Одиночное изображение" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:284 +msgid "Insert into Post" +msgstr "Вставить в Запись" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:295 +msgid "Save all changes" +msgstr "Сохранить все изменения" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/manage-sort.php:35 +msgid "Sort order changed" +msgstr "Порядок сортировки изменён" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/manage-sort.php:97 +msgid "Sort Gallery" +msgstr "Упорядочить галерею" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/manage-sort.php:101 +msgid "Update Sort Order" +msgstr "Обновить порядок сортировки" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/manage-sort.php:104 +msgid "Back to gallery" +msgstr "Назад к галерее" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/manage-sort.php:109 +msgid "Presort" +msgstr "Предварительная сортировка" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/manage-sort.php:110 +msgid "Unsorted" +msgstr "Несортированный" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/templates/manage_gallery/gallery_link_to_page_field.php:3 +msgid "Not linked" +msgstr "Не связано" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/templates/manage_gallery/gallery_create_page_field.php:3 +msgid "Main Page (no parent)" +msgstr "Главная страница (не родитель)" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/admin/templates/manage_gallery/gallery_create_page_field.php:10 +msgid "Add page" +msgstr "Добавить страницу" + +#: ../../../../../products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser-exif.php:38 +msgid "Meta data" +msgstr "Мета-данные" + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_data/class.ngglegacy_gallerystorage_driver.php:223 +msgid "Invalid image file. Acceptable formats: JPG, GIF, and PNG." +msgstr "Не поддерживаемый тип файла! Допустимые форматы: JPG, GIF, и PNG." + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_data/class.ngglegacy_gallerystorage_driver.php:647 +msgid "Unable to create directory %s." +msgstr "Не могу создать папку %s" + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_data/class.ngglegacy_gallerystorage_driver.php:693 +msgid "Failed to get image path for %s" +msgstr "Ошибка при получении пути изображения %s" + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_data/class.ngglegacy_gallerystorage_driver.php:715 +msgid "Copied image %1$s to %2$s" +msgstr "Скопировано изображение %1$s в %2$s" + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_data/class.ngglegacy_gallerystorage_driver.php:740 +msgid "Copied %1$s picture(s) to gallery %2$s ." +msgstr "Скопировано %1$s изображение(й) в галерею %2$s ." + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_data/class.ngglegacy_gallerystorage_driver.php:767 +msgid "Could not find image" +msgstr "Не могу найти изображение" + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_data/class.ngglegacy_gallerystorage_driver.php:777 +msgid "Backup file does not exist" +msgstr "Бекап файла не существует" + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_data/class.ngglegacy_gallerystorage_driver.php:782 +msgid "Could not restore original image" +msgstr "Не могу восстановить оригинальное изображение" + +#: ../../../../../products/photocrati_nextgen/modules/nextgen_data/class.gallerystorage_driver_base.php:1062 +msgid "Could not calculate resized image dimensions" +msgstr "Не удалось вычислить разрешение изображений" diff --git a/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/i18n/lang/nggallery-zh_CN.mo b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/i18n/lang/nggallery-zh_CN.mo new file mode 100644 index 0000000000000000000000000000000000000000..816dfc5c1f5688ace2e411da4424583e56d28c04 GIT binary patch literal 70799 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 literal 0 HcmV?d00001 diff --git a/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/i18n/lang/nggallery-zh_CN.po b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/i18n/lang/nggallery-zh_CN.po new file mode 100644 index 0000000..27bb862 --- /dev/null +++ b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/i18n/lang/nggallery-zh_CN.po @@ -0,0 +1,4154 @@ +# NextGEN Gallery base (English) .po source +# Copyright (C) 2014 Photocrati Media +# This file is distributed under the same license as the NextGEN Gallery package. +# +msgid "" +msgstr "" +"Project-Id-Version: NextGEN Gallery\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2014-02-20 19:45-0800\n" +"PO-Revision-Date: 2014-06-17 23:08+0800\n" +"Last-Translator: Vahi Chen \n" +"Language-Team: Vahi Chen \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"Language: zh_CN\n" +"X-Generator: Poedit 1.6.5\n" + +#: nggallery.php:290 +#, php-format +msgid "Every %d seconds" +msgstr "每 %d 秒" + +#: products/photocrati_nextgen/modules/attach_to_post/adapter.attach_to_post_ajax.php:157 +#, php-format +msgid "Album: %s" +msgstr "相册:%s" + +#: products/photocrati_nextgen/modules/attach_to_post/adapter.attach_to_post_ajax.php:159 +#, php-format +msgid "Gallery: %s" +msgstr "图库:%s" + +#: products/photocrati_nextgen/modules/attach_to_post/adapter.attach_to_post_ajax.php:177 +msgid "Missing parameters" +msgstr "缺少参数" + +#: products/photocrati_nextgen/modules/attach_to_post/adapter.attach_to_post_ajax.php:213 +msgid "Displayed gallery does not exist" +msgstr "显示的图库不存在" + +#: products/photocrati_nextgen/modules/attach_to_post/adapter.attach_to_post_ajax.php:216 +msgid "Invalid request" +msgstr "无效请求" + +#: products/photocrati_nextgen/modules/attach_to_post/class.attach_controller.php:248 +msgid "NextGEN Gallery - Attach To Post" +msgstr "NextGEN 图库 - 附加到日志" + +#: products/photocrati_nextgen/modules/attach_to_post/class.attach_controller.php:266 +msgid "Display Galleries" +msgstr "显示图库" + +#: products/photocrati_nextgen/modules/attach_to_post/class.attach_controller.php:273 +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/adapter.nextgen_addgallery_controller.php:7 +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:192 +msgid "Add Gallery / Images" +msgstr "新增图库/图像" + +#: products/photocrati_nextgen/modules/attach_to_post/class.attach_controller.php:280 +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:160 +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:194 +msgid "Manage Galleries" +msgid_plural "Manage Galleries" +msgstr[0] "管理图库" + +#: products/photocrati_nextgen/modules/attach_to_post/class.attach_controller.php:287 +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:404 +msgid "Manage Albums" +msgid_plural "Manage Albums" +msgstr[0] "管理相册" + +#: products/photocrati_nextgen/modules/attach_to_post/class.attach_controller.php:294 +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:162 +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:198 +msgid "Manage Tags" +msgstr "管理标签" + +#: products/photocrati_nextgen/modules/attach_to_post/mixin.attach_to_post_display_tab.php:115 +msgid "What would you like to display?" +msgstr "你希望如何显示?" + +#: products/photocrati_nextgen/modules/attach_to_post/mixin.attach_to_post_display_tab.php:139 +msgid "Select a display type" +msgstr "选择一个显示类型" + +#: products/photocrati_nextgen/modules/attach_to_post/mixin.attach_to_post_display_tab.php:162 +msgid "Customize the display settings" +msgstr "自定义显示设置" + +#: products/photocrati_nextgen/modules/attach_to_post/mixin.attach_to_post_display_tab.php:253 +msgid "No display type selected" +msgstr "未选择显示类型" + +#: products/photocrati_nextgen/modules/attach_to_post/mixin.attach_to_post_display_tab.php:271 +msgid "Sort or Exclude Images" +msgstr "排序或排除图像" + +#: products/photocrati_nextgen/modules/attach_to_post/module.attach_to_post.php:186 +msgid "Invalid Displayed Gallery" +msgstr "显示的图库无效" + +#: products/photocrati_nextgen/modules/attach_to_post/templates/display_tab.php:10 +#: products/photocrati_nextgen/modules/nextgen_admin/templates/nextgen_admin_page.php:25 +msgid "Save" +msgstr "保存" + +#: products/photocrati_nextgen/modules/attach_to_post/templates/display_tab_js.php:612 +msgid "Sources" +msgstr "来源" + +#: products/photocrati_nextgen/modules/attach_to_post/templates/display_tab_js.php:646 +#: products/photocrati_nextgen/modules/nextgen_admin/class.form.php:362 +msgid "(optional)" +msgstr "(可选)" + +#: products/photocrati_nextgen/modules/attach_to_post/templates/display_tab_js.php:654 +msgid "" +"Sets an SEO-friendly name to this gallery for URLs. Currently only in use by " +"the Pro Lightbox." +msgstr "" +"为该图库的地址设置一个 SEO 有好的名字。当前只在 Lightbox 专业版中使用。" + +#: products/photocrati_nextgen/modules/attach_to_post/templates/display_tab_js.php:655 +msgid "Slug" +msgstr "别名" + +#: products/photocrati_nextgen/modules/attach_to_post/templates/display_tab_js.php:860 +msgid "No entities to display for this source." +msgstr "没有显示该源的条目。" + +#: products/photocrati_nextgen/modules/attach_to_post/templates/display_tab_js.php:1264 +msgid "Select a gallery" +msgstr "选择一个图库" + +#: products/photocrati_nextgen/modules/attach_to_post/templates/display_tab_js.php:1292 +msgid "Albums" +msgstr "相册" + +#: products/photocrati_nextgen/modules/lightbox/adapter.lightbox_library_form.php:34 +msgid "Code" +msgstr "代码" + +#: products/photocrati_nextgen/modules/lightbox/adapter.lightbox_library_form.php:48 +msgid "Stylesheet URL" +msgstr "样式表地址" + +#: products/photocrati_nextgen/modules/lightbox/adapter.lightbox_library_form.php:62 +msgid "Javascript URL" +msgstr "Javascript 地址" + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/adapter.import_folder_form.php:7 +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/templates/import_folder.php:6 +msgid "Import Folder" +msgstr "导入文件夹" + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/adapter.nextgen_addgallery_ajax.php:41 +msgid "No gallery name specified" +msgstr "未指定图库名称" + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/adapter.nextgen_addgallery_ajax.php:55 +msgid "Failed to extract images from ZIP" +msgstr "从ZIP中解压图像失败" + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/adapter.nextgen_addgallery_ajax.php:61 +msgid "Image generation failed" +msgstr "图像生成失败" + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/adapter.nextgen_addgallery_ajax.php:70 +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/adapter.nextgen_addgallery_ajax.php:150 +msgid "An unexpected error occured." +msgstr "发生了一个意外的错误。" + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/adapter.nextgen_addgallery_ajax.php:77 +msgid "" +"No permissions to upload images. Try refreshing the page or ensuring that " +"your user account has sufficient roles/privileges." +msgstr "没有权限上传图像。尝试刷新页面或确保你的用户账号拥有足够的角色和权限。" + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/adapter.nextgen_addgallery_ajax.php:117 +msgid "Directory does not exist." +msgstr "目录不存在。" + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/adapter.nextgen_addgallery_ajax.php:121 +msgid "No directory specified." +msgstr "未指定目录。" + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/adapter.nextgen_addgallery_ajax.php:125 +msgid "" +"No permissions to browse folders. Try refreshing the page or ensuring that " +"your user account has sufficient roles/privileges." +msgstr "" +"没有权限浏览文件夹。尝试刷新页面或确保你的用户账号拥有足够的角色和权限。" + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/adapter.nextgen_addgallery_ajax.php:155 +msgid "No folder specified" +msgstr "未指定文件夹" + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/adapter.nextgen_addgallery_ajax.php:159 +msgid "" +"No permissions to import folders. Try refreshing the page or ensuring that " +"your user account has sufficient roles/privileges." +msgstr "" +"没有权限导入文件夹。尝试刷新页面或确保你的用户账号拥有足够的角色和权限。" + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/adapter.upload_images_form.php:7 +msgid "Upload Images" +msgstr "上传图像" + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/templates/import_folder.php:1 +msgid "" +"Select a folder to import. The folder name will be used as the title of the " +"gallery." +msgstr "选择需要导入的文件。文件夹名将作为图库的标题。" + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/templates/import_folder.php:5 +msgid "Keep images in original location." +msgstr "保留图像在原有位置。" + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/templates/import_folder.php:5 +msgid "" +"Caution: If you keep images in the original folder and later delete the " +"gallery, the images in that folder might be deleted depending on your " +"settings." +msgstr "" +"警告:如果你保留图像在原有文件夹中,而后删除了该图库,根据你的设置,该文件夹" +"中的图像可能也会被删除。" + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/templates/import_folder.php:39 +msgid "Importing gallery" +msgstr "导入图库中" + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/templates/import_folder.php:41 +msgid "In Progress..." +msgstr "进行中……" + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/templates/import_folder.php:56 +#, php-format +msgid "Done! Successfully imported %s images" +msgstr "完成!成功导入 %s 张图像" + +#: products/photocrati_nextgen/modules/attach_to_post/templates/display_tab_js.php:1268 +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/templates/upload_images.php:2 +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:189 +#: products/photocrati_nextgen/modules/ngglegacy/lib/rewrite.php:217 +#: products/photocrati_nextgen/modules/ngglegacy/lib/rewrite.php:226 +msgid "Gallery" +msgid_plural "Galleries" +msgstr[0] "图库" + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/templates/upload_images.php:4 +msgid "Create a new gallery" +msgstr "创建一个新图库" + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/templates/upload_images.php:13 +msgid "You browser doesn't have Flash, Silverlight, HTML5, or HTML4 support." +msgstr "你的浏览器没有 Flash、Silverlight、HTML5或者HTML4支持。" + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/templates/upload_images.php:99 +msgid "Drag image and ZIP files here or click Add Files" +msgstr "拖拽图像和ZIP文件到这里,或点击添加文件" + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/templates/upload_images.php:149 +#, php-format +msgid "%s images were uploaded successfully" +msgstr "成功上传 %s 张图像" + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/templates/upload_images.php:152 +msgid "1 image was uploaded successfully" +msgstr "成功上传 1 张图像" + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/templates/upload_images.php:155 +msgid "0 images were uploaded" +msgstr "上传 0 张图像" + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/templates/upload_images.php:169 +msgid "Upload complete" +msgstr "上传完成" + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/templates/upload_images.php:191 +msgid "" +"An unexpected error occured. This is most likely due to a server " +"misconfiguration. Check your PHP error log or ask your hosting provider for " +"assistance." +msgstr "" +"发生了一个意外的错误。这很可能是因为服务器的错误配置。检查你的 PHP 错误日志或" +"者向你的主机提供商寻求帮助。" + +#: products/photocrati_nextgen/modules/nextgen_admin/class.form.php:226 +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_thumbnail_form.php:167 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:537 +msgid "Enable AJAX pagination" +msgstr "启用 AJAX 分页" + +#: products/photocrati_nextgen/modules/nextgen_admin/class.form.php:238 +msgid "Override thumbnail settings" +msgstr "覆盖缩略图设置" + +#: products/photocrati_nextgen/modules/nextgen_admin/class.form.php:240 +msgid "" +"This does not affect existing thumbnails; overriding the thumbnail settings " +"will create an additional set of thumbnails. To change the size of existing " +"thumbnails please visit 'Manage Galleries' and choose 'Create new " +"thumbnails' for all images in the gallery." +msgstr "" +"覆盖缩略图设置会创建一组新的缩略图,这不会影响已有的缩略图。要改变已有缩略图" +"的大小,请访问“管理图库”,对图库中的所有图像选择“创建新缩略图”。" + +#: products/photocrati_nextgen/modules/nextgen_admin/class.form.php:248 +#: products/photocrati_nextgen/modules/nextgen_basic_singlepic/adapter.nextgen_basic_singlepic_form.php:37 +msgid "Thumbnail dimensions" +msgstr "缩略图尺寸" + +#: products/photocrati_nextgen/modules/nextgen_admin/class.form.php:262 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:431 +msgid "Thumbnail quality" +msgstr "缩略图质量" + +#: products/photocrati_nextgen/modules/nextgen_admin/class.form.php:272 +msgid "Thumbnail crop" +msgstr "缩略图裁切" + +#: products/photocrati_nextgen/modules/nextgen_admin/class.form.php:281 +msgid "Thumbnail watermark" +msgstr "缩略图水印" + +#: products/photocrati_nextgen/modules/nextgen_admin/class.form.php:306 +msgid "Override image settings" +msgstr "覆盖图像设置" + +#: products/photocrati_nextgen/modules/nextgen_admin/class.form.php:308 +msgid "Overriding the image settings will create an additional set of images" +msgstr "覆盖图像设置会创建一组新的图像" + +#: products/photocrati_nextgen/modules/nextgen_admin/class.form.php:316 +#: products/photocrati_nextgen/modules/nextgen_basic_singlepic/adapter.nextgen_basic_singlepic_form.php:66 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:456 +msgid "Image quality" +msgstr "图像质量" + +#: products/photocrati_nextgen/modules/nextgen_admin/class.form.php:326 +msgid "Image crop" +msgstr "图像裁切" + +#: products/photocrati_nextgen/modules/nextgen_admin/class.form.php:335 +msgid "Image watermark" +msgstr "图像水印" + +#: products/photocrati_nextgen/modules/nextgen_admin/class.form.php:359 +msgid "Gallery width" +msgstr "图库宽度" + +#: products/photocrati_nextgen/modules/nextgen_admin/class.form.php:361 +msgid "An empty or 0 setting will make the gallery full width" +msgstr "留空或者设置为0,会以全宽显示图库。" + +#: products/photocrati_nextgen/modules/nextgen_admin/class.form.php:365 +msgid "Pixels" +msgstr "像素" + +#: products/photocrati_nextgen/modules/nextgen_admin/class.form.php:365 +msgid "Percent" +msgstr "百分比" + +#: products/photocrati_nextgen/modules/nextgen_admin/class.form.php:374 +msgid "First Image" +msgstr "第一张图" + +#: products/photocrati_nextgen/modules/nextgen_admin/class.form.php:375 +msgid "Average" +msgstr "平均" + +#: products/photocrati_nextgen/modules/nextgen_admin/class.nextgen_admin_page_controller.php:100 +msgid "Clear" +msgstr "清楚" + +#: products/photocrati_nextgen/modules/nextgen_admin/class.nextgen_admin_page_controller.php:101 +msgid "Default" +msgstr "默认" + +#: products/photocrati_nextgen/modules/nextgen_admin/class.nextgen_admin_page_controller.php:102 +msgid "Select Color" +msgstr "选择颜色" + +#: products/photocrati_nextgen/modules/nextgen_admin/class.nextgen_admin_page_controller.php:103 +msgid "Current Color" +msgstr "当前颜色" + +#: products/photocrati_nextgen/modules/nextgen_admin/class.nextgen_admin_page_controller.php:174 +msgid "Saved successfully" +msgstr "保存成功" + +#: products/photocrati_nextgen/modules/nextgen_admin/templates/field_generator/nextgen_settings_field_radio.php:16 +#: products/photocrati_nextgen/modules/nextgen_basic_singlepic/templates/nextgen_basic_singlepic_settings_radio.php:16 +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:122 +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.miscellaneous_form.php:24 +#: products/photocrati_nextgen/modules/nextgen_other_options/templates/image_options_tab.php:40 +#: products/photocrati_nextgen/modules/nextgen_other_options/templates/image_options_tab.php:65 +#: products/photocrati_nextgen/modules/nextgen_other_options/templates/image_options_tab.php:191 +#: products/photocrati_nextgen/modules/nextgen_other_options/templates/thumbnail_options_tab.php:37 +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:407 +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:454 +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:457 +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:460 +msgid "Yes" +msgstr "是" + +#: products/photocrati_nextgen/modules/nextgen_admin/templates/field_generator/nextgen_settings_field_radio.php:24 +#: products/photocrati_nextgen/modules/nextgen_basic_singlepic/templates/nextgen_basic_singlepic_settings_radio.php:24 +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:123 +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.miscellaneous_form.php:23 +#: products/photocrati_nextgen/modules/nextgen_other_options/templates/image_options_tab.php:47 +#: products/photocrati_nextgen/modules/nextgen_other_options/templates/image_options_tab.php:72 +#: products/photocrati_nextgen/modules/nextgen_other_options/templates/image_options_tab.php:198 +#: products/photocrati_nextgen/modules/nextgen_other_options/templates/thumbnail_options_tab.php:44 +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:409 +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:455 +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:458 +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:461 +msgid "No" +msgstr "否" + +#: products/photocrati_nextgen/modules/nextgen_basic_album/mixin.nextgen_basic_album_form.php:25 +msgid "Display galleries as" +msgstr "图库显示为" + +#: products/photocrati_nextgen/modules/nextgen_basic_album/mixin.nextgen_basic_album_form.php:26 +msgid "How would you like galleries to be displayed?" +msgstr "你希望图库如何显示?" + +#: products/photocrati_nextgen/modules/nextgen_basic_album/mixin.nextgen_basic_album_form.php:28 +msgid "Galleries per page" +msgstr "每页图库数" + +#: products/photocrati_nextgen/modules/nextgen_basic_album/mixin.nextgen_basic_album_form.php:47 +msgid "Items per page" +msgstr "每页条目数" + +#: products/photocrati_nextgen/modules/nextgen_basic_album/mixin.nextgen_basic_album_form.php:48 +msgid "Maximum number of galleries or sub-albums to appear on a single page" +msgstr "文章页面中显示的图库或子相册的最大个数" + +#: products/photocrati_nextgen/modules/nextgen_basic_album/templates/compact.php:28 +#: products/photocrati_nextgen/modules/nextgen_basic_album/templates/extended.php:15 +#: products/photocrati_nextgen/modules/ngglegacy/view/album-compact.php:45 +#: products/photocrati_nextgen/modules/ngglegacy/view/album-extend.php:31 +msgid "Photos" +msgstr "图像" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_gallery_mapper.php:94 +msgid "[Show PicLens]" +msgstr "[显示 PicLens]" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:63 +msgid "Interval" +msgstr "间隔" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:67 +msgid "# of seconds" +msgstr "# 秒" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:77 +msgid "Image limit" +msgstr "图像限制" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:79 +msgid "Maximum number of images to display with recent or random sources" +msgstr "在最近的或随机的源中显示的最大图像个数" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:81 +msgid "# of images" +msgstr "# 张图片" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:112 +msgid "Maximum dimensions" +msgstr "最大尺寸" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:113 +msgid "" +"Certain themes may allow images to flow over their container if this setting " +"is too large" +msgstr "如果设置过大,某些主题会允许图像溢出它们的容器" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:123 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:765 +msgid "Enable flash slideshow" +msgstr "启用 flash 幻灯片" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:125 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:767 +msgid "Integrate the flash based slideshow for all flash supported devices" +msgstr "为所有支持 flash 的设备集成基于 flash 的幻灯片" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:134 +msgid "Shuffle" +msgstr "随机" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:146 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:782 +msgid "Show next image on click" +msgstr "点击显示下一张图" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:158 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:786 +msgid "Show navigation bar" +msgstr "显示导航栏" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:170 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:790 +msgid "Show loading icon" +msgstr "显示加载图标" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:182 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:794 +msgid "Use watermark logo" +msgstr "使用水印标志" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:184 +msgid "" +"Use the watermark image in the Flash object. Note: this does not watermark " +"the image itself, and cannot be applied with text watermarks" +msgstr "" +"在 Flash 对象中使用水印图像。注意:图像本身不会添加水印,且不适用于文本水印" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:194 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:799 +msgid "Stretch image" +msgstr "拉伸图像" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:231 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:827 +msgid "Use slow zooming effect" +msgstr "使用慢缩放特效" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:243 +msgid "Background music (url)" +msgstr "背景音乐(地址)" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:256 +msgid "Try XHTML validation" +msgstr "尝试 XHTML 验证" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:268 +msgid "Background" +msgstr "背景" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:280 +msgid "Texts / buttons" +msgstr "文本 / 按钮" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:292 +msgid "Rollover / active" +msgstr "反转 / 当前" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:304 +msgid "Screen" +msgstr "屏幕" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:322 +msgid "Show thumbnail link" +msgstr "显示缩略图链接" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:338 +msgid "Thumbnail link text" +msgstr "缩略图链接文本" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_thumbnail_form.php:65 +msgid "Images per page" +msgstr "每页图像数" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_thumbnail_form.php:67 +msgid "0 will display all images at once" +msgstr "0 会同时显示所有图像" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_thumbnail_form.php:85 +msgid "Number of columns to display" +msgstr "显示的列数" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_thumbnail_form.php:89 +msgid "# of columns" +msgstr "# 列" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_thumbnail_form.php:105 +msgid "Piclens link text" +msgstr "Piclens 链接文本" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_thumbnail_form.php:123 +msgid "Show piclens link" +msgstr "显示 piclens 链接" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_thumbnail_form.php:139 +msgid "Add Hidden Images" +msgstr "添加隐藏图像" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_thumbnail_form.php:141 +msgid "" +"If pagination is used this option will show all images in the modal window " +"(Thickbox, Lightbox etc.) This increases page load." +msgstr "" +"如果使用分页,此选项会在模式窗口(Thickbox、Lightbox等等)中显示图像。这会增" +"加页面负载。" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_thumbnail_form.php:150 +msgid "Use imagebrowser effect" +msgstr "使用 imagebrowser 特效" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_thumbnail_form.php:152 +msgid "" +"When active each image in the gallery will link to an imagebrowser display " +"and lightbox effects will not be applied." +msgstr "" +"启用后,图库中的每张图像会链接到一个 imagebrowser 中,而 lightbox 特效则不会" +"被应用。" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_thumbnail_form.php:169 +msgid "Browse images without reloading the page." +msgstr "浏览图像而不重新加载页面。" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_thumbnail_form.php:184 +msgid "Show slideshow link" +msgstr "显示幻灯片链接" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_thumbnail_form.php:200 +msgid "Slideshow link text" +msgstr "幻灯片链接文本" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/templates/slideshow/index.php:35 +msgid "" +"Slideshows require the Flash Player and a browser with Javascript support." +msgstr "" +"幻灯片需要 Flash " +"Player 和一个 一个支持 " +"Javascript的浏览器。" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/templates/slideshow/nextgen_basic_slideshow_settings_gallery_dimensions.php:13 +#: products/photocrati_nextgen/modules/nextgen_basic_singlepic/adapter.nextgen_basic_singlepic_form.php:38 +#: products/photocrati_nextgen/modules/nextgen_basic_singlepic/templates/nextgen_basic_singlepic_settings_dimensions.php:13 +#: products/photocrati_nextgen/modules/widget/templates/form_slideshow.php:52 +msgid "Width" +msgstr "宽度" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/templates/slideshow/nextgen_basic_slideshow_settings_gallery_dimensions.php:21 +#: products/photocrati_nextgen/modules/nextgen_basic_singlepic/adapter.nextgen_basic_singlepic_form.php:40 +#: products/photocrati_nextgen/modules/nextgen_basic_singlepic/templates/nextgen_basic_singlepic_settings_dimensions.php:20 +#: products/photocrati_nextgen/modules/widget/templates/form_slideshow.php:40 +msgid "Height" +msgstr "高度" + +#: products/photocrati_nextgen/modules/nextgen_basic_imagebrowser/templates/nextgen_basic_imagebrowser.php:41 +#: products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser-caption.php:26 +#: products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser-exif.php:30 +#: products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser.php:26 +msgid "Back" +msgstr "返回" + +#: products/photocrati_nextgen/modules/nextgen_basic_imagebrowser/templates/nextgen_basic_imagebrowser.php:49 +#: products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser-caption.php:29 +#: products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser-exif.php:33 +#: products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser.php:29 +msgid "Next" +msgstr "前进" + +#: products/photocrati_nextgen/modules/nextgen_basic_imagebrowser/templates/nextgen_basic_imagebrowser.php:55 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:90 +#: products/photocrati_nextgen/modules/ngglegacy/lib/rewrite.php:220 +#: products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser-caption.php:31 +#: products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser-exif.php:35 +#: products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser.php:31 +msgid "Picture" +msgstr "图像" + +#: products/photocrati_nextgen/modules/nextgen_basic_imagebrowser/templates/nextgen_basic_imagebrowser.php:55 +#: products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser-caption.php:31 +#: products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser-exif.php:35 +#: products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser.php:31 +msgid "of" +msgstr "/" + +#: products/photocrati_nextgen/modules/nextgen_basic_singlepic/adapter.nextgen_basic_singlepic_form.php:53 +msgid "Link" +msgstr "链接" + +#: products/photocrati_nextgen/modules/nextgen_basic_singlepic/adapter.nextgen_basic_singlepic_form.php:78 +msgid "Display watermark" +msgstr "显示水印" + +#: products/photocrati_nextgen/modules/nextgen_basic_singlepic/adapter.nextgen_basic_singlepic_form.php:88 +msgid "Display reflection" +msgstr "显示阴影" + +#: products/photocrati_nextgen/modules/nextgen_basic_singlepic/adapter.nextgen_basic_singlepic_form.php:98 +msgid "Crop thumbnail" +msgstr "裁切缩略图" + +#: products/photocrati_nextgen/modules/nextgen_basic_singlepic/adapter.nextgen_basic_singlepic_form.php:108 +msgid "Float" +msgstr "浮动" + +#: products/photocrati_nextgen/modules/nextgen_basic_tagcloud/adapter.nextgen_basic_tagcloud_form.php:24 +msgid "Maximum number of tags" +msgstr "最大标签数" + +#: products/photocrati_nextgen/modules/nextgen_basic_tagcloud/adapter.nextgen_basic_tagcloud_form.php:47 +msgid "Display type" +msgstr "显示类型" + +#: products/photocrati_nextgen/modules/nextgen_basic_tagcloud/adapter.nextgen_basic_tagcloud_form.php:50 +msgid "The display type that the tagcloud will point its results to" +msgstr "标签云的显示类型" + +#: products/photocrati_nextgen/modules/nextgen_basic_templates/adapter.nextgen_basic_template_form.php:46 +msgid "Template" +msgstr "模板" + +#: products/photocrati_nextgen/modules/nextgen_basic_templates/adapter.nextgen_basic_template_form.php:47 +msgid "Use a legacy template when rendering (not recommended)." +msgstr "使用一个已有的模板进行渲染(不推荐)。" + +#: products/photocrati_nextgen/modules/nextgen_data/class.gallerystorage_driver_base.php:580 +#: products/photocrati_nextgen/modules/nextgen_data/class.ngglegacy_gallerystorage_driver.php:658 +#: products/photocrati_nextgen/modules/ngglegacy/lib/multisite.php:23 +msgid "" +"Sorry, you have used your space allocation. Please delete some files to " +"upload more files." +msgstr "对不起,你的磁盘空间分配已满。请先删除一些文件再上传。" + +#: products/photocrati_nextgen/modules/nextgen_data/class.gallerystorage_driver_base.php:1002 +msgid "Could not calculate resized image dimensions" +msgstr "无法计算调整后的图像尺寸" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:154 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:135 +msgid " mm" +msgstr " 毫米" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:163 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:141 +msgid " sec" +msgstr " 秒" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:168 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:145 +msgid "Fired" +msgstr "开启" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:168 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:145 +msgid "Not fired" +msgstr "未开启" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:539 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:452 +#: products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser-exif.php:46 +msgid "Aperture" +msgstr "光圈" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:540 +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:565 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:453 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:478 +msgid "Credit" +msgstr "致谢" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:541 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:454 +msgid "Camera" +msgstr "相机" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:542 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:455 +msgid "Caption" +msgstr "说明" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:543 +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:26 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-sort.php:114 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:456 +msgid "Date/Time" +msgstr "日期时间" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:544 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:457 +msgid "Copyright" +msgstr "版权" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:545 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:458 +msgid "Focal length" +msgstr "焦距" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:546 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:459 +msgid "ISO" +msgstr "ISO" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:547 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:460 +#: products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser-exif.php:54 +msgid "Shutter speed" +msgstr "快门速度" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:548 +#: products/photocrati_nextgen/modules/widget/templates/form_gallery.php:4 +#: products/photocrati_nextgen/modules/widget/templates/form_mediarss.php:3 +#: products/photocrati_nextgen/modules/widget/templates/form_slideshow.php:3 +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:678 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:461 +msgid "Title" +msgstr "标题" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:549 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:459 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:410 +#: products/photocrati_nextgen/modules/ngglegacy/admin/style.php:132 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:462 +msgid "Author" +msgstr "作者" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:550 +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:51 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:176 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:389 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:463 +msgid "Tags" +msgstr "标签" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:551 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:464 +msgid "Subject" +msgstr "主题" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:552 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:465 +msgid "Make" +msgstr "生产厂家" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:553 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:466 +msgid "Edit Status" +msgstr "编辑状态" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:554 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:467 +msgid "Category" +msgstr "分类" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:555 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:468 +msgid "Keywords" +msgstr "关键字" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:556 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:469 +msgid "Date Created" +msgstr "创建日期" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:557 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:470 +msgid "Time Created" +msgstr "创建时间" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:558 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:471 +msgid "Author Position" +msgstr "作者位置" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:559 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:472 +msgid "City" +msgstr "城市" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:560 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:473 +msgid "Location" +msgstr "位置" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:561 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:474 +msgid "Province/State" +msgstr "省/州" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:562 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:475 +msgid "Country code" +msgstr "城市代码" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:563 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:476 +msgid "Country" +msgstr "城市" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:564 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:477 +msgid "Headline" +msgstr "提要" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:566 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:479 +msgid "Source" +msgstr "源" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:567 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:480 +msgid "Copyright Notice" +msgstr "版权申明" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:568 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:481 +msgid "Contact" +msgstr "联系" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:569 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:482 +msgid "Last modified" +msgstr "最近修改" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:570 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:483 +msgid "Program tool" +msgstr "程序工具" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:571 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:484 +msgid "Format" +msgstr "格式" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:572 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:485 +msgid "Image Width" +msgstr "图像宽度" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:573 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:486 +msgid "Image Height" +msgstr "图像高度" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:574 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:487 +msgid "Flash" +msgstr "闪光灯" + +#: products/photocrati_nextgen/modules/nextgen_data/class.ngglegacy_gallerystorage_driver.php:647 +#, php-format +msgid "Unable to create directory %s." +msgstr "无法创建目录 %s。" + +#: products/photocrati_nextgen/modules/nextgen_data/class.ngglegacy_gallerystorage_driver.php:652 +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:823 +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1021 +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1106 +#, php-format +msgid "" +"Unable to write to directory %s. Is this directory writable by the server?" +msgstr "无法写目录 %s。此目录在服务器上是否可写?" + +#: products/photocrati_nextgen/modules/nextgen_data/class.ngglegacy_gallerystorage_driver.php:681 +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1146 +#, php-format +msgid "Failed to copy database row for picture %s" +msgstr "复制图像 %s 在数据库中的行时出错。" + +#: products/photocrati_nextgen/modules/nextgen_data/class.ngglegacy_gallerystorage_driver.php:693 +#, php-format +msgid "Failed to get image path for %s" +msgstr "获取图像途径 %s 失败" + +#: products/photocrati_nextgen/modules/nextgen_data/class.ngglegacy_gallerystorage_driver.php:711 +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1132 +#, php-format +msgid "Failed to copy image %1$s to %2$s" +msgstr "复制图像 %1$s 到 %2$s 失败" + +#: products/photocrati_nextgen/modules/nextgen_data/class.ngglegacy_gallerystorage_driver.php:715 +#, php-format +msgid "Copied image %1$s to %2$s" +msgstr "已复制图像 %1$s 到 %2$s" + +#: products/photocrati_nextgen/modules/nextgen_data/class.ngglegacy_gallerystorage_driver.php:723 +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1158 +#, php-format +msgid "" +"Image %1$s (%2$s) copied as image %3$s (%4$s) » The file already " +"existed in the destination gallery." +msgstr "" +"图像 %1$s (%2$s) 复制为图像 %3$s (%4$s) » 目标图库中已存在该文件。" + +#: products/photocrati_nextgen/modules/nextgen_data/class.ngglegacy_gallerystorage_driver.php:727 +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1161 +#, php-format +msgid "Image %1$s (%2$s) copied as image %3$s (%4$s)" +msgstr "图像 %1$s (%2$s) 复制为图像 %3$s (%4$s)。" + +#: products/photocrati_nextgen/modules/nextgen_data/class.ngglegacy_gallerystorage_driver.php:740 +#, php-format +msgid "Copied %1$s picture(s) to gallery %2$s ." +msgstr "复制了 %1$s 张图到图库 %2$s。" + +#: products/photocrati_nextgen/modules/nextgen_data/class.ngglegacy_gallerystorage_driver.php:767 +msgid "Could not find image" +msgstr "没有找到图像" + +#: products/photocrati_nextgen/modules/nextgen_data/class.ngglegacy_gallerystorage_driver.php:772 +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:388 +msgid " is not writeable" +msgstr "不可写" + +#: products/photocrati_nextgen/modules/nextgen_data/class.ngglegacy_gallerystorage_driver.php:777 +msgid "Backup file does not exist" +msgstr "备份文件不存在" + +#: products/photocrati_nextgen/modules/nextgen_data/class.ngglegacy_gallerystorage_driver.php:782 +msgid "Could not restore original image" +msgstr "无法恢复原始图像" + +#: products/photocrati_nextgen/modules/nextgen_gallery_display/adapter.display_settings_controller.php:17 +#: products/photocrati_nextgen/modules/nextgen_gallery_display/module.nextgen_gallery_display.php:242 +#: products/photocrati_nextgen/modules/nextgen_gallery_display/module.nextgen_gallery_display.php:328 +msgid "Gallery Settings" +msgstr "图库设置" + +#: products/photocrati_nextgen/modules/nextgen_gallery_display/class.displayed_gallery.php:73 +msgid "Source not compatible with selected display type" +msgstr "源和选择的显示类型不兼容" + +#: products/photocrati_nextgen/modules/nextgen_gallery_display/module.nextgen_gallery_display.php:327 +msgid "NextGEN Gallery & Album Settings" +msgstr "NextGEN 图库和相册设置" + +#: products/photocrati_nextgen/modules/nextgen_gallery_display/templates/alt_view_link_text.php:15 +#: products/photocrati_nextgen/modules/nextgen_gallery_display/templates/return_link_text.php:15 +msgid "link text" +msgstr "链接文本" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:12 +msgid "Image Options" +msgstr "图像选项" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:22 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:588 +#: products/photocrati_nextgen/modules/ngglegacy/admin/thumbnails-template.php:76 +msgid "Custom" +msgstr "自定义" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:23 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-sort.php:111 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:549 +msgid "Image ID" +msgstr "图像 ID" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:24 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:570 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-sort.php:112 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:166 +msgid "Filename" +msgstr "文件名" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:25 +msgid "Alt/Title Text" +msgstr "替代文本" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:38 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-sort.php:115 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:557 +msgid "Ascending" +msgstr "升序" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:39 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-sort.php:116 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:558 +msgid "Descending" +msgstr "降序" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:50 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:388 +msgid "Categories" +msgstr "分类" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:81 +msgid "Gallery path does not exist and could not be created" +msgstr "图库路径不存在,且无法被创建" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:86 +msgid "Where would you like galleries stored?" +msgstr "你希望图库存放在何处?" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:87 +msgid "Where galleries and their images are stored" +msgstr "图库和其中的图像存放的位置" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:89 +msgid "Delete Image Files?" +msgstr "删除图像文件?" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:90 +msgid "" +"When enabled, image files will be removed after a Gallery has been deleted" +msgstr "启用后,如果删除图库,其中的图像文件也会被删除" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:92 +msgid "Show Related Images on Posts?" +msgstr "在日志中显示相关的图像?" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:93 +msgid "" +"When enabled, related images will be appended to each post by matching the " +"posts tags/categories to image tags" +msgstr "" +"启用后,通过匹配日志标签/分类和图像标签,相关图像会被附加到每篇日志之后。" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:95 +msgid "(Show Customization Settings)" +msgstr "(显示自定义设置)" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:96 +msgid "(Hide Customization Settings)" +msgstr "(隐藏自定义设置)" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:97 +msgid "How should related images be match?" +msgstr "相关图像如何匹配?" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:100 +msgid "Maximum # of related images to display" +msgstr "最多显示 # 张相关图像" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:102 +msgid "Heading for related images" +msgstr "相关图像的标题" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:104 +msgid "What's the default sorting method?" +msgstr "默认的排序方式是什么?" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:107 +msgid "Sort in what direction?" +msgstr "排序的方向是?" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:110 +msgid "Automatically resize images after upload" +msgstr "上传后自动调整图像大小" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:111 +msgid "It is recommended that your images be resized to be web friendly" +msgstr "建议调整你的图像大小,使之网页友好" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:113 +msgid "What should images be resized to?" +msgstr "图像的大小调整至多少?" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:114 +msgid "" +"After images are uploaded, they will be resized to the above dimensions and " +"quality" +msgstr "上传完图像后,它们会调整至以上的尺寸和质量" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:115 +msgid "Width:" +msgstr "宽度:" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:116 +msgid "Height:" +msgstr "高度:" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:117 +msgid "Quality:" +msgstr "质量:" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:121 +msgid "Backup the original images?" +msgstr "是否备份原始图像?" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.lightbox_manager_form.php:12 +msgid "Lightbox Effects" +msgstr "Lightbox 特效" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.lightbox_manager_form.php:38 +msgid "What effect would you like to use?" +msgstr "你想使用何种特效?" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.miscellaneous_form.php:12 +msgid "Miscellaneous" +msgstr "杂项" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.miscellaneous_form.php:21 +msgid "Add MediaRSS link?" +msgstr "添加 MediaRSS 链接?" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.miscellaneous_form.php:22 +msgid "" +"When enabled, adds a MediaRSS link to your header. Third-party web services " +"can use this to publish your galleries" +msgstr "" +"启用后会添加一个 MediaRSS 到你的博客头部。第三方 Web 服务可以借此发布你的图" +"库。" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.miscellaneous_form.php:26 +msgid "Clear image cache" +msgstr "清空图像缓存" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.miscellaneous_form.php:27 +msgid "" +"Completely clear the NextGEN cache of all image modifications?\n" +"\n" +"Choose [Cancel] to Stop, [OK] to proceed." +msgstr "" +"彻底清空 NextGEN 所有图像的缓存?\n" +"\n" +"选择 [取消] 以终止,[确定] 以继续。" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.miscellaneous_form.php:32 +msgid "Permalink slug" +msgstr "固定链接别名" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.miscellaneous_form.php:39 +msgid "Maximum image count" +msgstr "最大图像数" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.miscellaneous_form.php:41 +msgid "" +"This is the maximum limit of images that NextGEN will restrict itself to " +"querying" +msgstr "这是 NextGEN 限制可以查询的最大图像数" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.other_options_controller.php:22 +#: products/photocrati_nextgen/modules/nextgen_other_options/module.nextgen_other_options.php:39 +msgid "Other Options" +msgstr "其他选项" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.reset_form.php:7 +msgid "Reset Options" +msgstr "重置选项" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.reset_form.php:15 +msgid "Reset all options to default settings" +msgstr "重置所有选项为默认设置" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.reset_form.php:16 +msgid "" +"Replace all existing options and gallery options with their default settings" +msgstr "使用默认设置替换所有已有选项和图库选项" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.reset_form.php:17 +msgid "Reset settings" +msgstr "重置设置" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.reset_form.php:18 +msgid "" +"Reset all options to default settings?\n" +"\n" +"Choose [Cancel] to Stop, [OK] to proceed." +msgstr "" +"重置所有选项为默认设置?\n" +"\n" +"选择 [取消] 以终止, [确定] 以继续。" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.roles_form.php:7 +msgid "Roles & Capabilities" +msgstr "角色功能" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.styles_form.php:12 +msgid "Styles" +msgstr "样式" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.styles_form.php:18 +msgid "What stylesheet would you like to use?" +msgstr "你希望使用何种样式表?" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.styles_form.php:21 +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.watermarks_form.php:136 +msgid "(Show Customization Options)" +msgstr "(显示自定义选项)" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.styles_form.php:22 +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.watermarks_form.php:137 +msgid "(Hide Customization Options)" +msgstr "(隐藏自定义选项)" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.styles_form.php:23 +msgid "File Content:" +msgstr "文件内容:" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.styles_form.php:24 +msgid "Changes you make to the contents will be saved to" +msgstr "你做出的修改内容会被保存至" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.styles_form.php:25 +msgid "You could edit this file if it were writable" +msgstr "如果文件可写,你就可以编辑它" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.thumbnail_options_form.php:12 +msgid "Thumbnail Options" +msgstr "缩略图选项" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.thumbnail_options_form.php:20 +msgid "Default thumbnail dimensions:" +msgstr "默认缩略图尺寸:" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.thumbnail_options_form.php:21 +msgid "When generating thumbnails, what image dimensions do you desire?" +msgstr "生成缩略图时,你希望的图像尺寸是多少?" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.thumbnail_options_form.php:24 +msgid "Set fix dimension?" +msgstr "设置为固定尺寸?" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.thumbnail_options_form.php:25 +msgid "Ignore the aspect ratio, no portrait thumbnails?" +msgstr "忽视纵横比,无肖像缩略图?" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.thumbnail_options_form.php:27 +msgid "Adjust Thumbnail Quality?" +msgstr "调整缩略图质量?" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.thumbnail_options_form.php:28 +msgid "When generating thumbnails, what image quality do you desire?" +msgstr "生成缩略图时,你希望的图像质量是多少?" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.thumbnail_options_form.php:30 +msgid "Size List" +msgstr "大小列表" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.thumbnail_options_form.php:31 +msgid "List of default sizes used for thumbnails and images" +msgstr "缩略图和图像的默认大小列表" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.watermarks_form.php:12 +msgid "Watermarks" +msgstr "水印" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.watermarks_form.php:41 +msgid "Using an Image" +msgstr "使用图像" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.watermarks_form.php:42 +msgid "Using Text" +msgstr "使用文本" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.watermarks_form.php:69 +msgid "An absolute or relative (to the site document root) file system path" +msgstr "一个绝对或相对(相对网站文档根目录)的文件系统路径" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.watermarks_form.php:71 +msgid "" +"An absolute or relative (to the site document root) file system path or an " +"HTTP url" +msgstr "一个绝对或相对(相对网站文档根目录)的文件系统路径,或者一个 HTTP 地址" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.watermarks_form.php:74 +msgid "Image URL:" +msgstr "图像地址:" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.watermarks_form.php:90 +msgid "Font Family:" +msgstr "字体家族:" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.watermarks_form.php:92 +msgid "Font Size:" +msgstr "字体大小:" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.watermarks_form.php:94 +msgid "Font Color:" +msgstr "字体颜色:" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.watermarks_form.php:97 +msgid "Text:" +msgstr "文本:" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.watermarks_form.php:99 +msgid "Opacity:" +msgstr "不透明度:" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.watermarks_form.php:126 +msgid "" +"Please note: You can only activate the watermark under Manage Gallery. This " +"action cannot be undone." +msgstr "请注意:你只能在“管理图库”中激活水印。此操作不可撤销。" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.watermarks_form.php:127 +msgid "How will you generate a watermark?" +msgstr "你如何生成水印?" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.watermarks_form.php:131 +msgid "Position:" +msgstr "位置:" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.watermarks_form.php:133 +msgid "Offset:" +msgstr "偏移:" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.watermarks_form.php:139 +msgid "Preview of saved settings:" +msgstr "预览保存设置" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.watermarks_form.php:140 +msgid "Refresh preview image" +msgstr "刷新预览图像" + +#: products/photocrati_nextgen/modules/nextgen_other_options/templates/lightbox_library_tab.php:34 +#: products/photocrati_nextgen/modules/nextgen_other_options/templates/lightbox_library_tab.php:37 +msgid "(Show Advanced Settings)" +msgstr "(显示高级设置)" + +#: products/photocrati_nextgen/modules/nextgen_other_options/templates/lightbox_library_tab.php:35 +msgid "(Hide Advanced Settings)" +msgstr "(隐藏高级设置)" + +#: products/photocrati_nextgen/modules/nextgen_other_options/templates/lightbox_library_tab.php:56 +msgid "What must the lightbox be applied to?" +msgstr "何处应用 lightbox?" + +#: products/photocrati_nextgen/modules/nextgen_other_options/templates/lightbox_library_tab.php:60 +msgid "Only apply to NextGEN images" +msgstr "只应用至 NextGEN 图像" + +#: products/photocrati_nextgen/modules/nextgen_other_options/templates/lightbox_library_tab.php:61 +msgid "Only apply to NextGEN and WordPress images" +msgstr "只应用至 NextGEN 和 WordPress 图像" + +#: products/photocrati_nextgen/modules/nextgen_other_options/templates/lightbox_library_tab.php:62 +msgid "Try to apply to all images" +msgstr "尝试应用至所有图像" + +#: products/photocrati_nextgen/modules/nextgen_other_options/templates/lightbox_library_tab.php:63 +msgid "Try to apply to all images that link to image files" +msgstr "尝试应用至链接到图像文件的所有图像" + +#: products/photocrati_nextgen/modules/nextgen_other_options/templates/styling_tab.php:21 +msgid "Place any custom stylesheets in wp-content/ngg_styles" +msgstr "在 wp-content/ngg_styles 中放入任何自定义样式表" + +#: products/photocrati_nextgen/modules/nextgen_other_options/templates/styling_tab.php:24 +#, php-format +msgid "All stylesheets must contain a file header" +msgstr "所有样式表必须包含一个 文件头" + +#: products/photocrati_nextgen/modules/nextgen_settings/class.nextgen_settings_installer.php:41 +msgid "Related Images" +msgstr "相关图像" + +#: products/photocrati_nextgen/modules/nextgen_settings/class.nextgen_settings_installer.php:61 +msgid "[Show slideshow]" +msgstr "[显示幻灯片]" + +#: products/photocrati_nextgen/modules/nextgen_settings/class.nextgen_settings_installer.php:62 +msgid "[Show thumbnails]" +msgstr "[显示缩略图]" + +#: products/photocrati_nextgen/modules/nextgen_xmlrpc/module.nextgen_xmlrpc.php:425 +msgid "Sorry, you must be able to manage galleries" +msgstr "对不起,你必须能够管理图库" + +#: products/photocrati_nextgen/modules/widget/class.widget_gallery.php:7 +msgid "Add recent or random images from the galleries" +msgstr "添加图库中最近的或随机的照片。" + +#: products/photocrati_nextgen/modules/widget/class.widget_gallery.php:8 +msgid "NextGEN Widget" +msgstr "NextGEN 小工具" + +#: products/photocrati_nextgen/modules/widget/class.widget_mediarss.php:9 +msgid "Widget that displays Media RSS links for NextGEN Gallery." +msgstr "用来显示 NextGEN 图库的 Media RSS 的小工具。" + +#: products/photocrati_nextgen/modules/widget/class.widget_mediarss.php:10 +msgid "NextGEN Media RSS" +msgstr "NextGEN Media RSS" + +#: products/photocrati_nextgen/modules/widget/class.widget_mediarss.php:22 +msgid "Media RSS" +msgstr "Media RSS" + +#: products/photocrati_nextgen/modules/widget/class.widget_mediarss.php:23 +msgid "Link to the main image feed" +msgstr "链接到主要图像订阅源" + +#: products/photocrati_nextgen/modules/widget/class.widget_mediarss.php:93 +#: products/photocrati_nextgen/modules/ngglegacy/view/gallery-caption.php:32 +#: products/photocrati_nextgen/modules/ngglegacy/view/gallery.php:32 +msgid "[View with PicLens]" +msgstr "[使用 PicLens 查看]" + +#: products/photocrati_nextgen/modules/widget/class.widget_slideshow.php:7 +msgid "Show a NextGEN Gallery Slideshow" +msgstr "显示一个 NextGEN 图库幻灯片" + +#: products/photocrati_nextgen/modules/widget/class.widget_slideshow.php:8 +msgid "NextGEN Slideshow" +msgstr "NextGEN 幻灯片" + +#: products/photocrati_nextgen/modules/widget/class.widget_slideshow.php:76 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:321 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:521 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:721 +#: products/photocrati_nextgen/modules/ngglegacy/lib/rewrite.php:215 +msgid "Slideshow" +msgstr "幻灯片" + +#: products/photocrati_nextgen/modules/widget/templates/form_gallery.php:15 +#: products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:229 +msgid "Show" +msgstr "显示" + +#: products/photocrati_nextgen/modules/widget/templates/form_gallery.php:26 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:316 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:520 +msgid "Thumbnails" +msgstr "缩略图" + +#: products/photocrati_nextgen/modules/widget/templates/form_gallery.php:29 +msgid "Original images" +msgstr "原始图像" + +#: products/photocrati_nextgen/modules/widget/templates/form_gallery.php:42 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:822 +msgid "random" +msgstr "随机" + +#: products/photocrati_nextgen/modules/widget/templates/form_gallery.php:50 +msgid "recently added" +msgstr "最近添加" + +#: products/photocrati_nextgen/modules/widget/templates/form_gallery.php:62 +msgid "Enable IE8 Web Slices" +msgstr "启用 IE8 Web Slices" + +#: products/photocrati_nextgen/modules/widget/templates/form_gallery.php:68 +msgid "Width x Height" +msgstr "宽度 x 高度" + +#: products/photocrati_nextgen/modules/widget/templates/form_gallery.php:87 +msgid "Select" +msgstr "选择" + +#: products/photocrati_nextgen/modules/widget/templates/form_gallery.php:92 +msgid "All galleries" +msgstr "所有图库" + +#: products/photocrati_nextgen/modules/widget/templates/form_gallery.php:95 +msgid "Only which are not listed" +msgstr "仅未被列出的" + +#: products/photocrati_nextgen/modules/widget/templates/form_gallery.php:98 +msgid "Only which are listed" +msgstr "仅已列出的" + +#: products/photocrati_nextgen/modules/widget/templates/form_gallery.php:107 +msgid "Gallery ID" +msgstr "图库 ID" + +#: products/photocrati_nextgen/modules/widget/templates/form_gallery.php:114 +msgid "Gallery IDs, separated by commas." +msgstr "图库 ID,以逗号分隔" + +#: products/photocrati_nextgen/modules/widget/templates/form_mediarss.php:19 +msgid "Show Media RSS icon" +msgstr "显示 Media RSS 图标" + +#: products/photocrati_nextgen/modules/widget/templates/form_mediarss.php:30 +msgid "Show the Media RSS link" +msgstr "显示 Media RSS 链接" + +#: products/photocrati_nextgen/modules/widget/templates/form_mediarss.php:36 +msgid "Text for Media RSS link" +msgstr "Media RSS 的链接文本" + +#: products/photocrati_nextgen/modules/widget/templates/form_mediarss.php:47 +msgid "Tooltip text for Media RSS link" +msgstr "Media RSS 链接的提示文本" + +#: products/photocrati_nextgen/modules/widget/templates/form_slideshow.php:15 +msgid "Select Gallery" +msgstr "选择图库" + +#: products/photocrati_nextgen/modules/widget/templates/form_slideshow.php:23 +msgid "All images" +msgstr "所有图像" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:159 +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:190 +msgid "Overview" +msgstr "概况" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:172 +msgid "Network settings" +msgstr "网络设置" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:305 +msgid "You do not have the correct permission" +msgstr "你没有正确的权限" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:306 +msgid "Unexpected Error" +msgstr "异常错误" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:307 +msgid "A failure occurred" +msgstr "出现了一个错误。" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:311 +msgid "You have attempted to queue too many files." +msgstr "你在队列中加入了过多文件。" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:312 +msgid "This file exceeds the maximum upload size for this site." +msgstr "此文件超过了此站点的最大上传大小。" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:313 +msgid "This file is empty. Please try another." +msgstr "此文件为空。请尝试其他文件。" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:314 +msgid "This file type is not allowed. Please try another." +msgstr "不允许此文件类型。请尝试其他文件。" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:315 +msgid "This file is not an image. Please try another." +msgstr "这不是一个图像文件。请尝试其他文件。" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:316 +msgid "Memory exceeded. Please try another smaller file." +msgstr "内存溢出。请尝试小一点的文件。" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:317 +msgid "This is larger than the maximum size. Please try another." +msgstr "超过了最大的大小。请尝试其他文件。" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:318 +msgid "An error occurred in the upload. Please try again later." +msgstr "上传出现错误。请稍后重试。" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:319 +msgid "" +"There was a configuration error. Please contact the server administrator." +msgstr "有一个配置错误,请联系服务器管理员。" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:320 +msgid "You may only upload 1 file." +msgstr "你只可以上传一个文件。" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:321 +msgid "HTTP error." +msgstr "HTTP 错误。" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:322 +msgid "Upload failed." +msgstr "上传失败。" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:323 +msgid "IO error." +msgstr "IO 错误。" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:324 +msgid "Security error." +msgstr "安全错误。" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:325 +msgid "File canceled." +msgstr "文件已撤销。" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:326 +msgid "Upload stopped." +msgstr "上传已终止。" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:327 +msgid "Dismiss" +msgstr "忽略" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:328 +msgid "Crunching…" +msgstr "嘎吱嘎吱…" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:329 +msgid "moved to the trash." +msgstr "移至回收站。" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:330 +#, php-format +msgid "“%s” has failed to upload due to an error" +msgstr "由于一个错误,导致 “%s” 上传失败" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:352 +msgid "L O A D I N G" +msgstr "加载中" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:353 +msgid "Click to Close" +msgstr "点击关闭" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:462 +msgid "" +"Introduction" +msgstr "介绍" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:465 +msgid "" +"Languages" +msgstr "" +"语言" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:470 +msgid "Get help with NextGEN Gallery" +msgstr "获取 NextGEN 图库的帮助" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:474 +msgid "More Help & Info" +msgstr "更多帮助和信息" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:476 +msgid "" +"Support Forums" +msgstr "" +"支持论坛" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:477 +msgid "FAQ" +msgstr "常见问题" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:478 +msgid "Feature request" +msgstr "功能请求" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:479 +msgid "Get your language pack" +msgstr "获取你的语言包" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:480 +msgid "Contribute development" +msgstr "开发贡献" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:481 +msgid "Download latest version" +msgstr "下载最新版本" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/ajax.php:360 +#, php-format +msgid "Could create image with %s x %s pixel" +msgstr "可以创建 %s x %s 像素的图像" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:172 +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:216 +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:239 +#: products/photocrati_nextgen/modules/ngglegacy/admin/edit-thumbnail.php:19 +#: products/photocrati_nextgen/modules/ngglegacy/admin/edit-thumbnail.php:22 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:619 +#: products/photocrati_nextgen/modules/ngglegacy/admin/publish.php:7 +#: products/photocrati_nextgen/modules/ngglegacy/admin/publish.php:10 +#: products/photocrati_nextgen/modules/ngglegacy/admin/publish.php:13 +#: products/photocrati_nextgen/modules/ngglegacy/admin/rotate.php:17 +#: products/photocrati_nextgen/modules/ngglegacy/admin/rotate.php:20 +#: products/photocrati_nextgen/modules/ngglegacy/admin/showmeta.php:10 +#: products/photocrati_nextgen/modules/ngglegacy/admin/showmeta.php:13 +msgid "Cheatin’ uh?" +msgstr "作弊了吧?" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:180 +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:209 +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:253 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:178 +#: products/photocrati_nextgen/modules/ngglegacy/admin/style.php:24 +msgid "Update Successfully" +msgstr "更新成功" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:227 +msgid "Album deleted" +msgstr "相册已删除" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:389 +#: products/photocrati_nextgen/modules/ngglegacy/admin/roles.php:55 +msgid "Edit Album" +msgstr "编辑相册" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:410 +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:459 +msgid "Select album" +msgstr "选择相册" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:412 +msgid "No album selected" +msgstr "无选择的相册" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:423 +#: products/photocrati_nextgen/modules/ngglegacy/admin/edit-thumbnail.php:166 +#: products/photocrati_nextgen/modules/ngglegacy/admin/rotate.php:94 +#: products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:112 +msgid "Update" +msgstr "更新" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:425 +msgid "Edit album" +msgstr "编辑相册" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:428 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:187 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:362 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:364 +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:227 +msgid "Delete" +msgstr "删除" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:432 +msgid "Add new album" +msgstr "添加新相册" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:434 +msgid "Add" +msgstr "添加" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:445 +msgid "Show / hide used galleries" +msgstr "显示 / 隐藏使用的图库" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:445 +msgid "[Show all]" +msgstr "[显示全部]" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:446 +msgid "Maximize the widget content" +msgstr "最大化小工具内容" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:446 +msgid "[Maximize]" +msgstr "[最大化]" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:447 +msgid "Minimize the widget content" +msgstr "最小化小工具内容" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:447 +msgid "[Minimize]" +msgstr "[最小化]" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:449 +msgid "" +"After you create and select a album, you can drag and drop a gallery or " +"another album into your new album below" +msgstr "" +"在你创建和选择一个相册后,你可以拖放一个图库或者另一个相册到你下面新建的相册" +"中。" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:475 +msgid "Select gallery" +msgstr "选择图库" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:500 +msgid "Album ID" +msgstr "相册 ID" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:513 +msgid "No album selected!" +msgstr "无选择的相册" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:534 +msgid "Album name:" +msgstr "相册名:" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:540 +msgid "Album description:" +msgstr "相册描述:" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:546 +msgid "Select a preview image:" +msgstr "选择一张预览图像:" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:549 +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:552 +#: products/photocrati_nextgen/modules/ngglegacy/admin/templates/manage_gallery/gallery_preview_image_field.php:3 +msgid "No picture" +msgstr "无图像" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:563 +msgid "Page Link to" +msgstr "页面链接到" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:582 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:337 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:366 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:397 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:406 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:442 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:471 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:502 +msgid "OK" +msgstr "确定" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:584 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:339 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:368 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:399 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:408 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:444 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:473 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:504 +msgid "Cancel" +msgstr "取消" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:677 +msgid "Name" +msgstr "名称" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:679 +#: products/photocrati_nextgen/modules/ngglegacy/lib/rewrite.php:229 +msgid "Page" +msgstr "页面" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/edit-thumbnail.php:116 +msgid "Select with the mouse the area for the new thumbnail" +msgstr "使用鼠标选择新缩略图的区域" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/edit-thumbnail.php:130 +msgid "Thumbnail updated" +msgstr "缩略图已更新" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/edit-thumbnail.php:135 +msgid "Error updating thumbnail" +msgstr "更新缩略图出错" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/edit-thumbnail.php:151 +msgid "Select the area for the thumbnail from the picture on the left." +msgstr "从左侧图像中选择缩略图的区域。" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:39 +msgid "No valid gallery name!" +msgstr "无有效的图库名!" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:46 +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:55 +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:80 +msgid "Directory" +msgstr "目录" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:46 +msgid "didn't exist. Please create first the main gallery folder " +msgstr "不存在。请先创建主图库目录" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:47 +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:56 +msgid "Check this link, if you didn't know how to set the permission :" +msgstr "如果你不知道如何设置权限,请先查看此链接:" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:55 +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:80 +msgid "is not writeable !" +msgstr "不可写!" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:76 +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:85 +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:736 +#: products/photocrati_nextgen/modules/ngglegacy/lib/core.php:101 +msgid "Unable to create directory " +msgstr "无法创建目录" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:89 +msgid "The server setting Safe-Mode is on !" +msgstr "服务器设置了启用安全模式!" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:90 +msgid "If you have problems, please create directory" +msgstr "如有问题,请先创建目录" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:91 +msgid "and the thumbnails directory" +msgstr "和缩略图目录" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:91 +msgid "with permission 777 manually !" +msgstr "并手动设置为 777 权限!" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:116 +#, php-format +msgid "" +"Gallery ID %1$s successfully created. You can show this gallery in your post " +"or page with the shortcode %2$s.
      " +msgstr "" +"成功创建图库 ID %1$s。你可以使用在你的日志或页面中使用短代码 %2$s 来显示此图" +"库。
      " + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:119 +msgid "Edit gallery" +msgstr "编辑图库" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:188 +msgid "Error while creating thumbnail." +msgstr "创建缩略图出错。" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:242 +msgid "Error while resizing image." +msgstr "调整图像大小出错。" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:326 +msgid "Error while rotating image." +msgstr "旋转图像出错。" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:361 +msgid "Error while applying watermark to image." +msgstr "应用水印到图像出错。" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:385 +msgid "Object didn't contain correct data" +msgstr "对象未包含正确数据" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:391 +msgid "File do not exists" +msgstr "文件不存在" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:395 +msgid "Couldn't restore original image" +msgstr "无法恢复原始图像" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:511 +msgid "(Error : Couldn't not update data base)" +msgstr "(错误:无法更新数据库)" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:518 +msgid "(Error : Couldn't not update meta data)" +msgstr "(错误:无法更新元数据)" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:527 +msgid "(Error : Couldn't not find image)" +msgstr "(错误:无法找到图像)" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:670 +msgid "No valid URL path " +msgstr "无有效的地址路径" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:686 +msgid "Import via cURL failed." +msgstr "通过 cURL 导入失败。" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:703 +msgid "Uploaded file was no or a faulty zip file ! The server recognized : " +msgstr "上传的文件不是 zip 文件或者有错!服务器识别为:" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:720 +msgid "Could not get a valid foldername" +msgstr "无法获取一个有效的文件夹名" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:731 +#, php-format +msgid "" +"Unable to create directory %s. Is its parent directory writable by the " +"server?" +msgstr "无法创建目录 %s。其父目录在服务器上是否可写?" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:746 +msgid "Zip-File successfully unpacked" +msgstr "Zip 文件解压成功" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:777 +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:877 +msgid "No gallery selected !" +msgstr "无选择的图库!" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:785 +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:902 +msgid "Failure in database, no gallery path set !" +msgstr "数据库出错,未设置图库路径!" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:809 +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:896 +msgid "is no valid image file!" +msgstr "不是有效的图像文件!" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:830 +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:919 +msgid "Error, the file could not be moved to : " +msgstr "错误,文件无法移动到:" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:835 +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:923 +msgid "Error, the file permissions could not be set" +msgstr "错误,文件权限不能被设置" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:853 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:111 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:189 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:238 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:322 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:661 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:740 +msgid "Create new thumbnails" +msgstr "创建信缩略图" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:858 +msgid " Image(s) successfully added" +msgstr " 张图像成功添加" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:885 +msgid "Invalid upload. Error Code : " +msgstr "上传无效。错误代码:" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:961 +#, php-format +msgid "" +"SAFE MODE Restriction in effect! You need to create the folder %s manually" +msgstr "存在安全模式限制!你需要手动创建 %s 文件夹" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:962 +#, php-format +msgid "" +"When safe_mode is on, PHP checks to see if the owner (%s) of the current " +"script matches the owner (%s) of the file to be operated on by a file " +"function or its directory" +msgstr "" +"启用安全模式后,PHP 会通过一个文件函数或其目录来检测当前脚本的拥有者(%s)是" +"否匹配待操作文件的拥有者(%s)。" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1015 +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1092 +msgid "The destination gallery does not exist" +msgstr "目标图库不存在" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1046 +#, php-format +msgid "Failed to move image %1$s to %2$s" +msgstr "移动图像 %1$s 到 %2$s 失败" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1066 +#, php-format +msgid "Moved %1$s picture(s) to gallery : %2$s ." +msgstr "已移动 %1$s 张图像到图库 %2$s。" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1170 +#, php-format +msgid "Copied %1$s picture(s) to gallery: %2$s ." +msgstr "已复制 %1$s 张图像到图库 %2$s。" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1278 +msgid "The uploaded file exceeds the upload_max_filesize directive in php.ini" +msgstr "上传的文件超过了 php.ini 中的 upload_max_filesize 指示" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1281 +msgid "" +"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in " +"the HTML form" +msgstr "上传的文件超过了 HTML 表单中指定的 MAX_FILE_SIZE 指示" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1284 +msgid "The uploaded file was only partially uploaded" +msgstr "只有部分文件被上传了" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1287 +msgid "No file was uploaded" +msgstr "没有上传的文件" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1290 +msgid "Missing a temporary folder" +msgstr "缺少一个临时文件夹" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1293 +msgid "Failed to write file to disk" +msgstr "写文件到磁盘出错" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1296 +msgid "File upload stopped by extension" +msgstr "因扩展名文件上传被终止" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1299 +msgid "Unknown upload error" +msgstr "未知的上传错误" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/install.php:20 +msgid "Sorry, NextGEN Gallery works only with a role called administrator" +msgstr "对不起,只有管理员角色才能使用 NextGEN 图库" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/install.php:92 +msgid "" +"NextGEN Gallery : Tables could not created, please check your database " +"settings" +msgstr "NextGEN 图库:无法创建表,请检查你的数据库设置" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:99 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:206 +msgid "No images selected" +msgstr "无选择的图像" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:107 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:190 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:234 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:323 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:642 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:724 +msgid "Resize images" +msgstr "调整图像大小" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:116 +#, php-format +msgid "" +"You are about to start the bulk edit for %s galleries \n" +" \n" +" 'Cancel' to stop, 'OK' to proceed." +msgstr "" +"你将对 %s 个图库进行批量操作 \n" +"\n" +"“取消”以终止,“确定”以继续。" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:154 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:197 +msgid "Add new gallery" +msgstr "添加新图库" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:171 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:174 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:272 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:275 +msgid "Search Images" +msgstr "搜索图像" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:186 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:320 +msgid "Bulk actions" +msgstr "批量操作" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:188 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:321 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:572 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:687 +msgid "Set watermark" +msgstr "设置水印" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:191 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:326 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:577 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:708 +msgid "Import metadata" +msgstr "导入元数据" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:192 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:324 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:567 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:684 +msgid "Recover from backup" +msgstr "从备份恢复" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:194 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:335 +msgid "Apply" +msgstr "应用" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:262 +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:253 +msgid "Edit" +msgstr "编辑" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:309 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:379 +msgid "No entries found" +msgstr "未找到条目" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:327 +msgid "New Gallery" +msgstr "新图库" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:329 +msgid "Create a new , empty gallery below the folder" +msgstr "在该文件夹下创建一个新的空图库" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:331 +msgid "Allowed characters for file and folder names are" +msgstr "文件和文件夹名称可使用的字符有" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:357 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:462 +msgid "Resize Images to" +msgstr "调整图像大小至" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:361 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:466 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:453 +msgid "Width x height (in pixel). NextGEN Gallery will keep ratio size" +msgstr "宽度 x 高度(像素)。NextGEN 图库为保持纵横比" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:385 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:490 +#: products/photocrati_nextgen/modules/ngglegacy/admin/publish.php:40 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:416 +msgid "Width x height (in pixel)" +msgstr "宽度 x 高度(像素)" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:391 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:496 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:426 +msgid "Set fix dimension" +msgstr "设置固定尺寸" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:393 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:498 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:428 +msgid "Ignore the aspect ratio, no portrait thumbnails" +msgstr "忽略纵横比,无肖像缩略图" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:456 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:568 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:156 +msgid "ID" +msgstr "ID" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:458 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:571 +#: products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:245 +#: products/photocrati_nextgen/modules/ngglegacy/admin/style.php:134 +msgid "Description" +msgstr "描述" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:460 +msgid "Page ID" +msgstr "页面 ID" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:35 +msgid "Gallery not found." +msgstr "未找到图库" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:41 +msgid "Sorry, you have no access here" +msgstr "对不起,你没有访问权限" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:214 +msgid "Copy image to..." +msgstr "复制图像到……" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:218 +msgid "Move image to..." +msgstr "移动图像到……" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:222 +msgid "Add new tags" +msgstr "添加新标签" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:226 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:332 +msgid "Delete tags" +msgstr "删除标签" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:230 +msgid "Overwrite" +msgstr "覆盖" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:243 +#, php-format +msgid "" +"You are about to start the bulk edit for %s images \n" +" \n" +" 'Cancel' to stop, 'OK' to proceed." +msgstr "" +"你将对 %s 个图像进行批量操作 \n" +"\n" +"“取消”以终止,“确定”以继续。" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:269 +#, php-format +msgid "Search results for “%s”" +msgstr "“%s” 的搜索结果" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:298 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:488 +msgid "Gallery settings" +msgstr "图库设置" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:298 +msgid "Click here for more settings" +msgstr "更多设置点击这里" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:304 +msgid "Scan Folder for new images" +msgstr "扫描文件夹中的新图像" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:306 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:341 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:386 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:400 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:436 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:478 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:563 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:598 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:708 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:861 +msgid "Save Changes" +msgstr "保存修改" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:325 +msgid "Delete images" +msgstr "删除图像" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:327 +msgid "Rotate images clockwise" +msgstr "顺时针旋转图像" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:328 +msgid "Rotate images counter-clockwise" +msgstr "逆时针旋转图像" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:329 +msgid "Copy to..." +msgstr "复制到……" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:330 +msgid "Move to..." +msgstr "移动到……" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:331 +msgid "Add tags" +msgstr "添加标签" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:333 +msgid "Overwrite tags" +msgstr "覆盖标签" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:338 +msgid "Sort gallery" +msgstr "排序图库" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:402 +msgid "Enter the tags" +msgstr "输入标签" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:426 +msgid "Select the destination gallery:" +msgstr "选择目标图库:" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:569 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:161 +#: products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:266 +msgid "Thumbnail" +msgstr "缩略图" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:571 +msgid "Alt & Title Text" +msgstr "替代文本" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:572 +msgid "Tags (comma separated list)" +msgstr "标签(以逗号分隔)" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-sort.php:35 +msgid "Sort order changed" +msgstr "排序方式已更改。" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-sort.php:97 +msgid "Sort Gallery" +msgstr "排序图库" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-sort.php:101 +msgid "Update Sort Order" +msgstr "更新排序方式" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-sort.php:104 +msgid "Back to gallery" +msgstr "返回到图库" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-sort.php:109 +msgid "Presort" +msgstr "预分类" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-sort.php:110 +msgid "Unsorted" +msgstr "未排序" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-sort.php:113 +#: products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:241 +msgid "Alt/Title text" +msgstr "替代文本" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:90 +msgid "deleted successfully" +msgstr "成功删除" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:106 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:115 +msgid "Operation successful. Please clear your browser cache." +msgstr "操作成功。请清空你的浏览器缓存。" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:171 +msgid "Alt & Title Text / Description" +msgstr "替代文本 / 描述" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:214 +msgid "Exclude ?" +msgstr "排除?" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:299 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:301 +msgid "View" +msgstr "查看" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:309 +msgid "Show meta data" +msgstr "显示元数据" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:310 +msgid "Meta" +msgstr "元数据" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:318 +msgid "Customize thumbnail" +msgstr "自定义缩略图" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:319 +msgid "Edit thumb" +msgstr "编辑缩略图" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:327 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:328 +msgid "Rotate" +msgstr "旋转" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:338 +msgid "Publish this image" +msgstr "发布此图像" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:339 +#: products/photocrati_nextgen/modules/ngglegacy/admin/publish.php:58 +msgid "Publish" +msgstr "发布" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:349 +msgid "Recover image from backup" +msgstr "从备份恢复图像" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:350 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:352 +msgid "Recover" +msgstr "恢复" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:361 +msgid "Delete image" +msgstr "删除图像" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:392 +msgid "Title:" +msgstr "标题:" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:398 +msgid "Description:" +msgstr "描述:" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:404 +msgid "Gallery path:" +msgstr "图库路径:" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:419 +msgid "Link to page:" +msgstr "链接到页面:" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:420 +msgid "Albums will link this gallery to the selected page" +msgstr "相册会链接此图库到所选择的页面" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:425 +msgid "Preview image:" +msgstr "预览图像:" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:431 +msgid "Create new page:" +msgstr "创建新页面:" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:607 +msgid "Gallery deleted successfully " +msgstr "图库成功删除" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:678 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:681 +msgid "Rotate images" +msgstr "旋转图像" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:704 +msgid "Pictures deleted successfully " +msgstr "图像成功删除" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:802 +msgid "Tags changed" +msgstr "标签已更改" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:842 +msgid "Update successful" +msgstr "更新成功" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:877 +msgid "New gallery page ID" +msgstr "新图库页 ID" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:877 +msgid "created" +msgstr "已创建" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:915 +msgid "Published a new post" +msgstr "发布了一篇新日志" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:1062 +msgid "Go to the first page" +msgstr "去第一页" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:1069 +msgid "Go to the previous page" +msgstr "去上一页" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:1078 +msgid "Current page" +msgstr "当前页" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:1089 +msgid "Go to the next page" +msgstr "去下一页" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:1096 +msgid "Go to the last page" +msgstr "去最后一页" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:1046 +#, php-format +msgid "1 item" +msgid_plural "%s items" +msgstr[0] "%s 个条目" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:1046 +#, php-format +msgctxt "paging" +msgid "%1$s of %2$s" +msgstr "%1$s / %2$s" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:11 +msgid "NextGEN Gallery" +msgstr "NextGEN 图库" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:186 +msgid "No gallery" +msgstr "无图库" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:198 +msgid "Select »" +msgstr "选择 »" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:230 +msgid "Hide" +msgstr "隐藏" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:235 +msgid "Image ID:" +msgstr "图像 ID:" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:249 +#: products/photocrati_nextgen/modules/ngglegacy/admin/publish.php:45 +msgid "Alignment" +msgstr "对齐" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:252 +#: products/photocrati_nextgen/modules/ngglegacy/admin/publish.php:47 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:583 +msgid "None" +msgstr "无" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:254 +#: products/photocrati_nextgen/modules/ngglegacy/admin/publish.php:49 +msgid "Left" +msgstr "左对齐" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:256 +#: products/photocrati_nextgen/modules/ngglegacy/admin/publish.php:51 +msgid "Center" +msgstr "居中对齐" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:258 +#: products/photocrati_nextgen/modules/ngglegacy/admin/publish.php:53 +msgid "Right" +msgstr "右对齐" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:262 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:690 +msgid "Size" +msgstr "大小" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:268 +msgid "Full size" +msgstr "完整大小" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:270 +msgid "Singlepic" +msgstr "单图" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:282 +msgid "Use as featured image" +msgstr "作为特色图像" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:284 +msgid "Insert into Post" +msgstr "插入日志" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:295 +msgid "Save all changes" +msgstr "保存所有更改" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:14 +msgid "NextGEN Gallery Overview" +msgstr "NextGEN 图库一览" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:84 +msgid "Welcome to NextGEN Gallery !" +msgstr "欢迎来到 NextGEN 图库!" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:85 +msgid "Do you like this Plugin?" +msgstr "你喜欢这个插件吗?" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:87 +msgid "About" +msgstr "关于" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:90 +msgid "Server Settings" +msgstr "服务器设置" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:97 +msgid "" +"NextGEN Gallery is one of the most popular Wordpress plugins of all time " +"with over 9 million downloads. It is developed and supported by Photocrati " +"Media. We'd like to offer a special thanks to Alex Rabe, who first developed " +"the plugin and maintained it through 2011." +msgstr "" +"拥有超过900万下载量的 NextGEN 图库,始终是 Wordpress 上最受欢迎的插件之一。它" +"由 Photocrati Media 进行研发并提供支持。我们在此特别感谢 Alex Rabe,是他第一" +"个开发了此插件,并维护至2011年。" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:98 +msgid "" +"NEED HELP? If you need help or assistance please visit the " +"NextGEN " +"Gallery forums on WordPress.org. Please note that we actively monitor " +"and participate in the forums, but given that NextGEN Gallery is a free " +"product, we don't guarantee replies to support queries." +msgstr "" +"需要帮助? 如果你需要帮助,请访问 WordPress.org 上的 NextGEN 图库论坛。" +"我们会积极查看并参与此论坛,但鉴于 NextGEN 图库是一个免费产品,我们并不保证所" +"有询问的回复支持。" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:99 +msgid "" +"EXTENDING NEXTGEN? There are many third party plugins that " +"add displays and functionality for NextGEN Gallery. See our Complete List of " +"NextGEN Extension Plugins." +msgstr "" +"扩展 NEXTGEN? 有许多第三方的插件为 NextGEN 插件新增了显示特" +"效和功能特性。查看NextGEN 扩展插件完整列表" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:107 +#, php-format +msgid "" +"This plugin is primarily developed, maintained, supported and documented by " +"Photocrati Media with a lot of love & " +"effort. Any kind of contribution would be highly appreciated. Thanks!" +msgstr "" +"凭着爱和努力,此插件主要由 Photocrati " +"Media 进行开发、维护、提供支持和文档。我们非常感激任何形式的捐赠。谢谢!" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:112 +msgid "Please click \"Works\" on WordPress.org" +msgstr "请点击 WordPress.org 上的成果" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:117 +msgid "Give it a good rating on WordPress.org" +msgstr "在 Wordpress.org 上给一个好评" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:122 +msgid "Visit the plugin homepage" +msgstr "访问插件主页" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:127 +msgid "Help translating it" +msgstr "帮助翻译它" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:149 +msgid "Graphic Library" +msgstr "图形库" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:165 +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:214 +msgid "Loading…" +msgstr "加载中…" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:165 +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:214 +msgid "This widget requires JavaScript." +msgstr "此小工具需要 JavaScript。" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:178 +msgid "Thanks to all donators..." +msgstr "感谢所有捐赠者……" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:200 +msgid "View all" +msgstr "查看所有" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:226 +#, php-format +msgid "" +"Newsfeed could not be loaded. Check the front page to " +"check for updates." +msgstr "无法加载新闻推送。查看 首页 检测更新。" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:238 +msgid "Untitled" +msgstr "无标题" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:303 +msgid "At a Glance" +msgstr "一览" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:356 +msgid "Storage Space" +msgstr "存储空间" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:360 +#, php-format +msgid "" +"%2$sMB" +msgstr "%2$sMB" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:361 +msgid "Space Allowed" +msgstr "可用空间" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:368 +#, php-format +msgid "" +"%2$sMB (%3$s" +"%%)" +msgstr "" +"%2$sMB (%3$s%%)" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:369 +msgid "Space Used" +msgstr "已用空间" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:395 +msgid "No GD support" +msgstr "无 GD 支持" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:427 +msgid "Not set" +msgstr "未设置" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:429 +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:432 +msgid "On" +msgstr "启用" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:430 +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:433 +msgid "Off" +msgstr "禁用" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:437 +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:440 +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:443 +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:446 +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:449 +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:452 +msgid "N/A" +msgstr "不适用" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:451 +msgid " MByte" +msgstr " 兆字节" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:464 +msgid "Operating System" +msgstr "操作系统" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:465 +msgid "Server" +msgstr "服务器" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:466 +msgid "Memory usage" +msgstr "内存使用" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:467 +msgid "MYSQL Version" +msgstr "MYSQL 版本" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:468 +msgid "SQL Mode" +msgstr "SQL 模式" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:469 +msgid "PHP Version" +msgstr "PHP 版本" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:470 +msgid "PHP Safe Mode" +msgstr "PHP 安全模式" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:471 +msgid "PHP Allow URL fopen" +msgstr "PHP 允许 URL fopen" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:472 +msgid "PHP Memory Limit" +msgstr "PHP 内存限制" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:473 +msgid "PHP Max Upload Size" +msgstr "PHP 最大上传大小" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:474 +msgid "PHP Max Post Size" +msgstr "PHP 最大日志大小" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:475 +msgid "PCRE Backtracking Limit" +msgstr "PCRE 回溯限制" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:476 +msgid "PHP Max Script Execute Time" +msgstr "PHP 最大脚本执行时间" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:477 +msgid "PHP Exif support" +msgstr "PHP Exif 支持" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:478 +msgid "PHP IPTC support" +msgstr "PHP IPTC 支持" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:479 +msgid "PHP XML support" +msgstr "PHP XML 支持" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:491 +msgid "" +"NextGEN Gallery contains some functions which are only available under PHP " +"5.2. You are using the old PHP 4 version, upgrade now! It's no longer " +"supported by the PHP group. Many shared hosting providers offer both PHP 4 " +"and PHP 5, running simultaneously. Ask your provider if they can do this." +msgstr "" +"NextGEN 图库包含一些 PHP 5.2 中才有的功能。你正在使用较早的 PHP 4 版本,现在" +"就升级!PHP 组已经不在对其进行支持了。许多分享的主机供应商同时提供 PHP 4 和 " +"PHP 5,且可以同时运行。询问你的供应商看是否可以进行升级。" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/publish.php:35 +msgid "Post title" +msgstr "日志标题" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/publish.php:37 +msgid "Enter the post title " +msgstr "输入日志标题" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/publish.php:42 +msgid "Size of the image" +msgstr "图像大小" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/publish.php:60 +msgid "Draft" +msgstr "草稿" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/roles.php:26 +msgid "" +"Select the lowest role which should be able to access the following " +"capabilities. NextGEN Gallery supports the standard roles from WordPress." +msgstr "" +"选择访问以下功能所需的最小用户角色。NextGEN 图库支持来自 WordPress 的标准用户" +"角色。" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/roles.php:27 +msgid "For a more flexible user management you can use the" +msgstr "更灵活的用户管理,你可以使用" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/roles.php:31 +msgid "Main NextGEN Gallery overview" +msgstr "NextGEN 主图库一览" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/roles.php:35 +msgid "Use TinyMCE Button / Upload tab" +msgstr "使用 TinyMCS 按钮 / 上传标签页" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/roles.php:39 +msgid "Add gallery / Upload images" +msgstr "添加图库 / 上传图像" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/roles.php:43 +msgid "Manage gallery" +msgstr "管理图库" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/roles.php:47 +msgid "Manage others gallery" +msgstr "管理其他图库" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/roles.php:51 +msgid "Manage tags" +msgstr "管理标签" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/roles.php:59 +msgid "Change style" +msgstr "更改样式" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/roles.php:63 +msgid "Change options" +msgstr "更改选项" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/roles.php:67 +msgid "NextGEN Attach Interface" +msgstr "NextGEN 附加接口" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/rotate.php:60 +msgid "Image rotated" +msgstr "图像已旋转" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/rotate.php:62 +msgid "Error rotating thumbnail" +msgstr "旋转缩略图出错" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/rotate.php:85 +msgid "90° clockwise" +msgstr "顺时针90°" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/rotate.php:86 +msgid "90° anticlockwise" +msgstr "逆时针90°" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/rotate.php:87 +msgid "Flip vertically" +msgstr "垂直翻转" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/rotate.php:88 +msgid "Flip horizontally" +msgstr "水平翻转" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:22 +#: products/photocrati_nextgen/modules/ngglegacy/admin/upgrade.php:204 +#, php-format +msgid "Rebuild image structure : %s / %s images" +msgstr "重建图像结构:%s / %s 张图像" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:23 +#: products/photocrati_nextgen/modules/ngglegacy/admin/upgrade.php:205 +#, php-format +msgid "Rebuild gallery structure : %s / %s galleries" +msgstr "重建图库结构:%s / %s 个图库" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:24 +#: products/photocrati_nextgen/modules/ngglegacy/admin/upgrade.php:206 +#, php-format +msgid "Rebuild album structure : %s / %s albums" +msgstr "重建相册结构:%s / %s 个相册" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:81 +#: products/photocrati_nextgen/modules/ngglegacy/admin/upgrade.php:263 +msgid "Done." +msgstr "完成。" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:196 +msgid "Cache cleared" +msgstr "缓存已清空" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:315 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:334 +msgid "General Options" +msgstr "通用选项" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:317 +msgid "Image" +msgid_plural "Images" +msgstr[0] "图像" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:319 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:572 +msgid "Effects" +msgstr "特效" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:320 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:614 +msgid "Watermark" +msgstr "水印" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:340 +#: products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:54 +msgid "Gallery path" +msgstr "图库路径" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:342 +msgid "This is the default path for all galleries" +msgstr "这是所有图库的默认路径" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:345 +msgid "Delete image files" +msgstr "删除图像文件" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:347 +msgid "Delete files, when removing a gallery in the database" +msgstr "在数据库中删除图库的同时删除文件" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:350 +msgid "Activate permalinks" +msgstr "启用固定链接" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:352 +msgid "" +"When you activate this option, you need to update your permalink structure " +"one time." +msgstr "启用该选项后,你需要更新一下你的固定链接结构。" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:353 +msgid "Gallery slug name :" +msgstr "图库别名" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:357 +msgid "Create new URL friendly image slugs" +msgstr "创建新的地址友好的图像别名" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:358 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:474 +msgid "Proceed now" +msgstr "现在开始" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:361 +msgid "Select graphic library" +msgstr "选择图形库" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:362 +msgid "GD Library" +msgstr "GD 库" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:363 +msgid "ImageMagick (Experimental). Path to the library :" +msgstr "ImageMagick(实验性的)。库的路径:" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:368 +msgid "Activate Media RSS feed" +msgstr "激活 Media RSS 订阅" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:370 +msgid "" +"A RSS feed will be added to you blog header. Useful for CoolIris/PicLens" +msgstr "一个 RSS 订阅会添加至你的博客头部。对于 CoolIris/PicLens 比较有用" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:373 +msgid "Activate PicLens/CoolIris support" +msgstr "激活 PicLens/CoolIris 支持" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:375 +msgid "" +"When you activate this option, some javascript is added to your site footer. " +"Make sure that wp_footer is called in your theme." +msgstr "" +"激活该选项后,一些 javascript 会添加至你的站点底部。确保你的主题中调用了 " +"wp_footer。" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:378 +msgid "Tags / Categories" +msgstr "标签 / 分类" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:381 +msgid "Activate related images" +msgstr "激活相关图像" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:383 +msgid "This option will append related images to every post" +msgstr "此选项会在每篇日志后附加相关图像" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:387 +msgid "Match with" +msgstr "匹配" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:393 +msgid "Max. number of images" +msgstr "最大图像个数" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:395 +msgid "0 will show all images" +msgstr "0 将显示所有图像" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:399 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:435 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:477 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:562 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:597 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:860 +msgid "More settings" +msgstr "更多设置" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:409 +msgid "Thumbnail settings" +msgstr "缩略图设置" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:413 +msgid "" +"Please note : If you change the settings, you need to recreate the " +"thumbnails under -> Manage Gallery ." +msgstr "请注意:如果你更改了设置,你需要在“管理图库”中重新创建缩略图。" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:422 +msgid "These values are maximum values " +msgstr "这些值是最大值" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:445 +msgid "Image settings" +msgstr "图像设置" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:451 +msgid "Resize Images" +msgstr "调整图像大小" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:460 +msgid "Backup original images" +msgstr "备份原始图像" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:462 +msgid "Creates a backup for inserted images" +msgstr "为插入的图像创建一个备份" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:465 +msgid "Automatically resize" +msgstr "自动调整大小" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:467 +msgid "Automatically resize images on upload." +msgstr "上传后自动调整图像大小。" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:470 +msgid "Single picture" +msgstr "单张图片" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:473 +msgid "Clear cache folder" +msgstr "清空缓存文件夹" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:494 +msgid "Deactivate gallery page link" +msgstr "禁用图库页面链接" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:496 +msgid "" +"The album will not link to a gallery subpage. The gallery is shown on the " +"same page." +msgstr "相册不会链接到一个图库子页面。图库会在同一页面上显示。" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:500 +msgid "Number of images per page" +msgstr "每页的图像个数" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:502 +msgid "0 will disable pagination, all images on one page" +msgstr "0 将禁用分页,所有图像在同一页面显示" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:506 +msgid "Number of columns" +msgstr "列数" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:508 +msgid "" +"0 will display as much as possible based on the width of your theme. Setting " +"normally only required for captions below the images" +msgstr "" +"0 将基于你的主题宽度显示尽可能多的图像。通常只有在图像下面有标题时需要设置。" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:512 +msgid "Integrate slideshow" +msgstr "集成幻灯片" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:519 +msgid "Show first" +msgstr "最先显示" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:525 +msgid "Show ImageBrowser" +msgstr "显示 ImageBrowser" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:527 +msgid "The gallery will open the ImageBrowser instead the effect." +msgstr "图库将在 ImageBrowser 中而不是以特效方式打开。" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:531 +msgid "Add hidden images" +msgstr "添加隐藏图像" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:533 +msgid "" +"If pagination is used, this option will still show all images in the modal " +"window (Thickbox, Lightbox etc.). Note : This increases the page load" +msgstr "" +"如果使用分页,此选项会在模式窗口(Thickbox、Lightbox等等)中显示图像。这会增" +"加页面负载。" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:539 +msgid "" +"Browse images without reload the page. Note : Works only in combination with " +"Shutter effect" +msgstr "浏览图片,而不需要重新加载页面。注意:只能和 Shutter 特效结合使用" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:543 +msgid "Sort options" +msgstr "排序选项" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:546 +msgid "Sort thumbnails" +msgstr "排序缩略图" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:548 +msgid "Custom order" +msgstr "自定义顺序" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:550 +msgid "File name" +msgstr "文件名" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:551 +msgid "Alt / Title text" +msgstr "替代文本" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:552 +#: products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser-exif.php:58 +msgid "Date / Time" +msgstr "日期时间" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:556 +msgid "Sort direction" +msgstr "排序方向" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:576 +msgid "" +"Here you can select the thumbnail effect, NextGEN Gallery will integrate the " +"required HTML code in the images. Please note that only the Shutter and " +"Thickbox effect will automatic added to your theme." +msgstr "" +"这里你可以选择缩略图特效,NextGEN 图库会在图像中加入所需的 HTML 代码。请注" +"意:只有 Shutter 和 Thickbox 特效会自动添加到你的主题中。" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:577 +msgid "With the placeholder" +msgstr "使用占位符" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:577 +msgid "" +"you can activate a navigation through the images (depend on the effect). " +"Change the code line only , when you use a different thumbnail effect or you " +"know what you do." +msgstr "" +"你可以启用图像的导航(有赖于特效)。只更改代码行,如果你使用别的缩略图特效的" +"话,或者你清楚你自己在做什么的时候。" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:580 +msgid "JavaScript Thumbnail effect" +msgstr "JavaScript 缩略图特效" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:584 +msgid "Thickbox" +msgstr "Thickbox" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:585 +msgid "Lightbox" +msgstr "Lightbox" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:586 +msgid "Highslide" +msgstr "Highslide" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:587 +msgid "Shutter" +msgstr "Shutter" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:593 +msgid "Link Code line" +msgstr "链接代码行" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:615 +msgid "" +"Please note : You can only activate the watermark under -> Manage Gallery . " +"This action cannot be undone." +msgstr "请注意:你只能在“管理图库”中激活水印。此操作不可撤销。" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:620 +msgid "Preview" +msgstr "预览" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:622 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:627 +msgid "Position" +msgstr "位置" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:647 +msgid "Offset" +msgstr "偏移" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:663 +msgid "Use image as watermark" +msgstr "使用图像作为水印" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:666 +msgid "URL to file" +msgstr "文件的地址" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:668 +msgid "The accessing of URL files is disabled at your server (allow_url_fopen)" +msgstr "你的服务器禁用了 URL 文件的访问(allow_url_fopen)" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:671 +msgid "Use text as watermark" +msgstr "使用文本作为水印" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:674 +msgid "Font" +msgstr "字体" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:683 +msgid "This function will not work, cause you need the FreeType library" +msgstr "此功能无法运作,因为你需要 FreeType 库。" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:685 +msgid "" +"You can upload more fonts in the folder nggallery/fonts" +msgstr "你可以上传更多的字体到 nggallery/fonts 文件夹中。" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:694 +msgid "Color" +msgstr "颜色" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:696 +msgid "(hex w/o #)" +msgstr "(hex w/o #)" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:699 +msgid "Text" +msgstr "文本" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:703 +msgid "Opaque" +msgstr "不透明度" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:724 +msgid "Default size (W x H)" +msgstr "默认大小(宽 x 高)" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:729 +msgid "Duration time" +msgstr "持续时间" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:730 +msgid "sec." +msgstr "秒。" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:733 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:810 +msgid "Transition / Fade effect" +msgstr "过渡 / 渐变特效" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:736 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:813 +msgid "fade" +msgstr "fade" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:737 +msgid "blindX" +msgstr "blindX" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:738 +msgid "cover" +msgstr "cover" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:739 +msgid "scrollUp" +msgstr "scrollUp" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:740 +msgid "scrollDown" +msgstr "scrollDown" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:741 +msgid "shuffle" +msgstr "shuffle" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:742 +msgid "toss" +msgstr "toss" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:743 +msgid "wipe" +msgstr "wipe" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:745 +msgid "See here for more information about the effects :" +msgstr "更多特效信息请查看这里" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:749 +msgid "Settings for the JW Image Rotator" +msgstr "设置 JW Image Rotator" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:758 +msgid "" +"The path to JW Image Rotator is not defined, the slideshow will not work." +msgstr "未定义 JW Image Rotator 的路径,幻灯片将无法运作。" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:770 +msgid "Path to the JW Image Rotator (URL)" +msgstr "JW Image Rotator 的路径(URL)" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:773 +msgid "Search now" +msgstr "立即搜索" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:774 +msgid "Press the button below to search for the JW Image Rotator" +msgstr "点击下面的按钮搜索 JW Image Rotator" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:778 +msgid "Shuffle mode" +msgstr "随机模式" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:796 +msgid "You can change the logo at the watermark settings" +msgstr "你可以在水印设置中更改标志" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:802 +msgid "true" +msgstr "是" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:803 +msgid "false" +msgstr "否" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:804 +msgid "fit" +msgstr "适应" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:805 +msgid "none" +msgstr "无" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:814 +msgid "bgfade" +msgstr "背景渐变" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:815 +msgid "slowfade" +msgstr "慢渐变" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:816 +msgid "circles" +msgstr "圆形" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:817 +msgid "bubbles" +msgstr "气泡" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:818 +msgid "blocks" +msgstr "块" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:819 +msgid "fluids" +msgstr "流体" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:820 +msgid "flash" +msgstr "闪光" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:821 +msgid "lines" +msgstr "行" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:831 +msgid "Background Color" +msgstr "背景颜色" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:836 +msgid "Texts / Buttons Color" +msgstr "文本 / 按钮颜色" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:841 +msgid "Rollover / Active Color" +msgstr "反转 / 当前颜色" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:846 +msgid "Screen Color" +msgstr "屏幕颜色" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:851 +msgid "Background music (URL)" +msgstr "背景音乐(地址)" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:855 +msgid "Try XHTML validation (with CDATA)" +msgstr "尝试 XHTML 验证(使用 CDATA)" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:857 +msgid "" +"Important : Could causes problem at some browser. Please recheck your page." +msgstr "重要:在某些浏览器中可能会出现错误。请重新检查你的页面。" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/showmeta.php:29 +msgid "Meta Data" +msgstr "元数据" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/showmeta.php:34 +#: products/photocrati_nextgen/modules/ngglegacy/admin/showmeta.php:60 +#: products/photocrati_nextgen/modules/ngglegacy/admin/showmeta.php:85 +#: products/photocrati_nextgen/modules/ngglegacy/admin/showmeta.php:109 +msgid "Tag" +msgstr "标签" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/showmeta.php:35 +#: products/photocrati_nextgen/modules/ngglegacy/admin/showmeta.php:61 +#: products/photocrati_nextgen/modules/ngglegacy/admin/showmeta.php:86 +#: products/photocrati_nextgen/modules/ngglegacy/admin/showmeta.php:110 +msgid "Value" +msgstr "值" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/showmeta.php:49 +msgid "No meta data saved" +msgstr "无保存的元数据" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/showmeta.php:55 +msgid "EXIF Data" +msgstr "EXIF 数据" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/showmeta.php:74 +msgid "No exif data" +msgstr "无 Exif 数据" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/showmeta.php:81 +msgid "IPTC Data" +msgstr "IPTC 数据" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/showmeta.php:105 +msgid "XMP Data" +msgstr "XMP 数据" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/style.php:11 +msgid "(From the theme folder)" +msgstr "(来自主题文件夹)" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/style.php:43 +msgid "You do not have sufficient permissions to edit templates for this blog." +msgstr "你没有足够的权限来编辑此博客的模板。" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/style.php:52 +msgid "CSS file successfully updated" +msgstr "CSS 文件更新成功" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/style.php:91 +msgid "Activate and use style sheet:" +msgstr "激活并使用样式表:" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/style.php:111 +msgid "Activate" +msgstr "激活" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/style.php:121 +#, php-format +msgid "Editing %s" +msgstr "编辑 %s" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/style.php:123 +#, php-format +msgid "Browsing %s" +msgstr "浏览 %s" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/style.php:133 +msgid "Version" +msgstr "版本" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/style.php:136 +msgid "" +"Tip : Copy your stylesheet (nggallery.css) to your theme folder, so it will " +"be not lost during a upgrade" +msgstr "" +"小贴士:复制你的样式表(nggallery.css)到你的主题文件夹下,从而不会在升级过程" +"中丢失" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/style.php:138 +msgid "" +"Your theme contain a NextGEN Gallery stylesheet (nggallery.css), this file " +"will be used" +msgstr "" +"你的主题包含有一个 NextGEN 图库的样式表((nggallery.css),此文件会被使用" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/style.php:140 +msgid "" +"Tip No. 2: Use the color picker below to help you find the right color " +"scheme for your gallery!" +msgstr "小贴士 No. 2:使用下面的拾色器为你的图库寻找合适的配色方案!" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/style.php:156 +msgid "Update File" +msgstr "更新文件" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/style.php:159 +msgid "If this file were writable you could edit it." +msgstr "如果此文件可写,你就可以编辑它。" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/style.php:164 +msgid "Oops, no such file exists! Double check the name and try again, merci." +msgstr "哎哟,此文件不存在!请重新检查后再试,谢谢。" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:41 +msgid "Most popular" +msgstr "最受欢迎" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:42 +msgid "Least used" +msgstr "最近使用" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:43 +msgid "Alphabetical" +msgstr "按字母顺序" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:100 +msgid "Manage image tags" +msgstr "管理图像标签" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:112 +msgid "Existing Tags" +msgstr "已有标签" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:116 +msgid "Search tags" +msgstr "搜索标签" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:120 +msgid "Go" +msgstr "开始" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:125 +msgid "Sort Order:" +msgstr "排序方式:" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:160 +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:164 +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:177 +msgid "Previous tags" +msgstr "上一个标签" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:173 +msgid "Next tags" +msgstr "下一个标签" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:185 +msgid "Rename Tag" +msgstr "重命名标签" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:193 +msgid "" +"Enter the tag to rename and its new value. You can use this feature to " +"merge tags too. Click \"Rename\" and all posts which use this tag will be " +"updated." +msgstr "" +"输入待重命名的标签和它新的值。你也可以借此来合并标签。点击“重命名”后,所有使" +"用了该标签的日志都会被更新。" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:194 +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:242 +msgid "You can specify multiple tags to rename by separating them with commas." +msgstr "你可以指定多个要重命名的标签,用逗号分隔。" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:198 +msgid "Tag(s) to rename:" +msgstr "待重命名的标签:" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:202 +msgid "New tag name(s):" +msgstr "新的标签名:" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:205 +msgid "Rename" +msgstr "重命名" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:211 +msgid "Delete Tag" +msgstr "删除标签" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:219 +msgid "" +"Enter the name of the tag to delete. This tag will be removed from all " +"posts." +msgstr "输入待删除的标签名。该标签会从所有日志中被移除。" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:220 +msgid "You can specify multiple tags to delete by separating them with commas" +msgstr "你可以指定多个要删除的标签,用逗号分隔。" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:224 +msgid "Tag(s) to delete:" +msgstr "待删除的标签:" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:233 +msgid "Edit Tag Slug" +msgstr "编辑标签别名" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:241 +msgid "" +"Enter the tag name to edit and its new slug. This will be used in tagcloud " +"links. Slug definition" +msgstr "" +"输入待编辑的标签名和它新的别名。这会在标签云的链接中使用到。别名定义" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:246 +msgid "Tag(s) to match:" +msgstr "待匹配的标签:" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:250 +msgid "Slug(s) to set:" +msgstr "待设置的别名" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/templates/manage_gallery/gallery_create_page_field.php:3 +msgid "Main Page (no parent)" +msgstr "主页面(无父级)" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/templates/manage_gallery/gallery_create_page_field.php:10 +msgid "Add page" +msgstr "添加页面" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/templates/manage_gallery/gallery_link_to_page_field.php:3 +msgid "Not linked" +msgstr "未链接" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/thumbnails-template.php:103 +msgid "These are maximum values" +msgstr "这些是最大值。" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/upgrade.php:61 +msgid "" +"Some folders/files could not renamed, please recheck the permission and " +"rescan the folder in the manage gallery section." +msgstr "" +"部分文件夹/文件无法被重命名,请检查权限后,在“管理图库”中重新扫描文件夹。" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/upgrade.php:63 +msgid "Rename failed" +msgstr "重命名失败" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/upgrade.php:159 +#: products/photocrati_nextgen/modules/ngglegacy/admin/upgrade.php:178 +msgid "Upgrade NextGEN Gallery" +msgstr "升级 NextGEN 图库" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/upgrade.php:160 +msgid "The script detect that you upgrade from a older version." +msgstr "脚本检测到你是从旧版本升级的。" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/upgrade.php:161 +msgid "" +"Your database tables for NextGEN Gallery is out-of-date, and must be " +"upgraded before you can continue." +msgstr "ä½  NextGEN 图库的数据库表已过期,在继续之前你必须先升级。" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/upgrade.php:162 +msgid "" +"If you would like to downgrade later, please make first a complete backup of " +"your database and the images." +msgstr "如果你后期想要降级,请先备份好你的数据库和图像。" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/upgrade.php:163 +msgid "The upgrade process may take a while, so please be patient." +msgstr "升级过程可能需要一段时间,请耐心等待。" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/upgrade.php:164 +msgid "Start upgrade now" +msgstr "现在开始升级" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/upgrade.php:180 +msgid "Upgrade finished..." +msgstr "升级完成……" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/upgrade.php:181 +msgid "Continue" +msgstr "ç»§ç»­" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:33 +msgid "Update successfully" +msgstr "更新成功" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:48 +msgid "Network Options" +msgstr "网络选项" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:56 +msgid "" +"This is the default path for all blogs. With the placeholder %BLOG_ID% you " +"can organize the folder structure better." +msgstr "" +"这是所有博客的默认路径。使用占位符 %BLOG_ID% 可以更好地识别文件夹结构。" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:57 +#, php-format +msgid "The default setting should be %s" +msgstr "默认设置应为 %s" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:61 +msgid "Enable upload quota check" +msgstr "启用上传配额检查" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:63 +msgid "Should work if the gallery is bellow the blog.dir" +msgstr "图库在博客目录下才能正常运作" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:67 +msgid "Enable zip upload option" +msgstr "启用 zip 上传选项" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:69 +msgid "Allow users to upload zip folders." +msgstr "允许用户上传 zip 文件。" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:73 +msgid "Enable import function" +msgstr "启用导入功能" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:75 +msgid "Allow users to import images folders from the server." +msgstr "允许用户导入来自服务器的图像文件夹。" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:79 +msgid "Enable style selection" +msgstr "启用样式选择" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:81 +msgid "Allow users to choose a style for the gallery." +msgstr "允许用户为图库选择样式。" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:85 +msgid "Enable roles/capabilities" +msgstr "启用角色功能" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:87 +msgid "Allow users to change the roles for other blog authors." +msgstr "允许用户更改博客其他作者的角色。" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:91 +msgid "Default style" +msgstr "默认样式" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:108 +msgid "Choose the default style for the galleries." +msgstr "选择图库的默认样式。" + +#: products/photocrati_nextgen/modules/ngglegacy/lib/core.php:410 +#, php-format +msgid "" +"Note : Based on your server memory limit you should not upload larger images " +"then %d x %d pixel" +msgstr "" +"注意:根据你的服务器内存限制,你不应上传大于 %d x %d 像素的" +"图像。" + +#: products/photocrati_nextgen/modules/ngglegacy/lib/ngg-db.php:337 +#: products/photocrati_nextgen/modules/ngglegacy/lib/ngg-db.php:338 +msgid "Album overview" +msgstr "相册一览" + +#: products/photocrati_nextgen/modules/ngglegacy/lib/post-thumbnail.php:68 +#: products/photocrati_nextgen/modules/ngglegacy/lib/post-thumbnail.php:70 +msgid "Set NextGEN featured image" +msgstr "设置 NextGEN 的特色图像" + +#: products/photocrati_nextgen/modules/ngglegacy/lib/post-thumbnail.php:328 +#: products/photocrati_nextgen/modules/ngglegacy/lib/post-thumbnail.php:329 +msgid "Set featured image" +msgstr "设置特色图像" + +#: products/photocrati_nextgen/modules/ngglegacy/lib/post-thumbnail.php:356 +msgid "Remove featured image" +msgstr "移除特色图像" + +#: products/photocrati_nextgen/modules/ngglegacy/lib/rewrite.php:223 +msgid "Album" +msgid_plural "Albums" +msgstr[0] "相册" + +#: products/photocrati_nextgen/modules/ngglegacy/lib/tags.php:35 +msgid "No new tag specified!" +msgstr "未指定新标签!" + +#: products/photocrati_nextgen/modules/ngglegacy/lib/tags.php:50 +msgid "No new/old valid tag specified!" +msgstr "未指定有效的新/旧标签!" + +#: products/photocrati_nextgen/modules/ngglegacy/lib/tags.php:86 +msgid "No tag renamed." +msgstr "没有标签被重命名。" + +#: products/photocrati_nextgen/modules/ngglegacy/lib/tags.php:88 +#, php-format +msgid "Renamed tag(s) «%1$s» to «%2$s»" +msgstr "标签 «%1$s» 重命名为 «%2$s»" + +#: products/photocrati_nextgen/modules/ngglegacy/lib/tags.php:95 +msgid "No valid new tag." +msgstr "无有效的新标签。" + +#: products/photocrati_nextgen/modules/ngglegacy/lib/tags.php:112 +msgid "No objects (post/page) found for specified old tags." +msgstr "未找到指定旧标签的对象(日志/页面)。" + +#: products/photocrati_nextgen/modules/ngglegacy/lib/tags.php:141 +msgid "No tag merged." +msgstr "无合并的标签。" + +#: products/photocrati_nextgen/modules/ngglegacy/lib/tags.php:143 +#, php-format +msgid "" +"Merge tag(s) «%1$s» to «%2$s». %3$s objects edited." +msgstr "" +"标签 «%1$s» 合并为 «%2$s»ã€‚ %3$s 个对象被编辑。" + +#: products/photocrati_nextgen/modules/ngglegacy/lib/tags.php:146 +msgid "Error. Not enough tags provided to rename or merge." +msgstr "错误。没有提供足够多的标签进行重命名或合并。" + +#: products/photocrati_nextgen/modules/ngglegacy/lib/tags.php:165 +msgid "No tag specified!" +msgstr "未指定标签!" + +#: products/photocrati_nextgen/modules/ngglegacy/lib/tags.php:188 +msgid "No tag deleted." +msgstr "无删除的标签。" + +#: products/photocrati_nextgen/modules/ngglegacy/lib/tags.php:190 +#, php-format +msgid "%1s tag(s) deleted." +msgstr "删除了 %1s 个标签。" + +#: products/photocrati_nextgen/modules/ngglegacy/lib/tags.php:206 +msgid "No new slug(s) specified!" +msgstr "未指定新的别名。" + +#: products/photocrati_nextgen/modules/ngglegacy/lib/tags.php:218 +msgid "Tags number and slugs number isn't the same!" +msgstr "标签数和别名数不一样!" + +#: products/photocrati_nextgen/modules/ngglegacy/lib/tags.php:245 +msgid "No slug edited." +msgstr "无编辑的别名。" + +#: products/photocrati_nextgen/modules/ngglegacy/lib/tags.php:247 +#, php-format +msgid "%s slug(s) edited." +msgstr "编辑了 %s 个别名。" + +#: products/photocrati_nextgen/modules/ngglegacy/nggallery.php:64 +msgid "" +"Translation by : See here" +msgstr "" +"翻译作者: 查看这里" + +#: products/photocrati_nextgen/modules/ngglegacy/nggallery.php:65 +msgid "" +"This translation is not yet updated for Version 1.9.0. If " +"you would like to help with translation, download the current po from the " +"plugin folder and read here how you can translate the plugin." +msgstr "" +"版本1.9.0的翻译尚未更新。。如果你想要协助进行翻译,可以从插" +"件文件夹中下载当前的 po 文件,查看这里如何翻译该插件。" + +#: products/photocrati_nextgen/modules/ngglegacy/nggallery.php:158 +msgid "" +"Sorry, NextGEN Gallery works only with a Memory Limit of 16 MB or higher" +msgstr "对不起,NextGEN 图库只能在 16MB 或更高的内存限制下正常使用。" + +#: products/photocrati_nextgen/modules/ngglegacy/nggallery.php:184 +msgid "Picture tag" +msgstr "图像标签" + +#: products/photocrati_nextgen/modules/ngglegacy/nggallery.php:185 +msgid "Picture tag: %2$l." +msgstr "图像标签:%2$l。" + +#: products/photocrati_nextgen/modules/ngglegacy/nggallery.php:186 +msgid "Separate picture tags with commas." +msgstr "以逗号分隔图像标签。" + +#: products/photocrati_nextgen/modules/ngglegacy/nggallery.php:324 +msgid "Get help" +msgstr "获取帮助" + +#: products/photocrati_nextgen/modules/ngglegacy/nggallery.php:325 +msgid "Contribute" +msgstr "捐赠" + +#: products/photocrati_nextgen/modules/ngglegacy/nggfunctions.php:29 +msgid "[Gallery not found]" +msgstr "[未找到图库]" + +#: products/photocrati_nextgen/modules/ngglegacy/nggfunctions.php:163 +msgid "Related images for" +msgstr "相关图像" + +#: products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser-exif.php:38 +msgid "Meta data" +msgstr "元数据" + +#: products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser-exif.php:42 +msgid "Camera / Type" +msgstr "相机 / 型号" + +#: products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser-exif.php:50 +msgid "Focal Length" +msgstr "焦距" + +#: products/photocrati_nextgen/modules/ngglegacy/xml/media-rss.php:50 +msgid "No galleries have been yet created." +msgstr "尚未创建图库。" + +#: products/photocrati_nextgen/modules/ngglegacy/xml/media-rss.php:69 +#, php-format +msgid "The gallery ID=%s does not exist." +msgstr "图库 ID=%s 不存在。" + +#: products/photocrati_nextgen/modules/ngglegacy/xml/media-rss.php:100 +msgid "No album ID has been provided as parameter" +msgstr "未提供相册 ID 作为参数。" + +#: products/photocrati_nextgen/modules/ngglegacy/xml/media-rss.php:108 +#, php-format +msgid "The album ID=%s does not exist." +msgstr "相册 ID=%s 不存在。" + +#: products/photocrati_nextgen/modules/ngglegacy/xml/media-rss.php:115 +msgid "Invalid MediaRSS command" +msgstr "无效的 MediaRSS 命令" + +msgid "NextGEN Basic Compact Album" +msgstr "NextGEN 紧凑视图相册 基础版" + +msgid "NextGEN Basic Extended Album" +msgstr "NextGEN 扩展视图相册 基础版" + +msgid "NextGEN Basic Thumbnails" +msgstr "NextGEN 缩略图 基础版" + +msgid "NextGEN Basic Slideshow" +msgstr "NextGEN 幻灯片 基础版" + +msgid "NextGEN Basic ImageBrowser" +msgstr "NextGEN ImageBrowser 基础版" + +msgid "NextGEN Basic Singlepic" +msgstr "NextGEN 单图模式 基础版" + +msgid "NextGEN Basic Tagcloud" +msgstr "NextGEN 标签云 基础版" diff --git a/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/i18n/lang/nggallery.po b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/i18n/lang/nggallery.po new file mode 100644 index 0000000..0e9b8ab --- /dev/null +++ b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/i18n/lang/nggallery.po @@ -0,0 +1,4261 @@ +# NextGEN Gallery base (English) .po source +# Copyright (C) 2014 Photocrati Media +# This file is distributed under the same license as the NextGEN Gallery package. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: NextGEN Gallery\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2014-02-20 19:45-0800\n" +"PO-Revision-Date: 2014-02-20 19:45-0800\n" +"Last-Translator: Photocrati Media\n" +"Language-Team: Photocrati Media\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: nggallery.php:290 +#, php-format +msgid "Every %d seconds" +msgstr "" + +#: products/photocrati_nextgen/modules/attach_to_post/adapter.attach_to_post_ajax.php:157 +#, php-format +msgid "Album: %s" +msgstr "" + +#: products/photocrati_nextgen/modules/attach_to_post/adapter.attach_to_post_ajax.php:159 +#, php-format +msgid "Gallery: %s" +msgstr "" + +#: products/photocrati_nextgen/modules/attach_to_post/adapter.attach_to_post_ajax.php:177 +msgid "Missing parameters" +msgstr "" + +#: products/photocrati_nextgen/modules/attach_to_post/adapter.attach_to_post_ajax.php:213 +msgid "Displayed gallery does not exist" +msgstr "" + +#: products/photocrati_nextgen/modules/attach_to_post/adapter.attach_to_post_ajax.php:216 +msgid "Invalid request" +msgstr "" + +#: products/photocrati_nextgen/modules/attach_to_post/class.attach_controller.php:248 +msgid "NextGEN Gallery - Attach To Post" +msgstr "" + +#: products/photocrati_nextgen/modules/attach_to_post/class.attach_controller.php:266 +msgid "Display Galleries" +msgstr "" + +#: products/photocrati_nextgen/modules/attach_to_post/class.attach_controller.php:273 +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/adapter.nextgen_addgallery_controller.php:7 +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:188 +msgid "Add Gallery / Images" +msgstr "" + +#: products/photocrati_nextgen/modules/attach_to_post/class.attach_controller.php:280 +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:156 +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:190 +msgid "Manage Galleries" +msgid_plural "Manage Galleries" +msgstr[0] "" +msgstr[1] "" + +#: products/photocrati_nextgen/modules/attach_to_post/class.attach_controller.php:287 +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:404 +msgid "Manage Albums" +msgid_plural "Manage Albums" +msgstr[0] "" +msgstr[1] "" + +#: products/photocrati_nextgen/modules/attach_to_post/class.attach_controller.php:294 +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:158 +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:194 +msgid "Manage Tags" +msgstr "" + +#: products/photocrati_nextgen/modules/attach_to_post/mixin.attach_to_post_display_tab.php:115 +msgid "What would you like to display?" +msgstr "" + +#: products/photocrati_nextgen/modules/attach_to_post/mixin.attach_to_post_display_tab.php:139 +msgid "Select a display type" +msgstr "" + +#: products/photocrati_nextgen/modules/attach_to_post/mixin.attach_to_post_display_tab.php:162 +msgid "Customize the display settings" +msgstr "" + +#: products/photocrati_nextgen/modules/attach_to_post/mixin.attach_to_post_display_tab.php:253 +msgid "No display type selected" +msgstr "" + +#: products/photocrati_nextgen/modules/attach_to_post/mixin.attach_to_post_display_tab.php:271 +msgid "Sort or Exclude Images" +msgstr "" + +#: products/photocrati_nextgen/modules/attach_to_post/module.attach_to_post.php:192 +msgid "Invalid Displayed Gallery" +msgstr "" + +#: products/photocrati_nextgen/modules/attach_to_post/module.attach_to_post.php:299 +msgid "Attach NextGEN Gallery to Post" +msgstr "" + +#: products/photocrati_nextgen/modules/attach_to_post/templates/display_tab.php:10 +#: products/photocrati_nextgen/modules/nextgen_admin/templates/nextgen_admin_page.php:25 +msgid "Save" +msgstr "" + +#: products/photocrati_nextgen/modules/attach_to_post/templates/display_tab_js.php:615 +msgid "Sources" +msgstr "" + +#: products/photocrati_nextgen/modules/attach_to_post/templates/display_tab_js.php:649 +#: products/photocrati_nextgen/modules/nextgen_admin/class.form.php:366 +msgid "(optional)" +msgstr "" + +#: products/photocrati_nextgen/modules/attach_to_post/templates/display_tab_js.php:657 +msgid "" +"Sets an SEO-friendly name to this gallery for URLs. Currently only in use by " +"the Pro Lightbox." +msgstr "" + +#: products/photocrati_nextgen/modules/attach_to_post/templates/display_tab_js.php:658 +msgid "Slug" +msgstr "" + +#: products/photocrati_nextgen/modules/attach_to_post/templates/display_tab_js.php:878 +msgid "No entities to display for this source." +msgstr "" + +#: products/photocrati_nextgen/modules/attach_to_post/templates/display_tab_js.php:1289 +msgid "Select a gallery" +msgstr "" + +#: products/photocrati_nextgen/modules/attach_to_post/templates/display_tab_js.php:1293 +msgid "Galleries" +msgstr "" + +#: products/photocrati_nextgen/modules/attach_to_post/templates/display_tab_js.php:1317 +msgid "Albums" +msgstr "" + +#: products/photocrati_nextgen/modules/lightbox/adapter.lightbox_library_form.php:34 +msgid "Code" +msgstr "" + +#: products/photocrati_nextgen/modules/lightbox/adapter.lightbox_library_form.php:48 +msgid "Stylesheet URL" +msgstr "" + +#: products/photocrati_nextgen/modules/lightbox/adapter.lightbox_library_form.php:62 +msgid "Javascript URL" +msgstr "" + +#: products/photocrati_nextgen/modules/lightbox/class.lightbox_installer.php:122 +msgid "ltr" +msgstr "" + +#: products/photocrati_nextgen/modules/lightbox/class.lightbox_installer.php:123 +#: products/photocrati_nextgen/modules/lightbox/class.lightbox_installer.php:180 +msgid "Loading..." +msgstr "" + +#: products/photocrati_nextgen/modules/lightbox/class.lightbox_installer.php:124 +#: products/photocrati_nextgen/modules/lightbox/class.lightbox_installer.php:173 +msgid "Previous" +msgstr "" + +#: products/photocrati_nextgen/modules/lightbox/class.lightbox_installer.php:125 +#: products/photocrati_nextgen/modules/lightbox/class.lightbox_installer.php:174 +msgid "Next" +msgstr "" + +#: products/photocrati_nextgen/modules/lightbox/class.lightbox_installer.php:126 +#: products/photocrati_nextgen/modules/lightbox/class.lightbox_installer.php:131 +msgid "Move" +msgstr "" + +#: products/photocrati_nextgen/modules/lightbox/class.lightbox_installer.php:127 +#: products/photocrati_nextgen/modules/lightbox/class.lightbox_installer.php:175 +#: products/photocrati_nextgen/modules/lightbox/class.lightbox_installer.php:198 +msgid "Close" +msgstr "" + +#: products/photocrati_nextgen/modules/lightbox/class.lightbox_installer.php:128 +msgid "Resize" +msgstr "" + +#: products/photocrati_nextgen/modules/lightbox/class.lightbox_installer.php:129 +msgid "Play" +msgstr "" + +#: products/photocrati_nextgen/modules/lightbox/class.lightbox_installer.php:130 +msgid "Pause" +msgstr "" + +#: products/photocrati_nextgen/modules/lightbox/class.lightbox_installer.php:132 +msgid "1:1" +msgstr "" + +#: products/photocrati_nextgen/modules/lightbox/class.lightbox_installer.php:133 +msgid "Close (esc)" +msgstr "" + +#: products/photocrati_nextgen/modules/lightbox/class.lightbox_installer.php:134 +msgid "Pause slideshow (spacebar)" +msgstr "" + +#: products/photocrati_nextgen/modules/lightbox/class.lightbox_installer.php:135 +msgid "Click to cancel" +msgstr "" + +#: products/photocrati_nextgen/modules/lightbox/class.lightbox_installer.php:136 +msgid "Click to bring to front" +msgstr "" + +#: products/photocrati_nextgen/modules/lightbox/class.lightbox_installer.php:137 +msgid "Expand to actual size (f)" +msgstr "" + +#: products/photocrati_nextgen/modules/lightbox/class.lightbox_installer.php:138 +msgid "Powered by Highslide JS" +msgstr "" + +#: products/photocrati_nextgen/modules/lightbox/class.lightbox_installer.php:139 +msgid "Play slideshow (spacebar)" +msgstr "" + +#: products/photocrati_nextgen/modules/lightbox/class.lightbox_installer.php:140 +msgid "Previous (arrow left)" +msgstr "" + +#: products/photocrati_nextgen/modules/lightbox/class.lightbox_installer.php:141 +msgid "Next (arrow right)" +msgstr "" + +#: products/photocrati_nextgen/modules/lightbox/class.lightbox_installer.php:142 +msgid "Image %1 of %2" +msgstr "" + +#: products/photocrati_nextgen/modules/lightbox/class.lightbox_installer.php:143 +msgid "Go to the Highslide JS homepage" +msgstr "" + +#: products/photocrati_nextgen/modules/lightbox/class.lightbox_installer.php:144 +msgid "Click to close image, click and drag to move. Use arrow keys for next and previous." +msgstr "" + +#: products/photocrati_nextgen/modules/lightbox/class.lightbox_installer.php:158 +msgid "L O A D I N G" +msgstr "" + +#: products/photocrati_nextgen/modules/lightbox/class.lightbox_installer.php:159 +msgid "Click to Close" +msgstr "" + +#: products/photocrati_nextgen/modules/lightbox/class.lightbox_installer.php:176 +msgid "Full Size" +msgstr "" + +#: products/photocrati_nextgen/modules/lightbox/class.lightbox_installer.php:177 +msgid "Fit to Screen" +msgstr "" + +#: products/photocrati_nextgen/modules/lightbox/class.lightbox_installer.php:178 +#: products/photocrati_nextgen/modules/lightbox/class.lightbox_installer.php:196 +msgid "Image" +msgstr "" + +#: products/photocrati_nextgen/modules/lightbox/class.lightbox_installer.php:179 +#: products/photocrati_nextgen/modules/lightbox/class.lightbox_installer.php:197 +msgid "of" +msgstr "" + +#: products/photocrati_nextgen/modules/lightbox/class.lightbox_installer.php:194 +msgid "Next >" +msgstr "" + +#: products/photocrati_nextgen/modules/lightbox/class.lightbox_installer.php:195 +msgid "< Prev" +msgstr "" + +#: products/photocrati_nextgen/modules/lightbox/class.lightbox_installer.php:199 +msgid "This feature requires inline frames. You have iframes disabled or your browser does not support them." +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/adapter.import_folder_form.php:7 +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/templates/import_folder.php:6 +msgid "Import Folder" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/adapter.nextgen_addgallery_ajax.php:43 +msgid "No gallery name specified" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/adapter.nextgen_addgallery_ajax.php:57 +msgid "Failed to extract images from ZIP" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/adapter.nextgen_addgallery_ajax.php:63 +msgid "Image generation failed" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/adapter.nextgen_addgallery_ajax.php:73 +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/adapter.nextgen_addgallery_ajax.php:160 +msgid "An unexpected error occured." +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/adapter.nextgen_addgallery_ajax.php:80 +msgid "" +"No permissions to upload images. Try refreshing the page or ensuring that " +"your user account has sufficient roles/privileges." +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/adapter.nextgen_addgallery_ajax.php:123 +msgid "Directory does not exist." +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/adapter.nextgen_addgallery_ajax.php:127 +msgid "No directory specified." +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/adapter.nextgen_addgallery_ajax.php:131 +msgid "" +"No permissions to browse folders. Try refreshing the page or ensuring that " +"your user account has sufficient roles/privileges." +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/adapter.nextgen_addgallery_ajax.php:165 +msgid "No folder specified" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/adapter.nextgen_addgallery_ajax.php:169 +msgid "" +"No permissions to import folders. Try refreshing the page or ensuring that " +"your user account has sufficient roles/privileges." +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/adapter.upload_images_form.php:7 +msgid "Upload Images" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/templates/import_folder.php:1 +msgid "" +"Select a folder to import. The folder name will be used as the title of the " +"gallery." +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/templates/import_folder.php:5 +msgid "Keep images in original location." +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/templates/import_folder.php:5 +msgid "" +"Caution: If you keep images in the original folder and later delete the " +"gallery, the images in that folder might be deleted depending on your " +"settings." +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/templates/import_folder.php:39 +msgid "Importing gallery" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/templates/import_folder.php:41 +msgid "In Progress..." +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/templates/import_folder.php:56 +#, php-format +msgid "Done! Successfully imported %s images" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/templates/upload_images.php:2 +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:185 +#: products/photocrati_nextgen/modules/ngglegacy/lib/rewrite.php:217 +#: products/photocrati_nextgen/modules/ngglegacy/lib/rewrite.php:226 +msgid "Gallery" +msgid_plural "Galleries" +msgstr[0] "" +msgstr[1] "" + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/templates/upload_images.php:4 +msgid "Create a new gallery" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/templates/upload_images.php:13 +msgid "You browser doesn't have Flash, Silverlight, HTML5, or HTML4 support." +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/templates/upload_images.php:99 +msgid "Drag image and ZIP files here or click Add Files" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/templates/upload_images.php:149 +#, php-format +msgid "%s images were uploaded successfully" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/templates/upload_images.php:152 +msgid "1 image was uploaded successfully" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/templates/upload_images.php:155 +msgid "0 images were uploaded" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/templates/upload_images.php:169 +msgid "Upload complete" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_addgallery_page/templates/upload_images.php:191 +msgid "" +"An unexpected error occured. This is most likely due to a server " +"misconfiguration. Check your PHP error log or ask your hosting provider for " +"assistance." +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_admin/class.form.php:226 +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_thumbnail_form.php:167 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:537 +msgid "Enable AJAX pagination" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_admin/class.form.php:238 +msgid "Override thumbnail settings" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_admin/class.form.php:240 +msgid "" +"This does not affect existing thumbnails; overriding the thumbnail settings " +"will create an additional set of thumbnails. To change the size of existing " +"thumbnails please visit 'Manage Galleries' and choose 'Create new " +"thumbnails' for all images in the gallery." +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_admin/class.form.php:248 +#: products/photocrati_nextgen/modules/nextgen_basic_singlepic/adapter.nextgen_basic_singlepic_form.php:38 +msgid "Thumbnail dimensions" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:431 +msgid "Thumbnail quality" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_admin/class.form.php:274 +msgid "Thumbnail crop" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_admin/class.form.php:310 +msgid "Override image settings" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_admin/class.form.php:312 +msgid "Overriding the image settings will create an additional set of images" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_admin/class.form.php:320 +#: products/photocrati_nextgen/modules/nextgen_basic_singlepic/adapter.nextgen_basic_singlepic_form.php:83 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:456 +msgid "Image quality" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_admin/class.form.php:330 +msgid "Image crop" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_admin/class.form.php:339 +msgid "Image watermark" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_admin/class.form.php:363 +msgid "Gallery width" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_admin/class.form.php:365 +msgid "An empty or 0 setting will make the gallery full width" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_admin/class.form.php:369 +msgid "Pixels" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_admin/class.form.php:369 +msgid "Percent" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_admin/class.form.php:378 +msgid "First Image" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_admin/class.form.php:379 +msgid "Average" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_admin/class.nextgen_admin_page_controller.php:100 +msgid "Clear" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_admin/class.nextgen_admin_page_controller.php:101 +msgid "Default" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_admin/class.nextgen_admin_page_controller.php:102 +msgid "Select Color" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_admin/class.nextgen_admin_page_controller.php:103 +msgid "Current Color" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_admin/class.nextgen_admin_page_controller.php:174 +msgid "Saved successfully" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_admin/templates/field_generator/nextgen_settings_field_radio.php:16 +#: products/photocrati_nextgen/modules/nextgen_basic_singlepic/templates/nextgen_basic_singlepic_settings_radio.php:16 +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:122 +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.miscellaneous_form.php:24 +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.miscellaneous_form.php:30 +#: products/photocrati_nextgen/modules/nextgen_other_options/templates/image_options_tab.php:40 +#: products/photocrati_nextgen/modules/nextgen_other_options/templates/image_options_tab.php:65 +#: products/photocrati_nextgen/modules/nextgen_other_options/templates/image_options_tab.php:191 +#: products/photocrati_nextgen/modules/nextgen_other_options/templates/styling_tab.php:10 +#: products/photocrati_nextgen/modules/nextgen_other_options/templates/thumbnail_options_tab.php:37 +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:411 +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:458 +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:461 +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:464 +msgid "Yes" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_admin/templates/field_generator/nextgen_settings_field_radio.php:24 +#: products/photocrati_nextgen/modules/nextgen_basic_singlepic/templates/nextgen_basic_singlepic_settings_radio.php:24 +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:123 +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.miscellaneous_form.php:23 +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.miscellaneous_form.php:29 +#: products/photocrati_nextgen/modules/nextgen_other_options/templates/image_options_tab.php:47 +#: products/photocrati_nextgen/modules/nextgen_other_options/templates/image_options_tab.php:72 +#: products/photocrati_nextgen/modules/nextgen_other_options/templates/image_options_tab.php:198 +#: products/photocrati_nextgen/modules/nextgen_other_options/templates/styling_tab.php:13 +#: products/photocrati_nextgen/modules/nextgen_other_options/templates/thumbnail_options_tab.php:44 +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:413 +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:459 +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:462 +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:465 +msgid "No" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_basic_album/class.nextgen_basic_album_installer.php:9 +msgid "NextGEN Basic Compact Album" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_basic_album/class.nextgen_basic_album_installer.php:18 +msgid "NextGEN Basic Extended Album" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_basic_album/mixin.nextgen_basic_album_form.php:25 +msgid "Display galleries as" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_basic_album/mixin.nextgen_basic_album_form.php:26 +msgid "How would you like galleries to be displayed?" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_basic_album/mixin.nextgen_basic_album_form.php:28 +msgid "Galleries per page" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_basic_album/mixin.nextgen_basic_album_form.php:47 +msgid "Items per page" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_basic_album/mixin.nextgen_basic_album_form.php:48 +msgid "Maximum number of galleries or sub-albums to appear on a single page" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_basic_album/templates/compact.php:29 +#: products/photocrati_nextgen/modules/nextgen_basic_album/templates/extended.php:15 +#: products/photocrati_nextgen/modules/ngglegacy/view/album-compact.php:45 +#: products/photocrati_nextgen/modules/ngglegacy/view/album-extend.php:31 +msgid "Photos" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_gallery_mapper.php:93 +msgid "[Show PicLens]" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:62 +msgid "Interval" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:66 +msgid "# of seconds" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:97 +msgid "Maximum dimensions" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:98 +msgid "Certain themes may allow images to flow over their container if this setting is too large" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:109 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:765 +msgid "Enable flash slideshow" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:111 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:767 +msgid "Integrate the flash based slideshow for all flash supported devices" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:120 +msgid "Shuffle" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:132 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:782 +msgid "Show next image on click" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:144 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:786 +msgid "Show navigation bar" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:156 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:790 +msgid "Show loading icon" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:168 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:794 +msgid "Use watermark logo" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:170 +msgid "" +"Use the watermark image in the Flash object. Note: this does not watermark " +"the image itself, and cannot be applied with text watermarks" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:180 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:799 +msgid "Stretch image" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:222 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:827 +msgid "Use slow zooming effect" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:234 +msgid "Background music (url)" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:247 +msgid "Try XHTML validation" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:259 +msgid "Background" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:271 +msgid "Texts / buttons" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:283 +msgid "Rollover / active" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:295 +msgid "Screen" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:313 +msgid "Show thumbnail link" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:329 +msgid "Thumbnail link text" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_thumbnail_form.php:65 +msgid "Images per page" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_thumbnail_form.php:67 +msgid "0 will display all images at once" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_thumbnail_form.php:85 +msgid "Number of columns to display" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_thumbnail_form.php:89 +msgid "# of columns" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_thumbnail_form.php:105 +msgid "Piclens link text" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_thumbnail_form.php:123 +msgid "Show piclens link" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_thumbnail_form.php:139 +msgid "Add Hidden Images" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_thumbnail_form.php:141 +msgid "" +"If pagination is used this option will show all images in the modal window " +"(Thickbox, Lightbox etc.) This increases page load." +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_thumbnail_form.php:150 +msgid "Use imagebrowser effect" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_thumbnail_form.php:152 +msgid "" +"When active each image in the gallery will link to an imagebrowser display " +"and lightbox effects will not be applied." +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_thumbnail_form.php:169 +msgid "Browse images without reloading the page." +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_thumbnail_form.php:184 +msgid "Show slideshow link" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_thumbnail_form.php:200 +msgid "Slideshow link text" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/class.nextgen_basic_gallery_installer.php:9 +msgid "NextGEN Basic Thumbnails" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/class.nextgen_basic_gallery_installer.php:19 +msgid "NextGEN Basic Slideshow" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/templates/slideshow/index.php:35 +msgid "" +"Slideshows require the Flash Player and a browser with Javascript support." +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/templates/slideshow/nextgen_basic_slideshow_settings_gallery_dimensions.php:15 +#: products/photocrati_nextgen/modules/nextgen_basic_singlepic/adapter.nextgen_basic_singlepic_form.php:39 +#: products/photocrati_nextgen/modules/nextgen_basic_singlepic/templates/nextgen_basic_singlepic_settings_dimensions.php:13 +#: products/photocrati_nextgen/modules/widget/templates/form_slideshow.php:52 +msgid "Width" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/templates/slideshow/nextgen_basic_slideshow_settings_gallery_dimensions.php:23 +#: products/photocrati_nextgen/modules/nextgen_basic_singlepic/adapter.nextgen_basic_singlepic_form.php:41 +#: products/photocrati_nextgen/modules/nextgen_basic_singlepic/templates/nextgen_basic_singlepic_settings_dimensions.php:20 +#: products/photocrati_nextgen/modules/widget/templates/form_slideshow.php:40 +msgid "Height" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_basic_imagebrowser/class.nextgen_basic_imagebrowser_installer.php:9 +msgid "NextGEN Basic ImageBrowser" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_basic_imagebrowser/templates/nextgen_basic_imagebrowser.php:41 +#: products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser-caption.php:26 +#: products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser-exif.php:30 +#: products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser.php:26 +msgid "Back" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_basic_imagebrowser/templates/nextgen_basic_imagebrowser.php:49 +#: products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser-caption.php:29 +#: products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser-exif.php:33 +#: products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser.php:29 +msgid "Next" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_basic_imagebrowser/templates/nextgen_basic_imagebrowser.php:55 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:89 +#: products/photocrati_nextgen/modules/ngglegacy/lib/rewrite.php:220 +#: products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser-caption.php:31 +#: products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser-exif.php:35 +#: products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser.php:31 +msgid "Picture" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_basic_imagebrowser/templates/nextgen_basic_imagebrowser.php:55 +#: products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser-caption.php:31 +#: products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser-exif.php:35 +#: products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser.php:31 +msgid "of" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_basic_singlepic/adapter.nextgen_basic_singlepic_form.php:54 +msgid "Link" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_basic_singlepic/adapter.nextgen_basic_singlepic_form.php:66 +msgid "Link target" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_basic_singlepic/adapter.nextgen_basic_singlepic_form.php:68 +msgid "Self" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_basic_singlepic/adapter.nextgen_basic_singlepic_form.php:69 +msgid "Blank" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_basic_singlepic/adapter.nextgen_basic_singlepic_form.php:70 +msgid "Parent" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_basic_singlepic/adapter.nextgen_basic_singlepic_form.php:71 +msgid "Top" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_basic_singlepic/adapter.nextgen_basic_singlepic_form.php:95 +msgid "Display watermark" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_basic_singlepic/adapter.nextgen_basic_singlepic_form.php:105 +msgid "Display reflection" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_basic_singlepic/adapter.nextgen_basic_singlepic_form.php:115 +msgid "Crop thumbnail" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_basic_singlepic/adapter.nextgen_basic_singlepic_form.php:125 +msgid "Float" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_basic_singlepic/class.nextgen_basic_singlepic_installer.php:9 +msgid "NextGEN Basic SinglePic" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_basic_tagcloud/adapter.nextgen_basic_tagcloud_form.php:24 +msgid "Maximum number of tags" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_basic_tagcloud/adapter.nextgen_basic_tagcloud_form.php:46 +msgid "Display type" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_basic_tagcloud/adapter.nextgen_basic_tagcloud_form.php:49 +msgid "The display type that the tagcloud will point its results to" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_basic_tagcloud/class.nextgen_basic_tagcloud_installer.php:12 +msgid "NextGEN Basic TagCloud" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_basic_templates/adapter.nextgen_basic_template_form.php:46 +msgid "Template" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_basic_templates/adapter.nextgen_basic_template_form.php:47 +msgid "Use a legacy template when rendering (not recommended)." +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_data/class.gallerystorage_driver_base.php:639 +#: products/photocrati_nextgen/modules/nextgen_data/class.ngglegacy_gallerystorage_driver.php:677 +#: products/photocrati_nextgen/modules/ngglegacy/lib/multisite.php:23 +msgid "" +"Sorry, you have used your space allocation. Please delete some files to " +"upload more files." +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_data/class.gallerystorage_driver_base.php:1083 +msgid "Could not calculate resized image dimensions" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:154 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:135 +msgid " mm" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:163 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:141 +msgid " sec" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:168 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:145 +msgid "Fired" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:168 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:145 +msgid "Not fired" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:539 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:452 +#: products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser-exif.php:46 +msgid "Aperture" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:540 +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:565 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:453 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:478 +msgid "Credit" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:541 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:454 +msgid "Camera" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:542 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:455 +msgid "Caption" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:543 +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:26 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-sort.php:114 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:456 +msgid "Date/Time" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:544 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:457 +msgid "Copyright" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:545 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:458 +msgid "Focal length" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:546 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:459 +msgid "ISO" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:547 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:460 +#: products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser-exif.php:54 +msgid "Shutter speed" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:548 +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:678 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:461 +#: products/photocrati_nextgen/modules/widget/templates/form_gallery.php:4 +#: products/photocrati_nextgen/modules/widget/templates/form_mediarss.php:3 +#: products/photocrati_nextgen/modules/widget/templates/form_slideshow.php:3 +msgid "Title" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:549 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:459 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:409 +#: products/photocrati_nextgen/modules/ngglegacy/admin/style.php:132 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:462 +msgid "Author" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:550 +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:51 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:175 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:389 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:463 +msgid "Tags" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:551 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:464 +msgid "Subject" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:552 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:465 +msgid "Make" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:553 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:466 +msgid "Edit Status" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:554 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:467 +msgid "Category" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:555 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:468 +msgid "Keywords" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:556 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:469 +msgid "Date Created" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:557 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:470 +msgid "Time Created" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:558 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:471 +msgid "Author Position" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:559 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:472 +msgid "City" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:560 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:473 +msgid "Location" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:561 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:474 +msgid "Province/State" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:562 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:475 +msgid "Country code" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:563 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:476 +msgid "Country" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:564 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:477 +msgid "Headline" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:566 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:479 +msgid "Source" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:567 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:480 +msgid "Copyright Notice" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:568 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:481 +msgid "Contact" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:569 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:482 +msgid "Last modified" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:570 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:483 +msgid "Program tool" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:571 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:484 +msgid "Format" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:572 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:485 +msgid "Image Width" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:573 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:486 +msgid "Image Height" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_data/class.nextgen_metadata.php:574 +#: products/photocrati_nextgen/modules/ngglegacy/lib/meta.php:487 +msgid "Flash" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_data/class.ngglegacy_gallerystorage_driver.php:242 +msgid "Invalid image file. Acceptable formats: JPG, GIF, and PNG." +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_data/class.ngglegacy_gallerystorage_driver.php:666 +#, php-format +msgid "Unable to create directory %s." +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_data/class.ngglegacy_gallerystorage_driver.php:671 +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:928 +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1126 +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1211 +#, php-format +msgid "" +"Unable to write to directory %s. Is this directory writable by the server?" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_data/class.ngglegacy_gallerystorage_driver.php:700 +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1251 +#, php-format +msgid "Failed to copy database row for picture %s" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_data/class.ngglegacy_gallerystorage_driver.php:712 +#, php-format +msgid "Failed to get image path for %s" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_data/class.ngglegacy_gallerystorage_driver.php:730 +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1237 +#, php-format +msgid "Failed to copy image %1$s to %2$s" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_data/class.ngglegacy_gallerystorage_driver.php:734 +#, php-format +msgid "Copied image %1$s to %2$s" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_data/class.ngglegacy_gallerystorage_driver.php:742 +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1263 +#, php-format +msgid "" +"Image %1$s (%2$s) copied as image %3$s (%4$s) » The file already " +"existed in the destination gallery." +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_data/class.ngglegacy_gallerystorage_driver.php:746 +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1266 +#, php-format +msgid "Image %1$s (%2$s) copied as image %3$s (%4$s)" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_data/class.ngglegacy_gallerystorage_driver.php:759 +#, php-format +msgid "Copied %1$s picture(s) to gallery %2$s ." +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_data/class.ngglegacy_gallerystorage_driver.php:786 +msgid "Could not find image" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_data/class.ngglegacy_gallerystorage_driver.php:791 +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:388 +msgid " is not writeable" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_data/class.ngglegacy_gallerystorage_driver.php:796 +msgid "Backup file does not exist" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_data/class.ngglegacy_gallerystorage_driver.php:801 +msgid "Could not restore original image" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_gallery_display/adapter.display_settings_controller.php:17 +#: products/photocrati_nextgen/modules/nextgen_gallery_display/module.nextgen_gallery_display.php:244 +#: products/photocrati_nextgen/modules/nextgen_gallery_display/module.nextgen_gallery_display.php:302 +msgid "Gallery Settings" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_gallery_display/class.displayed_gallery.php:73 +msgid "Source not compatible with selected display type" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_gallery_display/module.nextgen_gallery_display.php:301 +msgid "NextGEN Gallery & Album Settings" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_gallery_display/templates/alt_view_link_text.php:15 +#: products/photocrati_nextgen/modules/nextgen_gallery_display/templates/return_link_text.php:15 +msgid "link text" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:12 +msgid "Image Options" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:22 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:588 +#: products/photocrati_nextgen/modules/ngglegacy/admin/thumbnails-template.php:76 +msgid "Custom" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:23 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-sort.php:111 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:549 +msgid "Image ID" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:24 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:570 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-sort.php:112 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:165 +msgid "Filename" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:25 +msgid "Alt/Title Text" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:38 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-sort.php:115 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:557 +msgid "Ascending" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:39 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-sort.php:116 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:558 +msgid "Descending" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:50 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:388 +msgid "Categories" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:81 +msgid "Gallery path does not exist and could not be created" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:86 +msgid "Where would you like galleries stored?" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:87 +msgid "Where galleries and their images are stored" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:89 +msgid "Delete Image Files?" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:90 +msgid "" +"When enabled, image files will be removed after a Gallery has been deleted" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:92 +msgid "Show Related Images on Posts?" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:93 +msgid "" +"When enabled, related images will be appended to each post by matching the " +"posts tags/categories to image tags" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:95 +msgid "(Show Customization Settings)" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:96 +msgid "(Hide Customization Settings)" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:97 +msgid "How should related images be match?" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:100 +msgid "Maximum # of related images to display" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:102 +msgid "Heading for related images" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:104 +msgid "What's the default sorting method?" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:107 +msgid "Sort in what direction?" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:110 +msgid "Automatically resize images after upload" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:111 +msgid "It is recommended that your images be resized to be web friendly" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:113 +msgid "What should images be resized to?" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:114 +msgid "" +"After images are uploaded, they will be resized to the above dimensions and " +"quality" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:115 +msgid "Width:" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:116 +msgid "Height:" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:117 +msgid "Quality:" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.image_options_form.php:121 +msgid "Backup the original images?" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.lightbox_manager_form.php:12 +msgid "Lightbox Effects" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.lightbox_manager_form.php:38 +msgid "What effect would you like to use?" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.miscellaneous_form.php:12 +msgid "Miscellaneous" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.miscellaneous_form.php:21 +msgid "Add MediaRSS link?" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.miscellaneous_form.php:22 +msgid "" +"When enabled, adds a MediaRSS link to your header. Third-party web services " +"can use this to publish your galleries" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.miscellaneous_form.php:27 +msgid "Display galleries in feeds" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.miscellaneous_form.php:28 +msgid "" +"NextGEN hides its gallery displays in feeds other than MediaRSS. This " +"enables image galleries in feeds." +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.miscellaneous_form.php:32 +msgid "Clear image cache" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.miscellaneous_form.php:33 +msgid "" +"Completely clear the NextGEN cache of all image modifications?\n" +"\n" +"Choose [Cancel] to Stop, [OK] to proceed." +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.miscellaneous_form.php:38 +msgid "Permalink slug" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.miscellaneous_form.php:45 +msgid "Maximum image count" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.miscellaneous_form.php:47 +msgid "" +"This is the maximum limit of images that NextGEN will restrict itself to " +"querying" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.other_options_controller.php:22 +#: products/photocrati_nextgen/modules/nextgen_other_options/module.nextgen_other_options.php:39 +msgid "Other Options" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.reset_form.php:7 +msgid "Reset Options" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.reset_form.php:15 +msgid "Reset all options to default settings" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.reset_form.php:16 +msgid "" +"Replace all existing options and gallery options with their default settings" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.reset_form.php:17 +msgid "Reset settings" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.reset_form.php:18 +msgid "" +"Reset all options to default settings?\n" +"\n" +"Choose [Cancel] to Stop, [OK] to proceed." +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.roles_form.php:7 +msgid "Roles & Capabilities" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.styles_form.php:12 +msgid "Styles" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.styles_form.php:18 +msgid "Enable custom CSS" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.styles_form.php:20 +msgid "What stylesheet would you like to use?" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.styles_form.php:23 +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.watermarks_form.php:136 +msgid "(Show Customization Options)" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.styles_form.php:24 +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.watermarks_form.php:137 +msgid "(Hide Customization Options)" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.styles_form.php:25 +msgid "File Content:" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.styles_form.php:26 +msgid "Changes you make to the contents will be saved to" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.styles_form.php:27 +msgid "You could edit this file if it were writable" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.thumbnail_options_form.php:12 +msgid "Thumbnail Options" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.thumbnail_options_form.php:20 +msgid "Default thumbnail dimensions:" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.thumbnail_options_form.php:21 +msgid "When generating thumbnails, what image dimensions do you desire?" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.thumbnail_options_form.php:24 +msgid "Set fix dimension?" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.thumbnail_options_form.php:25 +msgid "Ignore the aspect ratio, no portrait thumbnails?" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.thumbnail_options_form.php:27 +msgid "Adjust Thumbnail Quality?" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.thumbnail_options_form.php:28 +msgid "When generating thumbnails, what image quality do you desire?" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.thumbnail_options_form.php:30 +msgid "Size List" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.thumbnail_options_form.php:31 +msgid "List of default sizes used for thumbnails and images" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.watermarks_form.php:12 +msgid "Watermarks" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.watermarks_form.php:41 +msgid "Using an Image" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.watermarks_form.php:42 +msgid "Using Text" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.watermarks_form.php:69 +msgid "An absolute or relative (to the site document root) file system path" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.watermarks_form.php:71 +msgid "" +"An absolute or relative (to the site document root) file system path or an " +"HTTP url" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.watermarks_form.php:74 +msgid "Image URL:" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.watermarks_form.php:90 +msgid "Font Family:" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.watermarks_form.php:92 +msgid "Font Size:" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.watermarks_form.php:94 +msgid "Font Color:" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.watermarks_form.php:97 +msgid "Text:" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.watermarks_form.php:99 +msgid "Opacity:" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.watermarks_form.php:126 +msgid "" +"Please note: You can only activate the watermark under Manage Gallery. This " +"action cannot be undone." +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.watermarks_form.php:127 +msgid "How will you generate a watermark?" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.watermarks_form.php:131 +msgid "Position:" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.watermarks_form.php:133 +msgid "Offset:" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.watermarks_form.php:139 +msgid "Preview of saved settings:" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_other_options/adapter.watermarks_form.php:140 +msgid "Refresh preview image" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_other_options/templates/lightbox_library_tab.php:34 +#: products/photocrati_nextgen/modules/nextgen_other_options/templates/lightbox_library_tab.php:37 +msgid "(Show Advanced Settings)" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_other_options/templates/lightbox_library_tab.php:35 +msgid "(Hide Advanced Settings)" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_other_options/templates/lightbox_library_tab.php:56 +msgid "What must the lightbox be applied to?" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_other_options/templates/lightbox_library_tab.php:60 +msgid "Only apply to NextGEN images" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_other_options/templates/lightbox_library_tab.php:61 +msgid "Only apply to NextGEN and WordPress images" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_other_options/templates/lightbox_library_tab.php:62 +msgid "Try to apply to all images" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_other_options/templates/lightbox_library_tab.php:63 +msgid "Try to apply to all images that link to image files" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_other_options/templates/styling_tab.php:35 +msgid "Place any custom stylesheets in wp-content/ngg_styles" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_other_options/templates/styling_tab.php:38 +#, php-format +msgid "All stylesheets must contain a file header" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_settings/class.nextgen_settings_installer.php:43 +msgid "Related Images" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_settings/class.nextgen_settings_installer.php:63 +msgid "[Show slideshow]" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_settings/class.nextgen_settings_installer.php:64 +msgid "[Show thumbnails]" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_xmlrpc/module.nextgen_xmlrpc.php:425 +msgid "Sorry, you must be able to manage galleries" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:155 +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:186 +msgid "Overview" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:168 +msgid "Network settings" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:301 +msgid "You do not have the correct permission" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:302 +msgid "Unexpected Error" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:303 +msgid "A failure occurred" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:307 +msgid "You have attempted to queue too many files." +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:308 +msgid "This file exceeds the maximum upload size for this site." +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:309 +msgid "This file is empty. Please try another." +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:310 +msgid "This file type is not allowed. Please try another." +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:311 +msgid "This file is not an image. Please try another." +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:312 +msgid "Memory exceeded. Please try another smaller file." +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:313 +msgid "This is larger than the maximum size. Please try another." +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:314 +msgid "An error occurred in the upload. Please try again later." +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:315 +msgid "" +"There was a configuration error. Please contact the server administrator." +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:316 +msgid "You may only upload 1 file." +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:317 +msgid "HTTP error." +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:318 +msgid "Upload failed." +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:319 +msgid "IO error." +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:320 +msgid "Security error." +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:321 +msgid "File canceled." +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:322 +msgid "Upload stopped." +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:323 +msgid "Dismiss" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:324 +msgid "Crunching…" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:325 +msgid "moved to the trash." +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:326 +#, php-format +msgid "“%s” has failed to upload due to an error" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:348 +msgid "L O A D I N G" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:349 +msgid "Click to Close" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:458 +msgid "" +"Introduction" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:461 +msgid "" +"Languages" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:466 +msgid "Get help with NextGEN Gallery" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:470 +msgid "More Help & Info" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:472 +msgid "" +"Support Forums" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:473 +msgid "FAQ" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:474 +msgid "Feature request" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:475 +msgid "Get your language pack" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:476 +msgid "Contribute development" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/admin.php:477 +msgid "Download latest version" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/ajax.php:360 +#, php-format +msgid "Could create image with %s x %s pixel" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:172 +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:216 +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:239 +#: products/photocrati_nextgen/modules/ngglegacy/admin/edit-thumbnail.php:19 +#: products/photocrati_nextgen/modules/ngglegacy/admin/edit-thumbnail.php:22 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:618 +#: products/photocrati_nextgen/modules/ngglegacy/admin/publish.php:7 +#: products/photocrati_nextgen/modules/ngglegacy/admin/publish.php:10 +#: products/photocrati_nextgen/modules/ngglegacy/admin/publish.php:13 +#: products/photocrati_nextgen/modules/ngglegacy/admin/rotate.php:17 +#: products/photocrati_nextgen/modules/ngglegacy/admin/rotate.php:20 +#: products/photocrati_nextgen/modules/ngglegacy/admin/showmeta.php:10 +#: products/photocrati_nextgen/modules/ngglegacy/admin/showmeta.php:13 +msgid "Cheatin’ uh?" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:180 +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:209 +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:253 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:178 +#: products/photocrati_nextgen/modules/ngglegacy/admin/style.php:24 +msgid "Update Successfully" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:227 +msgid "Album deleted" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:389 +#: products/photocrati_nextgen/modules/ngglegacy/admin/roles.php:55 +msgid "Edit Album" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:410 +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:459 +msgid "Select album" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:412 +msgid "No album selected" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:423 +#: products/photocrati_nextgen/modules/ngglegacy/admin/edit-thumbnail.php:166 +#: products/photocrati_nextgen/modules/ngglegacy/admin/rotate.php:94 +#: products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:112 +msgid "Update" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:425 +msgid "Edit album" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:428 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:187 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:361 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:363 +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:227 +msgid "Delete" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:432 +msgid "Add new album" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:434 +msgid "Add" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:445 +msgid "Show / hide used galleries" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:445 +msgid "[Show all]" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:446 +msgid "Maximize the widget content" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:446 +msgid "[Maximize]" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:447 +msgid "Minimize the widget content" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:447 +msgid "[Minimize]" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:449 +msgid "" +"After you create and select a album, you can drag and drop a gallery or " +"another album into your new album below" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:475 +msgid "Select gallery" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:500 +msgid "Album ID" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:513 +msgid "No album selected!" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:534 +msgid "Album name:" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:540 +msgid "Album description:" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:546 +msgid "Select a preview image:" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:549 +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:552 +#: products/photocrati_nextgen/modules/ngglegacy/admin/templates/manage_gallery/gallery_preview_image_field.php:3 +msgid "No picture" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:563 +msgid "Page Link to" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:582 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:337 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:366 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:397 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:406 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:442 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:471 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:502 +msgid "OK" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:584 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:339 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:368 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:399 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:408 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:444 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:473 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:504 +msgid "Cancel" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:677 +msgid "Name" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/album.php:679 +#: products/photocrati_nextgen/modules/ngglegacy/lib/rewrite.php:229 +msgid "Page" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/edit-thumbnail.php:116 +msgid "Select with the mouse the area for the new thumbnail" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/edit-thumbnail.php:130 +msgid "Thumbnail updated" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/edit-thumbnail.php:135 +msgid "Error updating thumbnail" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/edit-thumbnail.php:151 +msgid "Select the area for the thumbnail from the picture on the left." +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:39 +msgid "No valid gallery name!" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:46 +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:55 +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:80 +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:780 +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:788 +msgid "Directory" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:46 +msgid "didn't exist. Please create first the main gallery folder " +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:47 +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:56 +msgid "Check this link, if you didn't know how to set the permission :" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:55 +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:80 +msgid "is not writeable !" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:76 +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:85 +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:736 +#: products/photocrati_nextgen/modules/ngglegacy/lib/core.php:101 +msgid "Unable to create directory " +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:89 +msgid "The server setting Safe-Mode is on !" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:90 +msgid "If you have problems, please create directory" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:91 +msgid "and the thumbnails directory" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:91 +msgid "with permission 777 manually !" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:116 +#, php-format +msgid "" +"Gallery ID %1$s successfully created. You can show this gallery in your post " +"or page with the shortcode %2$s.
      " +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:119 +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:853 +msgid "Edit gallery" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:188 +msgid "Error while creating thumbnail." +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:242 +msgid "Error while resizing image." +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:326 +msgid "Error while rotating image." +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:361 +msgid "Error while applying watermark to image." +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:385 +msgid "Object didn't contain correct data" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:391 +msgid "File do not exists" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:395 +msgid "Couldn't restore original image" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:511 +msgid "(Error : Couldn't not update data base)" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:518 +msgid "(Error : Couldn't not update meta data)" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:527 +msgid "(Error : Couldn't not find image)" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:670 +msgid "No valid URL path " +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:686 +msgid "Import via cURL failed." +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:703 +msgid "Uploaded file was no or a faulty zip file ! The server recognized : " +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:720 +msgid "Could not get a valid foldername" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:731 +#, php-format +msgid "" +"Unable to create directory %s. Is its parent directory writable by the " +"server?" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:746 +msgid "Zip-File successfully unpacked" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:882 +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:982 +msgid "No gallery selected !" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:890 +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1007 +msgid "Failure in database, no gallery path set !" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:914 +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1001 +msgid "is no valid image file!" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:935 +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1024 +msgid "Error, the file could not be moved to : " +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:940 +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1028 +msgid "Error, the file permissions could not be set" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:848 +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:958 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:111 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:189 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:238 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:322 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:660 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:738 +msgid "Create new thumbnails" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:963 +msgid " Image(s) successfully added" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:990 +msgid "Invalid upload. Error Code : " +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1066 +#, php-format +msgid "" +"SAFE MODE Restriction in effect! You need to create the folder %s manually" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1067 +#, php-format +msgid "" +"When safe_mode is on, PHP checks to see if the owner (%s) of the current " +"script matches the owner (%s) of the file to be operated on by a file " +"function or its directory" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1120 +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1197 +msgid "The destination gallery does not exist" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1151 +#, php-format +msgid "Failed to move image %1$s to %2$s" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1171 +#, php-format +msgid "Moved %1$s picture(s) to gallery : %2$s ." +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1275 +#, php-format +msgid "Copied %1$s picture(s) to gallery: %2$s ." +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1383 +msgid "The uploaded file exceeds the upload_max_filesize directive in php.ini" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1386 +msgid "" +"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in " +"the HTML form" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1389 +msgid "The uploaded file was only partially uploaded" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1392 +msgid "No file was uploaded" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1395 +msgid "Missing a temporary folder" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1398 +msgid "Failed to write file to disk" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1401 +msgid "File upload stopped by extension" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/functions.php:1404 +msgid "Unknown upload error" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/install.php:20 +msgid "Sorry, NextGEN Gallery works only with a role called administrator" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/install.php:92 +msgid "" +"NextGEN Gallery : Tables could not created, please check your database " +"settings" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:99 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:206 +msgid "No images selected" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:107 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:190 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:234 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:323 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:641 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:722 +msgid "Resize images" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:116 +#, php-format +msgid "" +"You are about to start the bulk edit for %s galleries \n" +" \n" +" 'Cancel' to stop, 'OK' to proceed." +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:154 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:197 +msgid "Add new gallery" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:171 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:174 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:272 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:275 +msgid "Search Images" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:186 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:320 +msgid "Bulk actions" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:188 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:321 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:571 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:686 +msgid "Set watermark" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:191 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:326 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:576 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:706 +msgid "Import metadata" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:192 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:324 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:566 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:683 +msgid "Recover from backup" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:194 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:335 +msgid "Apply" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:262 +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:253 +msgid "Edit" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:309 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:379 +msgid "No entries found" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:327 +msgid "New Gallery" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:329 +msgid "Create a new , empty gallery below the folder" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:331 +msgid "Allowed characters for file and folder names are" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:357 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:462 +msgid "Resize Images to" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:361 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:466 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:453 +msgid "Width x height (in pixel). NextGEN Gallery will keep ratio size" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:385 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:490 +#: products/photocrati_nextgen/modules/ngglegacy/admin/publish.php:40 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:416 +msgid "Width x height (in pixel)" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:391 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:496 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:426 +msgid "Set fix dimension" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:393 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:498 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:428 +msgid "Ignore the aspect ratio, no portrait thumbnails" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:456 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:568 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:155 +msgid "ID" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:458 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:571 +#: products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:245 +#: products/photocrati_nextgen/modules/ngglegacy/admin/style.php:134 +msgid "Description" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-galleries.php:460 +msgid "Page ID" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:35 +msgid "Gallery not found." +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:41 +msgid "Sorry, you have no access here" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:214 +msgid "Copy image to..." +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:218 +msgid "Move image to..." +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:222 +msgid "Add new tags" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:226 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:332 +msgid "Delete tags" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:230 +msgid "Overwrite" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:243 +#, php-format +msgid "" +"You are about to start the bulk edit for %s images \n" +" \n" +" 'Cancel' to stop, 'OK' to proceed." +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:269 +#, php-format +msgid "Search results for “%s”" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:298 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:488 +msgid "Gallery settings" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:298 +msgid "Click here for more settings" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:304 +msgid "Scan Folder for new images" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:306 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:341 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:386 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:400 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:436 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:478 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:563 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:598 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:708 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:861 +msgid "Save Changes" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:325 +msgid "Delete images" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:327 +msgid "Rotate images clockwise" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:328 +msgid "Rotate images counter-clockwise" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:329 +msgid "Copy to..." +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:330 +msgid "Move to..." +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:331 +msgid "Add tags" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:333 +msgid "Overwrite tags" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:338 +msgid "Sort gallery" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:402 +msgid "Enter the tags" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:426 +msgid "Select the destination gallery:" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:569 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:160 +#: products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:266 +msgid "Thumbnail" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:571 +msgid "Alt & Title Text" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-images.php:572 +msgid "Tags (comma separated list)" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-sort.php:35 +msgid "Sort order changed" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-sort.php:97 +msgid "Sort Gallery" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-sort.php:101 +msgid "Update Sort Order" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-sort.php:104 +msgid "Back to gallery" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-sort.php:109 +msgid "Presort" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-sort.php:110 +msgid "Unsorted" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage-sort.php:113 +#: products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:241 +msgid "Alt/Title text" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:89 +msgid "deleted successfully" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:105 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:114 +msgid "Operation successful. Please clear your browser cache." +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:170 +msgid "Alt & Title Text / Description" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:213 +msgid "Exclude ?" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:298 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:300 +msgid "View" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:308 +msgid "Show meta data" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:309 +msgid "Meta" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:317 +msgid "Customize thumbnail" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:318 +msgid "Edit thumb" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:326 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:327 +msgid "Rotate" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:337 +msgid "Publish this image" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:338 +#: products/photocrati_nextgen/modules/ngglegacy/admin/publish.php:58 +msgid "Publish" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:348 +msgid "Recover image from backup" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:349 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:351 +msgid "Recover" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:360 +msgid "Delete image" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:391 +msgid "Title:" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:397 +msgid "Description:" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:403 +msgid "Gallery path:" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:418 +msgid "Link to page:" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:419 +msgid "Albums will link this gallery to the selected page" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:424 +msgid "Preview image:" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:430 +msgid "Create new page:" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:606 +msgid "Gallery deleted successfully " +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:677 +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:680 +msgid "Rotate images" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:702 +msgid "Pictures deleted successfully " +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:800 +msgid "Tags changed" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:840 +msgid "Update successful" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:875 +msgid "New gallery page ID" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:875 +msgid "created" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:913 +msgid "Published a new post" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:1060 +msgid "Go to the first page" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:1067 +msgid "Go to the previous page" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:1076 +msgid "Current page" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:1087 +msgid "Go to the next page" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:1094 +msgid "Go to the last page" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:1046 +#, php-format +msgid "1 item" +msgid_plural "%s items" +msgstr[0] "" +msgstr[1] "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/manage.php:1046 +#, php-format +msgctxt "paging" +msgid "%1$s of %2$s" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:11 +msgid "NextGEN Gallery" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:186 +msgid "No gallery" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:198 +msgid "Select »" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:230 +msgid "Hide" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:235 +msgid "Image ID:" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:249 +#: products/photocrati_nextgen/modules/ngglegacy/admin/publish.php:45 +msgid "Alignment" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_basic_singlepic/adapter.nextgen_basic_singlepic_form.php:127 +#: products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:252 +#: products/photocrati_nextgen/modules/ngglegacy/admin/publish.php:47 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:583 +msgid "None" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_basic_singlepic/adapter.nextgen_basic_singlepic_form.php:128 +#: products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:254 +#: products/photocrati_nextgen/modules/ngglegacy/admin/publish.php:49 +msgid "Left" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:256 +#: products/photocrati_nextgen/modules/ngglegacy/admin/publish.php:51 +msgid "Center" +msgstr "" + +#: products/photocrati_nextgen/modules/nextgen_basic_singlepic/adapter.nextgen_basic_singlepic_form.php:129 +#: products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:258 +#: products/photocrati_nextgen/modules/ngglegacy/admin/publish.php:53 +msgid "Right" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:262 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:690 +msgid "Size" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:268 +msgid "Full size" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:270 +msgid "Singlepic" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:282 +msgid "Use as featured image" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:284 +msgid "Insert into Post" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:295 +msgid "Save all changes" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:14 +msgid "NextGEN Gallery Overview" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:84 +msgid "Welcome to NextGEN Gallery !" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:85 +msgid "Do you like this Plugin?" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:87 +msgid "About" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:90 +msgid "Server Settings" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:97 +msgid "" +"NextGEN Gallery is one of the most popular Wordpress plugins of all time " +"with over 9 million downloads. It is developed and supported by Photocrati " +"Media. We'd like to offer a special thanks to Alex Rabe, who first developed " +"the plugin and maintained it through 2011." +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:98 +msgid "" +"NEED HELP? If you need help or assistance please visit the " +"NextGEN " +"Gallery forums on WordPress.org. Please note that we actively monitor " +"and participate in the forums, but given that NextGEN Gallery is a free " +"product, we don't guarantee replies to support queries." +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:99 +msgid "" +"EXTENDING NEXTGEN? There are many third party plugins that " +"add displays and functionality for NextGEN Gallery. See our Complete List of " +"NextGEN Extension Plugins." +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:107 +#, php-format +msgid "" +"This plugin is primarily developed, maintained, supported and documented by " +"Photocrati Media with a lot of love & " +"effort. Any kind of contribution would be highly appreciated. Thanks!" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:112 +msgid "Please click \"Works\" on WordPress.org" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:117 +msgid "Give it a good rating on WordPress.org" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:122 +msgid "Visit the plugin homepage" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:127 +msgid "Help translating it" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:149 +msgid "Graphic Library" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:165 +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:214 +msgid "Loading…" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:165 +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:214 +msgid "This widget requires JavaScript." +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:178 +msgid "Thanks to all donators..." +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:200 +msgid "View all" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:226 +#, php-format +msgid "" +"Newsfeed could not be loaded. Check the front page to " +"check for updates." +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:238 +msgid "Untitled" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:303 +msgid "At a Glance" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:360 +msgid "Storage Space" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:364 +#, php-format +msgid "" +"%2$sMB" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:365 +msgid "Space Allowed" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:372 +#, php-format +msgid "" +"%2$sMB (%3$s%%)" +"" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:373 +msgid "Space Used" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:399 +msgid "No GD support" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:431 +msgid "Not set" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:433 +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:436 +msgid "On" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:434 +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:437 +msgid "Off" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:441 +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:444 +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:447 +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:450 +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:453 +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:456 +msgid "N/A" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:455 +msgid " MByte" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:468 +msgid "Operating System" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:469 +msgid "Server" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:470 +msgid "Memory usage" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:471 +msgid "MYSQL Version" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:472 +msgid "SQL Mode" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:473 +msgid "PHP Version" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:474 +msgid "PHP Safe Mode" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:475 +msgid "PHP Allow URL fopen" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:476 +msgid "PHP Memory Limit" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:477 +msgid "PHP Max Upload Size" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:478 +msgid "PHP Max Post Size" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:479 +msgid "PCRE Backtracking Limit" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:480 +msgid "PHP Max Script Execute Time" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:481 +msgid "PHP Exif support" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:482 +msgid "PHP IPTC support" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:483 +msgid "PHP XML support" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/overview.php:495 +msgid "" +"NextGEN Gallery contains some functions which are only available under PHP " +"5.2. You are using the old PHP 4 version, upgrade now! It's no longer " +"supported by the PHP group. Many shared hosting providers offer both PHP 4 " +"and PHP 5, running simultaneously. Ask your provider if they can do this." +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/publish.php:35 +msgid "Post title" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/publish.php:37 +msgid "Enter the post title " +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/publish.php:42 +msgid "Size of the image" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/publish.php:60 +msgid "Draft" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/roles.php:26 +msgid "" +"Select the lowest role which should be able to access the following " +"capabilities. NextGEN Gallery supports the standard roles from WordPress." +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/roles.php:27 +msgid "For a more flexible user management you can use the" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/roles.php:31 +msgid "Main NextGEN Gallery overview" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/roles.php:35 +msgid "Use TinyMCE Button / Upload tab" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/roles.php:39 +msgid "Add gallery / Upload images" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/roles.php:43 +msgid "Manage gallery" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/roles.php:47 +msgid "Manage others gallery" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/roles.php:51 +msgid "Manage tags" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/roles.php:59 +msgid "Change style" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/roles.php:63 +msgid "Change options" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/roles.php:67 +msgid "NextGEN Attach Interface" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/rotate.php:60 +msgid "Image rotated" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/rotate.php:62 +msgid "Error rotating thumbnail" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/rotate.php:85 +msgid "90° clockwise" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/rotate.php:86 +msgid "90° counter-clockwise" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/rotate.php:87 +msgid "Flip vertically" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/rotate.php:88 +msgid "Flip horizontally" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:22 +#: products/photocrati_nextgen/modules/ngglegacy/admin/upgrade.php:204 +#, php-format +msgid "Rebuild image structure : %s / %s images" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:23 +#: products/photocrati_nextgen/modules/ngglegacy/admin/upgrade.php:205 +#, php-format +msgid "Rebuild gallery structure : %s / %s galleries" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:24 +#: products/photocrati_nextgen/modules/ngglegacy/admin/upgrade.php:206 +#, php-format +msgid "Rebuild album structure : %s / %s albums" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:81 +#: products/photocrati_nextgen/modules/ngglegacy/admin/upgrade.php:263 +msgid "Done." +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:196 +msgid "Cache cleared" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:315 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:334 +msgid "General Options" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:317 +msgid "Image" +msgid_plural "Images" +msgstr[0] "" +msgstr[1] "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:319 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:572 +msgid "Effects" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:320 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:614 +msgid "Watermark" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:340 +#: products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:54 +msgid "Gallery path" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:342 +msgid "This is the default path for all galleries" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:345 +msgid "Delete image files" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:347 +msgid "Delete files, when removing a gallery in the database" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:350 +msgid "Activate permalinks" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:352 +msgid "" +"When you activate this option, you need to update your permalink structure " +"one time." +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:353 +msgid "Gallery slug name :" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:357 +msgid "Create new URL friendly image slugs" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:358 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:474 +msgid "Proceed now" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:361 +msgid "Select graphic library" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:362 +msgid "GD Library" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:363 +msgid "ImageMagick (Experimental). Path to the library :" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:368 +msgid "Activate Media RSS feed" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:370 +msgid "" +"A RSS feed will be added to you blog header. Useful for CoolIris/PicLens" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:373 +msgid "Activate PicLens/CoolIris support" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:375 +msgid "" +"When you activate this option, some javascript is added to your site footer. " +"Make sure that wp_footer is called in your theme." +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:378 +msgid "Tags / Categories" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:381 +msgid "Activate related images" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:383 +msgid "This option will append related images to every post" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:387 +msgid "Match with" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:393 +msgid "Max. number of images" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:395 +msgid "0 will show all images" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:399 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:435 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:477 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:562 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:597 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:860 +msgid "More settings" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:409 +msgid "Thumbnail settings" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:413 +msgid "" +"Please note : If you change the settings, you need to recreate the " +"thumbnails under -> Manage Gallery ." +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:422 +msgid "These values are maximum values " +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:445 +msgid "Image settings" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:451 +msgid "Resize Images" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:460 +msgid "Backup original images" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:462 +msgid "Creates a backup for inserted images" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:465 +msgid "Automatically resize" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:467 +msgid "Automatically resize images on upload." +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:470 +msgid "Single picture" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:473 +msgid "Clear cache folder" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:494 +msgid "Deactivate gallery page link" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:496 +msgid "" +"The album will not link to a gallery subpage. The gallery is shown on the " +"same page." +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:500 +msgid "Number of images per page" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:502 +msgid "0 will disable pagination, all images on one page" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:506 +msgid "Number of columns" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:508 +msgid "" +"0 will display as much as possible based on the width of your theme. Setting " +"normally only required for captions below the images" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:512 +msgid "Integrate slideshow" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:519 +msgid "Show first" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:525 +msgid "Show ImageBrowser" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:527 +msgid "The gallery will open the ImageBrowser instead the effect." +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:531 +msgid "Add hidden images" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:533 +msgid "" +"If pagination is used, this option will still show all images in the modal " +"window (Thickbox, Lightbox etc.). Note : This increases the page load" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:539 +msgid "" +"Browse images without reload the page. Note : Works only in combination with " +"Shutter effect" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:543 +msgid "Sort options" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:546 +msgid "Sort thumbnails" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:548 +msgid "Custom order" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:550 +msgid "File name" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:551 +msgid "Alt / Title text" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:552 +#: products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser-exif.php:58 +msgid "Date / Time" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:556 +msgid "Sort direction" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:576 +msgid "" +"Here you can select the thumbnail effect, NextGEN Gallery will integrate the " +"required HTML code in the images. Please note that only the Shutter and " +"Thickbox effect will automatic added to your theme." +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:577 +msgid "With the placeholder" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:577 +msgid "" +"you can activate a navigation through the images (depend on the effect). " +"Change the code line only , when you use a different thumbnail effect or you " +"know what you do." +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:580 +msgid "JavaScript Thumbnail effect" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:584 +msgid "Thickbox" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:585 +msgid "Lightbox" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:586 +msgid "Highslide" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:587 +msgid "Shutter" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:593 +msgid "Link Code line" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:615 +msgid "" +"Please note : You can only activate the watermark under -> Manage Gallery . " +"This action cannot be undone." +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:620 +msgid "Preview" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:622 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:627 +msgid "Position" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:647 +msgid "Offset" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:663 +msgid "Use image as watermark" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:666 +msgid "URL to file" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:668 +msgid "The accessing of URL files is disabled at your server (allow_url_fopen)" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:671 +msgid "Use text as watermark" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:674 +msgid "Font" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:683 +msgid "This function will not work, cause you need the FreeType library" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:685 +msgid "" +"You can upload more fonts in the folder nggallery/fonts" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:694 +msgid "Color" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:696 +msgid "(hex w/o #)" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:699 +msgid "Text" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:703 +msgid "Opaque" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:724 +msgid "Default size (W x H)" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:729 +msgid "Duration time" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:730 +msgid "sec." +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:733 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:810 +msgid "Transition / Fade effect" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:736 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:813 +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:200 +msgid "fade" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:737 +msgid "blindX" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:738 +msgid "cover" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:739 +msgid "scrollUp" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:740 +msgid "scrollDown" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:741 +msgid "shuffle" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:742 +msgid "toss" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:743 +msgid "wipe" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:745 +msgid "See here for more information about the effects :" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:749 +msgid "Settings for the JW Image Rotator" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:758 +msgid "" +"The path to JW Image Rotator is not defined, the slideshow will not work." +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:770 +msgid "Path to the JW Image Rotator (URL)" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:773 +msgid "Search now" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:774 +msgid "Press the button below to search for the JW Image Rotator" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:778 +msgid "Shuffle mode" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:796 +msgid "You can change the logo at the watermark settings" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:802 +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:182 +msgid "true" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:803 +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:183 +msgid "false" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:804 +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:184 +msgid "fit" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:805 +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:185 +msgid "none" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:814 +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:201 +msgid "bgfade" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:815 +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:202 +msgid "slowfade" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:816 +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:203 +msgid "circles" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:817 +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:204 +msgid "bubbles" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:818 +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:205 +msgid "blocks" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:819 +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:206 +msgid "fluids" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:820 +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:207 +msgid "flash" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:821 +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:208 +msgid "lines" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:831 +msgid "Background Color" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:836 +msgid "Texts / Buttons Color" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:841 +msgid "Rollover / Active Color" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:846 +msgid "Screen Color" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:851 +msgid "Background music (URL)" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:855 +msgid "Try XHTML validation (with CDATA)" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:857 +msgid "" +"Important : Could causes problem at some browser. Please recheck your page." +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/showmeta.php:29 +msgid "Meta Data" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/showmeta.php:34 +#: products/photocrati_nextgen/modules/ngglegacy/admin/showmeta.php:60 +#: products/photocrati_nextgen/modules/ngglegacy/admin/showmeta.php:85 +#: products/photocrati_nextgen/modules/ngglegacy/admin/showmeta.php:109 +msgid "Tag" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/showmeta.php:35 +#: products/photocrati_nextgen/modules/ngglegacy/admin/showmeta.php:61 +#: products/photocrati_nextgen/modules/ngglegacy/admin/showmeta.php:86 +#: products/photocrati_nextgen/modules/ngglegacy/admin/showmeta.php:110 +msgid "Value" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/showmeta.php:49 +msgid "No meta data saved" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/showmeta.php:55 +msgid "EXIF Data" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/showmeta.php:74 +msgid "No exif data" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/showmeta.php:81 +msgid "IPTC Data" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/showmeta.php:105 +msgid "XMP Data" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/style.php:11 +msgid "(From the theme folder)" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/style.php:43 +msgid "You do not have sufficient permissions to edit templates for this blog." +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/style.php:52 +msgid "CSS file successfully updated" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/style.php:91 +msgid "Activate and use style sheet:" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/style.php:111 +msgid "Activate" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/style.php:121 +#, php-format +msgid "Editing %s" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/style.php:123 +#, php-format +msgid "Browsing %s" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/style.php:133 +msgid "Version" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/style.php:136 +msgid "" +"Tip : Copy your stylesheet (nggallery.css) to your theme folder, so it will " +"be not lost during a upgrade" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/style.php:138 +msgid "" +"Your theme contain a NextGEN Gallery stylesheet (nggallery.css), this file " +"will be used" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/style.php:140 +msgid "" +"Tip No. 2: Use the color picker below to help you find the right color " +"scheme for your gallery!" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/style.php:156 +msgid "Update File" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/style.php:159 +msgid "If this file were writable you could edit it." +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/style.php:164 +msgid "Oops, no such file exists! Double check the name and try again, merci." +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:41 +msgid "Most popular" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:42 +msgid "Least used" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:43 +msgid "Alphabetical" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:100 +msgid "Manage image tags" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:112 +msgid "Existing Tags" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:116 +msgid "Search tags" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:120 +msgid "Go" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:125 +msgid "Sort Order:" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:160 +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:164 +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:177 +msgid "Previous tags" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:173 +msgid "Next tags" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:185 +msgid "Rename Tag" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:193 +msgid "" +"Enter the tag to rename and its new value. You can use this feature to " +"merge tags too. Click \"Rename\" and all posts which use this tag will be " +"updated." +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:194 +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:242 +msgid "You can specify multiple tags to rename by separating them with commas." +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:198 +msgid "Tag(s) to rename:" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:202 +msgid "New tag name(s):" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:205 +msgid "Rename" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:211 +msgid "Delete Tag" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:219 +msgid "" +"Enter the name of the tag to delete. This tag will be removed from all " +"posts." +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:220 +msgid "You can specify multiple tags to delete by separating them with commas" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:224 +msgid "Tag(s) to delete:" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:233 +msgid "Edit Tag Slug" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:241 +msgid "" +"Enter the tag name to edit and its new slug. This will be used in tagcloud " +"links. Slug definition" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:246 +msgid "Tag(s) to match:" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/tags.php:250 +msgid "Slug(s) to set:" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/templates/manage_gallery/gallery_create_page_field.php:3 +msgid "Main Page (no parent)" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/templates/manage_gallery/gallery_create_page_field.php:10 +msgid "Add page" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/templates/manage_gallery/gallery_link_to_page_field.php:3 +msgid "Not linked" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/thumbnails-template.php:103 +msgid "These are maximum values" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/upgrade.php:61 +msgid "" +"Some folders/files could not renamed, please recheck the permission and " +"rescan the folder in the manage gallery section." +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/upgrade.php:63 +msgid "Rename failed" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/upgrade.php:159 +#: products/photocrati_nextgen/modules/ngglegacy/admin/upgrade.php:178 +msgid "Upgrade NextGEN Gallery" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/upgrade.php:160 +msgid "The script detect that you upgrade from a older version." +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/upgrade.php:161 +msgid "" +"Your database tables for NextGEN Gallery is out-of-date, and must be " +"upgraded before you can continue." +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/upgrade.php:162 +msgid "" +"If you would like to downgrade later, please make first a complete backup of " +"your database and the images." +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/upgrade.php:163 +msgid "The upgrade process may take a while, so please be patient." +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/upgrade.php:164 +msgid "Start upgrade now" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/upgrade.php:180 +msgid "Upgrade finished..." +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/upgrade.php:181 +msgid "Continue" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:33 +msgid "Update successfully" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:48 +msgid "Network Options" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:56 +msgid "" +"This is the default path for all blogs. With the placeholder %BLOG_ID% you " +"can organize the folder structure better." +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:57 +#, php-format +msgid "The default setting should be %s" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:61 +msgid "Enable upload quota check" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:63 +msgid "Should work if the gallery is bellow the blog.dir" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:67 +msgid "Enable zip upload option" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:69 +msgid "Allow users to upload zip folders." +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:73 +msgid "Enable import function" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:75 +msgid "Allow users to import images folders from the server." +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:79 +msgid "Enable style selection" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:81 +msgid "Allow users to choose a style for the gallery." +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:85 +msgid "Enable roles/capabilities" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:87 +msgid "Allow users to change the roles for other blog authors." +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:91 +msgid "Default style" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/admin/wpmu.php:108 +msgid "Choose the default style for the galleries." +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/lib/core.php:396 +#, php-format +msgid "" +"Note : Based on your server memory limit you should not upload larger images " +"then %d x %d pixel" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/lib/ngg-db.php:337 +#: products/photocrati_nextgen/modules/ngglegacy/lib/ngg-db.php:338 +msgid "Album overview" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/lib/post-thumbnail.php:68 +#: products/photocrati_nextgen/modules/ngglegacy/lib/post-thumbnail.php:70 +msgid "Set NextGEN featured image" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/lib/post-thumbnail.php:328 +#: products/photocrati_nextgen/modules/ngglegacy/lib/post-thumbnail.php:329 +msgid "Set featured image" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/lib/post-thumbnail.php:356 +msgid "Remove featured image" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/lib/rewrite.php:223 +msgid "Album" +msgid_plural "Albums" +msgstr[0] "" +msgstr[1] "" + +#: products/photocrati_nextgen/modules/ngglegacy/lib/tags.php:35 +msgid "No new tag specified!" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/lib/tags.php:50 +msgid "No new/old valid tag specified!" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/lib/tags.php:86 +msgid "No tag renamed." +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/lib/tags.php:88 +#, php-format +msgid "Renamed tag(s) «%1$s» to «%2$s»" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/lib/tags.php:95 +msgid "No valid new tag." +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/lib/tags.php:112 +msgid "No objects (post/page) found for specified old tags." +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/lib/tags.php:141 +msgid "No tag merged." +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/lib/tags.php:143 +#, php-format +msgid "" +"Merge tag(s) «%1$s» to «%2$s». %3$s objects edited." +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/lib/tags.php:146 +msgid "Error. Not enough tags provided to rename or merge." +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/lib/tags.php:165 +msgid "No tag specified!" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/lib/tags.php:188 +msgid "No tag deleted." +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/lib/tags.php:190 +#, php-format +msgid "%1s tag(s) deleted." +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/lib/tags.php:206 +msgid "No new slug(s) specified!" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/lib/tags.php:218 +msgid "Tags number and slugs number isn't the same!" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/lib/tags.php:245 +msgid "No slug edited." +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/lib/tags.php:247 +#, php-format +msgid "%s slug(s) edited." +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/nggallery.php:64 +msgid "" +"Translation by : See here" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/nggallery.php:65 +msgid "" +"This translation is not yet updated for Version 1.9.0. If " +"you would like to help with translation, download the current po from the " +"plugin folder and read here how you can translate the plugin." +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/nggallery.php:158 +msgid "" +"Sorry, NextGEN Gallery works only with a Memory Limit of 16 MB or higher" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/nggallery.php:184 +msgid "Picture tag" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/nggallery.php:185 +msgid "Picture tag: %2$l." +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/nggallery.php:186 +msgid "Separate picture tags with commas." +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/nggallery.php:317 +msgid "Get help" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/nggallery.php:318 +msgid "Contribute" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/nggfunctions.php:29 +msgid "[Gallery not found]" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/nggfunctions.php:163 +msgid "Related images for" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/view/gallery-caption.php:32 +#: products/photocrati_nextgen/modules/ngglegacy/view/gallery.php:32 +#: products/photocrati_nextgen/modules/widget/class.widget_mediarss.php:93 +msgid "[View with PicLens]" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser-exif.php:38 +msgid "Meta data" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser-exif.php:42 +msgid "Camera / Type" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/view/imagebrowser-exif.php:50 +msgid "Focal Length" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/xml/media-rss.php:50 +msgid "No galleries have been yet created." +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/xml/media-rss.php:69 +#, php-format +msgid "The gallery ID=%s does not exist." +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/xml/media-rss.php:100 +msgid "No album ID has been provided as parameter" +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/xml/media-rss.php:108 +#, php-format +msgid "The album ID=%s does not exist." +msgstr "" + +#: products/photocrati_nextgen/modules/ngglegacy/xml/media-rss.php:115 +msgid "Invalid MediaRSS command" +msgstr "" + +#: products/photocrati_nextgen/modules/widget/class.widget_gallery.php:7 +msgid "Add recent or random images from the galleries" +msgstr "" + +#: products/photocrati_nextgen/modules/widget/class.widget_gallery.php:8 +msgid "NextGEN Widget" +msgstr "" + +#: products/photocrati_nextgen/modules/widget/class.widget_mediarss.php:9 +msgid "Widget that displays Media RSS links for NextGEN Gallery." +msgstr "" + +#: products/photocrati_nextgen/modules/widget/class.widget_mediarss.php:10 +msgid "NextGEN Media RSS" +msgstr "" + +#: products/photocrati_nextgen/modules/widget/class.widget_mediarss.php:22 +msgid "Media RSS" +msgstr "" + +#: products/photocrati_nextgen/modules/widget/class.widget_mediarss.php:23 +msgid "Link to the main image feed" +msgstr "" + +#: products/photocrati_nextgen/modules/widget/class.widget_slideshow.php:7 +msgid "Show a NextGEN Gallery Slideshow" +msgstr "" + +#: products/photocrati_nextgen/modules/widget/class.widget_slideshow.php:8 +msgid "NextGEN Slideshow" +msgstr "" + +#: products/photocrati_nextgen/modules/widget/class.widget_slideshow.php:76 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:321 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:521 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:721 +#: products/photocrati_nextgen/modules/ngglegacy/lib/rewrite.php:215 +msgid "Slideshow" +msgstr "" + +#: products/photocrati_nextgen/modules/widget/templates/form_gallery.php:15 +#: products/photocrati_nextgen/modules/ngglegacy/admin/media-upload.php:229 +msgid "Show" +msgstr "" + +#: products/photocrati_nextgen/modules/widget/templates/form_gallery.php:26 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:316 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:520 +msgid "Thumbnails" +msgstr "" + +#: products/photocrati_nextgen/modules/widget/templates/form_gallery.php:29 +msgid "Original images" +msgstr "" + +#: products/photocrati_nextgen/modules/widget/templates/form_gallery.php:42 +#: products/photocrati_nextgen/modules/ngglegacy/admin/settings.php:822 +#: products/photocrati_nextgen/modules/nextgen_basic_gallery/adapter.nextgen_basic_slideshow_form.php:209 +msgid "random" +msgstr "" + +#: products/photocrati_nextgen/modules/widget/templates/form_gallery.php:50 +msgid "recently added" +msgstr "" + +#: products/photocrati_nextgen/modules/widget/templates/form_gallery.php:62 +msgid "Enable IE8 Web Slices" +msgstr "" + +#: products/photocrati_nextgen/modules/widget/templates/form_gallery.php:68 +msgid "Width x Height" +msgstr "" + +#: products/photocrati_nextgen/modules/widget/templates/form_gallery.php:87 +msgid "Select" +msgstr "" + +#: products/photocrati_nextgen/modules/widget/templates/form_gallery.php:92 +msgid "All galleries" +msgstr "" + +#: products/photocrati_nextgen/modules/widget/templates/form_gallery.php:95 +msgid "Only which are not listed" +msgstr "" + +#: products/photocrati_nextgen/modules/widget/templates/form_gallery.php:98 +msgid "Only which are listed" +msgstr "" + +#: products/photocrati_nextgen/modules/widget/templates/form_gallery.php:107 +msgid "Gallery ID" +msgstr "" + +#: products/photocrati_nextgen/modules/widget/templates/form_gallery.php:114 +msgid "Gallery IDs, separated by commas." +msgstr "" + +#: products/photocrati_nextgen/modules/widget/templates/form_mediarss.php:19 +msgid "Show Media RSS icon" +msgstr "" + +#: products/photocrati_nextgen/modules/widget/templates/form_mediarss.php:30 +msgid "Show the Media RSS link" +msgstr "" + +#: products/photocrati_nextgen/modules/widget/templates/form_mediarss.php:36 +msgid "Text for Media RSS link" +msgstr "" + +#: products/photocrati_nextgen/modules/widget/templates/form_mediarss.php:47 +msgid "Tooltip text for Media RSS link" +msgstr "" + +#: products/photocrati_nextgen/modules/widget/templates/form_slideshow.php:15 +msgid "Select Gallery" +msgstr "" + +#: products/photocrati_nextgen/modules/widget/templates/form_slideshow.php:23 +msgid "All images" +msgstr "" diff --git a/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/i18n/module.i18n.php b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/i18n/module.i18n.php new file mode 100644 index 0000000..8e3ff52 --- /dev/null +++ b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/i18n/module.i18n.php @@ -0,0 +1,204 @@ +get_registry()->add_adapter('I_Image_Mapper', 'A_I18N_Image_Translation'); + $this->get_registry()->add_adapter('I_Album_Mapper', 'A_I18N_Album_Translation'); + $this->get_registry()->add_adapter('I_Gallery_Mapper', 'A_I18N_Gallery_Translation'); + + // qTranslate requires we disable "Hide Untranslated Content" during routed app requests like + // photocrati-ajax, when uploading new images, or retrieving dynamically altered (watermarked) images + $this->get_registry()->add_adapter('I_Routing_App', 'A_I18N_Routing_App'); + } + + function _register_hooks() + { + add_action('init', array(&$this, 'register_translation_hooks'), 2); + } + + function register_translation_hooks() + { + $fs = C_Fs::get_instance(); + $dir = str_replace( + $fs->get_document_root('plugins'), + '', + $fs->get_abspath('lang', 'photocrati-i18n') + ); + + // Load text domain + load_plugin_textdomain('nggallery', false, $dir); + + // Hooks to register image, gallery, and album name & description with WPML + add_action('ngg_image_updated', array(&$this, 'register_image_strings')); + add_action('ngg_album_updated', array(&$this, 'register_album_strings')); + add_action('ngg_created_new_gallery', array(&$this, 'register_gallery_strings')); + + // do not let WPML translate posts we use as a document store + add_filter('get_translatable_documents', array(&$this, 'wpml_translatable_documents')); + + // see function comments + add_filter('ngg_displayed_gallery_cache_params', array(&$this, 'set_qtranslate_cache_parameters')); + add_filter('ngg_displayed_gallery_cache_params', array(&$this, 'set_wpml_cache_parameters')); + } + + /** + * When QTranslate is active we must add its language & url-mode settings as display parameters + * so as to generate a unique cache for each language. + * + * @param array $arr + * @return array + */ + function set_qtranslate_cache_parameters($arr) + { + if (empty($GLOBALS['q_config']) || !defined('QTRANS_INIT')) + return $arr; + + global $q_config; + $arr['qtranslate_language'] = $q_config['language']; + $arr['qtranslate_url_mode'] = $q_config['url_mode']; + + return $arr; + } + + /** + * See notes on set_qtranslate_cache_paramters() + * + * @param array $arr + * @return array + */ + function set_wpml_cache_parameters($arr) + { + if (empty($GLOBALS['sitepress']) || !defined('WPML_ST_VERSION')) + return $arr; + + global $sitepress; + $settings = $sitepress->get_settings(); + $arr['wpml_language'] = ICL_LANGUAGE_CODE; + $arr['wpml_url_mode'] = $settings['language_negotiation_type']; + + return $arr; + } + + /** + * Registers gallery strings with WPML + * + * @param object $gallery + */ + function register_gallery_strings($gallery_id) + { + if (function_exists('icl_register_string')) + { + $gallery = $this->get_registry()->get_utility('I_Gallery_Mapper')->find($gallery_id); + if ($gallery) + { + icl_register_string('plugin_ngg', 'gallery_' . $gallery->{$gallery->id_field} . '_name', $gallery->title, TRUE); + icl_register_string('plugin_ngg', 'gallery_' . $gallery->{$gallery->id_field} . '_description', $gallery->galdesc, TRUE); + } + } + } + + /** + * Registers image strings with WPML + * + * @param object $image + */ + function register_image_strings($image) + { + if (function_exists('icl_register_string')) + { + icl_register_string('plugin_ngg', 'pic_' . $image->{$image->id_field} . '_description', $image->description, TRUE); + icl_register_string('plugin_ngg', 'pic_' . $image->{$image->id_field} . '_alttext', $image->alttext, TRUE); + } + } + + /** + * Registers album strings with WPML + * + * @param object $album + */ + function register_album_strings($album) + { + if (function_exists('icl_register_string')) + { + icl_register_string('plugin_ngg', 'album_' . $album->{$album->id_field} . '_name', $album->name, TRUE); + icl_register_string('plugin_ngg', 'album_' . $album->{$album->id_field} . '_description', $album->albumdesc, TRUE); + } + } + + /** + * NextGEN stores some data in custom posts that MUST NOT be automatically translated by WPML + * + * @param array $icl_post_types + * @return array $icl_post_types without any NextGEN custom posts + */ + function wpml_translatable_documents($icl_post_types = array()) + { + $nextgen_post_types = array( + 'ngg_album', + 'ngg_gallery', + 'ngg_pictures', + 'displayed_gallery', + 'display_type', + 'gal_display_source', + 'lightbox_library', + 'photocrati-comments' + ); + foreach ($icl_post_types as $ndx => $post_type) { + if (in_array($post_type->name, $nextgen_post_types)) + unset($icl_post_types[$ndx]); + } + return $icl_post_types; + } + + static function translate($in, $name = null) + { + if (function_exists('langswitch_filter_langs_with_message')) + $in = langswitch_filter_langs_with_message($in); + + if (function_exists('polyglot_filter')) + $in = polyglot_filter($in); + + if (function_exists('qtrans_useCurrentLanguageIfNotFoundUseDefaultLanguage')) + $in = qtrans_useCurrentLanguageIfNotFoundUseDefaultLanguage($in); + + if (is_string($name) && !empty($name) && function_exists('icl_translate')) + $in = icl_translate('plugin_ngg', $name, $in, true); + + $in = apply_filters('localization', $in); + + return $in; + } + + function get_type_list() + { + return array( + 'A_I18N_Image_Translation' => 'adapter.i18n_image_translation.php', + 'A_I18N_Album_Translation' => 'adapter.i18n_album_translation.php', + 'A_I18N_Gallery_Translation' => 'adapter.i18n_gallery_translation.php', + 'A_I18N_Routing_App' => 'adapter.i18n_routing_app.php' + ); + } +} + +new M_I18N(); diff --git a/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/adapter.lightbox_factory.php b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/adapter.lightbox_factory.php new file mode 100644 index 0000000..de848be --- /dev/null +++ b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/adapter.lightbox_factory.php @@ -0,0 +1,14 @@ +object->lightbox_library($properties, $mapper, $context); + } +} \ No newline at end of file diff --git a/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/adapter.lightbox_library_form.php b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/adapter.lightbox_library_form.php new file mode 100644 index 0000000..a8feb9f --- /dev/null +++ b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/adapter.lightbox_library_form.php @@ -0,0 +1,66 @@ +object + ->get_registry() + ->get_utility('I_Lightbox_Library_Mapper') + ->find_by_name($this->object->context, TRUE); + } + + /** + * Returns a list of fields to render on the settings page + */ + function _get_field_names() + { + return array( + 'lightbox_library_code', + 'lightbox_library_styles', + 'lightbox_library_scripts' + ); + } + + /** + * @param $lightbox + * @return mixed + */ + function _render_lightbox_library_code_field($lightbox) + { + return $this->_render_text_field( + $lightbox, + 'code', + __('Code', 'nggallery'), + $lightbox->code + ); + } + + /** + * @param $lightbox + * @return mixed + */ + function _render_lightbox_library_styles_field($lightbox) + { + return $this->_render_textarea_field( + $lightbox, + 'styles', + __('Stylesheet URL', 'nggallery'), + $lightbox->styles + ); + } + + /** + * @param $lightbox + * @return mixed + */ + function _render_lightbox_library_scripts_field($lightbox) + { + return $this->_render_textarea_field( + $lightbox, + 'scripts', + __('Javascript URL', 'nggallery'), + $lightbox->scripts + ); + } +} diff --git a/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/class.lightbox_installer.php b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/class.lightbox_installer.php new file mode 100644 index 0000000..6f7ff17 --- /dev/null +++ b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/class.lightbox_installer.php @@ -0,0 +1,211 @@ +registry = C_Component_Registry::get_instance(); + $this->router = $this->registry->get_utility('I_Router'); + $this->mapper = $this->registry->get_utility('I_Lightbox_Library_Mapper'); + } + + + function set_attr(&$obj, $key, $val, $force=FALSE) + { + if (!isset($obj->$key) OR $force) + $obj->$key = $val; + } + + /** + * Installs a lightbox library + * @param string $name + * @param string $code + * @param array $stylesheet_paths + * @param array $script_paths + * @param array $values + */ + function install_lightbox($name, $title, $code, $stylesheet_paths=array(), $script_paths=array(), $values=array(), $i18n=array()) + { + // Try to find the existing lightbox. If we can't find it, we'll create + $lightbox = $this->mapper->find_by_name($name); + if (!$lightbox) + $lightbox = new stdClass; + + // Set properties + $lightbox->name = $name; + $this->set_attr($lightbox, 'title', $title, TRUE); + $this->set_attr($lightbox, 'code', $code); + $this->set_attr($lightbox, 'values', $values); + $this->set_attr($lightbox, 'i18n', $i18n); + + // Overrides styles and scripts if localhost is used + if (isset($lightbox->styles) && strpos($lightbox->styles, 'localhost') !== FALSE) + $this->set_attr($lightbox, 'styles', implode("\n", $stylesheet_paths), TRUE); + else + $this->set_attr($lightbox, 'styles', implode("\n", $stylesheet_paths)); + + if (isset($lightbox->scripts) && strpos($lightbox->scripts, 'localhost') !== FALSE) + $this->set_attr($lightbox, 'scripts', implode("\n", $script_paths), TRUE); + else + $this->set_attr($lightbox, 'scripts', implode("\n", $script_paths)); + + // Save the lightbox + // Note: the validation method will convert absolute urls to relative urls if needed + $this->mapper->save($lightbox); + } + + /** + * Uninstalls an existing lightbox + * @param string $name + */ + function uninstall_lightbox($name) + { + if (($lightbox = $this->mapper->find_by_name($name))) { + $this->mapper->destroy($lightbox); + } + } + + /** + * Installs all of the lightbox provided by this module + */ + function install() + { + // Install "None" option + $this->install_lightbox( + 'none', + 'No lightbox', + '', + array(), + array() + ); + + $this->install_lightbox( + 'lightbox', + 'Lightbox', + "class='ngg_lightbox'", + array('photocrati-lightbox#jquery.lightbox/jquery.lightbox-0.5.css'), + array( + 'photocrati-lightbox#jquery.lightbox/jquery.lightbox-0.5.min.js', + 'photocrati-lightbox#jquery.lightbox/nextgen_lightbox_init.js' + ), + array( + 'nextgen_lightbox_loading_img_url' => 'photocrati-lightbox#jquery.lightbox/lightbox-ico-loading.gif', + 'nextgen_lightbox_close_btn_url' => 'photocrati-lightbox#jquery.lightbox/lightbox-btn-close.gif', + 'nextgen_lightbox_btn_prev_url' => 'photocrati-lightbox#jquery.lightbox/lightbox-btn-prev.gif', + 'nextgen_lightbox_btn_next_url' => 'photocrati-lightbox#jquery.lightbox/lightbox-btn-next.gif', + 'nextgen_lightbox_blank_img_url' => 'photocrati-lightbox#jquery.lightbox/lightbox-blank.gif' + ) + ); + + // Install Fancybox 1.3.4 + $this->install_lightbox( + 'fancybox', + 'Fancybox', + 'class="ngg-fancybox" rel="%GALLERY_NAME%"', + array('photocrati-lightbox#fancybox/jquery.fancybox-1.3.4.css'), + array('photocrati-lightbox#fancybox/jquery.easing-1.3.pack.js', + 'photocrati-lightbox#fancybox/jquery.fancybox-1.3.4.pack.js', + 'photocrati-lightbox#fancybox/nextgen_fancybox_init.js' + ) + ); + + // Install highslide + $this->install_lightbox( + 'highslide', + 'Highslide', + 'class="highslide" onclick="return hs.expand(this, {slideshowGroup: ' . "'%GALLERY_NAME%'" . '});"', + array('photocrati-lightbox#highslide/highslide.css'), + array('photocrati-lightbox#highslide/highslide-full.packed.js', + 'photocrati-lightbox#highslide/nextgen_highslide_init.js'), + array('nextgen_highslide_graphics_dir' => 'photocrati-lightbox#highslide/graphics'), + array( + 'cssDirection' => __('ltr', 'nggallery'), + 'loadingText' => __('Loading...', 'nggallery'), + 'previousText' => __('Previous', 'nggallery'), + 'nextText' => __('Next', 'nggallery'), + 'moveText' => __('Move', 'nggallery'), + 'closeText' => __('Close', 'nggallery'), + 'resizeTitle' => __('Resize', 'nggallery'), + 'playText' => __('Play', 'nggallery'), + 'pauseText' => __('Pause', 'nggallery'), + 'moveTitle' => __('Move', 'nggallery'), + 'fullExpandText' => __('1:1', 'nggallery'), + 'closeTitle' => __('Close (esc)', 'nggallery'), + 'pauseTitle' => __('Pause slideshow (spacebar)', 'nggallery'), + 'loadingTitle' => __('Click to cancel', 'nggallery'), + 'focusTitle' => __('Click to bring to front', 'nggallery'), + 'fullExpandTitle' => __('Expand to actual size (f)', 'nggallery'), + 'creditsText' => __('Powered by Highslide JS', 'nggallery'), + 'playTitle' => __('Play slideshow (spacebar)', 'nggallery'), + 'previousTitle' => __('Previous (arrow left)', 'nggallery'), + 'nextTitle' => __('Next (arrow right)', 'nggallery'), + 'number' => __('Image %1 of %2', 'nggallery'), + 'creditsTitle' => __('Go to the Highslide JS homepage', 'nggallery'), + 'restoreTitle' => __('Click to close image, click and drag to move. Use arrow keys for next and previous.', 'nggallery') + ) + ); + + // Install Shutter + $this->install_lightbox( + 'shutter', + 'Shutter', + 'class="shutterset_%GALLERY_NAME%"', + array('photocrati-lightbox#shutter/shutter.css'), + array('photocrati-lightbox#shutter/shutter.js', + 'photocrati-lightbox#shutter/nextgen_shutter.js'), + array(), + array( + 'msgLoading' => __('L O A D I N G', 'nggallery'), + 'msgClose' => __('Click to Close', 'nggallery') + ) + ); + + // Install Shutter Reloaded + $this->install_lightbox( + 'shutter2', + 'Shutter 2', + 'class="shutterset_%GALLERY_NAME%"', + array('photocrati-lightbox#shutter_reloaded/shutter.css'), + array('photocrati-lightbox#shutter_reloaded/shutter.js', + 'photocrati-lightbox#shutter_reloaded/nextgen_shutter_reloaded.js'), + array(), + array( + __('Previous', 'nggallery'), + __('Next', 'nggallery'), + __('Close', 'nggallery'), + __('Full Size', 'nggallery'), + __('Fit to Screen', 'nggallery'), + __('Image', 'nggallery'), + __('of', 'nggallery'), + __('Loading...', 'nggallery') + ) + ); + + // Install Thickbox + $this->install_lightbox( + 'thickbox', + 'Thickbox', + "class='thickbox' rel='%GALLERY_NAME%'", + array('wordpress#thickbox'), + array('photocrati-lightbox#thickbox/nextgen_thickbox_init.js', + 'wordpress#thickbox'), + array(), + array( + 'next' => __('Next >', 'nggallery'), + 'prev' => __('< Prev', 'nggallery'), + 'image' => __('Image', 'nggallery'), + 'of' => __('of', 'nggallery'), + 'close' => __('Close', 'nggallery'), + 'noiframes' => __('This feature requires inline frames. You have iframes disabled or your browser does not support them.', 'nggallery') + ) + ); + } + + /** + * Uninstalls all lightboxes + */ + function uninstall($hard = FALSE) + { + $this->mapper->delete()->run_query(); + } +} diff --git a/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/class.lightbox_library.php b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/class.lightbox_library.php new file mode 100644 index 0000000..f444244 --- /dev/null +++ b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/class.lightbox_library.php @@ -0,0 +1,69 @@ +add_mixin('Mixin_Lightbox_Library_Validation'); + $this->implement('I_Lightbox_Library'); + } + + function initialize($properties=array(), $mapper=FALSE, $context=FALSE) + { + // Get the mapper is not specified + if (!$mapper) { + $mapper = $this->get_registry()->get_utility($this->_mapper_interface); + } + + // Initialize + parent::initialize($mapper, $properties); + } +} + +class Mixin_Lightbox_Library_Validation extends Mixin +{ + function validation() + { + $this->object->validates_presence_of('name'); + $this->object->validates_uniqueness_of('name'); + + // We need to convert some urls + $scripts = array(); + foreach (explode("\n", $this->object->scripts) as $script) { + if ($script) $scripts[] = $this->_convert_url($script); + } + $this->object->scripts = implode("\n", $scripts); + + $styles = array(); + foreach (explode("\n", $this->object->styles) as $style) { + if ($style) $styles[] = $this->_convert_url($style); + } + $this->object->styles = implode("\n", $styles); + + return $this->object->is_valid(); + } + + function _convert_url($url) + { + // Convert absolute url + if (strpos("http://", $url) === 0 OR strpos("://", $url) === 0 OR strpos("https://", $url) === 0) { + if (strpos("://", $url) === 0) { + $url = str_replace("://", 'http://', $url); + } + $url = str_replace(home_url(), '', $url); + if ($url[0] != '/') $url = '/'.$url; + } + + return $url; + } +} \ No newline at end of file diff --git a/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/class.lightbox_library_mapper.php b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/class.lightbox_library_mapper.php new file mode 100644 index 0000000..c193b46 --- /dev/null +++ b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/class.lightbox_library_mapper.php @@ -0,0 +1,83 @@ +add_mixin('Mixin_Lightbox_Library_Mapper'); + $this->implement('I_Lightbox_Library_Mapper'); + $this->set_model_factory_method('lightbox_library'); + } + + /** + * Initializes the datamapper + */ + function initialize() + { + parent::initialize('lightbox_library'); + } + + /** + * Returns an instance of the mapper + * @param string|FALSE $context + * @return C_Lightbox_Library_Mapper + */ + static function get_instance($context=FALSE) + { + $klass = get_class(); + if (!isset(self::$_instances[$context])) { + self::$_instances[$context] = new $klass($context); + } + return self::$_instances[$context]; + } +} + +class Mixin_Lightbox_Library_Mapper +{ + /** + * Uses the name property as the post title when the Custom Post driver + * is used + * @param stdClass $entity + * @return string + */ + function get_post_title($entity) + { + return $entity->name; + } + + + /** + * Selects a lightbox library by name + * @param string $name + * @param type $model + */ + function find_by_name($name, $model=FALSE) + { + $results = $this->object->select()->where(array('name = %s', $name))->run_query(FALSE, $model); + if ($results) $results = $results[0]; + return $results; + } + + /** + * Sets default values for the lightbox library + * @param stdClass|C_DataMapper_Model $entity + */ + function set_defaults($entity) + { + $this->object->_set_default_value($entity, 'styles', ''); + $this->object->_set_default_value($entity, 'scripts', ''); + $this->object->_set_default_value($entity, 'display_settings', array()); + } +} \ No newline at end of file diff --git a/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/interface.lightbox_library.php b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/interface.lightbox_library.php new file mode 100644 index 0000000..3fd5de3 --- /dev/null +++ b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/interface.lightbox_library.php @@ -0,0 +1,6 @@ +module_id, 'C_Lightbox_Installer'); + } + + function initialize() + { + parent::initialize(); + if (is_admin()) { + add_action('admin_init', array(&$this, 'add_all_lightbox_forms')); + } + } + + /** + * Adds a configuration form to each library + */ + function add_all_lightbox_forms() + { + foreach ($this->get_registry()->get_utility('I_Lightbox_Library_Mapper')->find_all() as $lib) { + $this->get_registry()->add_adapter('I_Form', 'A_Lightbox_Library_Form', $lib->name); + C_Form_Manager::get_instance()->add_form(NGG_LIGHTBOX_ADVANCED_OPTIONS_SLUG, $lib->name); + } + } + + function _register_utilities() + { + // Provides a utility to perform CRUD operations for Lightbox libraries + $this->get_registry()->add_utility( + 'I_Lightbox_Library_Mapper', + 'C_Lightbox_Library_Mapper' + ); + } + + function _register_adapters() + { + // Provides factory methods for instantiating lightboxes + $this->get_registry()->add_adapter('I_Component_Factory', 'A_Lightbox_Factory'); + + // Provides an installer for lightbox libraries + $this->get_registry()->add_adapter('I_Installer', 'A_Lightbox_Installer'); + } + + /** + * Registers hooks for the WordPress framework + */ + function _register_hooks() + { + add_action('wp_enqueue_scripts', array($this, '_register_resources')); + add_action('wp_footer', array($this, '_enqueue_resources'), 3); + add_action('init', array(&$this, '_register_custom_post_type')); + } + + /** + * Registers the custom post type saved for lightbox libraries + */ + function _register_custom_post_type() + { + register_post_type('lightbox_library', array( + 'label' => 'Lightbox Library', + 'publicly_queryable' => FALSE, + 'exclude_from_search' => TRUE, + )); + } + + /** + * Parses certain paths through get_static_url + * + * @param string $url + * @return string Resulting URL + */ + static function _handle_url($url) + { + $router = C_Component_Registry::get_instance()->get_utility('I_Router'); + if (0 !== strpos($url, '/') + && 0 !== strpos($url, 'wordpress#') + && 0 !== strpos($url, 'http://') + && 0 !== strpos($url, 'https://')) + { + $url = $router->get_static_url($url); + } + elseif (strpos($url, '/') === 0) { + $url = home_url($url); + } + + return $url; + } + + /** + * Registers or enqueues resources for a given lightbox library + * + * @param object $library Lightbox library + */ + static function _register_library_resources($library, $register = TRUE) + { + if ($library) { + $i = 0; + foreach (explode("\n", $library->scripts) as $script) { + if (empty($script)) + continue; + + $script = self::_handle_url($script); + + // if _registered_lightboxes exist we should register rather than enqueue + if ($register) + { + // if the module is "wordpress" we leave the rest to Wordpress and only ask that it enqueue + // whatever the name of the resource requested may be. + if (0 === strpos($script, 'wordpress#')) + { + self::$_registered_lightboxes[] = substr($script, 10); + } else { + wp_register_script( + $library->name . '-' . $i, + $script, + array('ngg_common') + ); + self::$_registered_lightboxes[] = $library->name . '-' . $i; + } + } + else { + // same as above, but enqueue now rather than register for later + if (0 === strpos($script, 'wordpress#')) + { + wp_enqueue_script(substr($script, 10)); + } else { + wp_enqueue_script( + $library->name . '-' . $i, + $script, + array('ngg_common') + ); + } + } + + if ($i == 0 AND isset($library->values)) + { + foreach ($library->values as $name => $value) { + if (empty($value)) + continue; + $value = self::_handle_url($value); + self::_add_script_data( + $library->name . '-0', + $name, + $value, + FALSE + ); + } + } + + if ($i == 0 && !empty($library->i18n)) + { + wp_localize_script( + $library->name . '-0', + 'ngg_lightbox_i18n', + $library->i18n + ); + } + $i += 1; + } + + // in 2.0.41 this field was renamed; use the old attribute as a fallback + if (empty($library->styles) && !empty($library->css_stylesheets)) + $library->styles = $library->css_stylesheets; + + $i = 0; + foreach (explode("\n", $library->styles) as $style) { + if (empty($style)) + continue; + $style = self::_handle_url($style); + if (0 === strpos($style, 'wordpress#')) + { + wp_enqueue_style(substr($style, 10)); + } + else { + wp_enqueue_style( + $library->name . '-' . $i, + $style + ); + } + $i += 1; + } + } + } + + /** + * Registers our static settings resources so the ATP module can find them later + */ + function _register_resources() + { + $router = $this->get_registry()->get_utility('I_Router'); + $settings = C_NextGen_Settings::get_instance(); + $thumbEffectContext = isset($settings->thumbEffectContext) ? $settings->thumbEffectContext : ''; + + wp_register_script( + 'nextgen_lightbox_context', + $router->get_static_url('photocrati-lightbox#lightbox_context.js') + ); + wp_enqueue_script('nextgen_lightbox_context'); + + if ($thumbEffectContext != null && $thumbEffectContext != 'nextgen_images') { + $mapper = $this->object->get_registry()->get_utility('I_Lightbox_Library_Mapper'); + $library = $mapper->find_by_name($settings->thumbEffect); + + // Make the path to the static resources available for libraries + // Shutter-Reloaded in particular depends on this + $this->_add_script_data( + 'ngg_common', + 'nextgen_lightbox_settings', + array('static_path' => $this->get_registry()->get_utility('I_Fs')->find_static_abspath('', 'photocrati-lightbox'), 'context' => $thumbEffectContext), + TRUE, + true + ); + + self::_register_library_resources($library); + } + } + + function _enqueue_resources() + { + if (defined('NGG_SKIP_LOAD_SCRIPTS') && NGG_SKIP_LOAD_SCRIPTS) + return; + + foreach (((array)self::$_registered_lightboxes) as $library) { + wp_enqueue_script($library); + } + } + + /** + * Adds data to the DOM which is then accessible by a script -- borrowed from display type controller class + * @param string $handle + * @param string $object_name + * @param mixed $object_value + * @param bool $define + */ + function _add_script_data($handle, $object_name, $object_value, $define=TRUE, $override=FALSE) + { + $retval = FALSE; + + // wp_localize_script allows you to add data to the DOM, associated + // with a particular script. You can even call wp_localize_script + // multiple times to add multiple objects to the DOM. However, there + // are a few problems with wp_localize_script: + // + // - If you call it with the same object_name more than once, you're + // overwritting the first call. + // - You cannot namespace your objects due to the "var" keyword always + // - being used. + // + // To circumvent the above issues, we're going to use the WP_Scripts + // object to workaround the above issues + global $wp_scripts; + + // Has the script been registered or enqueued yet? + if (isset($wp_scripts->registered[$handle])) { + + // Get the associated data with this script + $script = &$wp_scripts->registered[$handle]; + $data = isset($script->extra['data']) ? $script->extra['data'] : ''; + + // Construct the addition + $addition = $define ? "\nvar {$object_name} = " . json_encode($object_value) . ';' : + "\n{$object_name} = " . json_encode($object_value) . ';'; + + // Add the addition + if ($override) { + $data .= $addition; + $retval = TRUE; + } + else if (strpos($data, $object_name) === FALSE) { + $data .= $addition; + $retval = TRUE; + } + + $script->extra['data'] = $data; + + unset($script); + } + + return $retval; + } + + + function get_type_list() + { + return array( + 'A_Lightbox_Factory' => 'adapter.lightbox_factory.php', + 'C_Lightbox_Installer' => 'class.lightbox_installer.php', + 'A_Lightbox_Library_Form' => 'adapter.lightbox_library_form.php', + 'C_Lightbox_Library' => 'class.lightbox_library.php', + 'C_Lightbox_Library_Mapper' => 'class.lightbox_library_mapper.php', + 'I_Lightbox_Library' => 'interface.lightbox_library.php', + 'I_Lightbox_Library_Mapper' => 'interface.lightbox_library_mapper.php' + ); + } +} + +new M_Lightbox(); diff --git a/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/fancybox/blank.gif b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/fancybox/blank.gif new file mode 100644 index 0000000000000000000000000000000000000000..35d42e808f0a8017b8d52a06be2f8fec0b466a66 GIT binary patch literal 43 scmZ?wbhEHbWMp7uXkcLY|NlP&1B2pE7Dgb&paUX6G7L;iE{qJ;0LZEa`2YX_ literal 0 HcmV?d00001 diff --git a/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/fancybox/fancy_close.png b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/fancybox/fancy_close.png new file mode 100644 index 0000000000000000000000000000000000000000..07035307ad435f8f2f8eedf0bce50f7ec8a858c2 GIT binary patch literal 1517 zcmV1To%f)hA(E>uTT$~N#GA0orBqo9-jKM;POccZrXJjTzge4|Sa0ca~7y<+{ z2m7~>41(Jqf9L`mBM6zAjf4;hkjP@@B~d6Xz385|dB5iCM=Ro&JZZmk-uHdZd2i=@ zK0a@Md;u9DFE7t8BO^nxckf<*yC?SckUFGmX^jwM@NV80+eiP zQ*s##s^a3}Ldwd@cHO*r^T5i=%Fj}=Cr_R@78e&C((#usU;YFS>C)2Dw4tG)YO=*P zWt;6ZfL46;=u!R1$jGM-hhvcpVyCa+S}Q!T2ALHx;BHe#M~BsHHos=s2iW})#C?}q ztqvud-gYjKsG$zHm2XhmYPB(Bn>kzw z=gS!w6cG`jJ$?H00VK+=!cMnBDn?IFkCkj7KmNq~hrkZvU@n=EP}|7Gxw*M}1_lPI zNx@_?IS^|%_ok<(o3gXBH^f+@(X7_g)K~%n0$gMM{{Ab=%gZ*hH99)_Eo>!VJd8_C zE)WMoNsBB#u&}W3BMEnPby>y64F-cra9>kX)4DJoA0KZ5fitNn`NTT4wY3%+fA;Lz zZ+K4ucJi+Mg!m%<>Ug8kSg^LX_JD-5va;NEM#+V_H)8UHgaj8UJ?LiZVx92t@KxlB zb1oz#Bo|{kAO!IDVfOII$VfwRad8C+y?XV^;VEu~g@tQka>%(zhlYl1p7P=0!-vj9 zYiMYw3l0uW##jWq+eZ-;6r@4F%{+PXGcz;xx78|Q_F7Eb+}ynGO@4TI*h!27r4#SzfR=K~ zhtpe&%-o-olT$}R&!0cHdm}}wbdd`2lO~)PlarHXnm>2$+(ng2^$EtJ+=vwl#Xg-* zSA%x<9|=lJ3CXuACMEY46&1O~{LGm%7HKm8lhZ|+Pv?nF1LcJswy+L%zshO4HzpR4skij zxq<8a{QPpl!oq4$R(*n7$-q`gsjcF2;NWZ?##l9wBW)lu_Bpk)RJgGO&Ey+2dDr3J z*x2~aJFl#)G^5U)q~qh`_b^ru6q9Xf%arlfse$W(T#z5f?cqE0>k)x`c6QcMUS4jN z#$B996B84z1O(|{7{3S{Bb#j7?T~OCi+pq$fP9eGqJ%Evk~i}B@#8tcAnk_QAg)9f z!qn81MJO5W0n6>}?Q|$y25QL`+uU$0x?KbSI<(UOBavf=wCW!^J3Ie)^yty-8!yk& z($YLG4fjwT{k&5mHL@*_7Xi1c4?x$HT^y5qc2zyPPCG3CUKl!f@Zj&~&!7K?fD>&z zDk^G(=74sN=`q$#Wm{gaK5myi7K~vRQ8s=CoB+NC8j<}iKpXzI(SMmt*2r@wST=`s zW7t-}X4hPqXy3W00000NkvXXu0mjftFGKG literal 0 HcmV?d00001 diff --git a/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/fancybox/fancy_loading.png b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/fancybox/fancy_loading.png new file mode 100644 index 0000000000000000000000000000000000000000..2503017960b3972499d3aa92f89953935ae40934 GIT binary patch literal 10195 zcmZvCRa6{Z)GRK+A-I#l3GNJT8Egn7KyZS)ySwY)GC**5cXtmOAh^3rfXjE+eY*eu zvb$HWe&}AO&aSFmCtO)c7UKiS2N)O_4A2)TmG>(H3=HfB3ex-CA}8B>rB4S*iGOoj zIbB0`GB%#)yQsNe_Z(XHJVzvTksi>+`6l(%$`7%p5{2L+{tq=VJ?V0JL-5DetdIHF|rZRGiB+~M$cAs!3L4m1WqS5m4Uut{B{sus$nl}9N zp#?4R@YNv8YM{JrwP-Li8Ynr~UO3E8cBsK321T79L4oqq#7><+nH-uo4c3S zzbjdhtN2LE+Wk$ypLztVwTlowGQqng!^I&U`;KFsDxwwAwF4PR(`@g%I}B1@?aN<; z9cJzX7khkNkJG|u_OY88t2=a(9k|tRF|O^~620}B74q3{|Mu}rUKMRU=5i@t4rH}t zWMo)9&m6ObjvNsA;yz~`O>f^l&kjH&j=Aexy0cfmC&I>@QU7`Ql zPU3_q?7Cqi%{r7|wPeZc`_s9mfR2B_K39;>*-yWV=qR41Ls>bqydL@}bse|D>1|L> zSvMFEQ2vnWJKlHRcZAw{ZIfc@+_x^0qqpf`uaLP9OH$Mxyno5YuLvbooxn?EWW9?3 z!YB&gf0xHo{M%6#qA!QwrjFO!Dm~{w(pCL9Z1XeAf)Nj@AQGyB2^*KX+-VJJjiv1` z<4I`VooCdOm?}gf8PD(k+m)s!AE5Z?+0=PkK{!n$OKo*{K2N95Y`L?t*m<`z<@&zR zp~CHRl4dh@$sJ4b-?gm;KP++XcWjfN6N#Qw_o;QATHBKP9&7y-bUDZkt@PRB%5E8d zyIxSjYTf;8+p-~Y-!k=O$;kfFCPu};=7d4N%l)KG@8xK)nb+&}I$Q6pWy;&;g|G86 zI-2s|2J)g^1XG`LO53Wj0gJDEZw-Oyi2)Wft0k{z<}G%H3dQ>?Y(D?CDZ2o#2V1hj zM_=W)_N5IX(aMyXUqh1U_WG#TC%LuB%3bK~)3%|v<)+ah|2DDoR!5Ri1|w~KpZ~C> zj*1KZd%Z~(gdF2RFMx01Wj`AW>Y$yS`Ndy3rPZS*pr6~#`6Q{ z%20=uSgaS;|E%9NE(<&vHm9^dubopg^XZ9&z5b1D ztpelNuc?SSpElb&~gE~4TESBIw z4hXi+ap2YNx8^D{Y~U3Q@Y|(~)|YhqOBukuK1!NNCMG7sGZ6A#)2w8O6Kn zdChi*Bi4O9!Q85-l}W!%4SCss_ceWT5CR9)!>d)k=W(}t8zRG>zPaIpd-bRcl+8}< zyZAFh+)b7i2(xFGQ1NiT*Ss*nf$|V%2{)tO&r?qsL@GB0#g&?RJHuU!w|`-+L=^sL zBkr*m4+?S5Lim?WVQJ4G?3fKVc}Q*JmJmX3?v`M44RD$Chi8S>0a5i2&wbyXSv8dY zyfv7Z{pAwk7MSBUu@ z5G6tLJnE1!1UjyO1R`?s4&aNgugC^{U9o!idxxDc93pcZ7raY)Xn7Pw`)<#e)4& zcN7v?6cRi?#`bl9ECtBz_QVZ0guMA?CDv=_ljYyH*ZV4aa_^g&fXJni?@vAE{G+P77pVW4Tj}s-(;*& z1STX!WHYF!Btlft>2`qz&1ijPaSdm%!UIMua~VRnoET&%1AAf)#vSfWj=q$8;qo|vcK_;z1j(+l2X0@o7C&Rzg8!2h$XZGbenx^q2; zApAgMeMi;{fO?<|f=I--(6#z(IL}cC|D24*dg^rhIE3G^yTJFZF55a-#}tYH=P$~* zb}RzkLIDvK`;ZA4OnYPQQ?;ssg`Ml>vON8NVnk@fl0k&o2W`-r3Bg-8NJYuCo0$rb zAKi(Z+>hRKA>bjOr%LHS@;94B&obY#4yCecQ0pdAnSV&v!vLF&-`Mm?t?}6F z?PaX5mkzFp$i(YKsOTz58Zgc7q)IVxy5hYd;~k@a63_Ja7Z0!ycbH~U&Y;r17f{Z} zwhnd>Xve$Riey{w@OgRi9rKhkQO@>jj2#Py8_PSVvvwxp0HTR7DdE{>K_i9RL= zrPNU6SCAR*HU3BLhMV(aTn;NBJQziUp9-R3QkgnENmN9ZBlJCW?l9$81skWTmD&YK zJ%7bQFP*wlswyu56egGmr!KVx=+KneK+U;f>vSk#hKg0u(yv^fNk=GGdULDg_=itK zp3;*2U!wB8TA$o;k!;o@OA2zx*%c|y0#?BBp?nDDw5rBS_SB_Sbz$6-fYTvnj(ezNfL{$?uz9aa=HGSg$mLTxTf{7e`Oqr?7rp+0`lg6AQpk z9Nsxh5kt+I%$5|50=OZUzms%|OAS{5^$g0~djWjOVxYk^CLD{|njlM2ex}zn9yCa1 zXCSTHoM#Rjq25u6;*Ug2A+S~Y`_kh|<3C=w_~F{9JKTLW^z5D41V2cjL8y+L*0IQ_ z?L+y%E(_`Xj&MzngB*bEt_~znvHKiL&w-ytZ<@L~s{_sdoRaSXOA5{31d;sz#pvvv zgq9-MCupHYRhjX{g`7wlu9(YJkAO)+oP%bGYC{Q>2v4!wD(_QEQe5suxdx(SIXS!9 zV|=hm;s|y$aq8^~zssyzb{|fvQc!Cj#FNH1$?tLP+^0!rIS_gU*h1d?y;X7vm>l>a zwr^N0VzNQ_j$}0!F~;(iG9UmS=QO|XM%w%nK5uQHaLT2-I$_CRCbGr8ymE9J_k{YTcfRFh1nn)R6_X#W#Fg4I=2W=GD|J_UwPwIQsBklSR4`o0$A&X8xn-V`k#d|7nEr9kiD4Dx?q zJBBg6NsFLaJWHtZ+GQr~rb(+STSHpb`9UQ4BbXjmTjDz;@V0H}7=mOf+#fvH-crjF z@uztsU}U)L0`Q{D-mZfkuH|zPNNIKXy+C+QIrQ&23l%VJtwn!M0wNG>wEi_? z``=Fg-bBV*o!jNs*j0n^Sn^x-5T@n{us@koqBnB}HI+tGJ!*iBb=5xNu?gt0oYXmW z8+W9Aca$K535BsvBR3qs~{jn>MoPaD#Aa+9Thdjr^?c!Rm zd+L48(+PM55nZ#`>laDoAVlLUXKyJl;Rm?x@Vv6HMm5<-R6-Z-qq1C{(`EqabpBzG zj;4V!x`7^=;;cYNpRy+iPV>rQAJl)AhcD--7r9MjgEiiV#SR|%E*YZcCryW8uK0m8 zL*X&^7In#HoVp*5gKHN+#O5c>>55A?ba%a_dj$xtqeA|)Js2dMKsh{lLDK@0m9lYa zWh*#0TQ2T27j^N`(t+eEfPUoBbvH_Kxa-u1jcNIe2YA^XT=1{3*Wd)}tKRN&dun&* znJX0Gvn8K!-%j#7%+r_|9qIlzn!o^G{q2MJxsdbiTZx3rG2xVS7HXrp5s;0PD>=hY zBl<_TAVt^N>MxbO(@<=MbHrHR=MZIY*8L>tB_Jja#yQoQZ2U!66gIECXOtndOORap zIR~TG$;oHLIJfQd#!j_3_Qvmx`fn3O*zC1bYC_$3%GfsjXN1z3asw+xTs!lK0I3p~ z7+&tcZUsM&QuO)Rahedf=&&)d1_C6zma`x{C50fHF?zDa=ZblEB;H@x_ z*db{M-tS}6{hx>Au=h4<8bWA8WETt$$|~;BYStwE1pYq48aKuv)4zT2-le|_1FnV@ z&z3AIiy5J{V@~m(2Aps_b7@uMmeTM}Zrs1Cl&)1e*ht|I zj+H9o<}yH3ZLHkB*F?)hWh$+em0HTThaoLx6FA4~msa-#wQzbyJ7ZmQjr#_R2ho^; z^_`?dw}hUR_w8a@8*K8J-lhK2Ot+y`>+{`n0h_lu{26PzN8ov0&f4B@R&y6%I6s2# zaHh%b232N&`aa6F5}eHI$b&SYPEgsOw5r$FS9yGwbRGzrIvbyEgZ9&nFxs0*_O>EKspQWU0tWeX06p%_D|(!O+TmLQ=`cGc+aR*yqXicgOVfS-31*Vth9=M<`>TD z2ecu1@-;8F3cm{pGegNysh5>XjRo{+T&Ak)F?qQ`lGeFVEKm{O*Fh^hd&!`$*H zo5Oc&)hGQS+5HxkD6FQ8nebel#;ty}aAw`K(xh8I_#=)-z$e>p3&-I@Xi7DsewFYp z$O_YrvYr1N$2_XK@wwpD36YvYlkAWY{ImJ=ap?zi$l%xZ*=IqNes{oGZ_d&RUp#M>B0_e>rGRlDA!;QcB^(S{BAOFH9!5r^ucGvwr7zaBu z0nl8=Q**gw{nD9@q{NiDSWk(V7^!=lJ2pWMJjM<6vo&=apq;2<=R}w*8Y1=kz=PCQ z%)%vAD1wFG6WryVg@``Sirh@k%N803_$(=+!8Mvb9?1T!G85NtuNdZnEQyu#A?w`B z)F3b>f5ji+x}KM|Tj2^Y*G*7{b`Tfi5Vo1I10v&)jAXu~zp&^l9_6zJNyTM-8Umo1 z9&95H=Jn67@b=o@EulLxhu9I5NUWA}RT~7aM&6p*w#;#@t_WkoM=N611DP@^AO(5% z_O)wI8+=$Zu|&6GLOI$LM?5!R9z_jmV}oTTbo5w#im;QnduH`c$N zW{BAB52R%1;Rn5cODK_%Sd9)aoctB9zxfjVQ>(H0D(}uy@LHYyAgK3g(>S9( zPtYyFU)v324BQ;?fy(SYzzu)I?S5X)C%oy!_vo35qBl@iLxXeO0=c!$`taf&-nWfH z&;kAR#ny=d^p!J#(|f-;_JYU39P352-lqenf}$VP>n~VNP4fO z7WIbrhM-BLcG@K6C#AME+0)ar)&j3)4d;NqqtG&xvMIB$;{YjyD%@TxXDz(Gn^~Q$ z`{|#$49R1=uT?+cj-swXngY48cUNapbLV7E{z3w$^>d9@EA@w>HM^RNCa!C{AQXMm zpS_ccdl>Gl@TvUqk0?XIXoR{14Qy=kig!<*wYyEI!{IFM!!y{06q1<;ELY*y*mjQT zv-b*OcY}^&CpfUnzo^;VokcN($`aoxgOa2-iM%AbK5g=>;P?fEw9oVMKLygeXnM7D zPtexNCH+(J;~KzQ96%ZTw*j@q*9|u=z0Y-$-X6>%8rAx{yN1?B`D^BfVA-Q>P-Zwe z;|%7ZvMvfrLx6PA)1366l#K`VLUj=^JQGKQr;$;%1P{A3+amuyFpQjUjaj|r5k8@8&dKiV2D0a28K5jva= zscr^-stsDrbQN`~3V1XeM345Wu`L|$V2`1Pl`51 z!sHL}P{WSZ@>@dt0qCwF@)>_sDDUL@v?vgBJUvVtqIV{pdh9z%PiKh$SX?-VD2}@Z6HA6- zt@V4EnoebJo&k^RU@I_2;opR+}*c)nrCI`yn@ErJWz96(SbIVk1>cE!Tka7+3`tF#7q&mOS z`(vja3j^a6Q^nJG3SpdQm0wa<72`6^6xx!7k=(pVAT$qCygHU&2G^*HUT}^RwjJNp zVjsZ-`}x>d3-MAWGZ5r%sw4F*$o{=syLAd8Mu?DV4DF|;2*Jox zqVL%1j1#^%=iX>tz6Qjk3TO);M&rXtl%qgk9grE3>4MXk7Whlg72rmd9g!l$_+3&E z6*h-nCMPb4^T8$kZueK9(P+4T=;!doMXH%k2WDZ$>{4(7lz{?r+!{D2KSt$CV(H_H z09z`;*W-{JA{4V`;ct6^**HAhq-p$yC!Fv{xUAPqWOUMqgwdVO=ShY%=Zt@BDuAe`?$w6~HWQL{`llqWf6s}0s*z#HS;O3a z=ILyMmZ&A@kv(0D+vYjR5o^0XD5avMI0e%)%4(QMuouS5z3U;m`;cPc?0(9-y@U!e z8`cw(kspE<f=vKG@{6#xOuWYLU46A_{#wSGt9nrgw})%Z22yb0fhbwJaqq)%z$PaC_= z3ox7-F_lzT^9!i(CE6 zW<2&Wf2a{(QsxusH!M~2vW)|^uKs)OZ zmI^}fUwIueqDYM}Hp_|Vp>A79nJ8^LR5d1S;Q>w#hmAWb#T`r4AJ~Xv;6gnE-j*Qk zwNw7#)xPg>g$s)62xcF_l*sdm^_NrVX|dvZ&p>qY=srP47z1ewBWITjEe65;a(0E< zsKF5<#?0SAwMHrOG^N5~-08VWNK!`W|E7Jofg`@;V9vxN`V(KMQ7OQ50~f_DqPJi8 z6s(d7BHK|74FG*y=+P~=U{op#TT^k#OBsmpmz7R(n`tLDrm9z&lDKlR$rc{n&Wy_f}H^^xUb{sfU=4ICbJ`(9&;3Z3fCy0rvgB9M zYXJOzI!BVShvjpSRe=NmGVk>cdV`Q015u&=ITQ3#Gp7D;WU9-#Ty@{_tVkMAQNqTD z89X_&nz0hLSxzu+{iZ?fqt!=1tl;^;blU*(sJlZHnmNqp<|A?O8Yqeq>aY}@n1 zBd&ihKHMSw8p9mpUE#S1BM;d0J46}4d<00ZkaWga7oyiz?n2O$_km?HNrL+#l7`D1 zDt>O(bK^#^beJ$Dp;k3Q)+J?E0B-A4flwH2y@}{?;{_nm@P%QMps2J z#`ilc^%ORDrR0HkSAcEzL6MbEuv|s7a0Ar)gMbJT(!}yXkC_|qfJI;E22Fs6`>U2+ zV1&^n-1Dqhq~VvMo!jd|vkg^x@GPMw8SrLWQvGe4@@)xUShf-uDZ8HkE!_>b4{dqT z8096-(q!Ru;Ij<5@|jEX&B4JzS5AqWVG4h+OLc;we*kqEFMhlePe?Xo(mzk0QTAQb zpD2r0t+lznomct39G}wZEMuz0)=dgp3T>?BPsHbx^CB%dqpOboI~ogTn`N9K1hy>{ zDBae4+0e=;4Ed>107Xpg6!O@x>V~|>YdDrp^;g9CF{RNew0I&FVx}{X5%+2=zXe{D z)DMs9SjWl*_A?z_0KcjSCKJ!NP8N(+BX78sW+x%34{ePG(M^UYj%THt zxZ8TL#-|J$Ui@6z9;Yh}Z!tM%V>jJuIJ-?8kmCLBd^|wCgTzGsD_kLyfTJg|Cs%`+8tvvjHT@<@+c88YVruAnGHq;4A%KT z`@dcO=c%}~pTNFPbF|rymrfuW8#gW8GRQQEe8)QF8oAyYmLo%Jv;Y=7EHouB zJQ=5|h)@1}F#B{wX3e#`0jf@ocdnZ;E$5xtwD??6V3z;dPTQBe^HZq-b%{6VCF=FR zL>xf=$+cR=ko_y>!X9j&oZEAcOX#tMNcb;(xuU}kDM|P5mmN<5;map=HhG=w$|}(w z4F*XeZGLzBif3-phMaoKI`4adR)>&}aCKzXy<-RDAU(u_f-$(-Omb^%F>+tQyUWY- z98G`O5ncSRfQ;n3q=LbzbJNk}=XZs1__J63e;DEaOA!A=p#VP2rE}oOH-BMvLgYtc zoAcvckXV;~6fXD|`?DPrCnsupBsl^pc!s>84G60AQrQAUv~pvfJVGH*F3yd1!r-1e zi9&~F;796Dg(Wi1n4+u~#KD>ECTCUiM{t=D!kwPLM7V~k{HGdYq%u(>bX=z9#R zge?YcYjBNZvw0!CXZ)E}yiN$;?-`_vV=weI@%t6E>KQw$qZo?yP7%!-7D}&J;Rd^y z2L}gPL)GDF%_S8P%|t6;LU)8(vhxC{bue%1KQGKL{}`1SxM@5h3BqQW$1UJ=iHVKX z!>q&nVn}oCqRUI42H5o?zjm^4 zhTv#NSZ?tF^7J6}Ds4Id@g55ZMz$AERk7!_lo<;SCuZW33@e=0gl8*tD>!a0k^q_ViXjTmlOQizar{@TPjZ$e(u*)b zl&+l8$FXO3_IyDUh_4-QR3im{;hkU zv{vzd6YBp_9?y3`R?m*xel6XQdQ-D~W%obNJ?_u(^o)Wn2nbCAm5RjF3^UlDjNKOR z{-zm);7^zU^uJ~aeK0&5K7A zk!1|bDtR`F7u}LdQL>XuAiOL)$^!>_q!Rx_qE{et)MEwb@S{@W`+Z4Aw2az8N7*;j z28~WHm*L2qk_1^vZ{qCssnc0&vsCg(7oWohyP@9E!SL}lGkp5Mol&OL@SQWG!*9BR z0qAh(zMth9KCDMQT!@!?YhIMqNDF_IM(>}Gi}a7@vu~0@GO=V5?Pk#Sqt{UE%}PuM{~;(=J78A zSrs-=fTfW`08-7aQ5oi{Ll4And$a}6a7%A+l1f{j62K2!xMxo-1)`o$Id8iOER0N* zxIDeb$xtGU)+USD=qHDg(Y`X~J68tf`TqIO_Tn$%1NaeiYTKadL_2eajT1&)NB+^q2@D9b{MUY_>TNQpZi%SO_bqXjyXHB;Ui$Sf9@s+j;Wb z{id0A9C(t~>E@^vPF(@ScmscJxOc7zNXd^Oh>_aW(3u(xR)buk9$q9y|pmKaV!1QFxCztuHO}!PY}!G@y49mJ z0cZk6!rr+O$%3(;B?-}K84!e8{>9v~L;P_$0eQ4}M1oXBfsT{~ZTR)Ko%2eWMnbKn zb5q1ekkgw_RUy#!uXEEL9eB2&?El4NCZmw3r1hMX#a}lk-dBMCPR4OgqRj$-M;-^< hjOQhwL*8E5RB0mfPrR|R-jC_QfTWeADkby-{tw&r+hqU% literal 0 HcmV?d00001 diff --git a/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/fancybox/fancy_nav_left.png b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/fancybox/fancy_nav_left.png new file mode 100644 index 0000000000000000000000000000000000000000..ebaa6a4fd34e51575a01da366312c20618985cbc GIT binary patch literal 1446 zcmV;X1zGxuP)R`@usIzf?P{x4#0gFqr~|(;IJySuwjr=+Ar78e&sHZ(Lu;P)*wKU%|U#jmpg5~Q6= zNl8{#mZGz>Q!_F$qJ8n=#Z9x>Jn_n|ZEtTsSzllOW_Wn`!@Rt_=!l4jAl`tKb-5%L zv7js_CMF<1KR>Fcr{|nbr~AR4Y-MG|y0EZdwI6@^^5yrikSZ}TQ5hH*C?{R4Q{?KT zKD6U2SFWfB2M0g0TCEGD5GUP%Y0a>J0W!M1fVuVU?d@ix(YV91PjUK7@OzY8E)OJ~ z&Q30n%8njA8kC)#t?uvd&xMXHQZzI)WQmTB-n1vQM_gQ-{_*3-7UA?*_bJ9=m|W(F zT+IHE$H&L3T3T8zSS*%BTHM>)YZi;eI#;9uNVch|X-go#ckf=VQmKq2-ORBYaGo52 zejyg&!SS;_ltMX3~N9_#ORsfn&tMTp}T$j*yAd)6-A(_4O6g z0=-^ug|9bVkxorbSsNQ0x9sPG&EF`laq6qgf=!d ztnQGKnVtDqz_Vx1Y=Kr=TU+Vx?;nS;5H`1m#Lv%9fqI)#T3Y%!3C+yRSpE-E!h;77 zwm7Z1{&Y;%TkkIqz&m9sAKBbnCkzsHry#@vbY{a-wI?zu7 zloV4Q9NtQWLUAT7Ev=G-*4EZ6|HZd^F*!MDB>C#<>PDGN_5sGi_Yq4ZlG7@css!ck z9};wyN`LrygSGPaaLVfqXl2Z+Nkm;ygvo12>(Bf+YwDwC`Hbwy5foiCI>(Z2*F z+nZVe;)K}P*aF#9Y8tUS3{lK|w(!NULrkdP#x17leSb zXU`h&IIwaw4`8eqNV6{>BDOh|vjhZ0E{e&QDDu0Pe|>%Zmb;{dg@s0w$z&rPA0K~+ zu^J$UblaCq5g(ljxEe?Y`8AmFYt-vOfqZ&;+Eh?bV07kp3Z#jN34Zfk3!OW_7k zM!Hz%fopN!Lja&lI}y+lIZjBszTeT&@!Ra|?DQ)q4Us*EN5ey8M=zh0NVTlX;X`2G z(+8kuN)-Dfn@v@Ns?$arfE9ks%*_0?uCDGc0&cYN@bK_KngiO{r&oDx0_$@6^x5~= zW5Gx^5k=$2z;)mYpdQiR47B2ZEBzOVMD;v(on_N_Z6xdRarMj=Ped`)=n zv4Dh?$k=SYcJSdjDa(58`F?t%ZzxBbaRs;9zaA#)un(S!5dZ)H07*qoM6N<$g4RXF AD*ylh literal 0 HcmV?d00001 diff --git a/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/fancybox/fancy_nav_right.png b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/fancybox/fancy_nav_right.png new file mode 100644 index 0000000000000000000000000000000000000000..873294e969db9160f5ddd4e1ab498ff60b080e3f GIT binary patch literal 1454 zcmV;f1yTBmP)Wa6`&Z+!IVkxf`V#(j>y7#5eg z5*PD+C=wGBwT+F9xi*_^fd=>X_FBba@wz8b0c3ma+OG#c&LYnSBp_4S(*6BG8m#QpsI))yBSw}|WBy?ft)>pk?VIMu|0u-xC@UxO$< zHa9o-0~vR8bXeVyB61x;@W6T@vgyO$TgWvPslhu zJ>BGvFeN3$D2UT9wO!c-2M2E;RvddB6cm(&J}nRg`1!DUaA;_#J})n?kc`&W*6f~w z$XoI8@o`6>)z;Ql1O^7iqc4Qr?IQ^Y2vDQmrd_^#`AagIo}RXO6Tw=o)=2K&OZ?8A zJDVKcH{^2p2j~ms)bf#Ff5Y^8{ZZ7~8Zw%koV0nHJ||9`FbS!%u(0sL`TfAafI}Du zN;}#qfQDkqhr?T=R;!O@W@c89(aOq-SHe5pO)Do4INRL6f8R{+tE;Q)Wir`E=nLN^ zERjf#VBjT`yZ^}0T`IW~brs!I17PDwDHNtJpz(@u7&_Ci&*x`nXGh4eva-_hHlhTo z>wKX6jrLg})!Ef*2q(qH#unh5y~V~`*!#E25W2>+0$@y%jAkE;d^% z7KiBQ=;#CV)c|?K?OZZNymTtyIv@+;=i$b0QLhID@u{gPOF=<_+1^cd)FbceJt|Pr3Z2#UW)pC9hbbpr%#_w3xu>9DucKZSqKjwKC}oa!!=;B zxw)ARh3h~maWUsB$KtMw06>R!GGHKatdM5?eS3TRA2TyEQ!m{-s9LkQG(13d^zuqc z)WBRWF9N%+J^)=)qIgeo*i|*CI?Xfzc;V-hCr|!<<;s9veooizpgD1ug<#0dV!Z literal 0 HcmV?d00001 diff --git a/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/fancybox/fancy_shadow_e.png b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/fancybox/fancy_shadow_e.png new file mode 100644 index 0000000000000000000000000000000000000000..2eda0893649371f8d92b92976d8542cdd1b601ed GIT binary patch literal 107 zcmeAS@N?(olHy`uVBq!ia0vp^B0$W@!3HGnP3ltxQbwLGjv*Y^lSRZuwe#}JO|p{EaWGAM`~zK|Yh zF7SQ+m+Ig>B0@o-N8?trihfzZ+Vp1~`{zf0o*#X0$hUAi%N$P)W1wCJ22WQ%mvv4F FO#q)zAp-ya literal 0 HcmV?d00001 diff --git a/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/fancybox/fancy_shadow_ne.png b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/fancybox/fancy_shadow_ne.png new file mode 100644 index 0000000000000000000000000000000000000000..79f6980a3ba5c43de120d963dbba2516b8f27ac7 GIT binary patch literal 347 zcmV-h0i^zkP)dR9Yb&V8f!h)aDezHAsc|y@|hdQ zYJb}?8~~zFbQ)ku!Ey)KSukutuvdZ@MKMX|x|A3tPyx?YVhN^6z!Mi4Mj2f#%<;nh z2{>?YAzu|{u^;Oq!;f7Z4tPBpJEmZ+^GZ#$=9nz(K+UmK7}|u&EPi%aRt_C3qOFB_ zHc`~N>51%{?ijG?xsHt>MwRChgk=x_z0gh3O2xSL)-6?+2LKZL74~Q>MZjWtwukkA tvjRC=&j+0R$&bLyT7MhBcTXDISHC&xXU0&5CWHV0002ovPDHLkV1fX+la~Mh literal 0 HcmV?d00001 diff --git a/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/fancybox/fancy_shadow_nw.png b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/fancybox/fancy_shadow_nw.png new file mode 100644 index 0000000000000000000000000000000000000000..7182cd938ae98e7e28c65a0bc55df576042ff9f5 GIT binary patch literal 324 zcmV-K0lWT*P)2-&4CO{qhKP$XKD&mgeXEM77>~`RA}h@U^Z##eQZVtM>a-K?QT4 z&(8BFf(rD5V61)2I__wHYuRwoaDIqw5Vdr_JSDVr){#J@r;{vbDL|tRyCiirf~4OF zX-l=Ecm>@yR)1nSMt~dy90Zb`^`)TQbhf8jR@fA!l6V$musRyB9Y{p$SCW}!$3==V zk)fW)Xo{s^ez$t+XhmZj;ts)!kTokvmM>z)zt70000 literal 0 HcmV?d00001 diff --git a/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/fancybox/fancy_shadow_se.png b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/fancybox/fancy_shadow_se.png new file mode 100644 index 0000000000000000000000000000000000000000..541e3ffd3e88224b34a4d2097c66a780e6060aeb GIT binary patch literal 352 zcmV-m0iXVfP){pM9=`y8<_IvWD02WY@RZ<9dgjNmAB|sYF}Xw>7Sq@O0000eMf9z;FC21=)67q_`W0*0KnS4AR00W2`RGn3i8UfsEegLO@ zPhds?2e1Tm)FK3=bymIAx?X=YFo3Mdh7W?@I#8s#svp!&PB> zwah@Ngd|l0N4SCfzvjtQnd$dZ0yM)N$X+lqdtN!Pt{Wn*_`0U}m1^#r1 mwpaW{;a?9KKt^WrpTAEd?0j1W(3L*`0000P{ho=rRL|66mGO)=r*Hk83F#~lnc)I$ztaD0e0sy?& B8X5oq literal 0 HcmV?d00001 diff --git a/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/fancybox/fancy_title_left.png b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/fancybox/fancy_title_left.png new file mode 100644 index 0000000000000000000000000000000000000000..6049223d1ec6af46e100499c01f6489c9e2c6240 GIT binary patch literal 503 zcmV+)0005LNklqcp9&~$uJw{{rUub~E?-XJ#Upm4Fe%-Gl z!u%tb0N102a|s5;SPlQvJlFCTBbvYaK@wIW6Gjx@?i20AlVDJcHNfh25WRlbF6CIq zv9_ZnqOH`}ppaUR0@%ZcM9zpDt2uQM>f+Z#wIMmyuui3DeoYXWE|hQ{D$te=Yhgkq zIvyj+$t8T|S1wITzUftNOe(E+Qjn$kDotY;I5}1lRgwi=?K26ke)djLR5W2|!7CVH zJ-`tuAq|`lK978y+CnqGNCkUke_%Gig ukvFM-ftpWh!il7Wg7kz7Y?7xB@G*olNlgoj4E_Yv!rmdKI;Vst0Ha3^zyJUM literal 0 HcmV?d00001 diff --git a/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/fancybox/fancy_title_right.png b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/fancybox/fancy_title_right.png new file mode 100644 index 0000000000000000000000000000000000000000..e36d9db2a7c6e570aec993d3665cbc13620115e2 GIT binary patch literal 506 zcmV+)0005ONklxjQB-g>5=x46nGBwseihc$zfzvTFh(=tCRj6cJ4M&ASrCAq-HbokPnRBAHVa2(-|l wYU(UxfYLN;KDSr z1<%~X^wgl##FWaylc_d9MY*0Xjv*Ddw)7kFH5l+P-xcE$W)3=fYI&uMKVzWNT*W|n zhqlRY)q0r(8Mg&Fu_zpISivgz+b7g)c6G&O{~njE??Y{u-MM!p^=9_W+X-j8mhfK? zj`H2Yy;kp%)!V-M3;EVThyB(Z@o88wpMja-vy^g)SgE!<&|(HpS3j3^P6|6H_V+Po~-c6$N>^IEGZ*^681?Yf#{6Zf~e!I`r4y-J+3m*Ue*gH=cNZ zzpU%p61aCO%jt%FHUKW&bEWLcUAGzK?;SYE)E{9#W9O8@uj{O@89qzNU(dkI YVCW(7-@(*!CeU;SPgg&ebxsLQ07`N|KL7v# literal 0 HcmV?d00001 diff --git a/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/fancybox/fancybox.png b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/fancybox/fancybox.png new file mode 100644 index 0000000000000000000000000000000000000000..65e14f68fd83b87f75c22c0c074e7b20bf20a133 GIT binary patch literal 15287 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 ZMt7F5hocMxav&E)U0Fw|QQ>vO{{ZOG+C=~W literal 0 HcmV?d00001 diff --git a/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/fancybox/jquery.easing-1.3.pack.js b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/fancybox/jquery.easing-1.3.pack.js new file mode 100644 index 0000000..9028179 --- /dev/null +++ b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/fancybox/jquery.easing-1.3.pack.js @@ -0,0 +1,72 @@ +/* + * jQuery Easing v1.3 - http://gsgd.co.uk/sandbox/jquery/easing/ + * + * Uses the built in easing capabilities added In jQuery 1.1 + * to offer multiple easing options + * + * TERMS OF USE - jQuery Easing + * + * Open source under the BSD License. + * + * Copyright © 2008 George McGinley Smith + * All rights reserved. + * + * Redistribution and use in source and binary forms, with or without modification, + * are permitted provided that the following conditions are met: + * + * Redistributions of source code must retain the above copyright notice, this list of + * conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above copyright notice, this list + * of conditions and the following disclaimer in the documentation and/or other materials + * provided with the distribution. + * + * Neither the name of the author nor the names of contributors may be used to endorse + * or promote products derived from this software without specific prior written permission. + * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY + * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF + * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE + * COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, + * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE + * GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED + * AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING + * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED + * OF THE POSSIBILITY OF SUCH DAMAGE. + * +*/ + +// t: current time, b: begInnIng value, c: change In value, d: duration +eval(function(p,a,c,k,e,r){e=function(c){return(c35?String.fromCharCode(c+29):c.toString(36))};if(!''.replace(/^/,String)){while(c--)r[e(c)]=k[c]||e(c);k=[function(e){return r[e]}];e=function(){return'\\w+'};c=1};while(c--)if(k[c])p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c]);return p}('h.i[\'1a\']=h.i[\'z\'];h.O(h.i,{y:\'D\',z:9(x,t,b,c,d){6 h.i[h.i.y](x,t,b,c,d)},17:9(x,t,b,c,d){6 c*(t/=d)*t+b},D:9(x,t,b,c,d){6-c*(t/=d)*(t-2)+b},13:9(x,t,b,c,d){e((t/=d/2)<1)6 c/2*t*t+b;6-c/2*((--t)*(t-2)-1)+b},X:9(x,t,b,c,d){6 c*(t/=d)*t*t+b},U:9(x,t,b,c,d){6 c*((t=t/d-1)*t*t+1)+b},R:9(x,t,b,c,d){e((t/=d/2)<1)6 c/2*t*t*t+b;6 c/2*((t-=2)*t*t+2)+b},N:9(x,t,b,c,d){6 c*(t/=d)*t*t*t+b},M:9(x,t,b,c,d){6-c*((t=t/d-1)*t*t*t-1)+b},L:9(x,t,b,c,d){e((t/=d/2)<1)6 c/2*t*t*t*t+b;6-c/2*((t-=2)*t*t*t-2)+b},K:9(x,t,b,c,d){6 c*(t/=d)*t*t*t*t+b},J:9(x,t,b,c,d){6 c*((t=t/d-1)*t*t*t*t+1)+b},I:9(x,t,b,c,d){e((t/=d/2)<1)6 c/2*t*t*t*t*t+b;6 c/2*((t-=2)*t*t*t*t+2)+b},G:9(x,t,b,c,d){6-c*8.C(t/d*(8.g/2))+c+b},15:9(x,t,b,c,d){6 c*8.n(t/d*(8.g/2))+b},12:9(x,t,b,c,d){6-c/2*(8.C(8.g*t/d)-1)+b},Z:9(x,t,b,c,d){6(t==0)?b:c*8.j(2,10*(t/d-1))+b},Y:9(x,t,b,c,d){6(t==d)?b+c:c*(-8.j(2,-10*t/d)+1)+b},W:9(x,t,b,c,d){e(t==0)6 b;e(t==d)6 b+c;e((t/=d/2)<1)6 c/2*8.j(2,10*(t-1))+b;6 c/2*(-8.j(2,-10*--t)+2)+b},V:9(x,t,b,c,d){6-c*(8.o(1-(t/=d)*t)-1)+b},S:9(x,t,b,c,d){6 c*8.o(1-(t=t/d-1)*t)+b},Q:9(x,t,b,c,d){e((t/=d/2)<1)6-c/2*(8.o(1-t*t)-1)+b;6 c/2*(8.o(1-(t-=2)*t)+1)+b},P:9(x,t,b,c,d){f s=1.l;f p=0;f a=c;e(t==0)6 b;e((t/=d)==1)6 b+c;e(!p)p=d*.3;e(a<8.w(c)){a=c;f s=p/4}m f s=p/(2*8.g)*8.r(c/a);6-(a*8.j(2,10*(t-=1))*8.n((t*d-s)*(2*8.g)/p))+b},H:9(x,t,b,c,d){f s=1.l;f p=0;f a=c;e(t==0)6 b;e((t/=d)==1)6 b+c;e(!p)p=d*.3;e(a<8.w(c)){a=c;f s=p/4}m f s=p/(2*8.g)*8.r(c/a);6 a*8.j(2,-10*t)*8.n((t*d-s)*(2*8.g)/p)+c+b},T:9(x,t,b,c,d){f s=1.l;f p=0;f a=c;e(t==0)6 b;e((t/=d/2)==2)6 b+c;e(!p)p=d*(.3*1.5);e(a<8.w(c)){a=c;f s=p/4}m f s=p/(2*8.g)*8.r(c/a);e(t<1)6-.5*(a*8.j(2,10*(t-=1))*8.n((t*d-s)*(2*8.g)/p))+b;6 a*8.j(2,-10*(t-=1))*8.n((t*d-s)*(2*8.g)/p)*.5+c+b},F:9(x,t,b,c,d,s){e(s==u)s=1.l;6 c*(t/=d)*t*((s+1)*t-s)+b},E:9(x,t,b,c,d,s){e(s==u)s=1.l;6 c*((t=t/d-1)*t*((s+1)*t+s)+1)+b},16:9(x,t,b,c,d,s){e(s==u)s=1.l;e((t/=d/2)<1)6 c/2*(t*t*(((s*=(1.B))+1)*t-s))+b;6 c/2*((t-=2)*t*(((s*=(1.B))+1)*t+s)+2)+b},A:9(x,t,b,c,d){6 c-h.i.v(x,d-t,0,c,d)+b},v:9(x,t,b,c,d){e((t/=d)<(1/2.k)){6 c*(7.q*t*t)+b}m e(t<(2/2.k)){6 c*(7.q*(t-=(1.5/2.k))*t+.k)+b}m e(t<(2.5/2.k)){6 c*(7.q*(t-=(2.14/2.k))*t+.11)+b}m{6 c*(7.q*(t-=(2.18/2.k))*t+.19)+b}},1b:9(x,t,b,c,d){e(t')[0], { prop: 0 }), + + isIE6 = $.browser.msie && $.browser.version < 7 && !window.XMLHttpRequest, + + /* + * Private methods + */ + + _abort = function() { + loading.hide(); + + imgPreloader.onerror = imgPreloader.onload = null; + + if (ajaxLoader) { + ajaxLoader.abort(); + } + + tmp.empty(); + }, + + _error = function() { + if (false === selectedOpts.onError(selectedArray, selectedIndex, selectedOpts)) { + loading.hide(); + busy = false; + return; + } + + selectedOpts.titleShow = false; + + selectedOpts.width = 'auto'; + selectedOpts.height = 'auto'; + + tmp.html( '

      The requested content cannot be loaded.
      Please try again later.

      ' ); + + _process_inline(); + }, + + _start = function() { + var obj = selectedArray[ selectedIndex ], + href, + type, + title, + str, + emb, + ret; + + _abort(); + + selectedOpts = $.extend({}, $.fn.fancybox.defaults, (typeof $(obj).data('fancybox') == 'undefined' ? selectedOpts : $(obj).data('fancybox'))); + + ret = selectedOpts.onStart(selectedArray, selectedIndex, selectedOpts); + + if (ret === false) { + busy = false; + return; + } else if (typeof ret == 'object') { + selectedOpts = $.extend(selectedOpts, ret); + } + + title = selectedOpts.title || (obj.nodeName ? $(obj).attr('title') : obj.title) || ''; + + if (obj.nodeName && !selectedOpts.orig) { + selectedOpts.orig = $(obj).children("img:first").length ? $(obj).children("img:first") : $(obj); + } + + if (title === '' && selectedOpts.orig && selectedOpts.titleFromAlt) { + title = selectedOpts.orig.attr('alt'); + } + + href = selectedOpts.href || (obj.nodeName ? $(obj).attr('href') : obj.href) || null; + + if ((/^(?:javascript)/i).test(href) || href == '#') { + href = null; + } + + if (selectedOpts.type) { + type = selectedOpts.type; + + if (!href) { + href = selectedOpts.content; + } + + } else if (selectedOpts.content) { + type = 'html'; + + } else if (href) { + if (href.match(imgRegExp)) { + type = 'image'; + + } else if (href.match(swfRegExp)) { + type = 'swf'; + + } else if ($(obj).hasClass("iframe")) { + type = 'iframe'; + + } else if (href.indexOf("#") === 0) { + type = 'inline'; + + } else { + type = 'ajax'; + } + } + + if (!type) { + _error(); + return; + } + + if (type == 'inline') { + obj = href.substr(href.indexOf("#")); + type = $(obj).length > 0 ? 'inline' : 'ajax'; + } + + selectedOpts.type = type; + selectedOpts.href = href; + selectedOpts.title = title; + + if (selectedOpts.autoDimensions) { + if (selectedOpts.type == 'html' || selectedOpts.type == 'inline' || selectedOpts.type == 'ajax') { + selectedOpts.width = 'auto'; + selectedOpts.height = 'auto'; + } else { + selectedOpts.autoDimensions = false; + } + } + + if (selectedOpts.modal) { + selectedOpts.overlayShow = true; + selectedOpts.hideOnOverlayClick = false; + selectedOpts.hideOnContentClick = false; + selectedOpts.enableEscapeButton = false; + selectedOpts.showCloseButton = false; + } + + selectedOpts.padding = parseInt(selectedOpts.padding, 10); + selectedOpts.margin = parseInt(selectedOpts.margin, 10); + + tmp.css('padding', (selectedOpts.padding + selectedOpts.margin)); + + $('.fancybox-inline-tmp').unbind('fancybox-cancel').bind('fancybox-change', function() { + $(this).replaceWith(content.children()); + }); + + switch (type) { + case 'html' : + tmp.html( selectedOpts.content ); + _process_inline(); + break; + + case 'inline' : + if ( $(obj).parent().is('#fancybox-content') === true) { + busy = false; + return; + } + + $('
      ') + .hide() + .insertBefore( $(obj) ) + .bind('fancybox-cleanup', function() { + $(this).replaceWith(content.children()); + }).bind('fancybox-cancel', function() { + $(this).replaceWith(tmp.children()); + }); + + $(obj).appendTo(tmp); + + _process_inline(); + break; + + case 'image': + busy = false; + + $.fancybox.showActivity(); + + imgPreloader = new Image(); + + imgPreloader.onerror = function() { + _error(); + }; + + imgPreloader.onload = function() { + busy = true; + + imgPreloader.onerror = imgPreloader.onload = null; + + _process_image(); + }; + + imgPreloader.src = href; + break; + + case 'swf': + selectedOpts.scrolling = 'no'; + + str = ''; + emb = ''; + + $.each(selectedOpts.swf, function(name, val) { + str += ''; + emb += ' ' + name + '="' + val + '"'; + }); + + str += ''; + + tmp.html(str); + + _process_inline(); + break; + + case 'ajax': + busy = false; + + $.fancybox.showActivity(); + + selectedOpts.ajax.win = selectedOpts.ajax.success; + + ajaxLoader = $.ajax($.extend({}, selectedOpts.ajax, { + url : href, + data : selectedOpts.ajax.data || {}, + error : function(XMLHttpRequest, textStatus, errorThrown) { + if ( XMLHttpRequest.status > 0 ) { + _error(); + } + }, + success : function(data, textStatus, XMLHttpRequest) { + var o = typeof XMLHttpRequest == 'object' ? XMLHttpRequest : ajaxLoader; + if (o.status == 200) { + if ( typeof selectedOpts.ajax.win == 'function' ) { + ret = selectedOpts.ajax.win(href, data, textStatus, XMLHttpRequest); + + if (ret === false) { + loading.hide(); + return; + } else if (typeof ret == 'string' || typeof ret == 'object') { + data = ret; + } + } + + tmp.html( data ); + _process_inline(); + } + } + })); + + break; + + case 'iframe': + _show(); + break; + } + }, + + _process_inline = function() { + var + w = selectedOpts.width, + h = selectedOpts.height; + + if (w.toString().indexOf('%') > -1) { + w = parseInt( ($(window).width() - (selectedOpts.margin * 2)) * parseFloat(w) / 100, 10) + 'px'; + + } else { + w = w == 'auto' ? 'auto' : w + 'px'; + } + + if (h.toString().indexOf('%') > -1) { + h = parseInt( ($(window).height() - (selectedOpts.margin * 2)) * parseFloat(h) / 100, 10) + 'px'; + + } else { + h = h == 'auto' ? 'auto' : h + 'px'; + } + + tmp.wrapInner('
      '); + + selectedOpts.width = tmp.width(); + selectedOpts.height = tmp.height(); + + _show(); + }, + + _process_image = function() { + selectedOpts.width = imgPreloader.width; + selectedOpts.height = imgPreloader.height; + + $("").attr({ + 'id' : 'fancybox-img', + 'src' : imgPreloader.src, + 'alt' : selectedOpts.title + }).appendTo( tmp ); + + _show(); + }, + + _show = function() { + var pos, equal; + + loading.hide(); + + if (wrap.is(":visible") && false === currentOpts.onCleanup(currentArray, currentIndex, currentOpts)) { + $.event.trigger('fancybox-cancel'); + + busy = false; + return; + } + + busy = true; + + $(content.add( overlay )).unbind(); + + $(window).unbind("resize.fb scroll.fb"); + $(document).unbind('keydown.fb'); + + if (wrap.is(":visible") && currentOpts.titlePosition !== 'outside') { + wrap.css('height', wrap.height()); + } + + currentArray = selectedArray; + currentIndex = selectedIndex; + currentOpts = selectedOpts; + + if (currentOpts.overlayShow) { + overlay.css({ + 'background-color' : currentOpts.overlayColor, + 'opacity' : currentOpts.overlayOpacity, + 'cursor' : currentOpts.hideOnOverlayClick ? 'pointer' : 'auto', + 'height' : $(document).height() + }); + + if (!overlay.is(':visible')) { + if (isIE6) { + $('select:not(#fancybox-tmp select)').filter(function() { + return this.style.visibility !== 'hidden'; + }).css({'visibility' : 'hidden'}).one('fancybox-cleanup', function() { + this.style.visibility = 'inherit'; + }); + } + + overlay.show(); + } + } else { + overlay.hide(); + } + + final_pos = _get_zoom_to(); + + _process_title(); + + if (wrap.is(":visible")) { + $( close.add( nav_left ).add( nav_right ) ).hide(); + + pos = wrap.position(), + + start_pos = { + top : pos.top, + left : pos.left, + width : wrap.width(), + height : wrap.height() + }; + + equal = (start_pos.width == final_pos.width && start_pos.height == final_pos.height); + + content.fadeTo(currentOpts.changeFade, 0.3, function() { + var finish_resizing = function() { + content.html( tmp.contents() ).fadeTo(currentOpts.changeFade, 1, _finish); + }; + + $.event.trigger('fancybox-change'); + + content + .empty() + .removeAttr('filter') + .css({ + 'border-width' : currentOpts.padding, + 'width' : final_pos.width - currentOpts.padding * 2, + 'height' : selectedOpts.autoDimensions ? 'auto' : final_pos.height - titleHeight - currentOpts.padding * 2 + }); + + if (equal) { + finish_resizing(); + + } else { + fx.prop = 0; + + $(fx).animate({prop: 1}, { + duration : currentOpts.changeSpeed, + easing : currentOpts.easingChange, + step : _draw, + complete : finish_resizing + }); + } + }); + + return; + } + + wrap.removeAttr("style"); + + content.css('border-width', currentOpts.padding); + + if (currentOpts.transitionIn == 'elastic') { + start_pos = _get_zoom_from(); + + content.html( tmp.contents() ); + + wrap.show(); + + if (currentOpts.opacity) { + final_pos.opacity = 0; + } + + fx.prop = 0; + + $(fx).animate({prop: 1}, { + duration : currentOpts.speedIn, + easing : currentOpts.easingIn, + step : _draw, + complete : _finish + }); + + return; + } + + if (currentOpts.titlePosition == 'inside' && titleHeight > 0) { + title.show(); + } + + content + .css({ + 'width' : final_pos.width - currentOpts.padding * 2, + 'height' : selectedOpts.autoDimensions ? 'auto' : final_pos.height - titleHeight - currentOpts.padding * 2 + }) + .html( tmp.contents() ); + + wrap + .css(final_pos) + .fadeIn( currentOpts.transitionIn == 'none' ? 0 : currentOpts.speedIn, _finish ); + }, + + _format_title = function(title) { + if (title && title.length) { + if (currentOpts.titlePosition == 'float') { + return '
      ' + title + '
      '; + } + + return '
      ' + title + '
      '; + } + + return false; + }, + + _process_title = function() { + titleStr = currentOpts.title || ''; + titleHeight = 0; + + title + .empty() + .removeAttr('style') + .removeClass(); + + if (currentOpts.titleShow === false) { + title.hide(); + return; + } + + titleStr = $.isFunction(currentOpts.titleFormat) ? currentOpts.titleFormat(titleStr, currentArray, currentIndex, currentOpts) : _format_title(titleStr); + + if (!titleStr || titleStr === '') { + title.hide(); + return; + } + + title + .addClass('fancybox-title-' + currentOpts.titlePosition) + .html( titleStr ) + .appendTo( 'body' ) + .show(); + + switch (currentOpts.titlePosition) { + case 'inside': + title + .css({ + 'width' : final_pos.width - (currentOpts.padding * 2), + 'marginLeft' : currentOpts.padding, + 'marginRight' : currentOpts.padding + }); + + titleHeight = title.outerHeight(true); + + title.appendTo( outer ); + + final_pos.height += titleHeight; + break; + + case 'over': + title + .css({ + 'marginLeft' : currentOpts.padding, + 'width' : final_pos.width - (currentOpts.padding * 2), + 'bottom' : currentOpts.padding + }) + .appendTo( outer ); + break; + + case 'float': + title + .css('left', parseInt((title.width() - final_pos.width - 40)/ 2, 10) * -1) + .appendTo( wrap ); + break; + + default: + title + .css({ + 'width' : final_pos.width - (currentOpts.padding * 2), + 'paddingLeft' : currentOpts.padding, + 'paddingRight' : currentOpts.padding + }) + .appendTo( wrap ); + break; + } + + title.hide(); + }, + + _set_navigation = function() { + if (currentOpts.enableEscapeButton || currentOpts.enableKeyboardNav) { + $(document).bind('keydown.fb', function(e) { + if (e.keyCode == 27 && currentOpts.enableEscapeButton) { + e.preventDefault(); + $.fancybox.close(); + + } else if ((e.keyCode == 37 || e.keyCode == 39) && currentOpts.enableKeyboardNav && e.target.tagName !== 'INPUT' && e.target.tagName !== 'TEXTAREA' && e.target.tagName !== 'SELECT') { + e.preventDefault(); + $.fancybox[ e.keyCode == 37 ? 'prev' : 'next'](); + } + }); + } + + if (!currentOpts.showNavArrows) { + nav_left.hide(); + nav_right.hide(); + return; + } + + if ((currentOpts.cyclic && currentArray.length > 1) || currentIndex !== 0) { + nav_left.show(); + } + + if ((currentOpts.cyclic && currentArray.length > 1) || currentIndex != (currentArray.length -1)) { + nav_right.show(); + } + }, + + _finish = function () { + if (!$.support.opacity) { + content.get(0).style.removeAttribute('filter'); + wrap.get(0).style.removeAttribute('filter'); + } + + if (selectedOpts.autoDimensions) { + content.css('height', 'auto'); + } + + wrap.css('height', 'auto'); + + if (titleStr && titleStr.length) { + title.show(); + } + + if (currentOpts.showCloseButton) { + close.show(); + } + + _set_navigation(); + + if (currentOpts.hideOnContentClick) { + content.bind('click', $.fancybox.close); + } + + if (currentOpts.hideOnOverlayClick) { + overlay.bind('click', $.fancybox.close); + } + + $(window).bind("resize.fb", $.fancybox.resize); + + if (currentOpts.centerOnScroll) { + $(window).bind("scroll.fb", $.fancybox.center); + } + + if (currentOpts.type == 'iframe') { + $('').appendTo(content); + } + + wrap.show(); + + busy = false; + + $.fancybox.center(); + + currentOpts.onComplete(currentArray, currentIndex, currentOpts); + + _preload_images(); + }, + + _preload_images = function() { + var href, + objNext; + + if ((currentArray.length -1) > currentIndex) { + href = currentArray[ currentIndex + 1 ].href; + + if (typeof href !== 'undefined' && href.match(imgRegExp)) { + objNext = new Image(); + objNext.src = href; + } + } + + if (currentIndex > 0) { + href = currentArray[ currentIndex - 1 ].href; + + if (typeof href !== 'undefined' && href.match(imgRegExp)) { + objNext = new Image(); + objNext.src = href; + } + } + }, + + _draw = function(pos) { + var dim = { + width : parseInt(start_pos.width + (final_pos.width - start_pos.width) * pos, 10), + height : parseInt(start_pos.height + (final_pos.height - start_pos.height) * pos, 10), + + top : parseInt(start_pos.top + (final_pos.top - start_pos.top) * pos, 10), + left : parseInt(start_pos.left + (final_pos.left - start_pos.left) * pos, 10) + }; + + if (typeof final_pos.opacity !== 'undefined') { + dim.opacity = pos < 0.5 ? 0.5 : pos; + } + + wrap.css(dim); + + content.css({ + 'width' : dim.width - currentOpts.padding * 2, + 'height' : dim.height - (titleHeight * pos) - currentOpts.padding * 2 + }); + }, + + _get_viewport = function() { + return [ + $(window).width() - (currentOpts.margin * 2), + $(window).height() - (currentOpts.margin * 2), + $(document).scrollLeft() + currentOpts.margin, + $(document).scrollTop() + currentOpts.margin + ]; + }, + + _get_zoom_to = function () { + var view = _get_viewport(), + to = {}, + resize = currentOpts.autoScale, + double_padding = currentOpts.padding * 2, + ratio; + + if (currentOpts.width.toString().indexOf('%') > -1) { + to.width = parseInt((view[0] * parseFloat(currentOpts.width)) / 100, 10); + } else { + to.width = currentOpts.width + double_padding; + } + + if (currentOpts.height.toString().indexOf('%') > -1) { + to.height = parseInt((view[1] * parseFloat(currentOpts.height)) / 100, 10); + } else { + to.height = currentOpts.height + double_padding; + } + + if (resize && (to.width > view[0] || to.height > view[1])) { + if (selectedOpts.type == 'image' || selectedOpts.type == 'swf') { + ratio = (currentOpts.width ) / (currentOpts.height ); + + if ((to.width ) > view[0]) { + to.width = view[0]; + to.height = parseInt(((to.width - double_padding) / ratio) + double_padding, 10); + } + + if ((to.height) > view[1]) { + to.height = view[1]; + to.width = parseInt(((to.height - double_padding) * ratio) + double_padding, 10); + } + + } else { + to.width = Math.min(to.width, view[0]); + to.height = Math.min(to.height, view[1]); + } + } + + to.top = parseInt(Math.max(view[3] - 20, view[3] + ((view[1] - to.height - 40) * 0.5)), 10); + to.left = parseInt(Math.max(view[2] - 20, view[2] + ((view[0] - to.width - 40) * 0.5)), 10); + + return to; + }, + + _get_obj_pos = function(obj) { + var pos = obj.offset(); + + pos.top += parseInt( obj.css('paddingTop'), 10 ) || 0; + pos.left += parseInt( obj.css('paddingLeft'), 10 ) || 0; + + pos.top += parseInt( obj.css('border-top-width'), 10 ) || 0; + pos.left += parseInt( obj.css('border-left-width'), 10 ) || 0; + + pos.width = obj.width(); + pos.height = obj.height(); + + return pos; + }, + + _get_zoom_from = function() { + var orig = selectedOpts.orig ? $(selectedOpts.orig) : false, + from = {}, + pos, + view; + + if (orig && orig.length) { + pos = _get_obj_pos(orig); + + from = { + width : pos.width + (currentOpts.padding * 2), + height : pos.height + (currentOpts.padding * 2), + top : pos.top - currentOpts.padding - 20, + left : pos.left - currentOpts.padding - 20 + }; + + } else { + view = _get_viewport(); + + from = { + width : currentOpts.padding * 2, + height : currentOpts.padding * 2, + top : parseInt(view[3] + view[1] * 0.5, 10), + left : parseInt(view[2] + view[0] * 0.5, 10) + }; + } + + return from; + }, + + _animate_loading = function() { + if (!loading.is(':visible')){ + clearInterval(loadingTimer); + return; + } + + $('div', loading).css('top', (loadingFrame * -40) + 'px'); + + loadingFrame = (loadingFrame + 1) % 12; + }; + + /* + * Public methods + */ + + $.fn.fancybox = function(options) { + if (!$(this).length) { + return this; + } + + $(this) + .data('fancybox', $.extend({}, options, ($.metadata ? $(this).metadata() : {}))) + .unbind('click.fb') + .bind('click.fb', function(e) { + e.preventDefault(); + + if (busy) { + return; + } + + busy = true; + + $(this).blur(); + + selectedArray = []; + selectedIndex = 0; + + var rel = $(this).attr('rel') || ''; + + if (!rel || rel == '' || rel === 'nofollow') { + selectedArray.push(this); + + } else { + selectedArray = $("a[rel=" + rel + "], area[rel=" + rel + "]"); + selectedIndex = selectedArray.index( this ); + } + + _start(); + + return; + }); + + return this; + }; + + $.fancybox = function(obj) { + var opts; + + if (busy) { + return; + } + + busy = true; + opts = typeof arguments[1] !== 'undefined' ? arguments[1] : {}; + + selectedArray = []; + selectedIndex = parseInt(opts.index, 10) || 0; + + if ($.isArray(obj)) { + for (var i = 0, j = obj.length; i < j; i++) { + if (typeof obj[i] == 'object') { + $(obj[i]).data('fancybox', $.extend({}, opts, obj[i])); + } else { + obj[i] = $({}).data('fancybox', $.extend({content : obj[i]}, opts)); + } + } + + selectedArray = jQuery.merge(selectedArray, obj); + + } else { + if (typeof obj == 'object') { + $(obj).data('fancybox', $.extend({}, opts, obj)); + } else { + obj = $({}).data('fancybox', $.extend({content : obj}, opts)); + } + + selectedArray.push(obj); + } + + if (selectedIndex > selectedArray.length || selectedIndex < 0) { + selectedIndex = 0; + } + + _start(); + }; + + $.fancybox.showActivity = function() { + clearInterval(loadingTimer); + + loading.show(); + loadingTimer = setInterval(_animate_loading, 66); + }; + + $.fancybox.hideActivity = function() { + loading.hide(); + }; + + $.fancybox.next = function() { + return $.fancybox.pos( currentIndex + 1); + }; + + $.fancybox.prev = function() { + return $.fancybox.pos( currentIndex - 1); + }; + + $.fancybox.pos = function(pos) { + if (busy) { + return; + } + + pos = parseInt(pos); + + selectedArray = currentArray; + + if (pos > -1 && pos < currentArray.length) { + selectedIndex = pos; + _start(); + + } else if (currentOpts.cyclic && currentArray.length > 1) { + selectedIndex = pos >= currentArray.length ? 0 : currentArray.length - 1; + _start(); + } + + return; + }; + + $.fancybox.cancel = function() { + if (busy) { + return; + } + + busy = true; + + $.event.trigger('fancybox-cancel'); + + _abort(); + + selectedOpts.onCancel(selectedArray, selectedIndex, selectedOpts); + + busy = false; + }; + + // Note: within an iframe use - parent.$.fancybox.close(); + $.fancybox.close = function() { + if (busy || wrap.is(':hidden')) { + return; + } + + busy = true; + + if (currentOpts && false === currentOpts.onCleanup(currentArray, currentIndex, currentOpts)) { + busy = false; + return; + } + + _abort(); + + $(close.add( nav_left ).add( nav_right )).hide(); + + $(content.add( overlay )).unbind(); + + $(window).unbind("resize.fb scroll.fb"); + $(document).unbind('keydown.fb'); + + content.find('iframe').attr('src', isIE6 && /^https/i.test(window.location.href || '') ? 'javascript:void(false)' : 'about:blank'); + + if (currentOpts.titlePosition !== 'inside') { + title.empty(); + } + + wrap.stop(); + + function _cleanup() { + overlay.fadeOut('fast'); + + title.empty().hide(); + wrap.hide(); + + $.event.trigger('fancybox-cleanup'); + + content.empty(); + + currentOpts.onClosed(currentArray, currentIndex, currentOpts); + + currentArray = selectedOpts = []; + currentIndex = selectedIndex = 0; + currentOpts = selectedOpts = {}; + + busy = false; + } + + if (currentOpts.transitionOut == 'elastic') { + start_pos = _get_zoom_from(); + + var pos = wrap.position(); + + final_pos = { + top : pos.top , + left : pos.left, + width : wrap.width(), + height : wrap.height() + }; + + if (currentOpts.opacity) { + final_pos.opacity = 1; + } + + title.empty().hide(); + + fx.prop = 1; + + $(fx).animate({ prop: 0 }, { + duration : currentOpts.speedOut, + easing : currentOpts.easingOut, + step : _draw, + complete : _cleanup + }); + + } else { + wrap.fadeOut( currentOpts.transitionOut == 'none' ? 0 : currentOpts.speedOut, _cleanup); + } + }; + + $.fancybox.resize = function() { + if (overlay.is(':visible')) { + overlay.css('height', $(document).height()); + } + + $.fancybox.center(true); + }; + + $.fancybox.center = function() { + var view, align; + + if (busy) { + return; + } + + align = arguments[0] === true ? 1 : 0; + view = _get_viewport(); + + if (!align && (wrap.width() > view[0] || wrap.height() > view[1])) { + return; + } + + wrap + .stop() + .animate({ + 'top' : parseInt(Math.max(view[3] - 20, view[3] + ((view[1] - content.height() - 40) * 0.5) - currentOpts.padding)), + 'left' : parseInt(Math.max(view[2] - 20, view[2] + ((view[0] - content.width() - 40) * 0.5) - currentOpts.padding)) + }, typeof arguments[0] == 'number' ? arguments[0] : 200); + }; + + $.fancybox.init = function() { + if ($("#fancybox-wrap").length) { + return; + } + + $('body').append( + tmp = $('
      '), + loading = $('
      '), + overlay = $('
      '), + wrap = $('
      ') + ); + + outer = $('
      ') + .append('
      ') + .appendTo( wrap ); + + outer.append( + content = $('
      '), + close = $(''), + title = $('
      '), + + nav_left = $(''), + nav_right = $('') + ); + + close.click($.fancybox.close); + loading.click($.fancybox.cancel); + + nav_left.click(function(e) { + e.preventDefault(); + $.fancybox.prev(); + }); + + nav_right.click(function(e) { + e.preventDefault(); + $.fancybox.next(); + }); + + if ($.fn.mousewheel) { + wrap.bind('mousewheel.fb', function(e, delta) { + if (busy) { + e.preventDefault(); + + } else if ($(e.target).get(0).clientHeight == 0 || $(e.target).get(0).scrollHeight === $(e.target).get(0).clientHeight) { + e.preventDefault(); + $.fancybox[ delta > 0 ? 'prev' : 'next'](); + } + }); + } + + if (!$.support.opacity) { + wrap.addClass('fancybox-ie'); + } + + if (isIE6) { + loading.addClass('fancybox-ie6'); + wrap.addClass('fancybox-ie6'); + + $('').prependTo(outer); + } + }; + + $.fn.fancybox.defaults = { + padding : 10, + margin : 40, + opacity : false, + modal : false, + cyclic : false, + scrolling : 'auto', // 'auto', 'yes' or 'no' + + width : 560, + height : 340, + + autoScale : true, + autoDimensions : true, + centerOnScroll : false, + + ajax : {}, + swf : { wmode: 'transparent' }, + + hideOnOverlayClick : true, + hideOnContentClick : false, + + overlayShow : true, + overlayOpacity : 0.7, + overlayColor : '#777', + + titleShow : true, + titlePosition : 'float', // 'float', 'outside', 'inside' or 'over' + titleFormat : null, + titleFromAlt : false, + + transitionIn : 'fade', // 'elastic', 'fade' or 'none' + transitionOut : 'fade', // 'elastic', 'fade' or 'none' + + speedIn : 300, + speedOut : 300, + + changeSpeed : 300, + changeFade : 'fast', + + easingIn : 'swing', + easingOut : 'swing', + + showCloseButton : true, + showNavArrows : true, + enableEscapeButton : true, + enableKeyboardNav : true, + + onStart : function(){}, + onCancel : function(){}, + onComplete : function(){}, + onCleanup : function(){}, + onClosed : function(){}, + onError : function(){} + }; + + $(document).ready(function() { + $.fancybox.init(); + }); + +})(jQuery); \ No newline at end of file diff --git a/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/fancybox/jquery.fancybox-1.3.4.pack.js b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/fancybox/jquery.fancybox-1.3.4.pack.js new file mode 100644 index 0000000..1373ed0 --- /dev/null +++ b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/fancybox/jquery.fancybox-1.3.4.pack.js @@ -0,0 +1,46 @@ +/* + * FancyBox - jQuery Plugin + * Simple and fancy lightbox alternative + * + * Examples and documentation at: http://fancybox.net + * + * Copyright (c) 2008 - 2010 Janis Skarnelis + * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated. + * + * Version: 1.3.4 (11/11/2010) + * Requires: jQuery v1.3+ + * + * Dual licensed under the MIT and GPL licenses: + * http://www.opensource.org/licenses/mit-license.php + * http://www.gnu.org/licenses/gpl.html + */ + +;(function(b){var m,t,u,f,D,j,E,n,z,A,q=0,e={},o=[],p=0,d={},l=[],G=null,v=new Image,J=/\.(jpg|gif|png|bmp|jpeg)(.*)?$/i,W=/[^\.]\.(swf)\s*$/i,K,L=1,y=0,s="",r,i,h=false,B=b.extend(b("
      ")[0],{prop:0}),M=b.browser.msie&&b.browser.version<7&&!window.XMLHttpRequest,N=function(){t.hide();v.onerror=v.onload=null;G&&G.abort();m.empty()},O=function(){if(false===e.onError(o,q,e)){t.hide();h=false}else{e.titleShow=false;e.width="auto";e.height="auto";m.html('

      The requested content cannot be loaded.
      Please try again later.

      '); +F()}},I=function(){var a=o[q],c,g,k,C,P,w;N();e=b.extend({},b.fn.fancybox.defaults,typeof b(a).data("fancybox")=="undefined"?e:b(a).data("fancybox"));w=e.onStart(o,q,e);if(w===false)h=false;else{if(typeof w=="object")e=b.extend(e,w);k=e.title||(a.nodeName?b(a).attr("title"):a.title)||"";if(a.nodeName&&!e.orig)e.orig=b(a).children("img:first").length?b(a).children("img:first"):b(a);if(k===""&&e.orig&&e.titleFromAlt)k=e.orig.attr("alt");c=e.href||(a.nodeName?b(a).attr("href"):a.href)||null;if(/^(?:javascript)/i.test(c)|| +c=="#")c=null;if(e.type){g=e.type;if(!c)c=e.content}else if(e.content)g="html";else if(c)g=c.match(J)?"image":c.match(W)?"swf":b(a).hasClass("iframe")?"iframe":c.indexOf("#")===0?"inline":"ajax";if(g){if(g=="inline"){a=c.substr(c.indexOf("#"));g=b(a).length>0?"inline":"ajax"}e.type=g;e.href=c;e.title=k;if(e.autoDimensions)if(e.type=="html"||e.type=="inline"||e.type=="ajax"){e.width="auto";e.height="auto"}else e.autoDimensions=false;if(e.modal){e.overlayShow=true;e.hideOnOverlayClick=false;e.hideOnContentClick= +false;e.enableEscapeButton=false;e.showCloseButton=false}e.padding=parseInt(e.padding,10);e.margin=parseInt(e.margin,10);m.css("padding",e.padding+e.margin);b(".fancybox-inline-tmp").unbind("fancybox-cancel").bind("fancybox-change",function(){b(this).replaceWith(j.children())});switch(g){case "html":m.html(e.content);F();break;case "inline":if(b(a).parent().is("#fancybox-content")===true){h=false;break}b('
      ').hide().insertBefore(b(a)).bind("fancybox-cleanup",function(){b(this).replaceWith(j.children())}).bind("fancybox-cancel", +function(){b(this).replaceWith(m.children())});b(a).appendTo(m);F();break;case "image":h=false;b.fancybox.showActivity();v=new Image;v.onerror=function(){O()};v.onload=function(){h=true;v.onerror=v.onload=null;e.width=v.width;e.height=v.height;b("").attr({id:"fancybox-img",src:v.src,alt:e.title}).appendTo(m);Q()};v.src=c;break;case "swf":e.scrolling="no";C='';P="";b.each(e.swf,function(x,H){C+='';P+=" "+x+'="'+H+'"'});C+='";m.html(C);F();break;case "ajax":h=false;b.fancybox.showActivity();e.ajax.win=e.ajax.success;G=b.ajax(b.extend({},e.ajax,{url:c,data:e.ajax.data||{},error:function(x){x.status>0&&O()},success:function(x,H,R){if((typeof R=="object"?R:G).status==200){if(typeof e.ajax.win== +"function"){w=e.ajax.win(c,x,H,R);if(w===false){t.hide();return}else if(typeof w=="string"||typeof w=="object")x=w}m.html(x);F()}}}));break;case "iframe":Q()}}else O()}},F=function(){var a=e.width,c=e.height;a=a.toString().indexOf("%")>-1?parseInt((b(window).width()-e.margin*2)*parseFloat(a)/100,10)+"px":a=="auto"?"auto":a+"px";c=c.toString().indexOf("%")>-1?parseInt((b(window).height()-e.margin*2)*parseFloat(c)/100,10)+"px":c=="auto"?"auto":c+"px";m.wrapInner('
      ');e.width=m.width();e.height=m.height();Q()},Q=function(){var a,c;t.hide();if(f.is(":visible")&&false===d.onCleanup(l,p,d)){b.event.trigger("fancybox-cancel");h=false}else{h=true;b(j.add(u)).unbind();b(window).unbind("resize.fb scroll.fb");b(document).unbind("keydown.fb");f.is(":visible")&&d.titlePosition!=="outside"&&f.css("height",f.height());l=o;p=q;d=e;if(d.overlayShow){u.css({"background-color":d.overlayColor, +opacity:d.overlayOpacity,cursor:d.hideOnOverlayClick?"pointer":"auto",height:b(document).height()});if(!u.is(":visible")){M&&b("select:not(#fancybox-tmp select)").filter(function(){return this.style.visibility!=="hidden"}).css({visibility:"hidden"}).one("fancybox-cleanup",function(){this.style.visibility="inherit"});u.show()}}else u.hide();i=X();s=d.title||"";y=0;n.empty().removeAttr("style").removeClass();if(d.titleShow!==false){if(b.isFunction(d.titleFormat))a=d.titleFormat(s,l,p,d);else a=s&&s.length? +d.titlePosition=="float"?'
      '+s+'
      ':'
      '+s+"
      ":false;s=a;if(!(!s||s==="")){n.addClass("fancybox-title-"+d.titlePosition).html(s).appendTo("body").show();switch(d.titlePosition){case "inside":n.css({width:i.width-d.padding*2,marginLeft:d.padding,marginRight:d.padding}); +y=n.outerHeight(true);n.appendTo(D);i.height+=y;break;case "over":n.css({marginLeft:d.padding,width:i.width-d.padding*2,bottom:d.padding}).appendTo(D);break;case "float":n.css("left",parseInt((n.width()-i.width-40)/2,10)*-1).appendTo(f);break;default:n.css({width:i.width-d.padding*2,paddingLeft:d.padding,paddingRight:d.padding}).appendTo(f)}}}n.hide();if(f.is(":visible")){b(E.add(z).add(A)).hide();a=f.position();r={top:a.top,left:a.left,width:f.width(),height:f.height()};c=r.width==i.width&&r.height== +i.height;j.fadeTo(d.changeFade,0.3,function(){var g=function(){j.html(m.contents()).fadeTo(d.changeFade,1,S)};b.event.trigger("fancybox-change");j.empty().removeAttr("filter").css({"border-width":d.padding,width:i.width-d.padding*2,height:e.autoDimensions?"auto":i.height-y-d.padding*2});if(c)g();else{B.prop=0;b(B).animate({prop:1},{duration:d.changeSpeed,easing:d.easingChange,step:T,complete:g})}})}else{f.removeAttr("style");j.css("border-width",d.padding);if(d.transitionIn=="elastic"){r=V();j.html(m.contents()); +f.show();if(d.opacity)i.opacity=0;B.prop=0;b(B).animate({prop:1},{duration:d.speedIn,easing:d.easingIn,step:T,complete:S})}else{d.titlePosition=="inside"&&y>0&&n.show();j.css({width:i.width-d.padding*2,height:e.autoDimensions?"auto":i.height-y-d.padding*2}).html(m.contents());f.css(i).fadeIn(d.transitionIn=="none"?0:d.speedIn,S)}}}},Y=function(){if(d.enableEscapeButton||d.enableKeyboardNav)b(document).bind("keydown.fb",function(a){if(a.keyCode==27&&d.enableEscapeButton){a.preventDefault();b.fancybox.close()}else if((a.keyCode== +37||a.keyCode==39)&&d.enableKeyboardNav&&a.target.tagName!=="INPUT"&&a.target.tagName!=="TEXTAREA"&&a.target.tagName!=="SELECT"){a.preventDefault();b.fancybox[a.keyCode==37?"prev":"next"]()}});if(d.showNavArrows){if(d.cyclic&&l.length>1||p!==0)z.show();if(d.cyclic&&l.length>1||p!=l.length-1)A.show()}else{z.hide();A.hide()}},S=function(){if(!b.support.opacity){j.get(0).style.removeAttribute("filter");f.get(0).style.removeAttribute("filter")}e.autoDimensions&&j.css("height","auto");f.css("height","auto"); +s&&s.length&&n.show();d.showCloseButton&&E.show();Y();d.hideOnContentClick&&j.bind("click",b.fancybox.close);d.hideOnOverlayClick&&u.bind("click",b.fancybox.close);b(window).bind("resize.fb",b.fancybox.resize);d.centerOnScroll&&b(window).bind("scroll.fb",b.fancybox.center);if(d.type=="iframe")b('').appendTo(j); +f.show();h=false;b.fancybox.center();d.onComplete(l,p,d);var a,c;if(l.length-1>p){a=l[p+1].href;if(typeof a!=="undefined"&&a.match(J)){c=new Image;c.src=a}}if(p>0){a=l[p-1].href;if(typeof a!=="undefined"&&a.match(J)){c=new Image;c.src=a}}},T=function(a){var c={width:parseInt(r.width+(i.width-r.width)*a,10),height:parseInt(r.height+(i.height-r.height)*a,10),top:parseInt(r.top+(i.top-r.top)*a,10),left:parseInt(r.left+(i.left-r.left)*a,10)};if(typeof i.opacity!=="undefined")c.opacity=a<0.5?0.5:a;f.css(c); +j.css({width:c.width-d.padding*2,height:c.height-y*a-d.padding*2})},U=function(){return[b(window).width()-d.margin*2,b(window).height()-d.margin*2,b(document).scrollLeft()+d.margin,b(document).scrollTop()+d.margin]},X=function(){var a=U(),c={},g=d.autoScale,k=d.padding*2;c.width=d.width.toString().indexOf("%")>-1?parseInt(a[0]*parseFloat(d.width)/100,10):d.width+k;c.height=d.height.toString().indexOf("%")>-1?parseInt(a[1]*parseFloat(d.height)/100,10):d.height+k;if(g&&(c.width>a[0]||c.height>a[1]))if(e.type== +"image"||e.type=="swf"){g=d.width/d.height;if(c.width>a[0]){c.width=a[0];c.height=parseInt((c.width-k)/g+k,10)}if(c.height>a[1]){c.height=a[1];c.width=parseInt((c.height-k)*g+k,10)}}else{c.width=Math.min(c.width,a[0]);c.height=Math.min(c.height,a[1])}c.top=parseInt(Math.max(a[3]-20,a[3]+(a[1]-c.height-40)*0.5),10);c.left=parseInt(Math.max(a[2]-20,a[2]+(a[0]-c.width-40)*0.5),10);return c},V=function(){var a=e.orig?b(e.orig):false,c={};if(a&&a.length){c=a.offset();c.top+=parseInt(a.css("paddingTop"), +10)||0;c.left+=parseInt(a.css("paddingLeft"),10)||0;c.top+=parseInt(a.css("border-top-width"),10)||0;c.left+=parseInt(a.css("border-left-width"),10)||0;c.width=a.width();c.height=a.height();c={width:c.width+d.padding*2,height:c.height+d.padding*2,top:c.top-d.padding-20,left:c.left-d.padding-20}}else{a=U();c={width:d.padding*2,height:d.padding*2,top:parseInt(a[3]+a[1]*0.5,10),left:parseInt(a[2]+a[0]*0.5,10)}}return c},Z=function(){if(t.is(":visible")){b("div",t).css("top",L*-40+"px");L=(L+1)%12}else clearInterval(K)}; +b.fn.fancybox=function(a){if(!b(this).length)return this;b(this).data("fancybox",b.extend({},a,b.metadata?b(this).metadata():{})).unbind("click.fb").bind("click.fb",function(c){c.preventDefault();if(!h){h=true;b(this).blur();o=[];q=0;c=b(this).attr("rel")||"";if(!c||c==""||c==="nofollow")o.push(this);else{o=b("a[rel="+c+"], area[rel="+c+"]");q=o.index(this)}I()}});return this};b.fancybox=function(a,c){var g;if(!h){h=true;g=typeof c!=="undefined"?c:{};o=[];q=parseInt(g.index,10)||0;if(b.isArray(a)){for(var k= +0,C=a.length;ko.length||q<0)q=0;I()}};b.fancybox.showActivity=function(){clearInterval(K);t.show();K=setInterval(Z,66)};b.fancybox.hideActivity=function(){t.hide()};b.fancybox.next=function(){return b.fancybox.pos(p+ +1)};b.fancybox.prev=function(){return b.fancybox.pos(p-1)};b.fancybox.pos=function(a){if(!h){a=parseInt(a);o=l;if(a>-1&&a1){q=a>=l.length?0:l.length-1;I()}}};b.fancybox.cancel=function(){if(!h){h=true;b.event.trigger("fancybox-cancel");N();e.onCancel(o,q,e);h=false}};b.fancybox.close=function(){function a(){u.fadeOut("fast");n.empty().hide();f.hide();b.event.trigger("fancybox-cleanup");j.empty();d.onClosed(l,p,d);l=e=[];p=q=0;d=e={};h=false}if(!(h||f.is(":hidden"))){h= +true;if(d&&false===d.onCleanup(l,p,d))h=false;else{N();b(E.add(z).add(A)).hide();b(j.add(u)).unbind();b(window).unbind("resize.fb scroll.fb");b(document).unbind("keydown.fb");j.find("iframe").attr("src",M&&/^https/i.test(window.location.href||"")?"javascript:void(false)":"about:blank");d.titlePosition!=="inside"&&n.empty();f.stop();if(d.transitionOut=="elastic"){r=V();var c=f.position();i={top:c.top,left:c.left,width:f.width(),height:f.height()};if(d.opacity)i.opacity=1;n.empty().hide();B.prop=1; +b(B).animate({prop:0},{duration:d.speedOut,easing:d.easingOut,step:T,complete:a})}else f.fadeOut(d.transitionOut=="none"?0:d.speedOut,a)}}};b.fancybox.resize=function(){u.is(":visible")&&u.css("height",b(document).height());b.fancybox.center(true)};b.fancybox.center=function(a){var c,g;if(!h){g=a===true?1:0;c=U();!g&&(f.width()>c[0]||f.height()>c[1])||f.stop().animate({top:parseInt(Math.max(c[3]-20,c[3]+(c[1]-j.height()-40)*0.5-d.padding)),left:parseInt(Math.max(c[2]-20,c[2]+(c[0]-j.width()-40)*0.5- +d.padding))},typeof a=="number"?a:200)}};b.fancybox.init=function(){if(!b("#fancybox-wrap").length){b("body").append(m=b('
      '),t=b('
      '),u=b('
      '),f=b('
      '));D=b('
      ').append('
      ').appendTo(f); +D.append(j=b('
      '),E=b(''),n=b('
      '),z=b(''),A=b(''));E.click(b.fancybox.close);t.click(b.fancybox.cancel);z.click(function(a){a.preventDefault();b.fancybox.prev()});A.click(function(a){a.preventDefault();b.fancybox.next()}); +b.fn.mousewheel&&f.bind("mousewheel.fb",function(a,c){if(h)a.preventDefault();else if(b(a.target).get(0).clientHeight==0||b(a.target).get(0).scrollHeight===b(a.target).get(0).clientHeight){a.preventDefault();b.fancybox[c>0?"prev":"next"]()}});b.support.opacity||f.addClass("fancybox-ie");if(M){t.addClass("fancybox-ie6");f.addClass("fancybox-ie6");b('').prependTo(D)}}}; +b.fn.fancybox.defaults={padding:10,margin:40,opacity:false,modal:false,cyclic:false,scrolling:"auto",width:560,height:340,autoScale:true,autoDimensions:true,centerOnScroll:false,ajax:{},swf:{wmode:"transparent"},hideOnOverlayClick:true,hideOnContentClick:false,overlayShow:true,overlayOpacity:0.7,overlayColor:"#777",titleShow:true,titlePosition:"float",titleFormat:null,titleFromAlt:false,transitionIn:"fade",transitionOut:"fade",speedIn:300,speedOut:300,changeSpeed:300,changeFade:"fast",easingIn:"swing", +easingOut:"swing",showCloseButton:true,showNavArrows:true,enableEscapeButton:true,enableKeyboardNav:true,onStart:function(){},onCancel:function(){},onComplete:function(){},onCleanup:function(){},onClosed:function(){},onError:function(){}};b(document).ready(function(){b.fancybox.init()})})(jQuery); \ No newline at end of file diff --git a/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/fancybox/jquery.mousewheel-3.0.4.pack.js b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/fancybox/jquery.mousewheel-3.0.4.pack.js new file mode 100644 index 0000000..cb66588 --- /dev/null +++ b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/fancybox/jquery.mousewheel-3.0.4.pack.js @@ -0,0 +1,14 @@ +/*! Copyright (c) 2010 Brandon Aaron (http://brandonaaron.net) +* Licensed under the MIT License (LICENSE.txt). +* +* Thanks to: http://adomas.org/javascript-mouse-wheel/ for some pointers. +* Thanks to: Mathias Bank(http://www.mathias-bank.de) for a scope bug fix. +* Thanks to: Seamus Leahy for adding deltaX and deltaY +* +* Version: 3.0.4 +* +* Requires: 1.2.2+ +*/ + +(function(d){function g(a){var b=a||window.event,i=[].slice.call(arguments,1),c=0,h=0,e=0;a=d.event.fix(b);a.type="mousewheel";if(a.wheelDelta)c=a.wheelDelta/120;if(a.detail)c=-a.detail/3;e=c;if(b.axis!==undefined&&b.axis===b.HORIZONTAL_AXIS){e=0;h=-1*c}if(b.wheelDeltaY!==undefined)e=b.wheelDeltaY/120;if(b.wheelDeltaX!==undefined)h=-1*b.wheelDeltaX/120;i.unshift(a,c,h,e);return d.event.handle.apply(this,i)}var f=["DOMMouseScroll","mousewheel"];d.event.special.mousewheel={setup:function(){if(this.addEventListener)for(var a= +f.length;a;)this.addEventListener(f[--a],g,false);else this.onmousewheel=g},teardown:function(){if(this.removeEventListener)for(var a=f.length;a;)this.removeEventListener(f[--a],g,false);else this.onmousewheel=null}};d.fn.extend({mousewheel:function(a){return a?this.bind("mousewheel",a):this.trigger("mousewheel")},unmousewheel:function(a){return this.unbind("mousewheel",a)}})})(jQuery); \ No newline at end of file diff --git a/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/fancybox/nextgen_fancybox_init.js b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/fancybox/nextgen_fancybox_init.js new file mode 100644 index 0000000..0b20a12 --- /dev/null +++ b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/fancybox/nextgen_fancybox_init.js @@ -0,0 +1,15 @@ +jQuery(function($) { + var nextgen_fancybox_init = function() { + var selector = nextgen_lightbox_filter_selector($, $(".ngg-fancybox")); + + selector.fancybox({ + titlePosition: 'inside', + // Needed for twenty eleven + onComplete: function() { + $('#fancybox-wrap').css('z-index', 10000); + } + }); + }; + $(this).bind('refreshed', nextgen_fancybox_init); + nextgen_fancybox_init(); +}); diff --git a/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/highslide/graphics/close.png b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/highslide/graphics/close.png new file mode 100644 index 0000000000000000000000000000000000000000..4de4396d4a09677774f79289de2a09511baeea22 GIT binary patch literal 1910 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 literal 0 HcmV?d00001 diff --git a/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/highslide/graphics/controlbar-black-border.gif b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/highslide/graphics/controlbar-black-border.gif new file mode 100644 index 0000000000000000000000000000000000000000..e2403fe83a93608b4d944b0d2c92f3b82d27a33d GIT binary patch literal 5109 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 literal 0 HcmV?d00001 diff --git a/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/highslide/graphics/controlbar-text-buttons.png b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/highslide/graphics/controlbar-text-buttons.png new file mode 100644 index 0000000000000000000000000000000000000000..d2f72e0a817c601e48dfcf27f8e1c5b38ee9c355 GIT binary patch literal 1300 zcmeAS@N?(olHy`uVBq!ia0y~yVAKU-2M%VS$i47e5kTrsfKQ0)|NsC0(j5RT{qf_+ zqeqWs&YXGo?p;$;)AsiEj~_qU+S<;YJJ;CQ*xTFt%$YN}xw)aCp+}D%b#!!Gy?V8U zg+*Uq-{;SttE;QGZ{I$3>eOx9w!M4zZq}?>hYuf~H*em#bLW2l{=IbR(%ZLhpE`AF z)v8qs7A&}W_3FQW|7OpgeeBq=pFe-@-Mjb0hYwGlJOO%I?tI^AU^u9k1o;IsFnqYg z^I1-!Xyci;Cxt3Zt8c_O`@6Jl6Wb9jJvd$=lt<@aApV zA_fNL$(}BbAr*0NZn*O`JMgq7+9$9XeVMgN#cQ{~_x;{WJR=niet%#4e=6%V8zz1G z+!$lO1;)f}1XHo8rV&>XW_9Rr{ZdS9nh4F6Vi-rU`jSzX&qg`0vxg_Wi5w zt~j<@>Tj;)(pNkV3^#JFJjzxuh-un6$>(o%=C@CqZu_@?NjuNS$-v;C(9yW~P`CIO z{Z8lPg6&el)5{It3B)&K-nT2e-H~L_^DH;Xc z!>(TzTVtZsiO5tETQEYu8yW$|(IBShRDS&GtRQZ=*Mzz6^4NF4!r$QKt6xXP&!l zY12Hs$TUDwZ0$p@jTy2(b6?#0bmx=bmV7j$b&FLlMrHLWM0sD8k-jLkW>&ItRCB1e z?DA>Zr;ATpU)-m<+Xgv+zP>88b69j|HQ$%g?y3 z-fcavP<>g%mTPirAEYhW`pqt8%b`1+^FEnz++LY)x1|pl4RGgOO>b4+^30-OOUBoI z|4)G8WKpX1Ql!w{9c$y19WGjYan-7>^gErJVryf2!wQTq-MWg;*ig8!S3};pg6!Kg f_Yx!tUW&igpc*XL{1$dLm#0`~?1qNF>_X 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 MWY<(b2m;&x537qxG5`Po literal 0 HcmV?d00001 diff --git a/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/highslide/graphics/controlbar2.gif b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/highslide/graphics/controlbar2.gif new file mode 100644 index 0000000000000000000000000000000000000000..39ad65218c2cdb03f4680c90e78780007b8c6919 GIT binary patch literal 884 zcmV-)1B?7eNk%w1VbTB~0M!5h00030|Ns8}{{8*^{QUg;`}_L(`uO*?v~=;-L?=H}$&| zX8-^HA^8LW002J#EC2ui0MY;;000L6z~8SHq7VYeq;kn@I-k&}bV{vSuh^`Ukzomi zFoIOTUnP&+q%w3N#acgoRWH5_Jhw0|#U#M~0G}Cn98v=-GLBjxb_J9JluedCKA3TvtesDvtf5-6auF&dlp-n-sg*OVtgdJlJj6b@ zOSHtcSj=d;th|#VtiP$N%B`7aD&5OW&dM2C(q+`d){@x7+Nm4aaRn{n%;m)CRQy@% z%Gw!vr!1bNc|KIgv4;}8NhvOoWp(ri| zg_kg6!fbG5fy|pPO^7Q9tPXV#P`|iq*APHJah-&h7~TN|s~W^Re5fS~_6n)BqeQnI`l=2a*t2WT?%@iD?clNJ!0MY0 zYp+O#hJ8&2rAaf>o7|47n-A~uc1WNPpdJYV_G7rmluBmIS5YrJ;m1dF{DFl;0SpHC zoJmRT(^MJ;GImWj3L4UpUm7UMQXxdQ#9?54dl1wiAqos+9+1>E`C<Cc*qobjrp`f6koSdAPn3$KBmz9;3l$4Z_ zk&%v$j*5zkh=_=XhlhrShJ}TNe}8{`e0+9xc64-fadB~PZ*OgFZDwX>|Ns9000000 z00000A^8LW002AyEC2ui0HXjM000L6KuussEEb-m zVDJH=MLY)vr#H-QM-Q;v1WVDalY`VN&Aej?ZbbuuOK>|oa#nSReu627dwp9EC?bSI zASe%)Muvxob5RsIpF52Kd8Lt5S(JyCmmr6loB^JtiBKq|j7O=w7fYv2uAi`kvY)iI z8M9UdE4-$T(!)d6NyVkdfyt%Igv~oBSJ2f%zopm#>qXkU+-}~y;9Ca{MdIW{1rbo@ zyfmcy)UI8CchXKsSjey;Lk36`IGnhUgtTv)v>cFOA)hlM2XILE7me49b83j~y2!HS zj(C_{%A}Xk%ElcXiRdeGV24Qmk}?glTY_+=Oqc=Y8I@V@$;}-tN=Pl?;!usLB~Bdr z`2^rap+k{0Sh;j5Ql({GqG$l6fQ+=IaFFTB;;WQl8EC+rd3LW%8X2UB@VjG`lL0F1 zM!}Ys@WsB4c>%sMcn66Mm^YX>BqQ^N4v_d9e#8=NyT&eW%vjC3HERw?G`OC<+Q#3& zSqA4EvJ+%s(M<*_PWc4&V@_y4P39tEcYxkQ4j2wjI%pRu#(w4hGVV*@qm-|5zL%sc#*v2c);&-H%$x1d*#;v)F<%k&O(TpJjp+x5Ed5;) zf;7`Lp;bUfBp3`UTVw!ZmK7MhSIZC+eo|o*73iQ&66e7%o)I35D5D!Cp6Eo1_OV!! zi%gI(cj@GydtSZ2uv4?KJzfR8prS1XM~1E#$*^mveYCBIZtCB(Xk)XNsb}eYe=@}b2H40eMH%7#`0LQ z4Dk@D8N{GvEET1UHI*VQX!F#0bN-3*dvU$EUS8kp`?GhjGc}`E1De1(@H<;uTR(sP z{PE+*_wV1oef#$H>(|ZA&5ezX_4V~HU%q_){Q1+TPai*iTw7cF@ZrPi>gvkM%KP{4 z-@SXcyuAGO?b|nR-n@SOdTD9t)vH&Fi;D{j3-j~yb8~YuGc!`Dbb5OF<;#~ZUc8u^ zntJ~H`Lk!wCMPE+CMKRfefs3dlgE!AkB^U!jg5_tj*g6sNFM-o1PG&Ye5m-QBlu-|p(_>g?>i zb?a6~M@M^mds|yuYisMxn>SlpTAG`i1p+}+Q&VGOV?#qjeSQ6n8#n6e>S}9iYieq$ ztE;Q3swyihD=I3=%ggzEK99${e*OBjYuC!k%1TR1OG-+Li;IhjiV6!03knLZUcGwd z%9Z^5{Jgxp%a>*n~p>pb{|nz54A0fZhTe z5O}J9Ct{*^=y{6;{9ZP8_pvBy-E3b5{$R+I*wxQAgJ_+uY9>hnAX+AuaD^>Zj%=t) zVFaHC97}^`E>nEn`GCBaE*>vnXb%@q^N?8HtZeZ?a~;)=O@>gxI4IqPLTTfH@~0&U zDl;HxRiTRDk|TM6#~?ddG+m0vUiWI+h-@vntuFU=Q0ZxD$Z9C9-k+9#oO7rGRP>Sr zjYx$QM+iZn_W|TJ4tIggiZjnm_#loyVx!{pn6b2PHz9W4MC|OGnASVBD&Q>uSg?q3 z?H`dK8}GbketAyoP(%t;jqK1}EC>}cB=a3E06m=3Ze6|AJPNgPgzjO+~G!>VG!<}hC|W1 z03?K_0JW9D>T+#lEUwsb0kp3#Q#qzG+E#^s5AU$c8Wadqr;Ct9+%TE6R2V82=~WWN zIx}M%bAS(lqp@6-eK#`p?s z^|*0MHZcy-!X`$Ik01%b*m9QqR8gUD+YeW?zKp!|t>K?2;*=FGTGnWwFV0N1S!Ai0 z)vsO>RxT#knLd^DTh!;W)JvRN#2Q)ih;;2N)fNsh*hX`ZK%NUMM(ua&Kw!4bAKUc^ zDJP(yOsF#~4Nm=*ZY8lIWzAtvin7m!PG(`od&(slSClr({v}2y+~@^H8!Y9gY*Q9? zNdRm;89|KEN@f%M>ob*fz}5pSLO3wXQFEQhSh*0_om-6i^@avi6vjmeRW205lrF9x zrxQzz718Pvd-ZO$VA73c3e1JntHhwLB&vhxV6(+QWBM=kw8-F;mzs;EtXsYUOYu;L z)Y>PVF~i(uYN5eWag9xC;JBqj|>NwqYWc)%>zqQ)5jxO5*&xh|6m+x#hg_sVe0T>WK{6)2slLBOYgXzuD z_CKDhlAwf%F{F`D%Xmoxqf7FDAL1q1EXc&r6vl`{t4Is-hZuW0XO*LDi;1tdKdPD5 zClRoZduOMHCh+}bKoCv>5g&(!x0jC(>J{~Kl9u}lxxO$G2yp{zAC{M*iMn6moC6#NU^f|s4KYo1w{{7RZPai*ieETM>zkdDd)vIUE zp548B_s*R=w{G3KdGqFt8#k_8xpM5-v7<+i9zJ|{|Ni}Z_Uzfcd-twgyS8oHwsq^) z&6_u`UcGw7iWSS3FJHE7+2X~E7cN{lckbMoGiOepK7H!csZ*v*0on+*nF@sBPZmZ7 z26YAM(xUFZ``ym3s-{{PT&$*6>dmdJrda7!9m^w8$05dE@7mbW+#0|n zKDX1WXKuguq$nOaHMwaWGiJ?M+!DyQxTDK$*HA2Ltc!yr1*%^5fVE&QD$00-rA~edV(u zd;43?J(-`bU6`GAC~g|Nc+U&vNednKXNpVpN_hzIOm60JR&v=Cu;ip4-%^%UAt{e0 z@T%xIeH5RR>~81jFwbUYfyc@JbJc^b9v)F_3S2z5PbydRbJE!y{}9ECoL5rLGuW@5 zC92t@#+Y@ zo4QlYAtYkY4&lc~71{1?U0irePpfV^gW8*3mFF>So6n?r9!YKBEnCdu!hTd|@>!ns zeVN@FU&J^Bqm_&nB^FI?P||Tf`-Y_~Jy|jL{^T9i^Ix5M&2iyM>&^utkJlwM_Psv- z<#P=4^5DzQ3b}G_CW&dqZ(bw0C_RYjmPoy1XZGi{7uq?u&+83$+2)`qAL4q!UCuAk z!r_+9->(lt8v;ZGZkn=48QxX@Cb;}$TVerIaiWNj+x8ZFiL@U_8Dy4e9FtaUl3taz;a0_}o}+XxTj4ssq3~n)^=`FT zQd6_NqOL}8$uO2gCT*6}t!BSVug0gqRn_Q}nD%a;F>$&5j?dTY@|jhN#|A}&wg#4V zIQP<(h*-9#f;C97MMss=l$B%zICY3{B#B80H)D3<6~rU@_qoF|!WFBU$5aB+7ZKT5 LNCjgDQvd)v!q;7m literal 0 HcmV?d00001 diff --git a/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/highslide/graphics/geckodimmer.png b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/highslide/graphics/geckodimmer.png new file mode 100644 index 0000000000000000000000000000000000000000..309bb27838e57efe124ed123a1892dfc56992957 GIT binary patch literal 2817 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 T92B{V00000NkvXXu0mjfnn+X< literal 0 HcmV?d00001 diff --git a/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/highslide/graphics/icon.gif b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/highslide/graphics/icon.gif new file mode 100644 index 0000000000000000000000000000000000000000..b74a073c13b0ffe7e970c3402396e89be9ee9113 GIT binary patch literal 867 zcmV-p1DyOvNk%w1VGsZi0QUd@000010RaL60s{jB1Ox;H1qB8M1_uWR2nYxX2?+`c z3JVJh3=9kn4Gj(s4i66x5D*X%5fKs+5)%^>6ciK{6%`g178e&67#J8C85tTH8XFrM z92^`S9UUGX9v>ecARr(iAt53nA|oRsBqSsyB_$>%CMPE+C@3f?DJd!{Dl021EG#T7 zEiEoCE-x=HFfcGNF)=bSGBYzXG&D3dH8nOiHa9mnI5;>tIXOByIy*Z%JUl!-Jv}}? zK0iM{KtMo2K|w-7LPJACL_|bIMMXwNMn^|SNJvOYNl8jdN=r*iOiWBoO-)WtPESuy zP*6}&QBhJ-Qd3h?R8&+|RaI72R##V7SXfwDSy@_IT3cINTwGjTU0q&YUSD5dU|?Wj zVPRroVq;@tWMpJzWo2e&W@l$-XlQ6@X=!R|YHMq2Y;0_8ZEbFDZf|dIaBy&OadC2T za&vQYbaZreb#-=jc6WDoczAeud3kzzdV70&e0+R;eSLm@et&;|fPjF3fq{a8f`fyD zgoK2Jg@uNOhKGlTh=_=ZiHVAeii?YjjEszpjg5|uj*pLzkdTm(k&%*;l9Q8@l$4Z} zm6ev3mY0{8n3$NEnVFiJnwy)OoSdAUot>VZo}ZteprD|kp`oIpqNAguq@<*!rKP5( zrl+T;sHmu^si~@}s;jH3tgNi9t*x%EuCK4Ju&}VPv9YqUva_?Zw6wIfwY9dkwzs#p zxVX5vxw*Q!y1To(yu7@dCU$jHda z$;ryf%FD~k%*@Qq&CSlv&d<-!(9qD)(b3Y<($mw^)YR0~)z#M4*4Nk9*x1lt)=I7_<=;-L_>FMg~>g((4 z?Ck9A?d|UF?(gsK@bK{Q@$vHV^7Hfa^z`)g_4W4l_V@Sq`1ttw`T6?#`uqF){QUg= z{r&#_{{R2~EC2ui01yBW000O`0RIUbNU)&6g9sBEOvA9D!-fOXDE!AzjhZx{Kz%~U tP@u$rpg4Y1BXHxvjuZukJZX{Pr;HpUPW+fsA>bC%qss-h(X zHHZn>ATy3#M#|c!98XL*GbK!)tuvyx8i>o zn-B9FtxS=czn=wa6f?3>K))raYM(M{oA_ow&Ao1C!kw>lUa6(K{$duNWopKqG zPMYUWIS4Szy|j@(tOhnGXcEjAR%By<&QUlt!BYHj$@4w8<{3yHmwBM5=d^9^sqi(6 z40+hNMT!%5Z!rBnm9f!a183*%`MH{2Fmu?D%>g>+&c6?wf;Z=c#?E4VcdM{qYC^}| z#5s3OrnNe{9W@Y{kT822BQMJ#2Z7m!4Tr9sn+P+89m5!4%&$&$x-v)ex*P|`VTHcq og?ucA1}jf(SQj912pC;qx0W&~lqN|u&5IVCz`$S)N;qHu07z5Pa{vGU literal 0 HcmV?d00001 diff --git a/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/highslide/graphics/loader.white.gif b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/highslide/graphics/loader.white.gif new file mode 100644 index 0000000000000000000000000000000000000000..f2a1bc0c6f545e20e631a96e8e92f9822e75d046 GIT binary patch literal 673 zcmZ?wbhEHb6krfw_{6~Q|Nnmm28Kh24mmkF0U1e2Nli^nlO|14{3qpHl$uzQnxasi zS(2fUn3Y(Olb@KPmzkHA&!G5|g@FsGT=74*pKD04vtxj(k)8oFBTz^Oh=E26FfcG1 zbL_hF&)}42ws10s6^G;;cE1^EoUR)U5A70}d2pLv!jVIT7j&Z~EblI3x0K*v_sV|m z0W=b9G$XP(CLnYCdK49;TX=SFc-G}o=oA=|U?{1O;Nu!CwW3C5Yw7*Bi4yD$3fCnb zwK+>}QdQ9sf*QnxY>*kpE+b{_Q;sJloS71)&(@kO!}mqf@1v(v;*8Y=G9S3kY~Cw# zY=t&c z;3~JK4HxB^lY(MD+sYeQ=t%XSSW;x^1M?dTvN=W^yNcAcy`HCte31C;)5xP%b~qs> zDP&4(%TBqBNGHwnryK;BdMI$fEg xd0mc!C@j^ZpLxYv4HmnPfI0THYuv<%+6iSmMn&w3dPGDfL1|=LY008wP(boU~ literal 0 HcmV?d00001 diff --git a/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/highslide/graphics/outlines/Outlines.psd b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/highslide/graphics/outlines/Outlines.psd new file mode 100644 index 0000000000000000000000000000000000000000..540565151015ca3714d732147896bc2250404e60 GIT binary patch literal 171802 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 literal 0 HcmV?d00001 diff --git a/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/highslide/graphics/outlines/beveled.png b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/highslide/graphics/outlines/beveled.png new file mode 100644 index 0000000000000000000000000000000000000000..fc428f415ca5017a82c42e568e6d75f17789bd9d GIT binary patch literal 1848 zcmeAS@N?(olHy`uVBq!ia0vp^8Vn5FJ2+T?EX!#|@eB-X|2~)z2%)9lPbgh z;Qq-uF^NaJ@>!pp0sD^rFZEIQ}s(Hg?QT4r@meq zmp(?HV=8KoiUt98h zZR%7j^&+M2$KTg2>2bfZo$dbF_@CB$Q?zzYcxp4ls(bSN!?O>@ZTs}uJo4V5E^kx~-83t|II;f2mz#mxjOVbag<72~)7w+9Zk|(VQN7>N$=Nq=@}JpJ>^+lB z?^(*U{6F9N^!OYUKHOt?eb?Gm-E-5Nr<#YSZJM-{M}3Xi*LQm#rA&IVQOCFU@jjh2 zW9i)|VjrB6sH)N0G2v)W(6O67tkXA5GCyZmv~BbI&Slfza#mN`uJn%HIcK%-tIz-a z?PuTIlgcd7{B+s#DPJ~E>t)_jKP9ov{M+Xu;~T#3kF8vtG9&R9Z=X{0{{z}f<9UPM z&VCYi$KdwOGuP@LTvNaM+}rA<&z~WNF~3znh9*uAl$OyY9r#RVqJ?`E{Q^w3%rfnHh3o zQr^E4>v!I`ztU?`oLSMXbId#IUlk@+-II=d&;Kf9bG`r12dAeUynn0j!}o0m*UrrM zTA%wN==OuwX$Q5|Z{@YSXk_uZSdxQqb>e zdqqR9oW<^h&-Gez{(GGnK36@kX__K!pH$ScG_fUhUiOWmmd){pt9PBQUK%5{EasW{ z(`57M>6w#naqI9NG}^Cu|8VTQzoON3{_)>G+~{J3Y?ovP`p+cd+g-EZtzwfTRNd?asrt={=dS7zUzvbs$$?D&S$ zoA=9|%Rd!*c*^SJ8>xbF&-KjpnwX#Sa|pai%h+Jq0Bx`em;Lx5XWfjN8}X fpiuDWxqRcx#hr;{m6vk0d9Eea?!^I1hm1{NLMNJcHO-)UA%nZ%cETs+elC7aqg6~%AEoZjU zFp=3x+q@$oD2+mjh8l*Yc>yJ{bn}Ln%{OIq-I?7l`zP%5>3L?(`ShFTJack?2=+rE zum}hQf;#5!6S}3}K_E!J9&F3G7dys4An>JQK8M37BXdKFWTTTt5VaLC@kT%1=fH7P zfFQQt=R@^w>_cw>&2BdgnfIp%Zg^A;b#aijnfGlERMgJR2W1JGmPVJIomMrUrA&`B z!bHa1LQ1@-aGZQC^@8_G$?V3ODEofs!lM}y!#fd|J)I7^ zC}6EMXPzW7 zLA=g3!gctiwpx32I|XJ`+}rb!GZ~Z+6vmaqEV>6x`ZfdSGhW3!TnL+F_nOVTWn(xiozQCb_jvm)-C^hnaSUSf?&izBK~O{##V zDFMTUIs8D#uK66~B?vF8M~&r%EIV)=$$L3nnWFE9b^WSMuM>*N0GW;LVaS^Qcw}St z32x14FPEMM`FOqstE-EVdeF(*6=3>ZcJ!Eor*iS&rLmQPUW%QQM^QXd9h5Hby9g9b zBvFgMB{k_5O}&YH>DwA^sLor z7nY_+Jq5+5MuA(j^21fT>L=%F5+039O65JQ|n9271R(_JvX#pTXZWPkbY7JP|i@S3!fCUbkk)^M;PE z{4`=HTaCQ;ODm?$XXRRHK*#b6f~CG5thGhiiFh2ASmPZa{?{B`q_=9q9)stff>-Lm zpE)achr*4wcD3o=mil0}E)EUHsE){gM{VenQ>~nK@SvpqDHV8d_k34?jx-4!oe1;t zS5KrX!!S{`D6c}hb6jNbB~%lZPDmFGTB<{zkpY7EluTL>r|fGNo-n3xv_Si$aOKl% zKxIt9+qy!sp9*^z16o~I(O&uWGc+ES&g;&ZX%~IaRn{BxsSTpEj4$bz)I4x+5~;Hp zKm;!!%El07WW9}6EvXiL9dkfa`8+4)!6B_aJnY?mHLWPK#1wc`?mjD$SAw(E5>3h` z08MBRPYrF-=6qwb^oi7nMV1})Voo(mD2+_kBT^TMCQ)(&J`q7J-M@xa23V!UXQ{zD z;Ss?u^v#7lqwxeA1b#fCg+L+wh@+9)g*SYaDqFsNsG53Ct$8V$DfAX}Y!Ukh+*kQZ z;(s0nAynJT7F{=>mF%pYybWsStZP?b6qN|uc&&r!p|ARFlZO9&Mittm9$H8@fW8S} zOo6RQ2pl+ZCWULjAJKUdKqGXPv^Y18(GI{GE68{4qyYa z9INFPO(&@?%WF^@zbaq#x}B!0)(tf+2f!K&O0@xn90RmOG)ZlSC+*3YYtjY6#U14D0+TiKp7*cWT?cMwN!KpF_ z9v+r04>(XJ-P!CS`^H@&Cp(fyA=ObOufe0mWePXr-U0&w8I>%Ny+(}RnE$!?a{NE^ zx^lPg>sxQ9NZ;d|r#gR2_W75Umo}H#{?&^Wb2_nWXO1_+=k>YI&&{>|`{U)I_-=3S zg*(;##ScwxJ-T7TjvGJf5;HCB_gCFowj*cvw0XANr_axCU;6av)Z1~^vEe2z-X^BZ z+yDRkaq>RDoE^_b`RC6M^M8NWy3@M+(3`cQ0y?BL3$Ntyf z{ts8LUq7@pJF~kjqjTAR#`<4Br++y5^z_41Q?)&TVwsHh=FR4Qt{=l8t{>+U1#}hn zhuN>MA3j-S>*Md=K6B-j?u zm6H=oN=!1@`Q&omJQI7c{IYT4g9D8Q1_l$h{Hy(aXywY4VGlkEs~_6^_itkSK8I7M zrh3g-5fRR`x*})R=!)!e=NQ-H-1Ce)x{M%&g$8jR9Wl^)?3d0OkaZS_S;9w z$&Y{9-q`&qz(0bePsZvB*B=A>jQ;kTsee{zrG8wwE^KyAeN0V3fx(;m`|UH|@BQy+ z@%iM=4yjvGnZjDO3%BvN#z4`Y4j8|W}za9wM8ud5t)t8ymzXk{QD*yg^ z^z`+t^4i@`%~n>2;^lZutH1O4asmOmU8z)DPuJQBLrB}q6*m8 zdVmXBpFNn({6#(vWZQ232sRc7s3~qpMXHLZ$ULxJ_y@m`_-(V@8Z7?6CM<)etDnm{ Hr-UW|RX8B) literal 0 HcmV?d00001 diff --git a/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/highslide/graphics/outlines/outer-glow.png b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/highslide/graphics/outlines/outer-glow.png new file mode 100644 index 0000000000000000000000000000000000000000..288d43feffd656511f5b1f5189b5b0047dc146ae GIT binary patch literal 3423 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 literal 0 HcmV?d00001 diff --git a/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/highslide/graphics/outlines/rounded-white.png b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/highslide/graphics/outlines/rounded-white.png new file mode 100644 index 0000000000000000000000000000000000000000..0d4b8176f57c44f41071c8cff7b86ece9c8c1f9a GIT binary patch literal 2050 zcmeAS@N?(olHy`uVBq!ia0vp^8Vn5FJ2+T?EX!#|@eB;?Cp}#pLn>~)y?Z)8=Bgya zhso?cOF0x>AADRgyU9gt!kNR2uBq- zl8Fu4x#36VZ85i7nYTXRJW$Kp~UfJg@(-p_QxLn)qZTH2~DXeuAO|75&_VW76=N~n1ce=Tm=Us2|*Be`xo^6W% zdRhN+|E1)GZ(`Zxd(PV4IG^#-{N?e&Bj4LY8hgKFRB3Vl$^Df%$EClmgn5on`=$fo zmp)qPtLL-cj(o85OO4F5=mTkL75kWGJ17WLh;R7uCA6lgSL8#k-z2Fe4a>uV9i}e% z_wQ=j!T$Y{enFv9wXgMOdw;q9TYs;3=9in%mouim2>#vNZ^pduYh=#-fJN)QCTghl z?fdpl{r}(dZQq~TPq+JXfBiqHJ7)?sixx+8O?sZO=5@}m(kjco+dD0GU+XWv`1t9I zN;9`Ln$yBg?TqlZ?&^Ae$^X(ui_NbdM|`Q$tGd5%j&@u@-vSlA=q>%4CquRB!PXP6ogb8_Rj3seJAN?wu#cg8e*4aFufh!< zmYSDa-_S6)eI{hH@5Y}Wl32}7pS{t{xh+^|k2BW^=JV@Wy=ww*$RtY1Hf(kNb^W!{ zfyaj*Jp5O_wQ#N8s`W)7Y9^hsNAgA&Qb z2JyxNOb!8exbn+f^pjj%9|WaH^6G-3&rBkRGlu&mf z7s$J_q8io5d*d_{`+tTT%&6i_`^|SSK&{=g{6Qwf-Ei9rWDZn9z4DgZENSCx&Us#U z1EgRc-TFWV5*~1E7IF`knlM8Q+%fl{pV5Y*#4yMc55IaItx=&WEH1S-8(p zBhMnJU=@c2D-O3Fm)OICL+U+q0UN4Oa9*FK1v?I1SRJ`tWKKMHneoBkmC-^m5^T{k zA3QCwI&f`mf%q+jF0ns#Q2UX_ w+V^>CQK@c3$u>!!4V4cPj@cQ_Nchjsn7O%dD#tS(VBOB(>FVdQ&MBb@09h6A#{d8T literal 0 HcmV?d00001 diff --git a/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/highslide/graphics/resize.gif b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/highslide/graphics/resize.gif new file mode 100644 index 0000000000000000000000000000000000000000..9100de776d506f8b9f061d475beed274b550aa29 GIT binary patch literal 70 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 QFx&t C*K;KR literal 0 HcmV?d00001 diff --git a/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/highslide/graphics/zoomout.cur b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/highslide/graphics/zoomout.cur new file mode 100644 index 0000000000000000000000000000000000000000..acf61999635514eac804c124d24b447a33bbfae9 GIT binary patch literal 326 zcmbV`F%E)25JlfE1~f5BWhhMC!ot$dQjX*eprrFmR9=H4P?|{m&VmWG&g9Mhnf%Et zcpM>kGRw1r9dI&&Q5w#2jPElwbConVKdGC!8#}NBpTjzk^d*~pO_A2*9xg99t|p?6 zvm(Vjn0G#AfA}Nrwv$P3W7ulopq{HbDz#mu$5X0JH;aj=Highslide JS
      ', + creditsTitle : 'Go to the Highslide JS homepage', + previousText : 'Previous', + nextText : 'Next', + moveText : 'Move', + closeText : 'Close', + closeTitle : 'Close (esc)', + resizeTitle : 'Resize', + playText : 'Play', + playTitle : 'Play slideshow (spacebar)', + pauseText : 'Pause', + pauseTitle : 'Pause slideshow (spacebar)', + previousTitle : 'Previous (arrow left)', + nextTitle : 'Next (arrow right)', + moveTitle : 'Move', + fullExpandText : '1:1', + number: 'Image %1 of %2', + restoreTitle : 'Click to close image, click and drag to move. Use arrow keys for next and previous.' +}, +// See http://highslide.com/ref for examples of settings +graphicsDir : 'highslide/graphics/', +expandCursor : 'zoomin.cur', // null disables +restoreCursor : 'zoomout.cur', // null disables +expandDuration : 250, // milliseconds +restoreDuration : 250, +marginLeft : 15, +marginRight : 15, +marginTop : 15, +marginBottom : 15, +zIndexCounter : 10001, // adjust to other absolutely positioned elements +loadingOpacity : 0.75, +allowMultipleInstances: true, +numberOfImagesToPreload : 5, +outlineWhileAnimating : 2, // 0 = never, 1 = always, 2 = HTML only +outlineStartOffset : 3, // ends at 10 +padToMinWidth : false, // pad the popup width to make room for wide caption +fullExpandPosition : 'bottom right', +fullExpandOpacity : 1, +showCredits : true, // you can set this to false if you want +creditsHref : 'http://highslide.com/', +creditsTarget : '_self', +enableKeyListener : true, +openerTagNames : ['a', 'area'], // Add more to allow slideshow indexing +transitions : [], +transitionDuration: 250, +dimmingOpacity: 0, // Lightbox style dimming background +dimmingDuration: 50, // 0 for instant dimming + +allowWidthReduction : false, +allowHeightReduction : true, +preserveContent : true, // Preserve changes made to the content and position of HTML popups. +objectLoadTime : 'before', // Load iframes 'before' or 'after' expansion. +cacheAjax : true, // Cache ajax popups for instant display. Can be overridden for each popup. +anchor : 'auto', // where the image expands from +align : 'auto', // position in the client (overrides anchor) +targetX: null, // the id of a target element +targetY: null, +dragByHeading: true, +minWidth: 200, +minHeight: 200, +allowSizeReduction: true, // allow the image to reduce to fit client size. If false, this overrides minWidth and minHeight +outlineType : 'drop-shadow', // set null to disable outlines +skin : { + controls: + '
      ' + , + contentWrapper: + '
      '+ + '
      '+ + '' +}, +// END OF YOUR SETTINGS + + +// declare internal properties +preloadTheseImages : [], +continuePreloading: true, +expanders : [], +overrides : [ + 'allowSizeReduction', + 'useBox', + 'anchor', + 'align', + 'targetX', + 'targetY', + 'outlineType', + 'outlineWhileAnimating', + 'captionId', + 'captionText', + 'captionEval', + 'captionOverlay', + 'headingId', + 'headingText', + 'headingEval', + 'headingOverlay', + 'creditsPosition', + 'dragByHeading', + 'autoplay', + 'numberPosition', + 'transitions', + 'dimmingOpacity', + + 'width', + 'height', + + 'contentId', + 'allowWidthReduction', + 'allowHeightReduction', + 'preserveContent', + 'maincontentId', + 'maincontentText', + 'maincontentEval', + 'objectType', + 'cacheAjax', + 'objectWidth', + 'objectHeight', + 'objectLoadTime', + 'swfOptions', + 'wrapperClassName', + 'minWidth', + 'minHeight', + 'maxWidth', + 'maxHeight', + 'pageOrigin', + 'slideshowGroup', + 'easing', + 'easingClose', + 'fadeInOut', + 'src' +], +overlays : [], +idCounter : 0, +oPos : { + x: ['leftpanel', 'left', 'center', 'right', 'rightpanel'], + y: ['above', 'top', 'middle', 'bottom', 'below'] +}, +mouse: {}, +headingOverlay: {}, +captionOverlay: {}, +swfOptions: { flashvars: {}, params: {}, attributes: {} }, +timers : [], + +slideshows : [], + +pendingOutlines : {}, +sleeping : [], +preloadTheseAjax : [], +cacheBindings : [], +cachedGets : {}, +clones : {}, +onReady: [], +uaVersion: /Trident\/4\.0/.test(navigator.userAgent) ? 8 : + parseFloat((navigator.userAgent.toLowerCase().match( /.+(?:rv|it|ra|ie)[\/: ]([\d.]+)/ ) || [0,'0'])[1]), +ie : (document.all && !window.opera), +//ie : navigator && /MSIE [678]/.test(navigator.userAgent), // ie9 compliant? +safari : /Safari/.test(navigator.userAgent), +geckoMac : /Macintosh.+rv:1\.[0-8].+Gecko/.test(navigator.userAgent), + +$ : function (id) { + if (id) return document.getElementById(id); +}, + +push : function (arr, val) { + arr[arr.length] = val; +}, + +createElement : function (tag, attribs, styles, parent, nopad) { + var el = document.createElement(tag); + if (attribs) hs.extend(el, attribs); + if (nopad) hs.setStyles(el, {padding: 0, border: 'none', margin: 0}); + if (styles) hs.setStyles(el, styles); + if (parent) parent.appendChild(el); + return el; +}, + +extend : function (el, attribs) { + for (var x in attribs) el[x] = attribs[x]; + return el; +}, + +setStyles : function (el, styles) { + for (var x in styles) { + if (hs.ieLt9 && x == 'opacity') { + if (styles[x] > 0.99) el.style.removeAttribute('filter'); + else el.style.filter = 'alpha(opacity='+ (styles[x] * 100) +')'; + } + else el.style[x] = styles[x]; + } +}, +animate: function(el, prop, opt) { + var start, + end, + unit; + if (typeof opt != 'object' || opt === null) { + var args = arguments; + opt = { + duration: args[2], + easing: args[3], + complete: args[4] + }; + } + if (typeof opt.duration != 'number') opt.duration = 250; + opt.easing = Math[opt.easing] || Math.easeInQuad; + opt.curAnim = hs.extend({}, prop); + for (var name in prop) { + var e = new hs.fx(el, opt , name ); + + start = parseFloat(hs.css(el, name)) || 0; + end = parseFloat(prop[name]); + unit = name != 'opacity' ? 'px' : ''; + + e.custom( start, end, unit ); + } +}, +css: function(el, prop) { + if (el.style[prop]) { + return el.style[prop]; + } else if (document.defaultView) { + return document.defaultView.getComputedStyle(el, null).getPropertyValue(prop); + + } else { + if (prop == 'opacity') prop = 'filter'; + var val = el.currentStyle[prop.replace(/\-(\w)/g, function (a, b){ return b.toUpperCase(); })]; + if (prop == 'filter') + val = val.replace(/alpha\(opacity=([0-9]+)\)/, + function (a, b) { return b / 100 }); + return val === '' ? 1 : val; + } +}, + +getPageSize : function () { + var d = document, w = window, iebody = d.compatMode && d.compatMode != 'BackCompat' + ? d.documentElement : d.body, + ieLt9 = hs.ie && (hs.uaVersion < 9 || typeof pageXOffset == 'undefined'); + + var width = ieLt9 ? iebody.clientWidth : + (d.documentElement.clientWidth || self.innerWidth), + height = ieLt9 ? iebody.clientHeight : self.innerHeight; + hs.page = { + width: width, + height: height, + scrollLeft: ieLt9 ? iebody.scrollLeft : pageXOffset, + scrollTop: ieLt9 ? iebody.scrollTop : pageYOffset + }; + return hs.page; +}, + +getPosition : function(el) { + if (/area/i.test(el.tagName)) { + var imgs = document.getElementsByTagName('img'); + for (var i = 0; i < imgs.length; i++) { + var u = imgs[i].useMap; + if (u && u.replace(/^.*?#/, '') == el.parentNode.name) { + el = imgs[i]; + break; + } + } + } + var p = { x: el.offsetLeft, y: el.offsetTop }; + while (el.offsetParent) { + el = el.offsetParent; + p.x += el.offsetLeft; + p.y += el.offsetTop; + if (el != document.body && el != document.documentElement) { + p.x -= el.scrollLeft; + p.y -= el.scrollTop; + } + } + return p; +}, + +expand : function(a, params, custom, type) { + if (!a) a = hs.createElement('a', null, { display: 'none' }, hs.container); + if (typeof a.getParams == 'function') return params; + if (type == 'html') { + for (var i = 0; i < hs.sleeping.length; i++) { + if (hs.sleeping[i] && hs.sleeping[i].a == a) { + hs.sleeping[i].awake(); + hs.sleeping[i] = null; + return false; + } + } + hs.hasHtmlExpanders = true; + } + try { + new hs.Expander(a, params, custom, type); + return false; + } catch (e) { return true; } +}, + +htmlExpand : function(a, params, custom) { + return hs.expand(a, params, custom, 'html'); +}, + +getSelfRendered : function() { + return hs.createElement('div', { + className: 'highslide-html-content', + innerHTML: hs.replaceLang(hs.skin.contentWrapper) + }); +}, +getElementByClass : function (el, tagName, className) { + var els = el.getElementsByTagName(tagName); + for (var i = 0; i < els.length; i++) { + if ((new RegExp(className)).test(els[i].className)) { + return els[i]; + } + } + return null; +}, +replaceLang : function(s) { + s = s.replace(/\s/g, ' '); + var re = /{hs\.lang\.([^}]+)\}/g, + matches = s.match(re), + lang; + if (matches) for (var i = 0; i < matches.length; i++) { + lang = matches[i].replace(re, "$1"); + if (typeof hs.lang[lang] != 'undefined') s = s.replace(matches[i], hs.lang[lang]); + } + return s; +}, + + +setClickEvents : function () { + var els = document.getElementsByTagName('a'); + for (var i = 0; i < els.length; i++) { + var type = hs.isUnobtrusiveAnchor(els[i]); + if (type && !els[i].hsHasSetClick) { + (function(){ + var t = type; + if (hs.fireEvent(hs, 'onSetClickEvent', { element: els[i], type: t })) { + els[i].onclick =(type == 'image') ?function() { return hs.expand(this) }: + function() { return hs.htmlExpand(this, { objectType: t } );}; + } + })(); + els[i].hsHasSetClick = true; + } + } + hs.getAnchors(); +}, +isUnobtrusiveAnchor: function(el) { + if (el.rel == 'highslide') return 'image'; + else if (el.rel == 'highslide-ajax') return 'ajax'; + else if (el.rel == 'highslide-iframe') return 'iframe'; + else if (el.rel == 'highslide-swf') return 'swf'; +}, + +getCacheBinding : function (a) { + for (var i = 0; i < hs.cacheBindings.length; i++) { + if (hs.cacheBindings[i][0] == a) { + var c = hs.cacheBindings[i][1]; + hs.cacheBindings[i][1] = c.cloneNode(1); + return c; + } + } + return null; +}, + +preloadAjax : function (e) { + var arr = hs.getAnchors(); + for (var i = 0; i < arr.htmls.length; i++) { + var a = arr.htmls[i]; + if (hs.getParam(a, 'objectType') == 'ajax' && hs.getParam(a, 'cacheAjax')) + hs.push(hs.preloadTheseAjax, a); + } + + hs.preloadAjaxElement(0); +}, + +preloadAjaxElement : function (i) { + if (!hs.preloadTheseAjax[i]) return; + var a = hs.preloadTheseAjax[i]; + var cache = hs.getNode(hs.getParam(a, 'contentId')); + if (!cache) cache = hs.getSelfRendered(); + var ajax = new hs.Ajax(a, cache, 1); + ajax.onError = function () { }; + ajax.onLoad = function () { + hs.push(hs.cacheBindings, [a, cache]); + hs.preloadAjaxElement(i + 1); + }; + ajax.run(); +}, + +focusTopmost : function() { + var topZ = 0, + topmostKey = -1, + expanders = hs.expanders, + exp, + zIndex; + for (var i = 0; i < expanders.length; i++) { + exp = expanders[i]; + if (exp) { + zIndex = exp.wrapper.style.zIndex; + if (zIndex && zIndex > topZ) { + topZ = zIndex; + topmostKey = i; + } + } + } + if (topmostKey == -1) hs.focusKey = -1; + else expanders[topmostKey].focus(); +}, + +getParam : function (a, param) { + a.getParams = a.onclick; + var p = a.getParams ? a.getParams() : null; + a.getParams = null; + + return (p && typeof p[param] != 'undefined') ? p[param] : + (typeof hs[param] != 'undefined' ? hs[param] : null); +}, + +getSrc : function (a) { + var src = hs.getParam(a, 'src'); + if (src) return src; + return a.href; +}, + +getNode : function (id) { + var node = hs.$(id), clone = hs.clones[id], a = {}; + if (!node && !clone) return null; + if (!clone) { + clone = node.cloneNode(true); + clone.id = ''; + hs.clones[id] = clone; + return node; + } else { + return clone.cloneNode(true); + } +}, + +discardElement : function(d) { + if (d) hs.garbageBin.appendChild(d); + hs.garbageBin.innerHTML = ''; +}, +dim : function(exp) { + if (!hs.dimmer) { + isNew = true; + hs.dimmer = hs.createElement ('div', { + className: 'highslide-dimming highslide-viewport-size', + owner: '', + onclick: function() { + if (hs.fireEvent(hs, 'onDimmerClick')) + + hs.close(); + } + }, { + visibility: 'visible', + opacity: 0 + }, hs.container, true); + + if (/(Android|iPad|iPhone|iPod)/.test(navigator.userAgent)) { + var body = document.body; + function pixDimmerSize() { + hs.setStyles(hs.dimmer, { + width: body.scrollWidth +'px', + height: body.scrollHeight +'px' + }); + } + pixDimmerSize(); + hs.addEventListener(window, 'resize', pixDimmerSize); + } + } + hs.dimmer.style.display = ''; + + var isNew = hs.dimmer.owner == ''; + hs.dimmer.owner += '|'+ exp.key; + + if (isNew) { + if (hs.geckoMac && hs.dimmingGeckoFix) + hs.setStyles(hs.dimmer, { + background: 'url('+ hs.graphicsDir + 'geckodimmer.png)', + opacity: 1 + }); + else + hs.animate(hs.dimmer, { opacity: exp.dimmingOpacity }, hs.dimmingDuration); + } +}, +undim : function(key) { + if (!hs.dimmer) return; + if (typeof key != 'undefined') hs.dimmer.owner = hs.dimmer.owner.replace('|'+ key, ''); + + if ( + (typeof key != 'undefined' && hs.dimmer.owner != '') + || (hs.upcoming && hs.getParam(hs.upcoming, 'dimmingOpacity')) + ) return; + + if (hs.geckoMac && hs.dimmingGeckoFix) hs.dimmer.style.display = 'none'; + else hs.animate(hs.dimmer, { opacity: 0 }, hs.dimmingDuration, null, function() { + hs.dimmer.style.display = 'none'; + }); +}, +transit : function (adj, exp) { + var last = exp || hs.getExpander(); + exp = last; + if (hs.upcoming) return false; + else hs.last = last; + hs.removeEventListener(document, window.opera ? 'keypress' : 'keydown', hs.keyHandler); + try { + hs.upcoming = adj; + adj.onclick(); + } catch (e){ + hs.last = hs.upcoming = null; + } + try { + if (!adj || exp.transitions[1] != 'crossfade') + exp.close(); + } catch (e) {} + return false; +}, + +previousOrNext : function (el, op) { + var exp = hs.getExpander(el); + if (exp) return hs.transit(exp.getAdjacentAnchor(op), exp); + else return false; +}, + +previous : function (el) { + return hs.previousOrNext(el, -1); +}, + +next : function (el) { + return hs.previousOrNext(el, 1); +}, + +keyHandler : function(e) { + if (!e) e = window.event; + if (!e.target) e.target = e.srcElement; // ie + if (typeof e.target.form != 'undefined') return true; // form element has focus + if (!hs.fireEvent(hs, 'onKeyDown', e)) return true; + var exp = hs.getExpander(); + + var op = null; + switch (e.keyCode) { + case 70: // f + if (exp) exp.doFullExpand(); + return true; + case 32: // Space + op = 2; + break; + case 34: // Page Down + case 39: // Arrow right + case 40: // Arrow down + op = 1; + break; + case 8: // Backspace + case 33: // Page Up + case 37: // Arrow left + case 38: // Arrow up + op = -1; + break; + case 27: // Escape + case 13: // Enter + op = 0; + } + if (op !== null) {if (op != 2)hs.removeEventListener(document, window.opera ? 'keypress' : 'keydown', hs.keyHandler); + if (!hs.enableKeyListener) return true; + + if (e.preventDefault) e.preventDefault(); + else e.returnValue = false; + if (exp) { + if (op == 0) { + exp.close(); + } else if (op == 2) { + if (exp.slideshow) exp.slideshow.hitSpace(); + } else { + if (exp.slideshow) exp.slideshow.pause(); + hs.previousOrNext(exp.key, op); + } + return false; + } + } + return true; +}, + + +registerOverlay : function (overlay) { + hs.push(hs.overlays, hs.extend(overlay, { hsId: 'hsId'+ hs.idCounter++ } )); +}, + + +addSlideshow : function (options) { + var sg = options.slideshowGroup; + if (typeof sg == 'object') { + for (var i = 0; i < sg.length; i++) { + var o = {}; + for (var x in options) o[x] = options[x]; + o.slideshowGroup = sg[i]; + hs.push(hs.slideshows, o); + } + } else { + hs.push(hs.slideshows, options); + } +}, + +getWrapperKey : function (element, expOnly) { + var el, re = /^highslide-wrapper-([0-9]+)$/; + // 1. look in open expanders + el = element; + while (el.parentNode) { + if (el.hsKey !== undefined) return el.hsKey; + if (el.id && re.test(el.id)) return el.id.replace(re, "$1"); + el = el.parentNode; + } + // 2. look in thumbnail + if (!expOnly) { + el = element; + while (el.parentNode) { + if (el.tagName && hs.isHsAnchor(el)) { + for (var key = 0; key < hs.expanders.length; key++) { + var exp = hs.expanders[key]; + if (exp && exp.a == el) return key; + } + } + el = el.parentNode; + } + } + return null; +}, + +getExpander : function (el, expOnly) { + if (typeof el == 'undefined') return hs.expanders[hs.focusKey] || null; + if (typeof el == 'number') return hs.expanders[el] || null; + if (typeof el == 'string') el = hs.$(el); + return hs.expanders[hs.getWrapperKey(el, expOnly)] || null; +}, + +isHsAnchor : function (a) { + return (a.onclick && a.onclick.toString().replace(/\s/g, ' ').match(/hs.(htmlE|e)xpand/)); +}, + +reOrder : function () { + for (var i = 0; i < hs.expanders.length; i++) + if (hs.expanders[i] && hs.expanders[i].isExpanded) hs.focusTopmost(); +}, +fireEvent : function (obj, evt, args) { + return obj && obj[evt] ? (obj[evt](obj, args) !== false) : true; +}, + +mouseClickHandler : function(e) +{ + if (!e) e = window.event; + if (e.button > 1) return true; + if (!e.target) e.target = e.srcElement; + + var el = e.target; + while (el.parentNode + && !(/highslide-(image|move|html|resize)/.test(el.className))) + { + el = el.parentNode; + } + var exp = hs.getExpander(el); + if (exp && (exp.isClosing || !exp.isExpanded)) return true; + + if (exp && e.type == 'mousedown') { + if (e.target.form) return true; + var match = el.className.match(/highslide-(image|move|resize)/); + if (match) { + hs.dragArgs = { + exp: exp , + type: match[1], + left: exp.x.pos, + width: exp.x.size, + top: exp.y.pos, + height: exp.y.size, + clickX: e.clientX, + clickY: e.clientY + }; + + + hs.addEventListener(document, 'mousemove', hs.dragHandler); + if (e.preventDefault) e.preventDefault(); // FF + + if (/highslide-(image|html)-blur/.test(exp.content.className)) { + exp.focus(); + hs.hasFocused = true; + } + return false; + } + else if (/highslide-html/.test(el.className) && hs.focusKey != exp.key) { + exp.focus(); + exp.doShowHide('hidden'); + } + } else if (e.type == 'mouseup') { + + hs.removeEventListener(document, 'mousemove', hs.dragHandler); + + if (hs.dragArgs) { + if (hs.styleRestoreCursor && hs.dragArgs.type == 'image') + hs.dragArgs.exp.content.style.cursor = hs.styleRestoreCursor; + var hasDragged = hs.dragArgs.hasDragged; + + if (!hasDragged &&!hs.hasFocused && !/(move|resize)/.test(hs.dragArgs.type)) { + if (hs.fireEvent(exp, 'onImageClick')) + exp.close(); + } + else if (hasDragged || (!hasDragged && hs.hasHtmlExpanders)) { + hs.dragArgs.exp.doShowHide('hidden'); + } + + if (hs.dragArgs.exp.releaseMask) + hs.dragArgs.exp.releaseMask.style.display = 'none'; + + if (hasDragged) hs.fireEvent(hs.dragArgs.exp, 'onDrop', hs.dragArgs); + hs.hasFocused = false; + hs.dragArgs = null; + + } else if (/highslide-image-blur/.test(el.className)) { + el.style.cursor = hs.styleRestoreCursor; + } + } + return false; +}, + +dragHandler : function(e) +{ + if (!hs.dragArgs) return true; + if (!e) e = window.event; + var a = hs.dragArgs, exp = a.exp; + if (exp.iframe) { + if (!exp.releaseMask) exp.releaseMask = hs.createElement('div', null, + { position: 'absolute', width: exp.x.size+'px', height: exp.y.size+'px', + left: exp.x.cb+'px', top: exp.y.cb+'px', zIndex: 4, background: (hs.ieLt9 ? 'white' : 'none'), + opacity: 0.01 }, + exp.wrapper, true); + if (exp.releaseMask.style.display == 'none') + exp.releaseMask.style.display = ''; + } + + a.dX = e.clientX - a.clickX; + a.dY = e.clientY - a.clickY; + + var distance = Math.sqrt(Math.pow(a.dX, 2) + Math.pow(a.dY, 2)); + if (!a.hasDragged) a.hasDragged = (a.type != 'image' && distance > 0) + || (distance > (hs.dragSensitivity || 5)); + + if (a.hasDragged && e.clientX > 5 && e.clientY > 5) { + if (!hs.fireEvent(exp, 'onDrag', a)) return false; + + if (a.type == 'resize') exp.resize(a); + else { + exp.moveTo(a.left + a.dX, a.top + a.dY); + if (a.type == 'image') exp.content.style.cursor = 'move'; + } + } + return false; +}, + +wrapperMouseHandler : function (e) { + try { + if (!e) e = window.event; + var over = /mouseover/i.test(e.type); + if (!e.target) e.target = e.srcElement; // ie + if (!e.relatedTarget) e.relatedTarget = + over ? e.fromElement : e.toElement; // ie + var exp = hs.getExpander(e.target); + if (!exp.isExpanded) return; + if (!exp || !e.relatedTarget || hs.getExpander(e.relatedTarget, true) == exp + || hs.dragArgs) return; + hs.fireEvent(exp, over ? 'onMouseOver' : 'onMouseOut', e); + for (var i = 0; i < exp.overlays.length; i++) (function() { + var o = hs.$('hsId'+ exp.overlays[i]); + if (o && o.hideOnMouseOut) { + if (over) hs.setStyles(o, { visibility: 'visible', display: '' }); + hs.animate(o, { opacity: over ? o.opacity : 0 }, o.dur); + } + })(); + } catch (e) {} +}, +addEventListener : function (el, event, func) { + if (el == document && event == 'ready') { + hs.push(hs.onReady, func); + } + try { + el.addEventListener(event, func, false); + } catch (e) { + try { + el.detachEvent('on'+ event, func); + el.attachEvent('on'+ event, func); + } catch (e) { + el['on'+ event] = func; + } + } +}, + +removeEventListener : function (el, event, func) { + try { + el.removeEventListener(event, func, false); + } catch (e) { + try { + el.detachEvent('on'+ event, func); + } catch (e) { + el['on'+ event] = null; + } + } +}, + +preloadFullImage : function (i) { + if (hs.continuePreloading && hs.preloadTheseImages[i] && hs.preloadTheseImages[i] != 'undefined') { + var img = document.createElement('img'); + img.onload = function() { + img = null; + hs.preloadFullImage(i + 1); + }; + img.src = hs.preloadTheseImages[i]; + } +}, +preloadImages : function (number) { + if (number && typeof number != 'object') hs.numberOfImagesToPreload = number; + + var arr = hs.getAnchors(); + for (var i = 0; i < arr.images.length && i < hs.numberOfImagesToPreload; i++) { + hs.push(hs.preloadTheseImages, hs.getSrc(arr.images[i])); + } + + // preload outlines + if (hs.outlineType) new hs.Outline(hs.outlineType, function () { hs.preloadFullImage(0)} ); + else + + hs.preloadFullImage(0); + + // preload cursor + if (hs.restoreCursor) var cur = hs.createElement('img', { src: hs.graphicsDir + hs.restoreCursor }); +}, + + +init : function () { + if (!hs.container) { + + hs.ieLt7 = hs.ie && hs.uaVersion < 7; + hs.ieLt9 = hs.ie && hs.uaVersion < 9; + + hs.getPageSize(); + hs.ie6SSL = hs.ieLt7 && location.protocol == 'https:'; + for (var x in hs.langDefaults) { + if (typeof hs[x] != 'undefined') hs.lang[x] = hs[x]; + else if (typeof hs.lang[x] == 'undefined' && typeof hs.langDefaults[x] != 'undefined') + hs.lang[x] = hs.langDefaults[x]; + } + + hs.container = hs.createElement('div', { + className: 'highslide-container' + }, { + position: 'absolute', + left: 0, + top: 0, + width: '100%', + zIndex: hs.zIndexCounter, + direction: 'ltr' + }, + document.body, + true + ); + hs.loading = hs.createElement('a', { + className: 'highslide-loading', + title: hs.lang.loadingTitle, + innerHTML: hs.lang.loadingText, + href: 'javascript:;' + }, { + position: 'absolute', + top: '-9999px', + opacity: hs.loadingOpacity, + zIndex: 1 + }, hs.container + ); + hs.garbageBin = hs.createElement('div', null, { display: 'none' }, hs.container); + hs.viewport = hs.createElement('div', { + className: 'highslide-viewport highslide-viewport-size' + }, { + visibility: (hs.safari && hs.uaVersion < 525) ? 'visible' : 'hidden' + }, hs.container, 1 + ); + hs.clearing = hs.createElement('div', null, + { clear: 'both', paddingTop: '1px' }, null, true); + + // http://www.robertpenner.com/easing/ + Math.linearTween = function (t, b, c, d) { + return c*t/d + b; + }; + Math.easeInQuad = function (t, b, c, d) { + return c*(t/=d)*t + b; + }; + Math.easeOutQuad = function (t, b, c, d) { + return -c *(t/=d)*(t-2) + b; + }; + + hs.hideSelects = hs.ieLt7; + hs.hideIframes = ((window.opera && hs.uaVersion < 9) || navigator.vendor == 'KDE' + || (hs.ieLt7 && hs.uaVersion < 5.5)); + hs.fireEvent(this, 'onActivate'); + } +}, +ready : function() { + if (hs.isReady) return; + hs.isReady = true; + for (var i = 0; i < hs.onReady.length; i++) hs.onReady[i](); +}, + +updateAnchors : function() { + var el, els, all = [], images = [], htmls = [],groups = {}, re; + + for (var i = 0; i < hs.openerTagNames.length; i++) { + els = document.getElementsByTagName(hs.openerTagNames[i]); + for (var j = 0; j < els.length; j++) { + el = els[j]; + re = hs.isHsAnchor(el); + if (re) { + hs.push(all, el); + if (re[0] == 'hs.expand') hs.push(images, el); + else if (re[0] == 'hs.htmlExpand') hs.push(htmls, el); + var g = hs.getParam(el, 'slideshowGroup') || 'none'; + if (!groups[g]) groups[g] = []; + hs.push(groups[g], el); + } + } + } + hs.anchors = { all: all, groups: groups, images: images, htmls: htmls }; + return hs.anchors; + +}, + +getAnchors : function() { + return hs.anchors || hs.updateAnchors(); +}, + + +close : function(el) { + var exp = hs.getExpander(el); + if (exp) exp.close(); + return false; +} +}; // end hs object +hs.fx = function( elem, options, prop ){ + this.options = options; + this.elem = elem; + this.prop = prop; + + if (!options.orig) options.orig = {}; +}; +hs.fx.prototype = { + update: function(){ + (hs.fx.step[this.prop] || hs.fx.step._default)(this); + + if (this.options.step) + this.options.step.call(this.elem, this.now, this); + + }, + custom: function(from, to, unit){ + this.startTime = (new Date()).getTime(); + this.start = from; + this.end = to; + this.unit = unit;// || this.unit || "px"; + this.now = this.start; + this.pos = this.state = 0; + + var self = this; + function t(gotoEnd){ + return self.step(gotoEnd); + } + + t.elem = this.elem; + + if ( t() && hs.timers.push(t) == 1 ) { + hs.timerId = setInterval(function(){ + var timers = hs.timers; + + for ( var i = 0; i < timers.length; i++ ) + if ( !timers[i]() ) + timers.splice(i--, 1); + + if ( !timers.length ) { + clearInterval(hs.timerId); + } + }, 13); + } + }, + step: function(gotoEnd){ + var t = (new Date()).getTime(); + if ( gotoEnd || t >= this.options.duration + this.startTime ) { + this.now = this.end; + this.pos = this.state = 1; + this.update(); + + this.options.curAnim[ this.prop ] = true; + + var done = true; + for ( var i in this.options.curAnim ) + if ( this.options.curAnim[i] !== true ) + done = false; + + if ( done ) { + if (this.options.complete) this.options.complete.call(this.elem); + } + return false; + } else { + var n = t - this.startTime; + this.state = n / this.options.duration; + this.pos = this.options.easing(n, 0, 1, this.options.duration); + this.now = this.start + ((this.end - this.start) * this.pos); + this.update(); + } + return true; + } + +}; + +hs.extend( hs.fx, { + step: { + + opacity: function(fx){ + hs.setStyles(fx.elem, { opacity: fx.now }); + }, + + _default: function(fx){ + try { + if ( fx.elem.style && fx.elem.style[ fx.prop ] != null ) + fx.elem.style[ fx.prop ] = fx.now + fx.unit; + else + fx.elem[ fx.prop ] = fx.now; + } catch (e) {} + } + } +}); + +hs.Outline = function (outlineType, onLoad) { + this.onLoad = onLoad; + this.outlineType = outlineType; + var v = hs.uaVersion, tr; + + this.hasAlphaImageLoader = hs.ie && hs.uaVersion < 7; + if (!outlineType) { + if (onLoad) onLoad(); + return; + } + + hs.init(); + this.table = hs.createElement( + 'table', { + cellSpacing: 0 + }, { + visibility: 'hidden', + position: 'absolute', + borderCollapse: 'collapse', + width: 0 + }, + hs.container, + true + ); + var tbody = hs.createElement('tbody', null, null, this.table, 1); + + this.td = []; + for (var i = 0; i <= 8; i++) { + if (i % 3 == 0) tr = hs.createElement('tr', null, { height: 'auto' }, tbody, true); + this.td[i] = hs.createElement('td', null, null, tr, true); + var style = i != 4 ? { lineHeight: 0, fontSize: 0} : { position : 'relative' }; + hs.setStyles(this.td[i], style); + } + this.td[4].className = outlineType +' highslide-outline'; + + this.preloadGraphic(); +}; + +hs.Outline.prototype = { +preloadGraphic : function () { + var src = hs.graphicsDir + (hs.outlinesDir || "outlines/")+ this.outlineType +".png"; + + var appendTo = hs.safari && hs.uaVersion < 525 ? hs.container : null; + this.graphic = hs.createElement('img', null, { position: 'absolute', + top: '-9999px' }, appendTo, true); // for onload trigger + + var pThis = this; + this.graphic.onload = function() { pThis.onGraphicLoad(); }; + + this.graphic.src = src; +}, + +onGraphicLoad : function () { + var o = this.offset = this.graphic.width / 4, + pos = [[0,0],[0,-4],[-2,0],[0,-8],0,[-2,-8],[0,-2],[0,-6],[-2,-2]], + dim = { height: (2*o) +'px', width: (2*o) +'px' }; + for (var i = 0; i <= 8; i++) { + if (pos[i]) { + if (this.hasAlphaImageLoader) { + var w = (i == 1 || i == 7) ? '100%' : this.graphic.width +'px'; + var div = hs.createElement('div', null, { width: '100%', height: '100%', position: 'relative', overflow: 'hidden'}, this.td[i], true); + hs.createElement ('div', null, { + filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=scale, src='"+ this.graphic.src + "')", + position: 'absolute', + width: w, + height: this.graphic.height +'px', + left: (pos[i][0]*o)+'px', + top: (pos[i][1]*o)+'px' + }, + div, + true); + } else { + hs.setStyles(this.td[i], { background: 'url('+ this.graphic.src +') '+ (pos[i][0]*o)+'px '+(pos[i][1]*o)+'px'}); + } + + if (window.opera && (i == 3 || i ==5)) + hs.createElement('div', null, dim, this.td[i], true); + + hs.setStyles (this.td[i], dim); + } + } + this.graphic = null; + if (hs.pendingOutlines[this.outlineType]) hs.pendingOutlines[this.outlineType].destroy(); + hs.pendingOutlines[this.outlineType] = this; + if (this.onLoad) this.onLoad(); +}, + +setPosition : function (pos, offset, vis, dur, easing) { + var exp = this.exp, + stl = exp.wrapper.style, + offset = offset || 0, + pos = pos || { + x: exp.x.pos + offset, + y: exp.y.pos + offset, + w: exp.x.get('wsize') - 2 * offset, + h: exp.y.get('wsize') - 2 * offset + }; + if (vis) this.table.style.visibility = (pos.h >= 4 * this.offset) + ? 'visible' : 'hidden'; + hs.setStyles(this.table, { + left: (pos.x - this.offset) +'px', + top: (pos.y - this.offset) +'px', + width: (pos.w + 2 * this.offset) +'px' + }); + + pos.w -= 2 * this.offset; + pos.h -= 2 * this.offset; + hs.setStyles (this.td[4], { + width: pos.w >= 0 ? pos.w +'px' : 0, + height: pos.h >= 0 ? pos.h +'px' : 0 + }); + if (this.hasAlphaImageLoader) this.td[3].style.height + = this.td[5].style.height = this.td[4].style.height; + +}, + +destroy : function(hide) { + if (hide) this.table.style.visibility = 'hidden'; + else hs.discardElement(this.table); +} +}; + +hs.Dimension = function(exp, dim) { + this.exp = exp; + this.dim = dim; + this.ucwh = dim == 'x' ? 'Width' : 'Height'; + this.wh = this.ucwh.toLowerCase(); + this.uclt = dim == 'x' ? 'Left' : 'Top'; + this.lt = this.uclt.toLowerCase(); + this.ucrb = dim == 'x' ? 'Right' : 'Bottom'; + this.rb = this.ucrb.toLowerCase(); + this.p1 = this.p2 = 0; +}; +hs.Dimension.prototype = { +get : function(key) { + switch (key) { + case 'loadingPos': + return this.tpos + this.tb + (this.t - hs.loading['offset'+ this.ucwh]) / 2; + case 'loadingPosXfade': + return this.pos + this.cb+ this.p1 + (this.size - hs.loading['offset'+ this.ucwh]) / 2; + case 'wsize': + return this.size + 2 * this.cb + this.p1 + this.p2; + case 'fitsize': + return this.clientSize - this.marginMin - this.marginMax; + case 'maxsize': + return this.get('fitsize') - 2 * this.cb - this.p1 - this.p2 ; + case 'opos': + return this.pos - (this.exp.outline ? this.exp.outline.offset : 0); + case 'osize': + return this.get('wsize') + (this.exp.outline ? 2*this.exp.outline.offset : 0); + case 'imgPad': + return this.imgSize ? Math.round((this.size - this.imgSize) / 2) : 0; + + } +}, +calcBorders: function() { + // correct for borders + this.cb = (this.exp.content['offset'+ this.ucwh] - this.t) / 2; + + this.marginMax = hs['margin'+ this.ucrb]; +}, +calcThumb: function() { + this.t = this.exp.el[this.wh] ? parseInt(this.exp.el[this.wh]) : + this.exp.el['offset'+ this.ucwh]; + this.tpos = this.exp.tpos[this.dim]; + this.tb = (this.exp.el['offset'+ this.ucwh] - this.t) / 2; + if (this.tpos == 0 || this.tpos == -1) { + this.tpos = (hs.page[this.wh] / 2) + hs.page['scroll'+ this.uclt]; + }; +}, +calcExpanded: function() { + var exp = this.exp; + this.justify = 'auto'; + + // get alignment + if (exp.align == 'center') this.justify = 'center'; + else if (new RegExp(this.lt).test(exp.anchor)) this.justify = null; + else if (new RegExp(this.rb).test(exp.anchor)) this.justify = 'max'; + + + // size and position + this.pos = this.tpos - this.cb + this.tb; + + if (this.maxHeight && this.dim == 'x') + exp.maxWidth = Math.min(exp.maxWidth || this.full, exp.maxHeight * this.full / exp.y.full); + + this.size = Math.min(this.full, exp['max'+ this.ucwh] || this.full); + this.minSize = exp.allowSizeReduction ? + Math.min(exp['min'+ this.ucwh], this.full) :this.full; + if (exp.isImage && exp.useBox) { + this.size = exp[this.wh]; + this.imgSize = this.full; + } + if (this.dim == 'x' && hs.padToMinWidth) this.minSize = exp.minWidth; + this.target = exp['target'+ this.dim.toUpperCase()]; + this.marginMin = hs['margin'+ this.uclt]; + this.scroll = hs.page['scroll'+ this.uclt]; + this.clientSize = hs.page[this.wh]; +}, +setSize: function(i) { + var exp = this.exp; + if (exp.isImage && (exp.useBox || hs.padToMinWidth)) { + this.imgSize = i; + this.size = Math.max(this.size, this.imgSize); + exp.content.style[this.lt] = this.get('imgPad')+'px'; + } else + this.size = i; + + exp.content.style[this.wh] = i +'px'; + exp.wrapper.style[this.wh] = this.get('wsize') +'px'; + if (exp.outline) exp.outline.setPosition(); + if (exp.releaseMask) exp.releaseMask.style[this.wh] = i +'px'; + if (this.dim == 'y' && exp.iDoc && exp.body.style.height != 'auto') try { + exp.iDoc.body.style.overflow = 'auto'; + } catch (e) {} + if (exp.isHtml) { + var d = exp.scrollerDiv; + if (this.sizeDiff === undefined) + this.sizeDiff = exp.innerContent['offset'+ this.ucwh] - d['offset'+ this.ucwh]; + d.style[this.wh] = (this.size - this.sizeDiff) +'px'; + + if (this.dim == 'x') exp.mediumContent.style.width = 'auto'; + if (exp.body) exp.body.style[this.wh] = 'auto'; + } + if (this.dim == 'x' && exp.overlayBox) exp.sizeOverlayBox(true); + if (this.dim == 'x' && exp.slideshow && exp.isImage) { + if (i == this.full) exp.slideshow.disable('full-expand'); + else exp.slideshow.enable('full-expand'); + } +}, +setPos: function(i) { + this.pos = i; + this.exp.wrapper.style[this.lt] = i +'px'; + + if (this.exp.outline) this.exp.outline.setPosition(); + +} +}; + +hs.Expander = function(a, params, custom, contentType) { + if (document.readyState && hs.ie && !hs.isReady) { + hs.addEventListener(document, 'ready', function() { + new hs.Expander(a, params, custom, contentType); + }); + return; + } + this.a = a; + this.custom = custom; + this.contentType = contentType || 'image'; + this.isHtml = (contentType == 'html'); + this.isImage = !this.isHtml; + + hs.continuePreloading = false; + this.overlays = []; + this.last = hs.last; + hs.last = null; + hs.init(); + var key = this.key = hs.expanders.length; + // override inline parameters + for (var i = 0; i < hs.overrides.length; i++) { + var name = hs.overrides[i]; + this[name] = params && typeof params[name] != 'undefined' ? + params[name] : hs[name]; + } + if (!this.src) this.src = a.href; + + // get thumb + var el = (params && params.thumbnailId) ? hs.$(params.thumbnailId) : a; + el = this.thumb = el.getElementsByTagName('img')[0] || el; + this.thumbsUserSetId = el.id || a.id; + if (!hs.fireEvent(this, 'onInit')) return true; + + // check if already open + for (var i = 0; i < hs.expanders.length; i++) { + if (hs.expanders[i] && hs.expanders[i].a == a + && !(this.last && this.transitions[1] == 'crossfade')) { + hs.expanders[i].focus(); + return false; + } + } + + // cancel other + if (!hs.allowSimultaneousLoading) for (var i = 0; i < hs.expanders.length; i++) { + if (hs.expanders[i] && hs.expanders[i].thumb != el && !hs.expanders[i].onLoadStarted) { + hs.expanders[i].cancelLoading(); + } + } + hs.expanders[key] = this; + if (!hs.allowMultipleInstances && !hs.upcoming) { + if (hs.expanders[key-1]) hs.expanders[key-1].close(); + if (typeof hs.focusKey != 'undefined' && hs.expanders[hs.focusKey]) + hs.expanders[hs.focusKey].close(); + } + + // initiate metrics + this.el = el; + this.tpos = this.pageOrigin || hs.getPosition(el); + hs.getPageSize(); + var x = this.x = new hs.Dimension(this, 'x'); + x.calcThumb(); + var y = this.y = new hs.Dimension(this, 'y'); + y.calcThumb(); + if (/area/i.test(el.tagName)) this.getImageMapAreaCorrection(el); + this.wrapper = hs.createElement( + 'div', { + id: 'highslide-wrapper-'+ this.key, + className: 'highslide-wrapper '+ this.wrapperClassName + }, { + visibility: 'hidden', + position: 'absolute', + zIndex: hs.zIndexCounter += 2 + }, null, true ); + + this.wrapper.onmouseover = this.wrapper.onmouseout = hs.wrapperMouseHandler; + if (this.contentType == 'image' && this.outlineWhileAnimating == 2) + this.outlineWhileAnimating = 0; + + // get the outline + if (!this.outlineType + || (this.last && this.isImage && this.transitions[1] == 'crossfade')) { + this[this.contentType +'Create'](); + + } else if (hs.pendingOutlines[this.outlineType]) { + this.connectOutline(); + this[this.contentType +'Create'](); + + } else { + this.showLoading(); + var exp = this; + new hs.Outline(this.outlineType, + function () { + exp.connectOutline(); + exp[exp.contentType +'Create'](); + } + ); + } + return true; +}; + +hs.Expander.prototype = { +error : function(e) { + if (hs.debug) alert ('Line '+ e.lineNumber +': '+ e.message); + else window.location.href = this.src; +}, + +connectOutline : function() { + var outline = this.outline = hs.pendingOutlines[this.outlineType]; + outline.exp = this; + outline.table.style.zIndex = this.wrapper.style.zIndex - 1; + hs.pendingOutlines[this.outlineType] = null; +}, + +showLoading : function() { + if (this.onLoadStarted || this.loading) return; + + this.loading = hs.loading; + var exp = this; + this.loading.onclick = function() { + exp.cancelLoading(); + }; + + + if (!hs.fireEvent(this, 'onShowLoading')) return; + var exp = this, + l = this.x.get('loadingPos') +'px', + t = this.y.get('loadingPos') +'px'; + if (!tgt && this.last && this.transitions[1] == 'crossfade') + var tgt = this.last; + if (tgt) { + l = tgt.x.get('loadingPosXfade') +'px'; + t = tgt.y.get('loadingPosXfade') +'px'; + this.loading.style.zIndex = hs.zIndexCounter++; + } + setTimeout(function () { + if (exp.loading) hs.setStyles(exp.loading, { left: l, top: t, zIndex: hs.zIndexCounter++ })} + , 100); +}, + +imageCreate : function() { + var exp = this; + + var img = document.createElement('img'); + this.content = img; + img.onload = function () { + if (hs.expanders[exp.key]) exp.contentLoaded(); + }; + if (hs.blockRightClick) img.oncontextmenu = function() { return false; }; + img.className = 'highslide-image'; + hs.setStyles(img, { + visibility: 'hidden', + display: 'block', + position: 'absolute', + maxWidth: '9999px', + zIndex: 3 + }); + img.title = hs.lang.restoreTitle; + if (hs.safari && hs.uaVersion < 525) hs.container.appendChild(img); + if (hs.ie && hs.flushImgSize) img.src = null; + img.src = this.src; + + this.showLoading(); +}, + +htmlCreate : function () { + if (!hs.fireEvent(this, 'onBeforeGetContent')) return; + + this.content = hs.getCacheBinding(this.a); + if (!this.content) + this.content = hs.getNode(this.contentId); + if (!this.content) + this.content = hs.getSelfRendered(); + this.getInline(['maincontent']); + if (this.maincontent) { + var body = hs.getElementByClass(this.content, 'div', 'highslide-body'); + if (body) body.appendChild(this.maincontent); + this.maincontent.style.display = 'block'; + } + hs.fireEvent(this, 'onAfterGetContent'); + + var innerContent = this.innerContent = this.content; + + if (/(swf|iframe)/.test(this.objectType)) this.setObjContainerSize(innerContent); + + // the content tree + hs.container.appendChild(this.wrapper); + hs.setStyles( this.wrapper, { + position: 'static', + padding: '0 '+ hs.marginRight +'px 0 '+ hs.marginLeft +'px' + }); + this.content = hs.createElement( + 'div', { + className: 'highslide-html' + }, { + position: 'relative', + zIndex: 3, + height: 0, + overflow: 'hidden' + }, + this.wrapper + ); + this.mediumContent = hs.createElement('div', null, null, this.content, 1); + this.mediumContent.appendChild(innerContent); + + hs.setStyles (innerContent, { + position: 'relative', + display: 'block', + direction: hs.lang.cssDirection || '' + }); + if (this.width) innerContent.style.width = this.width +'px'; + if (this.height) hs.setStyles(innerContent, { + height: this.height +'px', + overflow: 'hidden' + }); + if (innerContent.offsetWidth < this.minWidth) + innerContent.style.width = this.minWidth +'px'; + + + + if (this.objectType == 'ajax' && !hs.getCacheBinding(this.a)) { + this.showLoading(); + var exp = this; + var ajax = new hs.Ajax(this.a, innerContent); + ajax.src = this.src; + ajax.onLoad = function () { if (hs.expanders[exp.key]) exp.contentLoaded(); }; + ajax.onError = function () { location.href = exp.src; }; + ajax.run(); + } + else + + if (this.objectType == 'iframe' && this.objectLoadTime == 'before') { + this.writeExtendedContent(); + } + else + this.contentLoaded(); +}, + +contentLoaded : function() { + try { + if (!this.content) return; + this.content.onload = null; + if (this.onLoadStarted) return; + else this.onLoadStarted = true; + + var x = this.x, y = this.y; + + if (this.loading) { + hs.setStyles(this.loading, { top: '-9999px' }); + this.loading = null; + hs.fireEvent(this, 'onHideLoading'); + } + if (this.isImage) { + x.full = this.content.width; + y.full = this.content.height; + + hs.setStyles(this.content, { + width: x.t +'px', + height: y.t +'px' + }); + this.wrapper.appendChild(this.content); + hs.container.appendChild(this.wrapper); + } else if (this.htmlGetSize) this.htmlGetSize(); + + x.calcBorders(); + y.calcBorders(); + + hs.setStyles (this.wrapper, { + left: (x.tpos + x.tb - x.cb) +'px', + top: (y.tpos + x.tb - y.cb) +'px' + }); + + + this.initSlideshow(); + this.getOverlays(); + + var ratio = x.full / y.full; + x.calcExpanded(); + this.justify(x); + + y.calcExpanded(); + this.justify(y); + if (this.isHtml) this.htmlSizeOperations(); + if (this.overlayBox) this.sizeOverlayBox(0, 1); + + + if (this.allowSizeReduction) { + if (this.isImage) + this.correctRatio(ratio); + else this.fitOverlayBox(); + var ss = this.slideshow; + if (ss && this.last && ss.controls && ss.fixedControls) { + var pos = ss.overlayOptions.position || '', p; + for (var dim in hs.oPos) for (var i = 0; i < 5; i++) { + p = this[dim]; + if (pos.match(hs.oPos[dim][i])) { + p.pos = this.last[dim].pos + + (this.last[dim].p1 - p.p1) + + (this.last[dim].size - p.size) * [0, 0, .5, 1, 1][i]; + if (ss.fixedControls == 'fit') { + if (p.pos + p.size + p.p1 + p.p2 > p.scroll + p.clientSize - p.marginMax) + p.pos = p.scroll + p.clientSize - p.size - p.marginMin - p.marginMax - p.p1 - p.p2; + if (p.pos < p.scroll + p.marginMin) p.pos = p.scroll + p.marginMin; + } + } + } + } + if (this.isImage && this.x.full > (this.x.imgSize || this.x.size)) { + this.createFullExpand(); + if (this.overlays.length == 1) this.sizeOverlayBox(); + } + } + this.show(); + + } catch (e) { + this.error(e); + } +}, + + +setObjContainerSize : function(parent, auto) { + var c = hs.getElementByClass(parent, 'DIV', 'highslide-body'); + if (/(iframe|swf)/.test(this.objectType)) { + if (this.objectWidth) c.style.width = this.objectWidth +'px'; + if (this.objectHeight) c.style.height = this.objectHeight +'px'; + } +}, + +writeExtendedContent : function () { + if (this.hasExtendedContent) return; + var exp = this; + this.body = hs.getElementByClass(this.innerContent, 'DIV', 'highslide-body'); + if (this.objectType == 'iframe') { + this.showLoading(); + var ruler = hs.clearing.cloneNode(1); + this.body.appendChild(ruler); + this.newWidth = this.innerContent.offsetWidth; + if (!this.objectWidth) this.objectWidth = ruler.offsetWidth; + var hDiff = this.innerContent.offsetHeight - this.body.offsetHeight, + h = this.objectHeight || hs.page.height - hDiff - hs.marginTop - hs.marginBottom, + onload = this.objectLoadTime == 'before' ? + ' onload="if (hs.expanders['+ this.key +']) hs.expanders['+ this.key +'].contentLoaded()" ' : ''; + this.body.innerHTML += ''; + this.ruler = this.body.getElementsByTagName('div')[0]; + this.iframe = this.body.getElementsByTagName('iframe')[0]; + + if (this.objectLoadTime == 'after') this.correctIframeSize(); + + } + if (this.objectType == 'swf') { + this.body.id = this.body.id || 'hs-flash-id-' + this.key; + var a = this.swfOptions; + if (!a.params) a.params = {}; + if (typeof a.params.wmode == 'undefined') a.params.wmode = 'transparent'; + if (swfobject) swfobject.embedSWF(this.src, this.body.id, this.objectWidth, this.objectHeight, + a.version || '7', a.expressInstallSwfurl, a.flashvars, a.params, a.attributes); + } + this.hasExtendedContent = true; +}, +htmlGetSize : function() { + if (this.iframe && !this.objectHeight) { // loadtime before + this.iframe.style.height = this.body.style.height = this.getIframePageHeight() +'px'; + } + this.innerContent.appendChild(hs.clearing); + if (!this.x.full) this.x.full = this.innerContent.offsetWidth; + this.y.full = this.innerContent.offsetHeight; + this.innerContent.removeChild(hs.clearing); + if (hs.ie && this.newHeight > parseInt(this.innerContent.currentStyle.height)) { // ie css bug + this.newHeight = parseInt(this.innerContent.currentStyle.height); + } + hs.setStyles( this.wrapper, { position: 'absolute', padding: '0'}); + hs.setStyles( this.content, { width: this.x.t +'px', height: this.y.t +'px'}); + +}, + +getIframePageHeight : function() { + var h; + try { + var doc = this.iDoc = this.iframe.contentDocument || this.iframe.contentWindow.document; + var clearing = doc.createElement('div'); + clearing.style.clear = 'both'; + doc.body.appendChild(clearing); + h = clearing.offsetTop; + if (hs.ie) h += parseInt(doc.body.currentStyle.marginTop) + + parseInt(doc.body.currentStyle.marginBottom) - 1; + } catch (e) { // other domain + h = 300; + } + return h; +}, +correctIframeSize : function () { + var wDiff = this.innerContent.offsetWidth - this.ruler.offsetWidth; + hs.discardElement(this.ruler); + if (wDiff < 0) wDiff = 0; + + var hDiff = this.innerContent.offsetHeight - this.iframe.offsetHeight; + if (this.iDoc && !this.objectHeight && !this.height && this.y.size == this.y.full) try { + this.iDoc.body.style.overflow = 'hidden'; + } catch (e) {} + hs.setStyles(this.iframe, { + width: Math.abs(this.x.size - wDiff) +'px', + height: Math.abs(this.y.size - hDiff) +'px' + }); + hs.setStyles(this.body, { + width: this.iframe.style.width, + height: this.iframe.style.height + }); + + this.scrollingContent = this.iframe; + this.scrollerDiv = this.scrollingContent; + +}, +htmlSizeOperations : function () { + + this.setObjContainerSize(this.innerContent); + + + if (this.objectType == 'swf' && this.objectLoadTime == 'before') this.writeExtendedContent(); + + // handle minimum size + if (this.x.size < this.x.full && !this.allowWidthReduction) this.x.size = this.x.full; + if (this.y.size < this.y.full && !this.allowHeightReduction) this.y.size = this.y.full; + this.scrollerDiv = this.innerContent; + hs.setStyles(this.mediumContent, { + position: 'relative', + width: this.x.size +'px' + }); + hs.setStyles(this.innerContent, { + border: 'none', + width: 'auto', + height: 'auto' + }); + var node = hs.getElementByClass(this.innerContent, 'DIV', 'highslide-body'); + if (node && !/(iframe|swf)/.test(this.objectType)) { + var cNode = node; // wrap to get true size + node = hs.createElement(cNode.nodeName, null, {overflow: 'hidden'}, null, true); + cNode.parentNode.insertBefore(node, cNode); + node.appendChild(hs.clearing); // IE6 + node.appendChild(cNode); + + var wDiff = this.innerContent.offsetWidth - node.offsetWidth; + var hDiff = this.innerContent.offsetHeight - node.offsetHeight; + node.removeChild(hs.clearing); + + var kdeBugCorr = hs.safari || navigator.vendor == 'KDE' ? 1 : 0; // KDE repainting bug + hs.setStyles(node, { + width: (this.x.size - wDiff - kdeBugCorr) +'px', + height: (this.y.size - hDiff) +'px', + overflow: 'auto', + position: 'relative' + } + ); + if (kdeBugCorr && cNode.offsetHeight > node.offsetHeight) { + node.style.width = (parseInt(node.style.width) + kdeBugCorr) + 'px'; + } + this.scrollingContent = node; + this.scrollerDiv = this.scrollingContent; + } + if (this.iframe && this.objectLoadTime == 'before') this.correctIframeSize(); + if (!this.scrollingContent && this.y.size < this.mediumContent.offsetHeight) this.scrollerDiv = this.content; + + if (this.scrollerDiv == this.content && !this.allowWidthReduction && !/(iframe|swf)/.test(this.objectType)) { + this.x.size += 17; // room for scrollbars + } + if (this.scrollerDiv && this.scrollerDiv.offsetHeight > this.scrollerDiv.parentNode.offsetHeight) { + setTimeout("try { hs.expanders["+ this.key +"].scrollerDiv.style.overflow = 'auto'; } catch(e) {}", + hs.expandDuration); + } +}, + +getImageMapAreaCorrection : function(area) { + var c = area.coords.split(','); + for (var i = 0; i < c.length; i++) c[i] = parseInt(c[i]); + + if (area.shape.toLowerCase() == 'circle') { + this.x.tpos += c[0] - c[2]; + this.y.tpos += c[1] - c[2]; + this.x.t = this.y.t = 2 * c[2]; + } else { + var maxX, maxY, minX = maxX = c[0], minY = maxY = c[1]; + for (var i = 0; i < c.length; i++) { + if (i % 2 == 0) { + minX = Math.min(minX, c[i]); + maxX = Math.max(maxX, c[i]); + } else { + minY = Math.min(minY, c[i]); + maxY = Math.max(maxY, c[i]); + } + } + this.x.tpos += minX; + this.x.t = maxX - minX; + this.y.tpos += minY; + this.y.t = maxY - minY; + } +}, +justify : function (p, moveOnly) { + var tgtArr, tgt = p.target, dim = p == this.x ? 'x' : 'y'; + + if (tgt && tgt.match(/ /)) { + tgtArr = tgt.split(' '); + tgt = tgtArr[0]; + } + if (tgt && hs.$(tgt)) { + p.pos = hs.getPosition(hs.$(tgt))[dim]; + if (tgtArr && tgtArr[1] && tgtArr[1].match(/^[-]?[0-9]+px$/)) + p.pos += parseInt(tgtArr[1]); + if (p.size < p.minSize) p.size = p.minSize; + + } else if (p.justify == 'auto' || p.justify == 'center') { + + var hasMovedMin = false; + + var allowReduce = p.exp.allowSizeReduction; + if (p.justify == 'center') + p.pos = Math.round(p.scroll + (p.clientSize + p.marginMin - p.marginMax - p.get('wsize')) / 2); + else + p.pos = Math.round(p.pos - ((p.get('wsize') - p.t) / 2)); + if (p.pos < p.scroll + p.marginMin) { + p.pos = p.scroll + p.marginMin; + hasMovedMin = true; + } + if (!moveOnly && p.size < p.minSize) { + p.size = p.minSize; + allowReduce = false; + } + if (p.pos + p.get('wsize') > p.scroll + p.clientSize - p.marginMax) { + if (!moveOnly && hasMovedMin && allowReduce) { + p.size = Math.min(p.size, p.get(dim == 'y' ? 'fitsize' : 'maxsize')); + } else if (p.get('wsize') < p.get('fitsize')) { + p.pos = p.scroll + p.clientSize - p.marginMax - p.get('wsize'); + } else { // image larger than viewport + p.pos = p.scroll + p.marginMin; + if (!moveOnly && allowReduce) p.size = p.get(dim == 'y' ? 'fitsize' : 'maxsize'); + } + } + + if (!moveOnly && p.size < p.minSize) { + p.size = p.minSize; + allowReduce = false; + } + + + } else if (p.justify == 'max') { + p.pos = Math.floor(p.pos - p.size + p.t); + } + + + if (p.pos < p.marginMin) { + var tmpMin = p.pos; + p.pos = p.marginMin; + + if (allowReduce && !moveOnly) p.size = p.size - (p.pos - tmpMin); + + } +}, + +correctRatio : function(ratio) { + var x = this.x, + y = this.y, + changed = false, + xSize = Math.min(x.full, x.size), + ySize = Math.min(y.full, y.size), + useBox = (this.useBox || hs.padToMinWidth); + + if (xSize / ySize > ratio) { // width greater + xSize = ySize * ratio; + if (xSize < x.minSize) { // below minWidth + xSize = x.minSize; + ySize = xSize / ratio; + } + changed = true; + + } else if (xSize / ySize < ratio) { // height greater + ySize = xSize / ratio; + changed = true; + } + + if (hs.padToMinWidth && x.full < x.minSize) { + x.imgSize = x.full; + y.size = y.imgSize = y.full; + } else if (this.useBox) { + x.imgSize = xSize; + y.imgSize = ySize; + } else { + x.size = xSize; + y.size = ySize; + } + changed = this.fitOverlayBox(this.useBox ? null : ratio, changed); + if (useBox && y.size < y.imgSize) { + y.imgSize = y.size; + x.imgSize = y.size * ratio; + } + if (changed || useBox) { + x.pos = x.tpos - x.cb + x.tb; + x.minSize = x.size; + this.justify(x, true); + + y.pos = y.tpos - y.cb + y.tb; + y.minSize = y.size; + this.justify(y, true); + if (this.overlayBox) this.sizeOverlayBox(); + } + + +}, +fitOverlayBox : function(ratio, changed) { + var x = this.x, y = this.y; + if (this.overlayBox && (this.isImage || this.allowHeightReduction)) { + while (y.size > this.minHeight && x.size > this.minWidth + && y.get('wsize') > y.get('fitsize')) { + y.size -= 10; + if (ratio) x.size = y.size * ratio; + this.sizeOverlayBox(0, 1); + changed = true; + } + } + return changed; +}, + +reflow : function () { + if (this.scrollerDiv) { + var h = /iframe/i.test(this.scrollerDiv.tagName) ? (this.getIframePageHeight() + 1) +'px' : 'auto'; + if (this.body) this.body.style.height = h; + this.scrollerDiv.style.height = h; + this.y.setSize(this.innerContent.offsetHeight); + } +}, + +show : function () { + var x = this.x, y = this.y; + this.doShowHide('hidden'); + hs.fireEvent(this, 'onBeforeExpand'); + if (this.slideshow && this.slideshow.thumbstrip) this.slideshow.thumbstrip.selectThumb(); + + // Apply size change + this.changeSize( + 1, { + wrapper: { + width : x.get('wsize'), + height : y.get('wsize'), + left: x.pos, + top: y.pos + }, + content: { + left: x.p1 + x.get('imgPad'), + top: y.p1 + y.get('imgPad'), + width:x.imgSize ||x.size, + height:y.imgSize ||y.size + } + }, + hs.expandDuration + ); +}, + +changeSize : function(up, to, dur) { + // transition + var trans = this.transitions, + other = up ? (this.last ? this.last.a : null) : hs.upcoming, + t = (trans[1] && other + && hs.getParam(other, 'transitions')[1] == trans[1]) ? + trans[1] : trans[0]; + + if (this[t] && t != 'expand') { + this[t](up, to); + return; + } + + if (this.outline && !this.outlineWhileAnimating) { + if (up) this.outline.setPosition(); + else this.outline.destroy( + (this.isHtml && this.preserveContent)); + } + + + if (!up) this.destroyOverlays(); + + var exp = this, + x = exp.x, + y = exp.y, + easing = this.easing; + if (!up) easing = this.easingClose || easing; + var after = up ? + function() { + + if (exp.outline) exp.outline.table.style.visibility = "visible"; + setTimeout(function() { + exp.afterExpand(); + }, 50); + } : + function() { + exp.afterClose(); + }; + if (up) hs.setStyles( this.wrapper, { + width: x.t +'px', + height: y.t +'px' + }); + if (up && this.isHtml) { + hs.setStyles(this.wrapper, { + left: (x.tpos - x.cb + x.tb) +'px', + top: (y.tpos - y.cb + y.tb) +'px' + }); + } + if (this.fadeInOut) { + hs.setStyles(this.wrapper, { opacity: up ? 0 : 1 }); + hs.extend(to.wrapper, { opacity: up }); + } + hs.animate( this.wrapper, to.wrapper, { + duration: dur, + easing: easing, + step: function(val, args) { + if (exp.outline && exp.outlineWhileAnimating && args.prop == 'top') { + var fac = up ? args.pos : 1 - args.pos; + var pos = { + w: x.t + (x.get('wsize') - x.t) * fac, + h: y.t + (y.get('wsize') - y.t) * fac, + x: x.tpos + (x.pos - x.tpos) * fac, + y: y.tpos + (y.pos - y.tpos) * fac + }; + exp.outline.setPosition(pos, 0, 1); + } + if (exp.isHtml) { + if (args.prop == 'left') + exp.mediumContent.style.left = (x.pos - val) +'px'; + if (args.prop == 'top') + exp.mediumContent.style.top = (y.pos - val) +'px'; + } + } + }); + hs.animate( this.content, to.content, dur, easing, after); + if (up) { + this.wrapper.style.visibility = 'visible'; + this.content.style.visibility = 'visible'; + if (this.isHtml) this.innerContent.style.visibility = 'visible'; + this.a.className += ' highslide-active-anchor'; + } +}, + + + +fade : function(up, to) { + this.outlineWhileAnimating = false; + var exp = this, t = up ? hs.expandDuration : 0; + + if (up) { + hs.animate(this.wrapper, to.wrapper, 0); + hs.setStyles(this.wrapper, { opacity: 0, visibility: 'visible' }); + hs.animate(this.content, to.content, 0); + this.content.style.visibility = 'visible'; + + hs.animate(this.wrapper, { opacity: 1 }, t, null, + function() { exp.afterExpand(); }); + } + + if (this.outline) { + this.outline.table.style.zIndex = this.wrapper.style.zIndex; + var dir = up || -1, + offset = this.outline.offset, + startOff = up ? 3 : offset, + endOff = up? offset : 3; + for (var i = startOff; dir * i <= dir * endOff; i += dir, t += 25) { + (function() { + var o = up ? endOff - i : startOff - i; + setTimeout(function() { + exp.outline.setPosition(0, o, 1); + }, t); + })(); + } + } + + + if (up) {}//setTimeout(function() { exp.afterExpand(); }, t+50); + else { + setTimeout( function() { + if (exp.outline) exp.outline.destroy(exp.preserveContent); + + exp.destroyOverlays(); + + hs.animate( exp.wrapper, { opacity: 0 }, hs.restoreDuration, null, function(){ + exp.afterClose(); + }); + }, t); + } +}, +crossfade : function (up, to, from) { + if (!up) return; + var exp = this, + last = this.last, + x = this.x, + y = this.y, + lastX = last.x, + lastY = last.y, + wrapper = this.wrapper, + content = this.content, + overlayBox = this.overlayBox; + hs.removeEventListener(document, 'mousemove', hs.dragHandler); + + hs.setStyles(content, { + width: (x.imgSize || x.size) +'px', + height: (y.imgSize || y.size) +'px' + }); + if (overlayBox) overlayBox.style.overflow = 'visible'; + this.outline = last.outline; + if (this.outline) this.outline.exp = exp; + last.outline = null; + var fadeBox = hs.createElement('div', { + className: 'highslide-'+ this.contentType + }, { + position: 'absolute', + zIndex: 4, + overflow: 'hidden', + display: 'none' + } + ); + var names = { oldImg: last, newImg: this }; + for (var n in names) { + this[n] = names[n].content.cloneNode(1); + hs.setStyles(this[n], { + position: 'absolute', + border: 0, + visibility: 'visible' + }); + fadeBox.appendChild(this[n]); + } + wrapper.appendChild(fadeBox); + if (this.isHtml) hs.setStyles(this.mediumContent, { + left: 0, + top: 0 + }); + if (overlayBox) { + overlayBox.className = ''; + wrapper.appendChild(overlayBox); + } + fadeBox.style.display = ''; + last.content.style.display = 'none'; + + + if (hs.safari && hs.uaVersion < 525) { + this.wrapper.style.visibility = 'visible'; + } + hs.animate(wrapper, { + width: x.size + }, { + duration: hs.transitionDuration, + step: function(val, args) { + var pos = args.pos, + invPos = 1 - pos; + var prop, + size = {}, + props = ['pos', 'size', 'p1', 'p2']; + for (var n in props) { + prop = props[n]; + size['x'+ prop] = Math.round(invPos * lastX[prop] + pos * x[prop]); + size['y'+ prop] = Math.round(invPos * lastY[prop] + pos * y[prop]); + size.ximgSize = Math.round( + invPos * (lastX.imgSize || lastX.size) + pos * (x.imgSize || x.size)); + size.ximgPad = Math.round(invPos * lastX.get('imgPad') + pos * x.get('imgPad')); + size.yimgSize = Math.round( + invPos * (lastY.imgSize || lastY.size) + pos * (y.imgSize || y.size)); + size.yimgPad = Math.round(invPos * lastY.get('imgPad') + pos * y.get('imgPad')); + } + if (exp.outline) exp.outline.setPosition({ + x: size.xpos, + y: size.ypos, + w: size.xsize + size.xp1 + size.xp2 + 2 * x.cb, + h: size.ysize + size.yp1 + size.yp2 + 2 * y.cb + }); + last.wrapper.style.clip = 'rect(' + + (size.ypos - lastY.pos)+'px, ' + + (size.xsize + size.xp1 + size.xp2 + size.xpos + 2 * lastX.cb - lastX.pos) +'px, ' + + (size.ysize + size.yp1 + size.yp2 + size.ypos + 2 * lastY.cb - lastY.pos) +'px, ' + + (size.xpos - lastX.pos)+'px)'; + + hs.setStyles(content, { + top: (size.yp1 + y.get('imgPad')) +'px', + left: (size.xp1 + x.get('imgPad')) +'px', + marginTop: (y.pos - size.ypos) +'px', + marginLeft: (x.pos - size.xpos) +'px' + }); + hs.setStyles(wrapper, { + top: size.ypos +'px', + left: size.xpos +'px', + width: (size.xp1 + size.xp2 + size.xsize + 2 * x.cb)+ 'px', + height: (size.yp1 + size.yp2 + size.ysize + 2 * y.cb) + 'px' + }); + hs.setStyles(fadeBox, { + width: (size.ximgSize || size.xsize) + 'px', + height: (size.yimgSize || size.ysize) +'px', + left: (size.xp1 + size.ximgPad) +'px', + top: (size.yp1 + size.yimgPad) +'px', + visibility: 'visible' + }); + + hs.setStyles(exp.oldImg, { + top: (lastY.pos - size.ypos + lastY.p1 - size.yp1 + lastY.get('imgPad') - size.yimgPad)+'px', + left: (lastX.pos - size.xpos + lastX.p1 - size.xp1 + lastX.get('imgPad') - size.ximgPad)+'px' + }); + + hs.setStyles(exp.newImg, { + opacity: pos, + top: (y.pos - size.ypos + y.p1 - size.yp1 + y.get('imgPad') - size.yimgPad) +'px', + left: (x.pos - size.xpos + x.p1 - size.xp1 + x.get('imgPad') - size.ximgPad) +'px' + }); + if (overlayBox) hs.setStyles(overlayBox, { + width: size.xsize + 'px', + height: size.ysize +'px', + left: (size.xp1 + x.cb) +'px', + top: (size.yp1 + y.cb) +'px' + }); + }, + complete: function () { + wrapper.style.visibility = content.style.visibility = 'visible'; + content.style.display = 'block'; + hs.discardElement(fadeBox); + exp.afterExpand(); + last.afterClose(); + exp.last = null; + } + + }); +}, +reuseOverlay : function(o, el) { + if (!this.last) return false; + for (var i = 0; i < this.last.overlays.length; i++) { + var oDiv = hs.$('hsId'+ this.last.overlays[i]); + if (oDiv && oDiv.hsId == o.hsId) { + this.genOverlayBox(); + oDiv.reuse = this.key; + hs.push(this.overlays, this.last.overlays[i]); + return true; + } + } + return false; +}, + + +afterExpand : function() { + this.isExpanded = true; + this.focus(); + + if (this.isHtml && this.objectLoadTime == 'after') this.writeExtendedContent(); + if (this.iframe) { + try { + var exp = this, + doc = this.iframe.contentDocument || this.iframe.contentWindow.document; + hs.addEventListener(doc, 'mousedown', function () { + if (hs.focusKey != exp.key) exp.focus(); + }); + } catch(e) {} + if (hs.ie && typeof this.isClosing != 'boolean') // first open + this.iframe.style.width = (this.objectWidth - 1) +'px'; // hasLayout + } + if (this.dimmingOpacity) hs.dim(this); + if (hs.upcoming && hs.upcoming == this.a) hs.upcoming = null; + this.prepareNextOutline(); + var p = hs.page, mX = hs.mouse.x + p.scrollLeft, mY = hs.mouse.y + p.scrollTop; + this.mouseIsOver = this.x.pos < mX && mX < this.x.pos + this.x.get('wsize') + && this.y.pos < mY && mY < this.y.pos + this.y.get('wsize'); + if (this.overlayBox) this.showOverlays(); + hs.fireEvent(this, 'onAfterExpand'); + +}, + + +prepareNextOutline : function() { + var key = this.key; + var outlineType = this.outlineType; + new hs.Outline(outlineType, + function () { try { hs.expanders[key].preloadNext(); } catch (e) {} }); +}, + + +preloadNext : function() { + var next = this.getAdjacentAnchor(1); + if (next && next.onclick.toString().match(/hs\.expand/)) + var img = hs.createElement('img', { src: hs.getSrc(next) }); +}, + + +getAdjacentAnchor : function(op) { + var current = this.getAnchorIndex(), as = hs.anchors.groups[this.slideshowGroup || 'none']; + if (as && !as[current + op] && this.slideshow && this.slideshow.repeat) { + if (op == 1) return as[0]; + else if (op == -1) return as[as.length-1]; + } + return (as && as[current + op]) || null; +}, + +getAnchorIndex : function() { + var arr = hs.getAnchors().groups[this.slideshowGroup || 'none']; + if (arr) for (var i = 0; i < arr.length; i++) { + if (arr[i] == this.a) return i; + } + return null; +}, + + +getNumber : function() { + if (this[this.numberPosition]) { + var arr = hs.anchors.groups[this.slideshowGroup || 'none']; + if (arr) { + var s = hs.lang.number.replace('%1', this.getAnchorIndex() + 1).replace('%2', arr.length); + this[this.numberPosition].innerHTML = + '
      '+ s +'
      '+ this[this.numberPosition].innerHTML; + } + } +}, +initSlideshow : function() { + if (!this.last) { + for (var i = 0; i < hs.slideshows.length; i++) { + var ss = hs.slideshows[i], sg = ss.slideshowGroup; + if (typeof sg == 'undefined' || sg === null || sg === this.slideshowGroup) + this.slideshow = new hs.Slideshow(this.key, ss); + } + } else { + this.slideshow = this.last.slideshow; + } + var ss = this.slideshow; + if (!ss) return; + var key = ss.expKey = this.key; + + ss.checkFirstAndLast(); + ss.disable('full-expand'); + if (ss.controls) { + this.createOverlay(hs.extend(ss.overlayOptions || {}, { + overlayId: ss.controls, + hsId: 'controls', + zIndex: 5 + })); + } + if (ss.thumbstrip) ss.thumbstrip.add(this); + if (!this.last && this.autoplay) ss.play(true); + if (ss.autoplay) { + ss.autoplay = setTimeout(function() { + hs.next(key); + }, (ss.interval || 500)); + } +}, + +cancelLoading : function() { + hs.discardElement (this.wrapper); + hs.expanders[this.key] = null; + if (hs.upcoming == this.a) hs.upcoming = null; + hs.undim(this.key); + if (this.loading) hs.loading.style.left = '-9999px'; + hs.fireEvent(this, 'onHideLoading'); +}, + +writeCredits : function () { + if (this.credits) return; + this.credits = hs.createElement('a', { + href: hs.creditsHref, + target: hs.creditsTarget, + className: 'highslide-credits', + innerHTML: hs.lang.creditsText, + title: hs.lang.creditsTitle + }); + this.createOverlay({ + overlayId: this.credits, + position: this.creditsPosition || 'top left', + hsId: 'credits' + }); +}, + +getInline : function(types, addOverlay) { + for (var i = 0; i < types.length; i++) { + var type = types[i], s = null; + if (type == 'caption' && !hs.fireEvent(this, 'onBeforeGetCaption')) return; + else if (type == 'heading' && !hs.fireEvent(this, 'onBeforeGetHeading')) return; + if (!this[type +'Id'] && this.thumbsUserSetId) + this[type +'Id'] = type +'-for-'+ this.thumbsUserSetId; + if (this[type +'Id']) this[type] = hs.getNode(this[type +'Id']); + if (!this[type] && !this[type +'Text'] && this[type +'Eval']) try { + s = eval(this[type +'Eval']); + } catch (e) {} + if (!this[type] && this[type +'Text']) { + s = this[type +'Text']; + } + if (!this[type] && !s) { + this[type] = hs.getNode(this.a['_'+ type + 'Id']); + if (!this[type]) { + var next = this.a.nextSibling; + while (next && !hs.isHsAnchor(next)) { + if ((new RegExp('highslide-'+ type)).test(next.className || null)) { + if (!next.id) this.a['_'+ type + 'Id'] = next.id = 'hsId'+ hs.idCounter++; + this[type] = hs.getNode(next.id); + break; + } + next = next.nextSibling; + } + } + } + if (!this[type] && !s && this.numberPosition == type) s = '\n'; + + if (!this[type] && s) this[type] = hs.createElement('div', + { className: 'highslide-'+ type, innerHTML: s } ); + + if (addOverlay && this[type]) { + var o = { position: (type == 'heading') ? 'above' : 'below' }; + for (var x in this[type+'Overlay']) o[x] = this[type+'Overlay'][x]; + o.overlayId = this[type]; + this.createOverlay(o); + } + } +}, + + +// on end move and resize +doShowHide : function(visibility) { + if (hs.hideSelects) this.showHideElements('SELECT', visibility); + if (hs.hideIframes) this.showHideElements('IFRAME', visibility); + if (hs.geckoMac) this.showHideElements('*', visibility); +}, +showHideElements : function (tagName, visibility) { + var els = document.getElementsByTagName(tagName); + var prop = tagName == '*' ? 'overflow' : 'visibility'; + for (var i = 0; i < els.length; i++) { + if (prop == 'visibility' || (document.defaultView.getComputedStyle( + els[i], "").getPropertyValue('overflow') == 'auto' + || els[i].getAttribute('hidden-by') != null)) { + var hiddenBy = els[i].getAttribute('hidden-by'); + if (visibility == 'visible' && hiddenBy) { + hiddenBy = hiddenBy.replace('['+ this.key +']', ''); + els[i].setAttribute('hidden-by', hiddenBy); + if (!hiddenBy) els[i].style[prop] = els[i].origProp; + } else if (visibility == 'hidden') { // hide if behind + var elPos = hs.getPosition(els[i]); + elPos.w = els[i].offsetWidth; + elPos.h = els[i].offsetHeight; + if (!this.dimmingOpacity) { // hide all if dimming + + var clearsX = (elPos.x + elPos.w < this.x.get('opos') + || elPos.x > this.x.get('opos') + this.x.get('osize')); + var clearsY = (elPos.y + elPos.h < this.y.get('opos') + || elPos.y > this.y.get('opos') + this.y.get('osize')); + } + var wrapperKey = hs.getWrapperKey(els[i]); + if (!clearsX && !clearsY && wrapperKey != this.key) { // element falls behind image + if (!hiddenBy) { + els[i].setAttribute('hidden-by', '['+ this.key +']'); + els[i].origProp = els[i].style[prop]; + els[i].style[prop] = 'hidden'; + + } else if (hiddenBy.indexOf('['+ this.key +']') == -1) { + els[i].setAttribute('hidden-by', hiddenBy + '['+ this.key +']'); + } + } else if ((hiddenBy == '['+ this.key +']' || hs.focusKey == wrapperKey) + && wrapperKey != this.key) { // on move + els[i].setAttribute('hidden-by', ''); + els[i].style[prop] = els[i].origProp || ''; + } else if (hiddenBy && hiddenBy.indexOf('['+ this.key +']') > -1) { + els[i].setAttribute('hidden-by', hiddenBy.replace('['+ this.key +']', '')); + } + + } + } + } +}, + +focus : function() { + this.wrapper.style.zIndex = hs.zIndexCounter += 2; + // blur others + for (var i = 0; i < hs.expanders.length; i++) { + if (hs.expanders[i] && i == hs.focusKey) { + var blurExp = hs.expanders[i]; + blurExp.content.className += ' highslide-'+ blurExp.contentType +'-blur'; + if (blurExp.isImage) { + blurExp.content.style.cursor = hs.ieLt7 ? 'hand' : 'pointer'; + blurExp.content.title = hs.lang.focusTitle; + } + hs.fireEvent(blurExp, 'onBlur'); + } + } + + // focus this + if (this.outline) this.outline.table.style.zIndex + = this.wrapper.style.zIndex - 1; + this.content.className = 'highslide-'+ this.contentType; + if (this.isImage) { + this.content.title = hs.lang.restoreTitle; + + if (hs.restoreCursor) { + hs.styleRestoreCursor = window.opera ? 'pointer' : 'url('+ hs.graphicsDir + hs.restoreCursor +'), pointer'; + if (hs.ieLt7 && hs.uaVersion < 6) hs.styleRestoreCursor = 'hand'; + this.content.style.cursor = hs.styleRestoreCursor; + } + } + hs.focusKey = this.key; + hs.addEventListener(document, window.opera ? 'keypress' : 'keydown', hs.keyHandler); + hs.fireEvent(this, 'onFocus'); +}, +moveTo: function(x, y) { + this.x.setPos(x); + this.y.setPos(y); +}, +resize : function (e) { + var w, h, r = e.width / e.height; + w = Math.max(e.width + e.dX, Math.min(this.minWidth, this.x.full)); + if (this.isImage && Math.abs(w - this.x.full) < 12) w = this.x.full; + h = this.isHtml ? e.height + e.dY : w / r; + if (h < Math.min(this.minHeight, this.y.full)) { + h = Math.min(this.minHeight, this.y.full); + if (this.isImage) w = h * r; + } + this.resizeTo(w, h); +}, +resizeTo: function(w, h) { + this.y.setSize(h); + this.x.setSize(w); + this.wrapper.style.height = this.y.get('wsize') +'px'; +}, + +close : function() { + if (this.isClosing || !this.isExpanded) return; + if (this.transitions[1] == 'crossfade' && hs.upcoming) { + hs.getExpander(hs.upcoming).cancelLoading(); + hs.upcoming = null; + } + if (!hs.fireEvent(this, 'onBeforeClose')) return; + this.isClosing = true; + if (this.slideshow && !hs.upcoming) this.slideshow.pause(); + + hs.removeEventListener(document, window.opera ? 'keypress' : 'keydown', hs.keyHandler); + + try { + if (this.isHtml) this.htmlPrepareClose(); + this.content.style.cursor = 'default'; + this.changeSize( + 0, { + wrapper: { + width : this.x.t, + height : this.y.t, + left: this.x.tpos - this.x.cb + this.x.tb, + top: this.y.tpos - this.y.cb + this.y.tb + }, + content: { + left: 0, + top: 0, + width: this.x.t, + height: this.y.t + } + }, hs.restoreDuration + ); + } catch (e) { this.afterClose(); } +}, + +htmlPrepareClose : function() { + if (hs.geckoMac) { // bad redraws + if (!hs.mask) hs.mask = hs.createElement('div', null, + { position: 'absolute' }, hs.container); + hs.setStyles(hs.mask, { width: this.x.size +'px', height: this.y.size +'px', + left: this.x.pos +'px', top: this.y.pos +'px', display: 'block' }); + } + if (this.objectType == 'swf') try { hs.$(this.body.id).StopPlay(); } catch (e) {} + + if (this.objectLoadTime == 'after' && !this.preserveContent) this.destroyObject(); + if (this.scrollerDiv && this.scrollerDiv != this.scrollingContent) + this.scrollerDiv.style.overflow = 'hidden'; +}, + +destroyObject : function () { + if (hs.ie && this.iframe) + try { this.iframe.contentWindow.document.body.innerHTML = ''; } catch (e) {} + if (this.objectType == 'swf') swfobject.removeSWF(this.body.id); + this.body.innerHTML = ''; +}, + +sleep : function() { + if (this.outline) this.outline.table.style.display = 'none'; + this.releaseMask = null; + this.wrapper.style.display = 'none'; + this.isExpanded = false; + hs.push(hs.sleeping, this); +}, + +awake : function() {try { + + hs.expanders[this.key] = this; + + if (!hs.allowMultipleInstances &&hs.focusKey != this.key) { + try { hs.expanders[hs.focusKey].close(); } catch (e){} + } + + var z = hs.zIndexCounter++, stl = { display: '', zIndex: z }; + hs.setStyles (this.wrapper, stl); + this.isClosing = false; + + var o = this.outline || 0; + if (o) { + if (!this.outlineWhileAnimating) stl.visibility = 'hidden'; + hs.setStyles (o.table, stl); + } + if (this.slideshow) { + this.initSlideshow(); + } + + this.show(); +} catch (e) {} + + +}, + +createOverlay : function (o) { + var el = o.overlayId, + relToVP = (o.relativeTo == 'viewport' && !/panel$/.test(o.position)); + if (typeof el == 'string') el = hs.getNode(el); + if (o.html) el = hs.createElement('div', { innerHTML: o.html }); + if (!el || typeof el == 'string') return; + if (!hs.fireEvent(this, 'onCreateOverlay', { overlay: el })) return; + el.style.display = 'block'; + o.hsId = o.hsId || o.overlayId; + if (this.transitions[1] == 'crossfade' && this.reuseOverlay(o, el)) return; + this.genOverlayBox(); + var width = o.width && /^[0-9]+(px|%)$/.test(o.width) ? o.width : 'auto'; + if (/^(left|right)panel$/.test(o.position) && !/^[0-9]+px$/.test(o.width)) width = '200px'; + var overlay = hs.createElement( + 'div', { + id: 'hsId'+ hs.idCounter++, + hsId: o.hsId + }, { + position: 'absolute', + visibility: 'hidden', + width: width, + direction: hs.lang.cssDirection || '', + opacity: 0 + }, + relToVP ? hs.viewport :this.overlayBox, + true + ); + if (relToVP) overlay.hsKey = this.key; + + overlay.appendChild(el); + hs.extend(overlay, { + opacity: 1, + offsetX: 0, + offsetY: 0, + dur: (o.fade === 0 || o.fade === false || (o.fade == 2 && hs.ie)) ? 0 : 250 + }); + hs.extend(overlay, o); + + + if (this.gotOverlays) { + this.positionOverlay(overlay); + if (!overlay.hideOnMouseOut || this.mouseIsOver) + hs.animate(overlay, { opacity: overlay.opacity }, overlay.dur); + } + hs.push(this.overlays, hs.idCounter - 1); +}, +positionOverlay : function(overlay) { + var p = overlay.position || 'middle center', + relToVP = (overlay.relativeTo == 'viewport'), + offX = overlay.offsetX, + offY = overlay.offsetY; + if (relToVP) { + hs.viewport.style.display = 'block'; + overlay.hsKey = this.key; + if (overlay.offsetWidth > overlay.parentNode.offsetWidth) + overlay.style.width = '100%'; + } else + if (overlay.parentNode != this.overlayBox) this.overlayBox.appendChild(overlay); + if (/left$/.test(p)) overlay.style.left = offX +'px'; + + if (/center$/.test(p)) hs.setStyles (overlay, { + left: '50%', + marginLeft: (offX - Math.round(overlay.offsetWidth / 2)) +'px' + }); + + if (/right$/.test(p)) overlay.style.right = - offX +'px'; + + if (/^leftpanel$/.test(p)) { + hs.setStyles(overlay, { + right: '100%', + marginRight: this.x.cb +'px', + top: - this.y.cb +'px', + bottom: - this.y.cb +'px', + overflow: 'auto' + }); + this.x.p1 = overlay.offsetWidth; + + } else if (/^rightpanel$/.test(p)) { + hs.setStyles(overlay, { + left: '100%', + marginLeft: this.x.cb +'px', + top: - this.y.cb +'px', + bottom: - this.y.cb +'px', + overflow: 'auto' + }); + this.x.p2 = overlay.offsetWidth; + } + var parOff = overlay.parentNode.offsetHeight; + overlay.style.height = 'auto'; + if (relToVP && overlay.offsetHeight > parOff) + overlay.style.height = hs.ieLt7 ? parOff +'px' : '100%'; + + if (/^top/.test(p)) overlay.style.top = offY +'px'; + if (/^middle/.test(p)) hs.setStyles (overlay, { + top: '50%', + marginTop: (offY - Math.round(overlay.offsetHeight / 2)) +'px' + }); + if (/^bottom/.test(p)) overlay.style.bottom = - offY +'px'; + if (/^above$/.test(p)) { + hs.setStyles(overlay, { + left: (- this.x.p1 - this.x.cb) +'px', + right: (- this.x.p2 - this.x.cb) +'px', + bottom: '100%', + marginBottom: this.y.cb +'px', + width: 'auto' + }); + this.y.p1 = overlay.offsetHeight; + + } else if (/^below$/.test(p)) { + hs.setStyles(overlay, { + position: 'relative', + left: (- this.x.p1 - this.x.cb) +'px', + right: (- this.x.p2 - this.x.cb) +'px', + top: '100%', + marginTop: this.y.cb +'px', + width: 'auto' + }); + this.y.p2 = overlay.offsetHeight; + overlay.style.position = 'absolute'; + } +}, + +getOverlays : function() { + this.getInline(['heading', 'caption'], true); + this.getNumber(); + if (this.caption) hs.fireEvent(this, 'onAfterGetCaption'); + if (this.heading) hs.fireEvent(this, 'onAfterGetHeading'); + if (this.heading && this.dragByHeading) this.heading.className += ' highslide-move'; + if (hs.showCredits) this.writeCredits(); + for (var i = 0; i < hs.overlays.length; i++) { + var o = hs.overlays[i], tId = o.thumbnailId, sg = o.slideshowGroup; + if ((!tId && !sg) || (tId && tId == this.thumbsUserSetId) + || (sg && sg === this.slideshowGroup)) { + if (this.isImage || (this.isHtml && o.useOnHtml)) + this.createOverlay(o); + } + } + var os = []; + for (var i = 0; i < this.overlays.length; i++) { + var o = hs.$('hsId'+ this.overlays[i]); + if (/panel$/.test(o.position)) this.positionOverlay(o); + else hs.push(os, o); + } + for (var i = 0; i < os.length; i++) this.positionOverlay(os[i]); + this.gotOverlays = true; +}, +genOverlayBox : function() { + if (!this.overlayBox) this.overlayBox = hs.createElement ( + 'div', { + className: this.wrapperClassName + }, { + position : 'absolute', + width: (this.x.size || (this.useBox ? this.width : null) + || this.x.full) +'px', + height: (this.y.size || this.y.full) +'px', + visibility : 'hidden', + overflow : 'hidden', + zIndex : hs.ie ? 4 : 'auto' + }, + hs.container, + true + ); +}, +sizeOverlayBox : function(doWrapper, doPanels) { + var overlayBox = this.overlayBox, + x = this.x, + y = this.y; + hs.setStyles( overlayBox, { + width: x.size +'px', + height: y.size +'px' + }); + if (doWrapper || doPanels) { + for (var i = 0; i < this.overlays.length; i++) { + var o = hs.$('hsId'+ this.overlays[i]); + var ie6 = (hs.ieLt7 || document.compatMode == 'BackCompat'); + if (o && /^(above|below)$/.test(o.position)) { + if (ie6) { + o.style.width = (overlayBox.offsetWidth + 2 * x.cb + + x.p1 + x.p2) +'px'; + } + y[o.position == 'above' ? 'p1' : 'p2'] = o.offsetHeight; + } + if (o && ie6 && /^(left|right)panel$/.test(o.position)) { + o.style.height = (overlayBox.offsetHeight + 2* y.cb) +'px'; + } + } + } + if (doWrapper) { + hs.setStyles(this.content, { + top: y.p1 +'px' + }); + hs.setStyles(overlayBox, { + top: (y.p1 + y.cb) +'px' + }); + } +}, + +showOverlays : function() { + var b = this.overlayBox; + b.className = ''; + hs.setStyles(b, { + top: (this.y.p1 + this.y.cb) +'px', + left: (this.x.p1 + this.x.cb) +'px', + overflow : 'visible' + }); + if (hs.safari) b.style.visibility = 'visible'; + this.wrapper.appendChild (b); + for (var i = 0; i < this.overlays.length; i++) { + var o = hs.$('hsId'+ this.overlays[i]); + o.style.zIndex = o.zIndex || 4; + if (!o.hideOnMouseOut || this.mouseIsOver) { + o.style.visibility = 'visible'; + hs.setStyles(o, { visibility: 'visible', display: '' }); + hs.animate(o, { opacity: o.opacity }, o.dur); + } + } +}, + +destroyOverlays : function() { + if (!this.overlays.length) return; + if (this.slideshow) { + var c = this.slideshow.controls; + if (c && hs.getExpander(c) == this) c.parentNode.removeChild(c); + } + for (var i = 0; i < this.overlays.length; i++) { + var o = hs.$('hsId'+ this.overlays[i]); + if (o && o.parentNode == hs.viewport && hs.getExpander(o) == this) hs.discardElement(o); + } + if (this.isHtml && this.preserveContent) { + this.overlayBox.style.top = '-9999px'; + hs.container.appendChild(this.overlayBox); + } else + hs.discardElement(this.overlayBox); +}, + + + +createFullExpand : function () { + if (this.slideshow && this.slideshow.controls) { + this.slideshow.enable('full-expand'); + return; + } + this.fullExpandLabel = hs.createElement( + 'a', { + href: 'javascript:hs.expanders['+ this.key +'].doFullExpand();', + title: hs.lang.fullExpandTitle, + className: 'highslide-full-expand' + } + ); + if (!hs.fireEvent(this, 'onCreateFullExpand')) return; + + this.createOverlay({ + overlayId: this.fullExpandLabel, + position: hs.fullExpandPosition, + hideOnMouseOut: true, + opacity: hs.fullExpandOpacity + }); +}, + +doFullExpand : function () { + try { + if (!hs.fireEvent(this, 'onDoFullExpand')) return; + if (this.fullExpandLabel) hs.discardElement(this.fullExpandLabel); + + this.focus(); + var xSize = this.x.size, + ySize = this.y.size; + this.resizeTo(this.x.full, this.y.full); + + var xpos = this.x.pos - (this.x.size - xSize) / 2; + if (xpos < hs.marginLeft) xpos = hs.marginLeft; + + var ypos = this.y.pos - (this.y.size - ySize) / 2; + if (ypos < hs.marginTop) ypos = hs.marginTop; + + this.moveTo(xpos, ypos); + this.doShowHide('hidden'); + + } catch (e) { + this.error(e); + } +}, + + +afterClose : function () { + this.a.className = this.a.className.replace('highslide-active-anchor', ''); + + this.doShowHide('visible'); + + if (this.isHtml && this.preserveContent + && this.transitions[1] != 'crossfade') { + this.sleep(); + } else { + if (this.outline && this.outlineWhileAnimating) this.outline.destroy(); + + hs.discardElement(this.wrapper); + } + if (hs.mask) hs.mask.style.display = 'none'; + this.destroyOverlays(); + if (!hs.viewport.childNodes.length) hs.viewport.style.display = 'none'; + + if (this.dimmingOpacity) hs.undim(this.key); + hs.fireEvent(this, 'onAfterClose'); + hs.expanders[this.key] = null; + hs.reOrder(); +} + +}; + + +// hs.Ajax object prototype +hs.Ajax = function (a, content, pre) { + this.a = a; + this.content = content; + this.pre = pre; +}; + +hs.Ajax.prototype = { +run : function () { + var xhr; + if (!this.src) this.src = hs.getSrc(this.a); + if (this.src.match('#')) { + var arr = this.src.split('#'); + this.src = arr[0]; + this.id = arr[1]; + } + if (hs.cachedGets[this.src]) { + this.cachedGet = hs.cachedGets[this.src]; + if (this.id) this.getElementContent(); + else this.loadHTML(); + return; + } + try { xhr = new XMLHttpRequest(); } + catch (e) { + try { xhr = new ActiveXObject("Msxml2.XMLHTTP"); } + catch (e) { + try { xhr = new ActiveXObject("Microsoft.XMLHTTP"); } + catch (e) { this.onError(); } + } + } + var pThis = this; + xhr.onreadystatechange = function() { + if(pThis.xhr.readyState == 4) { + if (pThis.id) pThis.getElementContent(); + else pThis.loadHTML(); + } + }; + var src = this.src; + this.xhr = xhr; + if (hs.forceAjaxReload) + src = src.replace(/$/, (/\?/.test(src) ? '&' : '?') +'dummy='+ (new Date()).getTime()); + xhr.open('GET', src, true); + xhr.setRequestHeader('X-Requested-With', 'XMLHttpRequest'); + xhr.setRequestHeader('Content-Type', 'application/x-www-form-urlencoded'); + xhr.send(null); +}, + +getElementContent : function() { + hs.init(); + var attribs = window.opera || hs.ie6SSL ? { src: 'about:blank' } : null; + + this.iframe = hs.createElement('iframe', attribs, + { position: 'absolute', top: '-9999px' }, hs.container); + + this.loadHTML(); +}, + +loadHTML : function() { + var s = this.cachedGet || this.xhr.responseText, + regBody; + if (this.pre) hs.cachedGets[this.src] = s; + if (!hs.ie || hs.uaVersion >= 5.5) { + s = s.replace(new RegExp(']*>', 'gi'), '') + .replace(new RegExp(']*>.*?', 'gi'), ''); + if (this.iframe) { + var doc = this.iframe.contentDocument; + if (!doc && this.iframe.contentWindow) doc = this.iframe.contentWindow.document; + if (!doc) { // Opera + var pThis = this; + setTimeout(function() { pThis.loadHTML(); }, 25); + return; + } + doc.open(); + doc.write(s); + doc.close(); + try { s = doc.getElementById(this.id).innerHTML; } catch (e) { + try { s = this.iframe.document.getElementById(this.id).innerHTML; } catch (e) {} // opera + } + hs.discardElement(this.iframe); + } else { + regBody = /(]*>|<\/body>)/ig; + if (regBody.test(s)) s = s.split(regBody)[hs.ieLt9 ? 1 : 2]; + + } + } + hs.getElementByClass(this.content, 'DIV', 'highslide-body').innerHTML = s; + this.onLoad(); + for (var x in this) this[x] = null; +} +}; + + +hs.Slideshow = function (expKey, options) { + if (hs.dynamicallyUpdateAnchors !== false) hs.updateAnchors(); + this.expKey = expKey; + for (var x in options) this[x] = options[x]; + if (this.useControls) this.getControls(); + if (this.thumbstrip) this.thumbstrip = hs.Thumbstrip(this); +}; +hs.Slideshow.prototype = { +getControls: function() { + this.controls = hs.createElement('div', { innerHTML: hs.replaceLang(hs.skin.controls) }, + null, hs.container); + + var buttons = ['play', 'pause', 'previous', 'next', 'move', 'full-expand', 'close']; + this.btn = {}; + var pThis = this; + for (var i = 0; i < buttons.length; i++) { + this.btn[buttons[i]] = hs.getElementByClass(this.controls, 'li', 'highslide-'+ buttons[i]); + this.enable(buttons[i]); + } + this.btn.pause.style.display = 'none'; + //this.disable('full-expand'); +}, +checkFirstAndLast: function() { + if (this.repeat || !this.controls) return; + var exp = hs.expanders[this.expKey], + cur = exp.getAnchorIndex(), + re = /disabled$/; + if (cur == 0) + this.disable('previous'); + else if (re.test(this.btn.previous.getElementsByTagName('a')[0].className)) + this.enable('previous'); + if (cur + 1 == hs.anchors.groups[exp.slideshowGroup || 'none'].length) { + this.disable('next'); + this.disable('play'); + } else if (re.test(this.btn.next.getElementsByTagName('a')[0].className)) { + this.enable('next'); + this.enable('play'); + } +}, +enable: function(btn) { + if (!this.btn) return; + var sls = this, a = this.btn[btn].getElementsByTagName('a')[0], re = /disabled$/; + a.onclick = function() { + sls[btn](); + return false; + }; + if (re.test(a.className)) a.className = a.className.replace(re, ''); +}, +disable: function(btn) { + if (!this.btn) return; + var a = this.btn[btn].getElementsByTagName('a')[0]; + a.onclick = function() { return false; }; + if (!/disabled$/.test(a.className)) a.className += ' disabled'; +}, +hitSpace: function() { + if (this.autoplay) this.pause(); + else this.play(); +}, +play: function(wait) { + if (this.btn) { + this.btn.play.style.display = 'none'; + this.btn.pause.style.display = ''; + } + + this.autoplay = true; + if (!wait) hs.next(this.expKey); +}, +pause: function() { + if (this.btn) { + this.btn.pause.style.display = 'none'; + this.btn.play.style.display = ''; + } + + clearTimeout(this.autoplay); + this.autoplay = null; +}, +previous: function() { + this.pause(); + hs.previous(this.btn.previous); +}, +next: function() { + this.pause(); + hs.next(this.btn.next); +}, +move: function() {}, +'full-expand': function() { + hs.getExpander().doFullExpand(); +}, +close: function() { + hs.close(this.btn.close); +} +}; +hs.Thumbstrip = function(slideshow) { + function add (exp) { + hs.extend(options || {}, { + overlayId: dom, + hsId: 'thumbstrip', + className: 'highslide-thumbstrip-'+ mode +'-overlay ' + (options.className || '') + }); + if (hs.ieLt7) options.fade = 0; + exp.createOverlay(options); + hs.setStyles(dom.parentNode, { overflow: 'hidden' }); + }; + + function scroll (delta) { + selectThumb(undefined, Math.round(delta * dom[isX ? 'offsetWidth' : 'offsetHeight'] * 0.7)); + }; + + function selectThumb (i, scrollBy) { + if (i === undefined) for (var j = 0; j < group.length; j++) { + if (group[j] == hs.expanders[slideshow.expKey].a) { + i = j; + break; + } + } + if (i === undefined) return; + var as = dom.getElementsByTagName('a'), + active = as[i], + cell = active.parentNode, + left = isX ? 'Left' : 'Top', + right = isX ? 'Right' : 'Bottom', + width = isX ? 'Width' : 'Height', + offsetLeft = 'offset' + left, + offsetWidth = 'offset' + width, + overlayWidth = div.parentNode.parentNode[offsetWidth], + minTblPos = overlayWidth - table[offsetWidth], + curTblPos = parseInt(table.style[isX ? 'left' : 'top']) || 0, + tblPos = curTblPos, + mgnRight = 20; + if (scrollBy !== undefined) { + tblPos = curTblPos - scrollBy; + + if (minTblPos > 0) minTblPos = 0; + if (tblPos > 0) tblPos = 0; + if (tblPos < minTblPos) tblPos = minTblPos; + + + } else { + for (var j = 0; j < as.length; j++) as[j].className = ''; + active.className = 'highslide-active-anchor'; + var activeLeft = i > 0 ? as[i - 1].parentNode[offsetLeft] : cell[offsetLeft], + activeRight = cell[offsetLeft] + cell[offsetWidth] + + (as[i + 1] ? as[i + 1].parentNode[offsetWidth] : 0); + if (activeRight > overlayWidth - curTblPos) tblPos = overlayWidth - activeRight; + else if (activeLeft < -curTblPos) tblPos = -activeLeft; + } + var markerPos = cell[offsetLeft] + (cell[offsetWidth] - marker[offsetWidth]) / 2 + tblPos; + hs.animate(table, isX ? { left: tblPos } : { top: tblPos }, null, 'easeOutQuad'); + hs.animate(marker, isX ? { left: markerPos } : { top: markerPos }, null, 'easeOutQuad'); + scrollUp.style.display = tblPos < 0 ? 'block' : 'none'; + scrollDown.style.display = (tblPos > minTblPos) ? 'block' : 'none'; + + }; + + + // initialize + var group = hs.anchors.groups[hs.expanders[slideshow.expKey].slideshowGroup || 'none'], + options = slideshow.thumbstrip, + mode = options.mode || 'horizontal', + floatMode = (mode == 'float'), + tree = floatMode ? ['div', 'ul', 'li', 'span'] : ['table', 'tbody', 'tr', 'td'], + isX = (mode == 'horizontal'), + dom = hs.createElement('div', { + className: 'highslide-thumbstrip highslide-thumbstrip-'+ mode, + innerHTML: + '
      '+ + '<'+ tree[0] +'><'+ tree[1] +'>
      '+ + '
      '+ + '
      '+ + '
      ' + }, { + display: 'none' + }, hs.container), + domCh = dom.childNodes, + div = domCh[0], + scrollUp = domCh[1], + scrollDown = domCh[2], + marker = domCh[3], + table = div.firstChild, + tbody = dom.getElementsByTagName(tree[1])[0], + tr; + for (var i = 0; i < group.length; i++) { + if (i == 0 || !isX) tr = hs.createElement(tree[2], null, null, tbody); + (function(){ + var a = group[i], + cell = hs.createElement(tree[3], null, null, tr), + pI = i; + hs.createElement('a', { + href: a.href, + title: a.title, + onclick: function() { + if (/highslide-active-anchor/.test(this.className)) return false; + hs.getExpander(this).focus(); + return hs.transit(a); + }, + innerHTML: hs.stripItemFormatter ? hs.stripItemFormatter(a) : a.innerHTML + }, null, cell); + })(); + } + if (!floatMode) { + scrollUp.onclick = function () { scroll(-1); }; + scrollDown.onclick = function() { scroll(1); }; + hs.addEventListener(tbody, document.onmousewheel !== undefined ? + 'mousewheel' : 'DOMMouseScroll', function(e) { + var delta = 0; + e = e || window.event; + if (e.wheelDelta) { + delta = e.wheelDelta/120; + if (hs.opera) delta = -delta; + } else if (e.detail) { + delta = -e.detail/3; + } + if (delta) scroll(-delta * 0.2); + if (e.preventDefault) e.preventDefault(); + e.returnValue = false; + }); + } + + return { + add: add, + selectThumb: selectThumb + } +}; +hs.langDefaults = hs.lang; +// history +var HsExpander = hs.Expander; +if (hs.ie && window == window.top) { + (function () { + try { + document.documentElement.doScroll('left'); + } catch (e) { + setTimeout(arguments.callee, 50); + return; + } + hs.ready(); + })(); +} +hs.addEventListener(document, 'DOMContentLoaded', hs.ready); +hs.addEventListener(window, 'load', hs.ready); + +// set handlers +hs.addEventListener(document, 'ready', function() { + if (hs.expandCursor || hs.dimmingOpacity) { + var style = hs.createElement('style', { type: 'text/css' }, null, + document.getElementsByTagName('HEAD')[0]), + backCompat = document.compatMode == 'BackCompat'; + + + function addRule(sel, dec) { + if (hs.ie && (hs.uaVersion < 9 || backCompat)) { + var last = document.styleSheets[document.styleSheets.length - 1]; + if (typeof(last.addRule) == "object") last.addRule(sel, dec); + } else { + style.appendChild(document.createTextNode(sel + " {" + dec + "}")); + } + } + function fix(prop) { + return 'expression( ( ( ignoreMe = document.documentElement.'+ prop + + ' ? document.documentElement.'+ prop +' : document.body.'+ prop +' ) ) + \'px\' );'; + } + if (hs.expandCursor) addRule ('.highslide img', + 'cursor: url('+ hs.graphicsDir + hs.expandCursor +'), pointer !important;'); + addRule ('.highslide-viewport-size', + hs.ie && (hs.uaVersion < 7 || backCompat) ? + 'position: absolute; '+ + 'left:'+ fix('scrollLeft') + + 'top:'+ fix('scrollTop') + + 'width:'+ fix('clientWidth') + + 'height:'+ fix('clientHeight') : + 'position: fixed; width: 100%; height: 100%; left: 0; top: 0'); + } +}); +hs.addEventListener(window, 'resize', function() { + hs.getPageSize(); + if (hs.viewport) for (var i = 0; i < hs.viewport.childNodes.length; i++) { + var node = hs.viewport.childNodes[i], + exp = hs.getExpander(node); + exp.positionOverlay(node); + if (node.hsId == 'thumbstrip') exp.slideshow.thumbstrip.selectThumb(); + } +}); +hs.addEventListener(document, 'mousemove', function(e) { + hs.mouse = { x: e.clientX, y: e.clientY }; +}); +hs.addEventListener(document, 'mousedown', hs.mouseClickHandler); +hs.addEventListener(document, 'mouseup', hs.mouseClickHandler); +hs.addEventListener(document, 'ready', hs.setClickEvents); +hs.addEventListener(window, 'load', hs.preloadImages); +hs.addEventListener(window, 'load', hs.preloadAjax); +} diff --git a/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/highslide/highslide-full.min.js b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/highslide/highslide-full.min.js new file mode 100644 index 0000000..8674ad9 --- /dev/null +++ b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/highslide/highslide-full.min.js @@ -0,0 +1,9 @@ +/** + * Name: Highslide JS + * Version: 4.1.13 (2011-10-06) + * Config: default +events +unobtrusive +imagemap +slideshow +positioning +transitions +viewport +thumbstrip +inline +ajax +iframe +flash + * Author: Torstein Hønsi + * Support: www.highslide.com/support + * License: www.highslide.com/#license + */ +if(!hs){var hs={lang:{cssDirection:"ltr",loadingText:"Loading...",loadingTitle:"Click to cancel",focusTitle:"Click to bring to front",fullExpandTitle:"Expand to actual size (f)",creditsText:"Powered by Highslide JS",creditsTitle:"Go to the Highslide JS homepage",previousText:"Previous",nextText:"Next",moveText:"Move",closeText:"Close",closeTitle:"Close (esc)",resizeTitle:"Resize",playText:"Play",playTitle:"Play slideshow (spacebar)",pauseText:"Pause",pauseTitle:"Pause slideshow (spacebar)",previousTitle:"Previous (arrow left)",nextTitle:"Next (arrow right)",moveTitle:"Move",fullExpandText:"1:1",number:"Image %1 of %2",restoreTitle:"Click to close image, click and drag to move. Use arrow keys for next and previous."},graphicsDir:"highslide/graphics/",expandCursor:"zoomin.cur",restoreCursor:"zoomout.cur",expandDuration:250,restoreDuration:250,marginLeft:15,marginRight:15,marginTop:15,marginBottom:15,zIndexCounter:10001,loadingOpacity:0.75,allowMultipleInstances:true,numberOfImagesToPreload:5,outlineWhileAnimating:2,outlineStartOffset:3,padToMinWidth:false,fullExpandPosition:"bottom right",fullExpandOpacity:1,showCredits:true,creditsHref:"http://highslide.com/",creditsTarget:"_self",enableKeyListener:true,openerTagNames:["a","area"],transitions:[],transitionDuration:250,dimmingOpacity:0,dimmingDuration:50,allowWidthReduction:false,allowHeightReduction:true,preserveContent:true,objectLoadTime:"before",cacheAjax:true,anchor:"auto",align:"auto",targetX:null,targetY:null,dragByHeading:true,minWidth:200,minHeight:200,allowSizeReduction:true,outlineType:"drop-shadow",skin:{controls:'',contentWrapper:'
      '},preloadTheseImages:[],continuePreloading:true,expanders:[],overrides:["allowSizeReduction","useBox","anchor","align","targetX","targetY","outlineType","outlineWhileAnimating","captionId","captionText","captionEval","captionOverlay","headingId","headingText","headingEval","headingOverlay","creditsPosition","dragByHeading","autoplay","numberPosition","transitions","dimmingOpacity","width","height","contentId","allowWidthReduction","allowHeightReduction","preserveContent","maincontentId","maincontentText","maincontentEval","objectType","cacheAjax","objectWidth","objectHeight","objectLoadTime","swfOptions","wrapperClassName","minWidth","minHeight","maxWidth","maxHeight","pageOrigin","slideshowGroup","easing","easingClose","fadeInOut","src"],overlays:[],idCounter:0,oPos:{x:["leftpanel","left","center","right","rightpanel"],y:["above","top","middle","bottom","below"]},mouse:{},headingOverlay:{},captionOverlay:{},swfOptions:{flashvars:{},params:{},attributes:{}},timers:[],slideshows:[],pendingOutlines:{},sleeping:[],preloadTheseAjax:[],cacheBindings:[],cachedGets:{},clones:{},onReady:[],uaVersion:/Trident\/4\.0/.test(navigator.userAgent)?8:parseFloat((navigator.userAgent.toLowerCase().match(/.+(?:rv|it|ra|ie)[\/: ]([\d.]+)/)||[0,"0"])[1]),ie:(document.all&&!window.opera),safari:/Safari/.test(navigator.userAgent),geckoMac:/Macintosh.+rv:1\.[0-8].+Gecko/.test(navigator.userAgent),$:function(a){if(a){return document.getElementById(a)}},push:function(a,b){a[a.length]=b},createElement:function(a,f,e,d,c){var b=document.createElement(a);if(f){hs.extend(b,f)}if(c){hs.setStyles(b,{padding:0,border:"none",margin:0})}if(e){hs.setStyles(b,e)}if(d){d.appendChild(b)}return b},extend:function(b,c){for(var a in c){b[a]=c[a]}return b},setStyles:function(b,c){for(var a in c){if(hs.ieLt9&&a=="opacity"){if(c[a]>0.99){b.style.removeAttribute("filter")}else{b.style.filter="alpha(opacity="+(c[a]*100)+")"}}else{b.style[a]=c[a]}}},animate:function(f,a,d){var c,g,j;if(typeof d!="object"||d===null){var i=arguments;d={duration:i[2],easing:i[3],complete:i[4]}}if(typeof d.duration!="number"){d.duration=250}d.easing=Math[d.easing]||Math.easeInQuad;d.curAnim=hs.extend({},a);for(var b in a){var h=new hs.fx(f,d,b);c=parseFloat(hs.css(f,b))||0;g=parseFloat(a[b]);j=b!="opacity"?"px":"";h.custom(c,g,j)}},css:function(a,c){if(a.style[c]){return a.style[c]}else{if(document.defaultView){return document.defaultView.getComputedStyle(a,null).getPropertyValue(c)}else{if(c=="opacity"){c="filter"}var b=a.currentStyle[c.replace(/\-(\w)/g,function(e,d){return d.toUpperCase()})];if(c=="filter"){b=b.replace(/alpha\(opacity=([0-9]+)\)/,function(e,d){return d/100})}return b===""?1:b}}},getPageSize:function(){var f=document,b=window,e=f.compatMode&&f.compatMode!="BackCompat"?f.documentElement:f.body,g=hs.ie&&(hs.uaVersion<9||typeof pageXOffset=="undefined");var c=g?e.clientWidth:(f.documentElement.clientWidth||self.innerWidth),a=g?e.clientHeight:self.innerHeight;hs.page={width:c,height:a,scrollLeft:g?e.scrollLeft:pageXOffset,scrollTop:g?e.scrollTop:pageYOffset};return hs.page},getPosition:function(c){if(/area/i.test(c.tagName)){var e=document.getElementsByTagName("img");for(var b=0;bc){c=f;b=d}}}if(b==-1){hs.focusKey=-1}else{a[b].focus()}},getParam:function(b,d){b.getParams=b.onclick;var c=b.getParams?b.getParams():null;b.getParams=null;return(c&&typeof c[d]!="undefined")?c[d]:(typeof hs[d]!="undefined"?hs[d]:null)},getSrc:function(b){var c=hs.getParam(b,"src");if(c){return c}return b.href},getNode:function(e){var c=hs.$(e),d=hs.clones[e],b={};if(!c&&!d){return null}if(!d){d=c.cloneNode(true);d.id="";hs.clones[e]=d;return c}else{return d.cloneNode(true)}},discardElement:function(a){if(a){hs.garbageBin.appendChild(a)}hs.garbageBin.innerHTML=""},dim:function(d){if(!hs.dimmer){a=true;hs.dimmer=hs.createElement("div",{className:"highslide-dimming highslide-viewport-size",owner:"",onclick:function(){if(hs.fireEvent(hs,"onDimmerClick")){hs.close()}}},{visibility:"visible",opacity:0},hs.container,true);if(/(Android|iPad|iPhone|iPod)/.test(navigator.userAgent)){var b=document.body;function c(){hs.setStyles(hs.dimmer,{width:b.scrollWidth+"px",height:b.scrollHeight+"px"})}c();hs.addEventListener(window,"resize",c)}}hs.dimmer.style.display="";var a=hs.dimmer.owner=="";hs.dimmer.owner+="|"+d.key;if(a){if(hs.geckoMac&&hs.dimmingGeckoFix){hs.setStyles(hs.dimmer,{background:"url("+hs.graphicsDir+"geckodimmer.png)",opacity:1})}else{hs.animate(hs.dimmer,{opacity:d.dimmingOpacity},hs.dimmingDuration)}}},undim:function(a){if(!hs.dimmer){return}if(typeof a!="undefined"){hs.dimmer.owner=hs.dimmer.owner.replace("|"+a,"")}if((typeof a!="undefined"&&hs.dimmer.owner!="")||(hs.upcoming&&hs.getParam(hs.upcoming,"dimmingOpacity"))){return}if(hs.geckoMac&&hs.dimmingGeckoFix){hs.dimmer.style.display="none"}else{hs.animate(hs.dimmer,{opacity:0},hs.dimmingDuration,null,function(){hs.dimmer.style.display="none"})}},transit:function(a,d){var b=d||hs.getExpander();d=b;if(hs.upcoming){return false}else{hs.last=b}hs.removeEventListener(document,window.opera?"keypress":"keydown",hs.keyHandler);try{hs.upcoming=a;a.onclick()}catch(c){hs.last=hs.upcoming=null}try{if(!a||d.transitions[1]!="crossfade"){d.close()}}catch(c){}return false},previousOrNext:function(a,c){var b=hs.getExpander(a);if(b){return hs.transit(b.getAdjacentAnchor(c),b)}else{return false}},previous:function(a){return hs.previousOrNext(a,-1)},next:function(a){return hs.previousOrNext(a,1)},keyHandler:function(a){if(!a){a=window.event}if(!a.target){a.target=a.srcElement}if(typeof a.target.form!="undefined"){return true}if(!hs.fireEvent(hs,"onKeyDown",a)){return true}var b=hs.getExpander();var c=null;switch(a.keyCode){case 70:if(b){b.doFullExpand()}return true;case 32:c=2;break;case 34:case 39:case 40:c=1;break;case 8:case 33:case 37:case 38:c=-1;break;case 27:case 13:c=0}if(c!==null){if(c!=2){hs.removeEventListener(document,window.opera?"keypress":"keydown",hs.keyHandler)}if(!hs.enableKeyListener){return true}if(a.preventDefault){a.preventDefault()}else{a.returnValue=false}if(b){if(c==0){b.close()}else{if(c==2){if(b.slideshow){b.slideshow.hitSpace()}}else{if(b.slideshow){b.slideshow.pause()}hs.previousOrNext(b.key,c)}}return false}}return true},registerOverlay:function(a){hs.push(hs.overlays,hs.extend(a,{hsId:"hsId"+hs.idCounter++}))},addSlideshow:function(b){var d=b.slideshowGroup;if(typeof d=="object"){for(var c=0;c1){return true}if(!d.target){d.target=d.srcElement}var b=d.target;while(b.parentNode&&!(/highslide-(image|move|html|resize)/.test(b.className))){b=b.parentNode}var f=hs.getExpander(b);if(f&&(f.isClosing||!f.isExpanded)){return true}if(f&&d.type=="mousedown"){if(d.target.form){return true}var a=b.className.match(/highslide-(image|move|resize)/);if(a){hs.dragArgs={exp:f,type:a[1],left:f.x.pos,width:f.x.size,top:f.y.pos,height:f.y.size,clickX:d.clientX,clickY:d.clientY};hs.addEventListener(document,"mousemove",hs.dragHandler);if(d.preventDefault){d.preventDefault()}if(/highslide-(image|html)-blur/.test(f.content.className)){f.focus();hs.hasFocused=true}return false}else{if(/highslide-html/.test(b.className)&&hs.focusKey!=f.key){f.focus();f.doShowHide("hidden")}}}else{if(d.type=="mouseup"){hs.removeEventListener(document,"mousemove",hs.dragHandler);if(hs.dragArgs){if(hs.styleRestoreCursor&&hs.dragArgs.type=="image"){hs.dragArgs.exp.content.style.cursor=hs.styleRestoreCursor}var c=hs.dragArgs.hasDragged;if(!c&&!hs.hasFocused&&!/(move|resize)/.test(hs.dragArgs.type)){if(hs.fireEvent(f,"onImageClick")){f.close()}}else{if(c||(!c&&hs.hasHtmlExpanders)){hs.dragArgs.exp.doShowHide("hidden")}}if(hs.dragArgs.exp.releaseMask){hs.dragArgs.exp.releaseMask.style.display="none"}if(c){hs.fireEvent(hs.dragArgs.exp,"onDrop",hs.dragArgs)}hs.hasFocused=false;hs.dragArgs=null}else{if(/highslide-image-blur/.test(b.className)){b.style.cursor=hs.styleRestoreCursor}}}}return false},dragHandler:function(c){if(!hs.dragArgs){return true}if(!c){c=window.event}var b=hs.dragArgs,d=b.exp;if(d.iframe){if(!d.releaseMask){d.releaseMask=hs.createElement("div",null,{position:"absolute",width:d.x.size+"px",height:d.y.size+"px",left:d.x.cb+"px",top:d.y.cb+"px",zIndex:4,background:(hs.ieLt9?"white":"none"),opacity:0.01},d.wrapper,true)}if(d.releaseMask.style.display=="none"){d.releaseMask.style.display=""}}b.dX=c.clientX-b.clickX;b.dY=c.clientY-b.clickY;var f=Math.sqrt(Math.pow(b.dX,2)+Math.pow(b.dY,2));if(!b.hasDragged){b.hasDragged=(b.type!="image"&&f>0)||(f>(hs.dragSensitivity||5))}if(b.hasDragged&&c.clientX>5&&c.clientY>5){if(!hs.fireEvent(d,"onDrag",b)){return false}if(b.type=="resize"){d.resize(b)}else{d.moveTo(b.left+b.dX,b.top+b.dY);if(b.type=="image"){d.content.style.cursor="move"}}}return false},wrapperMouseHandler:function(c){try{if(!c){c=window.event}var b=/mouseover/i.test(c.type);if(!c.target){c.target=c.srcElement}if(!c.relatedTarget){c.relatedTarget=b?c.fromElement:c.toElement}var d=hs.getExpander(c.target);if(!d.isExpanded){return}if(!d||!c.relatedTarget||hs.getExpander(c.relatedTarget,true)==d||hs.dragArgs){return}hs.fireEvent(d,b?"onMouseOver":"onMouseOut",c);for(var a=0;a=this.options.duration+this.startTime){this.now=this.end;this.pos=this.state=1;this.update();this.options.curAnim[this.prop]=true;var a=true;for(var b in this.options.curAnim){if(this.options.curAnim[b]!==true){a=false}}if(a){if(this.options.complete){this.options.complete.call(this.elem)}}return false}else{var e=c-this.startTime;this.state=e/this.options.duration;this.pos=this.options.easing(e,0,1,this.options.duration);this.now=this.start+((this.end-this.start)*this.pos);this.update()}return true}};hs.extend(hs.fx,{step:{opacity:function(a){hs.setStyles(a.elem,{opacity:a.now})},_default:function(a){try{if(a.elem.style&&a.elem.style[a.prop]!=null){a.elem.style[a.prop]=a.now+a.unit}else{a.elem[a.prop]=a.now}}catch(b){}}}});hs.Outline=function(g,e){this.onLoad=e;this.outlineType=g;var a=hs.uaVersion,f;this.hasAlphaImageLoader=hs.ie&&hs.uaVersion<7;if(!g){if(e){e()}return}hs.init();this.table=hs.createElement("table",{cellSpacing:0},{visibility:"hidden",position:"absolute",borderCollapse:"collapse",width:0},hs.container,true);var b=hs.createElement("tbody",null,null,this.table,1);this.td=[];for(var c=0;c<=8;c++){if(c%3==0){f=hs.createElement("tr",null,{height:"auto"},b,true)}this.td[c]=hs.createElement("td",null,null,f,true);var d=c!=4?{lineHeight:0,fontSize:0}:{position:"relative"};hs.setStyles(this.td[c],d)}this.td[4].className=g+" highslide-outline";this.preloadGraphic()};hs.Outline.prototype={preloadGraphic:function(){var b=hs.graphicsDir+(hs.outlinesDir||"outlines/")+this.outlineType+".png";var a=hs.safari&&hs.uaVersion<525?hs.container:null;this.graphic=hs.createElement("img",null,{position:"absolute",top:"-9999px"},a,true);var c=this;this.graphic.onload=function(){c.onGraphicLoad()};this.graphic.src=b},onGraphicLoad:function(){var d=this.offset=this.graphic.width/4,f=[[0,0],[0,-4],[-2,0],[0,-8],0,[-2,-8],[0,-2],[0,-6],[-2,-2]],c={height:(2*d)+"px",width:(2*d)+"px"};for(var b=0;b<=8;b++){if(f[b]){if(this.hasAlphaImageLoader){var a=(b==1||b==7)?"100%":this.graphic.width+"px";var e=hs.createElement("div",null,{width:"100%",height:"100%",position:"relative",overflow:"hidden"},this.td[b],true);hs.createElement("div",null,{filter:"progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=scale, src='"+this.graphic.src+"')",position:"absolute",width:a,height:this.graphic.height+"px",left:(f[b][0]*d)+"px",top:(f[b][1]*d)+"px"},e,true)}else{hs.setStyles(this.td[b],{background:"url("+this.graphic.src+") "+(f[b][0]*d)+"px "+(f[b][1]*d)+"px"})}if(window.opera&&(b==3||b==5)){hs.createElement("div",null,c,this.td[b],true)}hs.setStyles(this.td[b],c)}}this.graphic=null;if(hs.pendingOutlines[this.outlineType]){hs.pendingOutlines[this.outlineType].destroy()}hs.pendingOutlines[this.outlineType]=this;if(this.onLoad){this.onLoad()}},setPosition:function(g,e,c,b,f){var d=this.exp,a=d.wrapper.style,e=e||0,g=g||{x:d.x.pos+e,y:d.y.pos+e,w:d.x.get("wsize")-2*e,h:d.y.get("wsize")-2*e};if(c){this.table.style.visibility=(g.h>=4*this.offset)?"visible":"hidden"}hs.setStyles(this.table,{left:(g.x-this.offset)+"px",top:(g.y-this.offset)+"px",width:(g.w+2*this.offset)+"px"});g.w-=2*this.offset;g.h-=2*this.offset;hs.setStyles(this.td[4],{width:g.w>=0?g.w+"px":0,height:g.h>=0?g.h+"px":0});if(this.hasAlphaImageLoader){this.td[3].style.height=this.td[5].style.height=this.td[4].style.height}},destroy:function(a){if(a){this.table.style.visibility="hidden"}else{hs.discardElement(this.table)}}};hs.Dimension=function(b,a){this.exp=b;this.dim=a;this.ucwh=a=="x"?"Width":"Height";this.wh=this.ucwh.toLowerCase();this.uclt=a=="x"?"Left":"Top";this.lt=this.uclt.toLowerCase();this.ucrb=a=="x"?"Right":"Bottom";this.rb=this.ucrb.toLowerCase();this.p1=this.p2=0};hs.Dimension.prototype={get:function(a){switch(a){case"loadingPos":return this.tpos+this.tb+(this.t-hs.loading["offset"+this.ucwh])/2;case"loadingPosXfade":return this.pos+this.cb+this.p1+(this.size-hs.loading["offset"+this.ucwh])/2;case"wsize":return this.size+2*this.cb+this.p1+this.p2;case"fitsize":return this.clientSize-this.marginMin-this.marginMax;case"maxsize":return this.get("fitsize")-2*this.cb-this.p1-this.p2;case"opos":return this.pos-(this.exp.outline?this.exp.outline.offset:0);case"osize":return this.get("wsize")+(this.exp.outline?2*this.exp.outline.offset:0);case"imgPad":return this.imgSize?Math.round((this.size-this.imgSize)/2):0}},calcBorders:function(){this.cb=(this.exp.content["offset"+this.ucwh]-this.t)/2;this.marginMax=hs["margin"+this.ucrb]},calcThumb:function(){this.t=this.exp.el[this.wh]?parseInt(this.exp.el[this.wh]):this.exp.el["offset"+this.ucwh];this.tpos=this.exp.tpos[this.dim];this.tb=(this.exp.el["offset"+this.ucwh]-this.t)/2;if(this.tpos==0||this.tpos==-1){this.tpos=(hs.page[this.wh]/2)+hs.page["scroll"+this.uclt]}},calcExpanded:function(){var a=this.exp;this.justify="auto";if(a.align=="center"){this.justify="center"}else{if(new RegExp(this.lt).test(a.anchor)){this.justify=null}else{if(new RegExp(this.rb).test(a.anchor)){this.justify="max"}}}this.pos=this.tpos-this.cb+this.tb;if(this.maxHeight&&this.dim=="x"){a.maxWidth=Math.min(a.maxWidth||this.full,a.maxHeight*this.full/a.y.full)}this.size=Math.min(this.full,a["max"+this.ucwh]||this.full);this.minSize=a.allowSizeReduction?Math.min(a["min"+this.ucwh],this.full):this.full;if(a.isImage&&a.useBox){this.size=a[this.wh];this.imgSize=this.full}if(this.dim=="x"&&hs.padToMinWidth){this.minSize=a.minWidth}this.target=a["target"+this.dim.toUpperCase()];this.marginMin=hs["margin"+this.uclt];this.scroll=hs.page["scroll"+this.uclt];this.clientSize=hs.page[this.wh]},setSize:function(a){var f=this.exp;if(f.isImage&&(f.useBox||hs.padToMinWidth)){this.imgSize=a;this.size=Math.max(this.size,this.imgSize);f.content.style[this.lt]=this.get("imgPad")+"px"}else{this.size=a}f.content.style[this.wh]=a+"px";f.wrapper.style[this.wh]=this.get("wsize")+"px";if(f.outline){f.outline.setPosition()}if(f.releaseMask){f.releaseMask.style[this.wh]=a+"px"}if(this.dim=="y"&&f.iDoc&&f.body.style.height!="auto"){try{f.iDoc.body.style.overflow="auto"}catch(b){}}if(f.isHtml){var c=f.scrollerDiv;if(this.sizeDiff===undefined){this.sizeDiff=f.innerContent["offset"+this.ucwh]-c["offset"+this.ucwh]}c.style[this.wh]=(this.size-this.sizeDiff)+"px";if(this.dim=="x"){f.mediumContent.style.width="auto"}if(f.body){f.body.style[this.wh]="auto"}}if(this.dim=="x"&&f.overlayBox){f.sizeOverlayBox(true)}if(this.dim=="x"&&f.slideshow&&f.isImage){if(a==this.full){f.slideshow.disable("full-expand")}else{f.slideshow.enable("full-expand")}}},setPos:function(a){this.pos=a;this.exp.wrapper.style[this.lt]=a+"px";if(this.exp.outline){this.exp.outline.setPosition()}}};hs.Expander=function(k,f,b,l){if(document.readyState&&hs.ie&&!hs.isReady){hs.addEventListener(document,"ready",function(){new hs.Expander(k,f,b,l)});return}this.a=k;this.custom=b;this.contentType=l||"image";this.isHtml=(l=="html");this.isImage=!this.isHtml;hs.continuePreloading=false;this.overlays=[];this.last=hs.last;hs.last=null;hs.init();var m=this.key=hs.expanders.length;for(var g=0;ga.scroll+a.clientSize-a.marginMax){a.pos=a.scroll+a.clientSize-a.size-a.marginMin-a.marginMax-a.p1-a.p2}if(a.pos(this.x.imgSize||this.x.size)){this.createFullExpand();if(this.overlays.length==1){this.sizeOverlayBox()}}}this.show()}catch(d){this.error(d)}},setObjContainerSize:function(a,d){var b=hs.getElementByClass(a,"DIV","highslide-body");if(/(iframe|swf)/.test(this.objectType)){if(this.objectWidth){b.style.width=this.objectWidth+"px"}if(this.objectHeight){b.style.height=this.objectHeight+"px"}}},writeExtendedContent:function(){if(this.hasExtendedContent){return}var f=this;this.body=hs.getElementByClass(this.innerContent,"DIV","highslide-body");if(this.objectType=="iframe"){this.showLoading();var g=hs.clearing.cloneNode(1);this.body.appendChild(g);this.newWidth=this.innerContent.offsetWidth;if(!this.objectWidth){this.objectWidth=g.offsetWidth}var c=this.innerContent.offsetHeight-this.body.offsetHeight,d=this.objectHeight||hs.page.height-c-hs.marginTop-hs.marginBottom,e=this.objectLoadTime=="before"?' onload="if (hs.expanders['+this.key+"]) hs.expanders["+this.key+'].contentLoaded()" ':"";this.body.innerHTML+='';this.ruler=this.body.getElementsByTagName("div")[0];this.iframe=this.body.getElementsByTagName("iframe")[0];if(this.objectLoadTime=="after"){this.correctIframeSize()}}if(this.objectType=="swf"){this.body.id=this.body.id||"hs-flash-id-"+this.key;var b=this.swfOptions;if(!b.params){b.params={}}if(typeof b.params.wmode=="undefined"){b.params.wmode="transparent"}if(swfobject){swfobject.embedSWF(this.src,this.body.id,this.objectWidth,this.objectHeight,b.version||"7",b.expressInstallSwfurl,b.flashvars,b.params,b.attributes)}}this.hasExtendedContent=true},htmlGetSize:function(){if(this.iframe&&!this.objectHeight){this.iframe.style.height=this.body.style.height=this.getIframePageHeight()+"px"}this.innerContent.appendChild(hs.clearing);if(!this.x.full){this.x.full=this.innerContent.offsetWidth}this.y.full=this.innerContent.offsetHeight;this.innerContent.removeChild(hs.clearing);if(hs.ie&&this.newHeight>parseInt(this.innerContent.currentStyle.height)){this.newHeight=parseInt(this.innerContent.currentStyle.height)}hs.setStyles(this.wrapper,{position:"absolute",padding:"0"});hs.setStyles(this.content,{width:this.x.t+"px",height:this.y.t+"px"})},getIframePageHeight:function(){var a;try{var d=this.iDoc=this.iframe.contentDocument||this.iframe.contentWindow.document;var b=d.createElement("div");b.style.clear="both";d.body.appendChild(b);a=b.offsetTop;if(hs.ie){a+=parseInt(d.body.currentStyle.marginTop)+parseInt(d.body.currentStyle.marginBottom)-1}}catch(c){a=300}return a},correctIframeSize:function(){var b=this.innerContent.offsetWidth-this.ruler.offsetWidth;hs.discardElement(this.ruler);if(b<0){b=0}var a=this.innerContent.offsetHeight-this.iframe.offsetHeight;if(this.iDoc&&!this.objectHeight&&!this.height&&this.y.size==this.y.full){try{this.iDoc.body.style.overflow="hidden"}catch(c){}}hs.setStyles(this.iframe,{width:Math.abs(this.x.size-b)+"px",height:Math.abs(this.y.size-a)+"px"});hs.setStyles(this.body,{width:this.iframe.style.width,height:this.iframe.style.height});this.scrollingContent=this.iframe;this.scrollerDiv=this.scrollingContent},htmlSizeOperations:function(){this.setObjContainerSize(this.innerContent);if(this.objectType=="swf"&&this.objectLoadTime=="before"){this.writeExtendedContent()}if(this.x.sizee.offsetHeight){e.style.width=(parseInt(e.style.width)+d)+"px"}this.scrollingContent=e;this.scrollerDiv=this.scrollingContent}if(this.iframe&&this.objectLoadTime=="before"){this.correctIframeSize()}if(!this.scrollingContent&&this.y.sizethis.scrollerDiv.parentNode.offsetHeight){setTimeout("try { hs.expanders["+this.key+"].scrollerDiv.style.overflow = 'auto'; } catch(e) {}",hs.expandDuration)}},getImageMapAreaCorrection:function(d){var h=d.coords.split(",");for(var b=0;bf.scroll+f.clientSize-f.marginMax){if(!b&&d&&a){f.size=Math.min(f.size,f.get(e=="y"?"fitsize":"maxsize"))}else{if(f.get("wsize")c){d=b*c;if(dthis.minHeight&&a.size>this.minWidth&&d.get("wsize")>d.get("fitsize")){d.size-=10;if(b){a.size=d.size*b}this.sizeOverlayBox(0,1);c=true}}return c},reflow:function(){if(this.scrollerDiv){var a=/iframe/i.test(this.scrollerDiv.tagName)?(this.getIframePageHeight()+1)+"px":"auto";if(this.body){this.body.style.height=a}this.scrollerDiv.style.height=a;this.y.setSize(this.innerContent.offsetHeight)}},show:function(){var a=this.x,b=this.y;this.doShowHide("hidden");hs.fireEvent(this,"onBeforeExpand");if(this.slideshow&&this.slideshow.thumbstrip){this.slideshow.thumbstrip.selectThumb()}this.changeSize(1,{wrapper:{width:a.get("wsize"),height:b.get("wsize"),left:a.pos,top:b.pos},content:{left:a.p1+a.get("imgPad"),top:b.p1+b.get("imgPad"),width:a.imgSize||a.size,height:b.imgSize||b.size}},hs.expandDuration)},changeSize:function(d,i,b){var k=this.transitions,e=d?(this.last?this.last.a:null):hs.upcoming,j=(k[1]&&e&&hs.getParam(e,"transitions")[1]==k[1])?k[1]:k[0];if(this[j]&&j!="expand"){this[j](d,i);return}if(this.outline&&!this.outlineWhileAnimating){if(d){this.outline.setPosition()}else{this.outline.destroy((this.isHtml&&this.preserveContent))}}if(!d){this.destroyOverlays()}var c=this,h=c.x,g=c.y,f=this.easing;if(!d){f=this.easingClose||f}var a=d?function(){if(c.outline){c.outline.table.style.visibility="visible"}setTimeout(function(){c.afterExpand()},50)}:function(){c.afterClose()};if(d){hs.setStyles(this.wrapper,{width:h.t+"px",height:g.t+"px"})}if(d&&this.isHtml){hs.setStyles(this.wrapper,{left:(h.tpos-h.cb+h.tb)+"px",top:(g.tpos-g.cb+g.tb)+"px"})}if(this.fadeInOut){hs.setStyles(this.wrapper,{opacity:d?0:1});hs.extend(i.wrapper,{opacity:d})}hs.animate(this.wrapper,i.wrapper,{duration:b,easing:f,step:function(n,l){if(c.outline&&c.outlineWhileAnimating&&l.prop=="top"){var m=d?l.pos:1-l.pos;var o={w:h.t+(h.get("wsize")-h.t)*m,h:g.t+(g.get("wsize")-g.t)*m,x:h.tpos+(h.pos-h.tpos)*m,y:g.tpos+(g.pos-g.tpos)*m};c.outline.setPosition(o,0,1)}if(c.isHtml){if(l.prop=="left"){c.mediumContent.style.left=(h.pos-n)+"px"}if(l.prop=="top"){c.mediumContent.style.top=(g.pos-n)+"px"}}}});hs.animate(this.content,i.content,b,f,a);if(d){this.wrapper.style.visibility="visible";this.content.style.visibility="visible";if(this.isHtml){this.innerContent.style.visibility="visible"}this.a.className+=" highslide-active-anchor"}},fade:function(f,h){this.outlineWhileAnimating=false;var c=this,j=f?hs.expandDuration:0;if(f){hs.animate(this.wrapper,h.wrapper,0);hs.setStyles(this.wrapper,{opacity:0,visibility:"visible"});hs.animate(this.content,h.content,0);this.content.style.visibility="visible";hs.animate(this.wrapper,{opacity:1},j,null,function(){c.afterExpand()})}if(this.outline){this.outline.table.style.zIndex=this.wrapper.style.zIndex;var b=f||-1,d=this.outline.offset,a=f?3:d,g=f?d:3;for(var e=a;b*e<=b*g;e+=b,j+=25){(function(){var i=f?g-e:a-e;setTimeout(function(){c.outline.setPosition(0,i,1)},j)})()}}if(f){}else{setTimeout(function(){if(c.outline){c.outline.destroy(c.preserveContent)}c.destroyOverlays();hs.animate(c.wrapper,{opacity:0},hs.restoreDuration,null,function(){c.afterClose()})},j)}},crossfade:function(g,m,o){if(!g){return}var f=this,p=this.last,l=this.x,k=this.y,d=p.x,b=p.y,a=this.wrapper,i=this.content,c=this.overlayBox;hs.removeEventListener(document,"mousemove",hs.dragHandler);hs.setStyles(i,{width:(l.imgSize||l.size)+"px",height:(k.imgSize||k.size)+"px"});if(c){c.style.overflow="visible"}this.outline=p.outline;if(this.outline){this.outline.exp=f}p.outline=null;var h=hs.createElement("div",{className:"highslide-"+this.contentType},{position:"absolute",zIndex:4,overflow:"hidden",display:"none"});var j={oldImg:p,newImg:this};for(var e in j){this[e]=j[e].content.cloneNode(1);hs.setStyles(this[e],{position:"absolute",border:0,visibility:"visible"});h.appendChild(this[e])}a.appendChild(h);if(this.isHtml){hs.setStyles(this.mediumContent,{left:0,top:0})}if(c){c.className="";a.appendChild(c)}h.style.display="";p.content.style.display="none";if(hs.safari&&hs.uaVersion<525){this.wrapper.style.visibility="visible"}hs.animate(a,{width:l.size},{duration:hs.transitionDuration,step:function(u,r){var x=r.pos,q=1-x;var w,s={},t=["pos","size","p1","p2"];for(var v in t){w=t[v];s["x"+w]=Math.round(q*d[w]+x*l[w]);s["y"+w]=Math.round(q*b[w]+x*k[w]);s.ximgSize=Math.round(q*(d.imgSize||d.size)+x*(l.imgSize||l.size));s.ximgPad=Math.round(q*d.get("imgPad")+x*l.get("imgPad"));s.yimgSize=Math.round(q*(b.imgSize||b.size)+x*(k.imgSize||k.size));s.yimgPad=Math.round(q*b.get("imgPad")+x*k.get("imgPad"))}if(f.outline){f.outline.setPosition({x:s.xpos,y:s.ypos,w:s.xsize+s.xp1+s.xp2+2*l.cb,h:s.ysize+s.yp1+s.yp2+2*k.cb})}p.wrapper.style.clip="rect("+(s.ypos-b.pos)+"px, "+(s.xsize+s.xp1+s.xp2+s.xpos+2*d.cb-d.pos)+"px, "+(s.ysize+s.yp1+s.yp2+s.ypos+2*b.cb-b.pos)+"px, "+(s.xpos-d.pos)+"px)";hs.setStyles(i,{top:(s.yp1+k.get("imgPad"))+"px",left:(s.xp1+l.get("imgPad"))+"px",marginTop:(k.pos-s.ypos)+"px",marginLeft:(l.pos-s.xpos)+"px"});hs.setStyles(a,{top:s.ypos+"px",left:s.xpos+"px",width:(s.xp1+s.xp2+s.xsize+2*l.cb)+"px",height:(s.yp1+s.yp2+s.ysize+2*k.cb)+"px"});hs.setStyles(h,{width:(s.ximgSize||s.xsize)+"px",height:(s.yimgSize||s.ysize)+"px",left:(s.xp1+s.ximgPad)+"px",top:(s.yp1+s.yimgPad)+"px",visibility:"visible"});hs.setStyles(f.oldImg,{top:(b.pos-s.ypos+b.p1-s.yp1+b.get("imgPad")-s.yimgPad)+"px",left:(d.pos-s.xpos+d.p1-s.xp1+d.get("imgPad")-s.ximgPad)+"px"});hs.setStyles(f.newImg,{opacity:x,top:(k.pos-s.ypos+k.p1-s.yp1+k.get("imgPad")-s.yimgPad)+"px",left:(l.pos-s.xpos+l.p1-s.xp1+l.get("imgPad")-s.ximgPad)+"px"});if(c){hs.setStyles(c,{width:s.xsize+"px",height:s.ysize+"px",left:(s.xp1+l.cb)+"px",top:(s.yp1+k.cb)+"px"})}},complete:function(){a.style.visibility=i.style.visibility="visible";i.style.display="block";hs.discardElement(h);f.afterExpand();p.afterClose();f.last=null}})},reuseOverlay:function(d,c){if(!this.last){return false}for(var b=0;b'+b+"
      "+this[this.numberPosition].innerHTML}}},initSlideshow:function(){if(!this.last){for(var c=0;cthis.x.get("opos")+this.x.get("osize"));var g=(k.y+k.hthis.y.get("opos")+this.y.get("osize"))}var d=hs.getWrapperKey(e[f]);if(!j&&!g&&d!=this.key){if(!h){e[f].setAttribute("hidden-by","["+this.key+"]");e[f].origProp=e[f].style[a];e[f].style[a]="hidden"}else{if(h.indexOf("["+this.key+"]")==-1){e[f].setAttribute("hidden-by",h+"["+this.key+"]")}}}else{if((h=="["+this.key+"]"||hs.focusKey==d)&&d!=this.key){e[f].setAttribute("hidden-by","");e[f].style[a]=e[f].origProp||""}else{if(h&&h.indexOf("["+this.key+"]")>-1){e[f].setAttribute("hidden-by",h.replace("["+this.key+"]",""))}}}}}}}},focus:function(){this.wrapper.style.zIndex=hs.zIndexCounter+=2;for(var a=0;ae.parentNode.offsetWidth){e.style.width="100%"}}else{if(e.parentNode!=this.overlayBox){this.overlayBox.appendChild(e)}}if(/left$/.test(f)){e.style.left=b+"px"}if(/center$/.test(f)){hs.setStyles(e,{left:"50%",marginLeft:(b-Math.round(e.offsetWidth/2))+"px"})}if(/right$/.test(f)){e.style.right=-b+"px"}if(/^leftpanel$/.test(f)){hs.setStyles(e,{right:"100%",marginRight:this.x.cb+"px",top:-this.y.cb+"px",bottom:-this.y.cb+"px",overflow:"auto"});this.x.p1=e.offsetWidth}else{if(/^rightpanel$/.test(f)){hs.setStyles(e,{left:"100%",marginLeft:this.x.cb+"px",top:-this.y.cb+"px",bottom:-this.y.cb+"px",overflow:"auto"});this.x.p2=e.offsetWidth}}var d=e.parentNode.offsetHeight;e.style.height="auto";if(c&&e.offsetHeight>d){e.style.height=hs.ieLt7?d+"px":"100%"}if(/^top/.test(f)){e.style.top=a+"px"}if(/^middle/.test(f)){hs.setStyles(e,{top:"50%",marginTop:(a-Math.round(e.offsetHeight/2))+"px"})}if(/^bottom/.test(f)){e.style.bottom=-a+"px"}if(/^above$/.test(f)){hs.setStyles(e,{left:(-this.x.p1-this.x.cb)+"px",right:(-this.x.p2-this.x.cb)+"px",bottom:"100%",marginBottom:this.y.cb+"px",width:"auto"});this.y.p1=e.offsetHeight}else{if(/^below$/.test(f)){hs.setStyles(e,{position:"relative",left:(-this.x.p1-this.x.cb)+"px",right:(-this.x.p2-this.x.cb)+"px",top:"100%",marginTop:this.y.cb+"px",width:"auto"});this.y.p2=e.offsetHeight;e.style.position="absolute"}}},getOverlays:function(){this.getInline(["heading","caption"],true);this.getNumber();if(this.caption){hs.fireEvent(this,"onAfterGetCaption")}if(this.heading){hs.fireEvent(this,"onAfterGetHeading")}if(this.heading&&this.dragByHeading){this.heading.className+=" highslide-move"}if(hs.showCredits){this.writeCredits()}for(var a=0;a=5.5){c=c.replace(new RegExp("]*>","gi"),"").replace(new RegExp("]*>.*?<\/script>","gi"),"");if(this.iframe){var f=this.iframe.contentDocument;if(!f&&this.iframe.contentWindow){f=this.iframe.contentWindow.document}if(!f){var g=this;setTimeout(function(){g.loadHTML()},25);return}f.open();f.write(c);f.close();try{c=f.getElementById(this.id).innerHTML}catch(d){try{c=this.iframe.document.getElementById(this.id).innerHTML}catch(d){}}hs.discardElement(this.iframe)}else{b=/(]*>|<\/body>)/ig;if(b.test(c)){c=c.split(b)[hs.ieLt9?1:2]}}}hs.getElementByClass(this.content,"DIV","highslide-body").innerHTML=c;this.onLoad();for(var a in this){this[a]=null}}};hs.Slideshow=function(c,b){if(hs.dynamicallyUpdateAnchors!==false){hs.updateAnchors()}this.expKey=c;for(var a in b){this[a]=b[a]}if(this.useControls){this.getControls()}if(this.thumbstrip){this.thumbstrip=hs.Thumbstrip(this)}};hs.Slideshow.prototype={getControls:function(){this.controls=hs.createElement("div",{innerHTML:hs.replaceLang(hs.skin.controls)},null,hs.container);var b=["play","pause","previous","next","move","full-expand","close"];this.btn={};var c=this;for(var a=0;a0){F=0}if(C>0){C=0}if(C0?G[L-1].parentNode[B]:w[B],A=w[B]+w[H]+(G[L+1]?G[L+1].parentNode[H]:0);if(A>x-v){C=x-A}else{if(J<-v){C=-J}}}var E=w[B]+(w[H]-g[H])/2+C;hs.animate(s,h?{left:C}:{top:C},null,"easeOutQuad");hs.animate(g,h?{left:E}:{top:E},null,"easeOutQuad");l.style.display=C<0?"block":"none";t.style.display=(C>F)?"block":"none"}var j=hs.anchors.groups[hs.expanders[k.expKey].slideshowGroup||"none"],f=k.thumbstrip,m=f.mode||"horizontal",u=(m=="float"),o=u?["div","ul","li","span"]:["table","tbody","tr","td"],h=(m=="horizontal"),r=hs.createElement("div",{className:"highslide-thumbstrip highslide-thumbstrip-"+m,innerHTML:'
      <'+o[0]+"><"+o[1]+">
      '},{display:"none"},hs.container),e=r.childNodes,n=e[0],l=e[1],t=e[2],g=e[3],s=n.firstChild,a=r.getElementsByTagName(o[1])[0],b;for(var q=0;q35?String.fromCharCode(c+29):c.toString(36))};if(!''.replace(/^/,String)){while(c--){d[e(c)]=k[c]||e(c)}k=[function(e){return d[e]}];e=function(){return'\\w+'};c=1};while(c--){if(k[c]){p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c])}}return p}('q(!m){A m={18:{97:\'aK\',aZ:\'fw...\',aY:\'8G 2i fP\',bD:\'8G 2i g0 2i eR\',9Z:\'eZ 2i fc D (f)\',cq:\'f8 by an ao\',cr:\'f4 2i f6 an ao fg\',8Y:\'aq\',8W:\'ay\',8Z:\'ag\',92:\'am\',90:\'am (eD)\',b0:\'eY\',ab:\'al\',au:\'al 1p (aj)\',ac:\'ah\',ad:\'ah 1p (aj)\',8s:\'aq (8w 1b)\',8X:\'ay (8w 3m)\',8V:\'ag\',ae:\'1:1\',3G:\'g7 %1 fz %2\',9W:\'8G 2i 26 2R, dC aA dE 2i 3u. dF 8w dB O 1D aA 3a.\'},5c:\'K/dw/\',7R:\'dv.5q\',6h:\'dx.5q\',6W:5Z,9A:5Z,4W:15,9B:15,4d:15,6L:15,4F:cY,be:0.75,9l:M,9f:5,3Y:2,ei:3,5S:1j,bz:\'4Q 3m\',bA:1,br:M,ct:\'em://K.eh/\',cs:\'ec\',aS:M,9w:[\'a\',\'5v\'],3q:[],cE:5Z,4b:0,87:50,6J:1j,6X:M,4D:M,3U:\'60\',7W:M,46:\'1M\',9n:\'1M\',b1:I,aC:I,a7:M,4s:aw,6k:aw,5Y:M,1Z:\'ev-dV\',8i:{2X:\'

      <6t>\'+\'<1H 1W="K-3a">\'+\'\'+\'<1C>{m.18.8Y}\'+\'\'+\'<1H 1W="K-3L">\'+\'\'+\'<1C>{m.18.ab}\'+\'\'+\'<1H 1W="K-3p">\'+\'\'+\'<1C>{m.18.ac}\'+\'\'+\'<1H 1W="K-1D">\'+\'\'+\'<1C>{m.18.8W}\'+\'\'+\'<1H 1W="K-3u">\'+\'\'+\'<1C>{m.18.8Z}\'+\'\'+\'<1H 1W="K-1a-2F">\'+\'\'+\'<1C>{m.18.ae}\'+\'\'+\'<1H 1W="K-26">\'+\'\'+\'<1C>{m.18.92}\'+\'\'+\'

      \',bd:\'

      <6t>\'+\'<1H 1W="K-3a">\'+\'\'+\'<1C>{m.18.8Y}\'+\'\'+\'<1H 1W="K-1D">\'+\'\'+\'<1C>{m.18.8W}\'+\'\'+\'<1H 1W="K-3u">\'+\'\'+\'<1C>{m.18.8Z}\'+\'\'+\'<1H 1W="K-26">\'+\'\'+\'<1C>{m.18.92}\'+\'\'+\'

      \'+\'

      \'+\'

      \'+\'<1C 1W="K-3O" 24="{m.18.b0}"><1C>\'+\'

      \'},64:[],a1:M,16:[],a4:[\'5Y\',\'3t\',\'46\',\'9n\',\'b1\',\'aC\',\'1Z\',\'3Y\',\'dU\',\'dM\',\'dL\',\'b3\',\'dK\',\'dI\',\'dJ\',\'b2\',\'cv\',\'a7\',\'42\',\'6l\',\'3q\',\'4b\',\'L\',\'N\',\'88\',\'6J\',\'6X\',\'4D\',\'dN\',\'dO\',\'dT\',\'2I\',\'7W\',\'4j\',\'4x\',\'3U\',\'8e\',\'a9\',\'4s\',\'6k\',\'6M\',\'9i\',\'aX\',\'2N\',\'2Q\',\'cF\',\'cD\',\'1e\'],1T:[],61:0,8g:{x:[\'bM\',\'1b\',\'4X\',\'3m\',\'bC\'],y:[\'5N\',\'Y\',\'9a\',\'4Q\',\'7E\']},7B:{},b2:{},b3:{},8e:{aG:{},29:{},aF:{}},4m:[],6u:[],4n:{},4R:[],7q:[],5a:[],7k:{},8c:{},7l:[],2t:/dP\\/4\\.0/.11(4A.6d)?8:8J((4A.6d.5G().3b(/.+(?:b9|dQ|e9|2h)[\\/: ]([\\d.]+)/)||[0,\'0\'])[1]),2h:(W.6q&&!1S.3z),4M:/ea/.11(4A.6d),6y:/eu.+b9:1\\.[0-8].+es/.11(4A.6d),$:C(1v){q(1v)E W.9Q(1v)},2o:C(2a,3j){2a[2a.V]=3j},1d:C(ba,4l,49,6c,bh){A el=W.1d(ba);q(4l)m.3A(el,4l);q(bh)m.R(el,{94:0,8H:\'1E\',9D:0});q(49)m.R(el,49);q(6c)6c.1X(el);E el},3A:C(el,4l){O(A x 2Y 4l)el[x]=4l[x];E el},R:C(el,49){O(A x 2Y 49){q(m.3R&&x==\'1z\'){q(49[x]>0.99)el.G.ew(\'5Q\');J el.G.5Q=\'bg(1z=\'+(49[x]*2w)+\')\'}J el.G[x]=49[x]}},2z:C(el,1f,3C){A 4T,51,4w;q(1F 3C!=\'7j\'||3C===I){A 2H=c5;3C={4h:2H[2],2Q:2H[3],76:2H[4]}}q(1F 3C.4h!=\'3G\')3C.4h=5Z;3C.2Q=1h[3C.2Q]||1h.bj;3C.7g=m.3A({},1f);O(A 2Z 2Y 1f){A e=1J m.fx(el,3C,2Z);4T=8J(m.8I(el,2Z))||0;51=8J(1f[2Z]);4w=2Z!=\'1z\'?\'F\':\'\';e.3E(4T,51,4w)}},8I:C(el,1f){q(el.G[1f]){E el.G[1f]}J q(W.8L){E W.8L.cK(el,I).co(1f)}J{q(1f==\'1z\')1f=\'5Q\';A 3j=el.5y[1f.2k(/\\-(\\w)/g,C(a,b){E b.bi()})];q(1f==\'5Q\')3j=3j.2k(/bg\\(1z=([0-9]+)\\)/,C(a,b){E b/2w});E 3j===\'\'?1:3j}},7S:C(){A d=W,w=1S,63=d.7a&&d.7a!=\'8v\'?d.5h:d.19,3R=m.2h&&(m.2t<9||1F bf==\'1L\');A L=3R?63.8F:(d.5h.8F||7c.ep),N=3R?63.c4:7c.eo;m.4g={L:L,N:N,5O:3R?63.5O:bf,5R:3R?63.5R:ed};E m.4g},6K:C(el){q(/5v/i.11(el.3J)){A 7N=W.2C(\'1N\');O(A i=0;i<7N.V;i++){A u=7N[i].eb;q(u&&u.2k(/^.*?#/,\'\')==el.23.2Z){el=7N[i];5m}}}A p={x:el.4V,y:el.8O};5g(el.bb){el=el.bb;p.x+=el.4V;p.y+=el.8O;q(el!=W.19&&el!=W.5h){p.x-=el.5O;p.y-=el.5R}}E p},2F:C(a,29,3E,T){q(!a)a=m.1d(\'a\',I,{1o:\'1E\'},m.2b);q(1F a.6a==\'C\')E 29;q(T==\'3D\'){O(A i=0;i8d){8d=1B;7n=i}}}q(7n==-1)m.3d=-1;J 16[7n].3M()},43:C(a,6b){a.6a=a.2p;A p=a.6a?a.6a():I;a.6a=I;E(p&&1F p[6b]!=\'1L\')?p[6b]:(1F m[6b]!=\'1L\'?m[6b]:I)},7s:C(a){A 1e=m.43(a,\'1e\');q(1e)E 1e;E a.21},4J:C(1v){A 1P=m.$(1v),4q=m.8c[1v],a={};q(!1P&&!4q)E I;q(!4q){4q=1P.5J(M);4q.1v=\'\';m.8c[1v]=4q;E 1P}J{E 4q.5J(M)}},3B:C(d){q(d)m.9y.1X(d);m.9y.2d=\'\'},1u:C(B){q(!m.2v){84=M;m.2v=m.1d(\'P\',{1c:\'K-dc K-2x-D\',5r:\'\',2p:C(){q(m.1A(m,\'d3\'))m.26()}},{1n:\'1Y\',1z:0},m.2b,M);q(/(df|d2|cU|cT)/.11(4A.6d)){A 19=W.19;C 81(){m.R(m.2v,{L:19.cR+\'F\',N:19.cV+\'F\'})}81();m.2j(1S,\'3O\',81)}}m.2v.G.1o=\'\';A 84=m.2v.5r==\'\';m.2v.5r+=\'|\'+B.Q;q(84){q(m.6y&&m.aR)m.R(m.2v,{9t:\'7T(\'+m.5c+\'d0.ak)\',1z:1});J m.2z(m.2v,{1z:B.4b},m.87)}},9x:C(Q){q(!m.2v)E;q(1F Q!=\'1L\')m.2v.5r=m.2v.5r.2k(\'|\'+Q,\'\');q((1F Q!=\'1L\'&&m.2v.5r!=\'\')||(m.2q&&m.43(m.2q,\'4b\')))E;q(m.6y&&m.aR)m.2v.G.1o=\'1E\';J m.2z(m.2v,{1z:0},m.87,I,C(){m.2v.G.1o=\'1E\'})},8N:C(7z,B){A 1i=B||m.2G();B=1i;q(m.2q)E 1j;J m.1i=1i;m.4z(W,1S.3z?\'6U\':\'71\',m.68);1t{m.2q=7z;7z.2p()}1y(e){m.1i=m.2q=I}1t{q(!7z||B.3q[1]!=\'4e\')B.26()}1y(e){}E 1j},7O:C(el,2n){A B=m.2G(el);q(B)E m.8N(B.7V(2n),B);J E 1j},3a:C(el){E m.7O(el,-1)},1D:C(el){E m.7O(el,1)},68:C(e){q(!e)e=1S.2u;q(!e.2L)e.2L=e.9k;q(1F e.2L.9j!=\'1L\')E M;q(!m.1A(m,\'dz\',e))E M;A B=m.2G();A 2n=I;b6(e.dy){2c 70:q(B)B.7r();E M;2c 32:2n=2;5m;2c 34:2c 39:2c 40:2n=1;5m;2c 8:2c 33:2c 37:2c 38:2n=-1;5m;2c 27:2c 13:2n=0}q(2n!==I){q(2n!=2)m.4z(W,1S.3z?\'6U\':\'71\',m.68);q(!m.aS)E M;q(e.5n)e.5n();J e.c0=1j;q(B){q(2n==0){B.26()}J q(2n==2){q(B.1p)B.1p.cl()}J{q(B.1p)B.1p.3p();m.7O(B.Q,2n)}E 1j}}E M},du:C(14){m.2o(m.1T,m.3A(14,{22:\'22\'+m.61++}))},dt:C(1r){A 3c=1r.2N;q(1F 3c==\'7j\'){O(A i=0;i<3c.V;i++){A o={};O(A x 2Y 1r)o[x]=1r[x];o.2N=3c[i];m.2o(m.6u,o)}}J{m.2o(m.6u,1r)}},9U:C(7y,7h){A el,2m=/^K-U-([0-9]+)$/;el=7y;5g(el.23){q(el.6R!==1L)E el.6R;q(el.1v&&2m.11(el.1v))E el.1v.2k(2m,"$1");el=el.23}q(!7h){el=7y;5g(el.23){q(el.3J&&m.77(el)){O(A Q=0;Q1)E M;q(!e.2L)e.2L=e.9k;A el=e.2L;5g(el.23&&!(/K-(2R|3u|3D|3O)/.11(el.1c))){el=el.23}A B=m.2G(el);q(B&&(B.62||!B.55))E M;q(B&&e.T==\'8y\'){q(e.2L.9j)E M;A 3b=el.1c.3b(/K-(2R|3u|3O)/);q(3b){m.2y={B:B,T:3b[1],1b:B.x.H,L:B.x.D,Y:B.y.H,N:B.y.D,aV:e.7A,aO:e.7F};m.2j(W,\'7D\',m.6H);q(e.5n)e.5n();q(/K-(2R|3D)-9J/.11(B.S.1c)){B.3M();m.a6=M}E 1j}J q(/K-3D/.11(el.1c)&&m.3d!=B.Q){B.3M();B.59(\'1q\')}}J q(e.T==\'c3\'){m.4z(W,\'7D\',m.6H);q(m.2y){q(m.54&&m.2y.T==\'2R\')m.2y.B.S.G.4L=m.54;A 3I=m.2y.3I;q(!3I&&!m.a6&&!/(3u|3O)/.11(m.2y.T)){q(m.1A(B,\'dr\'))B.26()}J q(3I||(!3I&&m.aU)){m.2y.B.59(\'1q\')}q(m.2y.B.3W)m.2y.B.3W.G.1o=\'1E\';q(3I)m.1A(m.2y.B,\'do\',m.2y);m.a6=1j;m.2y=I}J q(/K-2R-9J/.11(el.1c)){el.G.4L=m.54}}E 1j},6H:C(e){q(!m.2y)E M;q(!e)e=1S.2u;A a=m.2y,B=a.B;q(B.1k){q(!B.3W)B.3W=m.1d(\'P\',I,{1l:\'2l\',L:B.x.D+\'F\',N:B.y.D+\'F\',1b:B.x.cb+\'F\',Y:B.y.cb+\'F\',1B:4,9t:(m.3R?\'eB\':\'1E\'),1z:0.eU},B.U,M);q(B.3W.G.1o==\'1E\')B.3W.G.1o=\'\'}a.dX=e.7A-a.aV;a.dY=e.7F-a.aO;A 9g=1h.fG(1h.aE(a.dX,2)+1h.aE(a.dY,2));q(!a.3I)a.3I=(a.T!=\'2R\'&&9g>0)||(9g>(m.fK||5));q(a.3I&&e.7A>5&&e.7F>5){q(!m.1A(B,\'fN\',a))E 1j;q(a.T==\'3O\')B.3O(a);J{B.9m(a.1b+a.dX,a.Y+a.dY);q(a.T==\'2R\')B.S.G.4L=\'3u\'}}E 1j},aP:C(e){1t{q(!e)e=1S.2u;A 66=/fM/i.11(e.T);q(!e.2L)e.2L=e.9k;q(!e.7P)e.7P=66?e.fE:e.fD;A B=m.2G(e.2L);q(!B.55)E;q(!B||!e.7P||m.2G(e.7P,M)==B||m.2y)E;m.1A(B,66?\'ft\':\'fr\',e);O(A i=0;i=k.1r.4h+k.9c){k.4o=k.51;k.H=k.96=1;k.82();k.1r.7g[k.1f]=M;A 9s=M;O(A i 2Y k.1r.7g)q(k.1r.7g[i]!==M)9s=1j;q(9s){q(k.1r.76)k.1r.76.ax(k.30)}E 1j}J{A n=t-k.9c;k.96=n/k.1r.4h;k.H=k.1r.2Q(n,0,1,k.1r.4h);k.4o=k.4T+((k.51-k.4T)*k.H);k.82()}E M}};m.3A(m.fx,{3P:{1z:C(fx){m.R(fx.30,{1z:fx.4o})},ap:C(fx){1t{q(fx.30.G&&fx.30.G[fx.1f]!=I)fx.30.G[fx.1f]=fx.4o+fx.4w;J fx.30[fx.1f]=fx.4o}1y(e){}}}});m.6r=C(1Z,3F){k.3F=3F;k.1Z=1Z;A v=m.2t,47;k.9G=m.2h&&m.2t<7;q(!1Z){q(3F)3F();E}m.7m();k.2g=m.1d(\'2g\',{eJ:0},{1n:\'1q\',1l:\'2l\',eN:\'eM\',L:0},m.2b,M);A 4G=m.1d(\'4G\',I,I,k.2g,1);k.2J=[];O(A i=0;i<=8;i++){q(i%3==0)47=m.1d(\'47\',I,{N:\'1M\'},4G,M);k.2J[i]=m.1d(\'2J\',I,I,47,M);A G=i!=4?{eL:0,eK:0}:{1l:\'4y\'};m.R(k.2J[i],G)}k.2J[4].1c=1Z+\' K-1g\';k.ai()};m.6r.5w={ai:C(){A 1e=m.5c+(m.f1||"fi/")+k.1Z+".ak";A ar=m.4M&&m.2t<73?m.2b:I;k.3V=m.1d(\'1N\',I,{1l:\'2l\',Y:\'-4v\'},ar,M);A 3v=k;k.3V.4N=C(){3v.az()};k.3V.1e=1e},az:C(){A o=k.1w=k.3V.L/4,H=[[0,0],[0,-4],[-2,0],[0,-8],0,[-2,-8],[0,-2],[0,-6],[-2,-2]],1u={N:(2*o)+\'F\',L:(2*o)+\'F\'};O(A i=0;i<=8;i++){q(H[i]){q(k.9G){A w=(i==1||i==7)?\'2w%\':k.3V.L+\'F\';A P=m.1d(\'P\',I,{L:\'2w%\',N:\'2w%\',1l:\'4y\',2e:\'1q\'},k.2J[i],M);m.1d(\'P\',I,{5Q:"fo:fn.bv.fm(fl=fe, 1e=\'"+k.3V.1e+"\')",1l:\'2l\',L:w,N:k.3V.N+\'F\',1b:(H[i][0]*o)+\'F\',Y:(H[i][1]*o)+\'F\'},P,M)}J{m.R(k.2J[i],{9t:\'7T(\'+k.3V.1e+\') \'+(H[i][0]*o)+\'F \'+(H[i][1]*o)+\'F\'})}q(1S.3z&&(i==3||i==5))m.1d(\'P\',I,1u,k.2J[i],M);m.R(k.2J[i],1u)}}k.3V=I;q(m.4n[k.1Z])m.4n[k.1Z].5U();m.4n[k.1Z]=k;q(k.3F)k.3F()},4C:C(H,1w,aB,4i,2Q){A B=k.B,5X=B.U.G,1w=1w||0,H=H||{x:B.x.H+1w,y:B.y.H+1w,w:B.x.Z(\'2f\')-2*1w,h:B.y.Z(\'2f\')-2*1w};q(aB)k.2g.G.1n=(H.h>=4*k.1w)?\'1Y\':\'1q\';m.R(k.2g,{1b:(H.x-k.1w)+\'F\',Y:(H.y-k.1w)+\'F\',L:(H.w+2*k.1w)+\'F\'});H.w-=2*k.1w;H.h-=2*k.1w;m.R(k.2J[4],{L:H.w>=0?H.w+\'F\':0,N:H.h>=0?H.h+\'F\':0});q(k.9G)k.2J[3].G.N=k.2J[5].G.N=k.2J[4].G.N},5U:C(bk){q(bk)k.2g.G.1n=\'1q\';J m.3B(k.2g)}};m.6A=C(B,1u){k.B=B;k.1u=1u;k.3l=1u==\'x\'?\'bY\':\'bW\';k.3k=k.3l.5G();k.6m=1u==\'x\'?\'cj\':\'c8\';k.6Y=k.6m.5G();k.9L=1u==\'x\'?\'c7\':\'bX\';k.b5=k.9L.5G();k.1G=k.36=0};m.6A.5w={Z:C(Q){b6(Q){2c\'9T\':E k.1K+k.3s+(k.t-m.2r[\'1w\'+k.3l])/2;2c\'9v\':E k.H+k.cb+k.1G+(k.D-m.2r[\'1w\'+k.3l])/2;2c\'2f\':E k.D+2*k.cb+k.1G+k.36;2c\'5e\':E k.4K-k.3o-k.4S;2c\'8D\':E k.Z(\'5e\')-2*k.cb-k.1G-k.36;2c\'6e\':E k.H-(k.B.1g?k.B.1g.1w:0);2c\'9R\':E k.Z(\'2f\')+(k.B.1g?2*k.B.1g.1w:0);2c\'2K\':E k.1V?1h.3e((k.D-k.1V)/2):0}},8a:C(){k.cb=(k.B.S[\'1w\'+k.3l]-k.t)/2;k.4S=m[\'9D\'+k.9L]},9M:C(){k.t=k.B.el[k.3k]?3H(k.B.el[k.3k]):k.B.el[\'1w\'+k.3l];k.1K=k.B.1K[k.1u];k.3s=(k.B.el[\'1w\'+k.3l]-k.t)/2;q(k.1K==0||k.1K==-1){k.1K=(m.4g[k.3k]/2)+m.4g[\'28\'+k.6m]}},8h:C(){A B=k.B;k.2T=\'1M\';q(B.9n==\'4X\')k.2T=\'4X\';J q(1J 4Y(k.6Y).11(B.46))k.2T=I;J q(1J 4Y(k.b5).11(B.46))k.2T=\'4t\';k.H=k.1K-k.cb+k.3s;q(k.9i&&k.1u==\'x\')B.6M=1h.31(B.6M||k.1a,B.9i*k.1a/B.y.1a);k.D=1h.31(k.1a,B[\'4t\'+k.3l]||k.1a);k.2U=B.5Y?1h.31(B[\'31\'+k.3l],k.1a):k.1a;q(B.2E&&B.3t){k.D=B[k.3k];k.1V=k.1a}q(k.1u==\'x\'&&m.5S)k.2U=B.4s;k.2L=B[\'2L\'+k.1u.bi()];k.3o=m[\'9D\'+k.6m];k.28=m.4g[\'28\'+k.6m];k.4K=m.4g[k.3k]},72:C(i){A B=k.B;q(B.2E&&(B.3t||m.5S)){k.1V=i;k.D=1h.4t(k.D,k.1V);B.S.G[k.6Y]=k.Z(\'2K\')+\'F\'}J k.D=i;B.S.G[k.3k]=i+\'F\';B.U.G[k.3k]=k.Z(\'2f\')+\'F\';q(B.1g)B.1g.4C();q(B.3W)B.3W.G[k.3k]=i+\'F\';q(k.1u==\'y\'&&B.5C&&B.19.G.N!=\'1M\')1t{B.5C.19.G.2e=\'1M\'}1y(e){}q(B.2A){A d=B.2s;q(k.9e===1L)k.9e=B.1s[\'1w\'+k.3l]-d[\'1w\'+k.3l];d.G[k.3k]=(k.D-k.9e)+\'F\';q(k.1u==\'x\')B.4c.G.L=\'1M\';q(B.19)B.19.G[k.3k]=\'1M\'}q(k.1u==\'x\'&&B.1x)B.57(M);q(k.1u==\'x\'&&B.1p&&B.2E){q(i==k.1a)B.1p.5d(\'1a-2F\');J B.1p.4u(\'1a-2F\')}},aa:C(i){k.H=i;k.B.U.G[k.6Y]=i+\'F\';q(k.B.1g)k.B.1g.4C()}};m.5A=C(a,29,3E,35){q(W.bS&&m.2h&&!m.9F){m.2j(W,\'41\',C(){1J m.5A(a,29,3E,35)});E}k.a=a;k.3E=3E;k.35=35||\'2R\';k.2A=(35==\'3D\');k.2E=!k.2A;m.a1=1j;k.1T=[];k.1i=m.1i;m.1i=I;m.7m();A Q=k.Q=m.16.V;O(A i=0;ip.28+p.4K-p.4S)p.H=p.28+p.4K-p.D-p.3o-p.4S-p.1G-p.36;q(p.H(k.x.1V||k.x.D)){k.bs();q(k.1T.V==1)k.57()}}k.a5()}1y(e){k.9o(e)}},91:C(6c,1M){A c=m.4p(6c,\'7J\',\'K-19\');q(/(1k|3x)/.11(k.2I)){q(k.4j)c.G.L=k.4j+\'F\';q(k.4x)c.G.N=k.4x+\'F\'}},6T:C(){q(k.aD)E;A B=k;k.19=m.4p(k.1s,\'7J\',\'K-19\');q(k.2I==\'1k\'){k.6n();A 5o=m.3w.5J(1);k.19.1X(5o);k.eP=k.1s.1O;q(!k.4j)k.4j=5o.1O;A 5b=k.1s.1U-k.19.1U,h=k.4x||m.4g.N-5b-m.4d-m.6L,4N=k.3U==\'60\'?\' 4N="q (m.16[\'+k.Q+\']) m.16[\'+k.Q+\'].69()" \':\'\';k.19.2d+=\'<1k 2Z="m\'+(1J 7K()).79()+\'" eQ="0" Q="\'+k.Q+\'" \'+\' G="L:\'+k.4j+\'F; N:\'+h+\'F" \'+4N+\' 1e="\'+k.1e+\'" >\';k.5o=k.19.2C(\'P\')[0];k.1k=k.19.2C(\'1k\')[0];q(k.3U==\'6x\')k.8A()}q(k.2I==\'3x\'){k.19.1v=k.19.1v||\'m-fY-1v-\'+k.Q;A a=k.8e;q(!a.29)a.29={};q(1F a.29.aN==\'1L\')a.29.aN=\'fR\';q(9p)9p.fT(k.1e,k.19.1v,k.4j,k.4x,a.g1||\'7\',a.gb,a.aG,a.29,a.aF)}k.aD=M},7Z:C(){q(k.1k&&!k.4x){k.1k.G.N=k.19.G.N=k.8p()+\'F\'}k.1s.1X(m.3w);q(!k.x.1a)k.x.1a=k.1s.1O;k.y.1a=k.1s.1U;k.1s.9q(m.3w);q(m.2h&&k.aL>3H(k.1s.5y.N)){k.aL=3H(k.1s.5y.N)}m.R(k.U,{1l:\'2l\',94:\'0\'});m.R(k.S,{L:k.x.t+\'F\',N:k.y.t+\'F\'})},8p:C(){A h;1t{A 2B=k.5C=k.1k.9O||k.1k.6g.W;A 3w=2B.1d(\'P\');3w.G.aJ=\'bc\';2B.19.1X(3w);h=3w.8O;q(m.2h)h+=3H(2B.19.5y.4d)+3H(2B.19.5y.6L)-1}1y(e){h=de}E h},8A:C(){A 5i=k.1s.1O-k.5o.1O;m.3B(k.5o);q(5i<0)5i=0;A 5b=k.1s.1U-k.1k.1U;q(k.5C&&!k.4x&&!k.N&&k.y.D==k.y.1a)1t{k.5C.19.G.2e=\'1q\'}1y(e){}m.R(k.1k,{L:1h.9Y(k.x.D-5i)+\'F\',N:1h.9Y(k.y.D-5b)+\'F\'});m.R(k.19,{L:k.1k.G.L,N:k.1k.G.N});k.52=k.1k;k.2s=k.52},b4:C(){k.91(k.1s);q(k.2I==\'3x\'&&k.3U==\'60\')k.6T();q(k.x.D1P.1U){1P.G.L=(3H(1P.G.L)+6E)+\'F\'}k.52=1P;k.2s=k.52}q(k.1k&&k.3U==\'60\')k.8A();q(!k.52&&k.y.Dk.2s.23.1U){4a("1t { m.16["+k.Q+"].2s.G.2e = \'1M\'; } 1y(e) {}",m.6W)}},b8:C(5v){A c=5v.fC.7G(\',\');O(A i=0;ip.28+p.4K-p.4S){q(!5u&&8C&&5s){p.D=1h.31(p.D,p.Z(1u==\'y\'?\'5e\':\'8D\'))}J q(p.Z(\'2f\')2M){ 3f=3y*2M;q(3fk.6k&&x.D>k.4s&&y.Z(\'2f\')>y.Z(\'5e\')){y.D-=10;q(2M)x.D=y.D*2M;k.57(0,1);3T=M}}E 3T},dS:C(){q(k.2s){A h=/1k/i.11(k.2s.3J)?(k.8p()+1)+\'F\':\'1M\';q(k.19)k.19.G.N=h;k.2s.G.N=h;k.y.72(k.1s.1U)}},a5:C(){A x=k.x,y=k.y;k.59(\'1q\');m.1A(k,\'et\');q(k.1p&&k.1p.2D)k.1p.2D.5t();k.9b(1,{U:{L:x.Z(\'2f\'),N:y.Z(\'2f\'),1b:x.H,Y:y.H},S:{1b:x.1G+x.Z(\'2K\'),Y:y.1G+y.Z(\'2K\'),L:x.1V||x.D,N:y.1V||y.D}},m.6W)},9b:C(1I,2i,4i){A 5M=k.3q,8o=1I?(k.1i?k.1i.a:I):m.2q,t=(5M[1]&&8o&&m.43(8o,\'3q\')[1]==5M[1])?5M[1]:5M[0];q(k[t]&&t!=\'2F\'){k[t](1I,2i);E}q(k.1g&&!k.3Y){q(1I)k.1g.4C();J k.1g.5U((k.2A&&k.4D))}q(!1I)k.78();A B=k,x=B.x,y=B.y,2Q=k.2Q;q(!1I)2Q=k.cF||2Q;A 6x=1I?C(){q(B.1g)B.1g.2g.G.1n="1Y";4a(C(){B.6I()},50)}:C(){B.5D()};q(1I)m.R(k.U,{L:x.t+\'F\',N:y.t+\'F\'});q(1I&&k.2A){m.R(k.U,{1b:(x.1K-x.cb+x.3s)+\'F\',Y:(y.1K-y.cb+y.3s)+\'F\'})}q(k.cD){m.R(k.U,{1z:1I?0:1});m.3A(2i.U,{1z:1I})}m.2z(k.U,2i.U,{4h:4i,2Q:2Q,3P:C(3j,2H){q(B.1g&&B.3Y&&2H.1f==\'Y\'){A 5W=1I?2H.H:1-2H.H;A H={w:x.t+(x.Z(\'2f\')-x.t)*5W,h:y.t+(y.Z(\'2f\')-y.t)*5W,x:x.1K+(x.H-x.1K)*5W,y:y.1K+(y.H-y.1K)*5W};B.1g.4C(H,0,1)}q(B.2A){q(2H.1f==\'1b\')B.4c.G.1b=(x.H-3j)+\'F\';q(2H.1f==\'Y\')B.4c.G.Y=(y.H-3j)+\'F\'}}});m.2z(k.S,2i.S,4i,2Q,6x);q(1I){k.U.G.1n=\'1Y\';k.S.G.1n=\'1Y\';q(k.2A)k.1s.G.1n=\'1Y\';k.a.1c+=\' K-4I-46\'}},6w:C(1I,2i){k.3Y=1j;A B=k,t=1I?m.6W:0;q(1I){m.2z(k.U,2i.U,0);m.R(k.U,{1z:0,1n:\'1Y\'});m.2z(k.S,2i.S,0);k.S.G.1n=\'1Y\';m.2z(k.U,{1z:1},t,I,C(){B.6I()})}q(k.1g){k.1g.2g.G.1B=k.U.G.1B;A 6Z=1I||-1,1w=k.1g.1w,8r=1I?3:1w,8q=1I?1w:3;O(A i=8r;6Z*i<=6Z*8q;i+=6Z,t+=25){(C(){A o=1I?8q-i:8r-i;4a(C(){B.1g.4C(0,o,1)},t)})()}}q(1I){}J{4a(C(){q(B.1g)B.1g.5U(B.4D);B.78();m.2z(B.U,{1z:0},m.9A,I,C(){B.5D()})},t)}},4e:C(1I,2i,8u){q(!1I)E;A B=k,1i=k.1i,x=k.x,y=k.y,3n=1i.x,3g=1i.y,U=k.U,S=k.S,1x=k.1x;m.4z(W,\'7D\',m.6H);m.R(S,{L:(x.1V||x.D)+\'F\',N:(y.1V||y.D)+\'F\'});q(1x)1x.G.2e=\'1Y\';k.1g=1i.1g;q(k.1g)k.1g.B=B;1i.1g=I;A 5l=m.1d(\'P\',{1c:\'K-\'+k.35},{1l:\'2l\',1B:4,2e:\'1q\',1o:\'1E\'});A 8t={cN:1i,cM:k};O(A n 2Y 8t){k[n]=8t[n].S.5J(1);m.R(k[n],{1l:\'2l\',8H:0,1n:\'1Y\'});5l.1X(k[n])}U.1X(5l);q(k.2A)m.R(k.4c,{1b:0,Y:0});q(1x){1x.1c=\'\';U.1X(1x)}5l.G.1o=\'\';1i.S.G.1o=\'1E\';q(m.4M&&m.2t<73){k.U.G.1n=\'1Y\'}m.2z(U,{L:x.D},{4h:m.cE,3P:C(3j,2H){A H=2H.H,4B=1-H;A 1f,D={},93=[\'H\',\'D\',\'1G\',\'36\'];O(A n 2Y 93){1f=93[n];D[\'x\'+1f]=1h.3e(4B*3n[1f]+H*x[1f]);D[\'y\'+1f]=1h.3e(4B*3g[1f]+H*y[1f]);D.cI=1h.3e(4B*(3n.1V||3n.D)+H*(x.1V||x.D));D.6S=1h.3e(4B*3n.Z(\'2K\')+H*x.Z(\'2K\'));D.cJ=1h.3e(4B*(3g.1V||3g.D)+H*(y.1V||y.D));D.6V=1h.3e(4B*3g.Z(\'2K\')+H*y.Z(\'2K\'))}q(B.1g)B.1g.4C({x:D.3h,y:D.3r,w:D.5L+D.44+D.8U+2*x.cb,h:D.5K+D.45+D.8T+2*y.cb});1i.U.G.d7=\'d6(\'+(D.3r-3g.H)+\'F, \'+(D.5L+D.44+D.8U+D.3h+2*3n.cb-3n.H)+\'F, \'+(D.5K+D.45+D.8T+D.3r+2*3g.cb-3g.H)+\'F, \'+(D.3h-3n.H)+\'F)\';m.R(S,{Y:(D.45+y.Z(\'2K\'))+\'F\',1b:(D.44+x.Z(\'2K\'))+\'F\',4d:(y.H-D.3r)+\'F\',4W:(x.H-D.3h)+\'F\'});m.R(U,{Y:D.3r+\'F\',1b:D.3h+\'F\',L:(D.44+D.8U+D.5L+2*x.cb)+\'F\',N:(D.45+D.8T+D.5K+2*y.cb)+\'F\'});m.R(5l,{L:(D.cI||D.5L)+\'F\',N:(D.cJ||D.5K)+\'F\',1b:(D.44+D.6S)+\'F\',Y:(D.45+D.6V)+\'F\',1n:\'1Y\'});m.R(B.cN,{Y:(3g.H-D.3r+3g.1G-D.45+3g.Z(\'2K\')-D.6V)+\'F\',1b:(3n.H-D.3h+3n.1G-D.44+3n.Z(\'2K\')-D.6S)+\'F\'});m.R(B.cM,{1z:H,Y:(y.H-D.3r+y.1G-D.45+y.Z(\'2K\')-D.6V)+\'F\',1b:(x.H-D.3h+x.1G-D.44+x.Z(\'2K\')-D.6S)+\'F\'});q(1x)m.R(1x,{L:D.5L+\'F\',N:D.5K+\'F\',1b:(D.44+x.cb)+\'F\',Y:(D.45+y.cb)+\'F\'})},76:C(){U.G.1n=S.G.1n=\'1Y\';S.G.1o=\'3X\';m.3B(5l);B.6I();1i.5D();B.1i=I}})},bQ:C(o,el){q(!k.1i)E 1j;O(A i=0;i\'+s+\'

      \'+k[k.6l].2d}}},a0:C(){q(!k.1i){O(A i=0;ik.x.Z(\'6e\')+k.x.Z(\'9R\'));A bG=(3N.y+3N.hk.y.Z(\'6e\')+k.y.Z(\'9R\'))}A 6F=m.9U(1m[i]);q(!bl&&!bG&&6F!=k.Q){q(!2S){1m[i].5F(\'1q-by\',\'[\'+k.Q+\']\');1m[i].9N=1m[i].G[1f];1m[i].G[1f]=\'1q\'}J q(2S.bF(\'[\'+k.Q+\']\')==-1){1m[i].5F(\'1q-by\',2S+\'[\'+k.Q+\']\')}}J q((2S==\'[\'+k.Q+\']\'||m.3d==6F)&&6F!=k.Q){1m[i].5F(\'1q-by\',\'\');1m[i].G[1f]=1m[i].9N||\'\'}J q(2S&&2S.bF(\'[\'+k.Q+\']\')>-1){1m[i].5F(\'1q-by\',2S.2k(\'[\'+k.Q+\']\',\'\'))}}}}},3M:C(){k.U.G.1B=m.4F+=2;O(A i=0;i14.23.1O)14.G.L=\'2w%\'}J q(14.23!=k.1x)k.1x.1X(14);q(/1b$/.11(p))14.G.1b=74+\'F\';q(/4X$/.11(p))m.R(14,{1b:\'50%\',4W:(74-1h.3e(14.1O/2))+\'F\'});q(/3m$/.11(p))14.G.3m=-74+\'F\';q(/^bM$/.11(p)){m.R(14,{3m:\'2w%\',9B:k.x.cb+\'F\',Y:-k.y.cb+\'F\',4Q:-k.y.cb+\'F\',2e:\'1M\'});k.x.1G=14.1O}J q(/^bC$/.11(p)){m.R(14,{1b:\'2w%\',4W:k.x.cb+\'F\',Y:-k.y.cb+\'F\',4Q:-k.y.cb+\'F\',2e:\'1M\'});k.x.36=14.1O}A 9d=14.23.1U;14.G.N=\'1M\';q(53&&14.1U>9d)14.G.N=m.3Z?9d+\'F\':\'2w%\';q(/^Y/.11(p))14.G.Y=6O+\'F\';q(/^9a/.11(p))m.R(14,{Y:\'50%\',4d:(6O-1h.3e(14.1U/2))+\'F\'});q(/^4Q/.11(p))14.G.4Q=-6O+\'F\';q(/^5N$/.11(p)){m.R(14,{1b:(-k.x.1G-k.x.cb)+\'F\',3m:(-k.x.36-k.x.cb)+\'F\',4Q:\'2w%\',6L:k.y.cb+\'F\',L:\'1M\'});k.y.1G=14.1U}J q(/^7E$/.11(p)){m.R(14,{1l:\'4y\',1b:(-k.x.1G-k.x.cb)+\'F\',3m:(-k.x.36-k.x.cb)+\'F\',Y:\'2w%\',4d:k.y.cb+\'F\',L:\'1M\'});k.y.36=14.1U;14.G.1l=\'2l\'}},bB:C(){k.a2([\'58\',\'9X\'],M);k.bq();q(k.9X)m.1A(k,\'eE\');q(k.58)m.1A(k,\'eF\');q(k.58&&k.a7)k.58.1c+=\' K-3u\';q(m.br)k.bp();O(A i=0;i=5.5){s=s.2k(1J 4Y(\']*>\',\'c9\'),\'\').2k(1J 4Y(\']*>.*?\',\'c9\'),\'\');q(k.1k){A 2B=k.1k.9O;q(!2B&&k.1k.6g)2B=k.1k.6g.W;q(!2B){A 3v=k;4a(C(){3v.6f()},25);E}2B.ca();2B.dg(s);2B.26();1t{s=2B.9Q(k.1v).2d}1y(e){1t{s=k.1k.W.9Q(k.1v).2d}1y(e){}}m.3B(k.1k)}J{7H=/(<19[^>]*>|<\\/19>)/db;q(7H.11(s))s=s.7G(7H)[m.3R?1:2]}}m.4p(k.S,\'7J\',\'K-19\').2d=s;k.3F();O(A x 2Y k)k[x]=I}};m.83=C(4k,1r){q(m.cX!==1j)m.95();k.4k=4k;O(A x 2Y 1r)k[x]=1r[x];q(k.cZ)k.cg();q(k.2D)k.2D=m.ci(k)};m.83.5w={cg:C(){k.2X=m.1d(\'P\',{2d:m.8b(m.8i.2X)},I,m.2b);A 6j=[\'3L\',\'3p\',\'3a\',\'1D\',\'3u\',\'1a-2F\',\'26\'];k.1Q={};A 3v=k;O(A i=0;i<6j.V;i++){k.1Q[6j[i]]=m.4p(k.2X,\'1H\',\'K-\'+6j[i]);k.4u(6j[i])}k.1Q.3p.G.1o=\'1E\'},ch:C(){q(k.cm||!k.2X)E;A B=m.16[k.4k],5q=B.7v(),2m=/7w$/;q(5q==0)k.5d(\'3a\');J q(2m.11(k.1Q.3a.2C(\'a\')[0].1c))k.4u(\'3a\');q(5q+1==m.4U.3i[B.2N||\'1E\'].V){k.5d(\'1D\');k.5d(\'3L\')}J q(2m.11(k.1Q.1D.2C(\'a\')[0].1c)){k.4u(\'1D\');k.4u(\'3L\')}},4u:C(1Q){q(!k.1Q)E;A cn=k,a=k.1Q[1Q].2C(\'a\')[0],2m=/7w$/;a.2p=C(){cn[1Q]();E 1j};q(2m.11(a.1c))a.1c=a.1c.2k(2m,\'\')},5d:C(1Q){q(!k.1Q)E;A a=k.1Q[1Q].2C(\'a\')[0];a.2p=C(){E 1j};q(!/7w$/.11(a.1c))a.1c+=\' 7w\'},cl:C(){q(k.42)k.3p();J k.3L()},3L:C(ck){q(k.1Q){k.1Q.3L.G.1o=\'1E\';k.1Q.3p.G.1o=\'\'}k.42=M;q(!ck)m.1D(k.4k)},3p:C(){q(k.1Q){k.1Q.3p.G.1o=\'1E\';k.1Q.3L.G.1o=\'\'}d9(k.42);k.42=I},3a:C(){k.3p();m.3a(k.1Q.3a)},1D:C(){k.3p();m.1D(k.1Q.1D)},3u:C(){},\'1a-2F\':C(){m.2G().7r()},26:C(){m.26(k.1Q.26)}};m.ci=C(1p){C 7p(B){m.3A(1r||{},{4P:4E,22:\'2D\',1c:\'K-2D-\'+5k+\'-14 \'+(1r.1c||\'\')});q(m.3Z)1r.6w=0;B.4O(1r);m.R(4E.23,{2e:\'1q\'})};C 28(3K){5t(1L,1h.3e(3K*4E[3S?\'1O\':\'1U\']*0.7))};C 5t(i,80){q(i===1L)O(A j=0;j<5I.V;j++){q(5I[j]==m.16[1p.4k].a){i=j;5m}}q(i===1L)E;A as=4E.2C(\'a\'),4I=as[i],48=4I.23,1b=3S?\'cj\':\'c8\',3m=3S?\'c7\':\'bX\',L=3S?\'bY\':\'bW\',4V=\'1w\'+1b,1O=\'1w\'+L,7e=P.23.23[1O],5j=7e-2g[1O],6o=3H(2g.G[3S?\'1b\':\'Y\'])||0,2O=6o,ej=20;q(80!==1L){2O=6o-80;q(5j>0)5j=0;q(2O>0)2O=0;q(2O<5j)2O=5j}J{O(A j=0;j0?as[i-1].23[4V]:48[4V],7Y=48[4V]+48[1O]+(as[i+1]?as[i+1].23[1O]:0);q(7Y>7e-6o)2O=7e-7Y;J q(7X<-6o)2O=-7X}A 8R=48[4V]+(48[1O]-7f[1O])/2+2O;m.2z(2g,3S?{1b:2O}:{Y:2O},I,\'8S\');m.2z(7f,3S?{1b:8R}:{Y:8R},I,\'8S\');8l.G.1o=2O<0?\'3X\':\'1E\';8M.G.1o=(2O>5j)?\'3X\':\'1E\'};A 5I=m.4U.3i[m.16[1p.4k].2N||\'1E\'],1r=1p.2D,5k=1r.5k||\'bV\',8K=(5k==\'en\'),4f=8K?[\'P\',\'6t\',\'1H\',\'1C\']:[\'2g\',\'4G\',\'47\',\'2J\'],3S=(5k==\'bV\'),4E=m.1d(\'P\',{1c:\'K-2D K-2D-\'+5k,2d:\'

      \'+\'<\'+4f[0]+\'><\'+4f[1]+\'>

      \'+\'

      \'+\'

      \'+\'

      \'},{1o:\'1E\'},m.2b),5E=4E.7L,P=5E[0],8l=5E[1],8M=5E[2],7f=5E[3],2g=P.ef,4G=4E.2C(4f[1])[0],47;O(A i=0;i<5I.V;i++){q(i==0||!3S)47=m.1d(4f[2],I,I,4G);(C(){A a=5I[i],48=m.1d(4f[3],I,I,47),ex=i;m.1d(\'a\',{21:a.21,24:a.24,2p:C(){q(/K-4I-46/.11(k.1c))E 1j;m.2G(k).3M();E m.8N(a)},2d:m.bT?m.bT(a):a.2d},I,48)})()}q(!8K){8l.2p=C(){28(-1)};8M.2p=C(){28(1)};m.2j(4G,W.eA!==1L?\'er\':\'eq\',C(e){A 3K=0;e=e||1S.2u;q(e.bU){3K=e.bU/dR;q(m.3z)3K=-3K}J q(e.bZ){3K=-e.bZ/3}q(3K)28(-3K*0.2);q(e.5n)e.5n();e.c0=1j})}E{7p:7p,5t:5t}};m.7o=m.18;A e8=m.5A;q(m.2h&&1S==1S.Y){(C(){1t{W.5h.e4(\'1b\')}1y(e){4a(c5.dZ,50);E}m.41()})()}m.2j(W,\'dW\',m.41);m.2j(1S,\'8B\',m.41);m.2j(W,\'41\',C(){q(m.7R||m.4b){A G=m.1d(\'G\',{T:\'e0/8I\'},I,W.2C(\'e1\')[0]),8E=W.7a==\'8v\';C 5P(8m,8n){q(m.2h&&(m.2t<9||8E)){A 1i=W.c6[W.c6.V-1];q(1F(1i.5P)=="7j")1i.5P(8m,8n)}J{G.1X(W.e6(8m+" {"+8n+"}"))}}C 5T(1f){E\'e5( ( ( ez = W.5h.\'+1f+\' ? W.5h.\'+1f+\' : W.19.\'+1f+\' ) ) + \\\'F\\\' );\'}q(m.7R)5P(\'.K 1N\',\'4L: 7T(\'+m.5c+m.7R+\'), 7Q !dA;\');5P(\'.K-2x-D\',m.2h&&(m.2t<7||8E)?\'1l: 2l; \'+\'1b:\'+5T(\'5O\')+\'Y:\'+5T(\'5R\')+\'L:\'+5T(\'8F\')+\'N:\'+5T(\'c4\'):\'1l: fV; L: 2w%; N: 2w%; 1b: 0; Y: 0\')}});m.2j(1S,\'3O\',C(){m.7S();q(m.2x)O(A i=0;iHighslide JS
      ', + creditsTitle : 'Go to the Highslide JS homepage', + previousText : 'Previous', + nextText : 'Next', + moveText : 'Move', + closeText : 'Close', + closeTitle : 'Close (esc)', + resizeTitle : 'Resize', + playText : 'Play', + playTitle : 'Play slideshow (spacebar)', + pauseText : 'Pause', + pauseTitle : 'Pause slideshow (spacebar)', + previousTitle : 'Previous (arrow left)', + nextTitle : 'Next (arrow right)', + moveTitle : 'Move', + fullExpandText : '1:1', + number: 'Image %1 of %2', + restoreTitle : 'Click to close image, click and drag to move. Use arrow keys for next and previous.' +}, +// See http://highslide.com/ref for examples of settings +graphicsDir : 'highslide/graphics/', +expandCursor : 'zoomin.cur', // null disables +restoreCursor : 'zoomout.cur', // null disables +expandDuration : 250, // milliseconds +restoreDuration : 250, +marginLeft : 15, +marginRight : 15, +marginTop : 15, +marginBottom : 15, +zIndexCounter : 1001, // adjust to other absolutely positioned elements +loadingOpacity : 0.75, +allowMultipleInstances: true, +numberOfImagesToPreload : 5, +outlineWhileAnimating : 2, // 0 = never, 1 = always, 2 = HTML only +outlineStartOffset : 3, // ends at 10 +padToMinWidth : false, // pad the popup width to make room for wide caption +fullExpandPosition : 'bottom right', +fullExpandOpacity : 1, +showCredits : true, // you can set this to false if you want +creditsHref : 'http://highslide.com/', +creditsTarget : '_self', +enableKeyListener : true, +openerTagNames : ['a'], // Add more to allow slideshow indexing +transitions : [], +transitionDuration: 250, +dimmingOpacity: 0, // Lightbox style dimming background +dimmingDuration: 50, // 0 for instant dimming + +anchor : 'auto', // where the image expands from +align : 'auto', // position in the client (overrides anchor) +targetX: null, // the id of a target element +targetY: null, +dragByHeading: true, +minWidth: 200, +minHeight: 200, +allowSizeReduction: true, // allow the image to reduce to fit client size. If false, this overrides minWidth and minHeight +outlineType : 'drop-shadow', // set null to disable outlines +skin : { + controls: + '
      ' +}, +// END OF YOUR SETTINGS + + +// declare internal properties +preloadTheseImages : [], +continuePreloading: true, +expanders : [], +overrides : [ + 'allowSizeReduction', + 'useBox', + 'anchor', + 'align', + 'targetX', + 'targetY', + 'outlineType', + 'outlineWhileAnimating', + 'captionId', + 'captionText', + 'captionEval', + 'captionOverlay', + 'headingId', + 'headingText', + 'headingEval', + 'headingOverlay', + 'creditsPosition', + 'dragByHeading', + 'autoplay', + 'numberPosition', + 'transitions', + 'dimmingOpacity', + + 'width', + 'height', + + 'wrapperClassName', + 'minWidth', + 'minHeight', + 'maxWidth', + 'maxHeight', + 'pageOrigin', + 'slideshowGroup', + 'easing', + 'easingClose', + 'fadeInOut', + 'src' +], +overlays : [], +idCounter : 0, +oPos : { + x: ['leftpanel', 'left', 'center', 'right', 'rightpanel'], + y: ['above', 'top', 'middle', 'bottom', 'below'] +}, +mouse: {}, +headingOverlay: {}, +captionOverlay: {}, +timers : [], + +slideshows : [], + +pendingOutlines : {}, +clones : {}, +onReady: [], +uaVersion: /Trident\/4\.0/.test(navigator.userAgent) ? 8 : + parseFloat((navigator.userAgent.toLowerCase().match( /.+(?:rv|it|ra|ie)[\/: ]([\d.]+)/ ) || [0,'0'])[1]), +ie : (document.all && !window.opera), +//ie : navigator && /MSIE [678]/.test(navigator.userAgent), // ie9 compliant? +safari : /Safari/.test(navigator.userAgent), +geckoMac : /Macintosh.+rv:1\.[0-8].+Gecko/.test(navigator.userAgent), + +$ : function (id) { + if (id) return document.getElementById(id); +}, + +push : function (arr, val) { + arr[arr.length] = val; +}, + +createElement : function (tag, attribs, styles, parent, nopad) { + var el = document.createElement(tag); + if (attribs) hs.extend(el, attribs); + if (nopad) hs.setStyles(el, {padding: 0, border: 'none', margin: 0}); + if (styles) hs.setStyles(el, styles); + if (parent) parent.appendChild(el); + return el; +}, + +extend : function (el, attribs) { + for (var x in attribs) el[x] = attribs[x]; + return el; +}, + +setStyles : function (el, styles) { + for (var x in styles) { + if (hs.ieLt9 && x == 'opacity') { + if (styles[x] > 0.99) el.style.removeAttribute('filter'); + else el.style.filter = 'alpha(opacity='+ (styles[x] * 100) +')'; + } + else el.style[x] = styles[x]; + } +}, +animate: function(el, prop, opt) { + var start, + end, + unit; + if (typeof opt != 'object' || opt === null) { + var args = arguments; + opt = { + duration: args[2], + easing: args[3], + complete: args[4] + }; + } + if (typeof opt.duration != 'number') opt.duration = 250; + opt.easing = Math[opt.easing] || Math.easeInQuad; + opt.curAnim = hs.extend({}, prop); + for (var name in prop) { + var e = new hs.fx(el, opt , name ); + + start = parseFloat(hs.css(el, name)) || 0; + end = parseFloat(prop[name]); + unit = name != 'opacity' ? 'px' : ''; + + e.custom( start, end, unit ); + } +}, +css: function(el, prop) { + if (el.style[prop]) { + return el.style[prop]; + } else if (document.defaultView) { + return document.defaultView.getComputedStyle(el, null).getPropertyValue(prop); + + } else { + if (prop == 'opacity') prop = 'filter'; + var val = el.currentStyle[prop.replace(/\-(\w)/g, function (a, b){ return b.toUpperCase(); })]; + if (prop == 'filter') + val = val.replace(/alpha\(opacity=([0-9]+)\)/, + function (a, b) { return b / 100 }); + return val === '' ? 1 : val; + } +}, + +getPageSize : function () { + var d = document, w = window, iebody = d.compatMode && d.compatMode != 'BackCompat' + ? d.documentElement : d.body, + ieLt9 = hs.ie && (hs.uaVersion < 9 || typeof pageXOffset == 'undefined'); + + var width = ieLt9 ? iebody.clientWidth : + (d.documentElement.clientWidth || self.innerWidth), + height = ieLt9 ? iebody.clientHeight : self.innerHeight; + hs.page = { + width: width, + height: height, + scrollLeft: ieLt9 ? iebody.scrollLeft : pageXOffset, + scrollTop: ieLt9 ? iebody.scrollTop : pageYOffset + }; + return hs.page; +}, + +getPosition : function(el) { + var p = { x: el.offsetLeft, y: el.offsetTop }; + while (el.offsetParent) { + el = el.offsetParent; + p.x += el.offsetLeft; + p.y += el.offsetTop; + if (el != document.body && el != document.documentElement) { + p.x -= el.scrollLeft; + p.y -= el.scrollTop; + } + } + return p; +}, + +expand : function(a, params, custom, type) { + if (!a) a = hs.createElement('a', null, { display: 'none' }, hs.container); + if (typeof a.getParams == 'function') return params; + try { + new hs.Expander(a, params, custom); + return false; + } catch (e) { return true; } +}, +getElementByClass : function (el, tagName, className) { + var els = el.getElementsByTagName(tagName); + for (var i = 0; i < els.length; i++) { + if ((new RegExp(className)).test(els[i].className)) { + return els[i]; + } + } + return null; +}, +replaceLang : function(s) { + s = s.replace(/\s/g, ' '); + var re = /{hs\.lang\.([^}]+)\}/g, + matches = s.match(re), + lang; + if (matches) for (var i = 0; i < matches.length; i++) { + lang = matches[i].replace(re, "$1"); + if (typeof hs.lang[lang] != 'undefined') s = s.replace(matches[i], hs.lang[lang]); + } + return s; +}, + + +focusTopmost : function() { + var topZ = 0, + topmostKey = -1, + expanders = hs.expanders, + exp, + zIndex; + for (var i = 0; i < expanders.length; i++) { + exp = expanders[i]; + if (exp) { + zIndex = exp.wrapper.style.zIndex; + if (zIndex && zIndex > topZ) { + topZ = zIndex; + topmostKey = i; + } + } + } + if (topmostKey == -1) hs.focusKey = -1; + else expanders[topmostKey].focus(); +}, + +getParam : function (a, param) { + a.getParams = a.onclick; + var p = a.getParams ? a.getParams() : null; + a.getParams = null; + + return (p && typeof p[param] != 'undefined') ? p[param] : + (typeof hs[param] != 'undefined' ? hs[param] : null); +}, + +getSrc : function (a) { + var src = hs.getParam(a, 'src'); + if (src) return src; + return a.href; +}, + +getNode : function (id) { + var node = hs.$(id), clone = hs.clones[id], a = {}; + if (!node && !clone) return null; + if (!clone) { + clone = node.cloneNode(true); + clone.id = ''; + hs.clones[id] = clone; + return node; + } else { + return clone.cloneNode(true); + } +}, + +discardElement : function(d) { + if (d) hs.garbageBin.appendChild(d); + hs.garbageBin.innerHTML = ''; +}, +dim : function(exp) { + if (!hs.dimmer) { + isNew = true; + hs.dimmer = hs.createElement ('div', { + className: 'highslide-dimming highslide-viewport-size', + owner: '', + onclick: function() { + + hs.close(); + } + }, { + visibility: 'visible', + opacity: 0 + }, hs.container, true); + + if (/(Android|iPad|iPhone|iPod)/.test(navigator.userAgent)) { + var body = document.body; + function pixDimmerSize() { + hs.setStyles(hs.dimmer, { + width: body.scrollWidth +'px', + height: body.scrollHeight +'px' + }); + } + pixDimmerSize(); + hs.addEventListener(window, 'resize', pixDimmerSize); + } + } + hs.dimmer.style.display = ''; + + var isNew = hs.dimmer.owner == ''; + hs.dimmer.owner += '|'+ exp.key; + + if (isNew) { + if (hs.geckoMac && hs.dimmingGeckoFix) + hs.setStyles(hs.dimmer, { + background: 'url('+ hs.graphicsDir + 'geckodimmer.png)', + opacity: 1 + }); + else + hs.animate(hs.dimmer, { opacity: exp.dimmingOpacity }, hs.dimmingDuration); + } +}, +undim : function(key) { + if (!hs.dimmer) return; + if (typeof key != 'undefined') hs.dimmer.owner = hs.dimmer.owner.replace('|'+ key, ''); + + if ( + (typeof key != 'undefined' && hs.dimmer.owner != '') + || (hs.upcoming && hs.getParam(hs.upcoming, 'dimmingOpacity')) + ) return; + + if (hs.geckoMac && hs.dimmingGeckoFix) hs.dimmer.style.display = 'none'; + else hs.animate(hs.dimmer, { opacity: 0 }, hs.dimmingDuration, null, function() { + hs.dimmer.style.display = 'none'; + }); +}, +transit : function (adj, exp) { + var last = exp || hs.getExpander(); + exp = last; + if (hs.upcoming) return false; + else hs.last = last; + hs.removeEventListener(document, window.opera ? 'keypress' : 'keydown', hs.keyHandler); + try { + hs.upcoming = adj; + adj.onclick(); + } catch (e){ + hs.last = hs.upcoming = null; + } + try { + if (!adj || exp.transitions[1] != 'crossfade') + exp.close(); + } catch (e) {} + return false; +}, + +previousOrNext : function (el, op) { + var exp = hs.getExpander(el); + if (exp) return hs.transit(exp.getAdjacentAnchor(op), exp); + else return false; +}, + +previous : function (el) { + return hs.previousOrNext(el, -1); +}, + +next : function (el) { + return hs.previousOrNext(el, 1); +}, + +keyHandler : function(e) { + if (!e) e = window.event; + if (!e.target) e.target = e.srcElement; // ie + if (typeof e.target.form != 'undefined') return true; // form element has focus + var exp = hs.getExpander(); + + var op = null; + switch (e.keyCode) { + case 70: // f + if (exp) exp.doFullExpand(); + return true; + case 32: // Space + op = 2; + break; + case 34: // Page Down + case 39: // Arrow right + case 40: // Arrow down + op = 1; + break; + case 8: // Backspace + case 33: // Page Up + case 37: // Arrow left + case 38: // Arrow up + op = -1; + break; + case 27: // Escape + case 13: // Enter + op = 0; + } + if (op !== null) {if (op != 2)hs.removeEventListener(document, window.opera ? 'keypress' : 'keydown', hs.keyHandler); + if (!hs.enableKeyListener) return true; + + if (e.preventDefault) e.preventDefault(); + else e.returnValue = false; + if (exp) { + if (op == 0) { + exp.close(); + } else if (op == 2) { + if (exp.slideshow) exp.slideshow.hitSpace(); + } else { + if (exp.slideshow) exp.slideshow.pause(); + hs.previousOrNext(exp.key, op); + } + return false; + } + } + return true; +}, + + +registerOverlay : function (overlay) { + hs.push(hs.overlays, hs.extend(overlay, { hsId: 'hsId'+ hs.idCounter++ } )); +}, + + +addSlideshow : function (options) { + var sg = options.slideshowGroup; + if (typeof sg == 'object') { + for (var i = 0; i < sg.length; i++) { + var o = {}; + for (var x in options) o[x] = options[x]; + o.slideshowGroup = sg[i]; + hs.push(hs.slideshows, o); + } + } else { + hs.push(hs.slideshows, options); + } +}, + +getWrapperKey : function (element, expOnly) { + var el, re = /^highslide-wrapper-([0-9]+)$/; + // 1. look in open expanders + el = element; + while (el.parentNode) { + if (el.hsKey !== undefined) return el.hsKey; + if (el.id && re.test(el.id)) return el.id.replace(re, "$1"); + el = el.parentNode; + } + // 2. look in thumbnail + if (!expOnly) { + el = element; + while (el.parentNode) { + if (el.tagName && hs.isHsAnchor(el)) { + for (var key = 0; key < hs.expanders.length; key++) { + var exp = hs.expanders[key]; + if (exp && exp.a == el) return key; + } + } + el = el.parentNode; + } + } + return null; +}, + +getExpander : function (el, expOnly) { + if (typeof el == 'undefined') return hs.expanders[hs.focusKey] || null; + if (typeof el == 'number') return hs.expanders[el] || null; + if (typeof el == 'string') el = hs.$(el); + return hs.expanders[hs.getWrapperKey(el, expOnly)] || null; +}, + +isHsAnchor : function (a) { + return (a.onclick && a.onclick.toString().replace(/\s/g, ' ').match(/hs.(htmlE|e)xpand/)); +}, + +reOrder : function () { + for (var i = 0; i < hs.expanders.length; i++) + if (hs.expanders[i] && hs.expanders[i].isExpanded) hs.focusTopmost(); +}, + +mouseClickHandler : function(e) +{ + if (!e) e = window.event; + if (e.button > 1) return true; + if (!e.target) e.target = e.srcElement; + + var el = e.target; + while (el.parentNode + && !(/highslide-(image|move|html|resize)/.test(el.className))) + { + el = el.parentNode; + } + var exp = hs.getExpander(el); + if (exp && (exp.isClosing || !exp.isExpanded)) return true; + + if (exp && e.type == 'mousedown') { + if (e.target.form) return true; + var match = el.className.match(/highslide-(image|move|resize)/); + if (match) { + hs.dragArgs = { + exp: exp , + type: match[1], + left: exp.x.pos, + width: exp.x.size, + top: exp.y.pos, + height: exp.y.size, + clickX: e.clientX, + clickY: e.clientY + }; + + + hs.addEventListener(document, 'mousemove', hs.dragHandler); + if (e.preventDefault) e.preventDefault(); // FF + + if (/highslide-(image|html)-blur/.test(exp.content.className)) { + exp.focus(); + hs.hasFocused = true; + } + return false; + } + } else if (e.type == 'mouseup') { + + hs.removeEventListener(document, 'mousemove', hs.dragHandler); + + if (hs.dragArgs) { + if (hs.styleRestoreCursor && hs.dragArgs.type == 'image') + hs.dragArgs.exp.content.style.cursor = hs.styleRestoreCursor; + var hasDragged = hs.dragArgs.hasDragged; + + if (!hasDragged &&!hs.hasFocused && !/(move|resize)/.test(hs.dragArgs.type)) { + exp.close(); + } + else if (hasDragged || (!hasDragged && hs.hasHtmlExpanders)) { + hs.dragArgs.exp.doShowHide('hidden'); + } + hs.hasFocused = false; + hs.dragArgs = null; + + } else if (/highslide-image-blur/.test(el.className)) { + el.style.cursor = hs.styleRestoreCursor; + } + } + return false; +}, + +dragHandler : function(e) +{ + if (!hs.dragArgs) return true; + if (!e) e = window.event; + var a = hs.dragArgs, exp = a.exp; + + a.dX = e.clientX - a.clickX; + a.dY = e.clientY - a.clickY; + + var distance = Math.sqrt(Math.pow(a.dX, 2) + Math.pow(a.dY, 2)); + if (!a.hasDragged) a.hasDragged = (a.type != 'image' && distance > 0) + || (distance > (hs.dragSensitivity || 5)); + + if (a.hasDragged && e.clientX > 5 && e.clientY > 5) { + + if (a.type == 'resize') exp.resize(a); + else { + exp.moveTo(a.left + a.dX, a.top + a.dY); + if (a.type == 'image') exp.content.style.cursor = 'move'; + } + } + return false; +}, + +wrapperMouseHandler : function (e) { + try { + if (!e) e = window.event; + var over = /mouseover/i.test(e.type); + if (!e.target) e.target = e.srcElement; // ie + if (!e.relatedTarget) e.relatedTarget = + over ? e.fromElement : e.toElement; // ie + var exp = hs.getExpander(e.target); + if (!exp.isExpanded) return; + if (!exp || !e.relatedTarget || hs.getExpander(e.relatedTarget, true) == exp + || hs.dragArgs) return; + for (var i = 0; i < exp.overlays.length; i++) (function() { + var o = hs.$('hsId'+ exp.overlays[i]); + if (o && o.hideOnMouseOut) { + if (over) hs.setStyles(o, { visibility: 'visible', display: '' }); + hs.animate(o, { opacity: over ? o.opacity : 0 }, o.dur); + } + })(); + } catch (e) {} +}, +addEventListener : function (el, event, func) { + if (el == document && event == 'ready') { + hs.push(hs.onReady, func); + } + try { + el.addEventListener(event, func, false); + } catch (e) { + try { + el.detachEvent('on'+ event, func); + el.attachEvent('on'+ event, func); + } catch (e) { + el['on'+ event] = func; + } + } +}, + +removeEventListener : function (el, event, func) { + try { + el.removeEventListener(event, func, false); + } catch (e) { + try { + el.detachEvent('on'+ event, func); + } catch (e) { + el['on'+ event] = null; + } + } +}, + +preloadFullImage : function (i) { + if (hs.continuePreloading && hs.preloadTheseImages[i] && hs.preloadTheseImages[i] != 'undefined') { + var img = document.createElement('img'); + img.onload = function() { + img = null; + hs.preloadFullImage(i + 1); + }; + img.src = hs.preloadTheseImages[i]; + } +}, +preloadImages : function (number) { + if (number && typeof number != 'object') hs.numberOfImagesToPreload = number; + + var arr = hs.getAnchors(); + for (var i = 0; i < arr.images.length && i < hs.numberOfImagesToPreload; i++) { + hs.push(hs.preloadTheseImages, hs.getSrc(arr.images[i])); + } + + // preload outlines + if (hs.outlineType) new hs.Outline(hs.outlineType, function () { hs.preloadFullImage(0)} ); + else + + hs.preloadFullImage(0); + + // preload cursor + if (hs.restoreCursor) var cur = hs.createElement('img', { src: hs.graphicsDir + hs.restoreCursor }); +}, + + +init : function () { + if (!hs.container) { + + hs.ieLt7 = hs.ie && hs.uaVersion < 7; + hs.ieLt9 = hs.ie && hs.uaVersion < 9; + + hs.getPageSize(); + for (var x in hs.langDefaults) { + if (typeof hs[x] != 'undefined') hs.lang[x] = hs[x]; + else if (typeof hs.lang[x] == 'undefined' && typeof hs.langDefaults[x] != 'undefined') + hs.lang[x] = hs.langDefaults[x]; + } + + hs.container = hs.createElement('div', { + className: 'highslide-container' + }, { + position: 'absolute', + left: 0, + top: 0, + width: '100%', + zIndex: hs.zIndexCounter, + direction: 'ltr' + }, + document.body, + true + ); + hs.loading = hs.createElement('a', { + className: 'highslide-loading', + title: hs.lang.loadingTitle, + innerHTML: hs.lang.loadingText, + href: 'javascript:;' + }, { + position: 'absolute', + top: '-9999px', + opacity: hs.loadingOpacity, + zIndex: 1 + }, hs.container + ); + hs.garbageBin = hs.createElement('div', null, { display: 'none' }, hs.container); + hs.viewport = hs.createElement('div', { + className: 'highslide-viewport highslide-viewport-size' + }, { + visibility: (hs.safari && hs.uaVersion < 525) ? 'visible' : 'hidden' + }, hs.container, 1 + ); + + // http://www.robertpenner.com/easing/ + Math.linearTween = function (t, b, c, d) { + return c*t/d + b; + }; + Math.easeInQuad = function (t, b, c, d) { + return c*(t/=d)*t + b; + }; + Math.easeOutQuad = function (t, b, c, d) { + return -c *(t/=d)*(t-2) + b; + }; + + hs.hideSelects = hs.ieLt7; + hs.hideIframes = ((window.opera && hs.uaVersion < 9) || navigator.vendor == 'KDE' + || (hs.ieLt7 && hs.uaVersion < 5.5)); + } +}, +ready : function() { + if (hs.isReady) return; + hs.isReady = true; + for (var i = 0; i < hs.onReady.length; i++) hs.onReady[i](); +}, + +updateAnchors : function() { + var el, els, all = [], images = [],groups = {}, re; + + for (var i = 0; i < hs.openerTagNames.length; i++) { + els = document.getElementsByTagName(hs.openerTagNames[i]); + for (var j = 0; j < els.length; j++) { + el = els[j]; + re = hs.isHsAnchor(el); + if (re) { + hs.push(all, el); + if (re[0] == 'hs.expand') hs.push(images, el); + var g = hs.getParam(el, 'slideshowGroup') || 'none'; + if (!groups[g]) groups[g] = []; + hs.push(groups[g], el); + } + } + } + hs.anchors = { all: all, groups: groups, images: images }; + return hs.anchors; + +}, + +getAnchors : function() { + return hs.anchors || hs.updateAnchors(); +}, + + +close : function(el) { + var exp = hs.getExpander(el); + if (exp) exp.close(); + return false; +} +}; // end hs object +hs.fx = function( elem, options, prop ){ + this.options = options; + this.elem = elem; + this.prop = prop; + + if (!options.orig) options.orig = {}; +}; +hs.fx.prototype = { + update: function(){ + (hs.fx.step[this.prop] || hs.fx.step._default)(this); + + if (this.options.step) + this.options.step.call(this.elem, this.now, this); + + }, + custom: function(from, to, unit){ + this.startTime = (new Date()).getTime(); + this.start = from; + this.end = to; + this.unit = unit;// || this.unit || "px"; + this.now = this.start; + this.pos = this.state = 0; + + var self = this; + function t(gotoEnd){ + return self.step(gotoEnd); + } + + t.elem = this.elem; + + if ( t() && hs.timers.push(t) == 1 ) { + hs.timerId = setInterval(function(){ + var timers = hs.timers; + + for ( var i = 0; i < timers.length; i++ ) + if ( !timers[i]() ) + timers.splice(i--, 1); + + if ( !timers.length ) { + clearInterval(hs.timerId); + } + }, 13); + } + }, + step: function(gotoEnd){ + var t = (new Date()).getTime(); + if ( gotoEnd || t >= this.options.duration + this.startTime ) { + this.now = this.end; + this.pos = this.state = 1; + this.update(); + + this.options.curAnim[ this.prop ] = true; + + var done = true; + for ( var i in this.options.curAnim ) + if ( this.options.curAnim[i] !== true ) + done = false; + + if ( done ) { + if (this.options.complete) this.options.complete.call(this.elem); + } + return false; + } else { + var n = t - this.startTime; + this.state = n / this.options.duration; + this.pos = this.options.easing(n, 0, 1, this.options.duration); + this.now = this.start + ((this.end - this.start) * this.pos); + this.update(); + } + return true; + } + +}; + +hs.extend( hs.fx, { + step: { + + opacity: function(fx){ + hs.setStyles(fx.elem, { opacity: fx.now }); + }, + + _default: function(fx){ + try { + if ( fx.elem.style && fx.elem.style[ fx.prop ] != null ) + fx.elem.style[ fx.prop ] = fx.now + fx.unit; + else + fx.elem[ fx.prop ] = fx.now; + } catch (e) {} + } + } +}); + +hs.Outline = function (outlineType, onLoad) { + this.onLoad = onLoad; + this.outlineType = outlineType; + var v = hs.uaVersion, tr; + + this.hasAlphaImageLoader = hs.ie && hs.uaVersion < 7; + if (!outlineType) { + if (onLoad) onLoad(); + return; + } + + hs.init(); + this.table = hs.createElement( + 'table', { + cellSpacing: 0 + }, { + visibility: 'hidden', + position: 'absolute', + borderCollapse: 'collapse', + width: 0 + }, + hs.container, + true + ); + var tbody = hs.createElement('tbody', null, null, this.table, 1); + + this.td = []; + for (var i = 0; i <= 8; i++) { + if (i % 3 == 0) tr = hs.createElement('tr', null, { height: 'auto' }, tbody, true); + this.td[i] = hs.createElement('td', null, null, tr, true); + var style = i != 4 ? { lineHeight: 0, fontSize: 0} : { position : 'relative' }; + hs.setStyles(this.td[i], style); + } + this.td[4].className = outlineType +' highslide-outline'; + + this.preloadGraphic(); +}; + +hs.Outline.prototype = { +preloadGraphic : function () { + var src = hs.graphicsDir + (hs.outlinesDir || "outlines/")+ this.outlineType +".png"; + + var appendTo = hs.safari && hs.uaVersion < 525 ? hs.container : null; + this.graphic = hs.createElement('img', null, { position: 'absolute', + top: '-9999px' }, appendTo, true); // for onload trigger + + var pThis = this; + this.graphic.onload = function() { pThis.onGraphicLoad(); }; + + this.graphic.src = src; +}, + +onGraphicLoad : function () { + var o = this.offset = this.graphic.width / 4, + pos = [[0,0],[0,-4],[-2,0],[0,-8],0,[-2,-8],[0,-2],[0,-6],[-2,-2]], + dim = { height: (2*o) +'px', width: (2*o) +'px' }; + for (var i = 0; i <= 8; i++) { + if (pos[i]) { + if (this.hasAlphaImageLoader) { + var w = (i == 1 || i == 7) ? '100%' : this.graphic.width +'px'; + var div = hs.createElement('div', null, { width: '100%', height: '100%', position: 'relative', overflow: 'hidden'}, this.td[i], true); + hs.createElement ('div', null, { + filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=scale, src='"+ this.graphic.src + "')", + position: 'absolute', + width: w, + height: this.graphic.height +'px', + left: (pos[i][0]*o)+'px', + top: (pos[i][1]*o)+'px' + }, + div, + true); + } else { + hs.setStyles(this.td[i], { background: 'url('+ this.graphic.src +') '+ (pos[i][0]*o)+'px '+(pos[i][1]*o)+'px'}); + } + + if (window.opera && (i == 3 || i ==5)) + hs.createElement('div', null, dim, this.td[i], true); + + hs.setStyles (this.td[i], dim); + } + } + this.graphic = null; + if (hs.pendingOutlines[this.outlineType]) hs.pendingOutlines[this.outlineType].destroy(); + hs.pendingOutlines[this.outlineType] = this; + if (this.onLoad) this.onLoad(); +}, + +setPosition : function (pos, offset, vis, dur, easing) { + var exp = this.exp, + stl = exp.wrapper.style, + offset = offset || 0, + pos = pos || { + x: exp.x.pos + offset, + y: exp.y.pos + offset, + w: exp.x.get('wsize') - 2 * offset, + h: exp.y.get('wsize') - 2 * offset + }; + if (vis) this.table.style.visibility = (pos.h >= 4 * this.offset) + ? 'visible' : 'hidden'; + hs.setStyles(this.table, { + left: (pos.x - this.offset) +'px', + top: (pos.y - this.offset) +'px', + width: (pos.w + 2 * this.offset) +'px' + }); + + pos.w -= 2 * this.offset; + pos.h -= 2 * this.offset; + hs.setStyles (this.td[4], { + width: pos.w >= 0 ? pos.w +'px' : 0, + height: pos.h >= 0 ? pos.h +'px' : 0 + }); + if (this.hasAlphaImageLoader) this.td[3].style.height + = this.td[5].style.height = this.td[4].style.height; + +}, + +destroy : function(hide) { + if (hide) this.table.style.visibility = 'hidden'; + else hs.discardElement(this.table); +} +}; + +hs.Dimension = function(exp, dim) { + this.exp = exp; + this.dim = dim; + this.ucwh = dim == 'x' ? 'Width' : 'Height'; + this.wh = this.ucwh.toLowerCase(); + this.uclt = dim == 'x' ? 'Left' : 'Top'; + this.lt = this.uclt.toLowerCase(); + this.ucrb = dim == 'x' ? 'Right' : 'Bottom'; + this.rb = this.ucrb.toLowerCase(); + this.p1 = this.p2 = 0; +}; +hs.Dimension.prototype = { +get : function(key) { + switch (key) { + case 'loadingPos': + return this.tpos + this.tb + (this.t - hs.loading['offset'+ this.ucwh]) / 2; + case 'loadingPosXfade': + return this.pos + this.cb+ this.p1 + (this.size - hs.loading['offset'+ this.ucwh]) / 2; + case 'wsize': + return this.size + 2 * this.cb + this.p1 + this.p2; + case 'fitsize': + return this.clientSize - this.marginMin - this.marginMax; + case 'maxsize': + return this.get('fitsize') - 2 * this.cb - this.p1 - this.p2 ; + case 'opos': + return this.pos - (this.exp.outline ? this.exp.outline.offset : 0); + case 'osize': + return this.get('wsize') + (this.exp.outline ? 2*this.exp.outline.offset : 0); + case 'imgPad': + return this.imgSize ? Math.round((this.size - this.imgSize) / 2) : 0; + + } +}, +calcBorders: function() { + // correct for borders + this.cb = (this.exp.content['offset'+ this.ucwh] - this.t) / 2; + + this.marginMax = hs['margin'+ this.ucrb]; +}, +calcThumb: function() { + this.t = this.exp.el[this.wh] ? parseInt(this.exp.el[this.wh]) : + this.exp.el['offset'+ this.ucwh]; + this.tpos = this.exp.tpos[this.dim]; + this.tb = (this.exp.el['offset'+ this.ucwh] - this.t) / 2; + if (this.tpos == 0 || this.tpos == -1) { + this.tpos = (hs.page[this.wh] / 2) + hs.page['scroll'+ this.uclt]; + }; +}, +calcExpanded: function() { + var exp = this.exp; + this.justify = 'auto'; + + // get alignment + if (exp.align == 'center') this.justify = 'center'; + else if (new RegExp(this.lt).test(exp.anchor)) this.justify = null; + else if (new RegExp(this.rb).test(exp.anchor)) this.justify = 'max'; + + + // size and position + this.pos = this.tpos - this.cb + this.tb; + + if (this.maxHeight && this.dim == 'x') + exp.maxWidth = Math.min(exp.maxWidth || this.full, exp.maxHeight * this.full / exp.y.full); + + this.size = Math.min(this.full, exp['max'+ this.ucwh] || this.full); + this.minSize = exp.allowSizeReduction ? + Math.min(exp['min'+ this.ucwh], this.full) :this.full; + if (exp.isImage && exp.useBox) { + this.size = exp[this.wh]; + this.imgSize = this.full; + } + if (this.dim == 'x' && hs.padToMinWidth) this.minSize = exp.minWidth; + this.target = exp['target'+ this.dim.toUpperCase()]; + this.marginMin = hs['margin'+ this.uclt]; + this.scroll = hs.page['scroll'+ this.uclt]; + this.clientSize = hs.page[this.wh]; +}, +setSize: function(i) { + var exp = this.exp; + if (exp.isImage && (exp.useBox || hs.padToMinWidth)) { + this.imgSize = i; + this.size = Math.max(this.size, this.imgSize); + exp.content.style[this.lt] = this.get('imgPad')+'px'; + } else + this.size = i; + + exp.content.style[this.wh] = i +'px'; + exp.wrapper.style[this.wh] = this.get('wsize') +'px'; + if (exp.outline) exp.outline.setPosition(); + if (this.dim == 'x' && exp.overlayBox) exp.sizeOverlayBox(true); + if (this.dim == 'x' && exp.slideshow && exp.isImage) { + if (i == this.full) exp.slideshow.disable('full-expand'); + else exp.slideshow.enable('full-expand'); + } +}, +setPos: function(i) { + this.pos = i; + this.exp.wrapper.style[this.lt] = i +'px'; + + if (this.exp.outline) this.exp.outline.setPosition(); + +} +}; + +hs.Expander = function(a, params, custom, contentType) { + if (document.readyState && hs.ie && !hs.isReady) { + hs.addEventListener(document, 'ready', function() { + new hs.Expander(a, params, custom, contentType); + }); + return; + } + this.a = a; + this.custom = custom; + this.contentType = contentType || 'image'; + this.isImage = !this.isHtml; + + hs.continuePreloading = false; + this.overlays = []; + this.last = hs.last; + hs.last = null; + hs.init(); + var key = this.key = hs.expanders.length; + // override inline parameters + for (var i = 0; i < hs.overrides.length; i++) { + var name = hs.overrides[i]; + this[name] = params && typeof params[name] != 'undefined' ? + params[name] : hs[name]; + } + if (!this.src) this.src = a.href; + + // get thumb + var el = (params && params.thumbnailId) ? hs.$(params.thumbnailId) : a; + el = this.thumb = el.getElementsByTagName('img')[0] || el; + this.thumbsUserSetId = el.id || a.id; + + // check if already open + for (var i = 0; i < hs.expanders.length; i++) { + if (hs.expanders[i] && hs.expanders[i].a == a + && !(this.last && this.transitions[1] == 'crossfade')) { + hs.expanders[i].focus(); + return false; + } + } + + // cancel other + if (!hs.allowSimultaneousLoading) for (var i = 0; i < hs.expanders.length; i++) { + if (hs.expanders[i] && hs.expanders[i].thumb != el && !hs.expanders[i].onLoadStarted) { + hs.expanders[i].cancelLoading(); + } + } + hs.expanders[key] = this; + if (!hs.allowMultipleInstances && !hs.upcoming) { + if (hs.expanders[key-1]) hs.expanders[key-1].close(); + if (typeof hs.focusKey != 'undefined' && hs.expanders[hs.focusKey]) + hs.expanders[hs.focusKey].close(); + } + + // initiate metrics + this.el = el; + this.tpos = this.pageOrigin || hs.getPosition(el); + hs.getPageSize(); + var x = this.x = new hs.Dimension(this, 'x'); + x.calcThumb(); + var y = this.y = new hs.Dimension(this, 'y'); + y.calcThumb(); + this.wrapper = hs.createElement( + 'div', { + id: 'highslide-wrapper-'+ this.key, + className: 'highslide-wrapper '+ this.wrapperClassName + }, { + visibility: 'hidden', + position: 'absolute', + zIndex: hs.zIndexCounter += 2 + }, null, true ); + + this.wrapper.onmouseover = this.wrapper.onmouseout = hs.wrapperMouseHandler; + if (this.contentType == 'image' && this.outlineWhileAnimating == 2) + this.outlineWhileAnimating = 0; + + // get the outline + if (!this.outlineType + || (this.last && this.isImage && this.transitions[1] == 'crossfade')) { + this[this.contentType +'Create'](); + + } else if (hs.pendingOutlines[this.outlineType]) { + this.connectOutline(); + this[this.contentType +'Create'](); + + } else { + this.showLoading(); + var exp = this; + new hs.Outline(this.outlineType, + function () { + exp.connectOutline(); + exp[exp.contentType +'Create'](); + } + ); + } + return true; +}; + +hs.Expander.prototype = { +error : function(e) { + if (hs.debug) alert ('Line '+ e.lineNumber +': '+ e.message); + else window.location.href = this.src; +}, + +connectOutline : function() { + var outline = this.outline = hs.pendingOutlines[this.outlineType]; + outline.exp = this; + outline.table.style.zIndex = this.wrapper.style.zIndex - 1; + hs.pendingOutlines[this.outlineType] = null; +}, + +showLoading : function() { + if (this.onLoadStarted || this.loading) return; + + this.loading = hs.loading; + var exp = this; + this.loading.onclick = function() { + exp.cancelLoading(); + }; + var exp = this, + l = this.x.get('loadingPos') +'px', + t = this.y.get('loadingPos') +'px'; + if (!tgt && this.last && this.transitions[1] == 'crossfade') + var tgt = this.last; + if (tgt) { + l = tgt.x.get('loadingPosXfade') +'px'; + t = tgt.y.get('loadingPosXfade') +'px'; + this.loading.style.zIndex = hs.zIndexCounter++; + } + setTimeout(function () { + if (exp.loading) hs.setStyles(exp.loading, { left: l, top: t, zIndex: hs.zIndexCounter++ })} + , 100); +}, + +imageCreate : function() { + var exp = this; + + var img = document.createElement('img'); + this.content = img; + img.onload = function () { + if (hs.expanders[exp.key]) exp.contentLoaded(); + }; + if (hs.blockRightClick) img.oncontextmenu = function() { return false; }; + img.className = 'highslide-image'; + hs.setStyles(img, { + visibility: 'hidden', + display: 'block', + position: 'absolute', + maxWidth: '9999px', + zIndex: 3 + }); + img.title = hs.lang.restoreTitle; + if (hs.safari && hs.uaVersion < 525) hs.container.appendChild(img); + if (hs.ie && hs.flushImgSize) img.src = null; + img.src = this.src; + + this.showLoading(); +}, + +contentLoaded : function() { + try { + if (!this.content) return; + this.content.onload = null; + if (this.onLoadStarted) return; + else this.onLoadStarted = true; + + var x = this.x, y = this.y; + + if (this.loading) { + hs.setStyles(this.loading, { top: '-9999px' }); + this.loading = null; + } + x.full = this.content.width; + y.full = this.content.height; + + hs.setStyles(this.content, { + width: x.t +'px', + height: y.t +'px' + }); + this.wrapper.appendChild(this.content); + hs.container.appendChild(this.wrapper); + + x.calcBorders(); + y.calcBorders(); + + hs.setStyles (this.wrapper, { + left: (x.tpos + x.tb - x.cb) +'px', + top: (y.tpos + x.tb - y.cb) +'px' + }); + + + this.initSlideshow(); + this.getOverlays(); + + var ratio = x.full / y.full; + x.calcExpanded(); + this.justify(x); + + y.calcExpanded(); + this.justify(y); + if (this.overlayBox) this.sizeOverlayBox(0, 1); + + + if (this.allowSizeReduction) { + this.correctRatio(ratio); + var ss = this.slideshow; + if (ss && this.last && ss.controls && ss.fixedControls) { + var pos = ss.overlayOptions.position || '', p; + for (var dim in hs.oPos) for (var i = 0; i < 5; i++) { + p = this[dim]; + if (pos.match(hs.oPos[dim][i])) { + p.pos = this.last[dim].pos + + (this.last[dim].p1 - p.p1) + + (this.last[dim].size - p.size) * [0, 0, .5, 1, 1][i]; + if (ss.fixedControls == 'fit') { + if (p.pos + p.size + p.p1 + p.p2 > p.scroll + p.clientSize - p.marginMax) + p.pos = p.scroll + p.clientSize - p.size - p.marginMin - p.marginMax - p.p1 - p.p2; + if (p.pos < p.scroll + p.marginMin) p.pos = p.scroll + p.marginMin; + } + } + } + } + if (this.isImage && this.x.full > (this.x.imgSize || this.x.size)) { + this.createFullExpand(); + if (this.overlays.length == 1) this.sizeOverlayBox(); + } + } + this.show(); + + } catch (e) { + this.error(e); + } +}, + +justify : function (p, moveOnly) { + var tgtArr, tgt = p.target, dim = p == this.x ? 'x' : 'y'; + + if (tgt && tgt.match(/ /)) { + tgtArr = tgt.split(' '); + tgt = tgtArr[0]; + } + if (tgt && hs.$(tgt)) { + p.pos = hs.getPosition(hs.$(tgt))[dim]; + if (tgtArr && tgtArr[1] && tgtArr[1].match(/^[-]?[0-9]+px$/)) + p.pos += parseInt(tgtArr[1]); + if (p.size < p.minSize) p.size = p.minSize; + + } else if (p.justify == 'auto' || p.justify == 'center') { + + var hasMovedMin = false; + + var allowReduce = p.exp.allowSizeReduction; + if (p.justify == 'center') + p.pos = Math.round(p.scroll + (p.clientSize + p.marginMin - p.marginMax - p.get('wsize')) / 2); + else + p.pos = Math.round(p.pos - ((p.get('wsize') - p.t) / 2)); + if (p.pos < p.scroll + p.marginMin) { + p.pos = p.scroll + p.marginMin; + hasMovedMin = true; + } + if (!moveOnly && p.size < p.minSize) { + p.size = p.minSize; + allowReduce = false; + } + if (p.pos + p.get('wsize') > p.scroll + p.clientSize - p.marginMax) { + if (!moveOnly && hasMovedMin && allowReduce) { + p.size = Math.min(p.size, p.get(dim == 'y' ? 'fitsize' : 'maxsize')); + } else if (p.get('wsize') < p.get('fitsize')) { + p.pos = p.scroll + p.clientSize - p.marginMax - p.get('wsize'); + } else { // image larger than viewport + p.pos = p.scroll + p.marginMin; + if (!moveOnly && allowReduce) p.size = p.get(dim == 'y' ? 'fitsize' : 'maxsize'); + } + } + + if (!moveOnly && p.size < p.minSize) { + p.size = p.minSize; + allowReduce = false; + } + + + } else if (p.justify == 'max') { + p.pos = Math.floor(p.pos - p.size + p.t); + } + + + if (p.pos < p.marginMin) { + var tmpMin = p.pos; + p.pos = p.marginMin; + + if (allowReduce && !moveOnly) p.size = p.size - (p.pos - tmpMin); + + } +}, + +correctRatio : function(ratio) { + var x = this.x, + y = this.y, + changed = false, + xSize = Math.min(x.full, x.size), + ySize = Math.min(y.full, y.size), + useBox = (this.useBox || hs.padToMinWidth); + + if (xSize / ySize > ratio) { // width greater + xSize = ySize * ratio; + if (xSize < x.minSize) { // below minWidth + xSize = x.minSize; + ySize = xSize / ratio; + } + changed = true; + + } else if (xSize / ySize < ratio) { // height greater + ySize = xSize / ratio; + changed = true; + } + + if (hs.padToMinWidth && x.full < x.minSize) { + x.imgSize = x.full; + y.size = y.imgSize = y.full; + } else if (this.useBox) { + x.imgSize = xSize; + y.imgSize = ySize; + } else { + x.size = xSize; + y.size = ySize; + } + changed = this.fitOverlayBox(this.useBox ? null : ratio, changed); + if (useBox && y.size < y.imgSize) { + y.imgSize = y.size; + x.imgSize = y.size * ratio; + } + if (changed || useBox) { + x.pos = x.tpos - x.cb + x.tb; + x.minSize = x.size; + this.justify(x, true); + + y.pos = y.tpos - y.cb + y.tb; + y.minSize = y.size; + this.justify(y, true); + if (this.overlayBox) this.sizeOverlayBox(); + } + + +}, +fitOverlayBox : function(ratio, changed) { + var x = this.x, y = this.y; + if (this.overlayBox) { + while (y.size > this.minHeight && x.size > this.minWidth + && y.get('wsize') > y.get('fitsize')) { + y.size -= 10; + if (ratio) x.size = y.size * ratio; + this.sizeOverlayBox(0, 1); + changed = true; + } + } + return changed; +}, + +show : function () { + var x = this.x, y = this.y; + this.doShowHide('hidden'); + if (this.slideshow && this.slideshow.thumbstrip) this.slideshow.thumbstrip.selectThumb(); + + // Apply size change + this.changeSize( + 1, { + wrapper: { + width : x.get('wsize'), + height : y.get('wsize'), + left: x.pos, + top: y.pos + }, + content: { + left: x.p1 + x.get('imgPad'), + top: y.p1 + y.get('imgPad'), + width:x.imgSize ||x.size, + height:y.imgSize ||y.size + } + }, + hs.expandDuration + ); +}, + +changeSize : function(up, to, dur) { + // transition + var trans = this.transitions, + other = up ? (this.last ? this.last.a : null) : hs.upcoming, + t = (trans[1] && other + && hs.getParam(other, 'transitions')[1] == trans[1]) ? + trans[1] : trans[0]; + + if (this[t] && t != 'expand') { + this[t](up, to); + return; + } + + if (this.outline && !this.outlineWhileAnimating) { + if (up) this.outline.setPosition(); + else this.outline.destroy(); + } + + + if (!up) this.destroyOverlays(); + + var exp = this, + x = exp.x, + y = exp.y, + easing = this.easing; + if (!up) easing = this.easingClose || easing; + var after = up ? + function() { + + if (exp.outline) exp.outline.table.style.visibility = "visible"; + setTimeout(function() { + exp.afterExpand(); + }, 50); + } : + function() { + exp.afterClose(); + }; + if (up) hs.setStyles( this.wrapper, { + width: x.t +'px', + height: y.t +'px' + }); + if (this.fadeInOut) { + hs.setStyles(this.wrapper, { opacity: up ? 0 : 1 }); + hs.extend(to.wrapper, { opacity: up }); + } + hs.animate( this.wrapper, to.wrapper, { + duration: dur, + easing: easing, + step: function(val, args) { + if (exp.outline && exp.outlineWhileAnimating && args.prop == 'top') { + var fac = up ? args.pos : 1 - args.pos; + var pos = { + w: x.t + (x.get('wsize') - x.t) * fac, + h: y.t + (y.get('wsize') - y.t) * fac, + x: x.tpos + (x.pos - x.tpos) * fac, + y: y.tpos + (y.pos - y.tpos) * fac + }; + exp.outline.setPosition(pos, 0, 1); + } + } + }); + hs.animate( this.content, to.content, dur, easing, after); + if (up) { + this.wrapper.style.visibility = 'visible'; + this.content.style.visibility = 'visible'; + this.a.className += ' highslide-active-anchor'; + } +}, + + + +fade : function(up, to) { + this.outlineWhileAnimating = false; + var exp = this, t = up ? hs.expandDuration : 0; + + if (up) { + hs.animate(this.wrapper, to.wrapper, 0); + hs.setStyles(this.wrapper, { opacity: 0, visibility: 'visible' }); + hs.animate(this.content, to.content, 0); + this.content.style.visibility = 'visible'; + + hs.animate(this.wrapper, { opacity: 1 }, t, null, + function() { exp.afterExpand(); }); + } + + if (this.outline) { + this.outline.table.style.zIndex = this.wrapper.style.zIndex; + var dir = up || -1, + offset = this.outline.offset, + startOff = up ? 3 : offset, + endOff = up? offset : 3; + for (var i = startOff; dir * i <= dir * endOff; i += dir, t += 25) { + (function() { + var o = up ? endOff - i : startOff - i; + setTimeout(function() { + exp.outline.setPosition(0, o, 1); + }, t); + })(); + } + } + + + if (up) {}//setTimeout(function() { exp.afterExpand(); }, t+50); + else { + setTimeout( function() { + if (exp.outline) exp.outline.destroy(exp.preserveContent); + + exp.destroyOverlays(); + + hs.animate( exp.wrapper, { opacity: 0 }, hs.restoreDuration, null, function(){ + exp.afterClose(); + }); + }, t); + } +}, +crossfade : function (up, to, from) { + if (!up) return; + var exp = this, + last = this.last, + x = this.x, + y = this.y, + lastX = last.x, + lastY = last.y, + wrapper = this.wrapper, + content = this.content, + overlayBox = this.overlayBox; + hs.removeEventListener(document, 'mousemove', hs.dragHandler); + + hs.setStyles(content, { + width: (x.imgSize || x.size) +'px', + height: (y.imgSize || y.size) +'px' + }); + if (overlayBox) overlayBox.style.overflow = 'visible'; + this.outline = last.outline; + if (this.outline) this.outline.exp = exp; + last.outline = null; + var fadeBox = hs.createElement('div', { + className: 'highslide-'+ this.contentType + }, { + position: 'absolute', + zIndex: 4, + overflow: 'hidden', + display: 'none' + } + ); + var names = { oldImg: last, newImg: this }; + for (var n in names) { + this[n] = names[n].content.cloneNode(1); + hs.setStyles(this[n], { + position: 'absolute', + border: 0, + visibility: 'visible' + }); + fadeBox.appendChild(this[n]); + } + wrapper.appendChild(fadeBox); + if (overlayBox) { + overlayBox.className = ''; + wrapper.appendChild(overlayBox); + } + fadeBox.style.display = ''; + last.content.style.display = 'none'; + + + if (hs.safari && hs.uaVersion < 525) { + this.wrapper.style.visibility = 'visible'; + } + hs.animate(wrapper, { + width: x.size + }, { + duration: hs.transitionDuration, + step: function(val, args) { + var pos = args.pos, + invPos = 1 - pos; + var prop, + size = {}, + props = ['pos', 'size', 'p1', 'p2']; + for (var n in props) { + prop = props[n]; + size['x'+ prop] = Math.round(invPos * lastX[prop] + pos * x[prop]); + size['y'+ prop] = Math.round(invPos * lastY[prop] + pos * y[prop]); + size.ximgSize = Math.round( + invPos * (lastX.imgSize || lastX.size) + pos * (x.imgSize || x.size)); + size.ximgPad = Math.round(invPos * lastX.get('imgPad') + pos * x.get('imgPad')); + size.yimgSize = Math.round( + invPos * (lastY.imgSize || lastY.size) + pos * (y.imgSize || y.size)); + size.yimgPad = Math.round(invPos * lastY.get('imgPad') + pos * y.get('imgPad')); + } + if (exp.outline) exp.outline.setPosition({ + x: size.xpos, + y: size.ypos, + w: size.xsize + size.xp1 + size.xp2 + 2 * x.cb, + h: size.ysize + size.yp1 + size.yp2 + 2 * y.cb + }); + last.wrapper.style.clip = 'rect(' + + (size.ypos - lastY.pos)+'px, ' + + (size.xsize + size.xp1 + size.xp2 + size.xpos + 2 * lastX.cb - lastX.pos) +'px, ' + + (size.ysize + size.yp1 + size.yp2 + size.ypos + 2 * lastY.cb - lastY.pos) +'px, ' + + (size.xpos - lastX.pos)+'px)'; + + hs.setStyles(content, { + top: (size.yp1 + y.get('imgPad')) +'px', + left: (size.xp1 + x.get('imgPad')) +'px', + marginTop: (y.pos - size.ypos) +'px', + marginLeft: (x.pos - size.xpos) +'px' + }); + hs.setStyles(wrapper, { + top: size.ypos +'px', + left: size.xpos +'px', + width: (size.xp1 + size.xp2 + size.xsize + 2 * x.cb)+ 'px', + height: (size.yp1 + size.yp2 + size.ysize + 2 * y.cb) + 'px' + }); + hs.setStyles(fadeBox, { + width: (size.ximgSize || size.xsize) + 'px', + height: (size.yimgSize || size.ysize) +'px', + left: (size.xp1 + size.ximgPad) +'px', + top: (size.yp1 + size.yimgPad) +'px', + visibility: 'visible' + }); + + hs.setStyles(exp.oldImg, { + top: (lastY.pos - size.ypos + lastY.p1 - size.yp1 + lastY.get('imgPad') - size.yimgPad)+'px', + left: (lastX.pos - size.xpos + lastX.p1 - size.xp1 + lastX.get('imgPad') - size.ximgPad)+'px' + }); + + hs.setStyles(exp.newImg, { + opacity: pos, + top: (y.pos - size.ypos + y.p1 - size.yp1 + y.get('imgPad') - size.yimgPad) +'px', + left: (x.pos - size.xpos + x.p1 - size.xp1 + x.get('imgPad') - size.ximgPad) +'px' + }); + if (overlayBox) hs.setStyles(overlayBox, { + width: size.xsize + 'px', + height: size.ysize +'px', + left: (size.xp1 + x.cb) +'px', + top: (size.yp1 + y.cb) +'px' + }); + }, + complete: function () { + wrapper.style.visibility = content.style.visibility = 'visible'; + content.style.display = 'block'; + hs.discardElement(fadeBox); + exp.afterExpand(); + last.afterClose(); + exp.last = null; + } + + }); +}, +reuseOverlay : function(o, el) { + if (!this.last) return false; + for (var i = 0; i < this.last.overlays.length; i++) { + var oDiv = hs.$('hsId'+ this.last.overlays[i]); + if (oDiv && oDiv.hsId == o.hsId) { + this.genOverlayBox(); + oDiv.reuse = this.key; + hs.push(this.overlays, this.last.overlays[i]); + return true; + } + } + return false; +}, + + +afterExpand : function() { + this.isExpanded = true; + this.focus(); + if (this.dimmingOpacity) hs.dim(this); + if (hs.upcoming && hs.upcoming == this.a) hs.upcoming = null; + this.prepareNextOutline(); + var p = hs.page, mX = hs.mouse.x + p.scrollLeft, mY = hs.mouse.y + p.scrollTop; + this.mouseIsOver = this.x.pos < mX && mX < this.x.pos + this.x.get('wsize') + && this.y.pos < mY && mY < this.y.pos + this.y.get('wsize'); + if (this.overlayBox) this.showOverlays(); + +}, + + +prepareNextOutline : function() { + var key = this.key; + var outlineType = this.outlineType; + new hs.Outline(outlineType, + function () { try { hs.expanders[key].preloadNext(); } catch (e) {} }); +}, + + +preloadNext : function() { + var next = this.getAdjacentAnchor(1); + if (next && next.onclick.toString().match(/hs\.expand/)) + var img = hs.createElement('img', { src: hs.getSrc(next) }); +}, + + +getAdjacentAnchor : function(op) { + var current = this.getAnchorIndex(), as = hs.anchors.groups[this.slideshowGroup || 'none']; + if (as && !as[current + op] && this.slideshow && this.slideshow.repeat) { + if (op == 1) return as[0]; + else if (op == -1) return as[as.length-1]; + } + return (as && as[current + op]) || null; +}, + +getAnchorIndex : function() { + var arr = hs.getAnchors().groups[this.slideshowGroup || 'none']; + if (arr) for (var i = 0; i < arr.length; i++) { + if (arr[i] == this.a) return i; + } + return null; +}, + + +getNumber : function() { + if (this[this.numberPosition]) { + var arr = hs.anchors.groups[this.slideshowGroup || 'none']; + if (arr) { + var s = hs.lang.number.replace('%1', this.getAnchorIndex() + 1).replace('%2', arr.length); + this[this.numberPosition].innerHTML = + '
      '+ s +'
      '+ this[this.numberPosition].innerHTML; + } + } +}, +initSlideshow : function() { + if (!this.last) { + for (var i = 0; i < hs.slideshows.length; i++) { + var ss = hs.slideshows[i], sg = ss.slideshowGroup; + if (typeof sg == 'undefined' || sg === null || sg === this.slideshowGroup) + this.slideshow = new hs.Slideshow(this.key, ss); + } + } else { + this.slideshow = this.last.slideshow; + } + var ss = this.slideshow; + if (!ss) return; + var key = ss.expKey = this.key; + + ss.checkFirstAndLast(); + ss.disable('full-expand'); + if (ss.controls) { + this.createOverlay(hs.extend(ss.overlayOptions || {}, { + overlayId: ss.controls, + hsId: 'controls', + zIndex: 5 + })); + } + if (ss.thumbstrip) ss.thumbstrip.add(this); + if (!this.last && this.autoplay) ss.play(true); + if (ss.autoplay) { + ss.autoplay = setTimeout(function() { + hs.next(key); + }, (ss.interval || 500)); + } +}, + +cancelLoading : function() { + hs.discardElement (this.wrapper); + hs.expanders[this.key] = null; + if (hs.upcoming == this.a) hs.upcoming = null; + hs.undim(this.key); + if (this.loading) hs.loading.style.left = '-9999px'; +}, + +writeCredits : function () { + if (this.credits) return; + this.credits = hs.createElement('a', { + href: hs.creditsHref, + target: hs.creditsTarget, + className: 'highslide-credits', + innerHTML: hs.lang.creditsText, + title: hs.lang.creditsTitle + }); + this.createOverlay({ + overlayId: this.credits, + position: this.creditsPosition || 'top left', + hsId: 'credits' + }); +}, + +getInline : function(types, addOverlay) { + for (var i = 0; i < types.length; i++) { + var type = types[i], s = null; + if (!this[type +'Id'] && this.thumbsUserSetId) + this[type +'Id'] = type +'-for-'+ this.thumbsUserSetId; + if (this[type +'Id']) this[type] = hs.getNode(this[type +'Id']); + if (!this[type] && !this[type +'Text'] && this[type +'Eval']) try { + s = eval(this[type +'Eval']); + } catch (e) {} + if (!this[type] && this[type +'Text']) { + s = this[type +'Text']; + } + if (!this[type] && !s) { + this[type] = hs.getNode(this.a['_'+ type + 'Id']); + if (!this[type]) { + var next = this.a.nextSibling; + while (next && !hs.isHsAnchor(next)) { + if ((new RegExp('highslide-'+ type)).test(next.className || null)) { + if (!next.id) this.a['_'+ type + 'Id'] = next.id = 'hsId'+ hs.idCounter++; + this[type] = hs.getNode(next.id); + break; + } + next = next.nextSibling; + } + } + } + if (!this[type] && !s && this.numberPosition == type) s = '\n'; + + if (!this[type] && s) this[type] = hs.createElement('div', + { className: 'highslide-'+ type, innerHTML: s } ); + + if (addOverlay && this[type]) { + var o = { position: (type == 'heading') ? 'above' : 'below' }; + for (var x in this[type+'Overlay']) o[x] = this[type+'Overlay'][x]; + o.overlayId = this[type]; + this.createOverlay(o); + } + } +}, + + +// on end move and resize +doShowHide : function(visibility) { + if (hs.hideSelects) this.showHideElements('SELECT', visibility); + if (hs.hideIframes) this.showHideElements('IFRAME', visibility); + if (hs.geckoMac) this.showHideElements('*', visibility); +}, +showHideElements : function (tagName, visibility) { + var els = document.getElementsByTagName(tagName); + var prop = tagName == '*' ? 'overflow' : 'visibility'; + for (var i = 0; i < els.length; i++) { + if (prop == 'visibility' || (document.defaultView.getComputedStyle( + els[i], "").getPropertyValue('overflow') == 'auto' + || els[i].getAttribute('hidden-by') != null)) { + var hiddenBy = els[i].getAttribute('hidden-by'); + if (visibility == 'visible' && hiddenBy) { + hiddenBy = hiddenBy.replace('['+ this.key +']', ''); + els[i].setAttribute('hidden-by', hiddenBy); + if (!hiddenBy) els[i].style[prop] = els[i].origProp; + } else if (visibility == 'hidden') { // hide if behind + var elPos = hs.getPosition(els[i]); + elPos.w = els[i].offsetWidth; + elPos.h = els[i].offsetHeight; + if (!this.dimmingOpacity) { // hide all if dimming + + var clearsX = (elPos.x + elPos.w < this.x.get('opos') + || elPos.x > this.x.get('opos') + this.x.get('osize')); + var clearsY = (elPos.y + elPos.h < this.y.get('opos') + || elPos.y > this.y.get('opos') + this.y.get('osize')); + } + var wrapperKey = hs.getWrapperKey(els[i]); + if (!clearsX && !clearsY && wrapperKey != this.key) { // element falls behind image + if (!hiddenBy) { + els[i].setAttribute('hidden-by', '['+ this.key +']'); + els[i].origProp = els[i].style[prop]; + els[i].style[prop] = 'hidden'; + + } else if (hiddenBy.indexOf('['+ this.key +']') == -1) { + els[i].setAttribute('hidden-by', hiddenBy + '['+ this.key +']'); + } + } else if ((hiddenBy == '['+ this.key +']' || hs.focusKey == wrapperKey) + && wrapperKey != this.key) { // on move + els[i].setAttribute('hidden-by', ''); + els[i].style[prop] = els[i].origProp || ''; + } else if (hiddenBy && hiddenBy.indexOf('['+ this.key +']') > -1) { + els[i].setAttribute('hidden-by', hiddenBy.replace('['+ this.key +']', '')); + } + + } + } + } +}, + +focus : function() { + this.wrapper.style.zIndex = hs.zIndexCounter += 2; + // blur others + for (var i = 0; i < hs.expanders.length; i++) { + if (hs.expanders[i] && i == hs.focusKey) { + var blurExp = hs.expanders[i]; + blurExp.content.className += ' highslide-'+ blurExp.contentType +'-blur'; + blurExp.content.style.cursor = hs.ieLt7 ? 'hand' : 'pointer'; + blurExp.content.title = hs.lang.focusTitle; + } + } + + // focus this + if (this.outline) this.outline.table.style.zIndex + = this.wrapper.style.zIndex - 1; + this.content.className = 'highslide-'+ this.contentType; + this.content.title = hs.lang.restoreTitle; + + if (hs.restoreCursor) { + hs.styleRestoreCursor = window.opera ? 'pointer' : 'url('+ hs.graphicsDir + hs.restoreCursor +'), pointer'; + if (hs.ieLt7 && hs.uaVersion < 6) hs.styleRestoreCursor = 'hand'; + this.content.style.cursor = hs.styleRestoreCursor; + } + + hs.focusKey = this.key; + hs.addEventListener(document, window.opera ? 'keypress' : 'keydown', hs.keyHandler); +}, +moveTo: function(x, y) { + this.x.setPos(x); + this.y.setPos(y); +}, +resize : function (e) { + var w, h, r = e.width / e.height; + w = Math.max(e.width + e.dX, Math.min(this.minWidth, this.x.full)); + if (this.isImage && Math.abs(w - this.x.full) < 12) w = this.x.full; + h = w / r; + if (h < Math.min(this.minHeight, this.y.full)) { + h = Math.min(this.minHeight, this.y.full); + if (this.isImage) w = h * r; + } + this.resizeTo(w, h); +}, +resizeTo: function(w, h) { + this.y.setSize(h); + this.x.setSize(w); + this.wrapper.style.height = this.y.get('wsize') +'px'; +}, + +close : function() { + if (this.isClosing || !this.isExpanded) return; + if (this.transitions[1] == 'crossfade' && hs.upcoming) { + hs.getExpander(hs.upcoming).cancelLoading(); + hs.upcoming = null; + } + this.isClosing = true; + if (this.slideshow && !hs.upcoming) this.slideshow.pause(); + + hs.removeEventListener(document, window.opera ? 'keypress' : 'keydown', hs.keyHandler); + + try { + this.content.style.cursor = 'default'; + this.changeSize( + 0, { + wrapper: { + width : this.x.t, + height : this.y.t, + left: this.x.tpos - this.x.cb + this.x.tb, + top: this.y.tpos - this.y.cb + this.y.tb + }, + content: { + left: 0, + top: 0, + width: this.x.t, + height: this.y.t + } + }, hs.restoreDuration + ); + } catch (e) { this.afterClose(); } +}, + +createOverlay : function (o) { + var el = o.overlayId, + relToVP = (o.relativeTo == 'viewport' && !/panel$/.test(o.position)); + if (typeof el == 'string') el = hs.getNode(el); + if (o.html) el = hs.createElement('div', { innerHTML: o.html }); + if (!el || typeof el == 'string') return; + el.style.display = 'block'; + o.hsId = o.hsId || o.overlayId; + if (this.transitions[1] == 'crossfade' && this.reuseOverlay(o, el)) return; + this.genOverlayBox(); + var width = o.width && /^[0-9]+(px|%)$/.test(o.width) ? o.width : 'auto'; + if (/^(left|right)panel$/.test(o.position) && !/^[0-9]+px$/.test(o.width)) width = '200px'; + var overlay = hs.createElement( + 'div', { + id: 'hsId'+ hs.idCounter++, + hsId: o.hsId + }, { + position: 'absolute', + visibility: 'hidden', + width: width, + direction: hs.lang.cssDirection || '', + opacity: 0 + }, + relToVP ? hs.viewport :this.overlayBox, + true + ); + if (relToVP) overlay.hsKey = this.key; + + overlay.appendChild(el); + hs.extend(overlay, { + opacity: 1, + offsetX: 0, + offsetY: 0, + dur: (o.fade === 0 || o.fade === false || (o.fade == 2 && hs.ie)) ? 0 : 250 + }); + hs.extend(overlay, o); + + + if (this.gotOverlays) { + this.positionOverlay(overlay); + if (!overlay.hideOnMouseOut || this.mouseIsOver) + hs.animate(overlay, { opacity: overlay.opacity }, overlay.dur); + } + hs.push(this.overlays, hs.idCounter - 1); +}, +positionOverlay : function(overlay) { + var p = overlay.position || 'middle center', + relToVP = (overlay.relativeTo == 'viewport'), + offX = overlay.offsetX, + offY = overlay.offsetY; + if (relToVP) { + hs.viewport.style.display = 'block'; + overlay.hsKey = this.key; + if (overlay.offsetWidth > overlay.parentNode.offsetWidth) + overlay.style.width = '100%'; + } else + if (overlay.parentNode != this.overlayBox) this.overlayBox.appendChild(overlay); + if (/left$/.test(p)) overlay.style.left = offX +'px'; + + if (/center$/.test(p)) hs.setStyles (overlay, { + left: '50%', + marginLeft: (offX - Math.round(overlay.offsetWidth / 2)) +'px' + }); + + if (/right$/.test(p)) overlay.style.right = - offX +'px'; + + if (/^leftpanel$/.test(p)) { + hs.setStyles(overlay, { + right: '100%', + marginRight: this.x.cb +'px', + top: - this.y.cb +'px', + bottom: - this.y.cb +'px', + overflow: 'auto' + }); + this.x.p1 = overlay.offsetWidth; + + } else if (/^rightpanel$/.test(p)) { + hs.setStyles(overlay, { + left: '100%', + marginLeft: this.x.cb +'px', + top: - this.y.cb +'px', + bottom: - this.y.cb +'px', + overflow: 'auto' + }); + this.x.p2 = overlay.offsetWidth; + } + var parOff = overlay.parentNode.offsetHeight; + overlay.style.height = 'auto'; + if (relToVP && overlay.offsetHeight > parOff) + overlay.style.height = hs.ieLt7 ? parOff +'px' : '100%'; + + if (/^top/.test(p)) overlay.style.top = offY +'px'; + if (/^middle/.test(p)) hs.setStyles (overlay, { + top: '50%', + marginTop: (offY - Math.round(overlay.offsetHeight / 2)) +'px' + }); + if (/^bottom/.test(p)) overlay.style.bottom = - offY +'px'; + if (/^above$/.test(p)) { + hs.setStyles(overlay, { + left: (- this.x.p1 - this.x.cb) +'px', + right: (- this.x.p2 - this.x.cb) +'px', + bottom: '100%', + marginBottom: this.y.cb +'px', + width: 'auto' + }); + this.y.p1 = overlay.offsetHeight; + + } else if (/^below$/.test(p)) { + hs.setStyles(overlay, { + position: 'relative', + left: (- this.x.p1 - this.x.cb) +'px', + right: (- this.x.p2 - this.x.cb) +'px', + top: '100%', + marginTop: this.y.cb +'px', + width: 'auto' + }); + this.y.p2 = overlay.offsetHeight; + overlay.style.position = 'absolute'; + } +}, + +getOverlays : function() { + this.getInline(['heading', 'caption'], true); + this.getNumber(); + if (this.heading && this.dragByHeading) this.heading.className += ' highslide-move'; + if (hs.showCredits) this.writeCredits(); + for (var i = 0; i < hs.overlays.length; i++) { + var o = hs.overlays[i], tId = o.thumbnailId, sg = o.slideshowGroup; + if ((!tId && !sg) || (tId && tId == this.thumbsUserSetId) + || (sg && sg === this.slideshowGroup)) { + this.createOverlay(o); + } + } + var os = []; + for (var i = 0; i < this.overlays.length; i++) { + var o = hs.$('hsId'+ this.overlays[i]); + if (/panel$/.test(o.position)) this.positionOverlay(o); + else hs.push(os, o); + } + for (var i = 0; i < os.length; i++) this.positionOverlay(os[i]); + this.gotOverlays = true; +}, +genOverlayBox : function() { + if (!this.overlayBox) this.overlayBox = hs.createElement ( + 'div', { + className: this.wrapperClassName + }, { + position : 'absolute', + width: (this.x.size || (this.useBox ? this.width : null) + || this.x.full) +'px', + height: (this.y.size || this.y.full) +'px', + visibility : 'hidden', + overflow : 'hidden', + zIndex : hs.ie ? 4 : 'auto' + }, + hs.container, + true + ); +}, +sizeOverlayBox : function(doWrapper, doPanels) { + var overlayBox = this.overlayBox, + x = this.x, + y = this.y; + hs.setStyles( overlayBox, { + width: x.size +'px', + height: y.size +'px' + }); + if (doWrapper || doPanels) { + for (var i = 0; i < this.overlays.length; i++) { + var o = hs.$('hsId'+ this.overlays[i]); + var ie6 = (hs.ieLt7 || document.compatMode == 'BackCompat'); + if (o && /^(above|below)$/.test(o.position)) { + if (ie6) { + o.style.width = (overlayBox.offsetWidth + 2 * x.cb + + x.p1 + x.p2) +'px'; + } + y[o.position == 'above' ? 'p1' : 'p2'] = o.offsetHeight; + } + if (o && ie6 && /^(left|right)panel$/.test(o.position)) { + o.style.height = (overlayBox.offsetHeight + 2* y.cb) +'px'; + } + } + } + if (doWrapper) { + hs.setStyles(this.content, { + top: y.p1 +'px' + }); + hs.setStyles(overlayBox, { + top: (y.p1 + y.cb) +'px' + }); + } +}, + +showOverlays : function() { + var b = this.overlayBox; + b.className = ''; + hs.setStyles(b, { + top: (this.y.p1 + this.y.cb) +'px', + left: (this.x.p1 + this.x.cb) +'px', + overflow : 'visible' + }); + if (hs.safari) b.style.visibility = 'visible'; + this.wrapper.appendChild (b); + for (var i = 0; i < this.overlays.length; i++) { + var o = hs.$('hsId'+ this.overlays[i]); + o.style.zIndex = o.zIndex || 4; + if (!o.hideOnMouseOut || this.mouseIsOver) { + o.style.visibility = 'visible'; + hs.setStyles(o, { visibility: 'visible', display: '' }); + hs.animate(o, { opacity: o.opacity }, o.dur); + } + } +}, + +destroyOverlays : function() { + if (!this.overlays.length) return; + if (this.slideshow) { + var c = this.slideshow.controls; + if (c && hs.getExpander(c) == this) c.parentNode.removeChild(c); + } + for (var i = 0; i < this.overlays.length; i++) { + var o = hs.$('hsId'+ this.overlays[i]); + if (o && o.parentNode == hs.viewport && hs.getExpander(o) == this) hs.discardElement(o); + } + hs.discardElement(this.overlayBox); +}, + + + +createFullExpand : function () { + if (this.slideshow && this.slideshow.controls) { + this.slideshow.enable('full-expand'); + return; + } + this.fullExpandLabel = hs.createElement( + 'a', { + href: 'javascript:hs.expanders['+ this.key +'].doFullExpand();', + title: hs.lang.fullExpandTitle, + className: 'highslide-full-expand' + } + ); + + this.createOverlay({ + overlayId: this.fullExpandLabel, + position: hs.fullExpandPosition, + hideOnMouseOut: true, + opacity: hs.fullExpandOpacity + }); +}, + +doFullExpand : function () { + try { + if (this.fullExpandLabel) hs.discardElement(this.fullExpandLabel); + + this.focus(); + var xSize = this.x.size, + ySize = this.y.size; + this.resizeTo(this.x.full, this.y.full); + + var xpos = this.x.pos - (this.x.size - xSize) / 2; + if (xpos < hs.marginLeft) xpos = hs.marginLeft; + + var ypos = this.y.pos - (this.y.size - ySize) / 2; + if (ypos < hs.marginTop) ypos = hs.marginTop; + + this.moveTo(xpos, ypos); + this.doShowHide('hidden'); + + } catch (e) { + this.error(e); + } +}, + + +afterClose : function () { + this.a.className = this.a.className.replace('highslide-active-anchor', ''); + + this.doShowHide('visible'); + if (this.outline && this.outlineWhileAnimating) this.outline.destroy(); + + hs.discardElement(this.wrapper); + this.destroyOverlays(); + if (!hs.viewport.childNodes.length) hs.viewport.style.display = 'none'; + + if (this.dimmingOpacity) hs.undim(this.key); + hs.expanders[this.key] = null; + hs.reOrder(); +} + +}; + + +hs.Slideshow = function (expKey, options) { + if (hs.dynamicallyUpdateAnchors !== false) hs.updateAnchors(); + this.expKey = expKey; + for (var x in options) this[x] = options[x]; + if (this.useControls) this.getControls(); + if (this.thumbstrip) this.thumbstrip = hs.Thumbstrip(this); +}; +hs.Slideshow.prototype = { +getControls: function() { + this.controls = hs.createElement('div', { innerHTML: hs.replaceLang(hs.skin.controls) }, + null, hs.container); + + var buttons = ['play', 'pause', 'previous', 'next', 'move', 'full-expand', 'close']; + this.btn = {}; + var pThis = this; + for (var i = 0; i < buttons.length; i++) { + this.btn[buttons[i]] = hs.getElementByClass(this.controls, 'li', 'highslide-'+ buttons[i]); + this.enable(buttons[i]); + } + this.btn.pause.style.display = 'none'; + //this.disable('full-expand'); +}, +checkFirstAndLast: function() { + if (this.repeat || !this.controls) return; + var exp = hs.expanders[this.expKey], + cur = exp.getAnchorIndex(), + re = /disabled$/; + if (cur == 0) + this.disable('previous'); + else if (re.test(this.btn.previous.getElementsByTagName('a')[0].className)) + this.enable('previous'); + if (cur + 1 == hs.anchors.groups[exp.slideshowGroup || 'none'].length) { + this.disable('next'); + this.disable('play'); + } else if (re.test(this.btn.next.getElementsByTagName('a')[0].className)) { + this.enable('next'); + this.enable('play'); + } +}, +enable: function(btn) { + if (!this.btn) return; + var sls = this, a = this.btn[btn].getElementsByTagName('a')[0], re = /disabled$/; + a.onclick = function() { + sls[btn](); + return false; + }; + if (re.test(a.className)) a.className = a.className.replace(re, ''); +}, +disable: function(btn) { + if (!this.btn) return; + var a = this.btn[btn].getElementsByTagName('a')[0]; + a.onclick = function() { return false; }; + if (!/disabled$/.test(a.className)) a.className += ' disabled'; +}, +hitSpace: function() { + if (this.autoplay) this.pause(); + else this.play(); +}, +play: function(wait) { + if (this.btn) { + this.btn.play.style.display = 'none'; + this.btn.pause.style.display = ''; + } + + this.autoplay = true; + if (!wait) hs.next(this.expKey); +}, +pause: function() { + if (this.btn) { + this.btn.pause.style.display = 'none'; + this.btn.play.style.display = ''; + } + + clearTimeout(this.autoplay); + this.autoplay = null; +}, +previous: function() { + this.pause(); + hs.previous(this.btn.previous); +}, +next: function() { + this.pause(); + hs.next(this.btn.next); +}, +move: function() {}, +'full-expand': function() { + hs.getExpander().doFullExpand(); +}, +close: function() { + hs.close(this.btn.close); +} +}; +hs.Thumbstrip = function(slideshow) { + function add (exp) { + hs.extend(options || {}, { + overlayId: dom, + hsId: 'thumbstrip', + className: 'highslide-thumbstrip-'+ mode +'-overlay ' + (options.className || '') + }); + if (hs.ieLt7) options.fade = 0; + exp.createOverlay(options); + hs.setStyles(dom.parentNode, { overflow: 'hidden' }); + }; + + function scroll (delta) { + selectThumb(undefined, Math.round(delta * dom[isX ? 'offsetWidth' : 'offsetHeight'] * 0.7)); + }; + + function selectThumb (i, scrollBy) { + if (i === undefined) for (var j = 0; j < group.length; j++) { + if (group[j] == hs.expanders[slideshow.expKey].a) { + i = j; + break; + } + } + if (i === undefined) return; + var as = dom.getElementsByTagName('a'), + active = as[i], + cell = active.parentNode, + left = isX ? 'Left' : 'Top', + right = isX ? 'Right' : 'Bottom', + width = isX ? 'Width' : 'Height', + offsetLeft = 'offset' + left, + offsetWidth = 'offset' + width, + overlayWidth = div.parentNode.parentNode[offsetWidth], + minTblPos = overlayWidth - table[offsetWidth], + curTblPos = parseInt(table.style[isX ? 'left' : 'top']) || 0, + tblPos = curTblPos, + mgnRight = 20; + if (scrollBy !== undefined) { + tblPos = curTblPos - scrollBy; + + if (minTblPos > 0) minTblPos = 0; + if (tblPos > 0) tblPos = 0; + if (tblPos < minTblPos) tblPos = minTblPos; + + + } else { + for (var j = 0; j < as.length; j++) as[j].className = ''; + active.className = 'highslide-active-anchor'; + var activeLeft = i > 0 ? as[i - 1].parentNode[offsetLeft] : cell[offsetLeft], + activeRight = cell[offsetLeft] + cell[offsetWidth] + + (as[i + 1] ? as[i + 1].parentNode[offsetWidth] : 0); + if (activeRight > overlayWidth - curTblPos) tblPos = overlayWidth - activeRight; + else if (activeLeft < -curTblPos) tblPos = -activeLeft; + } + var markerPos = cell[offsetLeft] + (cell[offsetWidth] - marker[offsetWidth]) / 2 + tblPos; + hs.animate(table, isX ? { left: tblPos } : { top: tblPos }, null, 'easeOutQuad'); + hs.animate(marker, isX ? { left: markerPos } : { top: markerPos }, null, 'easeOutQuad'); + scrollUp.style.display = tblPos < 0 ? 'block' : 'none'; + scrollDown.style.display = (tblPos > minTblPos) ? 'block' : 'none'; + + }; + + + // initialize + var group = hs.anchors.groups[hs.expanders[slideshow.expKey].slideshowGroup || 'none'], + options = slideshow.thumbstrip, + mode = options.mode || 'horizontal', + floatMode = (mode == 'float'), + tree = floatMode ? ['div', 'ul', 'li', 'span'] : ['table', 'tbody', 'tr', 'td'], + isX = (mode == 'horizontal'), + dom = hs.createElement('div', { + className: 'highslide-thumbstrip highslide-thumbstrip-'+ mode, + innerHTML: + '
      '+ + '<'+ tree[0] +'><'+ tree[1] +'>
      '+ + '
      '+ + '
      '+ + '
      ' + }, { + display: 'none' + }, hs.container), + domCh = dom.childNodes, + div = domCh[0], + scrollUp = domCh[1], + scrollDown = domCh[2], + marker = domCh[3], + table = div.firstChild, + tbody = dom.getElementsByTagName(tree[1])[0], + tr; + for (var i = 0; i < group.length; i++) { + if (i == 0 || !isX) tr = hs.createElement(tree[2], null, null, tbody); + (function(){ + var a = group[i], + cell = hs.createElement(tree[3], null, null, tr), + pI = i; + hs.createElement('a', { + href: a.href, + title: a.title, + onclick: function() { + if (/highslide-active-anchor/.test(this.className)) return false; + hs.getExpander(this).focus(); + return hs.transit(a); + }, + innerHTML: hs.stripItemFormatter ? hs.stripItemFormatter(a) : a.innerHTML + }, null, cell); + })(); + } + if (!floatMode) { + scrollUp.onclick = function () { scroll(-1); }; + scrollDown.onclick = function() { scroll(1); }; + hs.addEventListener(tbody, document.onmousewheel !== undefined ? + 'mousewheel' : 'DOMMouseScroll', function(e) { + var delta = 0; + e = e || window.event; + if (e.wheelDelta) { + delta = e.wheelDelta/120; + if (hs.opera) delta = -delta; + } else if (e.detail) { + delta = -e.detail/3; + } + if (delta) scroll(-delta * 0.2); + if (e.preventDefault) e.preventDefault(); + e.returnValue = false; + }); + } + + return { + add: add, + selectThumb: selectThumb + } +}; +hs.langDefaults = hs.lang; +// history +var HsExpander = hs.Expander; +if (hs.ie && window == window.top) { + (function () { + try { + document.documentElement.doScroll('left'); + } catch (e) { + setTimeout(arguments.callee, 50); + return; + } + hs.ready(); + })(); +} +hs.addEventListener(document, 'DOMContentLoaded', hs.ready); +hs.addEventListener(window, 'load', hs.ready); + +// set handlers +hs.addEventListener(document, 'ready', function() { + if (hs.expandCursor || hs.dimmingOpacity) { + var style = hs.createElement('style', { type: 'text/css' }, null, + document.getElementsByTagName('HEAD')[0]), + backCompat = document.compatMode == 'BackCompat'; + + + function addRule(sel, dec) { + if (hs.ie && (hs.uaVersion < 9 || backCompat)) { + var last = document.styleSheets[document.styleSheets.length - 1]; + if (typeof(last.addRule) == "object") last.addRule(sel, dec); + } else { + style.appendChild(document.createTextNode(sel + " {" + dec + "}")); + } + } + function fix(prop) { + return 'expression( ( ( ignoreMe = document.documentElement.'+ prop + + ' ? document.documentElement.'+ prop +' : document.body.'+ prop +' ) ) + \'px\' );'; + } + if (hs.expandCursor) addRule ('.highslide img', + 'cursor: url('+ hs.graphicsDir + hs.expandCursor +'), pointer !important;'); + addRule ('.highslide-viewport-size', + hs.ie && (hs.uaVersion < 7 || backCompat) ? + 'position: absolute; '+ + 'left:'+ fix('scrollLeft') + + 'top:'+ fix('scrollTop') + + 'width:'+ fix('clientWidth') + + 'height:'+ fix('clientHeight') : + 'position: fixed; width: 100%; height: 100%; left: 0; top: 0'); + } +}); +hs.addEventListener(window, 'resize', function() { + hs.getPageSize(); + if (hs.viewport) for (var i = 0; i < hs.viewport.childNodes.length; i++) { + var node = hs.viewport.childNodes[i], + exp = hs.getExpander(node); + exp.positionOverlay(node); + if (node.hsId == 'thumbstrip') exp.slideshow.thumbstrip.selectThumb(); + } +}); +hs.addEventListener(document, 'mousemove', function(e) { + hs.mouse = { x: e.clientX, y: e.clientY }; +}); +hs.addEventListener(document, 'mousedown', hs.mouseClickHandler); +hs.addEventListener(document, 'mouseup', hs.mouseClickHandler); + +hs.addEventListener(document, 'ready', hs.getAnchors); +hs.addEventListener(window, 'load', hs.preloadImages); +} diff --git a/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/highslide/highslide-with-gallery.min.js b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/highslide/highslide-with-gallery.min.js new file mode 100644 index 0000000..6e634d6 --- /dev/null +++ b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/highslide/highslide-with-gallery.min.js @@ -0,0 +1,9 @@ +/** + * Name: Highslide JS + * Version: 4.1.13 (2011-10-06) + * Config: default +slideshow +positioning +transitions +viewport +thumbstrip + * Author: Torstein Hønsi + * Support: www.highslide.com/support + * License: www.highslide.com/#license + */ +if(!hs){var hs={lang:{cssDirection:"ltr",loadingText:"Loading...",loadingTitle:"Click to cancel",focusTitle:"Click to bring to front",fullExpandTitle:"Expand to actual size (f)",creditsText:"Powered by Highslide JS",creditsTitle:"Go to the Highslide JS homepage",previousText:"Previous",nextText:"Next",moveText:"Move",closeText:"Close",closeTitle:"Close (esc)",resizeTitle:"Resize",playText:"Play",playTitle:"Play slideshow (spacebar)",pauseText:"Pause",pauseTitle:"Pause slideshow (spacebar)",previousTitle:"Previous (arrow left)",nextTitle:"Next (arrow right)",moveTitle:"Move",fullExpandText:"1:1",number:"Image %1 of %2",restoreTitle:"Click to close image, click and drag to move. Use arrow keys for next and previous."},graphicsDir:"highslide/graphics/",expandCursor:"zoomin.cur",restoreCursor:"zoomout.cur",expandDuration:250,restoreDuration:250,marginLeft:15,marginRight:15,marginTop:15,marginBottom:15,zIndexCounter:1001,loadingOpacity:0.75,allowMultipleInstances:true,numberOfImagesToPreload:5,outlineWhileAnimating:2,outlineStartOffset:3,padToMinWidth:false,fullExpandPosition:"bottom right",fullExpandOpacity:1,showCredits:true,creditsHref:"http://highslide.com/",creditsTarget:"_self",enableKeyListener:true,openerTagNames:["a"],transitions:[],transitionDuration:250,dimmingOpacity:0,dimmingDuration:50,anchor:"auto",align:"auto",targetX:null,targetY:null,dragByHeading:true,minWidth:200,minHeight:200,allowSizeReduction:true,outlineType:"drop-shadow",skin:{controls:''},preloadTheseImages:[],continuePreloading:true,expanders:[],overrides:["allowSizeReduction","useBox","anchor","align","targetX","targetY","outlineType","outlineWhileAnimating","captionId","captionText","captionEval","captionOverlay","headingId","headingText","headingEval","headingOverlay","creditsPosition","dragByHeading","autoplay","numberPosition","transitions","dimmingOpacity","width","height","wrapperClassName","minWidth","minHeight","maxWidth","maxHeight","pageOrigin","slideshowGroup","easing","easingClose","fadeInOut","src"],overlays:[],idCounter:0,oPos:{x:["leftpanel","left","center","right","rightpanel"],y:["above","top","middle","bottom","below"]},mouse:{},headingOverlay:{},captionOverlay:{},timers:[],slideshows:[],pendingOutlines:{},clones:{},onReady:[],uaVersion:/Trident\/4\.0/.test(navigator.userAgent)?8:parseFloat((navigator.userAgent.toLowerCase().match(/.+(?:rv|it|ra|ie)[\/: ]([\d.]+)/)||[0,"0"])[1]),ie:(document.all&&!window.opera),safari:/Safari/.test(navigator.userAgent),geckoMac:/Macintosh.+rv:1\.[0-8].+Gecko/.test(navigator.userAgent),$:function(a){if(a){return document.getElementById(a)}},push:function(a,b){a[a.length]=b},createElement:function(a,f,e,d,c){var b=document.createElement(a);if(f){hs.extend(b,f)}if(c){hs.setStyles(b,{padding:0,border:"none",margin:0})}if(e){hs.setStyles(b,e)}if(d){d.appendChild(b)}return b},extend:function(b,c){for(var a in c){b[a]=c[a]}return b},setStyles:function(b,c){for(var a in c){if(hs.ieLt9&&a=="opacity"){if(c[a]>0.99){b.style.removeAttribute("filter")}else{b.style.filter="alpha(opacity="+(c[a]*100)+")"}}else{b.style[a]=c[a]}}},animate:function(f,a,d){var c,g,j;if(typeof d!="object"||d===null){var i=arguments;d={duration:i[2],easing:i[3],complete:i[4]}}if(typeof d.duration!="number"){d.duration=250}d.easing=Math[d.easing]||Math.easeInQuad;d.curAnim=hs.extend({},a);for(var b in a){var h=new hs.fx(f,d,b);c=parseFloat(hs.css(f,b))||0;g=parseFloat(a[b]);j=b!="opacity"?"px":"";h.custom(c,g,j)}},css:function(a,c){if(a.style[c]){return a.style[c]}else{if(document.defaultView){return document.defaultView.getComputedStyle(a,null).getPropertyValue(c)}else{if(c=="opacity"){c="filter"}var b=a.currentStyle[c.replace(/\-(\w)/g,function(e,d){return d.toUpperCase()})];if(c=="filter"){b=b.replace(/alpha\(opacity=([0-9]+)\)/,function(e,d){return d/100})}return b===""?1:b}}},getPageSize:function(){var f=document,b=window,e=f.compatMode&&f.compatMode!="BackCompat"?f.documentElement:f.body,g=hs.ie&&(hs.uaVersion<9||typeof pageXOffset=="undefined");var c=g?e.clientWidth:(f.documentElement.clientWidth||self.innerWidth),a=g?e.clientHeight:self.innerHeight;hs.page={width:c,height:a,scrollLeft:g?e.scrollLeft:pageXOffset,scrollTop:g?e.scrollTop:pageYOffset};return hs.page},getPosition:function(a){var b={x:a.offsetLeft,y:a.offsetTop};while(a.offsetParent){a=a.offsetParent;b.x+=a.offsetLeft;b.y+=a.offsetTop;if(a!=document.body&&a!=document.documentElement){b.x-=a.scrollLeft;b.y-=a.scrollTop}}return b},expand:function(b,g,d,c){if(!b){b=hs.createElement("a",null,{display:"none"},hs.container)}if(typeof b.getParams=="function"){return g}try{new hs.Expander(b,g,d);return false}catch(f){return true}},getElementByClass:function(e,c,d){var b=e.getElementsByTagName(c);for(var a=0;ac){c=f;b=d}}}if(b==-1){hs.focusKey=-1}else{a[b].focus()}},getParam:function(b,d){b.getParams=b.onclick;var c=b.getParams?b.getParams():null;b.getParams=null;return(c&&typeof c[d]!="undefined")?c[d]:(typeof hs[d]!="undefined"?hs[d]:null)},getSrc:function(b){var c=hs.getParam(b,"src");if(c){return c}return b.href},getNode:function(e){var c=hs.$(e),d=hs.clones[e],b={};if(!c&&!d){return null}if(!d){d=c.cloneNode(true);d.id="";hs.clones[e]=d;return c}else{return d.cloneNode(true)}},discardElement:function(a){if(a){hs.garbageBin.appendChild(a)}hs.garbageBin.innerHTML=""},dim:function(d){if(!hs.dimmer){a=true;hs.dimmer=hs.createElement("div",{className:"highslide-dimming highslide-viewport-size",owner:"",onclick:function(){hs.close()}},{visibility:"visible",opacity:0},hs.container,true);if(/(Android|iPad|iPhone|iPod)/.test(navigator.userAgent)){var b=document.body;function c(){hs.setStyles(hs.dimmer,{width:b.scrollWidth+"px",height:b.scrollHeight+"px"})}c();hs.addEventListener(window,"resize",c)}}hs.dimmer.style.display="";var a=hs.dimmer.owner=="";hs.dimmer.owner+="|"+d.key;if(a){if(hs.geckoMac&&hs.dimmingGeckoFix){hs.setStyles(hs.dimmer,{background:"url("+hs.graphicsDir+"geckodimmer.png)",opacity:1})}else{hs.animate(hs.dimmer,{opacity:d.dimmingOpacity},hs.dimmingDuration)}}},undim:function(a){if(!hs.dimmer){return}if(typeof a!="undefined"){hs.dimmer.owner=hs.dimmer.owner.replace("|"+a,"")}if((typeof a!="undefined"&&hs.dimmer.owner!="")||(hs.upcoming&&hs.getParam(hs.upcoming,"dimmingOpacity"))){return}if(hs.geckoMac&&hs.dimmingGeckoFix){hs.dimmer.style.display="none"}else{hs.animate(hs.dimmer,{opacity:0},hs.dimmingDuration,null,function(){hs.dimmer.style.display="none"})}},transit:function(a,d){var b=d||hs.getExpander();d=b;if(hs.upcoming){return false}else{hs.last=b}hs.removeEventListener(document,window.opera?"keypress":"keydown",hs.keyHandler);try{hs.upcoming=a;a.onclick()}catch(c){hs.last=hs.upcoming=null}try{if(!a||d.transitions[1]!="crossfade"){d.close()}}catch(c){}return false},previousOrNext:function(a,c){var b=hs.getExpander(a);if(b){return hs.transit(b.getAdjacentAnchor(c),b)}else{return false}},previous:function(a){return hs.previousOrNext(a,-1)},next:function(a){return hs.previousOrNext(a,1)},keyHandler:function(a){if(!a){a=window.event}if(!a.target){a.target=a.srcElement}if(typeof a.target.form!="undefined"){return true}var b=hs.getExpander();var c=null;switch(a.keyCode){case 70:if(b){b.doFullExpand()}return true;case 32:c=2;break;case 34:case 39:case 40:c=1;break;case 8:case 33:case 37:case 38:c=-1;break;case 27:case 13:c=0}if(c!==null){if(c!=2){hs.removeEventListener(document,window.opera?"keypress":"keydown",hs.keyHandler)}if(!hs.enableKeyListener){return true}if(a.preventDefault){a.preventDefault()}else{a.returnValue=false}if(b){if(c==0){b.close()}else{if(c==2){if(b.slideshow){b.slideshow.hitSpace()}}else{if(b.slideshow){b.slideshow.pause()}hs.previousOrNext(b.key,c)}}return false}}return true},registerOverlay:function(a){hs.push(hs.overlays,hs.extend(a,{hsId:"hsId"+hs.idCounter++}))},addSlideshow:function(b){var d=b.slideshowGroup;if(typeof d=="object"){for(var c=0;c1){return true}if(!d.target){d.target=d.srcElement}var b=d.target;while(b.parentNode&&!(/highslide-(image|move|html|resize)/.test(b.className))){b=b.parentNode}var f=hs.getExpander(b);if(f&&(f.isClosing||!f.isExpanded)){return true}if(f&&d.type=="mousedown"){if(d.target.form){return true}var a=b.className.match(/highslide-(image|move|resize)/);if(a){hs.dragArgs={exp:f,type:a[1],left:f.x.pos,width:f.x.size,top:f.y.pos,height:f.y.size,clickX:d.clientX,clickY:d.clientY};hs.addEventListener(document,"mousemove",hs.dragHandler);if(d.preventDefault){d.preventDefault()}if(/highslide-(image|html)-blur/.test(f.content.className)){f.focus();hs.hasFocused=true}return false}}else{if(d.type=="mouseup"){hs.removeEventListener(document,"mousemove",hs.dragHandler);if(hs.dragArgs){if(hs.styleRestoreCursor&&hs.dragArgs.type=="image"){hs.dragArgs.exp.content.style.cursor=hs.styleRestoreCursor}var c=hs.dragArgs.hasDragged;if(!c&&!hs.hasFocused&&!/(move|resize)/.test(hs.dragArgs.type)){f.close()}else{if(c||(!c&&hs.hasHtmlExpanders)){hs.dragArgs.exp.doShowHide("hidden")}}hs.hasFocused=false;hs.dragArgs=null}else{if(/highslide-image-blur/.test(b.className)){b.style.cursor=hs.styleRestoreCursor}}}}return false},dragHandler:function(c){if(!hs.dragArgs){return true}if(!c){c=window.event}var b=hs.dragArgs,d=b.exp;b.dX=c.clientX-b.clickX;b.dY=c.clientY-b.clickY;var f=Math.sqrt(Math.pow(b.dX,2)+Math.pow(b.dY,2));if(!b.hasDragged){b.hasDragged=(b.type!="image"&&f>0)||(f>(hs.dragSensitivity||5))}if(b.hasDragged&&c.clientX>5&&c.clientY>5){if(b.type=="resize"){d.resize(b)}else{d.moveTo(b.left+b.dX,b.top+b.dY);if(b.type=="image"){d.content.style.cursor="move"}}}return false},wrapperMouseHandler:function(c){try{if(!c){c=window.event}var b=/mouseover/i.test(c.type);if(!c.target){c.target=c.srcElement}if(!c.relatedTarget){c.relatedTarget=b?c.fromElement:c.toElement}var d=hs.getExpander(c.target);if(!d.isExpanded){return}if(!d||!c.relatedTarget||hs.getExpander(c.relatedTarget,true)==d||hs.dragArgs){return}for(var a=0;a=this.options.duration+this.startTime){this.now=this.end;this.pos=this.state=1;this.update();this.options.curAnim[this.prop]=true;var a=true;for(var b in this.options.curAnim){if(this.options.curAnim[b]!==true){a=false}}if(a){if(this.options.complete){this.options.complete.call(this.elem)}}return false}else{var e=c-this.startTime;this.state=e/this.options.duration;this.pos=this.options.easing(e,0,1,this.options.duration);this.now=this.start+((this.end-this.start)*this.pos);this.update()}return true}};hs.extend(hs.fx,{step:{opacity:function(a){hs.setStyles(a.elem,{opacity:a.now})},_default:function(a){try{if(a.elem.style&&a.elem.style[a.prop]!=null){a.elem.style[a.prop]=a.now+a.unit}else{a.elem[a.prop]=a.now}}catch(b){}}}});hs.Outline=function(g,e){this.onLoad=e;this.outlineType=g;var a=hs.uaVersion,f;this.hasAlphaImageLoader=hs.ie&&hs.uaVersion<7;if(!g){if(e){e()}return}hs.init();this.table=hs.createElement("table",{cellSpacing:0},{visibility:"hidden",position:"absolute",borderCollapse:"collapse",width:0},hs.container,true);var b=hs.createElement("tbody",null,null,this.table,1);this.td=[];for(var c=0;c<=8;c++){if(c%3==0){f=hs.createElement("tr",null,{height:"auto"},b,true)}this.td[c]=hs.createElement("td",null,null,f,true);var d=c!=4?{lineHeight:0,fontSize:0}:{position:"relative"};hs.setStyles(this.td[c],d)}this.td[4].className=g+" highslide-outline";this.preloadGraphic()};hs.Outline.prototype={preloadGraphic:function(){var b=hs.graphicsDir+(hs.outlinesDir||"outlines/")+this.outlineType+".png";var a=hs.safari&&hs.uaVersion<525?hs.container:null;this.graphic=hs.createElement("img",null,{position:"absolute",top:"-9999px"},a,true);var c=this;this.graphic.onload=function(){c.onGraphicLoad()};this.graphic.src=b},onGraphicLoad:function(){var d=this.offset=this.graphic.width/4,f=[[0,0],[0,-4],[-2,0],[0,-8],0,[-2,-8],[0,-2],[0,-6],[-2,-2]],c={height:(2*d)+"px",width:(2*d)+"px"};for(var b=0;b<=8;b++){if(f[b]){if(this.hasAlphaImageLoader){var a=(b==1||b==7)?"100%":this.graphic.width+"px";var e=hs.createElement("div",null,{width:"100%",height:"100%",position:"relative",overflow:"hidden"},this.td[b],true);hs.createElement("div",null,{filter:"progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=scale, src='"+this.graphic.src+"')",position:"absolute",width:a,height:this.graphic.height+"px",left:(f[b][0]*d)+"px",top:(f[b][1]*d)+"px"},e,true)}else{hs.setStyles(this.td[b],{background:"url("+this.graphic.src+") "+(f[b][0]*d)+"px "+(f[b][1]*d)+"px"})}if(window.opera&&(b==3||b==5)){hs.createElement("div",null,c,this.td[b],true)}hs.setStyles(this.td[b],c)}}this.graphic=null;if(hs.pendingOutlines[this.outlineType]){hs.pendingOutlines[this.outlineType].destroy()}hs.pendingOutlines[this.outlineType]=this;if(this.onLoad){this.onLoad()}},setPosition:function(g,e,c,b,f){var d=this.exp,a=d.wrapper.style,e=e||0,g=g||{x:d.x.pos+e,y:d.y.pos+e,w:d.x.get("wsize")-2*e,h:d.y.get("wsize")-2*e};if(c){this.table.style.visibility=(g.h>=4*this.offset)?"visible":"hidden"}hs.setStyles(this.table,{left:(g.x-this.offset)+"px",top:(g.y-this.offset)+"px",width:(g.w+2*this.offset)+"px"});g.w-=2*this.offset;g.h-=2*this.offset;hs.setStyles(this.td[4],{width:g.w>=0?g.w+"px":0,height:g.h>=0?g.h+"px":0});if(this.hasAlphaImageLoader){this.td[3].style.height=this.td[5].style.height=this.td[4].style.height}},destroy:function(a){if(a){this.table.style.visibility="hidden"}else{hs.discardElement(this.table)}}};hs.Dimension=function(b,a){this.exp=b;this.dim=a;this.ucwh=a=="x"?"Width":"Height";this.wh=this.ucwh.toLowerCase();this.uclt=a=="x"?"Left":"Top";this.lt=this.uclt.toLowerCase();this.ucrb=a=="x"?"Right":"Bottom";this.rb=this.ucrb.toLowerCase();this.p1=this.p2=0};hs.Dimension.prototype={get:function(a){switch(a){case"loadingPos":return this.tpos+this.tb+(this.t-hs.loading["offset"+this.ucwh])/2;case"loadingPosXfade":return this.pos+this.cb+this.p1+(this.size-hs.loading["offset"+this.ucwh])/2;case"wsize":return this.size+2*this.cb+this.p1+this.p2;case"fitsize":return this.clientSize-this.marginMin-this.marginMax;case"maxsize":return this.get("fitsize")-2*this.cb-this.p1-this.p2;case"opos":return this.pos-(this.exp.outline?this.exp.outline.offset:0);case"osize":return this.get("wsize")+(this.exp.outline?2*this.exp.outline.offset:0);case"imgPad":return this.imgSize?Math.round((this.size-this.imgSize)/2):0}},calcBorders:function(){this.cb=(this.exp.content["offset"+this.ucwh]-this.t)/2;this.marginMax=hs["margin"+this.ucrb]},calcThumb:function(){this.t=this.exp.el[this.wh]?parseInt(this.exp.el[this.wh]):this.exp.el["offset"+this.ucwh];this.tpos=this.exp.tpos[this.dim];this.tb=(this.exp.el["offset"+this.ucwh]-this.t)/2;if(this.tpos==0||this.tpos==-1){this.tpos=(hs.page[this.wh]/2)+hs.page["scroll"+this.uclt]}},calcExpanded:function(){var a=this.exp;this.justify="auto";if(a.align=="center"){this.justify="center"}else{if(new RegExp(this.lt).test(a.anchor)){this.justify=null}else{if(new RegExp(this.rb).test(a.anchor)){this.justify="max"}}}this.pos=this.tpos-this.cb+this.tb;if(this.maxHeight&&this.dim=="x"){a.maxWidth=Math.min(a.maxWidth||this.full,a.maxHeight*this.full/a.y.full)}this.size=Math.min(this.full,a["max"+this.ucwh]||this.full);this.minSize=a.allowSizeReduction?Math.min(a["min"+this.ucwh],this.full):this.full;if(a.isImage&&a.useBox){this.size=a[this.wh];this.imgSize=this.full}if(this.dim=="x"&&hs.padToMinWidth){this.minSize=a.minWidth}this.target=a["target"+this.dim.toUpperCase()];this.marginMin=hs["margin"+this.uclt];this.scroll=hs.page["scroll"+this.uclt];this.clientSize=hs.page[this.wh]},setSize:function(a){var b=this.exp;if(b.isImage&&(b.useBox||hs.padToMinWidth)){this.imgSize=a;this.size=Math.max(this.size,this.imgSize);b.content.style[this.lt]=this.get("imgPad")+"px"}else{this.size=a}b.content.style[this.wh]=a+"px";b.wrapper.style[this.wh]=this.get("wsize")+"px";if(b.outline){b.outline.setPosition()}if(this.dim=="x"&&b.overlayBox){b.sizeOverlayBox(true)}if(this.dim=="x"&&b.slideshow&&b.isImage){if(a==this.full){b.slideshow.disable("full-expand")}else{b.slideshow.enable("full-expand")}}},setPos:function(a){this.pos=a;this.exp.wrapper.style[this.lt]=a+"px";if(this.exp.outline){this.exp.outline.setPosition()}}};hs.Expander=function(k,f,b,l){if(document.readyState&&hs.ie&&!hs.isReady){hs.addEventListener(document,"ready",function(){new hs.Expander(k,f,b,l)});return}this.a=k;this.custom=b;this.contentType=l||"image";this.isImage=!this.isHtml;hs.continuePreloading=false;this.overlays=[];this.last=hs.last;hs.last=null;hs.init();var m=this.key=hs.expanders.length;for(var g=0;ga.scroll+a.clientSize-a.marginMax){a.pos=a.scroll+a.clientSize-a.size-a.marginMin-a.marginMax-a.p1-a.p2}if(a.pos(this.x.imgSize||this.x.size)){this.createFullExpand();if(this.overlays.length==1){this.sizeOverlayBox()}}}this.show()}catch(d){this.error(d)}},justify:function(f,b){var g,h=f.target,e=f==this.x?"x":"y";if(h&&h.match(/ /)){g=h.split(" ");h=g[0]}if(h&&hs.$(h)){f.pos=hs.getPosition(hs.$(h))[e];if(g&&g[1]&&g[1].match(/^[-]?[0-9]+px$/)){f.pos+=parseInt(g[1])}if(f.sizef.scroll+f.clientSize-f.marginMax){if(!b&&d&&a){f.size=Math.min(f.size,f.get(e=="y"?"fitsize":"maxsize"))}else{if(f.get("wsize")c){d=b*c;if(dthis.minHeight&&a.size>this.minWidth&&d.get("wsize")>d.get("fitsize")){d.size-=10;if(b){a.size=d.size*b}this.sizeOverlayBox(0,1);c=true}}return c},show:function(){var a=this.x,b=this.y;this.doShowHide("hidden");if(this.slideshow&&this.slideshow.thumbstrip){this.slideshow.thumbstrip.selectThumb()}this.changeSize(1,{wrapper:{width:a.get("wsize"),height:b.get("wsize"),left:a.pos,top:b.pos},content:{left:a.p1+a.get("imgPad"),top:b.p1+b.get("imgPad"),width:a.imgSize||a.size,height:b.imgSize||b.size}},hs.expandDuration)},changeSize:function(d,i,b){var k=this.transitions,e=d?(this.last?this.last.a:null):hs.upcoming,j=(k[1]&&e&&hs.getParam(e,"transitions")[1]==k[1])?k[1]:k[0];if(this[j]&&j!="expand"){this[j](d,i);return}if(this.outline&&!this.outlineWhileAnimating){if(d){this.outline.setPosition()}else{this.outline.destroy()}}if(!d){this.destroyOverlays()}var c=this,h=c.x,g=c.y,f=this.easing;if(!d){f=this.easingClose||f}var a=d?function(){if(c.outline){c.outline.table.style.visibility="visible"}setTimeout(function(){c.afterExpand()},50)}:function(){c.afterClose()};if(d){hs.setStyles(this.wrapper,{width:h.t+"px",height:g.t+"px"})}if(this.fadeInOut){hs.setStyles(this.wrapper,{opacity:d?0:1});hs.extend(i.wrapper,{opacity:d})}hs.animate(this.wrapper,i.wrapper,{duration:b,easing:f,step:function(n,l){if(c.outline&&c.outlineWhileAnimating&&l.prop=="top"){var m=d?l.pos:1-l.pos;var o={w:h.t+(h.get("wsize")-h.t)*m,h:g.t+(g.get("wsize")-g.t)*m,x:h.tpos+(h.pos-h.tpos)*m,y:g.tpos+(g.pos-g.tpos)*m};c.outline.setPosition(o,0,1)}}});hs.animate(this.content,i.content,b,f,a);if(d){this.wrapper.style.visibility="visible";this.content.style.visibility="visible";this.a.className+=" highslide-active-anchor"}},fade:function(f,h){this.outlineWhileAnimating=false;var c=this,j=f?hs.expandDuration:0;if(f){hs.animate(this.wrapper,h.wrapper,0);hs.setStyles(this.wrapper,{opacity:0,visibility:"visible"});hs.animate(this.content,h.content,0);this.content.style.visibility="visible";hs.animate(this.wrapper,{opacity:1},j,null,function(){c.afterExpand()})}if(this.outline){this.outline.table.style.zIndex=this.wrapper.style.zIndex;var b=f||-1,d=this.outline.offset,a=f?3:d,g=f?d:3;for(var e=a;b*e<=b*g;e+=b,j+=25){(function(){var i=f?g-e:a-e;setTimeout(function(){c.outline.setPosition(0,i,1)},j)})()}}if(f){}else{setTimeout(function(){if(c.outline){c.outline.destroy(c.preserveContent)}c.destroyOverlays();hs.animate(c.wrapper,{opacity:0},hs.restoreDuration,null,function(){c.afterClose()})},j)}},crossfade:function(g,m,o){if(!g){return}var f=this,p=this.last,l=this.x,k=this.y,d=p.x,b=p.y,a=this.wrapper,i=this.content,c=this.overlayBox;hs.removeEventListener(document,"mousemove",hs.dragHandler);hs.setStyles(i,{width:(l.imgSize||l.size)+"px",height:(k.imgSize||k.size)+"px"});if(c){c.style.overflow="visible"}this.outline=p.outline;if(this.outline){this.outline.exp=f}p.outline=null;var h=hs.createElement("div",{className:"highslide-"+this.contentType},{position:"absolute",zIndex:4,overflow:"hidden",display:"none"});var j={oldImg:p,newImg:this};for(var e in j){this[e]=j[e].content.cloneNode(1);hs.setStyles(this[e],{position:"absolute",border:0,visibility:"visible"});h.appendChild(this[e])}a.appendChild(h);if(c){c.className="";a.appendChild(c)}h.style.display="";p.content.style.display="none";if(hs.safari&&hs.uaVersion<525){this.wrapper.style.visibility="visible"}hs.animate(a,{width:l.size},{duration:hs.transitionDuration,step:function(u,r){var x=r.pos,q=1-x;var w,s={},t=["pos","size","p1","p2"];for(var v in t){w=t[v];s["x"+w]=Math.round(q*d[w]+x*l[w]);s["y"+w]=Math.round(q*b[w]+x*k[w]);s.ximgSize=Math.round(q*(d.imgSize||d.size)+x*(l.imgSize||l.size));s.ximgPad=Math.round(q*d.get("imgPad")+x*l.get("imgPad"));s.yimgSize=Math.round(q*(b.imgSize||b.size)+x*(k.imgSize||k.size));s.yimgPad=Math.round(q*b.get("imgPad")+x*k.get("imgPad"))}if(f.outline){f.outline.setPosition({x:s.xpos,y:s.ypos,w:s.xsize+s.xp1+s.xp2+2*l.cb,h:s.ysize+s.yp1+s.yp2+2*k.cb})}p.wrapper.style.clip="rect("+(s.ypos-b.pos)+"px, "+(s.xsize+s.xp1+s.xp2+s.xpos+2*d.cb-d.pos)+"px, "+(s.ysize+s.yp1+s.yp2+s.ypos+2*b.cb-b.pos)+"px, "+(s.xpos-d.pos)+"px)";hs.setStyles(i,{top:(s.yp1+k.get("imgPad"))+"px",left:(s.xp1+l.get("imgPad"))+"px",marginTop:(k.pos-s.ypos)+"px",marginLeft:(l.pos-s.xpos)+"px"});hs.setStyles(a,{top:s.ypos+"px",left:s.xpos+"px",width:(s.xp1+s.xp2+s.xsize+2*l.cb)+"px",height:(s.yp1+s.yp2+s.ysize+2*k.cb)+"px"});hs.setStyles(h,{width:(s.ximgSize||s.xsize)+"px",height:(s.yimgSize||s.ysize)+"px",left:(s.xp1+s.ximgPad)+"px",top:(s.yp1+s.yimgPad)+"px",visibility:"visible"});hs.setStyles(f.oldImg,{top:(b.pos-s.ypos+b.p1-s.yp1+b.get("imgPad")-s.yimgPad)+"px",left:(d.pos-s.xpos+d.p1-s.xp1+d.get("imgPad")-s.ximgPad)+"px"});hs.setStyles(f.newImg,{opacity:x,top:(k.pos-s.ypos+k.p1-s.yp1+k.get("imgPad")-s.yimgPad)+"px",left:(l.pos-s.xpos+l.p1-s.xp1+l.get("imgPad")-s.ximgPad)+"px"});if(c){hs.setStyles(c,{width:s.xsize+"px",height:s.ysize+"px",left:(s.xp1+l.cb)+"px",top:(s.yp1+k.cb)+"px"})}},complete:function(){a.style.visibility=i.style.visibility="visible";i.style.display="block";hs.discardElement(h);f.afterExpand();p.afterClose();f.last=null}})},reuseOverlay:function(d,c){if(!this.last){return false}for(var b=0;b'+b+"
      "+this[this.numberPosition].innerHTML}}},initSlideshow:function(){if(!this.last){for(var c=0;cthis.x.get("opos")+this.x.get("osize"));var g=(k.y+k.hthis.y.get("opos")+this.y.get("osize"))}var d=hs.getWrapperKey(e[f]);if(!j&&!g&&d!=this.key){if(!h){e[f].setAttribute("hidden-by","["+this.key+"]");e[f].origProp=e[f].style[a];e[f].style[a]="hidden"}else{if(h.indexOf("["+this.key+"]")==-1){e[f].setAttribute("hidden-by",h+"["+this.key+"]")}}}else{if((h=="["+this.key+"]"||hs.focusKey==d)&&d!=this.key){e[f].setAttribute("hidden-by","");e[f].style[a]=e[f].origProp||""}else{if(h&&h.indexOf("["+this.key+"]")>-1){e[f].setAttribute("hidden-by",h.replace("["+this.key+"]",""))}}}}}}}},focus:function(){this.wrapper.style.zIndex=hs.zIndexCounter+=2;for(var a=0;ae.parentNode.offsetWidth){e.style.width="100%"}}else{if(e.parentNode!=this.overlayBox){this.overlayBox.appendChild(e)}}if(/left$/.test(f)){e.style.left=b+"px"}if(/center$/.test(f)){hs.setStyles(e,{left:"50%",marginLeft:(b-Math.round(e.offsetWidth/2))+"px"})}if(/right$/.test(f)){e.style.right=-b+"px"}if(/^leftpanel$/.test(f)){hs.setStyles(e,{right:"100%",marginRight:this.x.cb+"px",top:-this.y.cb+"px",bottom:-this.y.cb+"px",overflow:"auto"});this.x.p1=e.offsetWidth}else{if(/^rightpanel$/.test(f)){hs.setStyles(e,{left:"100%",marginLeft:this.x.cb+"px",top:-this.y.cb+"px",bottom:-this.y.cb+"px",overflow:"auto"});this.x.p2=e.offsetWidth}}var d=e.parentNode.offsetHeight;e.style.height="auto";if(c&&e.offsetHeight>d){e.style.height=hs.ieLt7?d+"px":"100%"}if(/^top/.test(f)){e.style.top=a+"px"}if(/^middle/.test(f)){hs.setStyles(e,{top:"50%",marginTop:(a-Math.round(e.offsetHeight/2))+"px"})}if(/^bottom/.test(f)){e.style.bottom=-a+"px"}if(/^above$/.test(f)){hs.setStyles(e,{left:(-this.x.p1-this.x.cb)+"px",right:(-this.x.p2-this.x.cb)+"px",bottom:"100%",marginBottom:this.y.cb+"px",width:"auto"});this.y.p1=e.offsetHeight}else{if(/^below$/.test(f)){hs.setStyles(e,{position:"relative",left:(-this.x.p1-this.x.cb)+"px",right:(-this.x.p2-this.x.cb)+"px",top:"100%",marginTop:this.y.cb+"px",width:"auto"});this.y.p2=e.offsetHeight;e.style.position="absolute"}}},getOverlays:function(){this.getInline(["heading","caption"],true);this.getNumber();if(this.heading&&this.dragByHeading){this.heading.className+=" highslide-move"}if(hs.showCredits){this.writeCredits()}for(var a=0;a0){F=0}if(C>0){C=0}if(C0?G[L-1].parentNode[B]:w[B],A=w[B]+w[H]+(G[L+1]?G[L+1].parentNode[H]:0);if(A>x-v){C=x-A}else{if(J<-v){C=-J}}}var E=w[B]+(w[H]-g[H])/2+C;hs.animate(s,h?{left:C}:{top:C},null,"easeOutQuad");hs.animate(g,h?{left:E}:{top:E},null,"easeOutQuad");l.style.display=C<0?"block":"none";t.style.display=(C>F)?"block":"none"}var j=hs.anchors.groups[hs.expanders[k.expKey].slideshowGroup||"none"],f=k.thumbstrip,m=f.mode||"horizontal",u=(m=="float"),o=u?["div","ul","li","span"]:["table","tbody","tr","td"],h=(m=="horizontal"),r=hs.createElement("div",{className:"highslide-thumbstrip highslide-thumbstrip-"+m,innerHTML:'
      <'+o[0]+"><"+o[1]+">
      '},{display:"none"},hs.container),e=r.childNodes,n=e[0],l=e[1],t=e[2],g=e[3],s=n.firstChild,a=r.getElementsByTagName(o[1])[0],b;for(var q=0;q35?String.fromCharCode(c+29):c.toString(36))};if(!''.replace(/^/,String)){while(c--){d[e(c)]=k[c]||e(c)}k=[function(e){return d[e]}];e=function(){return'\\w+'};c=1};while(c--){if(k[c]){p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c])}}return p}('q(!m){u m={18:{9C:\'9t\',9f:\'bb...\',9g:\'8o 1L ba\',9Y:\'8o 1L bd 1L bw\',7p:\'bx 1L bl B (f)\',aS:\'bp by 8H 8I\',b0:\'bn 1L bj 8H 8I bz\',8T:\'8C\',8U:\'8D\',8w:\'8E\',8v:\'8J\',8t:\'8J (bv)\',bu:\'bg\',8P:\'8G\',8A:\'8G 1g (8B)\',8N:\'8F\',8M:\'8F 1g (8B)\',8S:\'8C (8l 14)\',8O:\'8D (8l 2V)\',8s:\'8E\',8r:\'1:1\',3n:\'b9 %1 bq %2\',84:\'8o 1L 26 2M, c4 8L c6 1L 3i. c0 8l c1 K 1p 8L 3c.\'},4p:\'L/bX/\',5M:\'bI.4y\',5m:\'bK.4y\',7f:53,8p:53,4L:15,9M:15,4j:15,9K:15,4z:bE,91:0.75,9j:J,7A:5,3B:2,bP:3,4R:1f,at:\'4g 2V\',aq:1,an:J,aF:\'bQ://L.c2/\',aE:\'bO\',8V:J,8e:[\'a\'],2Z:[],aL:53,3I:0,7G:50,3Q:\'2n\',6H:\'2n\',8y:H,8x:H,7v:J,5c:8R,5w:8R,5q:J,1B:\'bR-bS\',a6:{2B:\'<7V>\'+\'<1R 2s="L-3c">\'+\'\'+\'<23>{m.18.8T}\'+\'\'+\'<1R 2s="L-3r">\'+\'\'+\'<23>{m.18.8P}\'+\'\'+\'<1R 2s="L-2S">\'+\'\'+\'<23>{m.18.8N}\'+\'\'+\'<1R 2s="L-1p">\'+\'\'+\'<23>{m.18.8U}\'+\'\'+\'<1R 2s="L-3i">\'+\'\'+\'<23>{m.18.8w}\'+\'\'+\'<1R 2s="L-1a-2D">\'+\'\'+\'<23>{m.18.8r}\'+\'\'+\'<1R 2s="L-26">\'+\'\'+\'<23>{m.18.8v}\'+\'\'+\'\'},4X:[],6Z:J,W:[],6V:[\'5q\',\'30\',\'3Q\',\'6H\',\'8y\',\'8x\',\'1B\',\'3B\',\'bG\',\'bH\',\'bJ\',\'8u\',\'bW\',\'cd\',\'cc\',\'8z\',\'aW\',\'7v\',\'3D\',\'5b\',\'2Z\',\'3I\',\'M\',\'1b\',\'7B\',\'5c\',\'5w\',\'6F\',\'6R\',\'9i\',\'2t\',\'2r\',\'aT\',\'aD\',\'1G\'],1x:[],4V:0,7q:{x:[\'9H\',\'14\',\'4i\',\'2V\',\'9L\'],y:[\'4T\',\'11\',\'8h\',\'4g\',\'6D\']},66:{},8z:{},8u:{},3u:[],4U:[],48:{},7I:{},5G:[],21:/ca\\/4\\.0/.19(4B.5r)?8:8n((4B.5r.5Y().2H(/.+(?:9y|c9|ce|2m)[\\/: ]([\\d.]+)/)||[0,\'0\'])[1]),2m:(R.52&&!1A.3q),4u:/cf/.19(4B.5r),5Z:/ci.+9y:1\\.[0-8].+cg/.19(4B.5r),$:z(1M){q(1M)D R.c7(1M)},2p:z(2o,3j){2o[2o.S]=3j},1c:z(9m,4k,3P,8b,9n){u C=R.1c(9m);q(4k)m.3b(C,4k);q(9n)m.V(C,{bY:0,aM:\'1F\',6S:0});q(3P)m.V(C,3P);q(8b)8b.2E(C);D C},3b:z(C,4k){K(u x 2T 4k)C[x]=4k[x];D C},V:z(C,3P){K(u x 2T 3P){q(m.4d&&x==\'1n\'){q(3P[x]>0.99)C.G.c5(\'5j\');I C.G.5j=\'9o(1n=\'+(3P[x]*28)+\')\'}I C.G[x]=3P[x]}},2b:z(C,Z,31){u 41,4v,47;q(1q 31!=\'6q\'||31===H){u 36=9V;31={3J:36[2],2r:36[3],63:36[4]}}q(1q 31.3J!=\'3n\')31.3J=53;31.2r=1d[31.2r]||1d.93;31.5S=m.3b({},Z);K(u 35 2T Z){u e=24 m.1E(C,31,35);41=8n(m.7U(C,35))||0;4v=8n(Z[35]);47=35!=\'1n\'?\'F\':\'\';e.3F(41,4v,47)}},7U:z(C,Z){q(C.G[Z]){D C.G[Z]}I q(R.6T){D R.6T.9P(C,H).9Q(Z)}I{q(Z==\'1n\')Z=\'5j\';u 3j=C.bf[Z.2j(/\\-(\\w)/g,z(a,b){D b.92()})];q(Z==\'5j\')3j=3j.2j(/9o\\(1n=([0-9]+)\\)/,z(a,b){D b/28});D 3j===\'\'?1:3j}},6v:z(){u d=R,w=1A,5d=d.6i&&d.6i!=\'7P\'?d.4l:d.3x,4d=m.2m&&(m.21<9||1q 9l==\'1C\');u M=4d?5d.8m:(d.4l.8m||5J.b2),1b=4d?5d.aK:5J.b3;m.3S={M:M,1b:1b,5l:4d?5d.5l:9l,5i:4d?5d.5i:be};D m.3S},6g:z(C){u p={x:C.4f,y:C.9h};4o(C.9k){C=C.9k;p.x+=C.4f;p.y+=C.9h;q(C!=R.3x&&C!=R.4l){p.x-=C.5l;p.y-=C.5i}}D p},2D:z(a,2O,3F,T){q(!a)a=m.1c(\'a\',H,{1u:\'1F\'},m.22);q(1q a.5u==\'z\')D 2O;2d{24 m.4Z(a,2O,3F);D 1f}1W(e){D J}},a4:z(C,4F,U){u 1i=C.2L(4F);K(u i=0;i<1i.S;i++){q((24 5X(U)).19(1i[i].U)){D 1i[i]}}D H},a7:z(s){s=s.2j(/\\s/g,\' \');u 1T=/{m\\.18\\.([^}]+)\\}/g,4S=s.2H(1T),18;q(4S)K(u i=0;i<4S.S;i++){18=4S[i].2j(1T,"$1");q(1q m.18[18]!=\'1C\')s=s.2j(4S[i],m.18[18])}D s},9w:z(){u 7J=0,6j=-1,W=m.W,A,1r;K(u i=0;i7J){7J=1r;6j=i}}}q(6j==-1)m.3v=-1;I W[6j].43()},5h:z(a,5p){a.5u=a.2G;u p=a.5u?a.5u():H;a.5u=H;D(p&&1q p[5p]!=\'1C\')?p[5p]:(1q m[5p]!=\'1C\'?m[5p]:H)},73:z(a){u 1G=m.5h(a,\'1G\');q(1G)D 1G;D a.1Y},4W:z(1M){u 3w=m.$(1M),45=m.7I[1M],a={};q(!3w&&!45)D H;q(!45){45=3w.7j(J);45.1M=\'\';m.7I[1M]=45;D 3w}I{D 45.7j(J)}},3H:z(d){q(d)m.8j.2E(d);m.8j.2R=\'\'},1m:z(A){q(!m.2a){7E=J;m.2a=m.1c(\'X\',{U:\'L-bk L-1Z-B\',4x:\'\',2G:z(){m.26()}},{1e:\'1D\',1n:0},m.22,J);q(/(bm|bt|bo|br)/.19(4B.5r)){u 3x=R.3x;z 7H(){m.V(m.2a,{M:3x.bA+\'F\',1b:3x.b5+\'F\'})}7H();m.1Q(1A,\'3O\',7H)}}m.2a.G.1u=\'\';u 7E=m.2a.4x==\'\';m.2a.4x+=\'|\'+A.P;q(7E){q(m.5Z&&m.9q)m.V(m.2a,{9e:\'5O(\'+m.4p+\'bh.97)\',1n:1});I m.2b(m.2a,{1n:A.3I},m.7G)}},7Q:z(P){q(!m.2a)D;q(1q P!=\'1C\')m.2a.4x=m.2a.4x.2j(\'|\'+P,\'\');q((1q P!=\'1C\'&&m.2a.4x!=\'\')||(m.1U&&m.5h(m.1U,\'3I\')))D;q(m.5Z&&m.9q)m.2a.G.1u=\'1F\';I m.2b(m.2a,{1n:0},m.7G,H,z(){m.2a.G.1u=\'1F\'})},83:z(6n,A){u Y=A||m.2h();A=Y;q(m.1U)D 1f;I m.Y=Y;m.49(R,1A.3q?\'5P\':\'5Q\',m.4N);2d{m.1U=6n;6n.2G()}1W(e){m.Y=m.1U=H}2d{q(!6n||A.2Z[1]!=\'3Y\')A.26()}1W(e){}D 1f},6d:z(C,1P){u A=m.2h(C);q(A)D m.83(A.7b(1P),A);I D 1f},3c:z(C){D m.6d(C,-1)},1p:z(C){D m.6d(C,1)},4N:z(e){q(!e)e=1A.29;q(!e.2i)e.2i=e.7l;q(1q e.2i.9x!=\'1C\')D J;u A=m.2h();u 1P=H;8Y(e.cq){1I 70:q(A)A.6k();D J;1I 32:1P=2;5B;1I 34:1I 39:1I 40:1P=1;5B;1I 8:1I 33:1I 37:1I 38:1P=-1;5B;1I 27:1I 13:1P=0}q(1P!==H){q(1P!=2)m.49(R,1A.3q?\'5P\':\'5Q\',m.4N);q(!m.8V)D J;q(e.4D)e.4D();I e.9W=1f;q(A){q(1P==0){A.26()}I q(1P==2){q(A.1g)A.1g.ad()}I{q(A.1g)A.1g.2S();m.6d(A.P,1P)}D 1f}}D J},d5:z(O){m.2p(m.1x,m.3b(O,{1H:\'1H\'+m.4V++}))},d4:z(1h){u 2C=1h.2t;q(1q 2C==\'6q\'){K(u i=0;i<2C.S;i++){u o={};K(u x 2T 1h)o[x]=1h[x];o.2t=2C[i];m.2p(m.4U,o)}}I{m.2p(m.4U,1h)}},86:z(7N,65){u C,1T=/^L-Q-([0-9]+)$/;C=7N;4o(C.1O){q(C.5F!==1C)D C.5F;q(C.1M&&1T.19(C.1M))D C.1M.2j(1T,"$1");C=C.1O}q(!65){C=7N;4o(C.1O){q(C.4F&&m.5L(C)){K(u P=0;P1)D J;q(!e.2i)e.2i=e.7l;u C=e.2i;4o(C.1O&&!(/L-(2M|3i|5W|3O)/.19(C.U))){C=C.1O}u A=m.2h(C);q(A&&(A.8c||!A.55))D J;q(A&&e.T==\'aH\'){q(e.2i.9x)D J;u 2H=C.U.2H(/L-(2M|3i|3O)/);q(2H){m.2I={A:A,T:2H[1],14:A.x.E,M:A.x.B,11:A.y.E,1b:A.y.B,9v:e.6c,9u:e.68};m.1Q(R,\'6o\',m.5V);q(e.4D)e.4D();q(/L-(2M|5W)-89/.19(A.17.U)){A.43();m.7R=J}D 1f}}I q(e.T==\'aA\'){m.49(R,\'6o\',m.5V);q(m.2I){q(m.4I&&m.2I.T==\'2M\')m.2I.A.17.G.46=m.4I;u 3y=m.2I.3y;q(!3y&&!m.7R&&!/(3i|3O)/.19(m.2I.T)){A.26()}I q(3y||(!3y&&m.d8)){m.2I.A.5s(\'1s\')}m.7R=1f;m.2I=H}I q(/L-2M-89/.19(C.U)){C.G.46=m.4I}}D 1f},5V:z(e){q(!m.2I)D J;q(!e)e=1A.29;u a=m.2I,A=a.A;a.5T=e.6c-a.9v;a.7o=e.68-a.9u;u 7s=1d.ck(1d.9r(a.5T,2)+1d.9r(a.7o,2));q(!a.3y)a.3y=(a.T!=\'2M\'&&7s>0)||(7s>(m.cX||5));q(a.3y&&e.6c>5&&e.68>5){q(a.T==\'3O\')A.3O(a);I{A.7C(a.14+a.5T,a.11+a.7o);q(a.T==\'2M\')A.17.G.46=\'3i\'}}D 1f},8Q:z(e){2d{q(!e)e=1A.29;u 6C=/cW/i.19(e.T);q(!e.2i)e.2i=e.7l;q(!e.6E)e.6E=6C?e.db:e.di;u A=m.2h(e.2i);q(!A.55)D;q(!A||!e.6E||m.2h(e.6E,J)==A||m.2I)D;K(u i=0;i=k.1h.3J+k.80){k.4c=k.4v;k.E=k.7X=1;k.8a();k.1h.5S[k.Z]=J;u 8d=J;K(u i 2T k.1h.5S)q(k.1h.5S[i]!==J)8d=1f;q(8d){q(k.1h.63)k.1h.63.95(k.2F)}D 1f}I{u n=t-k.80;k.7X=n/k.1h.3J;k.E=k.1h.2r(n,0,1,k.1h.3J);k.4c=k.41+((k.4v-k.41)*k.E);k.8a()}D J}};m.3b(m.1E,{3k:{1n:z(1E){m.V(1E.2F,{1n:1E.4c})},96:z(1E){2d{q(1E.2F.G&&1E.2F.G[1E.Z]!=H)1E.2F.G[1E.Z]=1E.4c+1E.47;I 1E.2F[1E.Z]=1E.4c}1W(e){}}}});m.4O=z(1B,3V){k.3V=3V;k.1B=1B;u v=m.21,3L;k.7h=m.2m&&m.21<7;q(!1B){q(3V)3V();D}m.71();k.1V=m.1c(\'1V\',{cr:0},{1e:\'1s\',1j:\'2v\',cC:\'cD\',M:0},m.22,J);u 4a=m.1c(\'4a\',H,H,k.1V,1);k.2e=[];K(u i=0;i<=8;i++){q(i%3==0)3L=m.1c(\'3L\',H,{1b:\'2n\'},4a,J);k.2e[i]=m.1c(\'2e\',H,H,3L,J);u G=i!=4?{cP:0,cO:0}:{1j:\'8i\'};m.V(k.2e[i],G)}k.2e[4].U=1B+\' L-16\';k.98()};m.4O.5o={98:z(){u 1G=m.4p+(m.cN||"cQ/")+k.1B+".97";u 9a=m.4u&&m.21<6t?m.22:H;k.3d=m.1c(\'1y\',H,{1j:\'2v\',11:\'-4P\'},9a,J);u 7T=k;k.3d.64=z(){7T.9b()};k.3d.1G=1G},9b:z(){u o=k.1k=k.3d.M/4,E=[[0,0],[0,-4],[-2,0],[0,-8],0,[-2,-8],[0,-2],[0,-6],[-2,-2]],1m={1b:(2*o)+\'F\',M:(2*o)+\'F\'};K(u i=0;i<=8;i++){q(E[i]){q(k.7h){u w=(i==1||i==7)?\'28%\':k.3d.M+\'F\';u X=m.1c(\'X\',H,{M:\'28%\',1b:\'28%\',1j:\'8i\',3a:\'1s\'},k.2e[i],J);m.1c(\'X\',H,{5j:"cL:cG.cF.cE(cH=cI, 1G=\'"+k.3d.1G+"\')",1j:\'2v\',M:w,1b:k.3d.1b+\'F\',14:(E[i][0]*o)+\'F\',11:(E[i][1]*o)+\'F\'},X,J)}I{m.V(k.2e[i],{9e:\'5O(\'+k.3d.1G+\') \'+(E[i][0]*o)+\'F \'+(E[i][1]*o)+\'F\'})}q(1A.3q&&(i==3||i==5))m.1c(\'X\',H,1m,k.2e[i],J);m.V(k.2e[i],1m)}}k.3d=H;q(m.48[k.1B])m.48[k.1B].5x();m.48[k.1B]=k;q(k.3V)k.3V()},3Z:z(E,1k,9d,3t,2r){u A=k.A,cK=A.Q.G,1k=1k||0,E=E||{x:A.x.E+1k,y:A.y.E+1k,w:A.x.N(\'1N\')-2*1k,h:A.y.N(\'1N\')-2*1k};q(9d)k.1V.G.1e=(E.h>=4*k.1k)?\'1D\':\'1s\';m.V(k.1V,{14:(E.x-k.1k)+\'F\',11:(E.y-k.1k)+\'F\',M:(E.w+2*k.1k)+\'F\'});E.w-=2*k.1k;E.h-=2*k.1k;m.V(k.2e[4],{M:E.w>=0?E.w+\'F\':0,1b:E.h>=0?E.h+\'F\':0});q(k.7h)k.2e[3].G.1b=k.2e[5].G.1b=k.2e[4].G.1b},5x:z(9c){q(9c)k.1V.G.1e=\'1s\';I m.3H(k.1V)}};m.6r=z(A,1m){k.A=A;k.1m=1m;k.3m=1m==\'x\'?\'ah\':\'au\';k.3G=k.3m.5Y();k.4M=1m==\'x\'?\'af\':\'ag\';k.6B=k.4M.5Y();k.7d=1m==\'x\'?\'a5\':\'a8\';k.90=k.7d.5Y();k.1o=k.2z=0};m.6r.5o={N:z(P){8Y(P){1I\'78\':D k.1K+k.3o+(k.t-m.1S[\'1k\'+k.3m])/2;1I\'6Q\':D k.E+k.cb+k.1o+(k.B-m.1S[\'1k\'+k.3m])/2;1I\'1N\':D k.B+2*k.cb+k.1o+k.2z;1I\'4n\':D k.3W-k.2P-k.3X;1I\'7a\':D k.N(\'4n\')-2*k.cb-k.1o-k.2z;1I\'5t\':D k.E-(k.A.16?k.A.16.1k:0);1I\'7M\':D k.N(\'1N\')+(k.A.16?2*k.A.16.1k:0);1I\'2f\':D k.1z?1d.2y((k.B-k.1z)/2):0}},74:z(){k.cb=(k.A.17[\'1k\'+k.3m]-k.t)/2;k.3X=m[\'6S\'+k.7d]},6X:z(){k.t=k.A.C[k.3G]?7L(k.A.C[k.3G]):k.A.C[\'1k\'+k.3m];k.1K=k.A.1K[k.1m];k.3o=(k.A.C[\'1k\'+k.3m]-k.t)/2;q(k.1K==0||k.1K==-1){k.1K=(m.3S[k.3G]/2)+m.3S[\'1J\'+k.4M]}},6P:z(){u A=k.A;k.2k=\'2n\';q(A.6H==\'4i\')k.2k=\'4i\';I q(24 5X(k.6B).19(A.3Q))k.2k=H;I q(24 5X(k.90).19(A.3Q))k.2k=\'56\';k.E=k.1K-k.cb+k.3o;q(k.6R&&k.1m==\'x\')A.6F=1d.2X(A.6F||k.1a,A.6R*k.1a/A.y.1a);k.B=1d.2X(k.1a,A[\'56\'+k.3m]||k.1a);k.2q=A.5q?1d.2X(A[\'2X\'+k.3m],k.1a):k.1a;q(A.3A&&A.30){k.B=A[k.3G];k.1z=k.1a}q(k.1m==\'x\'&&m.4R)k.2q=A.5c;k.2i=A[\'2i\'+k.1m.92()];k.2P=m[\'6S\'+k.4M];k.1J=m.3S[\'1J\'+k.4M];k.3W=m.3S[k.3G]},82:z(i){u A=k.A;q(A.3A&&(A.30||m.4R)){k.1z=i;k.B=1d.56(k.B,k.1z);A.17.G[k.6B]=k.N(\'2f\')+\'F\'}I k.B=i;A.17.G[k.3G]=i+\'F\';A.Q.G[k.3G]=k.N(\'1N\')+\'F\';q(A.16)A.16.3Z();q(k.1m==\'x\'&&A.1l)A.4K(J);q(k.1m==\'x\'&&A.1g&&A.3A){q(i==k.1a)A.1g.4J(\'1a-2D\');I A.1g.3T(\'1a-2D\')}},7Z:z(i){k.E=i;k.A.Q.G[k.6B]=i+\'F\';q(k.A.16)k.A.16.3Z()}};m.4Z=z(a,2O,3F,2Q){q(R.cs&&m.2m&&!m.6I){m.1Q(R,\'3s\',z(){24 m.4Z(a,2O,3F,2Q)});D}k.a=a;k.3F=3F;k.2Q=2Q||\'2M\';k.3A=!k.cp;m.6Z=1f;k.1x=[];k.Y=m.Y;m.Y=H;m.71();u P=k.P=m.W.S;K(u i=0;ip.1J+p.3W-p.3X)p.E=p.1J+p.3W-p.B-p.2P-p.3X-p.1o-p.2z;q(p.E(k.x.1z||k.x.B)){k.ap();q(k.1x.S==1)k.4K()}}k.aG()}1W(e){k.7D(e)}},2k:z(p,4C){u 4b,2l=p.2i,1m=p==k.x?\'x\':\'y\';q(2l&&2l.2H(/ /)){4b=2l.dh(\' \');2l=4b[0]}q(2l&&m.$(2l)){p.E=m.6g(m.$(2l))[1m];q(4b&&4b[1]&&4b[1].2H(/^[-]?[0-9]+F$/))p.E+=7L(4b[1]);q(p.Bp.1J+p.3W-p.3X){q(!4C&&79&&4q){p.B=1d.2X(p.B,p.N(1m==\'y\'?\'4n\':\'7a\'))}I q(p.N(\'1N\')2x){ 2A=2Y*2x;q(2Ak.5w&&x.B>k.5c&&y.N(\'1N\')>y.N(\'4n\')){y.B-=10;q(2x)x.B=y.B*2x;k.4K(0,1);3e=J}}D 3e},aG:z(){u x=k.x,y=k.y;k.5s(\'1s\');q(k.1g&&k.1g.2g)k.1g.2g.4G();k.8f(1,{Q:{M:x.N(\'1N\'),1b:y.N(\'1N\'),14:x.E,11:y.E},17:{14:x.1o+x.N(\'2f\'),11:y.1o+y.N(\'2f\'),M:x.1z||x.B,1b:y.1z||y.B}},m.7f)},8f:z(1t,1L,3t){u 5k=k.2Z,6M=1t?(k.Y?k.Y.a:H):m.1U,t=(5k[1]&&6M&&m.5h(6M,\'2Z\')[1]==5k[1])?5k[1]:5k[0];q(k[t]&&t!=\'2D\'){k[t](1t,1L);D}q(k.16&&!k.3B){q(1t)k.16.3Z();I k.16.5x()}q(!1t)k.67();u A=k,x=A.x,y=A.y,2r=k.2r;q(!1t)2r=k.aT||2r;u ay=1t?z(){q(A.16)A.16.1V.G.1e="1D";4r(z(){A.62()},50)}:z(){A.5v()};q(1t)m.V(k.Q,{M:x.t+\'F\',1b:y.t+\'F\'});q(k.aD){m.V(k.Q,{1n:1t?0:1});m.3b(1L.Q,{1n:1t})}m.2b(k.Q,1L.Q,{3J:3t,2r:2r,3k:z(3j,36){q(A.16&&A.3B&&36.Z==\'11\'){u 4Q=1t?36.E:1-36.E;u E={w:x.t+(x.N(\'1N\')-x.t)*4Q,h:y.t+(y.N(\'1N\')-y.t)*4Q,x:x.1K+(x.E-x.1K)*4Q,y:y.1K+(y.E-y.1K)*4Q};A.16.3Z(E,0,1)}}});m.2b(k.17,1L.17,3t,2r,ay);q(1t){k.Q.G.1e=\'1D\';k.17.G.1e=\'1D\';k.a.U+=\' L-42-3Q\'}},5n:z(1t,1L){k.3B=1f;u A=k,t=1t?m.7f:0;q(1t){m.2b(k.Q,1L.Q,0);m.V(k.Q,{1n:0,1e:\'1D\'});m.2b(k.17,1L.17,0);k.17.G.1e=\'1D\';m.2b(k.Q,{1n:1},t,H,z(){A.62()})}q(k.16){k.16.1V.G.1r=k.Q.G.1r;u 5D=1t||-1,1k=k.16.1k,7c=1t?3:1k,6Y=1t?1k:3;K(u i=7c;5D*i<=5D*6Y;i+=5D,t+=25){(z(){u o=1t?6Y-i:7c-i;4r(z(){A.16.3Z(0,o,1)},t)})()}}q(1t){}I{4r(z(){q(A.16)A.16.5x(A.cz);A.67();m.2b(A.Q,{1n:0},m.8p,H,z(){A.5v()})},t)}},3Y:z(1t,1L,72){q(!1t)D;u A=k,Y=k.Y,x=k.x,y=k.y,2W=Y.x,2U=Y.y,Q=k.Q,17=k.17,1l=k.1l;m.49(R,\'6o\',m.5V);m.V(17,{M:(x.1z||x.B)+\'F\',1b:(y.1z||y.B)+\'F\'});q(1l)1l.G.3a=\'1D\';k.16=Y.16;q(k.16)k.16.A=A;Y.16=H;u 4s=m.1c(\'X\',{U:\'L-\'+k.2Q},{1j:\'2v\',1r:4,3a:\'1s\',1u:\'1F\'});u 77={aO:Y,aR:k};K(u n 2T 77){k[n]=77[n].17.7j(1);m.V(k[n],{1j:\'2v\',aM:0,1e:\'1D\'});4s.2E(k[n])}Q.2E(4s);q(1l){1l.U=\'\';Q.2E(1l)}4s.G.1u=\'\';Y.17.G.1u=\'1F\';q(m.4u&&m.21<6t){k.Q.G.1e=\'1D\'}m.2b(Q,{M:x.B},{3J:m.aL,3k:z(3j,36){u E=36.E,3U=1-E;u Z,B={},6N=[\'E\',\'B\',\'1o\',\'2z\'];K(u n 2T 6N){Z=6N[n];B[\'x\'+Z]=1d.2y(3U*2W[Z]+E*x[Z]);B[\'y\'+Z]=1d.2y(3U*2U[Z]+E*y[Z]);B.aJ=1d.2y(3U*(2W.1z||2W.B)+E*(x.1z||x.B));B.6p=1d.2y(3U*2W.N(\'2f\')+E*x.N(\'2f\'));B.aN=1d.2y(3U*(2U.1z||2U.B)+E*(y.1z||y.B));B.6f=1d.2y(3U*2U.N(\'2f\')+E*y.N(\'2f\'))}q(A.16)A.16.3Z({x:B.2K,y:B.2J,w:B.58+B.3C+B.6O+2*x.cb,h:B.5a+B.3z+B.6W+2*y.cb});Y.Q.G.ct=\'cn(\'+(B.2J-2U.E)+\'F, \'+(B.58+B.3C+B.6O+B.2K+2*2W.cb-2W.E)+\'F, \'+(B.5a+B.3z+B.6W+B.2J+2*2U.cb-2U.E)+\'F, \'+(B.2K-2W.E)+\'F)\';m.V(17,{11:(B.3z+y.N(\'2f\'))+\'F\',14:(B.3C+x.N(\'2f\'))+\'F\',4j:(y.E-B.2J)+\'F\',4L:(x.E-B.2K)+\'F\'});m.V(Q,{11:B.2J+\'F\',14:B.2K+\'F\',M:(B.3C+B.6O+B.58+2*x.cb)+\'F\',1b:(B.3z+B.6W+B.5a+2*y.cb)+\'F\'});m.V(4s,{M:(B.aJ||B.58)+\'F\',1b:(B.aN||B.5a)+\'F\',14:(B.3C+B.6p)+\'F\',11:(B.3z+B.6f)+\'F\',1e:\'1D\'});m.V(A.aO,{11:(2U.E-B.2J+2U.1o-B.3z+2U.N(\'2f\')-B.6f)+\'F\',14:(2W.E-B.2K+2W.1o-B.3C+2W.N(\'2f\')-B.6p)+\'F\'});m.V(A.aR,{1n:E,11:(y.E-B.2J+y.1o-B.3z+y.N(\'2f\')-B.6f)+\'F\',14:(x.E-B.2K+x.1o-B.3C+x.N(\'2f\')-B.6p)+\'F\'});q(1l)m.V(1l,{M:B.58+\'F\',1b:B.5a+\'F\',14:(B.3C+x.cb)+\'F\',11:(B.3z+y.cb)+\'F\'})},63:z(){Q.G.1e=17.G.1e=\'1D\';17.G.1u=\'4H\';m.3H(4s);A.62();Y.5v();A.Y=H}})},9E:z(o,C){q(!k.Y)D 1f;K(u i=0;i\'+s+\'\'+k[k.5b].2R}}},aB:z(){q(!k.Y){K(u i=0;ik.x.N(\'5t\')+k.x.N(\'7M\'));u 9Z=(3g.y+3g.hk.y.N(\'5t\')+k.y.N(\'7M\'))}u 5H=m.86(1i[i]);q(!ax&&!9Z&&5H!=k.P){q(!2u){1i[i].5A(\'1s-by\',\'[\'+k.P+\']\');1i[i].88=1i[i].G[Z];1i[i].G[Z]=\'1s\'}I q(2u.9X(\'[\'+k.P+\']\')==-1){1i[i].5A(\'1s-by\',2u+\'[\'+k.P+\']\')}}I q((2u==\'[\'+k.P+\']\'||m.3v==5H)&&5H!=k.P){1i[i].5A(\'1s-by\',\'\');1i[i].G[Z]=1i[i].88||\'\'}I q(2u&&2u.9X(\'[\'+k.P+\']\')>-1){1i[i].5A(\'1s-by\',2u.2j(\'[\'+k.P+\']\',\'\'))}}}}},43:z(){k.Q.G.1r=m.4z+=2;K(u i=0;iO.1O.2c)O.G.M=\'28%\'}I q(O.1O!=k.1l)k.1l.2E(O);q(/14$/.19(p))O.G.14=5E+\'F\';q(/4i$/.19(p))m.V(O,{14:\'50%\',4L:(5E-1d.2y(O.2c/2))+\'F\'});q(/2V$/.19(p))O.G.2V=-5E+\'F\';q(/^9H$/.19(p)){m.V(O,{2V:\'28%\',9M:k.x.cb+\'F\',11:-k.y.cb+\'F\',4g:-k.y.cb+\'F\',3a:\'2n\'});k.x.1o=O.2c}I q(/^9L$/.19(p)){m.V(O,{14:\'28%\',4L:k.x.cb+\'F\',11:-k.y.cb+\'F\',4g:-k.y.cb+\'F\',3a:\'2n\'});k.x.2z=O.2c}u 8g=O.1O.3f;O.G.1b=\'2n\';q(4E&&O.3f>8g)O.G.1b=m.3E?8g+\'F\':\'28%\';q(/^11/.19(p))O.G.11=5C+\'F\';q(/^8h/.19(p))m.V(O,{11:\'50%\',4j:(5C-1d.2y(O.3f/2))+\'F\'});q(/^4g/.19(p))O.G.4g=-5C+\'F\';q(/^4T$/.19(p)){m.V(O,{14:(-k.x.1o-k.x.cb)+\'F\',2V:(-k.x.2z-k.x.cb)+\'F\',4g:\'28%\',9K:k.y.cb+\'F\',M:\'2n\'});k.y.1o=O.3f}I q(/^6D$/.19(p)){m.V(O,{1j:\'8i\',14:(-k.x.1o-k.x.cb)+\'F\',2V:(-k.x.2z-k.x.cb)+\'F\',11:\'28%\',4j:k.y.cb+\'F\',M:\'2n\'});k.y.2z=O.3f;O.G.1j=\'2v\'}},9J:z(){k.a2([\'6z\',\'dd\'],J);k.a3();q(k.6z&&k.7v)k.6z.U+=\' L-3i\';q(m.an)k.am();K(u i=0;i0)4w=0;q(2w>0)2w=0;q(2w<4w)2w=4w}I{K(u j=0;j0?as[i-1].1O[4f]:3M[4f],7x=3M[4f]+3M[2c]+(as[i+1]?as[i+1].1O[2c]:0);q(7x>6h-5z)2w=6h-7x;I q(7F<-5z)2w=-7F}u 7r=3M[4f]+(3M[2c]-6b[2c])/2+2w;m.2b(1V,3p?{14:2w}:{11:2w},H,\'7n\');m.2b(6b,3p?{14:7r}:{11:7r},H,\'7n\');7Y.G.1u=2w<0?\'4H\':\'1F\';85.G.1u=(2w>4w)?\'4H\':\'1F\'};u 51=m.3R.2N[m.W[1g.3N].2t||\'1F\'],1h=1g.2g,4m=1h.4m||\'ao\',81=(4m==\'bi\'),3K=81?[\'X\',\'7V\',\'1R\',\'23\']:[\'1V\',\'4a\',\'3L\',\'2e\'],3p=(4m==\'ao\'),4e=m.1c(\'X\',{U:\'L-2g L-2g-\'+4m,2R:\'\'+\'<\'+3K[0]+\'><\'+3K[1]+\'>\'+\'\'+\'\'+\'\'},{1u:\'1F\'},m.22),57=4e.6l,X=57[0],7Y=57[1],85=57[2],6b=57[3],1V=X.b7,4a=4e.2L(3K[1])[0],3L;K(u i=0;i<51.S;i++){q(i==0||!3p)3L=m.1c(3K[2],H,H,4a);(z(){u a=51[i],3M=m.1c(3K[3],H,H,3L),cj=i;m.1c(\'a\',{1Y:a.1Y,1X:a.1X,2G:z(){q(/L-42-3Q/.19(k.U))D 1f;m.2h(k).43();D m.83(a)},2R:m.9I?m.9I(a):a.2R},H,3M)})()}q(!81){7Y.2G=z(){1J(-1)};85.2G=z(){1J(1)};m.1Q(4a,R.c3!==1C?\'bB\':\'bZ\',z(e){u 3h=0;e=e||1A.29;q(e.9D){3h=e.9D/ch;q(m.3q)3h=-3h}I q(e.9N){3h=-e.9N/3}q(3h)1J(-3h*0.2);q(e.4D)e.4D();e.9W=1f})}D{6s:6s,4G:4G}};m.5U=m.18;u bC=m.4Z;q(m.2m&&1A==1A.11){(z(){2d{R.4l.bD(\'14\')}1W(e){4r(9V.bF,50);D}m.3s()})()}m.1Q(R,\'bL\',m.3s);m.1Q(1A,\'az\',m.3s);m.1Q(R,\'3s\',z(){q(m.5M||m.3I){u G=m.1c(\'G\',{T:\'bM/7U\'},H,R.2L(\'bT\')[0]),8k=R.6i==\'7P\';z 5e(7w,7W){q(m.2m&&(m.21<9||8k)){u Y=R.9S[R.9S.S-1];q(1q(Y.5e)=="6q")Y.5e(7w,7W)}I{G.2E(R.bU(7w+" {"+7W+"}"))}}z 5f(Z){D\'bV( ( ( bN = R.4l.\'+Z+\' ? R.4l.\'+Z+\' : R.3x.\'+Z+\' ) ) + \\\'F\\\' );\'}q(m.5M)5e(\'.L 1y\',\'46: 5O(\'+m.4p+m.5M+\'), 5R !c8;\');5e(\'.L-1Z-B\',m.2m&&(m.21<7||8k)?\'1j: 2v; \'+\'14:\'+5f(\'5l\')+\'11:\'+5f(\'5i\')+\'M:\'+5f(\'8m\')+\'1b:\'+5f(\'aK\'):\'1j: bc; M: 28%; 1b: 28%; 14: 0; 11: 0\')}});m.1Q(1A,\'3O\',z(){m.6v();q(m.1Z)K(u i=0;iHighslide JS', + creditsTitle : 'Go to the Highslide JS homepage', + previousText : 'Previous', + nextText : 'Next', + moveText : 'Move', + closeText : 'Close', + closeTitle : 'Close (esc)', + resizeTitle : 'Resize', + playText : 'Play', + playTitle : 'Play slideshow (spacebar)', + pauseText : 'Pause', + pauseTitle : 'Pause slideshow (spacebar)', + previousTitle : 'Previous (arrow left)', + nextTitle : 'Next (arrow right)', + moveTitle : 'Move', + fullExpandText : '1:1', + restoreTitle : 'Click to close image, click and drag to move. Use arrow keys for next and previous.' +}, +// See http://highslide.com/ref for examples of settings +graphicsDir : 'highslide/graphics/', +expandCursor : 'zoomin.cur', // null disables +restoreCursor : 'zoomout.cur', // null disables +expandDuration : 250, // milliseconds +restoreDuration : 250, +marginLeft : 15, +marginRight : 15, +marginTop : 15, +marginBottom : 15, +zIndexCounter : 1001, // adjust to other absolutely positioned elements +loadingOpacity : 0.75, +allowMultipleInstances: true, +numberOfImagesToPreload : 5, +outlineWhileAnimating : 2, // 0 = never, 1 = always, 2 = HTML only +outlineStartOffset : 3, // ends at 10 +padToMinWidth : false, // pad the popup width to make room for wide caption +fullExpandPosition : 'bottom right', +fullExpandOpacity : 1, +showCredits : true, // you can set this to false if you want +creditsHref : 'http://highslide.com/', +creditsTarget : '_self', +enableKeyListener : true, +openerTagNames : ['a'], // Add more to allow slideshow indexing + +allowWidthReduction : false, +allowHeightReduction : true, +preserveContent : true, // Preserve changes made to the content and position of HTML popups. +objectLoadTime : 'before', // Load iframes 'before' or 'after' expansion. +cacheAjax : true, // Cache ajax popups for instant display. Can be overridden for each popup. +dragByHeading: true, +minWidth: 200, +minHeight: 200, +allowSizeReduction: true, // allow the image to reduce to fit client size. If false, this overrides minWidth and minHeight +outlineType : 'drop-shadow', // set null to disable outlines +skin : { + contentWrapper: + '
      '+ + '
      '+ + '' +}, +// END OF YOUR SETTINGS + + +// declare internal properties +preloadTheseImages : [], +continuePreloading: true, +expanders : [], +overrides : [ + 'allowSizeReduction', + 'useBox', + 'outlineType', + 'outlineWhileAnimating', + 'captionId', + 'captionText', + 'captionEval', + 'captionOverlay', + 'headingId', + 'headingText', + 'headingEval', + 'headingOverlay', + 'creditsPosition', + 'dragByHeading', + + 'width', + 'height', + + 'contentId', + 'allowWidthReduction', + 'allowHeightReduction', + 'preserveContent', + 'maincontentId', + 'maincontentText', + 'maincontentEval', + 'objectType', + 'cacheAjax', + 'objectWidth', + 'objectHeight', + 'objectLoadTime', + 'swfOptions', + 'wrapperClassName', + 'minWidth', + 'minHeight', + 'maxWidth', + 'maxHeight', + 'pageOrigin', + 'slideshowGroup', + 'easing', + 'easingClose', + 'fadeInOut', + 'src' +], +overlays : [], +idCounter : 0, +oPos : { + x: ['leftpanel', 'left', 'center', 'right', 'rightpanel'], + y: ['above', 'top', 'middle', 'bottom', 'below'] +}, +mouse: {}, +headingOverlay: {}, +captionOverlay: {}, +swfOptions: { flashvars: {}, params: {}, attributes: {} }, +timers : [], + +pendingOutlines : {}, +sleeping : [], +preloadTheseAjax : [], +cacheBindings : [], +cachedGets : {}, +clones : {}, +onReady: [], +uaVersion: /Trident\/4\.0/.test(navigator.userAgent) ? 8 : + parseFloat((navigator.userAgent.toLowerCase().match( /.+(?:rv|it|ra|ie)[\/: ]([\d.]+)/ ) || [0,'0'])[1]), +ie : (document.all && !window.opera), +//ie : navigator && /MSIE [678]/.test(navigator.userAgent), // ie9 compliant? +safari : /Safari/.test(navigator.userAgent), +geckoMac : /Macintosh.+rv:1\.[0-8].+Gecko/.test(navigator.userAgent), + +$ : function (id) { + if (id) return document.getElementById(id); +}, + +push : function (arr, val) { + arr[arr.length] = val; +}, + +createElement : function (tag, attribs, styles, parent, nopad) { + var el = document.createElement(tag); + if (attribs) hs.extend(el, attribs); + if (nopad) hs.setStyles(el, {padding: 0, border: 'none', margin: 0}); + if (styles) hs.setStyles(el, styles); + if (parent) parent.appendChild(el); + return el; +}, + +extend : function (el, attribs) { + for (var x in attribs) el[x] = attribs[x]; + return el; +}, + +setStyles : function (el, styles) { + for (var x in styles) { + if (hs.ieLt9 && x == 'opacity') { + if (styles[x] > 0.99) el.style.removeAttribute('filter'); + else el.style.filter = 'alpha(opacity='+ (styles[x] * 100) +')'; + } + else el.style[x] = styles[x]; + } +}, +animate: function(el, prop, opt) { + var start, + end, + unit; + if (typeof opt != 'object' || opt === null) { + var args = arguments; + opt = { + duration: args[2], + easing: args[3], + complete: args[4] + }; + } + if (typeof opt.duration != 'number') opt.duration = 250; + opt.easing = Math[opt.easing] || Math.easeInQuad; + opt.curAnim = hs.extend({}, prop); + for (var name in prop) { + var e = new hs.fx(el, opt , name ); + + start = parseFloat(hs.css(el, name)) || 0; + end = parseFloat(prop[name]); + unit = name != 'opacity' ? 'px' : ''; + + e.custom( start, end, unit ); + } +}, +css: function(el, prop) { + if (el.style[prop]) { + return el.style[prop]; + } else if (document.defaultView) { + return document.defaultView.getComputedStyle(el, null).getPropertyValue(prop); + + } else { + if (prop == 'opacity') prop = 'filter'; + var val = el.currentStyle[prop.replace(/\-(\w)/g, function (a, b){ return b.toUpperCase(); })]; + if (prop == 'filter') + val = val.replace(/alpha\(opacity=([0-9]+)\)/, + function (a, b) { return b / 100 }); + return val === '' ? 1 : val; + } +}, + +getPageSize : function () { + var d = document, w = window, iebody = d.compatMode && d.compatMode != 'BackCompat' + ? d.documentElement : d.body, + ieLt9 = hs.ie && (hs.uaVersion < 9 || typeof pageXOffset == 'undefined'); + + var width = ieLt9 ? iebody.clientWidth : + (d.documentElement.clientWidth || self.innerWidth), + height = ieLt9 ? iebody.clientHeight : self.innerHeight; + hs.page = { + width: width, + height: height, + scrollLeft: ieLt9 ? iebody.scrollLeft : pageXOffset, + scrollTop: ieLt9 ? iebody.scrollTop : pageYOffset + }; + return hs.page; +}, + +getPosition : function(el) { + var p = { x: el.offsetLeft, y: el.offsetTop }; + while (el.offsetParent) { + el = el.offsetParent; + p.x += el.offsetLeft; + p.y += el.offsetTop; + if (el != document.body && el != document.documentElement) { + p.x -= el.scrollLeft; + p.y -= el.scrollTop; + } + } + return p; +}, + +expand : function(a, params, custom, type) { + if (!a) a = hs.createElement('a', null, { display: 'none' }, hs.container); + if (typeof a.getParams == 'function') return params; + if (type == 'html') { + for (var i = 0; i < hs.sleeping.length; i++) { + if (hs.sleeping[i] && hs.sleeping[i].a == a) { + hs.sleeping[i].awake(); + hs.sleeping[i] = null; + return false; + } + } + hs.hasHtmlExpanders = true; + } + try { + new hs.Expander(a, params, custom, type); + return false; + } catch (e) { return true; } +}, + +htmlExpand : function(a, params, custom) { + return hs.expand(a, params, custom, 'html'); +}, + +getSelfRendered : function() { + return hs.createElement('div', { + className: 'highslide-html-content', + innerHTML: hs.replaceLang(hs.skin.contentWrapper) + }); +}, +getElementByClass : function (el, tagName, className) { + var els = el.getElementsByTagName(tagName); + for (var i = 0; i < els.length; i++) { + if ((new RegExp(className)).test(els[i].className)) { + return els[i]; + } + } + return null; +}, +replaceLang : function(s) { + s = s.replace(/\s/g, ' '); + var re = /{hs\.lang\.([^}]+)\}/g, + matches = s.match(re), + lang; + if (matches) for (var i = 0; i < matches.length; i++) { + lang = matches[i].replace(re, "$1"); + if (typeof hs.lang[lang] != 'undefined') s = s.replace(matches[i], hs.lang[lang]); + } + return s; +}, + + +getCacheBinding : function (a) { + for (var i = 0; i < hs.cacheBindings.length; i++) { + if (hs.cacheBindings[i][0] == a) { + var c = hs.cacheBindings[i][1]; + hs.cacheBindings[i][1] = c.cloneNode(1); + return c; + } + } + return null; +}, + +preloadAjax : function (e) { + var arr = hs.getAnchors(); + for (var i = 0; i < arr.htmls.length; i++) { + var a = arr.htmls[i]; + if (hs.getParam(a, 'objectType') == 'ajax' && hs.getParam(a, 'cacheAjax')) + hs.push(hs.preloadTheseAjax, a); + } + + hs.preloadAjaxElement(0); +}, + +preloadAjaxElement : function (i) { + if (!hs.preloadTheseAjax[i]) return; + var a = hs.preloadTheseAjax[i]; + var cache = hs.getNode(hs.getParam(a, 'contentId')); + if (!cache) cache = hs.getSelfRendered(); + var ajax = new hs.Ajax(a, cache, 1); + ajax.onError = function () { }; + ajax.onLoad = function () { + hs.push(hs.cacheBindings, [a, cache]); + hs.preloadAjaxElement(i + 1); + }; + ajax.run(); +}, + +focusTopmost : function() { + var topZ = 0, + topmostKey = -1, + expanders = hs.expanders, + exp, + zIndex; + for (var i = 0; i < expanders.length; i++) { + exp = expanders[i]; + if (exp) { + zIndex = exp.wrapper.style.zIndex; + if (zIndex && zIndex > topZ) { + topZ = zIndex; + topmostKey = i; + } + } + } + if (topmostKey == -1) hs.focusKey = -1; + else expanders[topmostKey].focus(); +}, + +getParam : function (a, param) { + a.getParams = a.onclick; + var p = a.getParams ? a.getParams() : null; + a.getParams = null; + + return (p && typeof p[param] != 'undefined') ? p[param] : + (typeof hs[param] != 'undefined' ? hs[param] : null); +}, + +getSrc : function (a) { + var src = hs.getParam(a, 'src'); + if (src) return src; + return a.href; +}, + +getNode : function (id) { + var node = hs.$(id), clone = hs.clones[id], a = {}; + if (!node && !clone) return null; + if (!clone) { + clone = node.cloneNode(true); + clone.id = ''; + hs.clones[id] = clone; + return node; + } else { + return clone.cloneNode(true); + } +}, + +discardElement : function(d) { + if (d) hs.garbageBin.appendChild(d); + hs.garbageBin.innerHTML = ''; +}, +transit : function (adj, exp) { + var last = exp || hs.getExpander(); + exp = last; + if (hs.upcoming) return false; + else hs.last = last; + hs.removeEventListener(document, window.opera ? 'keypress' : 'keydown', hs.keyHandler); + try { + hs.upcoming = adj; + adj.onclick(); + } catch (e){ + hs.last = hs.upcoming = null; + } + try { + exp.close(); + } catch (e) {} + return false; +}, + +previousOrNext : function (el, op) { + var exp = hs.getExpander(el); + if (exp) return hs.transit(exp.getAdjacentAnchor(op), exp); + else return false; +}, + +previous : function (el) { + return hs.previousOrNext(el, -1); +}, + +next : function (el) { + return hs.previousOrNext(el, 1); +}, + +keyHandler : function(e) { + if (!e) e = window.event; + if (!e.target) e.target = e.srcElement; // ie + if (typeof e.target.form != 'undefined') return true; // form element has focus + var exp = hs.getExpander(); + + var op = null; + switch (e.keyCode) { + case 70: // f + if (exp) exp.doFullExpand(); + return true; + case 32: // Space + case 34: // Page Down + case 39: // Arrow right + case 40: // Arrow down + op = 1; + break; + case 8: // Backspace + case 33: // Page Up + case 37: // Arrow left + case 38: // Arrow up + op = -1; + break; + case 27: // Escape + case 13: // Enter + op = 0; + } + if (op !== null) {hs.removeEventListener(document, window.opera ? 'keypress' : 'keydown', hs.keyHandler); + if (!hs.enableKeyListener) return true; + + if (e.preventDefault) e.preventDefault(); + else e.returnValue = false; + if (exp) { + if (op == 0) { + exp.close(); + } else { + hs.previousOrNext(exp.key, op); + } + return false; + } + } + return true; +}, + + +registerOverlay : function (overlay) { + hs.push(hs.overlays, hs.extend(overlay, { hsId: 'hsId'+ hs.idCounter++ } )); +}, + + +getWrapperKey : function (element, expOnly) { + var el, re = /^highslide-wrapper-([0-9]+)$/; + // 1. look in open expanders + el = element; + while (el.parentNode) { + if (el.id && re.test(el.id)) return el.id.replace(re, "$1"); + el = el.parentNode; + } + // 2. look in thumbnail + if (!expOnly) { + el = element; + while (el.parentNode) { + if (el.tagName && hs.isHsAnchor(el)) { + for (var key = 0; key < hs.expanders.length; key++) { + var exp = hs.expanders[key]; + if (exp && exp.a == el) return key; + } + } + el = el.parentNode; + } + } + return null; +}, + +getExpander : function (el, expOnly) { + if (typeof el == 'undefined') return hs.expanders[hs.focusKey] || null; + if (typeof el == 'number') return hs.expanders[el] || null; + if (typeof el == 'string') el = hs.$(el); + return hs.expanders[hs.getWrapperKey(el, expOnly)] || null; +}, + +isHsAnchor : function (a) { + return (a.onclick && a.onclick.toString().replace(/\s/g, ' ').match(/hs.(htmlE|e)xpand/)); +}, + +reOrder : function () { + for (var i = 0; i < hs.expanders.length; i++) + if (hs.expanders[i] && hs.expanders[i].isExpanded) hs.focusTopmost(); +}, + +mouseClickHandler : function(e) +{ + if (!e) e = window.event; + if (e.button > 1) return true; + if (!e.target) e.target = e.srcElement; + + var el = e.target; + while (el.parentNode + && !(/highslide-(image|move|html|resize)/.test(el.className))) + { + el = el.parentNode; + } + var exp = hs.getExpander(el); + if (exp && (exp.isClosing || !exp.isExpanded)) return true; + + if (exp && e.type == 'mousedown') { + if (e.target.form) return true; + var match = el.className.match(/highslide-(image|move|resize)/); + if (match) { + hs.dragArgs = { + exp: exp , + type: match[1], + left: exp.x.pos, + width: exp.x.size, + top: exp.y.pos, + height: exp.y.size, + clickX: e.clientX, + clickY: e.clientY + }; + + + hs.addEventListener(document, 'mousemove', hs.dragHandler); + if (e.preventDefault) e.preventDefault(); // FF + + if (/highslide-(image|html)-blur/.test(exp.content.className)) { + exp.focus(); + hs.hasFocused = true; + } + return false; + } + else if (/highslide-html/.test(el.className) && hs.focusKey != exp.key) { + exp.focus(); + exp.doShowHide('hidden'); + } + } else if (e.type == 'mouseup') { + + hs.removeEventListener(document, 'mousemove', hs.dragHandler); + + if (hs.dragArgs) { + if (hs.styleRestoreCursor && hs.dragArgs.type == 'image') + hs.dragArgs.exp.content.style.cursor = hs.styleRestoreCursor; + var hasDragged = hs.dragArgs.hasDragged; + + if (!hasDragged &&!hs.hasFocused && !/(move|resize)/.test(hs.dragArgs.type)) { + exp.close(); + } + else if (hasDragged || (!hasDragged && hs.hasHtmlExpanders)) { + hs.dragArgs.exp.doShowHide('hidden'); + } + + if (hs.dragArgs.exp.releaseMask) + hs.dragArgs.exp.releaseMask.style.display = 'none'; + hs.hasFocused = false; + hs.dragArgs = null; + + } else if (/highslide-image-blur/.test(el.className)) { + el.style.cursor = hs.styleRestoreCursor; + } + } + return false; +}, + +dragHandler : function(e) +{ + if (!hs.dragArgs) return true; + if (!e) e = window.event; + var a = hs.dragArgs, exp = a.exp; + if (exp.iframe) { + if (!exp.releaseMask) exp.releaseMask = hs.createElement('div', null, + { position: 'absolute', width: exp.x.size+'px', height: exp.y.size+'px', + left: exp.x.cb+'px', top: exp.y.cb+'px', zIndex: 4, background: (hs.ieLt9 ? 'white' : 'none'), + opacity: 0.01 }, + exp.wrapper, true); + if (exp.releaseMask.style.display == 'none') + exp.releaseMask.style.display = ''; + } + + a.dX = e.clientX - a.clickX; + a.dY = e.clientY - a.clickY; + + var distance = Math.sqrt(Math.pow(a.dX, 2) + Math.pow(a.dY, 2)); + if (!a.hasDragged) a.hasDragged = (a.type != 'image' && distance > 0) + || (distance > (hs.dragSensitivity || 5)); + + if (a.hasDragged && e.clientX > 5 && e.clientY > 5) { + + if (a.type == 'resize') exp.resize(a); + else { + exp.moveTo(a.left + a.dX, a.top + a.dY); + if (a.type == 'image') exp.content.style.cursor = 'move'; + } + } + return false; +}, + +wrapperMouseHandler : function (e) { + try { + if (!e) e = window.event; + var over = /mouseover/i.test(e.type); + if (!e.target) e.target = e.srcElement; // ie + if (!e.relatedTarget) e.relatedTarget = + over ? e.fromElement : e.toElement; // ie + var exp = hs.getExpander(e.target); + if (!exp.isExpanded) return; + if (!exp || !e.relatedTarget || hs.getExpander(e.relatedTarget, true) == exp + || hs.dragArgs) return; + for (var i = 0; i < exp.overlays.length; i++) (function() { + var o = hs.$('hsId'+ exp.overlays[i]); + if (o && o.hideOnMouseOut) { + if (over) hs.setStyles(o, { visibility: 'visible', display: '' }); + hs.animate(o, { opacity: over ? o.opacity : 0 }, o.dur); + } + })(); + } catch (e) {} +}, +addEventListener : function (el, event, func) { + if (el == document && event == 'ready') { + hs.push(hs.onReady, func); + } + try { + el.addEventListener(event, func, false); + } catch (e) { + try { + el.detachEvent('on'+ event, func); + el.attachEvent('on'+ event, func); + } catch (e) { + el['on'+ event] = func; + } + } +}, + +removeEventListener : function (el, event, func) { + try { + el.removeEventListener(event, func, false); + } catch (e) { + try { + el.detachEvent('on'+ event, func); + } catch (e) { + el['on'+ event] = null; + } + } +}, + +preloadFullImage : function (i) { + if (hs.continuePreloading && hs.preloadTheseImages[i] && hs.preloadTheseImages[i] != 'undefined') { + var img = document.createElement('img'); + img.onload = function() { + img = null; + hs.preloadFullImage(i + 1); + }; + img.src = hs.preloadTheseImages[i]; + } +}, +preloadImages : function (number) { + if (number && typeof number != 'object') hs.numberOfImagesToPreload = number; + + var arr = hs.getAnchors(); + for (var i = 0; i < arr.images.length && i < hs.numberOfImagesToPreload; i++) { + hs.push(hs.preloadTheseImages, hs.getSrc(arr.images[i])); + } + + // preload outlines + if (hs.outlineType) new hs.Outline(hs.outlineType, function () { hs.preloadFullImage(0)} ); + else + + hs.preloadFullImage(0); + + // preload cursor + if (hs.restoreCursor) var cur = hs.createElement('img', { src: hs.graphicsDir + hs.restoreCursor }); +}, + + +init : function () { + if (!hs.container) { + + hs.ieLt7 = hs.ie && hs.uaVersion < 7; + hs.ieLt9 = hs.ie && hs.uaVersion < 9; + + hs.getPageSize(); + hs.ie6SSL = hs.ieLt7 && location.protocol == 'https:'; + for (var x in hs.langDefaults) { + if (typeof hs[x] != 'undefined') hs.lang[x] = hs[x]; + else if (typeof hs.lang[x] == 'undefined' && typeof hs.langDefaults[x] != 'undefined') + hs.lang[x] = hs.langDefaults[x]; + } + + hs.container = hs.createElement('div', { + className: 'highslide-container' + }, { + position: 'absolute', + left: 0, + top: 0, + width: '100%', + zIndex: hs.zIndexCounter, + direction: 'ltr' + }, + document.body, + true + ); + hs.loading = hs.createElement('a', { + className: 'highslide-loading', + title: hs.lang.loadingTitle, + innerHTML: hs.lang.loadingText, + href: 'javascript:;' + }, { + position: 'absolute', + top: '-9999px', + opacity: hs.loadingOpacity, + zIndex: 1 + }, hs.container + ); + hs.garbageBin = hs.createElement('div', null, { display: 'none' }, hs.container); + hs.clearing = hs.createElement('div', null, + { clear: 'both', paddingTop: '1px' }, null, true); + + // http://www.robertpenner.com/easing/ + Math.linearTween = function (t, b, c, d) { + return c*t/d + b; + }; + Math.easeInQuad = function (t, b, c, d) { + return c*(t/=d)*t + b; + }; + + hs.hideSelects = hs.ieLt7; + hs.hideIframes = ((window.opera && hs.uaVersion < 9) || navigator.vendor == 'KDE' + || (hs.ieLt7 && hs.uaVersion < 5.5)); + } +}, +ready : function() { + if (hs.isReady) return; + hs.isReady = true; + for (var i = 0; i < hs.onReady.length; i++) hs.onReady[i](); +}, + +updateAnchors : function() { + var el, els, all = [], images = [], htmls = [],groups = {}, re; + + for (var i = 0; i < hs.openerTagNames.length; i++) { + els = document.getElementsByTagName(hs.openerTagNames[i]); + for (var j = 0; j < els.length; j++) { + el = els[j]; + re = hs.isHsAnchor(el); + if (re) { + hs.push(all, el); + if (re[0] == 'hs.expand') hs.push(images, el); + else if (re[0] == 'hs.htmlExpand') hs.push(htmls, el); + var g = hs.getParam(el, 'slideshowGroup') || 'none'; + if (!groups[g]) groups[g] = []; + hs.push(groups[g], el); + } + } + } + hs.anchors = { all: all, groups: groups, images: images, htmls: htmls }; + return hs.anchors; + +}, + +getAnchors : function() { + return hs.anchors || hs.updateAnchors(); +}, + + +close : function(el) { + var exp = hs.getExpander(el); + if (exp) exp.close(); + return false; +} +}; // end hs object +hs.fx = function( elem, options, prop ){ + this.options = options; + this.elem = elem; + this.prop = prop; + + if (!options.orig) options.orig = {}; +}; +hs.fx.prototype = { + update: function(){ + (hs.fx.step[this.prop] || hs.fx.step._default)(this); + + if (this.options.step) + this.options.step.call(this.elem, this.now, this); + + }, + custom: function(from, to, unit){ + this.startTime = (new Date()).getTime(); + this.start = from; + this.end = to; + this.unit = unit;// || this.unit || "px"; + this.now = this.start; + this.pos = this.state = 0; + + var self = this; + function t(gotoEnd){ + return self.step(gotoEnd); + } + + t.elem = this.elem; + + if ( t() && hs.timers.push(t) == 1 ) { + hs.timerId = setInterval(function(){ + var timers = hs.timers; + + for ( var i = 0; i < timers.length; i++ ) + if ( !timers[i]() ) + timers.splice(i--, 1); + + if ( !timers.length ) { + clearInterval(hs.timerId); + } + }, 13); + } + }, + step: function(gotoEnd){ + var t = (new Date()).getTime(); + if ( gotoEnd || t >= this.options.duration + this.startTime ) { + this.now = this.end; + this.pos = this.state = 1; + this.update(); + + this.options.curAnim[ this.prop ] = true; + + var done = true; + for ( var i in this.options.curAnim ) + if ( this.options.curAnim[i] !== true ) + done = false; + + if ( done ) { + if (this.options.complete) this.options.complete.call(this.elem); + } + return false; + } else { + var n = t - this.startTime; + this.state = n / this.options.duration; + this.pos = this.options.easing(n, 0, 1, this.options.duration); + this.now = this.start + ((this.end - this.start) * this.pos); + this.update(); + } + return true; + } + +}; + +hs.extend( hs.fx, { + step: { + + opacity: function(fx){ + hs.setStyles(fx.elem, { opacity: fx.now }); + }, + + _default: function(fx){ + try { + if ( fx.elem.style && fx.elem.style[ fx.prop ] != null ) + fx.elem.style[ fx.prop ] = fx.now + fx.unit; + else + fx.elem[ fx.prop ] = fx.now; + } catch (e) {} + } + } +}); + +hs.Outline = function (outlineType, onLoad) { + this.onLoad = onLoad; + this.outlineType = outlineType; + var v = hs.uaVersion, tr; + + this.hasAlphaImageLoader = hs.ie && hs.uaVersion < 7; + if (!outlineType) { + if (onLoad) onLoad(); + return; + } + + hs.init(); + this.table = hs.createElement( + 'table', { + cellSpacing: 0 + }, { + visibility: 'hidden', + position: 'absolute', + borderCollapse: 'collapse', + width: 0 + }, + hs.container, + true + ); + var tbody = hs.createElement('tbody', null, null, this.table, 1); + + this.td = []; + for (var i = 0; i <= 8; i++) { + if (i % 3 == 0) tr = hs.createElement('tr', null, { height: 'auto' }, tbody, true); + this.td[i] = hs.createElement('td', null, null, tr, true); + var style = i != 4 ? { lineHeight: 0, fontSize: 0} : { position : 'relative' }; + hs.setStyles(this.td[i], style); + } + this.td[4].className = outlineType +' highslide-outline'; + + this.preloadGraphic(); +}; + +hs.Outline.prototype = { +preloadGraphic : function () { + var src = hs.graphicsDir + (hs.outlinesDir || "outlines/")+ this.outlineType +".png"; + + var appendTo = hs.safari && hs.uaVersion < 525 ? hs.container : null; + this.graphic = hs.createElement('img', null, { position: 'absolute', + top: '-9999px' }, appendTo, true); // for onload trigger + + var pThis = this; + this.graphic.onload = function() { pThis.onGraphicLoad(); }; + + this.graphic.src = src; +}, + +onGraphicLoad : function () { + var o = this.offset = this.graphic.width / 4, + pos = [[0,0],[0,-4],[-2,0],[0,-8],0,[-2,-8],[0,-2],[0,-6],[-2,-2]], + dim = { height: (2*o) +'px', width: (2*o) +'px' }; + for (var i = 0; i <= 8; i++) { + if (pos[i]) { + if (this.hasAlphaImageLoader) { + var w = (i == 1 || i == 7) ? '100%' : this.graphic.width +'px'; + var div = hs.createElement('div', null, { width: '100%', height: '100%', position: 'relative', overflow: 'hidden'}, this.td[i], true); + hs.createElement ('div', null, { + filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=scale, src='"+ this.graphic.src + "')", + position: 'absolute', + width: w, + height: this.graphic.height +'px', + left: (pos[i][0]*o)+'px', + top: (pos[i][1]*o)+'px' + }, + div, + true); + } else { + hs.setStyles(this.td[i], { background: 'url('+ this.graphic.src +') '+ (pos[i][0]*o)+'px '+(pos[i][1]*o)+'px'}); + } + + if (window.opera && (i == 3 || i ==5)) + hs.createElement('div', null, dim, this.td[i], true); + + hs.setStyles (this.td[i], dim); + } + } + this.graphic = null; + if (hs.pendingOutlines[this.outlineType]) hs.pendingOutlines[this.outlineType].destroy(); + hs.pendingOutlines[this.outlineType] = this; + if (this.onLoad) this.onLoad(); +}, + +setPosition : function (pos, offset, vis, dur, easing) { + var exp = this.exp, + stl = exp.wrapper.style, + offset = offset || 0, + pos = pos || { + x: exp.x.pos + offset, + y: exp.y.pos + offset, + w: exp.x.get('wsize') - 2 * offset, + h: exp.y.get('wsize') - 2 * offset + }; + if (vis) this.table.style.visibility = (pos.h >= 4 * this.offset) + ? 'visible' : 'hidden'; + hs.setStyles(this.table, { + left: (pos.x - this.offset) +'px', + top: (pos.y - this.offset) +'px', + width: (pos.w + 2 * this.offset) +'px' + }); + + pos.w -= 2 * this.offset; + pos.h -= 2 * this.offset; + hs.setStyles (this.td[4], { + width: pos.w >= 0 ? pos.w +'px' : 0, + height: pos.h >= 0 ? pos.h +'px' : 0 + }); + if (this.hasAlphaImageLoader) this.td[3].style.height + = this.td[5].style.height = this.td[4].style.height; + +}, + +destroy : function(hide) { + if (hide) this.table.style.visibility = 'hidden'; + else hs.discardElement(this.table); +} +}; + +hs.Dimension = function(exp, dim) { + this.exp = exp; + this.dim = dim; + this.ucwh = dim == 'x' ? 'Width' : 'Height'; + this.wh = this.ucwh.toLowerCase(); + this.uclt = dim == 'x' ? 'Left' : 'Top'; + this.lt = this.uclt.toLowerCase(); + this.ucrb = dim == 'x' ? 'Right' : 'Bottom'; + this.rb = this.ucrb.toLowerCase(); + this.p1 = this.p2 = 0; +}; +hs.Dimension.prototype = { +get : function(key) { + switch (key) { + case 'loadingPos': + return this.tpos + this.tb + (this.t - hs.loading['offset'+ this.ucwh]) / 2; + case 'wsize': + return this.size + 2 * this.cb + this.p1 + this.p2; + case 'fitsize': + return this.clientSize - this.marginMin - this.marginMax; + case 'maxsize': + return this.get('fitsize') - 2 * this.cb - this.p1 - this.p2 ; + case 'opos': + return this.pos - (this.exp.outline ? this.exp.outline.offset : 0); + case 'osize': + return this.get('wsize') + (this.exp.outline ? 2*this.exp.outline.offset : 0); + case 'imgPad': + return this.imgSize ? Math.round((this.size - this.imgSize) / 2) : 0; + + } +}, +calcBorders: function() { + // correct for borders + this.cb = (this.exp.content['offset'+ this.ucwh] - this.t) / 2; + + this.marginMax = hs['margin'+ this.ucrb]; +}, +calcThumb: function() { + this.t = this.exp.el[this.wh] ? parseInt(this.exp.el[this.wh]) : + this.exp.el['offset'+ this.ucwh]; + this.tpos = this.exp.tpos[this.dim]; + this.tb = (this.exp.el['offset'+ this.ucwh] - this.t) / 2; + if (this.tpos == 0 || this.tpos == -1) { + this.tpos = (hs.page[this.wh] / 2) + hs.page['scroll'+ this.uclt]; + }; +}, +calcExpanded: function() { + var exp = this.exp; + this.justify = 'auto'; + + + // size and position + this.pos = this.tpos - this.cb + this.tb; + + if (this.maxHeight && this.dim == 'x') + exp.maxWidth = Math.min(exp.maxWidth || this.full, exp.maxHeight * this.full / exp.y.full); + + this.size = Math.min(this.full, exp['max'+ this.ucwh] || this.full); + this.minSize = exp.allowSizeReduction ? + Math.min(exp['min'+ this.ucwh], this.full) :this.full; + if (exp.isImage && exp.useBox) { + this.size = exp[this.wh]; + this.imgSize = this.full; + } + if (this.dim == 'x' && hs.padToMinWidth) this.minSize = exp.minWidth; + this.marginMin = hs['margin'+ this.uclt]; + this.scroll = hs.page['scroll'+ this.uclt]; + this.clientSize = hs.page[this.wh]; +}, +setSize: function(i) { + var exp = this.exp; + if (exp.isImage && (exp.useBox || hs.padToMinWidth)) { + this.imgSize = i; + this.size = Math.max(this.size, this.imgSize); + exp.content.style[this.lt] = this.get('imgPad')+'px'; + } else + this.size = i; + + exp.content.style[this.wh] = i +'px'; + exp.wrapper.style[this.wh] = this.get('wsize') +'px'; + if (exp.outline) exp.outline.setPosition(); + if (exp.releaseMask) exp.releaseMask.style[this.wh] = i +'px'; + if (this.dim == 'y' && exp.iDoc && exp.body.style.height != 'auto') try { + exp.iDoc.body.style.overflow = 'auto'; + } catch (e) {} + if (exp.isHtml) { + var d = exp.scrollerDiv; + if (this.sizeDiff === undefined) + this.sizeDiff = exp.innerContent['offset'+ this.ucwh] - d['offset'+ this.ucwh]; + d.style[this.wh] = (this.size - this.sizeDiff) +'px'; + + if (this.dim == 'x') exp.mediumContent.style.width = 'auto'; + if (exp.body) exp.body.style[this.wh] = 'auto'; + } + if (this.dim == 'x' && exp.overlayBox) exp.sizeOverlayBox(true); +}, +setPos: function(i) { + this.pos = i; + this.exp.wrapper.style[this.lt] = i +'px'; + + if (this.exp.outline) this.exp.outline.setPosition(); + +} +}; + +hs.Expander = function(a, params, custom, contentType) { + if (document.readyState && hs.ie && !hs.isReady) { + hs.addEventListener(document, 'ready', function() { + new hs.Expander(a, params, custom, contentType); + }); + return; + } + this.a = a; + this.custom = custom; + this.contentType = contentType || 'image'; + this.isHtml = (contentType == 'html'); + this.isImage = !this.isHtml; + + hs.continuePreloading = false; + this.overlays = []; + hs.init(); + var key = this.key = hs.expanders.length; + // override inline parameters + for (var i = 0; i < hs.overrides.length; i++) { + var name = hs.overrides[i]; + this[name] = params && typeof params[name] != 'undefined' ? + params[name] : hs[name]; + } + if (!this.src) this.src = a.href; + + // get thumb + var el = (params && params.thumbnailId) ? hs.$(params.thumbnailId) : a; + el = this.thumb = el.getElementsByTagName('img')[0] || el; + this.thumbsUserSetId = el.id || a.id; + + // check if already open + for (var i = 0; i < hs.expanders.length; i++) { + if (hs.expanders[i] && hs.expanders[i].a == a) { + hs.expanders[i].focus(); + return false; + } + } + + // cancel other + if (!hs.allowSimultaneousLoading) for (var i = 0; i < hs.expanders.length; i++) { + if (hs.expanders[i] && hs.expanders[i].thumb != el && !hs.expanders[i].onLoadStarted) { + hs.expanders[i].cancelLoading(); + } + } + hs.expanders[key] = this; + if (!hs.allowMultipleInstances && !hs.upcoming) { + if (hs.expanders[key-1]) hs.expanders[key-1].close(); + if (typeof hs.focusKey != 'undefined' && hs.expanders[hs.focusKey]) + hs.expanders[hs.focusKey].close(); + } + + // initiate metrics + this.el = el; + this.tpos = this.pageOrigin || hs.getPosition(el); + hs.getPageSize(); + var x = this.x = new hs.Dimension(this, 'x'); + x.calcThumb(); + var y = this.y = new hs.Dimension(this, 'y'); + y.calcThumb(); + this.wrapper = hs.createElement( + 'div', { + id: 'highslide-wrapper-'+ this.key, + className: 'highslide-wrapper '+ this.wrapperClassName + }, { + visibility: 'hidden', + position: 'absolute', + zIndex: hs.zIndexCounter += 2 + }, null, true ); + + this.wrapper.onmouseover = this.wrapper.onmouseout = hs.wrapperMouseHandler; + if (this.contentType == 'image' && this.outlineWhileAnimating == 2) + this.outlineWhileAnimating = 0; + + // get the outline + if (!this.outlineType) { + this[this.contentType +'Create'](); + + } else if (hs.pendingOutlines[this.outlineType]) { + this.connectOutline(); + this[this.contentType +'Create'](); + + } else { + this.showLoading(); + var exp = this; + new hs.Outline(this.outlineType, + function () { + exp.connectOutline(); + exp[exp.contentType +'Create'](); + } + ); + } + return true; +}; + +hs.Expander.prototype = { +error : function(e) { + if (hs.debug) alert ('Line '+ e.lineNumber +': '+ e.message); + else window.location.href = this.src; +}, + +connectOutline : function() { + var outline = this.outline = hs.pendingOutlines[this.outlineType]; + outline.exp = this; + outline.table.style.zIndex = this.wrapper.style.zIndex - 1; + hs.pendingOutlines[this.outlineType] = null; +}, + +showLoading : function() { + if (this.onLoadStarted || this.loading) return; + + this.loading = hs.loading; + var exp = this; + this.loading.onclick = function() { + exp.cancelLoading(); + }; + var exp = this, + l = this.x.get('loadingPos') +'px', + t = this.y.get('loadingPos') +'px'; + setTimeout(function () { + if (exp.loading) hs.setStyles(exp.loading, { left: l, top: t, zIndex: hs.zIndexCounter++ })} + , 100); +}, + +imageCreate : function() { + var exp = this; + + var img = document.createElement('img'); + this.content = img; + img.onload = function () { + if (hs.expanders[exp.key]) exp.contentLoaded(); + }; + if (hs.blockRightClick) img.oncontextmenu = function() { return false; }; + img.className = 'highslide-image'; + hs.setStyles(img, { + visibility: 'hidden', + display: 'block', + position: 'absolute', + maxWidth: '9999px', + zIndex: 3 + }); + img.title = hs.lang.restoreTitle; + if (hs.safari && hs.uaVersion < 525) hs.container.appendChild(img); + if (hs.ie && hs.flushImgSize) img.src = null; + img.src = this.src; + + this.showLoading(); +}, + +htmlCreate : function () { + + this.content = hs.getCacheBinding(this.a); + if (!this.content) + this.content = hs.getNode(this.contentId); + if (!this.content) + this.content = hs.getSelfRendered(); + this.getInline(['maincontent']); + if (this.maincontent) { + var body = hs.getElementByClass(this.content, 'div', 'highslide-body'); + if (body) body.appendChild(this.maincontent); + this.maincontent.style.display = 'block'; + } + + var innerContent = this.innerContent = this.content; + + if (/(swf|iframe)/.test(this.objectType)) this.setObjContainerSize(innerContent); + + // the content tree + hs.container.appendChild(this.wrapper); + hs.setStyles( this.wrapper, { + position: 'static', + padding: '0 '+ hs.marginRight +'px 0 '+ hs.marginLeft +'px' + }); + this.content = hs.createElement( + 'div', { + className: 'highslide-html' + }, { + position: 'relative', + zIndex: 3, + height: 0, + overflow: 'hidden' + }, + this.wrapper + ); + this.mediumContent = hs.createElement('div', null, null, this.content, 1); + this.mediumContent.appendChild(innerContent); + + hs.setStyles (innerContent, { + position: 'relative', + display: 'block', + direction: hs.lang.cssDirection || '' + }); + if (this.width) innerContent.style.width = this.width +'px'; + if (this.height) hs.setStyles(innerContent, { + height: this.height +'px', + overflow: 'hidden' + }); + if (innerContent.offsetWidth < this.minWidth) + innerContent.style.width = this.minWidth +'px'; + + + + if (this.objectType == 'ajax' && !hs.getCacheBinding(this.a)) { + this.showLoading(); + var exp = this; + var ajax = new hs.Ajax(this.a, innerContent); + ajax.src = this.src; + ajax.onLoad = function () { if (hs.expanders[exp.key]) exp.contentLoaded(); }; + ajax.onError = function () { location.href = exp.src; }; + ajax.run(); + } + else + + if (this.objectType == 'iframe' && this.objectLoadTime == 'before') { + this.writeExtendedContent(); + } + else + this.contentLoaded(); +}, + +contentLoaded : function() { + try { + if (!this.content) return; + this.content.onload = null; + if (this.onLoadStarted) return; + else this.onLoadStarted = true; + + var x = this.x, y = this.y; + + if (this.loading) { + hs.setStyles(this.loading, { top: '-9999px' }); + this.loading = null; + } + if (this.isImage) { + x.full = this.content.width; + y.full = this.content.height; + + hs.setStyles(this.content, { + width: x.t +'px', + height: y.t +'px' + }); + this.wrapper.appendChild(this.content); + hs.container.appendChild(this.wrapper); + } else if (this.htmlGetSize) this.htmlGetSize(); + + x.calcBorders(); + y.calcBorders(); + + hs.setStyles (this.wrapper, { + left: (x.tpos + x.tb - x.cb) +'px', + top: (y.tpos + x.tb - y.cb) +'px' + }); + this.getOverlays(); + + var ratio = x.full / y.full; + x.calcExpanded(); + this.justify(x); + + y.calcExpanded(); + this.justify(y); + if (this.isHtml) this.htmlSizeOperations(); + if (this.overlayBox) this.sizeOverlayBox(0, 1); + + + if (this.allowSizeReduction) { + if (this.isImage) + this.correctRatio(ratio); + else this.fitOverlayBox(); + if (this.isImage && this.x.full > (this.x.imgSize || this.x.size)) { + this.createFullExpand(); + if (this.overlays.length == 1) this.sizeOverlayBox(); + } + } + this.show(); + + } catch (e) { + this.error(e); + } +}, + + +setObjContainerSize : function(parent, auto) { + var c = hs.getElementByClass(parent, 'DIV', 'highslide-body'); + if (/(iframe|swf)/.test(this.objectType)) { + if (this.objectWidth) c.style.width = this.objectWidth +'px'; + if (this.objectHeight) c.style.height = this.objectHeight +'px'; + } +}, + +writeExtendedContent : function () { + if (this.hasExtendedContent) return; + var exp = this; + this.body = hs.getElementByClass(this.innerContent, 'DIV', 'highslide-body'); + if (this.objectType == 'iframe') { + this.showLoading(); + var ruler = hs.clearing.cloneNode(1); + this.body.appendChild(ruler); + this.newWidth = this.innerContent.offsetWidth; + if (!this.objectWidth) this.objectWidth = ruler.offsetWidth; + var hDiff = this.innerContent.offsetHeight - this.body.offsetHeight, + h = this.objectHeight || hs.page.height - hDiff - hs.marginTop - hs.marginBottom, + onload = this.objectLoadTime == 'before' ? + ' onload="if (hs.expanders['+ this.key +']) hs.expanders['+ this.key +'].contentLoaded()" ' : ''; + this.body.innerHTML += ''; + this.ruler = this.body.getElementsByTagName('div')[0]; + this.iframe = this.body.getElementsByTagName('iframe')[0]; + + if (this.objectLoadTime == 'after') this.correctIframeSize(); + + } + if (this.objectType == 'swf') { + this.body.id = this.body.id || 'hs-flash-id-' + this.key; + var a = this.swfOptions; + if (!a.params) a.params = {}; + if (typeof a.params.wmode == 'undefined') a.params.wmode = 'transparent'; + if (swfobject) swfobject.embedSWF(this.src, this.body.id, this.objectWidth, this.objectHeight, + a.version || '7', a.expressInstallSwfurl, a.flashvars, a.params, a.attributes); + } + this.hasExtendedContent = true; +}, +htmlGetSize : function() { + if (this.iframe && !this.objectHeight) { // loadtime before + this.iframe.style.height = this.body.style.height = this.getIframePageHeight() +'px'; + } + this.innerContent.appendChild(hs.clearing); + if (!this.x.full) this.x.full = this.innerContent.offsetWidth; + this.y.full = this.innerContent.offsetHeight; + this.innerContent.removeChild(hs.clearing); + if (hs.ie && this.newHeight > parseInt(this.innerContent.currentStyle.height)) { // ie css bug + this.newHeight = parseInt(this.innerContent.currentStyle.height); + } + hs.setStyles( this.wrapper, { position: 'absolute', padding: '0'}); + hs.setStyles( this.content, { width: this.x.t +'px', height: this.y.t +'px'}); + +}, + +getIframePageHeight : function() { + var h; + try { + var doc = this.iDoc = this.iframe.contentDocument || this.iframe.contentWindow.document; + var clearing = doc.createElement('div'); + clearing.style.clear = 'both'; + doc.body.appendChild(clearing); + h = clearing.offsetTop; + if (hs.ie) h += parseInt(doc.body.currentStyle.marginTop) + + parseInt(doc.body.currentStyle.marginBottom) - 1; + } catch (e) { // other domain + h = 300; + } + return h; +}, +correctIframeSize : function () { + var wDiff = this.innerContent.offsetWidth - this.ruler.offsetWidth; + hs.discardElement(this.ruler); + if (wDiff < 0) wDiff = 0; + + var hDiff = this.innerContent.offsetHeight - this.iframe.offsetHeight; + if (this.iDoc && !this.objectHeight && !this.height && this.y.size == this.y.full) try { + this.iDoc.body.style.overflow = 'hidden'; + } catch (e) {} + hs.setStyles(this.iframe, { + width: Math.abs(this.x.size - wDiff) +'px', + height: Math.abs(this.y.size - hDiff) +'px' + }); + hs.setStyles(this.body, { + width: this.iframe.style.width, + height: this.iframe.style.height + }); + + this.scrollingContent = this.iframe; + this.scrollerDiv = this.scrollingContent; + +}, +htmlSizeOperations : function () { + + this.setObjContainerSize(this.innerContent); + + + if (this.objectType == 'swf' && this.objectLoadTime == 'before') this.writeExtendedContent(); + + // handle minimum size + if (this.x.size < this.x.full && !this.allowWidthReduction) this.x.size = this.x.full; + if (this.y.size < this.y.full && !this.allowHeightReduction) this.y.size = this.y.full; + this.scrollerDiv = this.innerContent; + hs.setStyles(this.mediumContent, { + position: 'relative', + width: this.x.size +'px' + }); + hs.setStyles(this.innerContent, { + border: 'none', + width: 'auto', + height: 'auto' + }); + var node = hs.getElementByClass(this.innerContent, 'DIV', 'highslide-body'); + if (node && !/(iframe|swf)/.test(this.objectType)) { + var cNode = node; // wrap to get true size + node = hs.createElement(cNode.nodeName, null, {overflow: 'hidden'}, null, true); + cNode.parentNode.insertBefore(node, cNode); + node.appendChild(hs.clearing); // IE6 + node.appendChild(cNode); + + var wDiff = this.innerContent.offsetWidth - node.offsetWidth; + var hDiff = this.innerContent.offsetHeight - node.offsetHeight; + node.removeChild(hs.clearing); + + var kdeBugCorr = hs.safari || navigator.vendor == 'KDE' ? 1 : 0; // KDE repainting bug + hs.setStyles(node, { + width: (this.x.size - wDiff - kdeBugCorr) +'px', + height: (this.y.size - hDiff) +'px', + overflow: 'auto', + position: 'relative' + } + ); + if (kdeBugCorr && cNode.offsetHeight > node.offsetHeight) { + node.style.width = (parseInt(node.style.width) + kdeBugCorr) + 'px'; + } + this.scrollingContent = node; + this.scrollerDiv = this.scrollingContent; + } + if (this.iframe && this.objectLoadTime == 'before') this.correctIframeSize(); + if (!this.scrollingContent && this.y.size < this.mediumContent.offsetHeight) this.scrollerDiv = this.content; + + if (this.scrollerDiv == this.content && !this.allowWidthReduction && !/(iframe|swf)/.test(this.objectType)) { + this.x.size += 17; // room for scrollbars + } + if (this.scrollerDiv && this.scrollerDiv.offsetHeight > this.scrollerDiv.parentNode.offsetHeight) { + setTimeout("try { hs.expanders["+ this.key +"].scrollerDiv.style.overflow = 'auto'; } catch(e) {}", + hs.expandDuration); + } +}, + +justify : function (p, moveOnly) { + var tgtArr, tgt = p.target, dim = p == this.x ? 'x' : 'y'; + + var hasMovedMin = false; + + var allowReduce = p.exp.allowSizeReduction; + p.pos = Math.round(p.pos - ((p.get('wsize') - p.t) / 2)); + if (p.pos < p.scroll + p.marginMin) { + p.pos = p.scroll + p.marginMin; + hasMovedMin = true; + } + if (!moveOnly && p.size < p.minSize) { + p.size = p.minSize; + allowReduce = false; + } + if (p.pos + p.get('wsize') > p.scroll + p.clientSize - p.marginMax) { + if (!moveOnly && hasMovedMin && allowReduce) { + p.size = Math.min(p.size, p.get(dim == 'y' ? 'fitsize' : 'maxsize')); + } else if (p.get('wsize') < p.get('fitsize')) { + p.pos = p.scroll + p.clientSize - p.marginMax - p.get('wsize'); + } else { // image larger than viewport + p.pos = p.scroll + p.marginMin; + if (!moveOnly && allowReduce) p.size = p.get(dim == 'y' ? 'fitsize' : 'maxsize'); + } + } + + if (!moveOnly && p.size < p.minSize) { + p.size = p.minSize; + allowReduce = false; + } + + + + if (p.pos < p.marginMin) { + var tmpMin = p.pos; + p.pos = p.marginMin; + + if (allowReduce && !moveOnly) p.size = p.size - (p.pos - tmpMin); + + } +}, + +correctRatio : function(ratio) { + var x = this.x, + y = this.y, + changed = false, + xSize = Math.min(x.full, x.size), + ySize = Math.min(y.full, y.size), + useBox = (this.useBox || hs.padToMinWidth); + + if (xSize / ySize > ratio) { // width greater + xSize = ySize * ratio; + if (xSize < x.minSize) { // below minWidth + xSize = x.minSize; + ySize = xSize / ratio; + } + changed = true; + + } else if (xSize / ySize < ratio) { // height greater + ySize = xSize / ratio; + changed = true; + } + + if (hs.padToMinWidth && x.full < x.minSize) { + x.imgSize = x.full; + y.size = y.imgSize = y.full; + } else if (this.useBox) { + x.imgSize = xSize; + y.imgSize = ySize; + } else { + x.size = xSize; + y.size = ySize; + } + changed = this.fitOverlayBox(this.useBox ? null : ratio, changed); + if (useBox && y.size < y.imgSize) { + y.imgSize = y.size; + x.imgSize = y.size * ratio; + } + if (changed || useBox) { + x.pos = x.tpos - x.cb + x.tb; + x.minSize = x.size; + this.justify(x, true); + + y.pos = y.tpos - y.cb + y.tb; + y.minSize = y.size; + this.justify(y, true); + if (this.overlayBox) this.sizeOverlayBox(); + } + + +}, +fitOverlayBox : function(ratio, changed) { + var x = this.x, y = this.y; + if (this.overlayBox && (this.isImage || this.allowHeightReduction)) { + while (y.size > this.minHeight && x.size > this.minWidth + && y.get('wsize') > y.get('fitsize')) { + y.size -= 10; + if (ratio) x.size = y.size * ratio; + this.sizeOverlayBox(0, 1); + changed = true; + } + } + return changed; +}, + +show : function () { + var x = this.x, y = this.y; + this.doShowHide('hidden'); + + // Apply size change + this.changeSize( + 1, { + wrapper: { + width : x.get('wsize'), + height : y.get('wsize'), + left: x.pos, + top: y.pos + }, + content: { + left: x.p1 + x.get('imgPad'), + top: y.p1 + y.get('imgPad'), + width:x.imgSize ||x.size, + height:y.imgSize ||y.size + } + }, + hs.expandDuration + ); +}, + +changeSize : function(up, to, dur) { + + if (this.outline && !this.outlineWhileAnimating) { + if (up) this.outline.setPosition(); + else this.outline.destroy( + (this.isHtml && this.preserveContent)); + } + + + if (!up) this.destroyOverlays(); + + var exp = this, + x = exp.x, + y = exp.y, + easing = this.easing; + if (!up) easing = this.easingClose || easing; + var after = up ? + function() { + + if (exp.outline) exp.outline.table.style.visibility = "visible"; + setTimeout(function() { + exp.afterExpand(); + }, 50); + } : + function() { + exp.afterClose(); + }; + if (up) hs.setStyles( this.wrapper, { + width: x.t +'px', + height: y.t +'px' + }); + if (up && this.isHtml) { + hs.setStyles(this.wrapper, { + left: (x.tpos - x.cb + x.tb) +'px', + top: (y.tpos - y.cb + y.tb) +'px' + }); + } + if (this.fadeInOut) { + hs.setStyles(this.wrapper, { opacity: up ? 0 : 1 }); + hs.extend(to.wrapper, { opacity: up }); + } + hs.animate( this.wrapper, to.wrapper, { + duration: dur, + easing: easing, + step: function(val, args) { + if (exp.outline && exp.outlineWhileAnimating && args.prop == 'top') { + var fac = up ? args.pos : 1 - args.pos; + var pos = { + w: x.t + (x.get('wsize') - x.t) * fac, + h: y.t + (y.get('wsize') - y.t) * fac, + x: x.tpos + (x.pos - x.tpos) * fac, + y: y.tpos + (y.pos - y.tpos) * fac + }; + exp.outline.setPosition(pos, 0, 1); + } + if (exp.isHtml) { + if (args.prop == 'left') + exp.mediumContent.style.left = (x.pos - val) +'px'; + if (args.prop == 'top') + exp.mediumContent.style.top = (y.pos - val) +'px'; + } + } + }); + hs.animate( this.content, to.content, dur, easing, after); + if (up) { + this.wrapper.style.visibility = 'visible'; + this.content.style.visibility = 'visible'; + if (this.isHtml) this.innerContent.style.visibility = 'visible'; + this.a.className += ' highslide-active-anchor'; + } +}, + + + + +afterExpand : function() { + this.isExpanded = true; + this.focus(); + + if (this.isHtml && this.objectLoadTime == 'after') this.writeExtendedContent(); + if (this.iframe) { + try { + var exp = this, + doc = this.iframe.contentDocument || this.iframe.contentWindow.document; + hs.addEventListener(doc, 'mousedown', function () { + if (hs.focusKey != exp.key) exp.focus(); + }); + } catch(e) {} + if (hs.ie && typeof this.isClosing != 'boolean') // first open + this.iframe.style.width = (this.objectWidth - 1) +'px'; // hasLayout + } + if (hs.upcoming && hs.upcoming == this.a) hs.upcoming = null; + this.prepareNextOutline(); + var p = hs.page, mX = hs.mouse.x + p.scrollLeft, mY = hs.mouse.y + p.scrollTop; + this.mouseIsOver = this.x.pos < mX && mX < this.x.pos + this.x.get('wsize') + && this.y.pos < mY && mY < this.y.pos + this.y.get('wsize'); + if (this.overlayBox) this.showOverlays(); + +}, + + +prepareNextOutline : function() { + var key = this.key; + var outlineType = this.outlineType; + new hs.Outline(outlineType, + function () { try { hs.expanders[key].preloadNext(); } catch (e) {} }); +}, + + +preloadNext : function() { + var next = this.getAdjacentAnchor(1); + if (next && next.onclick.toString().match(/hs\.expand/)) + var img = hs.createElement('img', { src: hs.getSrc(next) }); +}, + + +getAdjacentAnchor : function(op) { + var current = this.getAnchorIndex(), as = hs.anchors.groups[this.slideshowGroup || 'none']; + return (as && as[current + op]) || null; +}, + +getAnchorIndex : function() { + var arr = hs.getAnchors().groups[this.slideshowGroup || 'none']; + if (arr) for (var i = 0; i < arr.length; i++) { + if (arr[i] == this.a) return i; + } + return null; +}, + + +cancelLoading : function() { + hs.discardElement (this.wrapper); + hs.expanders[this.key] = null; + if (this.loading) hs.loading.style.left = '-9999px'; +}, + +writeCredits : function () { + this.credits = hs.createElement('a', { + href: hs.creditsHref, + target: hs.creditsTarget, + className: 'highslide-credits', + innerHTML: hs.lang.creditsText, + title: hs.lang.creditsTitle + }); + this.createOverlay({ + overlayId: this.credits, + position: this.creditsPosition || 'top left' + }); +}, + +getInline : function(types, addOverlay) { + for (var i = 0; i < types.length; i++) { + var type = types[i], s = null; + if (!this[type +'Id'] && this.thumbsUserSetId) + this[type +'Id'] = type +'-for-'+ this.thumbsUserSetId; + if (this[type +'Id']) this[type] = hs.getNode(this[type +'Id']); + if (!this[type] && !this[type +'Text'] && this[type +'Eval']) try { + s = eval(this[type +'Eval']); + } catch (e) {} + if (!this[type] && this[type +'Text']) { + s = this[type +'Text']; + } + if (!this[type] && !s) { + this[type] = hs.getNode(this.a['_'+ type + 'Id']); + if (!this[type]) { + var next = this.a.nextSibling; + while (next && !hs.isHsAnchor(next)) { + if ((new RegExp('highslide-'+ type)).test(next.className || null)) { + if (!next.id) this.a['_'+ type + 'Id'] = next.id = 'hsId'+ hs.idCounter++; + this[type] = hs.getNode(next.id); + break; + } + next = next.nextSibling; + } + } + } + + if (!this[type] && s) this[type] = hs.createElement('div', + { className: 'highslide-'+ type, innerHTML: s } ); + + if (addOverlay && this[type]) { + var o = { position: (type == 'heading') ? 'above' : 'below' }; + for (var x in this[type+'Overlay']) o[x] = this[type+'Overlay'][x]; + o.overlayId = this[type]; + this.createOverlay(o); + } + } +}, + + +// on end move and resize +doShowHide : function(visibility) { + if (hs.hideSelects) this.showHideElements('SELECT', visibility); + if (hs.hideIframes) this.showHideElements('IFRAME', visibility); + if (hs.geckoMac) this.showHideElements('*', visibility); +}, +showHideElements : function (tagName, visibility) { + var els = document.getElementsByTagName(tagName); + var prop = tagName == '*' ? 'overflow' : 'visibility'; + for (var i = 0; i < els.length; i++) { + if (prop == 'visibility' || (document.defaultView.getComputedStyle( + els[i], "").getPropertyValue('overflow') == 'auto' + || els[i].getAttribute('hidden-by') != null)) { + var hiddenBy = els[i].getAttribute('hidden-by'); + if (visibility == 'visible' && hiddenBy) { + hiddenBy = hiddenBy.replace('['+ this.key +']', ''); + els[i].setAttribute('hidden-by', hiddenBy); + if (!hiddenBy) els[i].style[prop] = els[i].origProp; + } else if (visibility == 'hidden') { // hide if behind + var elPos = hs.getPosition(els[i]); + elPos.w = els[i].offsetWidth; + elPos.h = els[i].offsetHeight; + + + var clearsX = (elPos.x + elPos.w < this.x.get('opos') + || elPos.x > this.x.get('opos') + this.x.get('osize')); + var clearsY = (elPos.y + elPos.h < this.y.get('opos') + || elPos.y > this.y.get('opos') + this.y.get('osize')); + var wrapperKey = hs.getWrapperKey(els[i]); + if (!clearsX && !clearsY && wrapperKey != this.key) { // element falls behind image + if (!hiddenBy) { + els[i].setAttribute('hidden-by', '['+ this.key +']'); + els[i].origProp = els[i].style[prop]; + els[i].style[prop] = 'hidden'; + + } else if (hiddenBy.indexOf('['+ this.key +']') == -1) { + els[i].setAttribute('hidden-by', hiddenBy + '['+ this.key +']'); + } + } else if ((hiddenBy == '['+ this.key +']' || hs.focusKey == wrapperKey) + && wrapperKey != this.key) { // on move + els[i].setAttribute('hidden-by', ''); + els[i].style[prop] = els[i].origProp || ''; + } else if (hiddenBy && hiddenBy.indexOf('['+ this.key +']') > -1) { + els[i].setAttribute('hidden-by', hiddenBy.replace('['+ this.key +']', '')); + } + + } + } + } +}, + +focus : function() { + this.wrapper.style.zIndex = hs.zIndexCounter += 2; + // blur others + for (var i = 0; i < hs.expanders.length; i++) { + if (hs.expanders[i] && i == hs.focusKey) { + var blurExp = hs.expanders[i]; + blurExp.content.className += ' highslide-'+ blurExp.contentType +'-blur'; + if (blurExp.isImage) { + blurExp.content.style.cursor = hs.ieLt7 ? 'hand' : 'pointer'; + blurExp.content.title = hs.lang.focusTitle; + } + } + } + + // focus this + if (this.outline) this.outline.table.style.zIndex + = this.wrapper.style.zIndex - 1; + this.content.className = 'highslide-'+ this.contentType; + if (this.isImage) { + this.content.title = hs.lang.restoreTitle; + + if (hs.restoreCursor) { + hs.styleRestoreCursor = window.opera ? 'pointer' : 'url('+ hs.graphicsDir + hs.restoreCursor +'), pointer'; + if (hs.ieLt7 && hs.uaVersion < 6) hs.styleRestoreCursor = 'hand'; + this.content.style.cursor = hs.styleRestoreCursor; + } + } + hs.focusKey = this.key; + hs.addEventListener(document, window.opera ? 'keypress' : 'keydown', hs.keyHandler); +}, +moveTo: function(x, y) { + this.x.setPos(x); + this.y.setPos(y); +}, +resize : function (e) { + var w, h, r = e.width / e.height; + w = Math.max(e.width + e.dX, Math.min(this.minWidth, this.x.full)); + if (this.isImage && Math.abs(w - this.x.full) < 12) w = this.x.full; + h = this.isHtml ? e.height + e.dY : w / r; + if (h < Math.min(this.minHeight, this.y.full)) { + h = Math.min(this.minHeight, this.y.full); + if (this.isImage) w = h * r; + } + this.resizeTo(w, h); +}, +resizeTo: function(w, h) { + this.y.setSize(h); + this.x.setSize(w); + this.wrapper.style.height = this.y.get('wsize') +'px'; +}, + +close : function() { + if (this.isClosing || !this.isExpanded) return; + this.isClosing = true; + + hs.removeEventListener(document, window.opera ? 'keypress' : 'keydown', hs.keyHandler); + + try { + if (this.isHtml) this.htmlPrepareClose(); + this.content.style.cursor = 'default'; + this.changeSize( + 0, { + wrapper: { + width : this.x.t, + height : this.y.t, + left: this.x.tpos - this.x.cb + this.x.tb, + top: this.y.tpos - this.y.cb + this.y.tb + }, + content: { + left: 0, + top: 0, + width: this.x.t, + height: this.y.t + } + }, hs.restoreDuration + ); + } catch (e) { this.afterClose(); } +}, + +htmlPrepareClose : function() { + if (hs.geckoMac) { // bad redraws + if (!hs.mask) hs.mask = hs.createElement('div', null, + { position: 'absolute' }, hs.container); + hs.setStyles(hs.mask, { width: this.x.size +'px', height: this.y.size +'px', + left: this.x.pos +'px', top: this.y.pos +'px', display: 'block' }); + } + if (this.objectType == 'swf') try { hs.$(this.body.id).StopPlay(); } catch (e) {} + + if (this.objectLoadTime == 'after' && !this.preserveContent) this.destroyObject(); + if (this.scrollerDiv && this.scrollerDiv != this.scrollingContent) + this.scrollerDiv.style.overflow = 'hidden'; +}, + +destroyObject : function () { + if (hs.ie && this.iframe) + try { this.iframe.contentWindow.document.body.innerHTML = ''; } catch (e) {} + if (this.objectType == 'swf') swfobject.removeSWF(this.body.id); + this.body.innerHTML = ''; +}, + +sleep : function() { + if (this.outline) this.outline.table.style.display = 'none'; + this.releaseMask = null; + this.wrapper.style.display = 'none'; + this.isExpanded = false; + hs.push(hs.sleeping, this); +}, + +awake : function() {try { + + hs.expanders[this.key] = this; + + if (!hs.allowMultipleInstances &&hs.focusKey != this.key) { + try { hs.expanders[hs.focusKey].close(); } catch (e){} + } + + var z = hs.zIndexCounter++, stl = { display: '', zIndex: z }; + hs.setStyles (this.wrapper, stl); + this.isClosing = false; + + var o = this.outline || 0; + if (o) { + if (!this.outlineWhileAnimating) stl.visibility = 'hidden'; + hs.setStyles (o.table, stl); + } + + this.show(); +} catch (e) {} + + +}, + +createOverlay : function (o) { + var el = o.overlayId; + if (typeof el == 'string') el = hs.getNode(el); + if (o.html) el = hs.createElement('div', { innerHTML: o.html }); + if (!el || typeof el == 'string') return; + el.style.display = 'block'; + this.genOverlayBox(); + var width = o.width && /^[0-9]+(px|%)$/.test(o.width) ? o.width : 'auto'; + if (/^(left|right)panel$/.test(o.position) && !/^[0-9]+px$/.test(o.width)) width = '200px'; + var overlay = hs.createElement( + 'div', { + id: 'hsId'+ hs.idCounter++, + hsId: o.hsId + }, { + position: 'absolute', + visibility: 'hidden', + width: width, + direction: hs.lang.cssDirection || '', + opacity: 0 + },this.overlayBox, + true + ); + + overlay.appendChild(el); + hs.extend(overlay, { + opacity: 1, + offsetX: 0, + offsetY: 0, + dur: (o.fade === 0 || o.fade === false || (o.fade == 2 && hs.ie)) ? 0 : 250 + }); + hs.extend(overlay, o); + + + if (this.gotOverlays) { + this.positionOverlay(overlay); + if (!overlay.hideOnMouseOut || this.mouseIsOver) + hs.animate(overlay, { opacity: overlay.opacity }, overlay.dur); + } + hs.push(this.overlays, hs.idCounter - 1); +}, +positionOverlay : function(overlay) { + var p = overlay.position || 'middle center', + offX = overlay.offsetX, + offY = overlay.offsetY; + if (overlay.parentNode != this.overlayBox) this.overlayBox.appendChild(overlay); + if (/left$/.test(p)) overlay.style.left = offX +'px'; + + if (/center$/.test(p)) hs.setStyles (overlay, { + left: '50%', + marginLeft: (offX - Math.round(overlay.offsetWidth / 2)) +'px' + }); + + if (/right$/.test(p)) overlay.style.right = - offX +'px'; + + if (/^leftpanel$/.test(p)) { + hs.setStyles(overlay, { + right: '100%', + marginRight: this.x.cb +'px', + top: - this.y.cb +'px', + bottom: - this.y.cb +'px', + overflow: 'auto' + }); + this.x.p1 = overlay.offsetWidth; + + } else if (/^rightpanel$/.test(p)) { + hs.setStyles(overlay, { + left: '100%', + marginLeft: this.x.cb +'px', + top: - this.y.cb +'px', + bottom: - this.y.cb +'px', + overflow: 'auto' + }); + this.x.p2 = overlay.offsetWidth; + } + + if (/^top/.test(p)) overlay.style.top = offY +'px'; + if (/^middle/.test(p)) hs.setStyles (overlay, { + top: '50%', + marginTop: (offY - Math.round(overlay.offsetHeight / 2)) +'px' + }); + if (/^bottom/.test(p)) overlay.style.bottom = - offY +'px'; + if (/^above$/.test(p)) { + hs.setStyles(overlay, { + left: (- this.x.p1 - this.x.cb) +'px', + right: (- this.x.p2 - this.x.cb) +'px', + bottom: '100%', + marginBottom: this.y.cb +'px', + width: 'auto' + }); + this.y.p1 = overlay.offsetHeight; + + } else if (/^below$/.test(p)) { + hs.setStyles(overlay, { + position: 'relative', + left: (- this.x.p1 - this.x.cb) +'px', + right: (- this.x.p2 - this.x.cb) +'px', + top: '100%', + marginTop: this.y.cb +'px', + width: 'auto' + }); + this.y.p2 = overlay.offsetHeight; + overlay.style.position = 'absolute'; + } +}, + +getOverlays : function() { + this.getInline(['heading', 'caption'], true); + if (this.heading && this.dragByHeading) this.heading.className += ' highslide-move'; + if (hs.showCredits) this.writeCredits(); + for (var i = 0; i < hs.overlays.length; i++) { + var o = hs.overlays[i], tId = o.thumbnailId, sg = o.slideshowGroup; + if ((!tId && !sg) || (tId && tId == this.thumbsUserSetId) + || (sg && sg === this.slideshowGroup)) { + if (this.isImage || (this.isHtml && o.useOnHtml)) + this.createOverlay(o); + } + } + var os = []; + for (var i = 0; i < this.overlays.length; i++) { + var o = hs.$('hsId'+ this.overlays[i]); + if (/panel$/.test(o.position)) this.positionOverlay(o); + else hs.push(os, o); + } + for (var i = 0; i < os.length; i++) this.positionOverlay(os[i]); + this.gotOverlays = true; +}, +genOverlayBox : function() { + if (!this.overlayBox) this.overlayBox = hs.createElement ( + 'div', { + className: this.wrapperClassName + }, { + position : 'absolute', + width: (this.x.size || (this.useBox ? this.width : null) + || this.x.full) +'px', + height: (this.y.size || this.y.full) +'px', + visibility : 'hidden', + overflow : 'hidden', + zIndex : hs.ie ? 4 : 'auto' + }, + hs.container, + true + ); +}, +sizeOverlayBox : function(doWrapper, doPanels) { + var overlayBox = this.overlayBox, + x = this.x, + y = this.y; + hs.setStyles( overlayBox, { + width: x.size +'px', + height: y.size +'px' + }); + if (doWrapper || doPanels) { + for (var i = 0; i < this.overlays.length; i++) { + var o = hs.$('hsId'+ this.overlays[i]); + var ie6 = (hs.ieLt7 || document.compatMode == 'BackCompat'); + if (o && /^(above|below)$/.test(o.position)) { + if (ie6) { + o.style.width = (overlayBox.offsetWidth + 2 * x.cb + + x.p1 + x.p2) +'px'; + } + y[o.position == 'above' ? 'p1' : 'p2'] = o.offsetHeight; + } + if (o && ie6 && /^(left|right)panel$/.test(o.position)) { + o.style.height = (overlayBox.offsetHeight + 2* y.cb) +'px'; + } + } + } + if (doWrapper) { + hs.setStyles(this.content, { + top: y.p1 +'px' + }); + hs.setStyles(overlayBox, { + top: (y.p1 + y.cb) +'px' + }); + } +}, + +showOverlays : function() { + var b = this.overlayBox; + b.className = ''; + hs.setStyles(b, { + top: (this.y.p1 + this.y.cb) +'px', + left: (this.x.p1 + this.x.cb) +'px', + overflow : 'visible' + }); + if (hs.safari) b.style.visibility = 'visible'; + this.wrapper.appendChild (b); + for (var i = 0; i < this.overlays.length; i++) { + var o = hs.$('hsId'+ this.overlays[i]); + o.style.zIndex = o.zIndex || 4; + if (!o.hideOnMouseOut || this.mouseIsOver) { + o.style.visibility = 'visible'; + hs.setStyles(o, { visibility: 'visible', display: '' }); + hs.animate(o, { opacity: o.opacity }, o.dur); + } + } +}, + +destroyOverlays : function() { + if (!this.overlays.length) return; + if (this.isHtml && this.preserveContent) { + this.overlayBox.style.top = '-9999px'; + hs.container.appendChild(this.overlayBox); + } else + hs.discardElement(this.overlayBox); +}, + + + +createFullExpand : function () { + this.fullExpandLabel = hs.createElement( + 'a', { + href: 'javascript:hs.expanders['+ this.key +'].doFullExpand();', + title: hs.lang.fullExpandTitle, + className: 'highslide-full-expand' + } + ); + + this.createOverlay({ + overlayId: this.fullExpandLabel, + position: hs.fullExpandPosition, + hideOnMouseOut: true, + opacity: hs.fullExpandOpacity + }); +}, + +doFullExpand : function () { + try { + if (this.fullExpandLabel) hs.discardElement(this.fullExpandLabel); + + this.focus(); + var xSize = this.x.size, + ySize = this.y.size; + this.resizeTo(this.x.full, this.y.full); + + var xpos = this.x.pos - (this.x.size - xSize) / 2; + if (xpos < hs.marginLeft) xpos = hs.marginLeft; + + var ypos = this.y.pos - (this.y.size - ySize) / 2; + if (ypos < hs.marginTop) ypos = hs.marginTop; + + this.moveTo(xpos, ypos); + this.doShowHide('hidden'); + + } catch (e) { + this.error(e); + } +}, + + +afterClose : function () { + this.a.className = this.a.className.replace('highslide-active-anchor', ''); + + this.doShowHide('visible'); + + if (this.isHtml && this.preserveContent) { + this.sleep(); + } else { + if (this.outline && this.outlineWhileAnimating) this.outline.destroy(); + + hs.discardElement(this.wrapper); + } + if (hs.mask) hs.mask.style.display = 'none'; + + hs.expanders[this.key] = null; + hs.reOrder(); +} + +}; + + +// hs.Ajax object prototype +hs.Ajax = function (a, content, pre) { + this.a = a; + this.content = content; + this.pre = pre; +}; + +hs.Ajax.prototype = { +run : function () { + var xhr; + if (!this.src) this.src = hs.getSrc(this.a); + if (this.src.match('#')) { + var arr = this.src.split('#'); + this.src = arr[0]; + this.id = arr[1]; + } + if (hs.cachedGets[this.src]) { + this.cachedGet = hs.cachedGets[this.src]; + if (this.id) this.getElementContent(); + else this.loadHTML(); + return; + } + try { xhr = new XMLHttpRequest(); } + catch (e) { + try { xhr = new ActiveXObject("Msxml2.XMLHTTP"); } + catch (e) { + try { xhr = new ActiveXObject("Microsoft.XMLHTTP"); } + catch (e) { this.onError(); } + } + } + var pThis = this; + xhr.onreadystatechange = function() { + if(pThis.xhr.readyState == 4) { + if (pThis.id) pThis.getElementContent(); + else pThis.loadHTML(); + } + }; + var src = this.src; + this.xhr = xhr; + if (hs.forceAjaxReload) + src = src.replace(/$/, (/\?/.test(src) ? '&' : '?') +'dummy='+ (new Date()).getTime()); + xhr.open('GET', src, true); + xhr.setRequestHeader('X-Requested-With', 'XMLHttpRequest'); + xhr.setRequestHeader('Content-Type', 'application/x-www-form-urlencoded'); + xhr.send(null); +}, + +getElementContent : function() { + hs.init(); + var attribs = window.opera || hs.ie6SSL ? { src: 'about:blank' } : null; + + this.iframe = hs.createElement('iframe', attribs, + { position: 'absolute', top: '-9999px' }, hs.container); + + this.loadHTML(); +}, + +loadHTML : function() { + var s = this.cachedGet || this.xhr.responseText, + regBody; + if (this.pre) hs.cachedGets[this.src] = s; + if (!hs.ie || hs.uaVersion >= 5.5) { + s = s.replace(new RegExp(']*>', 'gi'), '') + .replace(new RegExp(']*>.*?', 'gi'), ''); + if (this.iframe) { + var doc = this.iframe.contentDocument; + if (!doc && this.iframe.contentWindow) doc = this.iframe.contentWindow.document; + if (!doc) { // Opera + var pThis = this; + setTimeout(function() { pThis.loadHTML(); }, 25); + return; + } + doc.open(); + doc.write(s); + doc.close(); + try { s = doc.getElementById(this.id).innerHTML; } catch (e) { + try { s = this.iframe.document.getElementById(this.id).innerHTML; } catch (e) {} // opera + } + hs.discardElement(this.iframe); + } else { + regBody = /(]*>|<\/body>)/ig; + if (regBody.test(s)) s = s.split(regBody)[hs.ieLt9 ? 1 : 2]; + + } + } + hs.getElementByClass(this.content, 'DIV', 'highslide-body').innerHTML = s; + this.onLoad(); + for (var x in this) this[x] = null; +} +}; +hs.langDefaults = hs.lang; +// history +var HsExpander = hs.Expander; +if (hs.ie && window == window.top) { + (function () { + try { + document.documentElement.doScroll('left'); + } catch (e) { + setTimeout(arguments.callee, 50); + return; + } + hs.ready(); + })(); +} +hs.addEventListener(document, 'DOMContentLoaded', hs.ready); +hs.addEventListener(window, 'load', hs.ready); + +// set handlers +hs.addEventListener(document, 'ready', function() { + if (hs.expandCursor) { + var style = hs.createElement('style', { type: 'text/css' }, null, + document.getElementsByTagName('HEAD')[0]), + backCompat = document.compatMode == 'BackCompat'; + + + function addRule(sel, dec) { + if (hs.ie && (hs.uaVersion < 9 || backCompat)) { + var last = document.styleSheets[document.styleSheets.length - 1]; + if (typeof(last.addRule) == "object") last.addRule(sel, dec); + } else { + style.appendChild(document.createTextNode(sel + " {" + dec + "}")); + } + } + function fix(prop) { + return 'expression( ( ( ignoreMe = document.documentElement.'+ prop + + ' ? document.documentElement.'+ prop +' : document.body.'+ prop +' ) ) + \'px\' );'; + } + if (hs.expandCursor) addRule ('.highslide img', + 'cursor: url('+ hs.graphicsDir + hs.expandCursor +'), pointer !important;'); + } +}); +hs.addEventListener(window, 'resize', function() { + hs.getPageSize(); +}); +hs.addEventListener(document, 'mousemove', function(e) { + hs.mouse = { x: e.clientX, y: e.clientY }; +}); +hs.addEventListener(document, 'mousedown', hs.mouseClickHandler); +hs.addEventListener(document, 'mouseup', hs.mouseClickHandler); + +hs.addEventListener(document, 'ready', hs.getAnchors); +hs.addEventListener(window, 'load', hs.preloadImages); +hs.addEventListener(window, 'load', hs.preloadAjax); +} diff --git a/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/highslide/highslide-with-html.min.js b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/highslide/highslide-with-html.min.js new file mode 100644 index 0000000..aa2119f --- /dev/null +++ b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/highslide/highslide-with-html.min.js @@ -0,0 +1,9 @@ +/** + * Name: Highslide JS + * Version: 4.1.13 (2011-10-06) + * Config: default +inline +ajax +iframe +flash + * Author: Torstein Hønsi + * Support: www.highslide.com/support + * License: www.highslide.com/#license + */ +if(!hs){var hs={lang:{cssDirection:"ltr",loadingText:"Loading...",loadingTitle:"Click to cancel",focusTitle:"Click to bring to front",fullExpandTitle:"Expand to actual size (f)",creditsText:"Powered by Highslide JS",creditsTitle:"Go to the Highslide JS homepage",previousText:"Previous",nextText:"Next",moveText:"Move",closeText:"Close",closeTitle:"Close (esc)",resizeTitle:"Resize",playText:"Play",playTitle:"Play slideshow (spacebar)",pauseText:"Pause",pauseTitle:"Pause slideshow (spacebar)",previousTitle:"Previous (arrow left)",nextTitle:"Next (arrow right)",moveTitle:"Move",fullExpandText:"1:1",restoreTitle:"Click to close image, click and drag to move. Use arrow keys for next and previous."},graphicsDir:"highslide/graphics/",expandCursor:"zoomin.cur",restoreCursor:"zoomout.cur",expandDuration:250,restoreDuration:250,marginLeft:15,marginRight:15,marginTop:15,marginBottom:15,zIndexCounter:1001,loadingOpacity:0.75,allowMultipleInstances:true,numberOfImagesToPreload:5,outlineWhileAnimating:2,outlineStartOffset:3,padToMinWidth:false,fullExpandPosition:"bottom right",fullExpandOpacity:1,showCredits:true,creditsHref:"http://highslide.com/",creditsTarget:"_self",enableKeyListener:true,openerTagNames:["a"],allowWidthReduction:false,allowHeightReduction:true,preserveContent:true,objectLoadTime:"before",cacheAjax:true,dragByHeading:true,minWidth:200,minHeight:200,allowSizeReduction:true,outlineType:"drop-shadow",skin:{contentWrapper:'
      '},preloadTheseImages:[],continuePreloading:true,expanders:[],overrides:["allowSizeReduction","useBox","outlineType","outlineWhileAnimating","captionId","captionText","captionEval","captionOverlay","headingId","headingText","headingEval","headingOverlay","creditsPosition","dragByHeading","width","height","contentId","allowWidthReduction","allowHeightReduction","preserveContent","maincontentId","maincontentText","maincontentEval","objectType","cacheAjax","objectWidth","objectHeight","objectLoadTime","swfOptions","wrapperClassName","minWidth","minHeight","maxWidth","maxHeight","pageOrigin","slideshowGroup","easing","easingClose","fadeInOut","src"],overlays:[],idCounter:0,oPos:{x:["leftpanel","left","center","right","rightpanel"],y:["above","top","middle","bottom","below"]},mouse:{},headingOverlay:{},captionOverlay:{},swfOptions:{flashvars:{},params:{},attributes:{}},timers:[],pendingOutlines:{},sleeping:[],preloadTheseAjax:[],cacheBindings:[],cachedGets:{},clones:{},onReady:[],uaVersion:/Trident\/4\.0/.test(navigator.userAgent)?8:parseFloat((navigator.userAgent.toLowerCase().match(/.+(?:rv|it|ra|ie)[\/: ]([\d.]+)/)||[0,"0"])[1]),ie:(document.all&&!window.opera),safari:/Safari/.test(navigator.userAgent),geckoMac:/Macintosh.+rv:1\.[0-8].+Gecko/.test(navigator.userAgent),$:function(a){if(a){return document.getElementById(a)}},push:function(a,b){a[a.length]=b},createElement:function(a,f,e,d,c){var b=document.createElement(a);if(f){hs.extend(b,f)}if(c){hs.setStyles(b,{padding:0,border:"none",margin:0})}if(e){hs.setStyles(b,e)}if(d){d.appendChild(b)}return b},extend:function(b,c){for(var a in c){b[a]=c[a]}return b},setStyles:function(b,c){for(var a in c){if(hs.ieLt9&&a=="opacity"){if(c[a]>0.99){b.style.removeAttribute("filter")}else{b.style.filter="alpha(opacity="+(c[a]*100)+")"}}else{b.style[a]=c[a]}}},animate:function(f,a,d){var c,g,j;if(typeof d!="object"||d===null){var i=arguments;d={duration:i[2],easing:i[3],complete:i[4]}}if(typeof d.duration!="number"){d.duration=250}d.easing=Math[d.easing]||Math.easeInQuad;d.curAnim=hs.extend({},a);for(var b in a){var h=new hs.fx(f,d,b);c=parseFloat(hs.css(f,b))||0;g=parseFloat(a[b]);j=b!="opacity"?"px":"";h.custom(c,g,j)}},css:function(a,c){if(a.style[c]){return a.style[c]}else{if(document.defaultView){return document.defaultView.getComputedStyle(a,null).getPropertyValue(c)}else{if(c=="opacity"){c="filter"}var b=a.currentStyle[c.replace(/\-(\w)/g,function(e,d){return d.toUpperCase()})];if(c=="filter"){b=b.replace(/alpha\(opacity=([0-9]+)\)/,function(e,d){return d/100})}return b===""?1:b}}},getPageSize:function(){var f=document,b=window,e=f.compatMode&&f.compatMode!="BackCompat"?f.documentElement:f.body,g=hs.ie&&(hs.uaVersion<9||typeof pageXOffset=="undefined");var c=g?e.clientWidth:(f.documentElement.clientWidth||self.innerWidth),a=g?e.clientHeight:self.innerHeight;hs.page={width:c,height:a,scrollLeft:g?e.scrollLeft:pageXOffset,scrollTop:g?e.scrollTop:pageYOffset};return hs.page},getPosition:function(a){var b={x:a.offsetLeft,y:a.offsetTop};while(a.offsetParent){a=a.offsetParent;b.x+=a.offsetLeft;b.y+=a.offsetTop;if(a!=document.body&&a!=document.documentElement){b.x-=a.scrollLeft;b.y-=a.scrollTop}}return b},expand:function(b,h,f,d){if(!b){b=hs.createElement("a",null,{display:"none"},hs.container)}if(typeof b.getParams=="function"){return h}if(d=="html"){for(var c=0;cc){c=f;b=d}}}if(b==-1){hs.focusKey=-1}else{a[b].focus()}},getParam:function(b,d){b.getParams=b.onclick;var c=b.getParams?b.getParams():null;b.getParams=null;return(c&&typeof c[d]!="undefined")?c[d]:(typeof hs[d]!="undefined"?hs[d]:null)},getSrc:function(b){var c=hs.getParam(b,"src");if(c){return c}return b.href},getNode:function(e){var c=hs.$(e),d=hs.clones[e],b={};if(!c&&!d){return null}if(!d){d=c.cloneNode(true);d.id="";hs.clones[e]=d;return c}else{return d.cloneNode(true)}},discardElement:function(a){if(a){hs.garbageBin.appendChild(a)}hs.garbageBin.innerHTML=""},transit:function(a,d){var b=d||hs.getExpander();d=b;if(hs.upcoming){return false}else{hs.last=b}hs.removeEventListener(document,window.opera?"keypress":"keydown",hs.keyHandler);try{hs.upcoming=a;a.onclick()}catch(c){hs.last=hs.upcoming=null}try{d.close()}catch(c){}return false},previousOrNext:function(a,c){var b=hs.getExpander(a);if(b){return hs.transit(b.getAdjacentAnchor(c),b)}else{return false}},previous:function(a){return hs.previousOrNext(a,-1)},next:function(a){return hs.previousOrNext(a,1)},keyHandler:function(a){if(!a){a=window.event}if(!a.target){a.target=a.srcElement}if(typeof a.target.form!="undefined"){return true}var b=hs.getExpander();var c=null;switch(a.keyCode){case 70:if(b){b.doFullExpand()}return true;case 32:case 34:case 39:case 40:c=1;break;case 8:case 33:case 37:case 38:c=-1;break;case 27:case 13:c=0}if(c!==null){hs.removeEventListener(document,window.opera?"keypress":"keydown",hs.keyHandler);if(!hs.enableKeyListener){return true}if(a.preventDefault){a.preventDefault()}else{a.returnValue=false}if(b){if(c==0){b.close()}else{hs.previousOrNext(b.key,c)}return false}}return true},registerOverlay:function(a){hs.push(hs.overlays,hs.extend(a,{hsId:"hsId"+hs.idCounter++}))},getWrapperKey:function(c,b){var e,d=/^highslide-wrapper-([0-9]+)$/;e=c;while(e.parentNode){if(e.id&&d.test(e.id)){return e.id.replace(d,"$1")}e=e.parentNode}if(!b){e=c;while(e.parentNode){if(e.tagName&&hs.isHsAnchor(e)){for(var a=0;a1){return true}if(!d.target){d.target=d.srcElement}var b=d.target;while(b.parentNode&&!(/highslide-(image|move|html|resize)/.test(b.className))){b=b.parentNode}var f=hs.getExpander(b);if(f&&(f.isClosing||!f.isExpanded)){return true}if(f&&d.type=="mousedown"){if(d.target.form){return true}var a=b.className.match(/highslide-(image|move|resize)/);if(a){hs.dragArgs={exp:f,type:a[1],left:f.x.pos,width:f.x.size,top:f.y.pos,height:f.y.size,clickX:d.clientX,clickY:d.clientY};hs.addEventListener(document,"mousemove",hs.dragHandler);if(d.preventDefault){d.preventDefault()}if(/highslide-(image|html)-blur/.test(f.content.className)){f.focus();hs.hasFocused=true}return false}else{if(/highslide-html/.test(b.className)&&hs.focusKey!=f.key){f.focus();f.doShowHide("hidden")}}}else{if(d.type=="mouseup"){hs.removeEventListener(document,"mousemove",hs.dragHandler);if(hs.dragArgs){if(hs.styleRestoreCursor&&hs.dragArgs.type=="image"){hs.dragArgs.exp.content.style.cursor=hs.styleRestoreCursor}var c=hs.dragArgs.hasDragged;if(!c&&!hs.hasFocused&&!/(move|resize)/.test(hs.dragArgs.type)){f.close()}else{if(c||(!c&&hs.hasHtmlExpanders)){hs.dragArgs.exp.doShowHide("hidden")}}if(hs.dragArgs.exp.releaseMask){hs.dragArgs.exp.releaseMask.style.display="none"}hs.hasFocused=false;hs.dragArgs=null}else{if(/highslide-image-blur/.test(b.className)){b.style.cursor=hs.styleRestoreCursor}}}}return false},dragHandler:function(c){if(!hs.dragArgs){return true}if(!c){c=window.event}var b=hs.dragArgs,d=b.exp;if(d.iframe){if(!d.releaseMask){d.releaseMask=hs.createElement("div",null,{position:"absolute",width:d.x.size+"px",height:d.y.size+"px",left:d.x.cb+"px",top:d.y.cb+"px",zIndex:4,background:(hs.ieLt9?"white":"none"),opacity:0.01},d.wrapper,true)}if(d.releaseMask.style.display=="none"){d.releaseMask.style.display=""}}b.dX=c.clientX-b.clickX;b.dY=c.clientY-b.clickY;var f=Math.sqrt(Math.pow(b.dX,2)+Math.pow(b.dY,2));if(!b.hasDragged){b.hasDragged=(b.type!="image"&&f>0)||(f>(hs.dragSensitivity||5))}if(b.hasDragged&&c.clientX>5&&c.clientY>5){if(b.type=="resize"){d.resize(b)}else{d.moveTo(b.left+b.dX,b.top+b.dY);if(b.type=="image"){d.content.style.cursor="move"}}}return false},wrapperMouseHandler:function(c){try{if(!c){c=window.event}var b=/mouseover/i.test(c.type);if(!c.target){c.target=c.srcElement}if(!c.relatedTarget){c.relatedTarget=b?c.fromElement:c.toElement}var d=hs.getExpander(c.target);if(!d.isExpanded){return}if(!d||!c.relatedTarget||hs.getExpander(c.relatedTarget,true)==d||hs.dragArgs){return}for(var a=0;a=this.options.duration+this.startTime){this.now=this.end;this.pos=this.state=1;this.update();this.options.curAnim[this.prop]=true;var a=true;for(var b in this.options.curAnim){if(this.options.curAnim[b]!==true){a=false}}if(a){if(this.options.complete){this.options.complete.call(this.elem)}}return false}else{var e=c-this.startTime;this.state=e/this.options.duration;this.pos=this.options.easing(e,0,1,this.options.duration);this.now=this.start+((this.end-this.start)*this.pos);this.update()}return true}};hs.extend(hs.fx,{step:{opacity:function(a){hs.setStyles(a.elem,{opacity:a.now})},_default:function(a){try{if(a.elem.style&&a.elem.style[a.prop]!=null){a.elem.style[a.prop]=a.now+a.unit}else{a.elem[a.prop]=a.now}}catch(b){}}}});hs.Outline=function(g,e){this.onLoad=e;this.outlineType=g;var a=hs.uaVersion,f;this.hasAlphaImageLoader=hs.ie&&hs.uaVersion<7;if(!g){if(e){e()}return}hs.init();this.table=hs.createElement("table",{cellSpacing:0},{visibility:"hidden",position:"absolute",borderCollapse:"collapse",width:0},hs.container,true);var b=hs.createElement("tbody",null,null,this.table,1);this.td=[];for(var c=0;c<=8;c++){if(c%3==0){f=hs.createElement("tr",null,{height:"auto"},b,true)}this.td[c]=hs.createElement("td",null,null,f,true);var d=c!=4?{lineHeight:0,fontSize:0}:{position:"relative"};hs.setStyles(this.td[c],d)}this.td[4].className=g+" highslide-outline";this.preloadGraphic()};hs.Outline.prototype={preloadGraphic:function(){var b=hs.graphicsDir+(hs.outlinesDir||"outlines/")+this.outlineType+".png";var a=hs.safari&&hs.uaVersion<525?hs.container:null;this.graphic=hs.createElement("img",null,{position:"absolute",top:"-9999px"},a,true);var c=this;this.graphic.onload=function(){c.onGraphicLoad()};this.graphic.src=b},onGraphicLoad:function(){var d=this.offset=this.graphic.width/4,f=[[0,0],[0,-4],[-2,0],[0,-8],0,[-2,-8],[0,-2],[0,-6],[-2,-2]],c={height:(2*d)+"px",width:(2*d)+"px"};for(var b=0;b<=8;b++){if(f[b]){if(this.hasAlphaImageLoader){var a=(b==1||b==7)?"100%":this.graphic.width+"px";var e=hs.createElement("div",null,{width:"100%",height:"100%",position:"relative",overflow:"hidden"},this.td[b],true);hs.createElement("div",null,{filter:"progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=scale, src='"+this.graphic.src+"')",position:"absolute",width:a,height:this.graphic.height+"px",left:(f[b][0]*d)+"px",top:(f[b][1]*d)+"px"},e,true)}else{hs.setStyles(this.td[b],{background:"url("+this.graphic.src+") "+(f[b][0]*d)+"px "+(f[b][1]*d)+"px"})}if(window.opera&&(b==3||b==5)){hs.createElement("div",null,c,this.td[b],true)}hs.setStyles(this.td[b],c)}}this.graphic=null;if(hs.pendingOutlines[this.outlineType]){hs.pendingOutlines[this.outlineType].destroy()}hs.pendingOutlines[this.outlineType]=this;if(this.onLoad){this.onLoad()}},setPosition:function(g,e,c,b,f){var d=this.exp,a=d.wrapper.style,e=e||0,g=g||{x:d.x.pos+e,y:d.y.pos+e,w:d.x.get("wsize")-2*e,h:d.y.get("wsize")-2*e};if(c){this.table.style.visibility=(g.h>=4*this.offset)?"visible":"hidden"}hs.setStyles(this.table,{left:(g.x-this.offset)+"px",top:(g.y-this.offset)+"px",width:(g.w+2*this.offset)+"px"});g.w-=2*this.offset;g.h-=2*this.offset;hs.setStyles(this.td[4],{width:g.w>=0?g.w+"px":0,height:g.h>=0?g.h+"px":0});if(this.hasAlphaImageLoader){this.td[3].style.height=this.td[5].style.height=this.td[4].style.height}},destroy:function(a){if(a){this.table.style.visibility="hidden"}else{hs.discardElement(this.table)}}};hs.Dimension=function(b,a){this.exp=b;this.dim=a;this.ucwh=a=="x"?"Width":"Height";this.wh=this.ucwh.toLowerCase();this.uclt=a=="x"?"Left":"Top";this.lt=this.uclt.toLowerCase();this.ucrb=a=="x"?"Right":"Bottom";this.rb=this.ucrb.toLowerCase();this.p1=this.p2=0};hs.Dimension.prototype={get:function(a){switch(a){case"loadingPos":return this.tpos+this.tb+(this.t-hs.loading["offset"+this.ucwh])/2;case"wsize":return this.size+2*this.cb+this.p1+this.p2;case"fitsize":return this.clientSize-this.marginMin-this.marginMax;case"maxsize":return this.get("fitsize")-2*this.cb-this.p1-this.p2;case"opos":return this.pos-(this.exp.outline?this.exp.outline.offset:0);case"osize":return this.get("wsize")+(this.exp.outline?2*this.exp.outline.offset:0);case"imgPad":return this.imgSize?Math.round((this.size-this.imgSize)/2):0}},calcBorders:function(){this.cb=(this.exp.content["offset"+this.ucwh]-this.t)/2;this.marginMax=hs["margin"+this.ucrb]},calcThumb:function(){this.t=this.exp.el[this.wh]?parseInt(this.exp.el[this.wh]):this.exp.el["offset"+this.ucwh];this.tpos=this.exp.tpos[this.dim];this.tb=(this.exp.el["offset"+this.ucwh]-this.t)/2;if(this.tpos==0||this.tpos==-1){this.tpos=(hs.page[this.wh]/2)+hs.page["scroll"+this.uclt]}},calcExpanded:function(){var a=this.exp;this.justify="auto";this.pos=this.tpos-this.cb+this.tb;if(this.maxHeight&&this.dim=="x"){a.maxWidth=Math.min(a.maxWidth||this.full,a.maxHeight*this.full/a.y.full)}this.size=Math.min(this.full,a["max"+this.ucwh]||this.full);this.minSize=a.allowSizeReduction?Math.min(a["min"+this.ucwh],this.full):this.full;if(a.isImage&&a.useBox){this.size=a[this.wh];this.imgSize=this.full}if(this.dim=="x"&&hs.padToMinWidth){this.minSize=a.minWidth}this.marginMin=hs["margin"+this.uclt];this.scroll=hs.page["scroll"+this.uclt];this.clientSize=hs.page[this.wh]},setSize:function(a){var f=this.exp;if(f.isImage&&(f.useBox||hs.padToMinWidth)){this.imgSize=a;this.size=Math.max(this.size,this.imgSize);f.content.style[this.lt]=this.get("imgPad")+"px"}else{this.size=a}f.content.style[this.wh]=a+"px";f.wrapper.style[this.wh]=this.get("wsize")+"px";if(f.outline){f.outline.setPosition()}if(f.releaseMask){f.releaseMask.style[this.wh]=a+"px"}if(this.dim=="y"&&f.iDoc&&f.body.style.height!="auto"){try{f.iDoc.body.style.overflow="auto"}catch(b){}}if(f.isHtml){var c=f.scrollerDiv;if(this.sizeDiff===undefined){this.sizeDiff=f.innerContent["offset"+this.ucwh]-c["offset"+this.ucwh]}c.style[this.wh]=(this.size-this.sizeDiff)+"px";if(this.dim=="x"){f.mediumContent.style.width="auto"}if(f.body){f.body.style[this.wh]="auto"}}if(this.dim=="x"&&f.overlayBox){f.sizeOverlayBox(true)}},setPos:function(a){this.pos=a;this.exp.wrapper.style[this.lt]=a+"px";if(this.exp.outline){this.exp.outline.setPosition()}}};hs.Expander=function(k,f,b,l){if(document.readyState&&hs.ie&&!hs.isReady){hs.addEventListener(document,"ready",function(){new hs.Expander(k,f,b,l)});return}this.a=k;this.custom=b;this.contentType=l||"image";this.isHtml=(l=="html");this.isImage=!this.isHtml;hs.continuePreloading=false;this.overlays=[];hs.init();var m=this.key=hs.expanders.length;for(var g=0;g(this.x.imgSize||this.x.size)){this.createFullExpand();if(this.overlays.length==1){this.sizeOverlayBox()}}}this.show()}catch(c){this.error(c)}},setObjContainerSize:function(a,d){var b=hs.getElementByClass(a,"DIV","highslide-body");if(/(iframe|swf)/.test(this.objectType)){if(this.objectWidth){b.style.width=this.objectWidth+"px"}if(this.objectHeight){b.style.height=this.objectHeight+"px"}}},writeExtendedContent:function(){if(this.hasExtendedContent){return}var f=this;this.body=hs.getElementByClass(this.innerContent,"DIV","highslide-body");if(this.objectType=="iframe"){this.showLoading();var g=hs.clearing.cloneNode(1);this.body.appendChild(g);this.newWidth=this.innerContent.offsetWidth;if(!this.objectWidth){this.objectWidth=g.offsetWidth}var c=this.innerContent.offsetHeight-this.body.offsetHeight,d=this.objectHeight||hs.page.height-c-hs.marginTop-hs.marginBottom,e=this.objectLoadTime=="before"?' onload="if (hs.expanders['+this.key+"]) hs.expanders["+this.key+'].contentLoaded()" ':"";this.body.innerHTML+='';this.ruler=this.body.getElementsByTagName("div")[0];this.iframe=this.body.getElementsByTagName("iframe")[0];if(this.objectLoadTime=="after"){this.correctIframeSize()}}if(this.objectType=="swf"){this.body.id=this.body.id||"hs-flash-id-"+this.key;var b=this.swfOptions;if(!b.params){b.params={}}if(typeof b.params.wmode=="undefined"){b.params.wmode="transparent"}if(swfobject){swfobject.embedSWF(this.src,this.body.id,this.objectWidth,this.objectHeight,b.version||"7",b.expressInstallSwfurl,b.flashvars,b.params,b.attributes)}}this.hasExtendedContent=true},htmlGetSize:function(){if(this.iframe&&!this.objectHeight){this.iframe.style.height=this.body.style.height=this.getIframePageHeight()+"px"}this.innerContent.appendChild(hs.clearing);if(!this.x.full){this.x.full=this.innerContent.offsetWidth}this.y.full=this.innerContent.offsetHeight;this.innerContent.removeChild(hs.clearing);if(hs.ie&&this.newHeight>parseInt(this.innerContent.currentStyle.height)){this.newHeight=parseInt(this.innerContent.currentStyle.height)}hs.setStyles(this.wrapper,{position:"absolute",padding:"0"});hs.setStyles(this.content,{width:this.x.t+"px",height:this.y.t+"px"})},getIframePageHeight:function(){var a;try{var d=this.iDoc=this.iframe.contentDocument||this.iframe.contentWindow.document;var b=d.createElement("div");b.style.clear="both";d.body.appendChild(b);a=b.offsetTop;if(hs.ie){a+=parseInt(d.body.currentStyle.marginTop)+parseInt(d.body.currentStyle.marginBottom)-1}}catch(c){a=300}return a},correctIframeSize:function(){var b=this.innerContent.offsetWidth-this.ruler.offsetWidth;hs.discardElement(this.ruler);if(b<0){b=0}var a=this.innerContent.offsetHeight-this.iframe.offsetHeight;if(this.iDoc&&!this.objectHeight&&!this.height&&this.y.size==this.y.full){try{this.iDoc.body.style.overflow="hidden"}catch(c){}}hs.setStyles(this.iframe,{width:Math.abs(this.x.size-b)+"px",height:Math.abs(this.y.size-a)+"px"});hs.setStyles(this.body,{width:this.iframe.style.width,height:this.iframe.style.height});this.scrollingContent=this.iframe;this.scrollerDiv=this.scrollingContent},htmlSizeOperations:function(){this.setObjContainerSize(this.innerContent);if(this.objectType=="swf"&&this.objectLoadTime=="before"){this.writeExtendedContent()}if(this.x.sizee.offsetHeight){e.style.width=(parseInt(e.style.width)+d)+"px"}this.scrollingContent=e;this.scrollerDiv=this.scrollingContent}if(this.iframe&&this.objectLoadTime=="before"){this.correctIframeSize()}if(!this.scrollingContent&&this.y.sizethis.scrollerDiv.parentNode.offsetHeight){setTimeout("try { hs.expanders["+this.key+"].scrollerDiv.style.overflow = 'auto'; } catch(e) {}",hs.expandDuration)}},justify:function(f,b){var g,h=f.target,e=f==this.x?"x":"y";var d=false;var a=f.exp.allowSizeReduction;f.pos=Math.round(f.pos-((f.get("wsize")-f.t)/2));if(f.posf.scroll+f.clientSize-f.marginMax){if(!b&&d&&a){f.size=Math.min(f.size,f.get(e=="y"?"fitsize":"maxsize"))}else{if(f.get("wsize")c){d=b*c;if(dthis.minHeight&&a.size>this.minWidth&&d.get("wsize")>d.get("fitsize")){d.size-=10;if(b){a.size=d.size*b}this.sizeOverlayBox(0,1);c=true}}return c},show:function(){var a=this.x,b=this.y;this.doShowHide("hidden");this.changeSize(1,{wrapper:{width:a.get("wsize"),height:b.get("wsize"),left:a.pos,top:b.pos},content:{left:a.p1+a.get("imgPad"),top:b.p1+b.get("imgPad"),width:a.imgSize||a.size,height:b.imgSize||b.size}},hs.expandDuration)},changeSize:function(b,h,c){if(this.outline&&!this.outlineWhileAnimating){if(b){this.outline.setPosition()}else{this.outline.destroy((this.isHtml&&this.preserveContent))}}if(!b){this.destroyOverlays()}var e=this,a=e.x,g=e.y,f=this.easing;if(!b){f=this.easingClose||f}var d=b?function(){if(e.outline){e.outline.table.style.visibility="visible"}setTimeout(function(){e.afterExpand()},50)}:function(){e.afterClose()};if(b){hs.setStyles(this.wrapper,{width:a.t+"px",height:g.t+"px"})}if(b&&this.isHtml){hs.setStyles(this.wrapper,{left:(a.tpos-a.cb+a.tb)+"px",top:(g.tpos-g.cb+g.tb)+"px"})}if(this.fadeInOut){hs.setStyles(this.wrapper,{opacity:b?0:1});hs.extend(h.wrapper,{opacity:b})}hs.animate(this.wrapper,h.wrapper,{duration:c,easing:f,step:function(k,i){if(e.outline&&e.outlineWhileAnimating&&i.prop=="top"){var j=b?i.pos:1-i.pos;var l={w:a.t+(a.get("wsize")-a.t)*j,h:g.t+(g.get("wsize")-g.t)*j,x:a.tpos+(a.pos-a.tpos)*j,y:g.tpos+(g.pos-g.tpos)*j};e.outline.setPosition(l,0,1)}if(e.isHtml){if(i.prop=="left"){e.mediumContent.style.left=(a.pos-k)+"px"}if(i.prop=="top"){e.mediumContent.style.top=(g.pos-k)+"px"}}}});hs.animate(this.content,h.content,c,f,d);if(b){this.wrapper.style.visibility="visible";this.content.style.visibility="visible";if(this.isHtml){this.innerContent.style.visibility="visible"}this.a.className+=" highslide-active-anchor"}},afterExpand:function(){this.isExpanded=true;this.focus();if(this.isHtml&&this.objectLoadTime=="after"){this.writeExtendedContent()}if(this.iframe){try{var g=this,f=this.iframe.contentDocument||this.iframe.contentWindow.document;hs.addEventListener(f,"mousedown",function(){if(hs.focusKey!=g.key){g.focus()}})}catch(d){}if(hs.ie&&typeof this.isClosing!="boolean"){this.iframe.style.width=(this.objectWidth-1)+"px"}}if(hs.upcoming&&hs.upcoming==this.a){hs.upcoming=null}this.prepareNextOutline();var c=hs.page,b=hs.mouse.x+c.scrollLeft,a=hs.mouse.y+c.scrollTop;this.mouseIsOver=this.x.posthis.x.get("opos")+this.x.get("osize"));var g=(k.y+k.hthis.y.get("opos")+this.y.get("osize"));var d=hs.getWrapperKey(e[f]);if(!j&&!g&&d!=this.key){if(!h){e[f].setAttribute("hidden-by","["+this.key+"]");e[f].origProp=e[f].style[a];e[f].style[a]="hidden"}else{if(h.indexOf("["+this.key+"]")==-1){e[f].setAttribute("hidden-by",h+"["+this.key+"]")}}}else{if((h=="["+this.key+"]"||hs.focusKey==d)&&d!=this.key){e[f].setAttribute("hidden-by","");e[f].style[a]=e[f].origProp||""}else{if(h&&h.indexOf("["+this.key+"]")>-1){e[f].setAttribute("hidden-by",h.replace("["+this.key+"]",""))}}}}}}}},focus:function(){this.wrapper.style.zIndex=hs.zIndexCounter+=2;for(var a=0;a=5.5){c=c.replace(new RegExp("]*>","gi"),"").replace(new RegExp("]*>.*?<\/script>","gi"),"");if(this.iframe){var f=this.iframe.contentDocument;if(!f&&this.iframe.contentWindow){f=this.iframe.contentWindow.document}if(!f){var g=this;setTimeout(function(){g.loadHTML()},25);return}f.open();f.write(c);f.close();try{c=f.getElementById(this.id).innerHTML}catch(d){try{c=this.iframe.document.getElementById(this.id).innerHTML}catch(d){}}hs.discardElement(this.iframe)}else{b=/(]*>|<\/body>)/ig;if(b.test(c)){c=c.split(b)[hs.ieLt9?1:2]}}}hs.getElementByClass(this.content,"DIV","highslide-body").innerHTML=c;this.onLoad();for(var a in this){this[a]=null}}};hs.langDefaults=hs.lang;var HsExpander=hs.Expander;if(hs.ie&&window==window.top){(function(){try{document.documentElement.doScroll("left")}catch(a){setTimeout(arguments.callee,50);return}hs.ready()})()}hs.addEventListener(document,"DOMContentLoaded",hs.ready);hs.addEventListener(window,"load",hs.ready);hs.addEventListener(document,"ready",function(){if(hs.expandCursor){var d=hs.createElement("style",{type:"text/css"},null,document.getElementsByTagName("HEAD")[0]),c=document.compatMode=="BackCompat";function b(f,g){if(hs.ie&&(hs.uaVersion<9||c)){var e=document.styleSheets[document.styleSheets.length-1];if(typeof(e.addRule)=="object"){e.addRule(f,g)}}else{d.appendChild(document.createTextNode(f+" {"+g+"}"))}}function a(e){return"expression( ( ( ignoreMe = document.documentElement."+e+" ? document.documentElement."+e+" : document.body."+e+" ) ) + 'px' );"}if(hs.expandCursor){b(".highslide img","cursor: url("+hs.graphicsDir+hs.expandCursor+"), pointer !important;")}}});hs.addEventListener(window,"resize",function(){hs.getPageSize()});hs.addEventListener(document,"mousemove",function(a){hs.mouse={x:a.clientX,y:a.clientY}});hs.addEventListener(document,"mousedown",hs.mouseClickHandler);hs.addEventListener(document,"mouseup",hs.mouseClickHandler);hs.addEventListener(document,"ready",hs.getAnchors);hs.addEventListener(window,"load",hs.preloadImages);hs.addEventListener(window,"load",hs.preloadAjax)}; \ No newline at end of file diff --git a/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/highslide/highslide-with-html.packed.js b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/highslide/highslide-with-html.packed.js new file mode 100644 index 0000000..6febacf --- /dev/null +++ b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/highslide/highslide-with-html.packed.js @@ -0,0 +1,9 @@ +/** + * Name: Highslide JS + * Version: 4.1.13 (2011-10-06) + * Config: default +inline +ajax +iframe +flash +packed + * Author: Torstein Hønsi + * Support: www.highslide.com/support + * License: www.highslide.com/#license + */ +eval(function(p,a,c,k,e,d){e=function(c){return(c35?String.fromCharCode(c+29):c.toString(36))};if(!''.replace(/^/,String)){while(c--){d[e(c)]=k[c]||e(c)}k=[function(e){return d[e]}];e=function(){return'\\w+'};c=1};while(c--){if(k[c]){p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c])}}return p}('q(!m){u m={1e:{89:\'8H\',8K:\'co...\',8G:\'6Q 2h cA\',9s:\'6Q 2h cB 2h c1\',9Y:\'bX 2h bT G (f)\',ag:\'c7 by 8g 8f\',9F:\'d3 2h d6 8g 8f dg\',91:\'8n\',8W:\'8e\',8R:\'9g\',8V:\'8j\',8U:\'8j (di)\',93:\'dj\',dd:\'8h\',d2:\'8h 8m (8l)\',cM:\'8k\',bR:\'8k 8m (8l)\',90:\'8n (6L 1f)\',8X:\'8e (6L 2G)\',8S:\'9g\',b8:\'1:1\',7h:\'6Q 2h 28 2D, aR 8Y aL 2h 3I. aH 6L aT W 1M 8Y 5n.\'},56:\'U/aN/\',5v:\'bG.6E\',4E:\'bB.6E\',7c:6j,a7:6j,4j:15,6m:15,3N:15,6f:15,4l:bt,8N:0.75,7m:J,71:5,3g:2,aZ:3,4M:1h,9Z:\'3E 2G\',9U:1,a1:J,9y:\'b2://U.b4/\',9E:\'aO\',8C:J,7B:[\'a\'],5D:1h,5A:J,48:J,31:\'4K\',82:J,7b:J,3O:8Z,4s:8Z,4I:J,1x:\'aS-aP\',8A:{8B:\'<1i 3n="U-aU"><92>\'+\'<3u 3n="U-5n">\'+\'\'+\'<2p>{m.1e.91}\'+\'\'+\'<3u 3n="U-1M">\'+\'\'+\'<2p>{m.1e.8W}\'+\'\'+\'<3u 3n="U-3I">\'+\'\'+\'<2p>{m.1e.8R}\'+\'\'+\'<3u 3n="U-28">\'+\'\'+\'<2p>{m.1e.8V}\'+\'\'+\'\'+\'<1i 3n="U-V">\'+\'<1i 3n="U-b0"><1i>\'+\'<2p 3n="U-3q" 2u="{m.1e.93}"><2p>\'+\'\'},4P:[],6n:J,P:[],6s:[\'4I\',\'2K\',\'1x\',\'3g\',\'b5\',\'bc\',\'aG\',\'9e\',\'aM\',\'b3\',\'bQ\',\'9c\',\'9K\',\'7b\',\'K\',\'M\',\'7f\',\'5D\',\'5A\',\'48\',\'bD\',\'bC\',\'bH\',\'2f\',\'82\',\'3i\',\'3J\',\'31\',\'7I\',\'78\',\'3O\',\'4s\',\'5X\',\'6N\',\'8d\',\'4h\',\'2g\',\'an\',\'am\',\'T\'],1Q:[],4y:0,bI:{x:[\'ad\',\'1f\',\'6H\',\'2G\',\'ac\'],y:[\'4U\',\'18\',\'6q\',\'3E\',\'6a\']},5R:{},9c:{},9e:{},7I:{al:{},1E:{},ay:{}},3t:[],3G:{},3C:[],5b:[],4o:[],5J:{},7k:{},6h:[],26:/bM\\/4\\.0/.16(46.5V)?8:6t((46.5V.5x().2Z(/.+(?:9f|bJ|bK|1L)[\\/: ]([\\d.]+)/)||[0,\'0\'])[1]),1L:(N.4F&&!1y.30),4X:/bL/.16(46.5V),7V:/bx.+9f:1\\.[0-8].+bi/.16(46.5V),$:B(1j){q(1j)D N.6F(1j)},20:B(1P,2R){1P[1P.1c]=2R},14:B(9b,3h,3l,4r,95){u C=N.14(9b);q(3h)m.3e(C,3h);q(95)m.Q(C,{6z:0,ap:\'24\',6V:0});q(3l)m.Q(C,3l);q(4r)4r.1G(C);D C},3e:B(C,3h){W(u x 3A 3h)C[x]=3h[x];D C},Q:B(C,3l){W(u x 3A 3l){q(m.2Y&&x==\'1B\'){q(3l[x]>0.99)C.F.bp(\'4C\');L C.F.4C=\'97(1B=\'+(3l[x]*2A)+\')\'}L C.F[x]=3l[x]}},41:B(C,1a,2P){u 3S,3Y,3P;q(1t 2P!=\'6W\'||2P===I){u 2S=aE;2P={3w:2S[2],2g:2S[3],83:2S[4]}}q(1t 2P.3w!=\'42\')2P.3w=6j;2P.2g=1r[2P.2g]||1r.8M;2P.5d=m.3e({},1a);W(u 2z 3A 1a){u e=1w m.1C(C,2P,2z);3S=6t(m.79(C,2z))||0;3Y=6t(1a[2z]);3P=2z!=\'1B\'?\'E\':\'\';e.2O(3S,3Y,3P)}},79:B(C,1a){q(C.F[1a]){D C.F[1a]}L q(N.87){D N.87.9k(C,I).9i(1a)}L{q(1a==\'1B\')1a=\'4C\';u 2R=C.4u[1a.2i(/\\-(\\w)/g,B(a,b){D b.bo()})];q(1a==\'4C\')2R=2R.2i(/97\\(1B=([0-9]+)\\)/,B(a,b){D b/2A});D 2R===\'\'?1:2R}},5y:B(){u d=N,w=1y,58=d.5G&&d.5G!=\'6M\'?d.44:d.V,2Y=m.1L&&(m.26<9||1t 8y==\'1X\');u K=2Y?58.8Q:(d.44.8Q||5o.bv),M=2Y?58.bu:5o.bm;m.3k={K:K,M:M,5T:2Y?58.5T:8y,5U:2Y?58.5U:bf};D m.3k},85:B(C){u p={x:C.8x,y:C.6G};3T(C.8p){C=C.8p;p.x+=C.8x;p.y+=C.6G;q(C!=N.V&&C!=N.44){p.x-=C.5T;p.y-=C.5U}}D p},53:B(a,1E,2O,R){q(!a)a=m.14(\'a\',I,{1O:\'24\'},m.1S);q(1t a.4V==\'B\')D 1E;q(R==\'2Q\'){W(u i=0;i7n){7n=1u;5g=i}}}q(5g==-1)m.2q=-1;L P[5g].3d()},3U:B(a,4R){a.4V=a.2M;u p=a.4V?a.4V():I;a.4V=I;D(p&&1t p[4R]!=\'1X\')?p[4R]:(1t m[4R]!=\'1X\'?m[4R]:I)},5m:B(a){u T=m.3U(a,\'T\');q(T)D T;D a.2v},3z:B(1j){u 1D=m.$(1j),3M=m.7k[1j],a={};q(!1D&&!3M)D I;q(!3M){3M=1D.61(J);3M.1j=\'\';m.7k[1j]=3M;D 1D}L{D 3M.61(J)}},3j:B(d){q(d)m.7g.1G(d);m.7g.2n=\'\'},8t:B(7F,A){u 3r=A||m.3v();A=3r;q(m.3B)D 1h;L m.3r=3r;m.4g(N,1y.30?\'5i\':\'5h\',m.4D);1m{m.3B=7F;7F.2M()}1l(e){m.3r=m.3B=I}1m{A.28()}1l(e){}D 1h},5k:B(C,2w){u A=m.3v(C);q(A)D m.8t(A.6B(2w),A);L D 1h},5n:B(C){D m.5k(C,-1)},1M:B(C){D m.5k(C,1)},4D:B(e){q(!e)e=1y.1Y;q(!e.2j)e.2j=e.6p;q(1t e.2j.7O!=\'1X\')D J;u A=m.3v();u 2w=I;8T(e.aI){1J 70:q(A)A.7i();D J;1J 32:1J 34:1J 39:1J 40:2w=1;7N;1J 8:1J 33:1J 37:1J 38:2w=-1;7N;1J 27:1J 13:2w=0}q(2w!==I){m.4g(N,1y.30?\'5i\':\'5h\',m.4D);q(!m.8C)D J;q(e.65)e.65();L e.aY=1h;q(A){q(2w==0){A.28()}L{m.5k(A.S,2w)}D 1h}}D J},b1:B(19){m.20(m.1Q,m.3e(19,{2F:\'2F\'+m.4y++}))},7S:B(7C,5M){u C,2t=/^U-Y-([0-9]+)$/;C=7C;3T(C.3a){q(C.1j&&2t.16(C.1j))D C.1j.2i(2t,"$1");C=C.3a}q(!5M){C=7C;3T(C.3a){q(C.4c&&m.5W(C)){W(u S=0;S1)D J;q(!e.2j)e.2j=e.6p;u C=e.2j;3T(C.3a&&!(/U-(2D|3I|2Q|3q)/.16(C.1p))){C=C.3a}u A=m.3v(C);q(A&&(A.4z||!A.4e))D J;q(A&&e.R==\'7H\'){q(e.2j.7O)D J;u 2Z=C.1p.2Z(/U-(2D|3I|3q)/);q(2Z){m.2a={A:A,R:2Z[1],1f:A.x.H,K:A.x.G,18:A.y.H,M:A.y.G,8J:e.5Q,8F:e.5f};m.1R(N,\'6o\',m.8a);q(e.65)e.65();q(/U-(2D|2Q)-7s/.16(A.O.1p)){A.3d();m.7p=J}D 1h}L q(/U-2Q/.16(C.1p)&&m.2q!=A.S){A.3d();A.4a(\'1n\')}}L q(e.R==\'9t\'){m.4g(N,\'6o\',m.8a);q(m.2a){q(m.4i&&m.2a.R==\'2D\')m.2a.A.O.F.3L=m.4i;u 3f=m.2a.3f;q(!3f&&!m.7p&&!/(3I|3q)/.16(m.2a.R)){A.28()}L q(3f||(!3f&&m.8O)){m.2a.A.4a(\'1n\')}q(m.2a.A.2W)m.2a.A.2W.F.1O=\'24\';m.7p=1h;m.2a=I}L q(/U-2D-7s/.16(C.1p)){C.F.3L=m.4i}}D 1h},8a:B(e){q(!m.2a)D J;q(!e)e=1y.1Y;u a=m.2a,A=a.A;q(A.11){q(!A.2W)A.2W=m.14(\'1i\',I,{1d:\'22\',K:A.x.G+\'E\',M:A.y.G+\'E\',1f:A.x.cb+\'E\',18:A.y.cb+\'E\',1u:4,94:(m.2Y?\'bh\':\'24\'),1B:0.cD},A.Y,J);q(A.2W.F.1O==\'24\')A.2W.F.1O=\'\'}a.5q=e.5Q-a.8J;a.5r=e.5f-a.8F;u 6A=1r.cU(1r.8E(a.5q,2)+1r.8E(a.5r,2));q(!a.3f)a.3f=(a.R!=\'2D\'&&6A>0)||(6A>(m.cR||5));q(a.3f&&e.5Q>5&&e.5f>5){q(a.R==\'3q\')A.3q(a);L{A.7x(a.1f+a.5q,a.18+a.5r);q(a.R==\'2D\')A.O.F.3L=\'3I\'}}D 1h},8c:B(e){1m{q(!e)e=1y.1Y;u 67=/cW/i.16(e.R);q(!e.2j)e.2j=e.6p;q(!e.6l)e.6l=67?e.cZ:e.cY;u A=m.3v(e.2j);q(!A.4e)D;q(!A||!e.6l||m.3v(e.6l,J)==A||m.2a)D;W(u i=0;i=k.1N.3w+k.84){k.3Q=k.3Y;k.H=k.80=1;k.7Q();k.1N.5d[k.1a]=J;u 86=J;W(u i 3A k.1N.5d)q(k.1N.5d[i]!==J)86=1h;q(86){q(k.1N.83)k.1N.83.8v(k.2k)}D 1h}L{u n=t-k.84;k.80=n/k.1N.3w;k.H=k.1N.2g(n,0,1,k.1N.3w);k.3Q=k.3S+((k.3Y-k.3S)*k.H);k.7Q()}D J}};m.3e(m.1C,{3o:{1B:B(1C){m.Q(1C.2k,{1B:1C.3Q})},8z:B(1C){1m{q(1C.2k.F&&1C.2k.F[1C.1a]!=I)1C.2k.F[1C.1a]=1C.3Q+1C.3P;L 1C.2k[1C.1a]=1C.3Q}1l(e){}}}});m.4L=B(1x,2J){k.2J=2J;k.1x=1x;u v=m.26,5O;k.6C=m.1L&&m.26<7;q(!1x){q(2J)2J();D}m.5N();k.2m=m.14(\'2m\',{d7:0},{1q:\'1n\',1d:\'22\',d8:\'dc\',K:0},m.1S,J);u 7W=m.14(\'7W\',I,I,k.2m,1);k.29=[];W(u i=0;i<=8;i++){q(i%3==0)5O=m.14(\'5O\',I,{M:\'1H\'},7W,J);k.29[i]=m.14(\'29\',I,I,5O,J);u F=i!=4?{db:0,da:0}:{1d:\'3K\'};m.Q(k.29[i],F)}k.29[4].1p=1x+\' U-1o\';k.8P()};m.4L.54={8P:B(){u T=m.56+(m.d9||"cL/")+k.1x+".cE";u 98=m.4X&&m.26<8i?m.1S:I;k.2X=m.14(\'1v\',I,{1d:\'22\',18:\'-3R\'},98,J);u 36=k;k.2X.3H=B(){36.96()};k.2X.T=T},96:B(){u o=k.1s=k.2X.K/4,H=[[0,0],[0,-4],[-2,0],[0,-8],0,[-2,-8],[0,-2],[0,-6],[-2,-2]],1F={M:(2*o)+\'E\',K:(2*o)+\'E\'};W(u i=0;i<=8;i++){q(H[i]){q(k.6C){u w=(i==1||i==7)?\'2A%\':k.2X.K+\'E\';u 1i=m.14(\'1i\',I,{K:\'2A%\',M:\'2A%\',1d:\'3K\',1W:\'1n\'},k.29[i],J);m.14(\'1i\',I,{4C:"c6:c5.9M.c4(c8=c9, T=\'"+k.2X.T+"\')",1d:\'22\',K:w,M:k.2X.M+\'E\',1f:(H[i][0]*o)+\'E\',18:(H[i][1]*o)+\'E\'},1i,J)}L{m.Q(k.29[i],{94:\'6X(\'+k.2X.T+\') \'+(H[i][0]*o)+\'E \'+(H[i][1]*o)+\'E\'})}q(1y.30&&(i==3||i==5))m.14(\'1i\',I,1F,k.29[i],J);m.Q(k.29[i],1F)}}k.2X=I;q(m.3G[k.1x])m.3G[k.1x].5l();m.3G[k.1x]=k;q(k.2J)k.2J()},4B:B(H,1s,9a,3b,2g){u A=k.A,4A=A.Y.F,1s=1s||0,H=H||{x:A.x.H+1s,y:A.y.H+1s,w:A.x.1b(\'1K\')-2*1s,h:A.y.1b(\'1K\')-2*1s};q(9a)k.2m.F.1q=(H.h>=4*k.1s)?\'2l\':\'1n\';m.Q(k.2m,{1f:(H.x-k.1s)+\'E\',18:(H.y-k.1s)+\'E\',K:(H.w+2*k.1s)+\'E\'});H.w-=2*k.1s;H.h-=2*k.1s;m.Q(k.29[4],{K:H.w>=0?H.w+\'E\':0,M:H.h>=0?H.h+\'E\':0});q(k.6C)k.29[3].F.M=k.29[5].F.M=k.29[4].F.M},5l:B(9d){q(9d)k.2m.F.1q=\'1n\';L m.3j(k.2m)}};m.5t=B(A,1F){k.A=A;k.1F=1F;k.2H=1F==\'x\'?\'cd\':\'cc\';k.2C=k.2H.5x();k.4J=1F==\'x\'?\'ca\':\'c3\';k.6J=k.4J.5x();k.6P=1F==\'x\'?\'c2\':\'bV\';k.bU=k.6P.5x();k.1V=k.2U=0};m.5t.54={1b:B(S){8T(S){1J\'7R\':D k.1A+k.2s+(k.t-m.21[\'1s\'+k.2H])/2;1J\'1K\':D k.G+2*k.cb+k.1V+k.2U;1J\'4b\':D k.5E-k.3y-k.5F;1J\'6K\':D k.1b(\'4b\')-2*k.cb-k.1V-k.2U;1J\'4w\':D k.H-(k.A.1o?k.A.1o.1s:0);1J\'88\':D k.1b(\'1K\')+(k.A.1o?2*k.A.1o.1s:0);1J\'5u\':D k.1T?1r.5Y((k.G-k.1T)/2):0}},6v:B(){k.cb=(k.A.O[\'1s\'+k.2H]-k.t)/2;k.5F=m[\'6V\'+k.6P]},6y:B(){k.t=k.A.C[k.2C]?49(k.A.C[k.2C]):k.A.C[\'1s\'+k.2H];k.1A=k.A.1A[k.1F];k.2s=(k.A.C[\'1s\'+k.2H]-k.t)/2;q(k.1A==0||k.1A==-1){k.1A=(m.3k[k.2C]/2)+m.3k[\'3s\'+k.4J]}},6u:B(){u A=k.A;k.3X=\'1H\';k.H=k.1A-k.cb+k.2s;q(k.6N&&k.1F==\'x\')A.5X=1r.2L(A.5X||k.Z,A.6N*k.Z/A.y.Z);k.G=1r.2L(k.Z,A[\'7l\'+k.2H]||k.Z);k.2E=A.4I?1r.2L(A[\'2L\'+k.2H],k.Z):k.Z;q(A.2o&&A.2K){k.G=A[k.2C];k.1T=k.Z}q(k.1F==\'x\'&&m.4M)k.2E=A.3O;k.3y=m[\'6V\'+k.4J];k.3s=m.3k[\'3s\'+k.4J];k.5E=m.3k[k.2C]},7J:B(i){u A=k.A;q(A.2o&&(A.2K||m.4M)){k.1T=i;k.G=1r.7l(k.G,k.1T);A.O.F[k.6J]=k.1b(\'5u\')+\'E\'}L k.G=i;A.O.F[k.2C]=i+\'E\';A.Y.F[k.2C]=k.1b(\'1K\')+\'E\';q(A.1o)A.1o.4B();q(A.2W)A.2W.F[k.2C]=i+\'E\';q(k.1F==\'y\'&&A.4v&&A.V.F.M!=\'1H\')1m{A.4v.V.F.1W=\'1H\'}1l(e){}q(A.1Z){u d=A.2c;q(k.7a===1X)k.7a=A.1g[\'1s\'+k.2H]-d[\'1s\'+k.2H];d.F[k.2C]=(k.G-k.7a)+\'E\';q(k.1F==\'x\')A.3D.F.K=\'1H\';q(A.V)A.V.F[k.2C]=\'1H\'}q(k.1F==\'x\'&&A.1z)A.4m(J)},7j:B(i){k.H=i;k.A.Y.F[k.6J]=i+\'E\';q(k.A.1o)k.A.1o.4B()}};m.4S=B(a,1E,2O,2B){q(N.9r&&m.1L&&!m.6Z){m.1R(N,\'3p\',B(){1w m.4S(a,1E,2O,2B)});D}k.a=a;k.2O=2O;k.2B=2B||\'2D\';k.1Z=(2B==\'2Q\');k.2o=!k.1Z;m.6n=1h;k.1Q=[];m.5N();u S=k.S=m.P.1c;W(u i=0;i(k.x.1T||k.x.G)){k.9W();q(k.1Q.1c==1)k.4m()}}k.7M()}1l(e){k.7w(e)}},7d:B(4r,1H){u c=m.4d(4r,\'5H\',\'U-V\');q(/(11|3c)/.16(k.2f)){q(k.3i)c.F.K=k.3i+\'E\';q(k.3J)c.F.M=k.3J+\'E\'}},5S:B(){q(k.av)D;u A=k;k.V=m.4d(k.1g,\'5H\',\'U-V\');q(k.2f==\'11\'){k.4t();u 4n=m.2I.61(1);k.V.1G(4n);k.cn=k.1g.2e;q(!k.3i)k.3i=4n.2e;u 45=k.1g.1I-k.V.1I,h=k.3J||m.3k.M-45-m.3N-m.6f,3H=k.31==\'4K\'?\' 3H="q (m.P[\'+k.S+\']) m.P[\'+k.S+\'].4x()" \':\'\';k.V.2n+=\'<11 2z="m\'+(1w 5s()).59()+\'" cq="0" S="\'+k.S+\'" \'+\' F="K:\'+k.3i+\'E; M:\'+h+\'E" \'+3H+\' T="\'+k.T+\'" >\';k.4n=k.V.3x(\'1i\')[0];k.11=k.V.3x(\'11\')[0];q(k.31==\'4O\')k.6S()}q(k.2f==\'3c\'){k.V.1j=k.V.1j||\'m-cm-1j-\'+k.S;u a=k.7I;q(!a.1E)a.1E={};q(1t a.1E.aF==\'1X\')a.1E.aF=\'ci\';q(7D)7D.cj(k.T,k.V.1j,k.3i,k.3J,a.ck||\'7\',a.cC,a.al,a.1E,a.ay)}k.av=J},76:B(){q(k.11&&!k.3J){k.11.F.M=k.V.F.M=k.at()+\'E\'}k.1g.1G(m.2I);q(!k.x.Z)k.x.Z=k.1g.2e;k.y.Z=k.1g.1I;k.1g.aj(m.2I);q(m.1L&&k.au>49(k.1g.4u.M)){k.au=49(k.1g.4u.M)}m.Q(k.Y,{1d:\'22\',6z:\'0\'});m.Q(k.O,{K:k.x.t+\'E\',M:k.y.t+\'E\'})},at:B(){u h;1m{u 1U=k.4v=k.11.6r||k.11.52.N;u 2I=1U.14(\'1i\');2I.F.ar=\'aw\';1U.V.1G(2I);h=2I.6G;q(m.1L)h+=49(1U.V.4u.3N)+49(1U.V.4u.6f)-1}1l(e){h=bY}D h},6S:B(){u 4k=k.1g.2e-k.4n.2e;m.3j(k.4n);q(4k<0)4k=0;u 45=k.1g.1I-k.11.1I;q(k.4v&&!k.3J&&!k.M&&k.y.G==k.y.Z)1m{k.4v.V.F.1W=\'1n\'}1l(e){}m.Q(k.11,{K:1r.7u(k.x.G-4k)+\'E\',M:1r.7u(k.y.G-45)+\'E\'});m.Q(k.V,{K:k.11.F.K,M:k.11.F.M});k.4p=k.11;k.2c=k.4p},aq:B(){k.7d(k.1g);q(k.2f==\'3c\'&&k.31==\'4K\')k.5S();q(k.x.G1D.1I){1D.F.K=(49(1D.F.K)+5C)+\'E\'}k.4p=1D;k.2c=k.4p}q(k.11&&k.31==\'4K\')k.6S();q(!k.4p&&k.y.Gk.2c.3a.1I){4T("1m { m.P["+k.S+"].2c.F.1W = \'1H\'; } 1l(e) {}",m.7c)}},3X:B(p,3W){u bW,bS=p.2j,1F=p==k.x?\'x\':\'y\';u 6R=1h;u 3V=p.A.4I;p.H=1r.5Y(p.H-((p.1b(\'1K\')-p.t)/2));q(p.Hp.3s+p.5E-p.5F){q(!3W&&6R&&3V){p.G=1r.2L(p.G,p.1b(1F==\'y\'?\'4b\':\'6K\'))}L q(p.1b(\'1K\')2d){ 2r=2N*2d;q(2rk.4s&&x.G>k.3O&&y.1b(\'1K\')>y.1b(\'4b\')){y.G-=10;q(2d)x.G=y.G*2d;k.4m(0,1);2V=J}}D 2V},7M:B(){u x=k.x,y=k.y;k.4a(\'1n\');k.7z(1,{Y:{K:x.1b(\'1K\'),M:y.1b(\'1K\'),1f:x.H,18:y.H},O:{1f:x.1V+x.1b(\'5u\'),18:y.1V+y.1b(\'5u\'),K:x.1T||x.G,M:y.1T||y.G}},m.7c)},7z:B(2y,2h,3b){q(k.1o&&!k.3g){q(2y)k.1o.4B();L k.1o.5l((k.1Z&&k.48))}q(!2y)k.9V();u A=k,x=A.x,y=A.y,2g=k.2g;q(!2y)2g=k.an||2g;u 4O=2y?B(){q(A.1o)A.1o.2m.F.1q="2l";4T(B(){A.aC()},50)}:B(){A.7A()};q(2y)m.Q(k.Y,{K:x.t+\'E\',M:y.t+\'E\'});q(2y&&k.1Z){m.Q(k.Y,{1f:(x.1A-x.cb+x.2s)+\'E\',18:(y.1A-y.cb+y.2s)+\'E\'})}q(k.am){m.Q(k.Y,{1B:2y?0:1});m.3e(2h.Y,{1B:2y})}m.41(k.Y,2h.Y,{3w:3b,2g:2g,3o:B(2R,2S){q(A.1o&&A.3g&&2S.1a==\'18\'){u 4G=2y?2S.H:1-2S.H;u H={w:x.t+(x.1b(\'1K\')-x.t)*4G,h:y.t+(y.1b(\'1K\')-y.t)*4G,x:x.1A+(x.H-x.1A)*4G,y:y.1A+(y.H-y.1A)*4G};A.1o.4B(H,0,1)}q(A.1Z){q(2S.1a==\'1f\')A.3D.F.1f=(x.H-2R)+\'E\';q(2S.1a==\'18\')A.3D.F.18=(y.H-2R)+\'E\'}}});m.41(k.O,2h.O,3b,2g,4O);q(2y){k.Y.F.1q=\'2l\';k.O.F.1q=\'2l\';q(k.1Z)k.1g.F.1q=\'2l\';k.a.1p+=\' U-9T-9O\'}},aC:B(){k.4e=J;k.3d();q(k.1Z&&k.31==\'4O\')k.5S();q(k.11){1m{u A=k,1U=k.11.6r||k.11.52.N;m.1R(1U,\'7H\',B(){q(m.2q!=A.S)A.3d()})}1l(e){}q(m.1L&&1t k.4z!=\'ce\')k.11.F.K=(k.3i-1)+\'E\'}q(m.3B&&m.3B==k.a)m.3B=I;k.ax();u p=m.3k,6I=m.5R.x+p.5T,6D=m.5R.y+p.5U;k.6x=k.x.H<6I&&6Ik.x.1b(\'4w\')+k.x.1b(\'88\'));u 9p=(2T.y+2T.hk.y.1b(\'4w\')+k.y.1b(\'88\'));u 5c=m.7S(1k[i]);q(!9o&&!9p&&5c!=k.S){q(!23){1k[i].4N(\'1n-by\',\'[\'+k.S+\']\');1k[i].7q=1k[i].F[1a];1k[i].F[1a]=\'1n\'}L q(23.9v(\'[\'+k.S+\']\')==-1){1k[i].4N(\'1n-by\',23+\'[\'+k.S+\']\')}}L q((23==\'[\'+k.S+\']\'||m.2q==5c)&&5c!=k.S){1k[i].4N(\'1n-by\',\'\');1k[i].F[1a]=1k[i].7q||\'\'}L q(23&&23.9v(\'[\'+k.S+\']\')>-1){1k[i].4N(\'1n-by\',23.2i(\'[\'+k.S+\']\',\'\'))}}}}},3d:B(){k.Y.F.1u=m.4l+=2;W(u i=0;i=5.5){s=s.2i(1w 5P(\']*>\',\'aB\'),\'\').2i(1w 5P(\']*>.*?\',\'aB\'),\'\');q(k.11){u 1U=k.11.6r;q(!1U&&k.11.52)1U=k.11.52.N;q(!1U){u 36=k;4T(B(){36.4Y()},25);D}1U.ak();1U.bO(s);1U.28();1m{s=1U.6F(k.1j).2n}1l(e){1m{s=k.11.N.6F(k.1j).2n}1l(e){}}m.3j(k.11)}L{5I=/(]*>|<\\/V>)/ba;q(5I.16(s))s=s.az(5I)[m.2Y?1:2]}}m.4d(k.O,\'5H\',\'U-V\').2n=s;k.2J();W(u x 3A k)k[x]=I}};m.5z=m.1e;u b6=m.4S;q(m.1L&&1y==1y.18){(B(){1m{N.44.aW(\'1f\')}1l(e){4T(aE.aX,50);D}m.3p()})()}m.1R(N,\'b9\',m.3p);m.1R(1y,\'7o\',m.3p);m.1R(N,\'3p\',B(){q(m.5v){u F=m.14(\'F\',{R:\'aK/79\'},I,N.3x(\'aQ\')[0]),a2=N.5G==\'6M\';B 5B(6U,6T){q(m.1L&&(m.26<9||a2)){u 3r=N.a3[N.a3.1c-1];q(1t(3r.5B)=="6W")3r.5B(6U,6T)}L{F.1G(N.bb(6U+" {"+6T+"}"))}}B cT(1a){D\'cS( ( ( cV = N.44.\'+1a+\' ? N.44.\'+1a+\' : N.V.\'+1a+\' ) ) + \\\'E\\\' );\'}q(m.5v)5B(\'.U 1v\',\'3L: 6X(\'+m.56+m.5v+\'), 5w !d0;\')}});m.1R(1y,\'3q\',B(){m.5y()});m.1R(N,\'6o\',B(e){m.5R={x:e.5Q,y:e.5f}});m.1R(N,\'7H\',m.7K);m.1R(N,\'9t\',m.7K);m.1R(N,\'3p\',m.4Z);m.1R(1y,\'7o\',m.9u);m.1R(1y,\'7o\',m.af)}',62,827,'||||||||||||||||||||this||hs||||if||||var||||||exp|function|el|return|px|style|size|pos|null|true|width|else|height|document|content|expanders|setStyles|type|key|src|highslide|body|for||wrapper|full||iframe|||createElement||test||top|overlay|prop|get|length|position|lang|left|innerContent|false|div|id|els|catch|try|hidden|outline|className|visibility|Math|offset|typeof|zIndex|img|new|outlineType|window|overlayBox|tpos|opacity|fx|node|params|dim|appendChild|auto|offsetHeight|case|wsize|ie|next|options|display|arr|overlays|addEventListener|container|imgSize|doc|p1|overflow|undefined|event|isHtml|push|loading|absolute|hiddenBy|none||uaVersion||close|td|dragArgs|xhr|scrollerDiv|ratio|offsetWidth|objectType|easing|to|replace|target|elem|visible|table|innerHTML|isImage|span|focusKey|xSize|tb|re|title|href|op|ajax|up|name|100|contentType|wh|image|minSize|hsId|right|ucwh|clearing|onLoad|useBox|min|onclick|ySize|custom|opt|html|val|args|elPos|p2|changed|releaseMask|graphic|ieLt9|match|opera|objectLoadTime||||func|pThis||||parentNode|dur|swf|focus|extend|hasDragged|outlineWhileAnimating|attribs|objectWidth|discardElement|page|styles|groups|class|step|ready|resize|last|scroll|timers|li|getExpander|duration|getElementsByTagName|marginMin|getNode|in|upcoming|sleeping|mediumContent|bottom|ieLt7|pendingOutlines|onload|move|objectHeight|relative|cursor|clone|marginTop|minWidth|unit|now|9999px|start|while|getParam|allowReduce|moveOnly|justify|end|images||animate|number|Id|documentElement|hDiff|navigator|cNode|preserveContent|parseInt|doShowHide|fitsize|tagName|getElementByClass|isExpanded|blurExp|removeEventListener|slideshowGroup|styleRestoreCursor|marginLeft|wDiff|zIndexCounter|sizeOverlayBox|ruler|cacheBindings|scrollingContent|htmls|parent|minHeight|showLoading|currentStyle|iDoc|opos|contentLoaded|idCounter|isClosing|stl|setPosition|filter|keyHandler|restoreCursor|all|fac|block|allowSizeReduction|uclt|before|Outline|padToMinWidth|setAttribute|after|preloadTheseImages|on|param|Expander|setTimeout|above|getParams|createOverlay|safari|loadHTML|getAnchors||cache|contentWindow|expand|prototype|matches|graphicsDir|mask|iebody|getTime|showHideElements|preloadTheseAjax|wrapperKey|curAnim|gotoEnd|clientY|topmostKey|keydown|keypress|Ajax|previousOrNext|destroy|getSrc|previous|self|positionOverlay|dX|dY|Date|Dimension|imgPad|expandCursor|pointer|toLowerCase|getPageSize|langDefaults|allowHeightReduction|addRule|kdeBugCorr|allowWidthReduction|clientSize|marginMax|compatMode|DIV|regBody|cachedGets|anchors|pre|expOnly|init|tr|RegExp|clientX|mouse|writeExtendedContent|scrollLeft|scrollTop|userAgent|isHsAnchor|maxWidth|round|hideOnMouseOut|overlayId|cloneNode|offY|tId|offX|preventDefault|heading|over|preloadFullImage|fullExpandLabel|below|thumbsUserSetId|ypos|sg|onLoadStarted|marginBottom|os|onReady|maincontent|250|xpos|relatedTarget|marginRight|continuePreloading|mousemove|srcElement|middle|contentDocument|overrides|parseFloat|calcExpanded|calcBorders|cancelLoading|mouseIsOver|calcThumb|padding|distance|getAdjacentAnchor|hasAlphaImageLoader|mY|cur|getElementById|offsetTop|center|mX|lt|maxsize|arrow|BackCompat|maxHeight|thumbnailId|ucrb|Click|hasMovedMin|correctIframeSize|dec|sel|margin|object|url|fitOverlayBox|isReady||numberOfImagesToPreload|ie6|panel|doWrapper||htmlGetSize|getInline|wrapperClassName|css|sizeDiff|dragByHeading|expandDuration|setObjContainerSize|credits|contentId|garbageBin|restoreTitle|doFullExpand|setPos|clones|max|allowMultipleInstances|topZ|load|hasFocused|origProp|preloadAjaxElement|blur|getCacheBinding|abs|onError|error|moveTo|run|changeSize|afterClose|openerTagNames|element|swfobject|getSelfRendered|adj|resizeTo|mousedown|swfOptions|setSize|mouseClickHandler|string|show|break|form|Create|update|loadingPos|getWrapperKey|location|fade|geckoMac|tbody|types|getElementContent|Text|state|connectOutline|cacheAjax|complete|startTime|getPosition|done|defaultView|osize|cssDirection|dragHandler|direction|wrapperMouseHandler|pageOrigin|Next|JS|Highslide|Play|525|Close|Pause|spacebar|slideshow|Previous|thumb|offsetParent|from|timerId|orig|transit|updateAnchors|call|replaceLang|offsetLeft|pageXOffset|_default|skin|contentWrapper|enableKeyListener|htmlExpand|pow|clickY|loadingTitle|ltr|detachEvent|clickX|loadingText|focusTopmost|easeInQuad|loadingOpacity|hasHtmlExpanders|preloadGraphic|clientWidth|moveText|moveTitle|switch|closeTitle|closeText|nextText|nextTitle|and|200|previousTitle|previousText|ul|resizeTitle|background|nopad|onGraphicLoad|alpha|appendTo||vis|tag|headingOverlay|hide|captionOverlay|rv|Move|preloadNext|getPropertyValue|getAttribute|getComputedStyle|hideIframes|hideSelects|XMLHttpRequest|clearsX|clearsY|hand|readyState|focusTitle|mouseup|preloadImages|indexOf|Overlay|addOverlay|creditsHref|ie6SSL|getAnchorIndex|current|toString|cachedGet|creditsTarget|creditsTitle|_|nextSibling|Eval|setRequestHeader|creditsPosition|XMLHTTP|Microsoft|showOverlays|anchor|doPanels|genOverlayBox|gotOverlays|sleep|active|fullExpandOpacity|destroyOverlays|createFullExpand|javascript|fullExpandTitle|fullExpandPosition|writeCredits|showCredits|backCompat|styleSheets|destroyObject|htmlPrepareClose|ActiveXObject|restoreDuration|awake|offsetX|getOverlays|reOrder|rightpanel|leftpanel|offsetY|preloadAjax|creditsText|KDE|vendor|removeChild|open|flashvars|fadeInOut|easingClose|tmpMin|border|htmlSizeOperations|clear||getIframePageHeight|newHeight|hasExtendedContent|both|prepareNextOutline|attributes|split|correctRatio|gi|afterExpand|script|arguments|wmode|captionEval|Use|keyCode|button|text|drag|headingId|graphics|_self|shadow|HEAD|click|drop|keys|header|htmlE|doScroll|callee|returnValue|outlineStartOffset|footer|registerOverlay|http|headingText|com|captionId|HsExpander|xpand|fullExpandText|DOMContentLoaded|ig|createTextNode|captionText|forceAjaxReload|urlencoded|pageYOffset|send|white|Gecko|Type|application|www|innerHeight|link|toUpperCase|removeAttribute|responseText|blank|about|1001|clientHeight|innerWidth|Content|Macintosh||dummy|GET|zoomout|maincontentText|maincontentId|Msxml2|onreadystatechange|zoomin|maincontentEval|oPos|it|ra|Safari|Trident|With|write|Requested|headingEval|pauseTitle|tgt|actual|rb|Bottom|tgtArr|Expand|300|nodeName|insertBefore|front|Right|Top|AlphaImageLoader|DXImageTransform|progid|Powered|sizingMethod|scale|Left||Height|Width|boolean|allowSimultaneousLoading|onmouseover|flushImgSize|transparent|embedSWF|version|htmlCreate|flash|newWidth|Loading|static|frameborder|oncontextmenu|blockRightClick|Line|alert|debug|onmouseout|lineNumber|message|imageCreate|cancel|bring|expressInstallSwfurl|01|png|paddingTop|200px|https|protocol|1px|linearTween|outlines|pauseText|StopPlay|removeSWF|caption|useOnHtml|dragSensitivity|expression|fix|sqrt|ignoreMe|mouseover|attachEvent|toElement|fromElement|important|default|playTitle|Go|eval|SELECT|the|cellSpacing|borderCollapse|outlinesDir|fontSize|lineHeight|collapse|playText|IFRAME|clearInterval|homepage|splice|esc|Resize|setInterval'.split('|'),0,{})) diff --git a/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/highslide/highslide.css b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/highslide/highslide.css new file mode 100644 index 0000000..e4b60ee --- /dev/null +++ b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/highslide/highslide.css @@ -0,0 +1,889 @@ +/** +* @file: highslide.css +* @version: 4.1.13 +*/ +.highslide-container div { + font-family: Verdana, Helvetica; + font-size: 10pt; +} +.highslide-container table { + background: none; +} +.highslide { + outline: none; + text-decoration: none; +} +.highslide img { + border: 2px solid silver; +} +.highslide:hover img { + border-color: gray; +} +.highslide-active-anchor img { + visibility: hidden; +} +.highslide-gallery .highslide-active-anchor img { + border-color: black; + visibility: visible; + cursor: default; +} +.highslide-image { + border-width: 2px; + border-style: solid; + border-color: white; +} +.highslide-wrapper, .highslide-outline { + background: white; +} +.glossy-dark { + background: #111; +} + +.highslide-image-blur { +} +.highslide-number { + font-weight: bold; + color: gray; + font-size: .9em; +} +.highslide-caption { + display: none; + font-size: 1em; + padding: 5px; + /*background: white;*/ +} +.highslide-heading { + display: none; + font-weight: bold; + margin: 0.4em; +} +.highslide-dimming { + /*position: absolute;*/ + background: black; +} +a.highslide-full-expand { + background: url(graphics/fullexpand.gif) no-repeat; + display: block; + margin: 0 10px 10px 0; + width: 34px; + height: 34px; +} +.highslide-loading { + display: block; + color: black; + font-size: 9px; + font-weight: bold; + text-transform: uppercase; + text-decoration: none; + padding: 3px; + border: 1px solid white; + background-color: white; + padding-left: 22px; + background-image: url(graphics/loader.white.gif); + background-repeat: no-repeat; + background-position: 3px 1px; +} +a.highslide-credits, +a.highslide-credits i { + padding: 2px; + color: silver; + text-decoration: none; + font-size: 10px; +} +a.highslide-credits:hover, +a.highslide-credits:hover i { + color: white; + background-color: gray; +} +.highslide-move, .highslide-move * { + cursor: move; +} + +.highslide-viewport { + display: none; + position: fixed; + width: 100%; + height: 100%; + z-index: 10001; + background: none; + left: 0; + top: 0; +} +.highslide-overlay { + display: none; +} +.hidden-container { + display: none; +} +/* Example of a semitransparent, offset closebutton */ +.closebutton { + position: relative; + top: -15px; + left: 15px; + width: 30px; + height: 30px; + cursor: pointer; + background: url(graphics/close.png); + /* NOTE! For IE6, you also need to update the highslide-ie6.css file. */ +} + +/*****************************************************************************/ +/* Thumbnail boxes for the galleries. */ +/* Remove these if you are not using a gallery. */ +/*****************************************************************************/ +.highslide-gallery ul { + list-style-type: none; + margin: 0; + padding: 0; +} +.highslide-gallery ul li { + display: block; + position: relative; + float: left; + width: 106px; + height: 106px; + border: 1px solid silver; + background: #ededed; + margin: 2px; + padding: 0; + line-height: 0; + overflow: hidden; +} +.highslide-gallery ul a { + position: absolute; + top: 50%; + left: 50%; +} +.highslide-gallery ul img { + position: relative; + top: -50%; + left: -50%; +} +html>/**/body .highslide-gallery ul li { + display: table; + text-align: center; +} +html>/**/body .highslide-gallery ul li { + text-align: center; +} +html>/**/body .highslide-gallery ul a { + position: static; + display: table-cell; + vertical-align: middle; +} +html>/**/body .highslide-gallery ul img { + position: static; +} + +/*****************************************************************************/ +/* Controls for the galleries. */ +/* Remove these if you are not using a gallery */ +/*****************************************************************************/ +.highslide-controls { + width: 195px; + height: 40px; + background: url(graphics/controlbar-white.gif) 0 -90px no-repeat; + margin: 20px 15px 10px 0; +} +.highslide-controls ul { + position: relative; + left: 15px; + height: 40px; + list-style: none; + margin: 0; + padding: 0; + background: url(graphics/controlbar-white.gif) right -90px no-repeat; + +} +.highslide-controls li { + float: left; + padding: 5px 0; + margin:0; + list-style: none; +} +.highslide-controls a { + background-image: url(graphics/controlbar-white.gif); + display: block; + float: left; + height: 30px; + width: 30px; + outline: none; +} +.highslide-controls a.disabled { + cursor: default; +} +.highslide-controls a.disabled span { + cursor: default; +} +.highslide-controls a span { + /* hide the text for these graphic buttons */ + display: none; + cursor: pointer; +} + + +/* The CSS sprites for the controlbar - see http://www.google.com/search?q=css+sprites */ +.highslide-controls .highslide-previous a { + background-position: 0 0; +} +.highslide-controls .highslide-previous a:hover { + background-position: 0 -30px; +} +.highslide-controls .highslide-previous a.disabled { + background-position: 0 -60px !important; +} +.highslide-controls .highslide-play a { + background-position: -30px 0; +} +.highslide-controls .highslide-play a:hover { + background-position: -30px -30px; +} +.highslide-controls .highslide-play a.disabled { + background-position: -30px -60px !important; +} +.highslide-controls .highslide-pause a { + background-position: -60px 0; +} +.highslide-controls .highslide-pause a:hover { + background-position: -60px -30px; +} +.highslide-controls .highslide-next a { + background-position: -90px 0; +} +.highslide-controls .highslide-next a:hover { + background-position: -90px -30px; +} +.highslide-controls .highslide-next a.disabled { + background-position: -90px -60px !important; +} +.highslide-controls .highslide-move a { + background-position: -120px 0; +} +.highslide-controls .highslide-move a:hover { + background-position: -120px -30px; +} +.highslide-controls .highslide-full-expand a { + background-position: -150px 0; +} +.highslide-controls .highslide-full-expand a:hover { + background-position: -150px -30px; +} +.highslide-controls .highslide-full-expand a.disabled { + background-position: -150px -60px !important; +} +.highslide-controls .highslide-close a { + background-position: -180px 0; +} +.highslide-controls .highslide-close a:hover { + background-position: -180px -30px; +} + +/*****************************************************************************/ +/* Styles for the HTML popups */ +/* Remove these if you are not using Highslide HTML */ +/*****************************************************************************/ +.highslide-maincontent { + display: none; +} +.highslide-html { + background-color: white; +} +.mobile .highslide-html { + border: 1px solid silver; +} +.highslide-html-content { + display: none; + width: 400px; + padding: 0 5px 5px 5px; +} +.highslide-header { + padding-bottom: 5px; +} +.highslide-header ul { + margin: 0; + padding: 0; + text-align: right; +} +.highslide-header ul li { + display: inline; + padding-left: 1em; +} +.highslide-header ul li.highslide-previous, .highslide-header ul li.highslide-next { + display: none; +} +.highslide-header a { + font-weight: bold; + color: gray; + text-transform: uppercase; + text-decoration: none; +} +.highslide-header a:hover { + color: black; +} +.highslide-header .highslide-move a { + cursor: move; +} +.highslide-footer { + height: 16px; +} +.highslide-footer .highslide-resize { + display: block; + float: right; + margin-top: 5px; + height: 11px; + width: 11px; + background: url(graphics/resize.gif) no-repeat; +} +.highslide-footer .highslide-resize span { + display: none; +} +.highslide-body { +} +.highslide-resize { + cursor: nw-resize; +} + +/*****************************************************************************/ +/* Styles for the Individual wrapper class names. */ +/* See www.highslide.com/ref/hs.wrapperClassName */ +/* You can safely remove the class name themes you don't use */ +/*****************************************************************************/ + +/* hs.wrapperClassName = 'draggable-header' */ +.draggable-header .highslide-header { + height: 18px; + border-bottom: 1px solid #dddddd; +} +.draggable-header .highslide-heading { + position: absolute; + margin: 2px 0.4em; +} + +.draggable-header .highslide-header .highslide-move { + cursor: move; + display: block; + height: 16px; + position: absolute; + right: 24px; + top: 0; + width: 100%; + z-index: 10001; +} +.draggable-header .highslide-header .highslide-move * { + display: none; +} +.draggable-header .highslide-header .highslide-close { + position: absolute; + right: 2px; + top: 2px; + z-index: 10005; + padding: 0; +} +.draggable-header .highslide-header .highslide-close a { + display: block; + height: 16px; + width: 16px; + background-image: url(graphics/closeX.png); +} +.draggable-header .highslide-header .highslide-close a:hover { + background-position: 0 16px; +} +.draggable-header .highslide-header .highslide-close span { + display: none; +} +.draggable-header .highslide-maincontent { + padding-top: 1em; +} + +/* hs.wrapperClassName = 'titlebar' */ +.titlebar .highslide-header { + height: 18px; + border-bottom: 1px solid #dddddd; +} +.titlebar .highslide-heading { + position: absolute; + width: 90%; + margin: 1px 0 1px 5px; + color: #666666; +} + +.titlebar .highslide-header .highslide-move { + cursor: move; + display: block; + height: 16px; + position: absolute; + right: 24px; + top: 0; + width: 100%; + z-index: 10001; +} +.titlebar .highslide-header .highslide-move * { + display: none; +} +.titlebar .highslide-header li { + position: relative; + top: 3px; + z-index: 10002; + padding: 0 0 0 1em; +} +.titlebar .highslide-maincontent { + padding-top: 1em; +} + +/* hs.wrapperClassName = 'no-footer' */ +.no-footer .highslide-footer { + display: none; +} + +/* hs.wrapperClassName = 'wide-border' */ +.wide-border { + background: white; +} +.wide-border .highslide-image { + border-width: 10px; +} +.wide-border .highslide-caption { + padding: 0 10px 10px 10px; +} + +/* hs.wrapperClassName = 'borderless' */ +.borderless .highslide-image { + border: none; +} +.borderless .highslide-caption { + border-bottom: 1px solid white; + border-top: 1px solid white; + background: silver; +} + +/* hs.wrapperClassName = 'outer-glow' */ +.outer-glow { + background: #444; +} +.outer-glow .highslide-image { + border: 5px solid #444444; +} +.outer-glow .highslide-caption { + border: 5px solid #444444; + border-top: none; + padding: 5px; + background-color: gray; +} + +/* hs.wrapperClassName = 'colored-border' */ +.colored-border { + background: white; +} +.colored-border .highslide-image { + border: 2px solid green; +} +.colored-border .highslide-caption { + border: 2px solid green; + border-top: none; +} + +/* hs.wrapperClassName = 'dark' */ +.dark { + background: #111; +} +.dark .highslide-image { + border-color: black black #202020 black; + background: gray; +} +.dark .highslide-caption { + color: white; + background: #111; +} +.dark .highslide-controls, +.dark .highslide-controls ul, +.dark .highslide-controls a { + background-image: url(graphics/controlbar-black-border.gif); +} + +/* hs.wrapperClassName = 'floating-caption' */ +.floating-caption .highslide-caption { + position: absolute; + padding: 1em 0 0 0; + background: none; + color: white; + border: none; + font-weight: bold; +} + +/* hs.wrapperClassName = 'controls-in-heading' */ +.controls-in-heading .highslide-heading { + color: gray; + font-weight: bold; + height: 20px; + overflow: hidden; + cursor: default; + padding: 0 0 0 22px; + margin: 0; + background: url(graphics/icon.gif) no-repeat 0 1px; +} +.controls-in-heading .highslide-controls { + width: 105px; + height: 20px; + position: relative; + margin: 0; + top: -23px; + left: 7px; + background: none; +} +.controls-in-heading .highslide-controls ul { + position: static; + height: 20px; + background: none; +} +.controls-in-heading .highslide-controls li { + padding: 0; +} +.controls-in-heading .highslide-controls a { + background-image: url(graphics/controlbar-white-small.gif); + height: 20px; + width: 20px; +} + +.controls-in-heading .highslide-controls .highslide-move { + display: none; +} + +.controls-in-heading .highslide-controls .highslide-previous a { + background-position: 0 0; +} +.controls-in-heading .highslide-controls .highslide-previous a:hover { + background-position: 0 -20px; +} +.controls-in-heading .highslide-controls .highslide-previous a.disabled { + background-position: 0 -40px !important; +} +.controls-in-heading .highslide-controls .highslide-play a { + background-position: -20px 0; +} +.controls-in-heading .highslide-controls .highslide-play a:hover { + background-position: -20px -20px; +} +.controls-in-heading .highslide-controls .highslide-play a.disabled { + background-position: -20px -40px !important; +} +.controls-in-heading .highslide-controls .highslide-pause a { + background-position: -40px 0; +} +.controls-in-heading .highslide-controls .highslide-pause a:hover { + background-position: -40px -20px; +} +.controls-in-heading .highslide-controls .highslide-next a { + background-position: -60px 0; +} +.controls-in-heading .highslide-controls .highslide-next a:hover { + background-position: -60px -20px; +} +.controls-in-heading .highslide-controls .highslide-next a.disabled { + background-position: -60px -40px !important; +} +.controls-in-heading .highslide-controls .highslide-full-expand a { + background-position: -100px 0; +} +.controls-in-heading .highslide-controls .highslide-full-expand a:hover { + background-position: -100px -20px; +} +.controls-in-heading .highslide-controls .highslide-full-expand a.disabled { + background-position: -100px -40px !important; +} +.controls-in-heading .highslide-controls .highslide-close a { + background-position: -120px 0; +} +.controls-in-heading .highslide-controls .highslide-close a:hover { + background-position: -120px -20px; +} + +/*****************************************************************************/ +/* Styles for text based controls. */ +/* You can safely remove this if you don't use text based controls */ +/*****************************************************************************/ + +.text-controls .highslide-controls { + width: auto; + height: auto; + margin: 0; + text-align: center; + background: none; +} +.text-controls ul { + position: static; + background: none; + height: auto; + left: 0; +} +.text-controls .highslide-move { + display: none; +} +.text-controls li { + background-image: url(graphics/controlbar-text-buttons.png); + background-position: right top !important; + padding: 0; + margin-left: 15px; + display: block; + width: auto; +} +.text-controls a { + background: url(graphics/controlbar-text-buttons.png) no-repeat; + background-position: left top !important; + position: relative; + left: -10px; + display: block; + width: auto; + height: auto; + text-decoration: none !important; +} +.text-controls a span { + background: url(graphics/controlbar-text-buttons.png) no-repeat; + margin: 1px 2px 1px 10px; + display: block; + min-width: 4em; + height: 18px; + line-height: 18px; + padding: 1px 0 1px 18px; + color: #333; + font-family: "Trebuchet MS", Arial, sans-serif; + font-size: 12px; + font-weight: bold; + white-space: nowrap; +} +.text-controls .highslide-next { + margin-right: 1em; +} +.text-controls .highslide-full-expand a span { + min-width: 0; + margin: 1px 0; + padding: 1px 0 1px 10px; +} +.text-controls .highslide-close a span { + min-width: 0; +} +.text-controls a:hover span { + color: black; +} +.text-controls a.disabled span { + color: #999; +} + +.text-controls .highslide-previous span { + background-position: 0 -40px; +} +.text-controls .highslide-previous a.disabled { + background-position: left top !important; +} +.text-controls .highslide-previous a.disabled span { + background-position: 0 -140px; +} +.text-controls .highslide-play span { + background-position: 0 -60px; +} +.text-controls .highslide-play a.disabled { + background-position: left top !important; +} +.text-controls .highslide-play a.disabled span { + background-position: 0 -160px; +} +.text-controls .highslide-pause span { + background-position: 0 -80px; +} +.text-controls .highslide-next span { + background-position: 0 -100px; +} +.text-controls .highslide-next a.disabled { + background-position: left top !important; +} +.text-controls .highslide-next a.disabled span { + background-position: 0 -200px; +} +.text-controls .highslide-full-expand span { + background: none; +} +.text-controls .highslide-full-expand a.disabled { + background-position: left top !important; +} +.text-controls .highslide-close span { + background-position: 0 -120px; +} + + +/*****************************************************************************/ +/* Styles for the thumbstrip. */ +/* See www.highslide.com/ref/hs.addSlideshow */ +/* You can safely remove this if you don't use a thumbstrip */ +/*****************************************************************************/ + +.highslide-thumbstrip { + height: 100%; + direction: ltr; +} +.highslide-thumbstrip div { + overflow: hidden; +} +.highslide-thumbstrip table { + position: relative; + padding: 0; + border-collapse: collapse; +} +.highslide-thumbstrip td { + padding: 1px; + /*text-align: center;*/ +} +.highslide-thumbstrip a { + outline: none; +} +.highslide-thumbstrip img { + display: block; + border: 1px solid gray; + margin: 0 auto; +} +.highslide-thumbstrip .highslide-active-anchor img { + visibility: visible; +} +.highslide-thumbstrip .highslide-marker { + position: absolute; + width: 0; + height: 0; + border-width: 0; + border-style: solid; + border-color: transparent; /* change this to actual background color in highslide-ie6.css */ +} +.highslide-thumbstrip-horizontal div { + width: auto; + /* width: 100% breaks in small strips in IE */ +} +.highslide-thumbstrip-horizontal .highslide-scroll-up { + display: none; + position: absolute; + top: 3px; + left: 3px; + width: 25px; + height: 42px; +} +.highslide-thumbstrip-horizontal .highslide-scroll-up div { + margin-bottom: 10px; + cursor: pointer; + background: url(graphics/scrollarrows.png) left center no-repeat; + height: 42px; +} +.highslide-thumbstrip-horizontal .highslide-scroll-down { + display: none; + position: absolute; + top: 3px; + right: 3px; + width: 25px; + height: 42px; +} +.highslide-thumbstrip-horizontal .highslide-scroll-down div { + margin-bottom: 10px; + cursor: pointer; + background: url(graphics/scrollarrows.png) center right no-repeat; + height: 42px; +} +.highslide-thumbstrip-horizontal table { + margin: 2px 0 10px 0; +} +.highslide-viewport .highslide-thumbstrip-horizontal table { + margin-left: 10px; +} +.highslide-thumbstrip-horizontal img { + width: auto; + height: 40px; +} +.highslide-thumbstrip-horizontal .highslide-marker { + top: 47px; + border-left-width: 6px; + border-right-width: 6px; + border-bottom: 6px solid gray; +} +.highslide-viewport .highslide-thumbstrip-horizontal .highslide-marker { + margin-left: 10px; +} +.dark .highslide-thumbstrip-horizontal .highslide-marker, .highslide-viewport .highslide-thumbstrip-horizontal .highslide-marker { + border-bottom-color: white !important; +} + +.highslide-thumbstrip-vertical-overlay { + overflow: hidden !important; +} +.highslide-thumbstrip-vertical div { + height: 100%; +} +.highslide-thumbstrip-vertical a { + display: block; +} +.highslide-thumbstrip-vertical .highslide-scroll-up { + display: none; + position: absolute; + top: 0; + left: 0; + width: 100%; + height: 25px; +} +.highslide-thumbstrip-vertical .highslide-scroll-up div { + margin-left: 10px; + cursor: pointer; + background: url(graphics/scrollarrows.png) top center no-repeat; + height: 25px; +} +.highslide-thumbstrip-vertical .highslide-scroll-down { + display: none; + position: absolute; + bottom: 0; + left: 0; + width: 100%; + height: 25px; +} +.highslide-thumbstrip-vertical .highslide-scroll-down div { + margin-left: 10px; + cursor: pointer; + background: url(graphics/scrollarrows.png) bottom center no-repeat; + height: 25px; +} +.highslide-thumbstrip-vertical table { + margin: 10px 0 0 10px; +} +.highslide-thumbstrip-vertical img { + width: 60px; /* t=5481 */ +} +.highslide-thumbstrip-vertical .highslide-marker { + left: 0; + margin-top: 8px; + border-top-width: 6px; + border-bottom-width: 6px; + border-left: 6px solid gray; +} +.dark .highslide-thumbstrip-vertical .highslide-marker, .highslide-viewport .highslide-thumbstrip-vertical .highslide-marker { + border-left-color: white; +} + +.highslide-viewport .highslide-thumbstrip-float { + overflow: auto; +} +.highslide-thumbstrip-float ul { + margin: 2px 0; + padding: 0; +} +.highslide-thumbstrip-float li { + display: block; + height: 60px; + margin: 0 2px; + list-style: none; + float: left; +} +.highslide-thumbstrip-float img { + display: inline; + border-color: silver; + max-height: 56px; +} +.highslide-thumbstrip-float .highslide-active-anchor img { + border-color: black; +} +.highslide-thumbstrip-float .highslide-scroll-up div, .highslide-thumbstrip-float .highslide-scroll-down div { + display: none; +} +.highslide-thumbstrip-float .highslide-marker { + display: none; +} diff --git a/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/highslide/highslide.js b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/highslide/highslide.js new file mode 100644 index 0000000..9c543a0 --- /dev/null +++ b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/highslide/highslide.js @@ -0,0 +1,1891 @@ +/** + * Name: Highslide JS + * Version: 4.1.13 (2011-10-06) + * Config: default + * Author: Torstein Hønsi + * Support: www.highslide.com/support + * License: www.highslide.com/#license + */ +if (!hs) { var hs = { +// Language strings +lang : { + cssDirection: 'ltr', + loadingText : 'Loading...', + loadingTitle : 'Click to cancel', + focusTitle : 'Click to bring to front', + fullExpandTitle : 'Expand to actual size (f)', + creditsText : 'Powered by Highslide JS', + creditsTitle : 'Go to the Highslide JS homepage', + restoreTitle : 'Click to close image, click and drag to move. Use arrow keys for next and previous.' +}, +// See http://highslide.com/ref for examples of settings +graphicsDir : 'highslide/graphics/', +expandCursor : 'zoomin.cur', // null disables +restoreCursor : 'zoomout.cur', // null disables +expandDuration : 250, // milliseconds +restoreDuration : 250, +marginLeft : 15, +marginRight : 15, +marginTop : 15, +marginBottom : 15, +zIndexCounter : 1001, // adjust to other absolutely positioned elements +loadingOpacity : 0.75, +allowMultipleInstances: true, +numberOfImagesToPreload : 5, +outlineWhileAnimating : 2, // 0 = never, 1 = always, 2 = HTML only +outlineStartOffset : 3, // ends at 10 +padToMinWidth : false, // pad the popup width to make room for wide caption +fullExpandPosition : 'bottom right', +fullExpandOpacity : 1, +showCredits : true, // you can set this to false if you want +creditsHref : 'http://highslide.com/', +creditsTarget : '_self', +enableKeyListener : true, +openerTagNames : ['a'], // Add more to allow slideshow indexing + +dragByHeading: true, +minWidth: 200, +minHeight: 200, +allowSizeReduction: true, // allow the image to reduce to fit client size. If false, this overrides minWidth and minHeight +outlineType : 'drop-shadow', // set null to disable outlines +// END OF YOUR SETTINGS + + +// declare internal properties +preloadTheseImages : [], +continuePreloading: true, +expanders : [], +overrides : [ + 'allowSizeReduction', + 'useBox', + 'outlineType', + 'outlineWhileAnimating', + 'captionId', + 'captionText', + 'captionEval', + 'captionOverlay', + 'headingId', + 'headingText', + 'headingEval', + 'headingOverlay', + 'creditsPosition', + 'dragByHeading', + + 'width', + 'height', + + 'wrapperClassName', + 'minWidth', + 'minHeight', + 'maxWidth', + 'maxHeight', + 'pageOrigin', + 'slideshowGroup', + 'easing', + 'easingClose', + 'fadeInOut', + 'src' +], +overlays : [], +idCounter : 0, +oPos : { + x: ['leftpanel', 'left', 'center', 'right', 'rightpanel'], + y: ['above', 'top', 'middle', 'bottom', 'below'] +}, +mouse: {}, +headingOverlay: {}, +captionOverlay: {}, +timers : [], + +pendingOutlines : {}, +clones : {}, +onReady: [], +uaVersion: /Trident\/4\.0/.test(navigator.userAgent) ? 8 : + parseFloat((navigator.userAgent.toLowerCase().match( /.+(?:rv|it|ra|ie)[\/: ]([\d.]+)/ ) || [0,'0'])[1]), +ie : (document.all && !window.opera), +//ie : navigator && /MSIE [678]/.test(navigator.userAgent), // ie9 compliant? +safari : /Safari/.test(navigator.userAgent), +geckoMac : /Macintosh.+rv:1\.[0-8].+Gecko/.test(navigator.userAgent), + +$ : function (id) { + if (id) return document.getElementById(id); +}, + +push : function (arr, val) { + arr[arr.length] = val; +}, + +createElement : function (tag, attribs, styles, parent, nopad) { + var el = document.createElement(tag); + if (attribs) hs.extend(el, attribs); + if (nopad) hs.setStyles(el, {padding: 0, border: 'none', margin: 0}); + if (styles) hs.setStyles(el, styles); + if (parent) parent.appendChild(el); + return el; +}, + +extend : function (el, attribs) { + for (var x in attribs) el[x] = attribs[x]; + return el; +}, + +setStyles : function (el, styles) { + for (var x in styles) { + if (hs.ieLt9 && x == 'opacity') { + if (styles[x] > 0.99) el.style.removeAttribute('filter'); + else el.style.filter = 'alpha(opacity='+ (styles[x] * 100) +')'; + } + else el.style[x] = styles[x]; + } +}, +animate: function(el, prop, opt) { + var start, + end, + unit; + if (typeof opt != 'object' || opt === null) { + var args = arguments; + opt = { + duration: args[2], + easing: args[3], + complete: args[4] + }; + } + if (typeof opt.duration != 'number') opt.duration = 250; + opt.easing = Math[opt.easing] || Math.easeInQuad; + opt.curAnim = hs.extend({}, prop); + for (var name in prop) { + var e = new hs.fx(el, opt , name ); + + start = parseFloat(hs.css(el, name)) || 0; + end = parseFloat(prop[name]); + unit = name != 'opacity' ? 'px' : ''; + + e.custom( start, end, unit ); + } +}, +css: function(el, prop) { + if (el.style[prop]) { + return el.style[prop]; + } else if (document.defaultView) { + return document.defaultView.getComputedStyle(el, null).getPropertyValue(prop); + + } else { + if (prop == 'opacity') prop = 'filter'; + var val = el.currentStyle[prop.replace(/\-(\w)/g, function (a, b){ return b.toUpperCase(); })]; + if (prop == 'filter') + val = val.replace(/alpha\(opacity=([0-9]+)\)/, + function (a, b) { return b / 100 }); + return val === '' ? 1 : val; + } +}, + +getPageSize : function () { + var d = document, w = window, iebody = d.compatMode && d.compatMode != 'BackCompat' + ? d.documentElement : d.body, + ieLt9 = hs.ie && (hs.uaVersion < 9 || typeof pageXOffset == 'undefined'); + + var width = ieLt9 ? iebody.clientWidth : + (d.documentElement.clientWidth || self.innerWidth), + height = ieLt9 ? iebody.clientHeight : self.innerHeight; + hs.page = { + width: width, + height: height, + scrollLeft: ieLt9 ? iebody.scrollLeft : pageXOffset, + scrollTop: ieLt9 ? iebody.scrollTop : pageYOffset + }; + return hs.page; +}, + +getPosition : function(el) { + var p = { x: el.offsetLeft, y: el.offsetTop }; + while (el.offsetParent) { + el = el.offsetParent; + p.x += el.offsetLeft; + p.y += el.offsetTop; + if (el != document.body && el != document.documentElement) { + p.x -= el.scrollLeft; + p.y -= el.scrollTop; + } + } + return p; +}, + +expand : function(a, params, custom, type) { + if (!a) a = hs.createElement('a', null, { display: 'none' }, hs.container); + if (typeof a.getParams == 'function') return params; + try { + new hs.Expander(a, params, custom); + return false; + } catch (e) { return true; } +}, + + +focusTopmost : function() { + var topZ = 0, + topmostKey = -1, + expanders = hs.expanders, + exp, + zIndex; + for (var i = 0; i < expanders.length; i++) { + exp = expanders[i]; + if (exp) { + zIndex = exp.wrapper.style.zIndex; + if (zIndex && zIndex > topZ) { + topZ = zIndex; + topmostKey = i; + } + } + } + if (topmostKey == -1) hs.focusKey = -1; + else expanders[topmostKey].focus(); +}, + +getParam : function (a, param) { + a.getParams = a.onclick; + var p = a.getParams ? a.getParams() : null; + a.getParams = null; + + return (p && typeof p[param] != 'undefined') ? p[param] : + (typeof hs[param] != 'undefined' ? hs[param] : null); +}, + +getSrc : function (a) { + var src = hs.getParam(a, 'src'); + if (src) return src; + return a.href; +}, + +getNode : function (id) { + var node = hs.$(id), clone = hs.clones[id], a = {}; + if (!node && !clone) return null; + if (!clone) { + clone = node.cloneNode(true); + clone.id = ''; + hs.clones[id] = clone; + return node; + } else { + return clone.cloneNode(true); + } +}, + +discardElement : function(d) { + if (d) hs.garbageBin.appendChild(d); + hs.garbageBin.innerHTML = ''; +}, +transit : function (adj, exp) { + var last = exp || hs.getExpander(); + exp = last; + if (hs.upcoming) return false; + else hs.last = last; + hs.removeEventListener(document, window.opera ? 'keypress' : 'keydown', hs.keyHandler); + try { + hs.upcoming = adj; + adj.onclick(); + } catch (e){ + hs.last = hs.upcoming = null; + } + try { + exp.close(); + } catch (e) {} + return false; +}, + +previousOrNext : function (el, op) { + var exp = hs.getExpander(el); + if (exp) return hs.transit(exp.getAdjacentAnchor(op), exp); + else return false; +}, + +previous : function (el) { + return hs.previousOrNext(el, -1); +}, + +next : function (el) { + return hs.previousOrNext(el, 1); +}, + +keyHandler : function(e) { + if (!e) e = window.event; + if (!e.target) e.target = e.srcElement; // ie + if (typeof e.target.form != 'undefined') return true; // form element has focus + var exp = hs.getExpander(); + + var op = null; + switch (e.keyCode) { + case 70: // f + if (exp) exp.doFullExpand(); + return true; + case 32: // Space + case 34: // Page Down + case 39: // Arrow right + case 40: // Arrow down + op = 1; + break; + case 8: // Backspace + case 33: // Page Up + case 37: // Arrow left + case 38: // Arrow up + op = -1; + break; + case 27: // Escape + case 13: // Enter + op = 0; + } + if (op !== null) {hs.removeEventListener(document, window.opera ? 'keypress' : 'keydown', hs.keyHandler); + if (!hs.enableKeyListener) return true; + + if (e.preventDefault) e.preventDefault(); + else e.returnValue = false; + if (exp) { + if (op == 0) { + exp.close(); + } else { + hs.previousOrNext(exp.key, op); + } + return false; + } + } + return true; +}, + + +registerOverlay : function (overlay) { + hs.push(hs.overlays, hs.extend(overlay, { hsId: 'hsId'+ hs.idCounter++ } )); +}, + + +getWrapperKey : function (element, expOnly) { + var el, re = /^highslide-wrapper-([0-9]+)$/; + // 1. look in open expanders + el = element; + while (el.parentNode) { + if (el.id && re.test(el.id)) return el.id.replace(re, "$1"); + el = el.parentNode; + } + // 2. look in thumbnail + if (!expOnly) { + el = element; + while (el.parentNode) { + if (el.tagName && hs.isHsAnchor(el)) { + for (var key = 0; key < hs.expanders.length; key++) { + var exp = hs.expanders[key]; + if (exp && exp.a == el) return key; + } + } + el = el.parentNode; + } + } + return null; +}, + +getExpander : function (el, expOnly) { + if (typeof el == 'undefined') return hs.expanders[hs.focusKey] || null; + if (typeof el == 'number') return hs.expanders[el] || null; + if (typeof el == 'string') el = hs.$(el); + return hs.expanders[hs.getWrapperKey(el, expOnly)] || null; +}, + +isHsAnchor : function (a) { + return (a.onclick && a.onclick.toString().replace(/\s/g, ' ').match(/hs.(htmlE|e)xpand/)); +}, + +reOrder : function () { + for (var i = 0; i < hs.expanders.length; i++) + if (hs.expanders[i] && hs.expanders[i].isExpanded) hs.focusTopmost(); +}, + +mouseClickHandler : function(e) +{ + if (!e) e = window.event; + if (e.button > 1) return true; + if (!e.target) e.target = e.srcElement; + + var el = e.target; + while (el.parentNode + && !(/highslide-(image|move|html|resize)/.test(el.className))) + { + el = el.parentNode; + } + var exp = hs.getExpander(el); + if (exp && (exp.isClosing || !exp.isExpanded)) return true; + + if (exp && e.type == 'mousedown') { + if (e.target.form) return true; + var match = el.className.match(/highslide-(image|move|resize)/); + if (match) { + hs.dragArgs = { + exp: exp , + type: match[1], + left: exp.x.pos, + width: exp.x.size, + top: exp.y.pos, + height: exp.y.size, + clickX: e.clientX, + clickY: e.clientY + }; + + + hs.addEventListener(document, 'mousemove', hs.dragHandler); + if (e.preventDefault) e.preventDefault(); // FF + + if (/highslide-(image|html)-blur/.test(exp.content.className)) { + exp.focus(); + hs.hasFocused = true; + } + return false; + } + } else if (e.type == 'mouseup') { + + hs.removeEventListener(document, 'mousemove', hs.dragHandler); + + if (hs.dragArgs) { + if (hs.styleRestoreCursor && hs.dragArgs.type == 'image') + hs.dragArgs.exp.content.style.cursor = hs.styleRestoreCursor; + var hasDragged = hs.dragArgs.hasDragged; + + if (!hasDragged &&!hs.hasFocused && !/(move|resize)/.test(hs.dragArgs.type)) { + exp.close(); + } + else if (hasDragged || (!hasDragged && hs.hasHtmlExpanders)) { + hs.dragArgs.exp.doShowHide('hidden'); + } + hs.hasFocused = false; + hs.dragArgs = null; + + } else if (/highslide-image-blur/.test(el.className)) { + el.style.cursor = hs.styleRestoreCursor; + } + } + return false; +}, + +dragHandler : function(e) +{ + if (!hs.dragArgs) return true; + if (!e) e = window.event; + var a = hs.dragArgs, exp = a.exp; + + a.dX = e.clientX - a.clickX; + a.dY = e.clientY - a.clickY; + + var distance = Math.sqrt(Math.pow(a.dX, 2) + Math.pow(a.dY, 2)); + if (!a.hasDragged) a.hasDragged = (a.type != 'image' && distance > 0) + || (distance > (hs.dragSensitivity || 5)); + + if (a.hasDragged && e.clientX > 5 && e.clientY > 5) { + + if (a.type == 'resize') exp.resize(a); + else { + exp.moveTo(a.left + a.dX, a.top + a.dY); + if (a.type == 'image') exp.content.style.cursor = 'move'; + } + } + return false; +}, + +wrapperMouseHandler : function (e) { + try { + if (!e) e = window.event; + var over = /mouseover/i.test(e.type); + if (!e.target) e.target = e.srcElement; // ie + if (!e.relatedTarget) e.relatedTarget = + over ? e.fromElement : e.toElement; // ie + var exp = hs.getExpander(e.target); + if (!exp.isExpanded) return; + if (!exp || !e.relatedTarget || hs.getExpander(e.relatedTarget, true) == exp + || hs.dragArgs) return; + for (var i = 0; i < exp.overlays.length; i++) (function() { + var o = hs.$('hsId'+ exp.overlays[i]); + if (o && o.hideOnMouseOut) { + if (over) hs.setStyles(o, { visibility: 'visible', display: '' }); + hs.animate(o, { opacity: over ? o.opacity : 0 }, o.dur); + } + })(); + } catch (e) {} +}, +addEventListener : function (el, event, func) { + if (el == document && event == 'ready') { + hs.push(hs.onReady, func); + } + try { + el.addEventListener(event, func, false); + } catch (e) { + try { + el.detachEvent('on'+ event, func); + el.attachEvent('on'+ event, func); + } catch (e) { + el['on'+ event] = func; + } + } +}, + +removeEventListener : function (el, event, func) { + try { + el.removeEventListener(event, func, false); + } catch (e) { + try { + el.detachEvent('on'+ event, func); + } catch (e) { + el['on'+ event] = null; + } + } +}, + +preloadFullImage : function (i) { + if (hs.continuePreloading && hs.preloadTheseImages[i] && hs.preloadTheseImages[i] != 'undefined') { + var img = document.createElement('img'); + img.onload = function() { + img = null; + hs.preloadFullImage(i + 1); + }; + img.src = hs.preloadTheseImages[i]; + } +}, +preloadImages : function (number) { + if (number && typeof number != 'object') hs.numberOfImagesToPreload = number; + + var arr = hs.getAnchors(); + for (var i = 0; i < arr.images.length && i < hs.numberOfImagesToPreload; i++) { + hs.push(hs.preloadTheseImages, hs.getSrc(arr.images[i])); + } + + // preload outlines + if (hs.outlineType) new hs.Outline(hs.outlineType, function () { hs.preloadFullImage(0)} ); + else + + hs.preloadFullImage(0); + + // preload cursor + if (hs.restoreCursor) var cur = hs.createElement('img', { src: hs.graphicsDir + hs.restoreCursor }); +}, + + +init : function () { + if (!hs.container) { + + hs.ieLt7 = hs.ie && hs.uaVersion < 7; + hs.ieLt9 = hs.ie && hs.uaVersion < 9; + + hs.getPageSize(); + for (var x in hs.langDefaults) { + if (typeof hs[x] != 'undefined') hs.lang[x] = hs[x]; + else if (typeof hs.lang[x] == 'undefined' && typeof hs.langDefaults[x] != 'undefined') + hs.lang[x] = hs.langDefaults[x]; + } + + hs.container = hs.createElement('div', { + className: 'highslide-container' + }, { + position: 'absolute', + left: 0, + top: 0, + width: '100%', + zIndex: hs.zIndexCounter, + direction: 'ltr' + }, + document.body, + true + ); + hs.loading = hs.createElement('a', { + className: 'highslide-loading', + title: hs.lang.loadingTitle, + innerHTML: hs.lang.loadingText, + href: 'javascript:;' + }, { + position: 'absolute', + top: '-9999px', + opacity: hs.loadingOpacity, + zIndex: 1 + }, hs.container + ); + hs.garbageBin = hs.createElement('div', null, { display: 'none' }, hs.container); + + // http://www.robertpenner.com/easing/ + Math.linearTween = function (t, b, c, d) { + return c*t/d + b; + }; + Math.easeInQuad = function (t, b, c, d) { + return c*(t/=d)*t + b; + }; + + hs.hideSelects = hs.ieLt7; + hs.hideIframes = ((window.opera && hs.uaVersion < 9) || navigator.vendor == 'KDE' + || (hs.ieLt7 && hs.uaVersion < 5.5)); + } +}, +ready : function() { + if (hs.isReady) return; + hs.isReady = true; + for (var i = 0; i < hs.onReady.length; i++) hs.onReady[i](); +}, + +updateAnchors : function() { + var el, els, all = [], images = [],groups = {}, re; + + for (var i = 0; i < hs.openerTagNames.length; i++) { + els = document.getElementsByTagName(hs.openerTagNames[i]); + for (var j = 0; j < els.length; j++) { + el = els[j]; + re = hs.isHsAnchor(el); + if (re) { + hs.push(all, el); + if (re[0] == 'hs.expand') hs.push(images, el); + var g = hs.getParam(el, 'slideshowGroup') || 'none'; + if (!groups[g]) groups[g] = []; + hs.push(groups[g], el); + } + } + } + hs.anchors = { all: all, groups: groups, images: images }; + return hs.anchors; + +}, + +getAnchors : function() { + return hs.anchors || hs.updateAnchors(); +}, + + +close : function(el) { + var exp = hs.getExpander(el); + if (exp) exp.close(); + return false; +} +}; // end hs object +hs.fx = function( elem, options, prop ){ + this.options = options; + this.elem = elem; + this.prop = prop; + + if (!options.orig) options.orig = {}; +}; +hs.fx.prototype = { + update: function(){ + (hs.fx.step[this.prop] || hs.fx.step._default)(this); + + if (this.options.step) + this.options.step.call(this.elem, this.now, this); + + }, + custom: function(from, to, unit){ + this.startTime = (new Date()).getTime(); + this.start = from; + this.end = to; + this.unit = unit;// || this.unit || "px"; + this.now = this.start; + this.pos = this.state = 0; + + var self = this; + function t(gotoEnd){ + return self.step(gotoEnd); + } + + t.elem = this.elem; + + if ( t() && hs.timers.push(t) == 1 ) { + hs.timerId = setInterval(function(){ + var timers = hs.timers; + + for ( var i = 0; i < timers.length; i++ ) + if ( !timers[i]() ) + timers.splice(i--, 1); + + if ( !timers.length ) { + clearInterval(hs.timerId); + } + }, 13); + } + }, + step: function(gotoEnd){ + var t = (new Date()).getTime(); + if ( gotoEnd || t >= this.options.duration + this.startTime ) { + this.now = this.end; + this.pos = this.state = 1; + this.update(); + + this.options.curAnim[ this.prop ] = true; + + var done = true; + for ( var i in this.options.curAnim ) + if ( this.options.curAnim[i] !== true ) + done = false; + + if ( done ) { + if (this.options.complete) this.options.complete.call(this.elem); + } + return false; + } else { + var n = t - this.startTime; + this.state = n / this.options.duration; + this.pos = this.options.easing(n, 0, 1, this.options.duration); + this.now = this.start + ((this.end - this.start) * this.pos); + this.update(); + } + return true; + } + +}; + +hs.extend( hs.fx, { + step: { + + opacity: function(fx){ + hs.setStyles(fx.elem, { opacity: fx.now }); + }, + + _default: function(fx){ + try { + if ( fx.elem.style && fx.elem.style[ fx.prop ] != null ) + fx.elem.style[ fx.prop ] = fx.now + fx.unit; + else + fx.elem[ fx.prop ] = fx.now; + } catch (e) {} + } + } +}); + +hs.Outline = function (outlineType, onLoad) { + this.onLoad = onLoad; + this.outlineType = outlineType; + var v = hs.uaVersion, tr; + + this.hasAlphaImageLoader = hs.ie && hs.uaVersion < 7; + if (!outlineType) { + if (onLoad) onLoad(); + return; + } + + hs.init(); + this.table = hs.createElement( + 'table', { + cellSpacing: 0 + }, { + visibility: 'hidden', + position: 'absolute', + borderCollapse: 'collapse', + width: 0 + }, + hs.container, + true + ); + var tbody = hs.createElement('tbody', null, null, this.table, 1); + + this.td = []; + for (var i = 0; i <= 8; i++) { + if (i % 3 == 0) tr = hs.createElement('tr', null, { height: 'auto' }, tbody, true); + this.td[i] = hs.createElement('td', null, null, tr, true); + var style = i != 4 ? { lineHeight: 0, fontSize: 0} : { position : 'relative' }; + hs.setStyles(this.td[i], style); + } + this.td[4].className = outlineType +' highslide-outline'; + + this.preloadGraphic(); +}; + +hs.Outline.prototype = { +preloadGraphic : function () { + var src = hs.graphicsDir + (hs.outlinesDir || "outlines/")+ this.outlineType +".png"; + + var appendTo = hs.safari && hs.uaVersion < 525 ? hs.container : null; + this.graphic = hs.createElement('img', null, { position: 'absolute', + top: '-9999px' }, appendTo, true); // for onload trigger + + var pThis = this; + this.graphic.onload = function() { pThis.onGraphicLoad(); }; + + this.graphic.src = src; +}, + +onGraphicLoad : function () { + var o = this.offset = this.graphic.width / 4, + pos = [[0,0],[0,-4],[-2,0],[0,-8],0,[-2,-8],[0,-2],[0,-6],[-2,-2]], + dim = { height: (2*o) +'px', width: (2*o) +'px' }; + for (var i = 0; i <= 8; i++) { + if (pos[i]) { + if (this.hasAlphaImageLoader) { + var w = (i == 1 || i == 7) ? '100%' : this.graphic.width +'px'; + var div = hs.createElement('div', null, { width: '100%', height: '100%', position: 'relative', overflow: 'hidden'}, this.td[i], true); + hs.createElement ('div', null, { + filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=scale, src='"+ this.graphic.src + "')", + position: 'absolute', + width: w, + height: this.graphic.height +'px', + left: (pos[i][0]*o)+'px', + top: (pos[i][1]*o)+'px' + }, + div, + true); + } else { + hs.setStyles(this.td[i], { background: 'url('+ this.graphic.src +') '+ (pos[i][0]*o)+'px '+(pos[i][1]*o)+'px'}); + } + + if (window.opera && (i == 3 || i ==5)) + hs.createElement('div', null, dim, this.td[i], true); + + hs.setStyles (this.td[i], dim); + } + } + this.graphic = null; + if (hs.pendingOutlines[this.outlineType]) hs.pendingOutlines[this.outlineType].destroy(); + hs.pendingOutlines[this.outlineType] = this; + if (this.onLoad) this.onLoad(); +}, + +setPosition : function (pos, offset, vis, dur, easing) { + var exp = this.exp, + stl = exp.wrapper.style, + offset = offset || 0, + pos = pos || { + x: exp.x.pos + offset, + y: exp.y.pos + offset, + w: exp.x.get('wsize') - 2 * offset, + h: exp.y.get('wsize') - 2 * offset + }; + if (vis) this.table.style.visibility = (pos.h >= 4 * this.offset) + ? 'visible' : 'hidden'; + hs.setStyles(this.table, { + left: (pos.x - this.offset) +'px', + top: (pos.y - this.offset) +'px', + width: (pos.w + 2 * this.offset) +'px' + }); + + pos.w -= 2 * this.offset; + pos.h -= 2 * this.offset; + hs.setStyles (this.td[4], { + width: pos.w >= 0 ? pos.w +'px' : 0, + height: pos.h >= 0 ? pos.h +'px' : 0 + }); + if (this.hasAlphaImageLoader) this.td[3].style.height + = this.td[5].style.height = this.td[4].style.height; + +}, + +destroy : function(hide) { + if (hide) this.table.style.visibility = 'hidden'; + else hs.discardElement(this.table); +} +}; + +hs.Dimension = function(exp, dim) { + this.exp = exp; + this.dim = dim; + this.ucwh = dim == 'x' ? 'Width' : 'Height'; + this.wh = this.ucwh.toLowerCase(); + this.uclt = dim == 'x' ? 'Left' : 'Top'; + this.lt = this.uclt.toLowerCase(); + this.ucrb = dim == 'x' ? 'Right' : 'Bottom'; + this.rb = this.ucrb.toLowerCase(); + this.p1 = this.p2 = 0; +}; +hs.Dimension.prototype = { +get : function(key) { + switch (key) { + case 'loadingPos': + return this.tpos + this.tb + (this.t - hs.loading['offset'+ this.ucwh]) / 2; + case 'wsize': + return this.size + 2 * this.cb + this.p1 + this.p2; + case 'fitsize': + return this.clientSize - this.marginMin - this.marginMax; + case 'maxsize': + return this.get('fitsize') - 2 * this.cb - this.p1 - this.p2 ; + case 'opos': + return this.pos - (this.exp.outline ? this.exp.outline.offset : 0); + case 'osize': + return this.get('wsize') + (this.exp.outline ? 2*this.exp.outline.offset : 0); + case 'imgPad': + return this.imgSize ? Math.round((this.size - this.imgSize) / 2) : 0; + + } +}, +calcBorders: function() { + // correct for borders + this.cb = (this.exp.content['offset'+ this.ucwh] - this.t) / 2; + + this.marginMax = hs['margin'+ this.ucrb]; +}, +calcThumb: function() { + this.t = this.exp.el[this.wh] ? parseInt(this.exp.el[this.wh]) : + this.exp.el['offset'+ this.ucwh]; + this.tpos = this.exp.tpos[this.dim]; + this.tb = (this.exp.el['offset'+ this.ucwh] - this.t) / 2; + if (this.tpos == 0 || this.tpos == -1) { + this.tpos = (hs.page[this.wh] / 2) + hs.page['scroll'+ this.uclt]; + }; +}, +calcExpanded: function() { + var exp = this.exp; + this.justify = 'auto'; + + + // size and position + this.pos = this.tpos - this.cb + this.tb; + + if (this.maxHeight && this.dim == 'x') + exp.maxWidth = Math.min(exp.maxWidth || this.full, exp.maxHeight * this.full / exp.y.full); + + this.size = Math.min(this.full, exp['max'+ this.ucwh] || this.full); + this.minSize = exp.allowSizeReduction ? + Math.min(exp['min'+ this.ucwh], this.full) :this.full; + if (exp.isImage && exp.useBox) { + this.size = exp[this.wh]; + this.imgSize = this.full; + } + if (this.dim == 'x' && hs.padToMinWidth) this.minSize = exp.minWidth; + this.marginMin = hs['margin'+ this.uclt]; + this.scroll = hs.page['scroll'+ this.uclt]; + this.clientSize = hs.page[this.wh]; +}, +setSize: function(i) { + var exp = this.exp; + if (exp.isImage && (exp.useBox || hs.padToMinWidth)) { + this.imgSize = i; + this.size = Math.max(this.size, this.imgSize); + exp.content.style[this.lt] = this.get('imgPad')+'px'; + } else + this.size = i; + + exp.content.style[this.wh] = i +'px'; + exp.wrapper.style[this.wh] = this.get('wsize') +'px'; + if (exp.outline) exp.outline.setPosition(); + if (this.dim == 'x' && exp.overlayBox) exp.sizeOverlayBox(true); +}, +setPos: function(i) { + this.pos = i; + this.exp.wrapper.style[this.lt] = i +'px'; + + if (this.exp.outline) this.exp.outline.setPosition(); + +} +}; + +hs.Expander = function(a, params, custom, contentType) { + if (document.readyState && hs.ie && !hs.isReady) { + hs.addEventListener(document, 'ready', function() { + new hs.Expander(a, params, custom, contentType); + }); + return; + } + this.a = a; + this.custom = custom; + this.contentType = contentType || 'image'; + this.isImage = !this.isHtml; + + hs.continuePreloading = false; + this.overlays = []; + hs.init(); + var key = this.key = hs.expanders.length; + // override inline parameters + for (var i = 0; i < hs.overrides.length; i++) { + var name = hs.overrides[i]; + this[name] = params && typeof params[name] != 'undefined' ? + params[name] : hs[name]; + } + if (!this.src) this.src = a.href; + + // get thumb + var el = (params && params.thumbnailId) ? hs.$(params.thumbnailId) : a; + el = this.thumb = el.getElementsByTagName('img')[0] || el; + this.thumbsUserSetId = el.id || a.id; + + // check if already open + for (var i = 0; i < hs.expanders.length; i++) { + if (hs.expanders[i] && hs.expanders[i].a == a) { + hs.expanders[i].focus(); + return false; + } + } + + // cancel other + if (!hs.allowSimultaneousLoading) for (var i = 0; i < hs.expanders.length; i++) { + if (hs.expanders[i] && hs.expanders[i].thumb != el && !hs.expanders[i].onLoadStarted) { + hs.expanders[i].cancelLoading(); + } + } + hs.expanders[key] = this; + if (!hs.allowMultipleInstances && !hs.upcoming) { + if (hs.expanders[key-1]) hs.expanders[key-1].close(); + if (typeof hs.focusKey != 'undefined' && hs.expanders[hs.focusKey]) + hs.expanders[hs.focusKey].close(); + } + + // initiate metrics + this.el = el; + this.tpos = this.pageOrigin || hs.getPosition(el); + hs.getPageSize(); + var x = this.x = new hs.Dimension(this, 'x'); + x.calcThumb(); + var y = this.y = new hs.Dimension(this, 'y'); + y.calcThumb(); + this.wrapper = hs.createElement( + 'div', { + id: 'highslide-wrapper-'+ this.key, + className: 'highslide-wrapper '+ this.wrapperClassName + }, { + visibility: 'hidden', + position: 'absolute', + zIndex: hs.zIndexCounter += 2 + }, null, true ); + + this.wrapper.onmouseover = this.wrapper.onmouseout = hs.wrapperMouseHandler; + if (this.contentType == 'image' && this.outlineWhileAnimating == 2) + this.outlineWhileAnimating = 0; + + // get the outline + if (!this.outlineType) { + this[this.contentType +'Create'](); + + } else if (hs.pendingOutlines[this.outlineType]) { + this.connectOutline(); + this[this.contentType +'Create'](); + + } else { + this.showLoading(); + var exp = this; + new hs.Outline(this.outlineType, + function () { + exp.connectOutline(); + exp[exp.contentType +'Create'](); + } + ); + } + return true; +}; + +hs.Expander.prototype = { +error : function(e) { + if (hs.debug) alert ('Line '+ e.lineNumber +': '+ e.message); + else window.location.href = this.src; +}, + +connectOutline : function() { + var outline = this.outline = hs.pendingOutlines[this.outlineType]; + outline.exp = this; + outline.table.style.zIndex = this.wrapper.style.zIndex - 1; + hs.pendingOutlines[this.outlineType] = null; +}, + +showLoading : function() { + if (this.onLoadStarted || this.loading) return; + + this.loading = hs.loading; + var exp = this; + this.loading.onclick = function() { + exp.cancelLoading(); + }; + var exp = this, + l = this.x.get('loadingPos') +'px', + t = this.y.get('loadingPos') +'px'; + setTimeout(function () { + if (exp.loading) hs.setStyles(exp.loading, { left: l, top: t, zIndex: hs.zIndexCounter++ })} + , 100); +}, + +imageCreate : function() { + var exp = this; + + var img = document.createElement('img'); + this.content = img; + img.onload = function () { + if (hs.expanders[exp.key]) exp.contentLoaded(); + }; + if (hs.blockRightClick) img.oncontextmenu = function() { return false; }; + img.className = 'highslide-image'; + hs.setStyles(img, { + visibility: 'hidden', + display: 'block', + position: 'absolute', + maxWidth: '9999px', + zIndex: 3 + }); + img.title = hs.lang.restoreTitle; + if (hs.safari && hs.uaVersion < 525) hs.container.appendChild(img); + if (hs.ie && hs.flushImgSize) img.src = null; + img.src = this.src; + + this.showLoading(); +}, + +contentLoaded : function() { + try { + if (!this.content) return; + this.content.onload = null; + if (this.onLoadStarted) return; + else this.onLoadStarted = true; + + var x = this.x, y = this.y; + + if (this.loading) { + hs.setStyles(this.loading, { top: '-9999px' }); + this.loading = null; + } + x.full = this.content.width; + y.full = this.content.height; + + hs.setStyles(this.content, { + width: x.t +'px', + height: y.t +'px' + }); + this.wrapper.appendChild(this.content); + hs.container.appendChild(this.wrapper); + + x.calcBorders(); + y.calcBorders(); + + hs.setStyles (this.wrapper, { + left: (x.tpos + x.tb - x.cb) +'px', + top: (y.tpos + x.tb - y.cb) +'px' + }); + this.getOverlays(); + + var ratio = x.full / y.full; + x.calcExpanded(); + this.justify(x); + + y.calcExpanded(); + this.justify(y); + if (this.overlayBox) this.sizeOverlayBox(0, 1); + + + if (this.allowSizeReduction) { + this.correctRatio(ratio); + if (this.isImage && this.x.full > (this.x.imgSize || this.x.size)) { + this.createFullExpand(); + if (this.overlays.length == 1) this.sizeOverlayBox(); + } + } + this.show(); + + } catch (e) { + this.error(e); + } +}, + +justify : function (p, moveOnly) { + var tgtArr, tgt = p.target, dim = p == this.x ? 'x' : 'y'; + + var hasMovedMin = false; + + var allowReduce = p.exp.allowSizeReduction; + p.pos = Math.round(p.pos - ((p.get('wsize') - p.t) / 2)); + if (p.pos < p.scroll + p.marginMin) { + p.pos = p.scroll + p.marginMin; + hasMovedMin = true; + } + if (!moveOnly && p.size < p.minSize) { + p.size = p.minSize; + allowReduce = false; + } + if (p.pos + p.get('wsize') > p.scroll + p.clientSize - p.marginMax) { + if (!moveOnly && hasMovedMin && allowReduce) { + p.size = Math.min(p.size, p.get(dim == 'y' ? 'fitsize' : 'maxsize')); + } else if (p.get('wsize') < p.get('fitsize')) { + p.pos = p.scroll + p.clientSize - p.marginMax - p.get('wsize'); + } else { // image larger than viewport + p.pos = p.scroll + p.marginMin; + if (!moveOnly && allowReduce) p.size = p.get(dim == 'y' ? 'fitsize' : 'maxsize'); + } + } + + if (!moveOnly && p.size < p.minSize) { + p.size = p.minSize; + allowReduce = false; + } + + + + if (p.pos < p.marginMin) { + var tmpMin = p.pos; + p.pos = p.marginMin; + + if (allowReduce && !moveOnly) p.size = p.size - (p.pos - tmpMin); + + } +}, + +correctRatio : function(ratio) { + var x = this.x, + y = this.y, + changed = false, + xSize = Math.min(x.full, x.size), + ySize = Math.min(y.full, y.size), + useBox = (this.useBox || hs.padToMinWidth); + + if (xSize / ySize > ratio) { // width greater + xSize = ySize * ratio; + if (xSize < x.minSize) { // below minWidth + xSize = x.minSize; + ySize = xSize / ratio; + } + changed = true; + + } else if (xSize / ySize < ratio) { // height greater + ySize = xSize / ratio; + changed = true; + } + + if (hs.padToMinWidth && x.full < x.minSize) { + x.imgSize = x.full; + y.size = y.imgSize = y.full; + } else if (this.useBox) { + x.imgSize = xSize; + y.imgSize = ySize; + } else { + x.size = xSize; + y.size = ySize; + } + changed = this.fitOverlayBox(this.useBox ? null : ratio, changed); + if (useBox && y.size < y.imgSize) { + y.imgSize = y.size; + x.imgSize = y.size * ratio; + } + if (changed || useBox) { + x.pos = x.tpos - x.cb + x.tb; + x.minSize = x.size; + this.justify(x, true); + + y.pos = y.tpos - y.cb + y.tb; + y.minSize = y.size; + this.justify(y, true); + if (this.overlayBox) this.sizeOverlayBox(); + } + + +}, +fitOverlayBox : function(ratio, changed) { + var x = this.x, y = this.y; + if (this.overlayBox) { + while (y.size > this.minHeight && x.size > this.minWidth + && y.get('wsize') > y.get('fitsize')) { + y.size -= 10; + if (ratio) x.size = y.size * ratio; + this.sizeOverlayBox(0, 1); + changed = true; + } + } + return changed; +}, + +show : function () { + var x = this.x, y = this.y; + this.doShowHide('hidden'); + + // Apply size change + this.changeSize( + 1, { + wrapper: { + width : x.get('wsize'), + height : y.get('wsize'), + left: x.pos, + top: y.pos + }, + content: { + left: x.p1 + x.get('imgPad'), + top: y.p1 + y.get('imgPad'), + width:x.imgSize ||x.size, + height:y.imgSize ||y.size + } + }, + hs.expandDuration + ); +}, + +changeSize : function(up, to, dur) { + + if (this.outline && !this.outlineWhileAnimating) { + if (up) this.outline.setPosition(); + else this.outline.destroy(); + } + + + if (!up) this.destroyOverlays(); + + var exp = this, + x = exp.x, + y = exp.y, + easing = this.easing; + if (!up) easing = this.easingClose || easing; + var after = up ? + function() { + + if (exp.outline) exp.outline.table.style.visibility = "visible"; + setTimeout(function() { + exp.afterExpand(); + }, 50); + } : + function() { + exp.afterClose(); + }; + if (up) hs.setStyles( this.wrapper, { + width: x.t +'px', + height: y.t +'px' + }); + if (this.fadeInOut) { + hs.setStyles(this.wrapper, { opacity: up ? 0 : 1 }); + hs.extend(to.wrapper, { opacity: up }); + } + hs.animate( this.wrapper, to.wrapper, { + duration: dur, + easing: easing, + step: function(val, args) { + if (exp.outline && exp.outlineWhileAnimating && args.prop == 'top') { + var fac = up ? args.pos : 1 - args.pos; + var pos = { + w: x.t + (x.get('wsize') - x.t) * fac, + h: y.t + (y.get('wsize') - y.t) * fac, + x: x.tpos + (x.pos - x.tpos) * fac, + y: y.tpos + (y.pos - y.tpos) * fac + }; + exp.outline.setPosition(pos, 0, 1); + } + } + }); + hs.animate( this.content, to.content, dur, easing, after); + if (up) { + this.wrapper.style.visibility = 'visible'; + this.content.style.visibility = 'visible'; + this.a.className += ' highslide-active-anchor'; + } +}, + + + + +afterExpand : function() { + this.isExpanded = true; + this.focus(); + if (hs.upcoming && hs.upcoming == this.a) hs.upcoming = null; + this.prepareNextOutline(); + var p = hs.page, mX = hs.mouse.x + p.scrollLeft, mY = hs.mouse.y + p.scrollTop; + this.mouseIsOver = this.x.pos < mX && mX < this.x.pos + this.x.get('wsize') + && this.y.pos < mY && mY < this.y.pos + this.y.get('wsize'); + if (this.overlayBox) this.showOverlays(); + +}, + + +prepareNextOutline : function() { + var key = this.key; + var outlineType = this.outlineType; + new hs.Outline(outlineType, + function () { try { hs.expanders[key].preloadNext(); } catch (e) {} }); +}, + + +preloadNext : function() { + var next = this.getAdjacentAnchor(1); + if (next && next.onclick.toString().match(/hs\.expand/)) + var img = hs.createElement('img', { src: hs.getSrc(next) }); +}, + + +getAdjacentAnchor : function(op) { + var current = this.getAnchorIndex(), as = hs.anchors.groups[this.slideshowGroup || 'none']; + return (as && as[current + op]) || null; +}, + +getAnchorIndex : function() { + var arr = hs.getAnchors().groups[this.slideshowGroup || 'none']; + if (arr) for (var i = 0; i < arr.length; i++) { + if (arr[i] == this.a) return i; + } + return null; +}, + + +cancelLoading : function() { + hs.discardElement (this.wrapper); + hs.expanders[this.key] = null; + if (this.loading) hs.loading.style.left = '-9999px'; +}, + +writeCredits : function () { + this.credits = hs.createElement('a', { + href: hs.creditsHref, + target: hs.creditsTarget, + className: 'highslide-credits', + innerHTML: hs.lang.creditsText, + title: hs.lang.creditsTitle + }); + this.createOverlay({ + overlayId: this.credits, + position: this.creditsPosition || 'top left' + }); +}, + +getInline : function(types, addOverlay) { + for (var i = 0; i < types.length; i++) { + var type = types[i], s = null; + if (!this[type +'Id'] && this.thumbsUserSetId) + this[type +'Id'] = type +'-for-'+ this.thumbsUserSetId; + if (this[type +'Id']) this[type] = hs.getNode(this[type +'Id']); + if (!this[type] && !this[type +'Text'] && this[type +'Eval']) try { + s = eval(this[type +'Eval']); + } catch (e) {} + if (!this[type] && this[type +'Text']) { + s = this[type +'Text']; + } + if (!this[type] && !s) { + this[type] = hs.getNode(this.a['_'+ type + 'Id']); + if (!this[type]) { + var next = this.a.nextSibling; + while (next && !hs.isHsAnchor(next)) { + if ((new RegExp('highslide-'+ type)).test(next.className || null)) { + if (!next.id) this.a['_'+ type + 'Id'] = next.id = 'hsId'+ hs.idCounter++; + this[type] = hs.getNode(next.id); + break; + } + next = next.nextSibling; + } + } + } + + if (!this[type] && s) this[type] = hs.createElement('div', + { className: 'highslide-'+ type, innerHTML: s } ); + + if (addOverlay && this[type]) { + var o = { position: (type == 'heading') ? 'above' : 'below' }; + for (var x in this[type+'Overlay']) o[x] = this[type+'Overlay'][x]; + o.overlayId = this[type]; + this.createOverlay(o); + } + } +}, + + +// on end move and resize +doShowHide : function(visibility) { + if (hs.hideSelects) this.showHideElements('SELECT', visibility); + if (hs.hideIframes) this.showHideElements('IFRAME', visibility); + if (hs.geckoMac) this.showHideElements('*', visibility); +}, +showHideElements : function (tagName, visibility) { + var els = document.getElementsByTagName(tagName); + var prop = tagName == '*' ? 'overflow' : 'visibility'; + for (var i = 0; i < els.length; i++) { + if (prop == 'visibility' || (document.defaultView.getComputedStyle( + els[i], "").getPropertyValue('overflow') == 'auto' + || els[i].getAttribute('hidden-by') != null)) { + var hiddenBy = els[i].getAttribute('hidden-by'); + if (visibility == 'visible' && hiddenBy) { + hiddenBy = hiddenBy.replace('['+ this.key +']', ''); + els[i].setAttribute('hidden-by', hiddenBy); + if (!hiddenBy) els[i].style[prop] = els[i].origProp; + } else if (visibility == 'hidden') { // hide if behind + var elPos = hs.getPosition(els[i]); + elPos.w = els[i].offsetWidth; + elPos.h = els[i].offsetHeight; + + + var clearsX = (elPos.x + elPos.w < this.x.get('opos') + || elPos.x > this.x.get('opos') + this.x.get('osize')); + var clearsY = (elPos.y + elPos.h < this.y.get('opos') + || elPos.y > this.y.get('opos') + this.y.get('osize')); + var wrapperKey = hs.getWrapperKey(els[i]); + if (!clearsX && !clearsY && wrapperKey != this.key) { // element falls behind image + if (!hiddenBy) { + els[i].setAttribute('hidden-by', '['+ this.key +']'); + els[i].origProp = els[i].style[prop]; + els[i].style[prop] = 'hidden'; + + } else if (hiddenBy.indexOf('['+ this.key +']') == -1) { + els[i].setAttribute('hidden-by', hiddenBy + '['+ this.key +']'); + } + } else if ((hiddenBy == '['+ this.key +']' || hs.focusKey == wrapperKey) + && wrapperKey != this.key) { // on move + els[i].setAttribute('hidden-by', ''); + els[i].style[prop] = els[i].origProp || ''; + } else if (hiddenBy && hiddenBy.indexOf('['+ this.key +']') > -1) { + els[i].setAttribute('hidden-by', hiddenBy.replace('['+ this.key +']', '')); + } + + } + } + } +}, + +focus : function() { + this.wrapper.style.zIndex = hs.zIndexCounter += 2; + // blur others + for (var i = 0; i < hs.expanders.length; i++) { + if (hs.expanders[i] && i == hs.focusKey) { + var blurExp = hs.expanders[i]; + blurExp.content.className += ' highslide-'+ blurExp.contentType +'-blur'; + blurExp.content.style.cursor = hs.ieLt7 ? 'hand' : 'pointer'; + blurExp.content.title = hs.lang.focusTitle; + } + } + + // focus this + if (this.outline) this.outline.table.style.zIndex + = this.wrapper.style.zIndex - 1; + this.content.className = 'highslide-'+ this.contentType; + this.content.title = hs.lang.restoreTitle; + + if (hs.restoreCursor) { + hs.styleRestoreCursor = window.opera ? 'pointer' : 'url('+ hs.graphicsDir + hs.restoreCursor +'), pointer'; + if (hs.ieLt7 && hs.uaVersion < 6) hs.styleRestoreCursor = 'hand'; + this.content.style.cursor = hs.styleRestoreCursor; + } + + hs.focusKey = this.key; + hs.addEventListener(document, window.opera ? 'keypress' : 'keydown', hs.keyHandler); +}, +moveTo: function(x, y) { + this.x.setPos(x); + this.y.setPos(y); +}, +resize : function (e) { + var w, h, r = e.width / e.height; + w = Math.max(e.width + e.dX, Math.min(this.minWidth, this.x.full)); + if (this.isImage && Math.abs(w - this.x.full) < 12) w = this.x.full; + h = w / r; + if (h < Math.min(this.minHeight, this.y.full)) { + h = Math.min(this.minHeight, this.y.full); + if (this.isImage) w = h * r; + } + this.resizeTo(w, h); +}, +resizeTo: function(w, h) { + this.y.setSize(h); + this.x.setSize(w); + this.wrapper.style.height = this.y.get('wsize') +'px'; +}, + +close : function() { + if (this.isClosing || !this.isExpanded) return; + this.isClosing = true; + + hs.removeEventListener(document, window.opera ? 'keypress' : 'keydown', hs.keyHandler); + + try { + this.content.style.cursor = 'default'; + this.changeSize( + 0, { + wrapper: { + width : this.x.t, + height : this.y.t, + left: this.x.tpos - this.x.cb + this.x.tb, + top: this.y.tpos - this.y.cb + this.y.tb + }, + content: { + left: 0, + top: 0, + width: this.x.t, + height: this.y.t + } + }, hs.restoreDuration + ); + } catch (e) { this.afterClose(); } +}, + +createOverlay : function (o) { + var el = o.overlayId; + if (typeof el == 'string') el = hs.getNode(el); + if (o.html) el = hs.createElement('div', { innerHTML: o.html }); + if (!el || typeof el == 'string') return; + el.style.display = 'block'; + this.genOverlayBox(); + var width = o.width && /^[0-9]+(px|%)$/.test(o.width) ? o.width : 'auto'; + if (/^(left|right)panel$/.test(o.position) && !/^[0-9]+px$/.test(o.width)) width = '200px'; + var overlay = hs.createElement( + 'div', { + id: 'hsId'+ hs.idCounter++, + hsId: o.hsId + }, { + position: 'absolute', + visibility: 'hidden', + width: width, + direction: hs.lang.cssDirection || '', + opacity: 0 + },this.overlayBox, + true + ); + + overlay.appendChild(el); + hs.extend(overlay, { + opacity: 1, + offsetX: 0, + offsetY: 0, + dur: (o.fade === 0 || o.fade === false || (o.fade == 2 && hs.ie)) ? 0 : 250 + }); + hs.extend(overlay, o); + + + if (this.gotOverlays) { + this.positionOverlay(overlay); + if (!overlay.hideOnMouseOut || this.mouseIsOver) + hs.animate(overlay, { opacity: overlay.opacity }, overlay.dur); + } + hs.push(this.overlays, hs.idCounter - 1); +}, +positionOverlay : function(overlay) { + var p = overlay.position || 'middle center', + offX = overlay.offsetX, + offY = overlay.offsetY; + if (overlay.parentNode != this.overlayBox) this.overlayBox.appendChild(overlay); + if (/left$/.test(p)) overlay.style.left = offX +'px'; + + if (/center$/.test(p)) hs.setStyles (overlay, { + left: '50%', + marginLeft: (offX - Math.round(overlay.offsetWidth / 2)) +'px' + }); + + if (/right$/.test(p)) overlay.style.right = - offX +'px'; + + if (/^leftpanel$/.test(p)) { + hs.setStyles(overlay, { + right: '100%', + marginRight: this.x.cb +'px', + top: - this.y.cb +'px', + bottom: - this.y.cb +'px', + overflow: 'auto' + }); + this.x.p1 = overlay.offsetWidth; + + } else if (/^rightpanel$/.test(p)) { + hs.setStyles(overlay, { + left: '100%', + marginLeft: this.x.cb +'px', + top: - this.y.cb +'px', + bottom: - this.y.cb +'px', + overflow: 'auto' + }); + this.x.p2 = overlay.offsetWidth; + } + + if (/^top/.test(p)) overlay.style.top = offY +'px'; + if (/^middle/.test(p)) hs.setStyles (overlay, { + top: '50%', + marginTop: (offY - Math.round(overlay.offsetHeight / 2)) +'px' + }); + if (/^bottom/.test(p)) overlay.style.bottom = - offY +'px'; + if (/^above$/.test(p)) { + hs.setStyles(overlay, { + left: (- this.x.p1 - this.x.cb) +'px', + right: (- this.x.p2 - this.x.cb) +'px', + bottom: '100%', + marginBottom: this.y.cb +'px', + width: 'auto' + }); + this.y.p1 = overlay.offsetHeight; + + } else if (/^below$/.test(p)) { + hs.setStyles(overlay, { + position: 'relative', + left: (- this.x.p1 - this.x.cb) +'px', + right: (- this.x.p2 - this.x.cb) +'px', + top: '100%', + marginTop: this.y.cb +'px', + width: 'auto' + }); + this.y.p2 = overlay.offsetHeight; + overlay.style.position = 'absolute'; + } +}, + +getOverlays : function() { + this.getInline(['heading', 'caption'], true); + if (this.heading && this.dragByHeading) this.heading.className += ' highslide-move'; + if (hs.showCredits) this.writeCredits(); + for (var i = 0; i < hs.overlays.length; i++) { + var o = hs.overlays[i], tId = o.thumbnailId, sg = o.slideshowGroup; + if ((!tId && !sg) || (tId && tId == this.thumbsUserSetId) + || (sg && sg === this.slideshowGroup)) { + this.createOverlay(o); + } + } + var os = []; + for (var i = 0; i < this.overlays.length; i++) { + var o = hs.$('hsId'+ this.overlays[i]); + if (/panel$/.test(o.position)) this.positionOverlay(o); + else hs.push(os, o); + } + for (var i = 0; i < os.length; i++) this.positionOverlay(os[i]); + this.gotOverlays = true; +}, +genOverlayBox : function() { + if (!this.overlayBox) this.overlayBox = hs.createElement ( + 'div', { + className: this.wrapperClassName + }, { + position : 'absolute', + width: (this.x.size || (this.useBox ? this.width : null) + || this.x.full) +'px', + height: (this.y.size || this.y.full) +'px', + visibility : 'hidden', + overflow : 'hidden', + zIndex : hs.ie ? 4 : 'auto' + }, + hs.container, + true + ); +}, +sizeOverlayBox : function(doWrapper, doPanels) { + var overlayBox = this.overlayBox, + x = this.x, + y = this.y; + hs.setStyles( overlayBox, { + width: x.size +'px', + height: y.size +'px' + }); + if (doWrapper || doPanels) { + for (var i = 0; i < this.overlays.length; i++) { + var o = hs.$('hsId'+ this.overlays[i]); + var ie6 = (hs.ieLt7 || document.compatMode == 'BackCompat'); + if (o && /^(above|below)$/.test(o.position)) { + if (ie6) { + o.style.width = (overlayBox.offsetWidth + 2 * x.cb + + x.p1 + x.p2) +'px'; + } + y[o.position == 'above' ? 'p1' : 'p2'] = o.offsetHeight; + } + if (o && ie6 && /^(left|right)panel$/.test(o.position)) { + o.style.height = (overlayBox.offsetHeight + 2* y.cb) +'px'; + } + } + } + if (doWrapper) { + hs.setStyles(this.content, { + top: y.p1 +'px' + }); + hs.setStyles(overlayBox, { + top: (y.p1 + y.cb) +'px' + }); + } +}, + +showOverlays : function() { + var b = this.overlayBox; + b.className = ''; + hs.setStyles(b, { + top: (this.y.p1 + this.y.cb) +'px', + left: (this.x.p1 + this.x.cb) +'px', + overflow : 'visible' + }); + if (hs.safari) b.style.visibility = 'visible'; + this.wrapper.appendChild (b); + for (var i = 0; i < this.overlays.length; i++) { + var o = hs.$('hsId'+ this.overlays[i]); + o.style.zIndex = o.zIndex || 4; + if (!o.hideOnMouseOut || this.mouseIsOver) { + o.style.visibility = 'visible'; + hs.setStyles(o, { visibility: 'visible', display: '' }); + hs.animate(o, { opacity: o.opacity }, o.dur); + } + } +}, + +destroyOverlays : function() { + if (!this.overlays.length) return; + hs.discardElement(this.overlayBox); +}, + + + +createFullExpand : function () { + this.fullExpandLabel = hs.createElement( + 'a', { + href: 'javascript:hs.expanders['+ this.key +'].doFullExpand();', + title: hs.lang.fullExpandTitle, + className: 'highslide-full-expand' + } + ); + + this.createOverlay({ + overlayId: this.fullExpandLabel, + position: hs.fullExpandPosition, + hideOnMouseOut: true, + opacity: hs.fullExpandOpacity + }); +}, + +doFullExpand : function () { + try { + if (this.fullExpandLabel) hs.discardElement(this.fullExpandLabel); + + this.focus(); + var xSize = this.x.size, + ySize = this.y.size; + this.resizeTo(this.x.full, this.y.full); + + var xpos = this.x.pos - (this.x.size - xSize) / 2; + if (xpos < hs.marginLeft) xpos = hs.marginLeft; + + var ypos = this.y.pos - (this.y.size - ySize) / 2; + if (ypos < hs.marginTop) ypos = hs.marginTop; + + this.moveTo(xpos, ypos); + this.doShowHide('hidden'); + + } catch (e) { + this.error(e); + } +}, + + +afterClose : function () { + this.a.className = this.a.className.replace('highslide-active-anchor', ''); + + this.doShowHide('visible'); + if (this.outline && this.outlineWhileAnimating) this.outline.destroy(); + + hs.discardElement(this.wrapper); + + hs.expanders[this.key] = null; + hs.reOrder(); +} + +}; +hs.langDefaults = hs.lang; +// history +var HsExpander = hs.Expander; +if (hs.ie && window == window.top) { + (function () { + try { + document.documentElement.doScroll('left'); + } catch (e) { + setTimeout(arguments.callee, 50); + return; + } + hs.ready(); + })(); +} +hs.addEventListener(document, 'DOMContentLoaded', hs.ready); +hs.addEventListener(window, 'load', hs.ready); + +// set handlers +hs.addEventListener(document, 'ready', function() { + if (hs.expandCursor) { + var style = hs.createElement('style', { type: 'text/css' }, null, + document.getElementsByTagName('HEAD')[0]), + backCompat = document.compatMode == 'BackCompat'; + + + function addRule(sel, dec) { + if (hs.ie && (hs.uaVersion < 9 || backCompat)) { + var last = document.styleSheets[document.styleSheets.length - 1]; + if (typeof(last.addRule) == "object") last.addRule(sel, dec); + } else { + style.appendChild(document.createTextNode(sel + " {" + dec + "}")); + } + } + function fix(prop) { + return 'expression( ( ( ignoreMe = document.documentElement.'+ prop + + ' ? document.documentElement.'+ prop +' : document.body.'+ prop +' ) ) + \'px\' );'; + } + if (hs.expandCursor) addRule ('.highslide img', + 'cursor: url('+ hs.graphicsDir + hs.expandCursor +'), pointer !important;'); + } +}); +hs.addEventListener(window, 'resize', function() { + hs.getPageSize(); +}); +hs.addEventListener(document, 'mousemove', function(e) { + hs.mouse = { x: e.clientX, y: e.clientY }; +}); +hs.addEventListener(document, 'mousedown', hs.mouseClickHandler); +hs.addEventListener(document, 'mouseup', hs.mouseClickHandler); + +hs.addEventListener(document, 'ready', hs.getAnchors); +hs.addEventListener(window, 'load', hs.preloadImages); +} diff --git a/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/highslide/highslide.min.js b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/highslide/highslide.min.js new file mode 100644 index 0000000..2437ab7 --- /dev/null +++ b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/highslide/highslide.min.js @@ -0,0 +1,9 @@ +/** + * Name: Highslide JS + * Version: 4.1.13 (2011-10-06) + * Config: default + * Author: Torstein Hønsi + * Support: www.highslide.com/support + * License: www.highslide.com/#license + */ +if(!hs){var hs={lang:{cssDirection:"ltr",loadingText:"Loading...",loadingTitle:"Click to cancel",focusTitle:"Click to bring to front",fullExpandTitle:"Expand to actual size (f)",creditsText:"Powered by Highslide JS",creditsTitle:"Go to the Highslide JS homepage",restoreTitle:"Click to close image, click and drag to move. Use arrow keys for next and previous."},graphicsDir:"highslide/graphics/",expandCursor:"zoomin.cur",restoreCursor:"zoomout.cur",expandDuration:250,restoreDuration:250,marginLeft:15,marginRight:15,marginTop:15,marginBottom:15,zIndexCounter:1001,loadingOpacity:0.75,allowMultipleInstances:true,numberOfImagesToPreload:5,outlineWhileAnimating:2,outlineStartOffset:3,padToMinWidth:false,fullExpandPosition:"bottom right",fullExpandOpacity:1,showCredits:true,creditsHref:"http://highslide.com/",creditsTarget:"_self",enableKeyListener:true,openerTagNames:["a"],dragByHeading:true,minWidth:200,minHeight:200,allowSizeReduction:true,outlineType:"drop-shadow",preloadTheseImages:[],continuePreloading:true,expanders:[],overrides:["allowSizeReduction","useBox","outlineType","outlineWhileAnimating","captionId","captionText","captionEval","captionOverlay","headingId","headingText","headingEval","headingOverlay","creditsPosition","dragByHeading","width","height","wrapperClassName","minWidth","minHeight","maxWidth","maxHeight","pageOrigin","slideshowGroup","easing","easingClose","fadeInOut","src"],overlays:[],idCounter:0,oPos:{x:["leftpanel","left","center","right","rightpanel"],y:["above","top","middle","bottom","below"]},mouse:{},headingOverlay:{},captionOverlay:{},timers:[],pendingOutlines:{},clones:{},onReady:[],uaVersion:/Trident\/4\.0/.test(navigator.userAgent)?8:parseFloat((navigator.userAgent.toLowerCase().match(/.+(?:rv|it|ra|ie)[\/: ]([\d.]+)/)||[0,"0"])[1]),ie:(document.all&&!window.opera),safari:/Safari/.test(navigator.userAgent),geckoMac:/Macintosh.+rv:1\.[0-8].+Gecko/.test(navigator.userAgent),$:function(a){if(a){return document.getElementById(a)}},push:function(a,b){a[a.length]=b},createElement:function(a,f,e,d,c){var b=document.createElement(a);if(f){hs.extend(b,f)}if(c){hs.setStyles(b,{padding:0,border:"none",margin:0})}if(e){hs.setStyles(b,e)}if(d){d.appendChild(b)}return b},extend:function(b,c){for(var a in c){b[a]=c[a]}return b},setStyles:function(b,c){for(var a in c){if(hs.ieLt9&&a=="opacity"){if(c[a]>0.99){b.style.removeAttribute("filter")}else{b.style.filter="alpha(opacity="+(c[a]*100)+")"}}else{b.style[a]=c[a]}}},animate:function(f,a,d){var c,g,j;if(typeof d!="object"||d===null){var i=arguments;d={duration:i[2],easing:i[3],complete:i[4]}}if(typeof d.duration!="number"){d.duration=250}d.easing=Math[d.easing]||Math.easeInQuad;d.curAnim=hs.extend({},a);for(var b in a){var h=new hs.fx(f,d,b);c=parseFloat(hs.css(f,b))||0;g=parseFloat(a[b]);j=b!="opacity"?"px":"";h.custom(c,g,j)}},css:function(a,c){if(a.style[c]){return a.style[c]}else{if(document.defaultView){return document.defaultView.getComputedStyle(a,null).getPropertyValue(c)}else{if(c=="opacity"){c="filter"}var b=a.currentStyle[c.replace(/\-(\w)/g,function(e,d){return d.toUpperCase()})];if(c=="filter"){b=b.replace(/alpha\(opacity=([0-9]+)\)/,function(e,d){return d/100})}return b===""?1:b}}},getPageSize:function(){var f=document,b=window,e=f.compatMode&&f.compatMode!="BackCompat"?f.documentElement:f.body,g=hs.ie&&(hs.uaVersion<9||typeof pageXOffset=="undefined");var c=g?e.clientWidth:(f.documentElement.clientWidth||self.innerWidth),a=g?e.clientHeight:self.innerHeight;hs.page={width:c,height:a,scrollLeft:g?e.scrollLeft:pageXOffset,scrollTop:g?e.scrollTop:pageYOffset};return hs.page},getPosition:function(a){var b={x:a.offsetLeft,y:a.offsetTop};while(a.offsetParent){a=a.offsetParent;b.x+=a.offsetLeft;b.y+=a.offsetTop;if(a!=document.body&&a!=document.documentElement){b.x-=a.scrollLeft;b.y-=a.scrollTop}}return b},expand:function(b,g,d,c){if(!b){b=hs.createElement("a",null,{display:"none"},hs.container)}if(typeof b.getParams=="function"){return g}try{new hs.Expander(b,g,d);return false}catch(f){return true}},focusTopmost:function(){var c=0,b=-1,a=hs.expanders,e,f;for(var d=0;dc){c=f;b=d}}}if(b==-1){hs.focusKey=-1}else{a[b].focus()}},getParam:function(b,d){b.getParams=b.onclick;var c=b.getParams?b.getParams():null;b.getParams=null;return(c&&typeof c[d]!="undefined")?c[d]:(typeof hs[d]!="undefined"?hs[d]:null)},getSrc:function(b){var c=hs.getParam(b,"src");if(c){return c}return b.href},getNode:function(e){var c=hs.$(e),d=hs.clones[e],b={};if(!c&&!d){return null}if(!d){d=c.cloneNode(true);d.id="";hs.clones[e]=d;return c}else{return d.cloneNode(true)}},discardElement:function(a){if(a){hs.garbageBin.appendChild(a)}hs.garbageBin.innerHTML=""},transit:function(a,d){var b=d||hs.getExpander();d=b;if(hs.upcoming){return false}else{hs.last=b}hs.removeEventListener(document,window.opera?"keypress":"keydown",hs.keyHandler);try{hs.upcoming=a;a.onclick()}catch(c){hs.last=hs.upcoming=null}try{d.close()}catch(c){}return false},previousOrNext:function(a,c){var b=hs.getExpander(a);if(b){return hs.transit(b.getAdjacentAnchor(c),b)}else{return false}},previous:function(a){return hs.previousOrNext(a,-1)},next:function(a){return hs.previousOrNext(a,1)},keyHandler:function(a){if(!a){a=window.event}if(!a.target){a.target=a.srcElement}if(typeof a.target.form!="undefined"){return true}var b=hs.getExpander();var c=null;switch(a.keyCode){case 70:if(b){b.doFullExpand()}return true;case 32:case 34:case 39:case 40:c=1;break;case 8:case 33:case 37:case 38:c=-1;break;case 27:case 13:c=0}if(c!==null){hs.removeEventListener(document,window.opera?"keypress":"keydown",hs.keyHandler);if(!hs.enableKeyListener){return true}if(a.preventDefault){a.preventDefault()}else{a.returnValue=false}if(b){if(c==0){b.close()}else{hs.previousOrNext(b.key,c)}return false}}return true},registerOverlay:function(a){hs.push(hs.overlays,hs.extend(a,{hsId:"hsId"+hs.idCounter++}))},getWrapperKey:function(c,b){var e,d=/^highslide-wrapper-([0-9]+)$/;e=c;while(e.parentNode){if(e.id&&d.test(e.id)){return e.id.replace(d,"$1")}e=e.parentNode}if(!b){e=c;while(e.parentNode){if(e.tagName&&hs.isHsAnchor(e)){for(var a=0;a1){return true}if(!d.target){d.target=d.srcElement}var b=d.target;while(b.parentNode&&!(/highslide-(image|move|html|resize)/.test(b.className))){b=b.parentNode}var f=hs.getExpander(b);if(f&&(f.isClosing||!f.isExpanded)){return true}if(f&&d.type=="mousedown"){if(d.target.form){return true}var a=b.className.match(/highslide-(image|move|resize)/);if(a){hs.dragArgs={exp:f,type:a[1],left:f.x.pos,width:f.x.size,top:f.y.pos,height:f.y.size,clickX:d.clientX,clickY:d.clientY};hs.addEventListener(document,"mousemove",hs.dragHandler);if(d.preventDefault){d.preventDefault()}if(/highslide-(image|html)-blur/.test(f.content.className)){f.focus();hs.hasFocused=true}return false}}else{if(d.type=="mouseup"){hs.removeEventListener(document,"mousemove",hs.dragHandler);if(hs.dragArgs){if(hs.styleRestoreCursor&&hs.dragArgs.type=="image"){hs.dragArgs.exp.content.style.cursor=hs.styleRestoreCursor}var c=hs.dragArgs.hasDragged;if(!c&&!hs.hasFocused&&!/(move|resize)/.test(hs.dragArgs.type)){f.close()}else{if(c||(!c&&hs.hasHtmlExpanders)){hs.dragArgs.exp.doShowHide("hidden")}}hs.hasFocused=false;hs.dragArgs=null}else{if(/highslide-image-blur/.test(b.className)){b.style.cursor=hs.styleRestoreCursor}}}}return false},dragHandler:function(c){if(!hs.dragArgs){return true}if(!c){c=window.event}var b=hs.dragArgs,d=b.exp;b.dX=c.clientX-b.clickX;b.dY=c.clientY-b.clickY;var f=Math.sqrt(Math.pow(b.dX,2)+Math.pow(b.dY,2));if(!b.hasDragged){b.hasDragged=(b.type!="image"&&f>0)||(f>(hs.dragSensitivity||5))}if(b.hasDragged&&c.clientX>5&&c.clientY>5){if(b.type=="resize"){d.resize(b)}else{d.moveTo(b.left+b.dX,b.top+b.dY);if(b.type=="image"){d.content.style.cursor="move"}}}return false},wrapperMouseHandler:function(c){try{if(!c){c=window.event}var b=/mouseover/i.test(c.type);if(!c.target){c.target=c.srcElement}if(!c.relatedTarget){c.relatedTarget=b?c.fromElement:c.toElement}var d=hs.getExpander(c.target);if(!d.isExpanded){return}if(!d||!c.relatedTarget||hs.getExpander(c.relatedTarget,true)==d||hs.dragArgs){return}for(var a=0;a=this.options.duration+this.startTime){this.now=this.end;this.pos=this.state=1;this.update();this.options.curAnim[this.prop]=true;var a=true;for(var b in this.options.curAnim){if(this.options.curAnim[b]!==true){a=false}}if(a){if(this.options.complete){this.options.complete.call(this.elem)}}return false}else{var e=c-this.startTime;this.state=e/this.options.duration;this.pos=this.options.easing(e,0,1,this.options.duration);this.now=this.start+((this.end-this.start)*this.pos);this.update()}return true}};hs.extend(hs.fx,{step:{opacity:function(a){hs.setStyles(a.elem,{opacity:a.now})},_default:function(a){try{if(a.elem.style&&a.elem.style[a.prop]!=null){a.elem.style[a.prop]=a.now+a.unit}else{a.elem[a.prop]=a.now}}catch(b){}}}});hs.Outline=function(g,e){this.onLoad=e;this.outlineType=g;var a=hs.uaVersion,f;this.hasAlphaImageLoader=hs.ie&&hs.uaVersion<7;if(!g){if(e){e()}return}hs.init();this.table=hs.createElement("table",{cellSpacing:0},{visibility:"hidden",position:"absolute",borderCollapse:"collapse",width:0},hs.container,true);var b=hs.createElement("tbody",null,null,this.table,1);this.td=[];for(var c=0;c<=8;c++){if(c%3==0){f=hs.createElement("tr",null,{height:"auto"},b,true)}this.td[c]=hs.createElement("td",null,null,f,true);var d=c!=4?{lineHeight:0,fontSize:0}:{position:"relative"};hs.setStyles(this.td[c],d)}this.td[4].className=g+" highslide-outline";this.preloadGraphic()};hs.Outline.prototype={preloadGraphic:function(){var b=hs.graphicsDir+(hs.outlinesDir||"outlines/")+this.outlineType+".png";var a=hs.safari&&hs.uaVersion<525?hs.container:null;this.graphic=hs.createElement("img",null,{position:"absolute",top:"-9999px"},a,true);var c=this;this.graphic.onload=function(){c.onGraphicLoad()};this.graphic.src=b},onGraphicLoad:function(){var d=this.offset=this.graphic.width/4,f=[[0,0],[0,-4],[-2,0],[0,-8],0,[-2,-8],[0,-2],[0,-6],[-2,-2]],c={height:(2*d)+"px",width:(2*d)+"px"};for(var b=0;b<=8;b++){if(f[b]){if(this.hasAlphaImageLoader){var a=(b==1||b==7)?"100%":this.graphic.width+"px";var e=hs.createElement("div",null,{width:"100%",height:"100%",position:"relative",overflow:"hidden"},this.td[b],true);hs.createElement("div",null,{filter:"progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=scale, src='"+this.graphic.src+"')",position:"absolute",width:a,height:this.graphic.height+"px",left:(f[b][0]*d)+"px",top:(f[b][1]*d)+"px"},e,true)}else{hs.setStyles(this.td[b],{background:"url("+this.graphic.src+") "+(f[b][0]*d)+"px "+(f[b][1]*d)+"px"})}if(window.opera&&(b==3||b==5)){hs.createElement("div",null,c,this.td[b],true)}hs.setStyles(this.td[b],c)}}this.graphic=null;if(hs.pendingOutlines[this.outlineType]){hs.pendingOutlines[this.outlineType].destroy()}hs.pendingOutlines[this.outlineType]=this;if(this.onLoad){this.onLoad()}},setPosition:function(g,e,c,b,f){var d=this.exp,a=d.wrapper.style,e=e||0,g=g||{x:d.x.pos+e,y:d.y.pos+e,w:d.x.get("wsize")-2*e,h:d.y.get("wsize")-2*e};if(c){this.table.style.visibility=(g.h>=4*this.offset)?"visible":"hidden"}hs.setStyles(this.table,{left:(g.x-this.offset)+"px",top:(g.y-this.offset)+"px",width:(g.w+2*this.offset)+"px"});g.w-=2*this.offset;g.h-=2*this.offset;hs.setStyles(this.td[4],{width:g.w>=0?g.w+"px":0,height:g.h>=0?g.h+"px":0});if(this.hasAlphaImageLoader){this.td[3].style.height=this.td[5].style.height=this.td[4].style.height}},destroy:function(a){if(a){this.table.style.visibility="hidden"}else{hs.discardElement(this.table)}}};hs.Dimension=function(b,a){this.exp=b;this.dim=a;this.ucwh=a=="x"?"Width":"Height";this.wh=this.ucwh.toLowerCase();this.uclt=a=="x"?"Left":"Top";this.lt=this.uclt.toLowerCase();this.ucrb=a=="x"?"Right":"Bottom";this.rb=this.ucrb.toLowerCase();this.p1=this.p2=0};hs.Dimension.prototype={get:function(a){switch(a){case"loadingPos":return this.tpos+this.tb+(this.t-hs.loading["offset"+this.ucwh])/2;case"wsize":return this.size+2*this.cb+this.p1+this.p2;case"fitsize":return this.clientSize-this.marginMin-this.marginMax;case"maxsize":return this.get("fitsize")-2*this.cb-this.p1-this.p2;case"opos":return this.pos-(this.exp.outline?this.exp.outline.offset:0);case"osize":return this.get("wsize")+(this.exp.outline?2*this.exp.outline.offset:0);case"imgPad":return this.imgSize?Math.round((this.size-this.imgSize)/2):0}},calcBorders:function(){this.cb=(this.exp.content["offset"+this.ucwh]-this.t)/2;this.marginMax=hs["margin"+this.ucrb]},calcThumb:function(){this.t=this.exp.el[this.wh]?parseInt(this.exp.el[this.wh]):this.exp.el["offset"+this.ucwh];this.tpos=this.exp.tpos[this.dim];this.tb=(this.exp.el["offset"+this.ucwh]-this.t)/2;if(this.tpos==0||this.tpos==-1){this.tpos=(hs.page[this.wh]/2)+hs.page["scroll"+this.uclt]}},calcExpanded:function(){var a=this.exp;this.justify="auto";this.pos=this.tpos-this.cb+this.tb;if(this.maxHeight&&this.dim=="x"){a.maxWidth=Math.min(a.maxWidth||this.full,a.maxHeight*this.full/a.y.full)}this.size=Math.min(this.full,a["max"+this.ucwh]||this.full);this.minSize=a.allowSizeReduction?Math.min(a["min"+this.ucwh],this.full):this.full;if(a.isImage&&a.useBox){this.size=a[this.wh];this.imgSize=this.full}if(this.dim=="x"&&hs.padToMinWidth){this.minSize=a.minWidth}this.marginMin=hs["margin"+this.uclt];this.scroll=hs.page["scroll"+this.uclt];this.clientSize=hs.page[this.wh]},setSize:function(a){var b=this.exp;if(b.isImage&&(b.useBox||hs.padToMinWidth)){this.imgSize=a;this.size=Math.max(this.size,this.imgSize);b.content.style[this.lt]=this.get("imgPad")+"px"}else{this.size=a}b.content.style[this.wh]=a+"px";b.wrapper.style[this.wh]=this.get("wsize")+"px";if(b.outline){b.outline.setPosition()}if(this.dim=="x"&&b.overlayBox){b.sizeOverlayBox(true)}},setPos:function(a){this.pos=a;this.exp.wrapper.style[this.lt]=a+"px";if(this.exp.outline){this.exp.outline.setPosition()}}};hs.Expander=function(k,f,b,l){if(document.readyState&&hs.ie&&!hs.isReady){hs.addEventListener(document,"ready",function(){new hs.Expander(k,f,b,l)});return}this.a=k;this.custom=b;this.contentType=l||"image";this.isImage=!this.isHtml;hs.continuePreloading=false;this.overlays=[];hs.init();var m=this.key=hs.expanders.length;for(var g=0;g(this.x.imgSize||this.x.size)){this.createFullExpand();if(this.overlays.length==1){this.sizeOverlayBox()}}}this.show()}catch(c){this.error(c)}},justify:function(f,b){var g,h=f.target,e=f==this.x?"x":"y";var d=false;var a=f.exp.allowSizeReduction;f.pos=Math.round(f.pos-((f.get("wsize")-f.t)/2));if(f.posf.scroll+f.clientSize-f.marginMax){if(!b&&d&&a){f.size=Math.min(f.size,f.get(e=="y"?"fitsize":"maxsize"))}else{if(f.get("wsize")c){d=b*c;if(dthis.minHeight&&a.size>this.minWidth&&d.get("wsize")>d.get("fitsize")){d.size-=10;if(b){a.size=d.size*b}this.sizeOverlayBox(0,1);c=true}}return c},show:function(){var a=this.x,b=this.y;this.doShowHide("hidden");this.changeSize(1,{wrapper:{width:a.get("wsize"),height:b.get("wsize"),left:a.pos,top:b.pos},content:{left:a.p1+a.get("imgPad"),top:b.p1+b.get("imgPad"),width:a.imgSize||a.size,height:b.imgSize||b.size}},hs.expandDuration)},changeSize:function(b,h,c){if(this.outline&&!this.outlineWhileAnimating){if(b){this.outline.setPosition()}else{this.outline.destroy()}}if(!b){this.destroyOverlays()}var e=this,a=e.x,g=e.y,f=this.easing;if(!b){f=this.easingClose||f}var d=b?function(){if(e.outline){e.outline.table.style.visibility="visible"}setTimeout(function(){e.afterExpand()},50)}:function(){e.afterClose()};if(b){hs.setStyles(this.wrapper,{width:a.t+"px",height:g.t+"px"})}if(this.fadeInOut){hs.setStyles(this.wrapper,{opacity:b?0:1});hs.extend(h.wrapper,{opacity:b})}hs.animate(this.wrapper,h.wrapper,{duration:c,easing:f,step:function(k,i){if(e.outline&&e.outlineWhileAnimating&&i.prop=="top"){var j=b?i.pos:1-i.pos;var l={w:a.t+(a.get("wsize")-a.t)*j,h:g.t+(g.get("wsize")-g.t)*j,x:a.tpos+(a.pos-a.tpos)*j,y:g.tpos+(g.pos-g.tpos)*j};e.outline.setPosition(l,0,1)}}});hs.animate(this.content,h.content,c,f,d);if(b){this.wrapper.style.visibility="visible";this.content.style.visibility="visible";this.a.className+=" highslide-active-anchor"}},afterExpand:function(){this.isExpanded=true;this.focus();if(hs.upcoming&&hs.upcoming==this.a){hs.upcoming=null}this.prepareNextOutline();var c=hs.page,b=hs.mouse.x+c.scrollLeft,a=hs.mouse.y+c.scrollTop;this.mouseIsOver=this.x.posthis.x.get("opos")+this.x.get("osize"));var g=(k.y+k.hthis.y.get("opos")+this.y.get("osize"));var d=hs.getWrapperKey(e[f]);if(!j&&!g&&d!=this.key){if(!h){e[f].setAttribute("hidden-by","["+this.key+"]");e[f].origProp=e[f].style[a];e[f].style[a]="hidden"}else{if(h.indexOf("["+this.key+"]")==-1){e[f].setAttribute("hidden-by",h+"["+this.key+"]")}}}else{if((h=="["+this.key+"]"||hs.focusKey==d)&&d!=this.key){e[f].setAttribute("hidden-by","");e[f].style[a]=e[f].origProp||""}else{if(h&&h.indexOf("["+this.key+"]")>-1){e[f].setAttribute("hidden-by",h.replace("["+this.key+"]",""))}}}}}}}},focus:function(){this.wrapper.style.zIndex=hs.zIndexCounter+=2;for(var a=0;a35?String.fromCharCode(c+29):c.toString(36))};if(!''.replace(/^/,String)){while(c--){d[e(c)]=k[c]||e(c)}k=[function(e){return d[e]}];e=function(){return'\\w+'};c=1};while(c--){if(k[c]){p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c])}}return p}('q(!m){u m={1F:{8l:\'6P\',6K:\'93...\',6L:\'6b 1L 92\',7T:\'6b 1L 91 1L 8Z\',88:\'90 1L 94 I (f)\',8e:\'95 2t 6I 6F\',8b:\'9a 1L 98 6I 6F 97\',5V:\'6b 1L 2h 1Y, 96 6O 8Y 1L 3c. 8X 8Q 8P S 1A 6O 79.\'},47:\'1c/8O/\',4l:\'8M.6A\',3S:\'8N.6A\',84:5c,7y:5c,43:15,7J:15,48:15,7N:15,3L:8R,7g:0.75,8j:G,5U:5,2R:2,8S:3,3V:1a,7z:\'2S 2o\',7O:1,7W:G,8x:\'8W://1c.8V/\',8o:\'8U\',7e:G,5t:[\'a\'],68:G,3Y:6W,3K:6W,3N:G,1h:\'9b-9c\',3U:[],5j:G,N:[],5i:[\'3N\',\'2d\',\'1h\',\'2R\',\'9u\',\'9t\',\'9s\',\'6R\',\'9q\',\'9r\',\'9v\',\'6X\',\'89\',\'68\',\'M\',\'16\',\'60\',\'3Y\',\'3K\',\'4X\',\'5q\',\'8h\',\'3b\',\'1J\',\'85\',\'86\',\'1l\'],1v:[],3F:0,9w:{x:[\'8n\',\'18\',\'6c\',\'2o\',\'7x\'],y:[\'42\',\'W\',\'6a\',\'2S\',\'4r\']},4B:{},6X:{},6R:{},2A:[],2Q:{},6m:{},4a:[],1R:/9A\\/4\\.0/.14(3W.4V)?8:6g((3W.4V.58().2X(/.+(?:6V|9z|9y|1P)[\\/: ]([\\d.]+)/)||[0,\'0\'])[1]),1P:(L.3R&&!1n.2r),4D:/9x/.14(3W.4V),8y:/9p.+6V:1\\.[0-8].+9o/.14(3W.4V),$:A(1t){q(1t)C L.9h(1t)},2e:A(2c,2v){2c[2c.X]=2v},Z:A(6S,3a,2F,6f,6U){u B=L.Z(6S);q(3a)m.2q(B,3a);q(6U)m.T(B,{9f:0,9d:\'3r\',5h:0});q(2F)m.T(B,2F);q(6f)6f.2g(B);C B},2q:A(B,3a){S(u x 3v 3a)B[x]=3a[x];C B},T:A(B,2F){S(u x 3v 2F){q(m.2Y&&x==\'1o\'){q(2F[x]>0.99)B.F.9e(\'3P\');K B.F.3P=\'7k(1o=\'+(2F[x]*1V)+\')\'}K B.F[x]=2F[x]}},3p:A(B,Q,25){u 2O,3h,2M;q(1m 25!=\'5I\'||25===H){u 2y=87;25={2Z:2y[2],1J:2y[3],5y:2y[4]}}q(1m 25.2Z!=\'3g\')25.2Z=5c;25.1J=1d[25.1J]||1d.6Z;25.4c=m.2q({},Q);S(u 2b 3v Q){u e=1S m.1k(B,25,2b);2O=6g(m.5s(B,2b))||0;3h=6g(Q[2b]);2M=2b!=\'1o\'?\'D\':\'\';e.2z(2O,3h,2M)}},5s:A(B,Q){q(B.F[Q]){C B.F[Q]}K q(L.63){C L.63.8B(B,H).8s(Q)}K{q(Q==\'1o\')Q=\'3P\';u 2v=B.8L[Q.31(/\\-(\\w)/g,A(a,b){C b.9j()})];q(Q==\'3P\')2v=2v.31(/7k\\(1o=([0-9]+)\\)/,A(a,b){C b/1V});C 2v===\'\'?1:2v}},4N:A(){u d=L,w=1n,3D=d.5a&&d.5a!=\'5K\'?d.3i:d.4J,2Y=m.1P&&(m.1R<9||1m 71==\'1Z\');u M=2Y?3D.7j:(d.3i.7j||4H.9n),16=2Y?3D.9m:4H.9l;m.2J={M:M,16:16,4w:2Y?3D.4w:71,4y:2Y?3D.4y:9k};C m.2J},62:A(B){u p={x:B.7n,y:B.7s};3m(B.7m){B=B.7m;p.x+=B.7n;p.y+=B.7s;q(B!=L.4J&&B!=L.3i){p.x-=B.4w;p.y-=B.4y}}C p},4b:A(a,21,2z,J){q(!a)a=m.Z(\'a\',H,{3q:\'3r\'},m.20);q(1m a.3E==\'A\')C 21;1z{1S m.46(a,21,2z);C 1a}1C(e){C G}},7a:A(){u 5X=0,54=-1,N=m.N,z,1p;S(u i=0;i5X){5X=1p;54=i}}}q(54==-1)m.2u=-1;K N[54].3k()},5r:A(a,3J){a.3E=a.3x;u p=a.3E?a.3E():H;a.3E=H;C(p&&1m p[3J]!=\'1Z\')?p[3J]:(1m m[3J]!=\'1Z\'?m[3J]:H)},5l:A(a){u 1l=m.5r(a,\'1l\');q(1l)C 1l;C a.3y},3B:A(1t){u 4s=m.$(1t),2U=m.6m[1t],a={};q(!4s&&!2U)C H;q(!2U){2U=4s.7f(G);2U.1t=\'\';m.6m[1t]=2U;C 4s}K{C 2U.7f(G)}},3t:A(d){q(d)m.5k.2g(d);m.5k.3G=\'\'},74:A(66,z){u 2G=z||m.2C();z=2G;q(m.2W)C 1a;K m.2G=2G;m.3d(L,1n.2r?\'4R\':\'4T\',m.3H);1z{m.2W=66;66.3x()}1C(e){m.2G=m.2W=H}1z{z.2h()}1C(e){}C 1a},4e:A(B,1W){u z=m.2C(B);q(z)C m.74(z.5m(1W),z);K C 1a},79:A(B){C m.4e(B,-1)},1A:A(B){C m.4e(B,1)},3H:A(e){q(!e)e=1n.1G;q(!e.1M)e.1M=e.6x;q(1m e.1M.7c!=\'1Z\')C G;u z=m.2C();u 1W=H;7u(e.8F){1q 70:q(z)z.5M();C G;1q 32:1q 34:1q 39:1q 40:1W=1;6r;1q 8:1q 33:1q 37:1q 38:1W=-1;6r;1q 27:1q 13:1W=0}q(1W!==H){m.3d(L,1n.2r?\'4R\':\'4T\',m.3H);q(!m.7e)C G;q(e.4F)e.4F();K e.8E=1a;q(z){q(1W==0){z.2h()}K{m.4e(z.R,1W)}C 1a}}C G},8G:A(O){m.2e(m.1v,m.2q(O,{2a:\'2a\'+m.3F++}))},65:A(6l,4u){u B,30=/^1c-V-([0-9]+)$/;B=6l;3m(B.2V){q(B.1t&&30.14(B.1t))C B.1t.31(30,"$1");B=B.2V}q(!4u){B=6l;3m(B.2V){q(B.4g&&m.4E(B)){S(u R=0;R1)C G;q(!e.1M)e.1M=e.6x;u B=e.1M;3m(B.2V&&!(/1c-(1Y|3c|4Z|2T)/.14(B.1g))){B=B.2V}u z=m.2C(B);q(z&&(z.6k||!z.3C))C G;q(z&&e.J==\'7o\'){q(e.1M.7c)C G;u 2X=B.1g.2X(/1c-(1Y|3c|2T)/);q(2X){m.1U={z:z,J:2X[1],18:z.x.E,M:z.x.I,W:z.y.E,16:z.y.I,72:e.4z,76:e.4o};m.1D(L,\'6w\',m.6D);q(e.4F)e.4F();q(/1c-(1Y|4Z)-5W/.14(z.11.1g)){z.3k();m.6B=G}C 1a}}K q(e.J==\'7i\'){m.3d(L,\'6w\',m.6D);q(m.1U){q(m.3e&&m.1U.J==\'1Y\')m.1U.z.11.F.2N=m.3e;u 2E=m.1U.2E;q(!2E&&!m.6B&&!/(3c|2T)/.14(m.1U.J)){z.2h()}K q(2E||(!2E&&m.8C)){m.1U.z.45(\'1i\')}m.6B=1a;m.1U=H}K q(/1c-1Y-5W/.14(B.1g)){B.F.2N=m.3e}}C 1a},6D:A(e){q(!m.1U)C G;q(!e)e=1n.1G;u a=m.1U,z=a.z;a.5b=e.4z-a.72;a.6o=e.4o-a.76;u 6n=1d.a7(1d.7q(a.5b,2)+1d.7q(a.6o,2));q(!a.2E)a.2E=(a.J!=\'1Y\'&&6n>0)||(6n>(m.al||5));q(a.2E&&e.4z>5&&e.4o>5){q(a.J==\'2T\')z.2T(a);K{z.5v(a.18+a.5b,a.W+a.6o);q(a.J==\'1Y\')z.11.F.2N=\'3c\'}}C 1a},8g:A(e){1z{q(!e)e=1n.1G;u 4C=/ao/i.14(e.J);q(!e.1M)e.1M=e.6x;q(!e.4v)e.4v=4C?e.an:e.9C;u z=m.2C(e.1M);q(!z.3C)C;q(!z||!e.4v||m.2C(e.4v,G)==z||m.1U)C;S(u i=0;i=k.1w.2Z+k.5x){k.2I=k.3h;k.E=k.5E=1;k.5C();k.1w.4c[k.Q]=G;u 5z=G;S(u i 3v k.1w.4c)q(k.1w.4c[i]!==G)5z=1a;q(5z){q(k.1w.5y)k.1w.5y.77(k.1Q)}C 1a}K{u n=t-k.5x;k.5E=n/k.1w.2Z;k.E=k.1w.1J(n,0,1,k.1w.2Z);k.2I=k.2O+((k.3h-k.2O)*k.E);k.5C()}C G}};m.2q(m.1k,{2x:{1o:A(1k){m.T(1k.1Q,{1o:1k.2I})},7r:A(1k){1z{q(1k.1Q.F&&1k.1Q.F[1k.Q]!=H)1k.1Q.F[1k.Q]=1k.2I+1k.2M;K 1k.1Q[1k.Q]=1k.2I}1C(e){}}}});m.41=A(1h,2P){k.2P=2P;k.1h=1h;u v=m.1R,4Y;k.5J=m.1P&&m.1R<7;q(!1h){q(2P)2P();C}m.6y();k.28=m.Z(\'28\',{9V:0},{1b:\'1i\',1e:\'29\',9X:\'9Y\',M:0},m.20,G);u 5R=m.Z(\'5R\',H,H,k.28,1);k.1H=[];S(u i=0;i<=8;i++){q(i%3==0)4Y=m.Z(\'4Y\',H,{16:\'2l\'},5R,G);k.1H[i]=m.Z(\'1H\',H,H,4Y,G);u F=i!=4?{9Z:0,aF:0}:{1e:\'6j\'};m.T(k.1H[i],F)}k.1H[4].1g=1h+\' 1c-19\';k.7t()};m.41.53={7t:A(){u 1l=m.47+(m.9K||"9O/")+k.1h+".9N";u 6T=m.4D&&m.1R<7v?m.20:H;k.2k=m.Z(\'1f\',H,{1e:\'29\',W:\'-3X\'},6T,G);u 6E=k;k.2k.4S=A(){6E.6N()};k.2k.1l=1l},6N:A(){u o=k.1j=k.2k.M/4,E=[[0,0],[0,-4],[-2,0],[0,-8],0,[-2,-8],[0,-2],[0,-6],[-2,-2]],1x={16:(2*o)+\'D\',M:(2*o)+\'D\'};S(u i=0;i<=8;i++){q(E[i]){q(k.5J){u w=(i==1||i==7)?\'1V%\':k.2k.M+\'D\';u 1O=m.Z(\'1O\',H,{M:\'1V%\',16:\'1V%\',1e:\'6j\',2L:\'1i\'},k.1H[i],G);m.Z(\'1O\',H,{3P:"a0:9U.9W.a1(a8=9I, 1l=\'"+k.2k.1l+"\')",1e:\'29\',M:w,16:k.2k.16+\'D\',18:(E[i][0]*o)+\'D\',W:(E[i][1]*o)+\'D\'},1O,G)}K{m.T(k.1H[i],{9J:\'5T(\'+k.2k.1l+\') \'+(E[i][0]*o)+\'D \'+(E[i][1]*o)+\'D\'})}q(1n.2r&&(i==3||i==5))m.Z(\'1O\',H,1x,k.1H[i],G);m.T(k.1H[i],1x)}}k.2k=H;q(m.2Q[k.1h])m.2Q[k.1h].4q();m.2Q[k.1h]=k;q(k.2P)k.2P()},3A:A(E,1j,6H,2p,1J){u z=k.z,9E=z.V.F,1j=1j||0,E=E||{x:z.x.E+1j,y:z.y.E+1j,w:z.x.P(\'1u\')-2*1j,h:z.y.P(\'1u\')-2*1j};q(6H)k.28.F.1b=(E.h>=4*k.1j)?\'1X\':\'1i\';m.T(k.28,{18:(E.x-k.1j)+\'D\',W:(E.y-k.1j)+\'D\',M:(E.w+2*k.1j)+\'D\'});E.w-=2*k.1j;E.h-=2*k.1j;m.T(k.1H[4],{M:E.w>=0?E.w+\'D\':0,16:E.h>=0?E.h+\'D\':0});q(k.5J)k.1H[3].F.16=k.1H[5].F.16=k.1H[4].F.16},4q:A(6Y){q(6Y)k.28.F.1b=\'1i\';K m.3t(k.28)}};m.4W=A(z,1x){k.z=z;k.1x=1x;k.2D=1x==\'x\'?\'ax\':\'av\';k.2w=k.2D.58();k.3O=1x==\'x\'?\'ar\':\'au\';k.5o=k.3O.58();k.5f=1x==\'x\'?\'az\':\'aA\';k.aG=k.5f.58();k.1B=k.2f=0};m.4W.53={P:A(R){7u(R){1q\'5O\':C k.1s+k.2j+(k.t-m.1E[\'1j\'+k.2D])/2;1q\'1u\':C k.I+2*k.Y+k.1B+k.2f;1q\'3o\':C k.55-k.2K-k.4I;1q\'5G\':C k.P(\'3o\')-2*k.Y-k.1B-k.2f;1q\'3Q\':C k.E-(k.z.19?k.z.19.1j:0);1q\'64\':C k.P(\'1u\')+(k.z.19?2*k.z.19.1j:0);1q\'4h\':C k.1y?1d.56((k.I-k.1y)/2):0}},5w:A(){k.Y=(k.z.11[\'1j\'+k.2D]-k.t)/2;k.4I=m[\'5h\'+k.5f]},5g:A(){k.t=k.z.B[k.2w]?aC(k.z.B[k.2w]):k.z.B[\'1j\'+k.2D];k.1s=k.z.1s[k.1x];k.2j=(k.z.B[\'1j\'+k.2D]-k.t)/2;q(k.1s==0||k.1s==-1){k.1s=(m.2J[k.2w]/2)+m.2J[\'2B\'+k.3O]}},5B:A(){u z=k.z;k.3n=\'2l\';k.E=k.1s-k.Y+k.2j;q(k.5q&&k.1x==\'x\')z.4X=1d.22(z.4X||k.U,z.5q*k.U/z.y.U);k.I=1d.22(k.U,z[\'67\'+k.2D]||k.U);k.1T=z.3N?1d.22(z[\'22\'+k.2D],k.U):k.U;q(z.3f&&z.2d){k.I=z[k.2w];k.1y=k.U}q(k.1x==\'x\'&&m.3V)k.1T=z.3Y;k.2K=m[\'5h\'+k.3O];k.2B=m.2J[\'2B\'+k.3O];k.55=m.2J[k.2w]},6h:A(i){u z=k.z;q(z.3f&&(z.2d||m.3V)){k.1y=i;k.I=1d.67(k.I,k.1y);z.11.F[k.5o]=k.P(\'4h\')+\'D\'}K k.I=i;z.11.F[k.2w]=i+\'D\';z.V.F[k.2w]=k.P(\'1u\')+\'D\';q(z.19)z.19.3A();q(k.1x==\'x\'&&z.1r)z.35(G)},5Z:A(i){k.E=i;k.z.V.F[k.5o]=i+\'D\';q(k.z.19)k.z.19.3A()}};m.46=A(a,21,2z,26){q(L.ab&&m.1P&&!m.5n){m.1D(L,\'2H\',A(){1S m.46(a,21,2z,26)});C}k.a=a;k.2z=2z;k.26=26||\'1Y\';k.3f=!k.ak;m.5j=1a;k.1v=[];m.6y();u R=k.R=m.N.X;S(u i=0;i(k.x.1y||k.x.I)){k.8p();q(k.1v.X==1)k.35()}}k.7U()}1C(e){k.5Q(e)}},3n:A(p,3l){u a5,a3=p.1M,1x=p==k.x?\'x\':\'y\';u 5D=1a;u 3s=p.z.3N;p.E=1d.56(p.E-((p.P(\'1u\')-p.t)/2));q(p.Ep.2B+p.55-p.4I){q(!3l&&5D&&3s){p.I=1d.22(p.I,p.P(1x==\'y\'?\'3o\':\'5G\'))}K q(p.P(\'1u\')1K){ 1N=24*1K;q(1Nk.3K&&x.I>k.3Y&&y.P(\'1u\')>y.P(\'3o\')){y.I-=10;q(1K)x.I=y.I*1K;k.35(0,1);2m=G}}C 2m},7U:A(){u x=k.x,y=k.y;k.45(\'1i\');k.6e(1,{V:{M:x.P(\'1u\'),16:y.P(\'1u\'),18:x.E,W:y.E},11:{18:x.1B+x.P(\'4h\'),W:y.1B+y.P(\'4h\'),M:x.1y||x.I,16:y.1y||y.I}},m.84)},6e:A(23,1L,2p){q(k.19&&!k.2R){q(23)k.19.3A();K k.19.4q()}q(!23)k.8v();u z=k,x=z.x,y=z.y,1J=k.1J;q(!23)1J=k.85||1J;u 7A=23?A(){q(z.19)z.19.28.F.1b="1X";5S(A(){z.7B()},50)}:A(){z.5P()};q(23)m.T(k.V,{M:x.t+\'D\',16:y.t+\'D\'});q(k.86){m.T(k.V,{1o:23?0:1});m.2q(1L.V,{1o:23})}m.3p(k.V,1L.V,{2Z:2p,1J:1J,2x:A(2v,2y){q(z.19&&z.2R&&2y.Q==\'W\'){u 3I=23?2y.E:1-2y.E;u E={w:x.t+(x.P(\'1u\')-x.t)*3I,h:y.t+(y.P(\'1u\')-y.t)*3I,x:x.1s+(x.E-x.1s)*3I,y:y.1s+(y.E-y.1s)*3I};z.19.3A(E,0,1)}}});m.3p(k.11,1L.11,2p,1J,7A);q(23){k.V.F.1b=\'1X\';k.11.F.1b=\'1X\';k.a.1g+=\' 1c-7P-7Q\'}},7B:A(){k.3C=G;k.3k();q(m.2W&&m.2W==k.a)m.2W=H;k.7w();u p=m.2J,5u=m.4B.x+p.4w,5p=m.4B.y+p.4y;k.6q=k.x.E<5u&&5uk.x.P(\'3Q\')+k.x.P(\'64\'));u 7M=(2n.y+2n.hk.y.P(\'3Q\')+k.y.P(\'64\'));u 4j=m.65(17[i]);q(!7G&&!7M&&4j!=k.R){q(!1I){17[i].3T(\'1i-2t\',\'[\'+k.R+\']\');17[i].61=17[i].F[Q];17[i].F[Q]=\'1i\'}K q(1I.7L(\'[\'+k.R+\']\')==-1){17[i].3T(\'1i-2t\',1I+\'[\'+k.R+\']\')}}K q((1I==\'[\'+k.R+\']\'||m.2u==4j)&&4j!=k.R){17[i].3T(\'1i-2t\',\'\');17[i].F[Q]=17[i].61||\'\'}K q(1I&&1I.7L(\'[\'+k.R+\']\')>-1){17[i].3T(\'1i-2t\',1I.31(\'[\'+k.R+\']\',\'\'))}}}}},3k:A(){k.V.F.1p=m.3L+=2;S(u i=0;i)[^>]*$|^#(\w+)$/;var isSimple=/^.[^:#\[\.]*$/;jQuery.fn=jQuery.prototype={init:function(selector,context){selector=selector||document;if(selector.nodeType){this[0]=selector;this.length=1;return this;}else if(typeof selector=="string"){var match=quickExpr.exec(selector);if(match&&(match[1]||!context)){if(match[1])selector=jQuery.clean([match[1]],context);else{var elem=document.getElementById(match[3]);if(elem)if(elem.id!=match[3])return jQuery().find(selector);else{this[0]=elem;this.length=1;return this;}else +selector=[];}}else +return new jQuery(context).find(selector);}else if(jQuery.isFunction(selector))return new jQuery(document)[jQuery.fn.ready?"ready":"load"](selector);return this.setArray(selector.constructor==Array&&selector||(selector.jquery||selector.length&&selector!=window&&!selector.nodeType&&selector[0]!=undefined&&selector[0].nodeType)&&jQuery.makeArray(selector)||[selector]);},jquery:"1.2.3",size:function(){return this.length;},length:0,get:function(num){return num==undefined?jQuery.makeArray(this):this[num];},pushStack:function(elems){var ret=jQuery(elems);ret.prevObject=this;return ret;},setArray:function(elems){this.length=0;Array.prototype.push.apply(this,elems);return this;},each:function(callback,args){return jQuery.each(this,callback,args);},index:function(elem){var ret=-1;this.each(function(i){if(this==elem)ret=i;});return ret;},attr:function(name,value,type){var options=name;if(name.constructor==String)if(value==undefined)return this.length&&jQuery[type||"attr"](this[0],name)||undefined;else{options={};options[name]=value;}return this.each(function(i){for(name in options)jQuery.attr(type?this.style:this,name,jQuery.prop(this,options[name],type,i,name));});},css:function(key,value){if((key=='width'||key=='height')&&parseFloat(value)<0)value=undefined;return this.attr(key,value,"curCSS");},text:function(text){if(typeof text!="object"&&text!=null)return this.empty().append((this[0]&&this[0].ownerDocument||document).createTextNode(text));var ret="";jQuery.each(text||this,function(){jQuery.each(this.childNodes,function(){if(this.nodeType!=8)ret+=this.nodeType!=1?this.nodeValue:jQuery.fn.text([this]);});});return ret;},wrapAll:function(html){if(this[0])jQuery(html,this[0].ownerDocument).clone().insertBefore(this[0]).map(function(){var elem=this;while(elem.firstChild)elem=elem.firstChild;return elem;}).append(this);return this;},wrapInner:function(html){return this.each(function(){jQuery(this).contents().wrapAll(html);});},wrap:function(html){return this.each(function(){jQuery(this).wrapAll(html);});},append:function(){return this.domManip(arguments,true,false,function(elem){if(this.nodeType==1)this.appendChild(elem);});},prepend:function(){return this.domManip(arguments,true,true,function(elem){if(this.nodeType==1)this.insertBefore(elem,this.firstChild);});},before:function(){return this.domManip(arguments,false,false,function(elem){this.parentNode.insertBefore(elem,this);});},after:function(){return this.domManip(arguments,false,true,function(elem){this.parentNode.insertBefore(elem,this.nextSibling);});},end:function(){return this.prevObject||jQuery([]);},find:function(selector){var elems=jQuery.map(this,function(elem){return jQuery.find(selector,elem);});return this.pushStack(/[^+>] [^+>]/.test(selector)||selector.indexOf("..")>-1?jQuery.unique(elems):elems);},clone:function(events){var ret=this.map(function(){if(jQuery.browser.msie&&!jQuery.isXMLDoc(this)){var clone=this.cloneNode(true),container=document.createElement("div");container.appendChild(clone);return jQuery.clean([container.innerHTML])[0];}else +return this.cloneNode(true);});var clone=ret.find("*").andSelf().each(function(){if(this[expando]!=undefined)this[expando]=null;});if(events===true)this.find("*").andSelf().each(function(i){if(this.nodeType==3)return;var events=jQuery.data(this,"events");for(var type in events)for(var handler in events[type])jQuery.event.add(clone[i],type,events[type][handler],events[type][handler].data);});return ret;},filter:function(selector){return this.pushStack(jQuery.isFunction(selector)&&jQuery.grep(this,function(elem,i){return selector.call(elem,i);})||jQuery.multiFilter(selector,this));},not:function(selector){if(selector.constructor==String)if(isSimple.test(selector))return this.pushStack(jQuery.multiFilter(selector,this,true));else +selector=jQuery.multiFilter(selector,this);var isArrayLike=selector.length&&selector[selector.length-1]!==undefined&&!selector.nodeType;return this.filter(function(){return isArrayLike?jQuery.inArray(this,selector)<0:this!=selector;});},add:function(selector){return!selector?this:this.pushStack(jQuery.merge(this.get(),selector.constructor==String?jQuery(selector).get():selector.length!=undefined&&(!selector.nodeName||jQuery.nodeName(selector,"form"))?selector:[selector]));},is:function(selector){return selector?jQuery.multiFilter(selector,this).length>0:false;},hasClass:function(selector){return this.is("."+selector);},val:function(value){if(value==undefined){if(this.length){var elem=this[0];if(jQuery.nodeName(elem,"select")){var index=elem.selectedIndex,values=[],options=elem.options,one=elem.type=="select-one";if(index<0)return null;for(var i=one?index:0,max=one?index+1:options.length;i=0||jQuery.inArray(this.name,value)>=0);else if(jQuery.nodeName(this,"select")){var values=value.constructor==Array?value:[value];jQuery("option",this).each(function(){this.selected=(jQuery.inArray(this.value,values)>=0||jQuery.inArray(this.text,values)>=0);});if(!values.length)this.selectedIndex=-1;}else +this.value=value;});},html:function(value){return value==undefined?(this.length?this[0].innerHTML:null):this.empty().append(value);},replaceWith:function(value){return this.after(value).remove();},eq:function(i){return this.slice(i,i+1);},slice:function(){return this.pushStack(Array.prototype.slice.apply(this,arguments));},map:function(callback){return this.pushStack(jQuery.map(this,function(elem,i){return callback.call(elem,i,elem);}));},andSelf:function(){return this.add(this.prevObject);},data:function(key,value){var parts=key.split(".");parts[1]=parts[1]?"."+parts[1]:"";if(value==null){var data=this.triggerHandler("getData"+parts[1]+"!",[parts[0]]);if(data==undefined&&this.length)data=jQuery.data(this[0],key);return data==null&&parts[1]?this.data(parts[0]):data;}else +return this.trigger("setData"+parts[1]+"!",[parts[0],value]).each(function(){jQuery.data(this,key,value);});},removeData:function(key){return this.each(function(){jQuery.removeData(this,key);});},domManip:function(args,table,reverse,callback){var clone=this.length>1,elems;return this.each(function(){if(!elems){elems=jQuery.clean(args,this.ownerDocument);if(reverse)elems.reverse();}var obj=this;if(table&&jQuery.nodeName(this,"table")&&jQuery.nodeName(elems[0],"tr"))obj=this.getElementsByTagName("tbody")[0]||this.appendChild(this.ownerDocument.createElement("tbody"));var scripts=jQuery([]);jQuery.each(elems,function(){var elem=clone?jQuery(this).clone(true)[0]:this;if(jQuery.nodeName(elem,"script")){scripts=scripts.add(elem);}else{if(elem.nodeType==1)scripts=scripts.add(jQuery("script",elem).remove());callback.call(obj,elem);}});scripts.each(evalScript);});}};jQuery.prototype.init.prototype=jQuery.prototype;function evalScript(i,elem){if(elem.src)jQuery.ajax({url:elem.src,async:false,dataType:"script"});else +jQuery.globalEval(elem.text||elem.textContent||elem.innerHTML||"");if(elem.parentNode)elem.parentNode.removeChild(elem);}jQuery.extend=jQuery.fn.extend=function(){var target=arguments[0]||{},i=1,length=arguments.length,deep=false,options;if(target.constructor==Boolean){deep=target;target=arguments[1]||{};i=2;}if(typeof target!="object"&&typeof target!="function")target={};if(length==1){target=this;i=0;}for(;i-1;}},swap:function(elem,options,callback){var old={};for(var name in options){old[name]=elem.style[name];elem.style[name]=options[name];}callback.call(elem);for(var name in options)elem.style[name]=old[name];},css:function(elem,name,force){if(name=="width"||name=="height"){var val,props={position:"absolute",visibility:"hidden",display:"block"},which=name=="width"?["Left","Right"]:["Top","Bottom"];function getWH(){val=name=="width"?elem.offsetWidth:elem.offsetHeight;var padding=0,border=0;jQuery.each(which,function(){padding+=parseFloat(jQuery.curCSS(elem,"padding"+this,true))||0;border+=parseFloat(jQuery.curCSS(elem,"border"+this+"Width",true))||0;});val-=Math.round(padding+border);}if(jQuery(elem).is(":visible"))getWH();else +jQuery.swap(elem,props,getWH);return Math.max(0,val);}return jQuery.curCSS(elem,name,force);},curCSS:function(elem,name,force){var ret;function color(elem){if(!jQuery.browser.safari)return false;var ret=document.defaultView.getComputedStyle(elem,null);return!ret||ret.getPropertyValue("color")=="";}if(name=="opacity"&&jQuery.browser.msie){ret=jQuery.attr(elem.style,"opacity");return ret==""?"1":ret;}if(jQuery.browser.opera&&name=="display"){var save=elem.style.outline;elem.style.outline="0 solid black";elem.style.outline=save;}if(name.match(/float/i))name=styleFloat;if(!force&&elem.style&&elem.style[name])ret=elem.style[name];else if(document.defaultView&&document.defaultView.getComputedStyle){if(name.match(/float/i))name="float";name=name.replace(/([A-Z])/g,"-$1").toLowerCase();var getComputedStyle=document.defaultView.getComputedStyle(elem,null);if(getComputedStyle&&!color(elem))ret=getComputedStyle.getPropertyValue(name);else{var swap=[],stack=[];for(var a=elem;a&&color(a);a=a.parentNode)stack.unshift(a);for(var i=0;i]*?)\/>/g,function(all,front,tag){return tag.match(/^(abbr|br|col|img|input|link|meta|param|hr|area|embed)$/i)?all:front+">";});var tags=jQuery.trim(elem).toLowerCase(),div=context.createElement("div");var wrap=!tags.indexOf("",""]||!tags.indexOf("",""]||tags.match(/^<(thead|tbody|tfoot|colg|cap)/)&&[1,"","
      "]||!tags.indexOf("",""]||(!tags.indexOf("",""]||!tags.indexOf("",""]||jQuery.browser.msie&&[1,"div
      ","
      "]||[0,"",""];div.innerHTML=wrap[1]+elem+wrap[2];while(wrap[0]--)div=div.lastChild;if(jQuery.browser.msie){var tbody=!tags.indexOf(""&&tags.indexOf("=0;--j)if(jQuery.nodeName(tbody[j],"tbody")&&!tbody[j].childNodes.length)tbody[j].parentNode.removeChild(tbody[j]);if(/^\s/.test(elem))div.insertBefore(context.createTextNode(elem.match(/^\s*/)[0]),div.firstChild);}elem=jQuery.makeArray(div.childNodes);}if(elem.length===0&&(!jQuery.nodeName(elem,"form")&&!jQuery.nodeName(elem,"select")))return;if(elem[0]==undefined||jQuery.nodeName(elem,"form")||elem.options)ret.push(elem);else +ret=jQuery.merge(ret,elem);});return ret;},attr:function(elem,name,value){if(!elem||elem.nodeType==3||elem.nodeType==8)return undefined;var fix=jQuery.isXMLDoc(elem)?{}:jQuery.props;if(name=="selected"&&jQuery.browser.safari)elem.parentNode.selectedIndex;if(fix[name]){if(value!=undefined)elem[fix[name]]=value;return elem[fix[name]];}else if(jQuery.browser.msie&&name=="style")return jQuery.attr(elem.style,"cssText",value);else if(value==undefined&&jQuery.browser.msie&&jQuery.nodeName(elem,"form")&&(name=="action"||name=="method"))return elem.getAttributeNode(name).nodeValue;else if(elem.tagName){if(value!=undefined){if(name=="type"&&jQuery.nodeName(elem,"input")&&elem.parentNode)throw"type property can't be changed";elem.setAttribute(name,""+value);}if(jQuery.browser.msie&&/href|src/.test(name)&&!jQuery.isXMLDoc(elem))return elem.getAttribute(name,2);return elem.getAttribute(name);}else{if(name=="opacity"&&jQuery.browser.msie){if(value!=undefined){elem.zoom=1;elem.filter=(elem.filter||"").replace(/alpha\([^)]*\)/,"")+(parseFloat(value).toString()=="NaN"?"":"alpha(opacity="+value*100+")");}return elem.filter&&elem.filter.indexOf("opacity=")>=0?(parseFloat(elem.filter.match(/opacity=([^)]*)/)[1])/100).toString():"";}name=name.replace(/-([a-z])/ig,function(all,letter){return letter.toUpperCase();});if(value!=undefined)elem[name]=value;return elem[name];}},trim:function(text){return(text||"").replace(/^\s+|\s+$/g,"");},makeArray:function(array){var ret=[];if(typeof array!="array")for(var i=0,length=array.length;i*",this).remove();while(this.firstChild)this.removeChild(this.firstChild);}},function(name,fn){jQuery.fn[name]=function(){return this.each(fn,arguments);};});jQuery.each(["Height","Width"],function(i,name){var type=name.toLowerCase();jQuery.fn[type]=function(size){return this[0]==window?jQuery.browser.opera&&document.body["client"+name]||jQuery.browser.safari&&window["inner"+name]||document.compatMode=="CSS1Compat"&&document.documentElement["client"+name]||document.body["client"+name]:this[0]==document?Math.max(Math.max(document.body["scroll"+name],document.documentElement["scroll"+name]),Math.max(document.body["offset"+name],document.documentElement["offset"+name])):size==undefined?(this.length?jQuery.css(this[0],type):null):this.css(type,size.constructor==String?size:size+"px");};});var chars=jQuery.browser.safari&&parseInt(jQuery.browser.version)<417?"(?:[\\w*_-]|\\\\.)":"(?:[\\w\u0128-\uFFFF*_-]|\\\\.)",quickChild=new RegExp("^>\\s*("+chars+"+)"),quickID=new RegExp("^("+chars+"+)(#)("+chars+"+)"),quickClass=new RegExp("^([#.]?)("+chars+"*)");jQuery.extend({expr:{"":function(a,i,m){return m[2]=="*"||jQuery.nodeName(a,m[2]);},"#":function(a,i,m){return a.getAttribute("id")==m[2];},":":{lt:function(a,i,m){return im[3]-0;},nth:function(a,i,m){return m[3]-0==i;},eq:function(a,i,m){return m[3]-0==i;},first:function(a,i){return i==0;},last:function(a,i,m,r){return i==r.length-1;},even:function(a,i){return i%2==0;},odd:function(a,i){return i%2;},"first-child":function(a){return a.parentNode.getElementsByTagName("*")[0]==a;},"last-child":function(a){return jQuery.nth(a.parentNode.lastChild,1,"previousSibling")==a;},"only-child":function(a){return!jQuery.nth(a.parentNode.lastChild,2,"previousSibling");},parent:function(a){return a.firstChild;},empty:function(a){return!a.firstChild;},contains:function(a,i,m){return(a.textContent||a.innerText||jQuery(a).text()||"").indexOf(m[3])>=0;},visible:function(a){return"hidden"!=a.type&&jQuery.css(a,"display")!="none"&&jQuery.css(a,"visibility")!="hidden";},hidden:function(a){return"hidden"==a.type||jQuery.css(a,"display")=="none"||jQuery.css(a,"visibility")=="hidden";},enabled:function(a){return!a.disabled;},disabled:function(a){return a.disabled;},checked:function(a){return a.checked;},selected:function(a){return a.selected||jQuery.attr(a,"selected");},text:function(a){return"text"==a.type;},radio:function(a){return"radio"==a.type;},checkbox:function(a){return"checkbox"==a.type;},file:function(a){return"file"==a.type;},password:function(a){return"password"==a.type;},submit:function(a){return"submit"==a.type;},image:function(a){return"image"==a.type;},reset:function(a){return"reset"==a.type;},button:function(a){return"button"==a.type||jQuery.nodeName(a,"button");},input:function(a){return/input|select|textarea|button/i.test(a.nodeName);},has:function(a,i,m){return jQuery.find(m[3],a).length;},header:function(a){return/h\d/i.test(a.nodeName);},animated:function(a){return jQuery.grep(jQuery.timers,function(fn){return a==fn.elem;}).length;}}},parse:[/^(\[) *@?([\w-]+) *([!*$^~=]*) *('?"?)(.*?)\4 *\]/,/^(:)([\w-]+)\("?'?(.*?(\(.*?\))?[^(]*?)"?'?\)/,new RegExp("^([:.#]*)("+chars+"+)")],multiFilter:function(expr,elems,not){var old,cur=[];while(expr&&expr!=old){old=expr;var f=jQuery.filter(expr,elems,not);expr=f.t.replace(/^\s*,\s*/,"");cur=not?elems=f.r:jQuery.merge(cur,f.r);}return cur;},find:function(t,context){if(typeof t!="string")return[t];if(context&&context.nodeType!=1&&context.nodeType!=9)return[];context=context||document;var ret=[context],done=[],last,nodeName;while(t&&last!=t){var r=[];last=t;t=jQuery.trim(t);var foundToken=false;var re=quickChild;var m=re.exec(t);if(m){nodeName=m[1].toUpperCase();for(var i=0;ret[i];i++)for(var c=ret[i].firstChild;c;c=c.nextSibling)if(c.nodeType==1&&(nodeName=="*"||c.nodeName.toUpperCase()==nodeName))r.push(c);ret=r;t=t.replace(re,"");if(t.indexOf(" ")==0)continue;foundToken=true;}else{re=/^([>+~])\s*(\w*)/i;if((m=re.exec(t))!=null){r=[];var merge={};nodeName=m[2].toUpperCase();m=m[1];for(var j=0,rl=ret.length;j=0;if(!not&&pass||not&&!pass)tmp.push(r[i]);}return tmp;},filter:function(t,r,not){var last;while(t&&t!=last){last=t;var p=jQuery.parse,m;for(var i=0;p[i];i++){m=p[i].exec(t);if(m){t=t.substring(m[0].length);m[2]=m[2].replace(/\\/g,"");break;}}if(!m)break;if(m[1]==":"&&m[2]=="not")r=isSimple.test(m[3])?jQuery.filter(m[3],r,true).r:jQuery(r).not(m[3]);else if(m[1]==".")r=jQuery.classFilter(r,m[2],not);else if(m[1]=="["){var tmp=[],type=m[3];for(var i=0,rl=r.length;i=0)^not)tmp.push(a);}r=tmp;}else if(m[1]==":"&&m[2]=="nth-child"){var merge={},tmp=[],test=/(-?)(\d*)n((?:\+|-)?\d*)/.exec(m[3]=="even"&&"2n"||m[3]=="odd"&&"2n+1"||!/\D/.test(m[3])&&"0n+"+m[3]||m[3]),first=(test[1]+(test[2]||1))-0,last=test[3]-0;for(var i=0,rl=r.length;i=0)add=true;if(add^not)tmp.push(node);}r=tmp;}else{var fn=jQuery.expr[m[1]];if(typeof fn=="object")fn=fn[m[2]];if(typeof fn=="string")fn=eval("false||function(a,i){return "+fn+";}");r=jQuery.grep(r,function(elem,i){return fn(elem,i,m,r);},not);}}return{r:r,t:t};},dir:function(elem,dir){var matched=[];var cur=elem[dir];while(cur&&cur!=document){if(cur.nodeType==1)matched.push(cur);cur=cur[dir];}return matched;},nth:function(cur,result,dir,elem){result=result||1;var num=0;for(;cur;cur=cur[dir])if(cur.nodeType==1&&++num==result)break;return cur;},sibling:function(n,elem){var r=[];for(;n;n=n.nextSibling){if(n.nodeType==1&&(!elem||n!=elem))r.push(n);}return r;}});jQuery.event={add:function(elem,types,handler,data){if(elem.nodeType==3||elem.nodeType==8)return;if(jQuery.browser.msie&&elem.setInterval!=undefined)elem=window;if(!handler.guid)handler.guid=this.guid++;if(data!=undefined){var fn=handler;handler=function(){return fn.apply(this,arguments);};handler.data=data;handler.guid=fn.guid;}var events=jQuery.data(elem,"events")||jQuery.data(elem,"events",{}),handle=jQuery.data(elem,"handle")||jQuery.data(elem,"handle",function(){var val;if(typeof jQuery=="undefined"||jQuery.event.triggered)return val;val=jQuery.event.handle.apply(arguments.callee.elem,arguments);return val;});handle.elem=elem;jQuery.each(types.split(/\s+/),function(index,type){var parts=type.split(".");type=parts[0];handler.type=parts[1];var handlers=events[type];if(!handlers){handlers=events[type]={};if(!jQuery.event.special[type]||jQuery.event.special[type].setup.call(elem)===false){if(elem.addEventListener)elem.addEventListener(type,handle,false);else if(elem.attachEvent)elem.attachEvent("on"+type,handle);}}handlers[handler.guid]=handler;jQuery.event.global[type]=true;});elem=null;},guid:1,global:{},remove:function(elem,types,handler){if(elem.nodeType==3||elem.nodeType==8)return;var events=jQuery.data(elem,"events"),ret,index;if(events){if(types==undefined||(typeof types=="string"&&types.charAt(0)=="."))for(var type in events)this.remove(elem,type+(types||""));else{if(types.type){handler=types.handler;types=types.type;}jQuery.each(types.split(/\s+/),function(index,type){var parts=type.split(".");type=parts[0];if(events[type]){if(handler)delete events[type][handler.guid];else +for(handler in events[type])if(!parts[1]||events[type][handler].type==parts[1])delete events[type][handler];for(ret in events[type])break;if(!ret){if(!jQuery.event.special[type]||jQuery.event.special[type].teardown.call(elem)===false){if(elem.removeEventListener)elem.removeEventListener(type,jQuery.data(elem,"handle"),false);else if(elem.detachEvent)elem.detachEvent("on"+type,jQuery.data(elem,"handle"));}ret=null;delete events[type];}}});}for(ret in events)break;if(!ret){var handle=jQuery.data(elem,"handle");if(handle)handle.elem=null;jQuery.removeData(elem,"events");jQuery.removeData(elem,"handle");}}},trigger:function(type,data,elem,donative,extra){data=jQuery.makeArray(data||[]);if(type.indexOf("!")>=0){type=type.slice(0,-1);var exclusive=true;}if(!elem){if(this.global[type])jQuery("*").add([window,document]).trigger(type,data);}else{if(elem.nodeType==3||elem.nodeType==8)return undefined;var val,ret,fn=jQuery.isFunction(elem[type]||null),event=!data[0]||!data[0].preventDefault;if(event)data.unshift(this.fix({type:type,target:elem}));data[0].type=type;if(exclusive)data[0].exclusive=true;if(jQuery.isFunction(jQuery.data(elem,"handle")))val=jQuery.data(elem,"handle").apply(elem,data);if(!fn&&elem["on"+type]&&elem["on"+type].apply(elem,data)===false)val=false;if(event)data.shift();if(extra&&jQuery.isFunction(extra)){ret=extra.apply(elem,val==null?data:data.concat(val));if(ret!==undefined)val=ret;}if(fn&&donative!==false&&val!==false&&!(jQuery.nodeName(elem,'a')&&type=="click")){this.triggered=true;try{elem[type]();}catch(e){}}this.triggered=false;}return val;},handle:function(event){var val;event=jQuery.event.fix(event||window.event||{});var parts=event.type.split(".");event.type=parts[0];var handlers=jQuery.data(this,"events")&&jQuery.data(this,"events")[event.type],args=Array.prototype.slice.call(arguments,1);args.unshift(event);for(var j in handlers){var handler=handlers[j];args[0].handler=handler;args[0].data=handler.data;if(!parts[1]&&!event.exclusive||handler.type==parts[1]){var ret=handler.apply(this,args);if(val!==false)val=ret;if(ret===false){event.preventDefault();event.stopPropagation();}}}if(jQuery.browser.msie)event.target=event.preventDefault=event.stopPropagation=event.handler=event.data=null;return val;},fix:function(event){var originalEvent=event;event=jQuery.extend({},originalEvent);event.preventDefault=function(){if(originalEvent.preventDefault)originalEvent.preventDefault();originalEvent.returnValue=false;};event.stopPropagation=function(){if(originalEvent.stopPropagation)originalEvent.stopPropagation();originalEvent.cancelBubble=true;};if(!event.target)event.target=event.srcElement||document;if(event.target.nodeType==3)event.target=originalEvent.target.parentNode;if(!event.relatedTarget&&event.fromElement)event.relatedTarget=event.fromElement==event.target?event.toElement:event.fromElement;if(event.pageX==null&&event.clientX!=null){var doc=document.documentElement,body=document.body;event.pageX=event.clientX+(doc&&doc.scrollLeft||body&&body.scrollLeft||0)-(doc.clientLeft||0);event.pageY=event.clientY+(doc&&doc.scrollTop||body&&body.scrollTop||0)-(doc.clientTop||0);}if(!event.which&&((event.charCode||event.charCode===0)?event.charCode:event.keyCode))event.which=event.charCode||event.keyCode;if(!event.metaKey&&event.ctrlKey)event.metaKey=event.ctrlKey;if(!event.which&&event.button)event.which=(event.button&1?1:(event.button&2?3:(event.button&4?2:0)));return event;},special:{ready:{setup:function(){bindReady();return;},teardown:function(){return;}},mouseenter:{setup:function(){if(jQuery.browser.msie)return false;jQuery(this).bind("mouseover",jQuery.event.special.mouseenter.handler);return true;},teardown:function(){if(jQuery.browser.msie)return false;jQuery(this).unbind("mouseover",jQuery.event.special.mouseenter.handler);return true;},handler:function(event){if(withinElement(event,this))return true;arguments[0].type="mouseenter";return jQuery.event.handle.apply(this,arguments);}},mouseleave:{setup:function(){if(jQuery.browser.msie)return false;jQuery(this).bind("mouseout",jQuery.event.special.mouseleave.handler);return true;},teardown:function(){if(jQuery.browser.msie)return false;jQuery(this).unbind("mouseout",jQuery.event.special.mouseleave.handler);return true;},handler:function(event){if(withinElement(event,this))return true;arguments[0].type="mouseleave";return jQuery.event.handle.apply(this,arguments);}}}};jQuery.fn.extend({bind:function(type,data,fn){return type=="unload"?this.one(type,data,fn):this.each(function(){jQuery.event.add(this,type,fn||data,fn&&data);});},one:function(type,data,fn){return this.each(function(){jQuery.event.add(this,type,function(event){jQuery(this).unbind(event);return(fn||data).apply(this,arguments);},fn&&data);});},unbind:function(type,fn){return this.each(function(){jQuery.event.remove(this,type,fn);});},trigger:function(type,data,fn){return this.each(function(){jQuery.event.trigger(type,data,this,true,fn);});},triggerHandler:function(type,data,fn){if(this[0])return jQuery.event.trigger(type,data,this[0],false,fn);return undefined;},toggle:function(){var args=arguments;return this.click(function(event){this.lastToggle=0==this.lastToggle?1:0;event.preventDefault();return args[this.lastToggle].apply(this,arguments)||false;});},hover:function(fnOver,fnOut){return this.bind('mouseenter',fnOver).bind('mouseleave',fnOut);},ready:function(fn){bindReady();if(jQuery.isReady)fn.call(document,jQuery);else +jQuery.readyList.push(function(){return fn.call(this,jQuery);});return this;}});jQuery.extend({isReady:false,readyList:[],ready:function(){if(!jQuery.isReady){jQuery.isReady=true;if(jQuery.readyList){jQuery.each(jQuery.readyList,function(){this.apply(document);});jQuery.readyList=null;}jQuery(document).triggerHandler("ready");}}});var readyBound=false;function bindReady(){if(readyBound)return;readyBound=true;if(document.addEventListener&&!jQuery.browser.opera)document.addEventListener("DOMContentLoaded",jQuery.ready,false);if(jQuery.browser.msie&&window==top)(function(){if(jQuery.isReady)return;try{document.documentElement.doScroll("left");}catch(error){setTimeout(arguments.callee,0);return;}jQuery.ready();})();if(jQuery.browser.opera)document.addEventListener("DOMContentLoaded",function(){if(jQuery.isReady)return;for(var i=0;i=0){var selector=url.slice(off,url.length);url=url.slice(0,off);}callback=callback||function(){};var type="GET";if(params)if(jQuery.isFunction(params)){callback=params;params=null;}else{params=jQuery.param(params);type="POST";}var self=this;jQuery.ajax({url:url,type:type,dataType:"html",data:params,complete:function(res,status){if(status=="success"||status=="notmodified")self.html(selector?jQuery("
      ").append(res.responseText.replace(//g,"")).find(selector):res.responseText);self.each(callback,[res.responseText,status,res]);}});return this;},serialize:function(){return jQuery.param(this.serializeArray());},serializeArray:function(){return this.map(function(){return jQuery.nodeName(this,"form")?jQuery.makeArray(this.elements):this;}).filter(function(){return this.name&&!this.disabled&&(this.checked||/select|textarea/i.test(this.nodeName)||/text|hidden|password/i.test(this.type));}).map(function(i,elem){var val=jQuery(this).val();return val==null?null:val.constructor==Array?jQuery.map(val,function(val,i){return{name:elem.name,value:val};}):{name:elem.name,value:val};}).get();}});jQuery.each("ajaxStart,ajaxStop,ajaxComplete,ajaxError,ajaxSuccess,ajaxSend".split(","),function(i,o){jQuery.fn[o]=function(f){return this.bind(o,f);};});var jsc=(new Date).getTime();jQuery.extend({get:function(url,data,callback,type){if(jQuery.isFunction(data)){callback=data;data=null;}return jQuery.ajax({type:"GET",url:url,data:data,success:callback,dataType:type});},getScript:function(url,callback){return jQuery.get(url,null,callback,"script");},getJSON:function(url,data,callback){return jQuery.get(url,data,callback,"json");},post:function(url,data,callback,type){if(jQuery.isFunction(data)){callback=data;data={};}return jQuery.ajax({type:"POST",url:url,data:data,success:callback,dataType:type});},ajaxSetup:function(settings){jQuery.extend(jQuery.ajaxSettings,settings);},ajaxSettings:{global:true,type:"GET",timeout:0,contentType:"application/x-www-form-urlencoded",processData:true,async:true,data:null,username:null,password:null,accepts:{xml:"application/xml, text/xml",html:"text/html",script:"text/javascript, application/javascript",json:"application/json, text/javascript",text:"text/plain",_default:"*/*"}},lastModified:{},ajax:function(s){var jsonp,jsre=/=\?(&|$)/g,status,data;s=jQuery.extend(true,s,jQuery.extend(true,{},jQuery.ajaxSettings,s));if(s.data&&s.processData&&typeof s.data!="string")s.data=jQuery.param(s.data);if(s.dataType=="jsonp"){if(s.type.toLowerCase()=="get"){if(!s.url.match(jsre))s.url+=(s.url.match(/\?/)?"&":"?")+(s.jsonp||"callback")+"=?";}else if(!s.data||!s.data.match(jsre))s.data=(s.data?s.data+"&":"")+(s.jsonp||"callback")+"=?";s.dataType="json";}if(s.dataType=="json"&&(s.data&&s.data.match(jsre)||s.url.match(jsre))){jsonp="jsonp"+jsc++;if(s.data)s.data=(s.data+"").replace(jsre,"="+jsonp+"$1");s.url=s.url.replace(jsre,"="+jsonp+"$1");s.dataType="script";window[jsonp]=function(tmp){data=tmp;success();complete();window[jsonp]=undefined;try{delete window[jsonp];}catch(e){}if(head)head.removeChild(script);};}if(s.dataType=="script"&&s.cache==null)s.cache=false;if(s.cache===false&&s.type.toLowerCase()=="get"){var ts=(new Date()).getTime();var ret=s.url.replace(/(\?|&)_=.*?(&|$)/,"$1_="+ts+"$2");s.url=ret+((ret==s.url)?(s.url.match(/\?/)?"&":"?")+"_="+ts:"");}if(s.data&&s.type.toLowerCase()=="get"){s.url+=(s.url.match(/\?/)?"&":"?")+s.data;s.data=null;}if(s.global&&!jQuery.active++)jQuery.event.trigger("ajaxStart");if((!s.url.indexOf("http")||!s.url.indexOf("//"))&&s.dataType=="script"&&s.type.toLowerCase()=="get"){var head=document.getElementsByTagName("head")[0];var script=document.createElement("script");script.src=s.url;if(s.scriptCharset)script.charset=s.scriptCharset;if(!jsonp){var done=false;script.onload=script.onreadystatechange=function(){if(!done&&(!this.readyState||this.readyState=="loaded"||this.readyState=="complete")){done=true;success();complete();head.removeChild(script);}};}head.appendChild(script);return undefined;}var requestDone=false;var xml=window.ActiveXObject?new ActiveXObject("Microsoft.XMLHTTP"):new XMLHttpRequest();xml.open(s.type,s.url,s.async,s.username,s.password);try{if(s.data)xml.setRequestHeader("Content-Type",s.contentType);if(s.ifModified)xml.setRequestHeader("If-Modified-Since",jQuery.lastModified[s.url]||"Thu, 01 Jan 1970 00:00:00 GMT");xml.setRequestHeader("X-Requested-With","XMLHttpRequest");xml.setRequestHeader("Accept",s.dataType&&s.accepts[s.dataType]?s.accepts[s.dataType]+", */*":s.accepts._default);}catch(e){}if(s.beforeSend)s.beforeSend(xml);if(s.global)jQuery.event.trigger("ajaxSend",[xml,s]);var onreadystatechange=function(isTimeout){if(!requestDone&&xml&&(xml.readyState==4||isTimeout=="timeout")){requestDone=true;if(ival){clearInterval(ival);ival=null;}status=isTimeout=="timeout"&&"timeout"||!jQuery.httpSuccess(xml)&&"error"||s.ifModified&&jQuery.httpNotModified(xml,s.url)&&"notmodified"||"success";if(status=="success"){try{data=jQuery.httpData(xml,s.dataType);}catch(e){status="parsererror";}}if(status=="success"){var modRes;try{modRes=xml.getResponseHeader("Last-Modified");}catch(e){}if(s.ifModified&&modRes)jQuery.lastModified[s.url]=modRes;if(!jsonp)success();}else +jQuery.handleError(s,xml,status);complete();if(s.async)xml=null;}};if(s.async){var ival=setInterval(onreadystatechange,13);if(s.timeout>0)setTimeout(function(){if(xml){xml.abort();if(!requestDone)onreadystatechange("timeout");}},s.timeout);}try{xml.send(s.data);}catch(e){jQuery.handleError(s,xml,null,e);}if(!s.async)onreadystatechange();function success(){if(s.success)s.success(data,status);if(s.global)jQuery.event.trigger("ajaxSuccess",[xml,s]);}function complete(){if(s.complete)s.complete(xml,status);if(s.global)jQuery.event.trigger("ajaxComplete",[xml,s]);if(s.global&&!--jQuery.active)jQuery.event.trigger("ajaxStop");}return xml;},handleError:function(s,xml,status,e){if(s.error)s.error(xml,status,e);if(s.global)jQuery.event.trigger("ajaxError",[xml,s,e]);},active:0,httpSuccess:function(r){try{return!r.status&&location.protocol=="file:"||(r.status>=200&&r.status<300)||r.status==304||r.status==1223||jQuery.browser.safari&&r.status==undefined;}catch(e){}return false;},httpNotModified:function(xml,url){try{var xmlRes=xml.getResponseHeader("Last-Modified");return xml.status==304||xmlRes==jQuery.lastModified[url]||jQuery.browser.safari&&xml.status==undefined;}catch(e){}return false;},httpData:function(r,type){var ct=r.getResponseHeader("content-type");var xml=type=="xml"||!type&&ct&&ct.indexOf("xml")>=0;var data=xml?r.responseXML:r.responseText;if(xml&&data.documentElement.tagName=="parsererror")throw"parsererror";if(type=="script")jQuery.globalEval(data);if(type=="json")data=eval("("+data+")");return data;},param:function(a){var s=[];if(a.constructor==Array||a.jquery)jQuery.each(a,function(){s.push(encodeURIComponent(this.name)+"="+encodeURIComponent(this.value));});else +for(var j in a)if(a[j]&&a[j].constructor==Array)jQuery.each(a[j],function(){s.push(encodeURIComponent(j)+"="+encodeURIComponent(this));});else +s.push(encodeURIComponent(j)+"="+encodeURIComponent(a[j]));return s.join("&").replace(/%20/g,"+");}});jQuery.fn.extend({show:function(speed,callback){return speed?this.animate({height:"show",width:"show",opacity:"show"},speed,callback):this.filter(":hidden").each(function(){this.style.display=this.oldblock||"";if(jQuery.css(this,"display")=="none"){var elem=jQuery("<"+this.tagName+" />").appendTo("body");this.style.display=elem.css("display");if(this.style.display=="none")this.style.display="block";elem.remove();}}).end();},hide:function(speed,callback){return speed?this.animate({height:"hide",width:"hide",opacity:"hide"},speed,callback):this.filter(":visible").each(function(){this.oldblock=this.oldblock||jQuery.css(this,"display");this.style.display="none";}).end();},_toggle:jQuery.fn.toggle,toggle:function(fn,fn2){return jQuery.isFunction(fn)&&jQuery.isFunction(fn2)?this._toggle(fn,fn2):fn?this.animate({height:"toggle",width:"toggle",opacity:"toggle"},fn,fn2):this.each(function(){jQuery(this)[jQuery(this).is(":hidden")?"show":"hide"]();});},slideDown:function(speed,callback){return this.animate({height:"show"},speed,callback);},slideUp:function(speed,callback){return this.animate({height:"hide"},speed,callback);},slideToggle:function(speed,callback){return this.animate({height:"toggle"},speed,callback);},fadeIn:function(speed,callback){return this.animate({opacity:"show"},speed,callback);},fadeOut:function(speed,callback){return this.animate({opacity:"hide"},speed,callback);},fadeTo:function(speed,to,callback){return this.animate({opacity:to},speed,callback);},animate:function(prop,speed,easing,callback){var optall=jQuery.speed(speed,easing,callback);return this[optall.queue===false?"each":"queue"](function(){if(this.nodeType!=1)return false;var opt=jQuery.extend({},optall);var hidden=jQuery(this).is(":hidden"),self=this;for(var p in prop){if(prop[p]=="hide"&&hidden||prop[p]=="show"&&!hidden)return jQuery.isFunction(opt.complete)&&opt.complete.apply(this);if(p=="height"||p=="width"){opt.display=jQuery.css(this,"display");opt.overflow=this.style.overflow;}}if(opt.overflow!=null)this.style.overflow="hidden";opt.curAnim=jQuery.extend({},prop);jQuery.each(prop,function(name,val){var e=new jQuery.fx(self,opt,name);if(/toggle|show|hide/.test(val))e[val=="toggle"?hidden?"show":"hide":val](prop);else{var parts=val.toString().match(/^([+-]=)?([\d+-.]+)(.*)$/),start=e.cur(true)||0;if(parts){var end=parseFloat(parts[2]),unit=parts[3]||"px";if(unit!="px"){self.style[name]=(end||1)+unit;start=((end||1)/e.cur(true))*start;self.style[name]=start+unit;}if(parts[1])end=((parts[1]=="-="?-1:1)*end)+start;e.custom(start,end,unit);}else +e.custom(start,val,"");}});return true;});},queue:function(type,fn){if(jQuery.isFunction(type)||(type&&type.constructor==Array)){fn=type;type="fx";}if(!type||(typeof type=="string"&&!fn))return queue(this[0],type);return this.each(function(){if(fn.constructor==Array)queue(this,type,fn);else{queue(this,type).push(fn);if(queue(this,type).length==1)fn.apply(this);}});},stop:function(clearQueue,gotoEnd){var timers=jQuery.timers;if(clearQueue)this.queue([]);this.each(function(){for(var i=timers.length-1;i>=0;i--)if(timers[i].elem==this){if(gotoEnd)timers[i](true);timers.splice(i,1);}});if(!gotoEnd)this.dequeue();return this;}});var queue=function(elem,type,array){if(!elem)return undefined;type=type||"fx";var q=jQuery.data(elem,type+"queue");if(!q||array)q=jQuery.data(elem,type+"queue",array?jQuery.makeArray(array):[]);return q;};jQuery.fn.dequeue=function(type){type=type||"fx";return this.each(function(){var q=queue(this,type);q.shift();if(q.length)q[0].apply(this);});};jQuery.extend({speed:function(speed,easing,fn){var opt=speed&&speed.constructor==Object?speed:{complete:fn||!fn&&easing||jQuery.isFunction(speed)&&speed,duration:speed,easing:fn&&easing||easing&&easing.constructor!=Function&&easing};opt.duration=(opt.duration&&opt.duration.constructor==Number?opt.duration:{slow:600,fast:200}[opt.duration])||400;opt.old=opt.complete;opt.complete=function(){if(opt.queue!==false)jQuery(this).dequeue();if(jQuery.isFunction(opt.old))opt.old.apply(this);};return opt;},easing:{linear:function(p,n,firstNum,diff){return firstNum+diff*p;},swing:function(p,n,firstNum,diff){return((-Math.cos(p*Math.PI)/2)+0.5)*diff+firstNum;}},timers:[],timerId:null,fx:function(elem,options,prop){this.options=options;this.elem=elem;this.prop=prop;if(!options.orig)options.orig={};}});jQuery.fx.prototype={update:function(){if(this.options.step)this.options.step.apply(this.elem,[this.now,this]);(jQuery.fx.step[this.prop]||jQuery.fx.step._default)(this);if(this.prop=="height"||this.prop=="width")this.elem.style.display="block";},cur:function(force){if(this.elem[this.prop]!=null&&this.elem.style[this.prop]==null)return this.elem[this.prop];var r=parseFloat(jQuery.css(this.elem,this.prop,force));return r&&r>-10000?r:parseFloat(jQuery.curCSS(this.elem,this.prop))||0;},custom:function(from,to,unit){this.startTime=(new Date()).getTime();this.start=from;this.end=to;this.unit=unit||this.unit||"px";this.now=this.start;this.pos=this.state=0;this.update();var self=this;function t(gotoEnd){return self.step(gotoEnd);}t.elem=this.elem;jQuery.timers.push(t);if(jQuery.timerId==null){jQuery.timerId=setInterval(function(){var timers=jQuery.timers;for(var i=0;ithis.options.duration+this.startTime){this.now=this.end;this.pos=this.state=1;this.update();this.options.curAnim[this.prop]=true;var done=true;for(var i in this.options.curAnim)if(this.options.curAnim[i]!==true)done=false;if(done){if(this.options.display!=null){this.elem.style.overflow=this.options.overflow;this.elem.style.display=this.options.display;if(jQuery.css(this.elem,"display")=="none")this.elem.style.display="block";}if(this.options.hide)this.elem.style.display="none";if(this.options.hide||this.options.show)for(var p in this.options.curAnim)jQuery.attr(this.elem.style,p,this.options.orig[p]);}if(done&&jQuery.isFunction(this.options.complete))this.options.complete.apply(this.elem);return false;}else{var n=t-this.startTime;this.state=n/this.options.duration;this.pos=jQuery.easing[this.options.easing||(jQuery.easing.swing?"swing":"linear")](this.state,n,0,1,this.options.duration);this.now=this.start+((this.end-this.start)*this.pos);this.update();}return true;}};jQuery.fx.step={scrollLeft:function(fx){fx.elem.scrollLeft=fx.now;},scrollTop:function(fx){fx.elem.scrollTop=fx.now;},opacity:function(fx){jQuery.attr(fx.elem.style,"opacity",fx.now);},_default:function(fx){fx.elem.style[fx.prop]=fx.now+fx.unit;}};jQuery.fn.offset=function(){var left=0,top=0,elem=this[0],results;if(elem)with(jQuery.browser){var parent=elem.parentNode,offsetChild=elem,offsetParent=elem.offsetParent,doc=elem.ownerDocument,safari2=safari&&parseInt(version)<522&&!/adobeair/i.test(userAgent),fixed=jQuery.css(elem,"position")=="fixed";if(elem.getBoundingClientRect){var box=elem.getBoundingClientRect();add(box.left+Math.max(doc.documentElement.scrollLeft,doc.body.scrollLeft),box.top+Math.max(doc.documentElement.scrollTop,doc.body.scrollTop));add(-doc.documentElement.clientLeft,-doc.documentElement.clientTop);}else{add(elem.offsetLeft,elem.offsetTop);while(offsetParent){add(offsetParent.offsetLeft,offsetParent.offsetTop);if(mozilla&&!/^t(able|d|h)$/i.test(offsetParent.tagName)||safari&&!safari2)border(offsetParent);if(!fixed&&jQuery.css(offsetParent,"position")=="fixed")fixed=true;offsetChild=/^body$/i.test(offsetParent.tagName)?offsetChild:offsetParent;offsetParent=offsetParent.offsetParent;}while(parent&&parent.tagName&&!/^body|html$/i.test(parent.tagName)){if(!/^inline|table.*$/i.test(jQuery.css(parent,"display")))add(-parent.scrollLeft,-parent.scrollTop);if(mozilla&&jQuery.css(parent,"overflow")!="visible")border(parent);parent=parent.parentNode;}if((safari2&&(fixed||jQuery.css(offsetChild,"position")=="absolute"))||(mozilla&&jQuery.css(offsetChild,"position")!="absolute"))add(-doc.body.offsetLeft,-doc.body.offsetTop);if(fixed)add(Math.max(doc.documentElement.scrollLeft,doc.body.scrollLeft),Math.max(doc.documentElement.scrollTop,doc.body.scrollTop));}results={top:top,left:left};}function border(elem){add(jQuery.curCSS(elem,"borderLeftWidth",true),jQuery.curCSS(elem,"borderTopWidth",true));}function add(l,t){left+=parseInt(l)||0;top+=parseInt(t)||0;}return results;};})(); \ No newline at end of file diff --git a/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/jquery.lightbox/jquery.lightbox-0.5.css b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/jquery.lightbox/jquery.lightbox-0.5.css new file mode 100644 index 0000000..5805977 --- /dev/null +++ b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/jquery.lightbox/jquery.lightbox-0.5.css @@ -0,0 +1,103 @@ +/** + * jQuery lightBox plugin + * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/) + * and adapted to me for use like a plugin from jQuery. + * @name jquery-lightbox-0.5.css + * @author Leandro Vieira Pinho - http://leandrovieira.com + * @version 0.5 + * @date April 11, 2008 + * @category jQuery plugin + * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com) + * @license CCAttribution-ShareAlike 2.5 Brazil - http://creativecommons.org/licenses/by-sa/2.5/br/deed.en_US + * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin + */ +#jquery-overlay { + position: absolute; + top: 0; + left: 0; + z-index: 10090; + width: 100%; + height: 500px; +} +#jquery-lightbox { + position: absolute; + top: 0; + left: 0; + width: 100%; + z-index: 10100; + text-align: center; + line-height: 0; +} +#jquery-lightbox a img { border: none; } +#lightbox-container-image-box { + position: relative; + background-color: #fff; + width: 250px; + height: 250px; + margin: 0 auto; +} +#lightbox-container-image { padding: 10px; } +#lightbox-loading { + position: absolute; + top: 40%; + left: 0%; + height: 25%; + width: 100%; + text-align: center; + line-height: 0; +} +#lightbox-nav { + position: absolute; + top: 0; + left: 0; + height: 100%; + width: 100%; + z-index: 10010; +} +#lightbox-container-image-box > #lightbox-nav { left: 0; } +#lightbox-nav a { outline: none;} +#lightbox-nav-btnPrev, #lightbox-nav-btnNext { + width: 49%; + height: 100%; + zoom: 1; + display: block; +} +#lightbox-nav-btnPrev { + left: 0; + float: left; +} +#lightbox-nav-btnNext { + right: 0; + float: right; +} +#lightbox-container-image-data-box { + font: 10px Verdana, Helvetica, sans-serif; + background-color: #fff; + margin: 0 auto; + line-height: 1.4em; + overflow: auto; + width: 100%; + padding: 0 10px 0; + position: relative; + min-height: 32px; +} +#lightbox-container-image-data { + padding: 0 10px; + color: #666; +} +#lightbox-container-image-data #lightbox-image-details { + width: 70%; + float: left; + text-align: left; +} +#lightbox-image-details-caption { font-weight: bold; } +#lightbox-image-details-currentNumber { + display: block; + clear: left; + padding-bottom: 1.0em; +} +#lightbox-secNav-btnClose { + width: 66px; + float: right; + padding-bottom: 0.7em; +} diff --git a/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/jquery.lightbox/jquery.lightbox-0.5.js b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/jquery.lightbox/jquery.lightbox-0.5.js new file mode 100644 index 0000000..28a61bb --- /dev/null +++ b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/jquery.lightbox/jquery.lightbox-0.5.js @@ -0,0 +1,472 @@ +/** + * jQuery lightBox plugin + * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/) + * and adapted to me for use like a plugin from jQuery. + * @name jquery-lightbox-0.5.js + * @author Leandro Vieira Pinho - http://leandrovieira.com + * @version 0.5 + * @date April 11, 2008 + * @category jQuery plugin + * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com) + * @license CCAttribution-ShareAlike 2.5 Brazil - http://creativecommons.org/licenses/by-sa/2.5/br/deed.en_US + * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin + */ + +// Offering a Custom Alias suport - More info: http://docs.jquery.com/Plugins/Authoring#Custom_Alias +(function($) { + /** + * $ is an alias to jQuery object + * + */ + $.fn.lightBox = function(settings) { + // Settings to configure the jQuery lightBox plugin how you like + settings = jQuery.extend({ + // Configuration related to overlay + overlayBgColor: '#000', // (string) Background color to overlay; inform a hexadecimal value like: #RRGGBB. Where RR, GG, and BB are the hexadecimal values for the red, green, and blue values of the color. + overlayOpacity: 0.8, // (integer) Opacity value to overlay; inform: 0.X. Where X are number from 0 to 9 + // Configuration related to navigation + fixedNavigation: false, // (boolean) Boolean that informs if the navigation (next and prev button) will be fixed or not in the interface. + // Configuration related to images + imageLoading: 'images/lightbox-ico-loading.gif', // (string) Path and the name of the loading icon + imageBtnPrev: 'images/lightbox-btn-prev.gif', // (string) Path and the name of the prev button image + imageBtnNext: 'images/lightbox-btn-next.gif', // (string) Path and the name of the next button image + imageBtnClose: 'images/lightbox-btn-close.gif', // (string) Path and the name of the close btn + imageBlank: 'images/lightbox-blank.gif', // (string) Path and the name of a blank image (one pixel) + // Configuration related to container image box + containerBorderSize: 10, // (integer) If you adjust the padding in the CSS for the container, #lightbox-container-image-box, you will need to update this value + containerResizeSpeed: 400, // (integer) Specify the resize duration of container image. These number are miliseconds. 400 is default. + // Configuration related to texts in caption. For example: Image 2 of 8. You can alter either "Image" and "of" texts. + txtImage: 'Image', // (string) Specify text "Image" + txtOf: 'of', // (string) Specify text "of" + // Configuration related to keyboard navigation + keyToClose: 'c', // (string) (c = close) Letter to close the jQuery lightBox interface. Beyond this letter, the letter X and the SCAPE key is used to. + keyToPrev: 'p', // (string) (p = previous) Letter to show the previous image + keyToNext: 'n', // (string) (n = next) Letter to show the next image. + // Don´t alter these variables in any way + imageArray: [], + activeImage: 0 + },settings); + // Caching the jQuery object with all elements matched + var jQueryMatchedObj = this; // This, in this context, refer to jQuery object + /** + * Initializing the plugin calling the start function + * + * @return boolean false + */ + function _initialize() { + _start(this,jQueryMatchedObj); // This, in this context, refer to object (link) which the user have clicked + return false; // Avoid the browser following the link + } + /** + * Start the jQuery lightBox plugin + * + * @param object objClicked The object (link) whick the user have clicked + * @param object jQueryMatchedObj The jQuery object with all elements matched + */ + function _start(objClicked,jQueryMatchedObj) { + // Hime some elements to avoid conflict with overlay in IE. These elements appear above the overlay. + $('embed, object, select').css({ 'visibility' : 'hidden' }); + // Call the function to create the markup structure; style some elements; assign events in some elements. + _set_interface(); + // Unset total images in imageArray + settings.imageArray.length = 0; + // Unset image active information + settings.activeImage = 0; + // We have an image set? Or just an image? Let´s see it. + if ( jQueryMatchedObj.length == 1 ) { + settings.imageArray.push(new Array(objClicked.getAttribute('href'),objClicked.getAttribute('title'))); + } else { + // Add an Array (as many as we have), with href and title atributes, inside the Array that storage the images references + for ( var i = 0; i < jQueryMatchedObj.length; i++ ) { + settings.imageArray.push(new Array(jQueryMatchedObj[i].getAttribute('href'),jQueryMatchedObj[i].getAttribute('title'))); + } + } + while ( settings.imageArray[settings.activeImage][0] != objClicked.getAttribute('href') ) { + settings.activeImage++; + } + // Call the function that prepares image exibition + _set_image_to_view(); + } + /** + * Create the jQuery lightBox plugin interface + * + * The HTML markup will be like that: +
      +
      + + +
      + * + */ + function _set_interface() { + // Apply the HTML markup into body tag + $('body').append('
      '); + // Get page sizes + var arrPageSizes = ___getPageSize(); + // Style overlay and show it + $('#jquery-overlay').css({ + backgroundColor: settings.overlayBgColor, + opacity: settings.overlayOpacity, + width: arrPageSizes[0], + height: arrPageSizes[1] + }).fadeIn(); + // Get page scroll + var arrPageScroll = ___getPageScroll(); + // Calculate top and left offset for the jquery-lightbox div object and show it + $('#jquery-lightbox').css({ + top: arrPageScroll[1] + (arrPageSizes[3] / 10), + left: arrPageScroll[0] + }).show(); + // Assigning click events in elements to close overlay + $('#jquery-overlay,#jquery-lightbox').click(function() { + _finish(); + }); + // Assign the _finish function to lightbox-loading-link and lightbox-secNav-btnClose objects + $('#lightbox-loading-link,#lightbox-secNav-btnClose').click(function() { + _finish(); + return false; + }); + // If window was resized, calculate the new overlay dimensions + $(window).resize(function() { + // Get page sizes + var arrPageSizes = ___getPageSize(); + // Style overlay and show it + $('#jquery-overlay').css({ + width: arrPageSizes[0], + height: arrPageSizes[1] + }); + // Get page scroll + var arrPageScroll = ___getPageScroll(); + // Calculate top and left offset for the jquery-lightbox div object and show it + $('#jquery-lightbox').css({ + top: arrPageScroll[1] + (arrPageSizes[3] / 10), + left: arrPageScroll[0] + }); + }); + } + /** + * Prepares image exibition; doing a image´s preloader to calculate it´s size + * + */ + function _set_image_to_view() { // show the loading + // Show the loading + $('#lightbox-loading').show(); + if ( settings.fixedNavigation ) { + $('#lightbox-image,#lightbox-container-image-data-box,#lightbox-image-details-currentNumber').hide(); + } else { + // Hide some elements + $('#lightbox-image,#lightbox-nav,#lightbox-nav-btnPrev,#lightbox-nav-btnNext,#lightbox-container-image-data-box,#lightbox-image-details-currentNumber').hide(); + } + // Image preload process + var objImagePreloader = new Image(); + objImagePreloader.onload = function() { + $('#lightbox-image').attr('src',settings.imageArray[settings.activeImage][0]); + // Perfomance an effect in the image container resizing it + _resize_container_image_box(objImagePreloader.width,objImagePreloader.height); + // clear onLoad, IE behaves irratically with animated gifs otherwise + objImagePreloader.onload=function(){}; + }; + objImagePreloader.src = settings.imageArray[settings.activeImage][0]; + }; + /** + * Perfomance an effect in the image container resizing it + * + * @param integer intImageWidth The image´s width that will be showed + * @param integer intImageHeight The image´s height that will be showed + */ + function _resize_container_image_box(intImageWidth,intImageHeight) { + // Get current width and height + var intCurrentWidth = $('#lightbox-container-image-box').width(); + var intCurrentHeight = $('#lightbox-container-image-box').height(); + // Get the width and height of the selected image plus the padding + var intWidth = (intImageWidth + (settings.containerBorderSize * 2)); // Plus the image´s width and the left and right padding value + var intHeight = (intImageHeight + (settings.containerBorderSize * 2)); // Plus the image´s height and the left and right padding value + // Diferences + var intDiffW = intCurrentWidth - intWidth; + var intDiffH = intCurrentHeight - intHeight; + // Perfomance the effect + $('#lightbox-container-image-box').animate({ width: intWidth, height: intHeight },settings.containerResizeSpeed,function() { _show_image(); }); + if ( ( intDiffW == 0 ) && ( intDiffH == 0 ) ) { + if ( $.browser.msie ) { + ___pause(250); + } else { + ___pause(100); + } + } + $('#lightbox-container-image-data-box').css({ width: intImageWidth }); + $('#lightbox-nav-btnPrev,#lightbox-nav-btnNext').css({ height: intImageHeight + (settings.containerBorderSize * 2) }); + }; + /** + * Show the prepared image + * + */ + function _show_image() { + $('#lightbox-loading').hide(); + $('#lightbox-image').fadeIn(function() { + _show_image_data(); + _set_navigation(); + }); + _preload_neighbor_images(); + }; + /** + * Show the image information + * + */ + function _show_image_data() { + $('#lightbox-container-image-data-box').slideDown('fast'); + $('#lightbox-image-details-caption').hide(); + if ( settings.imageArray[settings.activeImage][1] ) { + $('#lightbox-image-details-caption').html(settings.imageArray[settings.activeImage][1]).show(); + } + // If we have a image set, display 'Image X of X' + if ( settings.imageArray.length > 1 ) { + $('#lightbox-image-details-currentNumber').html(settings.txtImage + ' ' + ( settings.activeImage + 1 ) + ' ' + settings.txtOf + ' ' + settings.imageArray.length).show(); + } + } + /** + * Display the button navigations + * + */ + function _set_navigation() { + $('#lightbox-nav').show(); + + // Instead to define this configuration in CSS file, we define here. And it´s need to IE. Just. + $('#lightbox-nav-btnPrev,#lightbox-nav-btnNext').css({ 'background' : 'transparent url(' + settings.imageBlank + ') no-repeat' }); + + // Show the prev button, if not the first image in set + if ( settings.activeImage != 0 ) { + if ( settings.fixedNavigation ) { + $('#lightbox-nav-btnPrev').css({ 'background' : 'url(' + settings.imageBtnPrev + ') left 15% no-repeat' }) + .unbind() + .bind('click',function() { + settings.activeImage = settings.activeImage - 1; + _set_image_to_view(); + return false; + }); + } else { + // Show the images button for Next buttons + $('#lightbox-nav-btnPrev').unbind().hover(function() { + $(this).css({ 'background' : 'url(' + settings.imageBtnPrev + ') left 15% no-repeat' }); + },function() { + $(this).css({ 'background' : 'transparent url(' + settings.imageBlank + ') no-repeat' }); + }).show().bind('click',function() { + settings.activeImage = settings.activeImage - 1; + _set_image_to_view(); + return false; + }); + } + } + + // Show the next button, if not the last image in set + if ( settings.activeImage != ( settings.imageArray.length -1 ) ) { + if ( settings.fixedNavigation ) { + $('#lightbox-nav-btnNext').css({ 'background' : 'url(' + settings.imageBtnNext + ') right 15% no-repeat' }) + .unbind() + .bind('click',function() { + settings.activeImage = settings.activeImage + 1; + _set_image_to_view(); + return false; + }); + } else { + // Show the images button for Next buttons + $('#lightbox-nav-btnNext').unbind().hover(function() { + $(this).css({ 'background' : 'url(' + settings.imageBtnNext + ') right 15% no-repeat' }); + },function() { + $(this).css({ 'background' : 'transparent url(' + settings.imageBlank + ') no-repeat' }); + }).show().bind('click',function() { + settings.activeImage = settings.activeImage + 1; + _set_image_to_view(); + return false; + }); + } + } + // Enable keyboard navigation + _enable_keyboard_navigation(); + } + /** + * Enable a support to keyboard navigation + * + */ + function _enable_keyboard_navigation() { + $(document).keydown(function(objEvent) { + _keyboard_action(objEvent); + }); + } + /** + * Disable the support to keyboard navigation + * + */ + function _disable_keyboard_navigation() { + $(document).unbind(); + } + /** + * Perform the keyboard actions + * + */ + function _keyboard_action(objEvent) { + // To ie + if ( objEvent == null ) { + keycode = event.keyCode; + escapeKey = 27; + // To Mozilla + } else { + keycode = objEvent.keyCode; + escapeKey = objEvent.DOM_VK_ESCAPE; + } + // Get the key in lower case form + key = String.fromCharCode(keycode).toLowerCase(); + // Verify the keys to close the ligthBox + if ( ( key == settings.keyToClose ) || ( key == 'x' ) || ( keycode == escapeKey ) ) { + _finish(); + } + // Verify the key to show the previous image + if ( ( key == settings.keyToPrev ) || ( keycode == 37 ) ) { + // If we´re not showing the first image, call the previous + if ( settings.activeImage != 0 ) { + settings.activeImage = settings.activeImage - 1; + _set_image_to_view(); + _disable_keyboard_navigation(); + } + } + // Verify the key to show the next image + if ( ( key == settings.keyToNext ) || ( keycode == 39 ) ) { + // If we´re not showing the last image, call the next + if ( settings.activeImage != ( settings.imageArray.length - 1 ) ) { + settings.activeImage = settings.activeImage + 1; + _set_image_to_view(); + _disable_keyboard_navigation(); + } + } + } + /** + * Preload prev and next images being showed + * + */ + function _preload_neighbor_images() { + if ( (settings.imageArray.length -1) > settings.activeImage ) { + objNext = new Image(); + objNext.src = settings.imageArray[settings.activeImage + 1][0]; + } + if ( settings.activeImage > 0 ) { + objPrev = new Image(); + objPrev.src = settings.imageArray[settings.activeImage -1][0]; + } + } + /** + * Remove jQuery lightBox plugin HTML markup + * + */ + function _finish() { + $('#jquery-lightbox').remove(); + $('#jquery-overlay').fadeOut(function() { $('#jquery-overlay').remove(); }); + // Show some elements to avoid conflict with overlay in IE. These elements appear above the overlay. + $('embed, object, select').css({ 'visibility' : 'visible' }); + } + /** + / THIRD FUNCTION + * getPageSize() by quirksmode.com + * + * @return Array Return an array with page width, height and window width, height + */ + function ___getPageSize() { + var xScroll, yScroll; + if (window.innerHeight && window.scrollMaxY) { + xScroll = window.innerWidth + window.scrollMaxX; + yScroll = window.innerHeight + window.scrollMaxY; + } else if (document.body.scrollHeight > document.body.offsetHeight){ // all but Explorer Mac + xScroll = document.body.scrollWidth; + yScroll = document.body.scrollHeight; + } else { // Explorer Mac...would also work in Explorer 6 Strict, Mozilla and Safari + xScroll = document.body.offsetWidth; + yScroll = document.body.offsetHeight; + } + var windowWidth, windowHeight; + if (self.innerHeight) { // all except Explorer + if(document.documentElement.clientWidth){ + windowWidth = document.documentElement.clientWidth; + } else { + windowWidth = self.innerWidth; + } + windowHeight = self.innerHeight; + } else if (document.documentElement && document.documentElement.clientHeight) { // Explorer 6 Strict Mode + windowWidth = document.documentElement.clientWidth; + windowHeight = document.documentElement.clientHeight; + } else if (document.body) { // other Explorers + windowWidth = document.body.clientWidth; + windowHeight = document.body.clientHeight; + } + // for small pages with total height less then height of the viewport + if(yScroll < windowHeight){ + pageHeight = windowHeight; + } else { + pageHeight = yScroll; + } + // for small pages with total width less then width of the viewport + if(xScroll < windowWidth){ + pageWidth = xScroll; + } else { + pageWidth = windowWidth; + } + arrayPageSize = new Array(pageWidth,pageHeight,windowWidth,windowHeight); + return arrayPageSize; + }; + /** + / THIRD FUNCTION + * getPageScroll() by quirksmode.com + * + * @return Array Return an array with x,y page scroll values. + */ + function ___getPageScroll() { + var xScroll, yScroll; + if (self.pageYOffset) { + yScroll = self.pageYOffset; + xScroll = self.pageXOffset; + } else if (document.documentElement && document.documentElement.scrollTop) { // Explorer 6 Strict + yScroll = document.documentElement.scrollTop; + xScroll = document.documentElement.scrollLeft; + } else if (document.body) {// all other Explorers + yScroll = document.body.scrollTop; + xScroll = document.body.scrollLeft; + } + arrayPageScroll = new Array(xScroll,yScroll); + return arrayPageScroll; + }; + /** + * Stop the code execution from a escified time in milisecond + * + */ + function ___pause(ms) { + var date = new Date(); + curDate = null; + do { var curDate = new Date(); } + while ( curDate - date < ms); + }; + // Return the jQuery object for chaining. The unbind method is used to avoid click conflict when the plugin is called more than once + return this.unbind('click').click(_initialize); + }; +})(jQuery); // Call and execute the function immediately passing the jQuery object \ No newline at end of file diff --git a/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/jquery.lightbox/jquery.lightbox-0.5.min.js b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/jquery.lightbox/jquery.lightbox-0.5.min.js new file mode 100644 index 0000000..429f0c5 --- /dev/null +++ b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/jquery.lightbox/jquery.lightbox-0.5.min.js @@ -0,0 +1,42 @@ +/** + * jQuery lightBox plugin + * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/) + * and adapted to me for use like a plugin from jQuery. + * @name jquery-lightbox-0.5.js + * @author Leandro Vieira Pinho - http://leandrovieira.com + * @version 0.5 + * @date April 11, 2008 + * @category jQuery plugin + * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com) + * @license CCAttribution-ShareAlike 2.5 Brazil - http://creativecommons.org/licenses/by-sa/2.5/br/deed.en_US + * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin + */ +(function($){$.fn.lightBox=function(settings){settings=jQuery.extend({overlayBgColor:'#000',overlayOpacity:0.8,fixedNavigation:false,imageLoading:'images/lightbox-ico-loading.gif',imageBtnPrev:'images/lightbox-btn-prev.gif',imageBtnNext:'images/lightbox-btn-next.gif',imageBtnClose:'images/lightbox-btn-close.gif',imageBlank:'images/lightbox-blank.gif',containerBorderSize:10,containerResizeSpeed:400,txtImage:'Image',txtOf:'of',keyToClose:'c',keyToPrev:'p',keyToNext:'n',imageArray:[],activeImage:0},settings);var jQueryMatchedObj=this;function _initialize(){_start(this,jQueryMatchedObj);return false;} +function _start(objClicked,jQueryMatchedObj){$('embed, object, select').css({'visibility':'hidden'});_set_interface();settings.imageArray.length=0;settings.activeImage=0;if(jQueryMatchedObj.length==1){settings.imageArray.push(new Array(objClicked.getAttribute('href'),objClicked.getAttribute('title')));}else{for(var i=0;i
      ');var arrPageSizes=___getPageSize();$('#jquery-overlay').css({backgroundColor:settings.overlayBgColor,opacity:settings.overlayOpacity,width:arrPageSizes[0],height:arrPageSizes[1]}).fadeIn();var arrPageScroll=___getPageScroll();$('#jquery-lightbox').css({top:arrPageScroll[1]+(arrPageSizes[3]/10),left:arrPageScroll[0]}).show();$('#jquery-overlay,#jquery-lightbox').click(function(){_finish();});$('#lightbox-loading-link,#lightbox-secNav-btnClose').click(function(){_finish();return false;});$(window).resize(function(){var arrPageSizes=___getPageSize();$('#jquery-overlay').css({width:arrPageSizes[0],height:arrPageSizes[1]});var arrPageScroll=___getPageScroll();$('#jquery-lightbox').css({top:arrPageScroll[1]+(arrPageSizes[3]/10),left:arrPageScroll[0]});});} +function _set_image_to_view(){$('#lightbox-loading').show();if(settings.fixedNavigation){$('#lightbox-image,#lightbox-container-image-data-box,#lightbox-image-details-currentNumber').hide();}else{$('#lightbox-image,#lightbox-nav,#lightbox-nav-btnPrev,#lightbox-nav-btnNext,#lightbox-container-image-data-box,#lightbox-image-details-currentNumber').hide();} +var objImagePreloader=new Image();objImagePreloader.onload=function(){$('#lightbox-image').attr('src',settings.imageArray[settings.activeImage][0]);_resize_container_image_box(objImagePreloader.width,objImagePreloader.height);objImagePreloader.onload=function(){};};objImagePreloader.src=settings.imageArray[settings.activeImage][0];};function _resize_container_image_box(intImageWidth,intImageHeight){var intCurrentWidth=$('#lightbox-container-image-box').width();var intCurrentHeight=$('#lightbox-container-image-box').height();var intWidth=(intImageWidth+(settings.containerBorderSize*2));var intHeight=(intImageHeight+(settings.containerBorderSize*2));var intDiffW=intCurrentWidth-intWidth;var intDiffH=intCurrentHeight-intHeight;$('#lightbox-container-image-box').animate({width:intWidth,height:intHeight},settings.containerResizeSpeed,function(){_show_image();});if((intDiffW==0)&&(intDiffH==0)){if($.browser.msie){___pause(250);}else{___pause(100);}} +$('#lightbox-container-image-data-box').css({width:intImageWidth});$('#lightbox-nav-btnPrev,#lightbox-nav-btnNext').css({height:intImageHeight+(settings.containerBorderSize*2)});};function _show_image(){$('#lightbox-loading').hide();$('#lightbox-image').fadeIn(function(){_show_image_data();_set_navigation();});_preload_neighbor_images();};function _show_image_data(){$('#lightbox-container-image-data-box').slideDown('fast');$('#lightbox-image-details-caption').hide();if(settings.imageArray[settings.activeImage][1]){$('#lightbox-image-details-caption').html(settings.imageArray[settings.activeImage][1]).show();} +if(settings.imageArray.length>1){$('#lightbox-image-details-currentNumber').html(settings.txtImage+' '+(settings.activeImage+1)+' '+settings.txtOf+' '+settings.imageArray.length).show();}} +function _set_navigation(){$('#lightbox-nav').show();$('#lightbox-nav-btnPrev,#lightbox-nav-btnNext').css({'background':'transparent url('+settings.imageBlank+') no-repeat'});if(settings.activeImage!=0){if(settings.fixedNavigation){$('#lightbox-nav-btnPrev').css({'background':'url('+settings.imageBtnPrev+') left 15% no-repeat'}).unbind().bind('click',function(){settings.activeImage=settings.activeImage-1;_set_image_to_view();return false;});}else{$('#lightbox-nav-btnPrev').unbind().hover(function(){$(this).css({'background':'url('+settings.imageBtnPrev+') left 15% no-repeat'});},function(){$(this).css({'background':'transparent url('+settings.imageBlank+') no-repeat'});}).show().bind('click',function(){settings.activeImage=settings.activeImage-1;_set_image_to_view();return false;});}} +if(settings.activeImage!=(settings.imageArray.length-1)){if(settings.fixedNavigation){$('#lightbox-nav-btnNext').css({'background':'url('+settings.imageBtnNext+') right 15% no-repeat'}).unbind().bind('click',function(){settings.activeImage=settings.activeImage+1;_set_image_to_view();return false;});}else{$('#lightbox-nav-btnNext').unbind().hover(function(){$(this).css({'background':'url('+settings.imageBtnNext+') right 15% no-repeat'});},function(){$(this).css({'background':'transparent url('+settings.imageBlank+') no-repeat'});}).show().bind('click',function(){settings.activeImage=settings.activeImage+1;_set_image_to_view();return false;});}} +_enable_keyboard_navigation();} +function _enable_keyboard_navigation(){$(document).keydown(function(objEvent){_keyboard_action(objEvent);});} +function _disable_keyboard_navigation(){$(document).unbind();} +function _keyboard_action(objEvent){if(objEvent==null){keycode=event.keyCode;escapeKey=27;}else{keycode=objEvent.keyCode;escapeKey=objEvent.DOM_VK_ESCAPE;} +key=String.fromCharCode(keycode).toLowerCase();if((key==settings.keyToClose)||(key=='x')||(keycode==escapeKey)){_finish();} +if((key==settings.keyToPrev)||(keycode==37)){if(settings.activeImage!=0){settings.activeImage=settings.activeImage-1;_set_image_to_view();_disable_keyboard_navigation();}} +if((key==settings.keyToNext)||(keycode==39)){if(settings.activeImage!=(settings.imageArray.length-1)){settings.activeImage=settings.activeImage+1;_set_image_to_view();_disable_keyboard_navigation();}}} +function _preload_neighbor_images(){if((settings.imageArray.length-1)>settings.activeImage){objNext=new Image();objNext.src=settings.imageArray[settings.activeImage+1][0];} +if(settings.activeImage>0){objPrev=new Image();objPrev.src=settings.imageArray[settings.activeImage-1][0];}} +function _finish(){$('#jquery-lightbox').remove();$('#jquery-overlay').fadeOut(function(){$('#jquery-overlay').remove();});$('embed, object, select').css({'visibility':'visible'});} +function ___getPageSize(){var xScroll,yScroll;if(window.innerHeight&&window.scrollMaxY){xScroll=window.innerWidth+window.scrollMaxX;yScroll=window.innerHeight+window.scrollMaxY;}else if(document.body.scrollHeight>document.body.offsetHeight){xScroll=document.body.scrollWidth;yScroll=document.body.scrollHeight;}else{xScroll=document.body.offsetWidth;yScroll=document.body.offsetHeight;} +var windowWidth,windowHeight;if(self.innerHeight){if(document.documentElement.clientWidth){windowWidth=document.documentElement.clientWidth;}else{windowWidth=self.innerWidth;} +windowHeight=self.innerHeight;}else if(document.documentElement&&document.documentElement.clientHeight){windowWidth=document.documentElement.clientWidth;windowHeight=document.documentElement.clientHeight;}else if(document.body){windowWidth=document.body.clientWidth;windowHeight=document.body.clientHeight;} +if(yScroll({SezI^%Y*|R54p4`8G z|IVE|w{G3Ke*OB@t5+{wx^(*V=@TbT?Ay0*`}XZywrtt7Y18`k>sPE;v3T*~dGqGY zo;`cov}qG3PVDdR@9F7jZ*OmEYHDa`sI9FnD=RB5E-oxA%*)Hm%*;$rPftlnNlHqJ zkB^Uyjg5+m3Jnbn4h{|o2=Mds^Y-@k^z?Ldb7LR`6o0ZXurvH;&;cm~`H6w;ze7WT zhmKVLi6uoRbFAiHSg}QNM$~#2#^;SaIV^5XhYKa-WLTaw7EPSeoxUZ&W*tAf%&o4( zmMs}FnZ=U&t@`p#;`)5z0}*FgxG7?Q+eP>#}Q0kG{s^ou20;n;V<17z*6xlW|Jw?=bOR#PEpA zg=KOFx5Rw`%jtY|_3ZS` zqUjnN13nacHVT_2ml!nlJA2OW%MmP8S=ga0=sH=)An?>j$~+u1KUln%@oJ3-U|ygRY{{;{vyg#@ zVe7)XGmJPB4>%ce-gMSF@xfy;(;UM9kqL%E%RL+UjM8k(gB06(gljgeIR7Z|k07_Y Yz?%8?E)08>7@u6ee}4b|UkVJ?0I^^iLI3~& literal 0 HcmV?d00001 diff --git a/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/jquery.lightbox/lightbox-btn-next.gif b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/jquery.lightbox/lightbox-btn-next.gif new file mode 100644 index 0000000000000000000000000000000000000000..a0d4fcf84a784f2cf44c33084145dde5df294ccf GIT binary patch literal 812 zcmZ?wbhEHbv}aIYc*el+|NsBLfB*je{rl(7pWnZK|N8ao=g*%%e*F0U{rk6X-@bnR z`sK@)&!0bk_Uze{Cr=(ddi3DIgM0Vx-MMq;#*G`-u3fuy>C%M@7tWnKck0xs6DLj_ zJ9g~Qp+g4_9N4pG&#qm&wr$(CWy_Y$n>TOVxN-gZ^=sFzUA=ns%9SgZFJHcN>C(lE z7tftLclPYrGiT16IB{Zse}8XpZ+CZhdwY9pYio0Jb7Ny;LqkJdU0qdGRYgTbSy@?0 zNl8ILL0(>7PEJl%R#rwvMp{~0N=iynQc^-fLR?&2OiWBvR8&MnL|9l@NJvOfP*6ZX zfS;eAudlDSx3{OKr@OnmtE;QCvop}+41)kD{$ycfX9#A{0l5VfCk*WW8-jxwT3XxM zJ370%dpeqXCrq3)dCJsj(`U?_HG9t7dGi-6T(o$}(q+q6EMSyU6K`dbQDR_IP*vNm z&M%^|u7yignomt{TLh9X-vlT%qa~3Xe4)wGVP;i|rWZ3pVTZ!3`iIq!%NnqiVmI=~4yG?*UBuy@#qi_9lOv%EOFWqjwm)IFQ?j)3`1T=zfmcO{foI3W6sLtd zS4F+)nC;}rU*j;#AyW5g3x|3eXP|{qRNj;|3pfM literal 0 HcmV?d00001 diff --git a/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/jquery.lightbox/lightbox-btn-prev.gif b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/jquery.lightbox/lightbox-btn-prev.gif new file mode 100644 index 0000000000000000000000000000000000000000..040ee5992f7fdb9b51907cb4ba1c5570b1b5482a GIT binary patch literal 832 zcmZ?wbhEHbv}aIYc*el+|NsBLfB*je{rl(7pFe*5`1bAFmoHyFefsp_!-se8-o1MD z>gCIq&!0bk`t<4J$B!RAe0cx<{kwPX-oAbN)~#DNZrr$b?b?+qS1w$*aPHi>GiT16 zK7IP+$&<&AA3u8Z=;6bM4<0Ta{2P*ix)3mxNzb8`Sa(^n>T09oLRGG&6qJ`%9JS+CQRt>@9*vHZEbCBZf^0EX>c(&&|!v&d$!v%uG#9O-@cuN=iydNQjGz zi;0Peii(PehzJV{3keAc4h{|s4D|Q+_x1Jl_V)Jl^mKQ3cXD!aaBu(y1q0oI;!hSv zc7{j>9gxkSIALJ_-@wq++|t_C-qG3B78%*yKVf2j-=wM2rq7r;YxbPE^X4yDxM=Z` zrOTGDSUHZ{$*`cIU*V9G=mkL*$3~&B9F~NQE=O7f+$T8{d|+|! z5LB^I==tcv%)lM$(xcU&+%-wnv&x6z08`gQRsV((28G1VNlI>g4%W9mc+UCN{rKLQV#k0fcFk=e`pVK=5riUkZTAtTQ6isw#WRUmZ3z(a9R-j$e ze3FRFDrSywC%q{a3<^!By0Zf_LL_n(8yB!Rulm4I*~32ZbaR4DVcG)ssl5F2B6c2< z?&fr4Oo*`z)H=|_wuV)6!iF%%R#s*epBZ+t2Ny7lSgg8L*Lk3Uk?9ck4?hLV?=DPC dE8_S6+w=SThsUSq`|tm!>h(?3l#7MI8UW1vMEU># literal 0 HcmV?d00001 diff --git a/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/jquery.lightbox/lightbox-ico-loading.gif b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/jquery.lightbox/lightbox-ico-loading.gif new file mode 100644 index 0000000000000000000000000000000000000000..4f1429c06cb2ffd2910b038d06b01a4b3ee00a21 GIT binary patch literal 3990 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 img').parent()); + } + else if (context == 'all_images_direct') { + selector = selector.add($('a[href] > img').parent() + .filter(function() { + var href = $(this).attr('href').toLowerCase(); + var ext = href.substring(href.length - 3); + var ext2 = href.substring(href.length - 4); + + return (ext == 'jpg' || ext == 'gif' || ext == 'png' || ext2 == 'tiff' || ext2 == 'jpeg'); + })); + } + else if (context == 'nextgen_and_wp_images') { + selector = selector.add($('a > img[class*="wp-image-"]').parent()); + } + + selector = selector.not('.gallery_link'); + } + + return selector; +} diff --git a/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/shutter/nextgen_shutter.js b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/shutter/nextgen_shutter.js new file mode 100644 index 0000000..4482972 --- /dev/null +++ b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/shutter/nextgen_shutter.js @@ -0,0 +1,23 @@ +jQuery(function($) { + var callback = function() { + var selector = nextgen_lightbox_filter_selector($, $([])); + selector.addClass('shutterset'); + window.shutterSettings = { + imageCount: true, + msgLoading: ngg_lightbox_i18n.msgLoading, + msgClose: ngg_lightbox_i18n.msgClose + }; + shutterReloaded.init(); + }; + $(this).bind('refreshed', callback); + + var flag = 'shutter'; + + if (typeof($(window).data(flag)) == 'undefined') { + $(window).data(flag, true); + } else { + return; + } + + callback(); +}); diff --git a/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/shutter/shutter.css b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/shutter/shutter.css new file mode 100644 index 0000000..9005cf4 --- /dev/null +++ b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/shutter/shutter.css @@ -0,0 +1,94 @@ +/* Shutter */ +#shDisplay div#shTitle { + font: normal 12px/17px 'Lucida Grande', Verdana, sans-serif; /* caption font */ + color: #ffffff; /* caption colour */ + text-align: center; + margin: 0 auto; +} + +#shDisplay div#shCount { + color: #999999; + font: normal 10px/12px 'Lucida Grande', Verdana, sans-serif; +} + +#shDisplay div#shTitle a { + text-decoration: none; + font: bold 16pt 'Courier New', Courier, fixed; + letter-spacing: -2px; + margin: 0 10px; + width: 26px; + color: #999999; +} + +#shDisplay div#shTitle a:hover { + color: #ffffff; + border: none; +} + +#shDisplay div#shNext{ + float:right; +} + +#shDisplay div#shPrev { + float:left; +} + +body { + height: 100%; +} + +#shShutter *, #shDisplay * { + padding: 0; + margin: 0; +} + +div#shShutter, div#shDisplay { + top: 0; + left: 0; + width: 100%; + position: absolute; +} + +div#shShutter { + height: 100%; + z-index: 10000; + background-color: #000000; + opacity: 0.8; + filter:alpha(opacity=80); +} + +div#shDisplay { + display: block; + background-color: transparent; + z-index: 10002; +} + +div#shDisplay img#shTopImg { + margin: 0 auto; + border: 1px solid #555; + background: transparent; + display: block; + max-width: none; + max-height: none; + float: none; + padding:2px; + cursor: pointer; +} + +div#shDisplay div#shWrap { + visibility: hidden; +} + +div#shWaitBar { + font: bold 32px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif; + height: 36px; + width: 100%; + left: 0; + cursor: default; + opacity: 0.999; + filter: alpha(opacity=100); + z-index: 10001; + margin-top: 160px; + color: #ae0a0a; + text-align: center; +} \ No newline at end of file diff --git a/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/shutter/shutter.js b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/shutter/shutter.js new file mode 100644 index 0000000..6a1b8d1 --- /dev/null +++ b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/shutter/shutter.js @@ -0,0 +1,299 @@ +/* +Shutter Reloaded for NextGEN Gallery +http://www.laptoptips.ca/javascripts/shutter-reloaded/ +Version: 1.3.3 +Copyright (C) 2007-2008 Andrew Ozz (Modification by Alex Rabe) +Released under the GPL, http://www.gnu.org/copyleft/gpl.html + +Acknowledgement: some ideas are from: Shutter by Andrew Sutherland - http://code.jalenack.com, WordPress - http://wordpress.org, Lightbox by Lokesh Dhakar - http://www.huddletogether.com, the icons are from Crystal Project Icons, Everaldo Coelho, http://www.everaldo.com + +*/ + +shutterReloaded = { + + I : function (a) { + return document.getElementById(a); + }, + + settings : function() { + var t = this, s = shutterSettings; + + t.imageCount = s.imageCount || 0; + t.msgLoading = s.msgLoading || 'L O A D I N G'; + t.msgClose = s.msgClose || 'Click to Close'; + }, + + init : function (a) { + var t = this, L, T, ext, i, m, setid, inset, shfile, shMenuPre, k, img; + shutterLinks = {}, shutterSets = {}; + if ( 'object' != typeof shutterSettings ) shutterSettings = {}; + + // If the screen orientation is defined we are in a modern mobile OS + t.mobileOS = typeof orientation != 'undefined' ? true : false; + + for ( i = 0; i < document.links.length; i++ ) { + L = document.links[i]; + ext = ( L.href.indexOf('?') == -1 ) ? L.href.slice(-4).toLowerCase() : L.href.substring( 0, L.href.indexOf('?') ).slice(-4).toLowerCase(); + if ( ext != '.jpg' && ext != '.png' && ext != '.gif' && ext != 'jpeg' ) continue; + if ( a == 'sh' && L.className.toLowerCase().indexOf('shutter') == -1 ) continue; + if ( a == 'lb' && L.rel.toLowerCase().indexOf('lightbox') == -1 ) continue; + + if ( L.className.toLowerCase().indexOf('shutterset') != -1 ) + setid = L.className.replace(/\s/g, '_'); + else if ( L.rel.toLowerCase().indexOf('lightbox[') != -1 ) + setid = L.rel.replace(/\s/g, '_'); + else setid = 0, inset = -1; + + if( setid ) { + if ( ! shutterSets[setid] ) shutterSets[setid] = []; + inset = shutterSets[setid].push(i); + } + + shfile = L.href.slice(L.href.lastIndexOf('/')+1); + T = ( L.title && L.title != shfile ) ? L.title : ''; + + shutterLinks[i] = {link:L.href,num:inset,set:setid,title:T} + L.onclick = new Function('shutterReloaded.make("' + i + '");return false;'); + } + + t.settings(); + + }, + + make : function(ln,fs) { + var t = this, prev, next, prevlink = '', nextlink = '', previmg, nextimg, D, S, W, fsarg = -1, imgNum, NavBar; + + if ( ! t.Top ) { + if ( typeof window.pageYOffset != 'undefined' ) t.Top = window.pageYOffset; + else t.Top = (document.documentElement.scrollTop > 0) ? document.documentElement.scrollTop : document.body.scrollTop; + } + + if (window.parent) { + // XXX exception test attach to post tabs + var container = window.parent; + + if (typeof(container.ngg_get_measures_for_frame) != 'undefined') { + var measures = container.ngg_get_measures_for_frame(window.frameElement); + + t.Top = t.Top + measures.scrollTop; + //t.pgHeight = measures.scrollHeight; + } + } + + if ( typeof t.pgHeight == 'undefined' ) + t.pgHeight = Math.max(document.documentElement.scrollHeight,document.body.scrollHeight); + + if ( fs ) t.FS = ( fs > 0 ) ? 1 : 0; + else t.FS = shutterSettings.FS || 0; + + if ( t.resizing ) t.resizing = null; + + // resize event if window or orientation changed (i.e. iOS) + if(t.mobileOS == true) + window.onorientationchange = new Function('shutterReloaded.resize("'+ln+'");'); + else + window.onresize = new Function('shutterReloaded.resize("'+ln+'");'); + + document.documentElement.style.overflowX = 'hidden'; + if ( ! t.VP ) { + t._viewPort(); + t.VP = true; + } + + if ( ! (S = t.I('shShutter')) ) { + S = document.createElement('div'); + S.setAttribute('id','shShutter'); + document.getElementsByTagName('body')[0].appendChild(S); + t.hideTags(); + } + + if ( ! (D = t.I('shDisplay')) ) { + D = document.createElement('div'); + D.setAttribute('id','shDisplay'); + D.style.top = t.Top + 'px'; + document.getElementsByTagName('body')[0].appendChild(D); + } + + S.style.height = t.pgHeight + 'px'; + + var dv = t.textBtns ? ' | ' : ''; + if ( shutterLinks[ln].num > 1 ) { + prev = shutterSets[shutterLinks[ln].set][shutterLinks[ln].num - 2]; + prevlink = '<<'+dv; + previmg = new Image(); + previmg.src = shutterLinks[prev].link; + } else { + prevlink = ''; + } + + if ( shutterLinks[ln].num != -1 && shutterLinks[ln].num < (shutterSets[shutterLinks[ln].set].length) ) { + next = shutterSets[shutterLinks[ln].set][shutterLinks[ln].num]; + nextlink = '>>'+dv; + nextimg = new Image(); + nextimg.src = shutterLinks[next].link; + } else { + nextlink = ''; + } + + imgNum = ( (shutterLinks[ln].num > 0) && t.imageCount ) ? '
       ( ' + shutterLinks[ln].num + ' / ' + shutterSets[shutterLinks[ln].set].length + ' ) 
      ' : ''; + + NavBar = '
      ' + prevlink + '
      ' + nextlink + '
      ' + shutterLinks[ln].title + '
      ' + imgNum + '
      '; + + D.innerHTML = '
      ' + NavBar +'
      '; + + document.onkeydown = function(event){shutterReloaded.handleArrowKeys(event);}; + //Google Chrome 4.0.249.78 bug for onload attribute + document.getElementById('shTopImg').src = shutterLinks[ln].link; + + window.setTimeout(function(){shutterReloaded.loading();},1000); + }, + + loading : function() { + var t = this, S, WB, W; + if ( (W = t.I('shWrap')) && W.style.visibility == 'visible' ) return; + if ( ! (S = t.I('shShutter')) ) return; + if ( t.I('shWaitBar') ) return; + WB = document.createElement('div'); + WB.setAttribute('id','shWaitBar'); + WB.style.top = t.Top + 'px'; + WB.style.marginTop =(t.pgHeight/2) + 'px' + WB.innerHTML = t.msgLoading; + S.appendChild(WB); + }, + + hideShutter : function() { + var t = this, D, S; + if ( D = t.I('shDisplay') ) D.parentNode.removeChild(D); + if ( S = t.I('shShutter') ) S.parentNode.removeChild(S); + t.hideTags(true); + window.scrollTo(0,t.Top); + window.onresize = t.FS = t.Top = t.VP = null; + document.documentElement.style.overflowX = ''; + document.onkeydown = null; + }, + + resize : function(ln) { + var t = this; + + if ( t.resizing ) return; + if ( ! t.I('shShutter') ) return; + var W = t.I('shWrap'); + if ( W ) W.style.visibility = 'hidden'; + + window.setTimeout(function(){shutterReloaded.resizing = null},500); + window.setTimeout(new Function('shutterReloaded.VP = null;shutterReloaded.make("'+ln+'");'),100); + t.resizing = true; + }, + + _viewPort : function() { + var t = this; + var wiH = window.innerHeight ? window.innerHeight : 0; + var dbH = document.body.clientHeight ? document.body.clientHeight : 0; + var deH = document.documentElement ? document.documentElement.clientHeight : 0; + + if( wiH > 0 ) { + t.wHeight = ( (wiH - dbH) > 1 && (wiH - dbH) < 30 ) ? dbH : wiH; + t.wHeight = ( (t.wHeight - deH) > 1 && (t.wHeight - deH) < 30 ) ? deH : t.wHeight; + } else t.wHeight = ( deH > 0 ) ? deH : dbH; + + var deW = document.documentElement ? document.documentElement.clientWidth : 0; + var dbW = window.innerWidth ? window.innerWidth : document.body.clientWidth; + t.wWidth = ( deW > 1 ) ? deW : dbW; + }, + + showImg : function() { + var t = this, S = t.I('shShutter'), D = t.I('shDisplay'), TI = t.I('shTopImg'), T = t.I('shTitle'), NB = t.I('shNavBar'), W, WB, wHeight, wWidth, shHeight, maxHeight, itop, mtop, resized = 0; + + if ( ! S ) return; + if ( (W = t.I('shWrap')) && W.style.visibility == 'visible' ) return; + if ( WB = t.I('shWaitBar') ) WB.parentNode.removeChild(WB); + + S.style.width = D.style.width = ''; + T.style.width = (TI.width - 4) + 'px'; + + shHeight = t.wHeight - 50; + + if (window.parent) { + // XXX exception test attach to post tabs + var container = window.parent; + + if (typeof(container.ngg_get_measures_for_frame) != 'undefined') { + var measures = container.ngg_get_measures_for_frame(window.frameElement); + + shHeight = measures.scrollHeight - 50; + } + } + + if ( t.FS ) { + if ( TI.width > (t.wWidth - 10) ) + S.style.width = D.style.width = TI.width + 10 + 'px'; + document.documentElement.style.overflowX = ''; + } else { + window.scrollTo(0,t.Top); + if ( TI.height > shHeight ) { + TI.width = TI.width * (shHeight / TI.height); + TI.height = shHeight; + resized = 1; + } + if ( TI.width > (t.wWidth - 16) ) { + TI.height = TI.height * ((t.wWidth - 16) / TI.width); + TI.width = t.wWidth - 16; + resized = 1; + } + T.style.width = (TI.width - 4) + 'px'; + } + + maxHeight = t.Top + TI.height + 10; + if ( maxHeight > t.pgHeight ) S.style.height = maxHeight + 'px'; + window.scrollTo(0,t.Top); + + itop = (shHeight - TI.height) * 0.45; + mtop = (itop > 3) ? Math.floor(itop) : 3; + D.style.top = t.Top + mtop + 'px'; + W.style.visibility = 'visible'; + }, + + hideTags : function(arg) { + var sel = document.getElementsByTagName('select'); + var obj = document.getElementsByTagName('object'); + var emb = document.getElementsByTagName('embed'); + var ifr = document.getElementsByTagName('iframe'); + + var vis = ( arg ) ? 'visible' : 'hidden'; + + for (i = 0; i < sel.length; i++) sel[i].style.visibility = vis; + for (i = 0; i < obj.length; i++) obj[i].style.visibility = vis; + for (i = 0; i < emb.length; i++) emb[i].style.visibility = vis; + for (i = 0; i < ifr.length; i++) ifr[i].style.visibility = vis; + }, + + handleArrowKeys : function(e) { + var code = 0; + if (!e) var e = window.event + if (e.keyCode) code = e.keyCode; + else if (e.which) code = e.which; + + var nextlink = document.getElementById('prevpic'); + var prevlink = document.getElementById('nextpic'); + var closelink = document.getElementById('shTopImg'); + + switch (code) { + case 39: + if (prevlink) prevlink.onclick(); + break; + case 37: + if (nextlink) nextlink.onclick(); + break; + case 27: + if (closelink) closelink.onclick(); + break; + } + } +} +shutterOnload = function(){shutterReloaded.init('sh');} + +if (typeof shutterOnload == 'function') { + if ('undefined' != typeof jQuery) jQuery(document).ready(function(){shutterOnload();}); + else if( typeof window.onload != 'function' ) window.onload = shutterOnload; + else {oldonld = window.onload;window.onload = function(){if(oldonld){oldonld();};shutterOnload();}}; +} \ No newline at end of file diff --git a/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/shutter_reloaded/images/close.gif b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/shutter_reloaded/images/close.gif new file mode 100644 index 0000000000000000000000000000000000000000..057a43f33de04cb44adb9b10d7a113d90a6ef55a GIT binary patch literal 1062 zcmZ?wbhEHb6krfw_zqYnF3yUusTb71~D=TY`rq+$_ZZBqLXBL((-@aM1vwJc# z_c1W+Q&*qL!BNV<;K9jx&BNo%moLuT+z-XYABl;@NJw07YVu)aJ$&-yJ#q0Vva%

      #A4tyEKcQdqcOOKZN8k{>&JAtU3LRjc-1xN!aM-BzH< z4GobJ693D}KCE2%KRqoka_##0_V)jWj-I@H`Tv2V z&s<$MXlfolcKp$kC%5(W^Q5KE#K&K_aPj}4Q)|@JT-n$zWMsUEh;mYz!)1-O(&jv9qoyIOS_YOy~kn6bvoVy}YBb7b5di2{QZaz{em@43~)9qzs z%c85x6)TlYm=-C72$+`kNHUwMPi9#<&*Fno;>oMJN-jui(P zg4rC6^*(-7KJ7j|iLXv}L2yzxpR~Bu1)~j1x&*aM#ALWPFnX_2lF|tIz}kJG-JP9n wR_0-4p{0VBE-cEWDh_UpjY(e_7!+9e^d*eAT#Ak|&6LWR$HAN-A;4e_01+2$fdBvi literal 0 HcmV?d00001 diff --git a/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/shutter_reloaded/images/loading.gif b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/shutter_reloaded/images/loading.gif new file mode 100644 index 0000000000000000000000000000000000000000..7150ca97e54868ee3f9f60070cbed460964cecaf GIT binary patch literal 10049 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 J^)(!A`5$EPSIqzb literal 0 HcmV?d00001 diff --git a/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/shutter_reloaded/images/next.gif b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/shutter_reloaded/images/next.gif new file mode 100644 index 0000000000000000000000000000000000000000..9e289a1692f4ecb9a63bb5da100b96b1b48d421c GIT binary patch literal 549 zcmZ?wbhEHb6krfwcvi?DIq!{F|04!QCjRovtd`{r972rTqU`q7OcKV-ayE*6_c=Wp zxjdU0`6NTuz3^N5kiYi2Sl=V%y5r0;riPPl^B0|Gv#wxKG-fl;X0^$bnEzI5$y@0u zPt7-d=JapV^{=v2vOwal*jf)KJ(YAKBE_-oc`y+tJ%5>zkR<*Dhx5t!1P) zrO7T|Nn0&3X%4$|hKIYkri(;haIzG`W;Ywdv_30kLB_pVGCA2DCVBRvp03P(3L!Ba z-04vo2D#4aaiP6Drp)oGBK$&AA_4^bRTRDE6mr=*m<7I;3*&Q?d|eouVELoT>2D(g GgEauEjJ%Bi literal 0 HcmV?d00001 diff --git a/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/shutter_reloaded/images/prev.gif b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/shutter_reloaded/images/prev.gif new file mode 100644 index 0000000000000000000000000000000000000000..0978e3345f42811e4324fa806796297255d8f03d GIT binary patch literal 551 zcmZ?wbhEHb6krfwcvi?DIq!{F|04!QCjRovtd`{r972rTqU`q7OcKV-ayE*6_c=Wp zxjdU0`6NTuz3^N5kiYi2Sl=V%y5r0;riPPl^B0|Gv#wxKG-fl;X0^$bnEzI5$y@0u zPt7-d=JapV^{=v2vOwal*jf(oopc+)@}R-`d%vtHaXOl9K5w+t**HXQbtA zJ*_Y)QB7MZ->yr-Mbq5fBSV_KGtJP(jbW=)a&T*Qj!YKgenDlc=+>AJ1wUq2Pf`24 zuFyDj=UfAgsC4drA$}3ncxF?cetj=R6@P(%h`E7g4z^sWbDJFb!oDB(M`G>Lu zmG}<*-&eRaXVJ3-Azz$WIGH`N-FN)hYF42u?j@Y}GETgTCvcNz+vb*>8&MJOJ=T6* zo%B0!`Q_!Qm*Tj!IE+FJ7+4q>IT+aZSkw0@(J ztM`Ak<~9lCSoxFx53ozK@))wSN-^`9aXRPQaw&7N*)dwS7`Yy^WYb|};$ZCkTVMA- zN55PH=%Z0U{}538$->CM(9EC%vKo{p7&y8a*g0i9HY_;U%n_U5=uyBYtRI_TAo8Ql zvCBdCgutGnrUVYnFdhb@O>POiV%0p)c5GP4G1o@>(HV;$%4|~tWetZXa{)&L7IxTpXC literal 0 HcmV?d00001 diff --git a/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/shutter_reloaded/images/resize2.gif b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/shutter_reloaded/images/resize2.gif new file mode 100644 index 0000000000000000000000000000000000000000..62d03b316c6d1bfe33d10a18430d2fc13484152f GIT binary patch literal 953 zcmeH`+e?#S0LGv9{od~|H{G|nwXJQs%{*MpV;N;P>$3dGZUr=^1-u$XN1$ z0>Omn00LMA!44>u#n(c(7kQquuJC8EMn;GWuxK<6KmsB;+N0uRpj_m)3qp%lG7CaL z=F-{{mMeoNA^N|?Cm}AB_=sw+4b8BJNsb+ak47U@%I$gAqUf(~H&+9Jx z2H(zOX2KL+S~JkzGl5IGeTRM|{C4IBMKyJv81IcJ5Id4siKlP+!a8$XYDLx7gwn3| kUW1IxzZB@A0RR91 literal 0 HcmV?d00001 diff --git a/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/shutter_reloaded/nextgen_shutter_reloaded.js b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/shutter_reloaded/nextgen_shutter_reloaded.js new file mode 100644 index 0000000..4cc4b00 --- /dev/null +++ b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/shutter_reloaded/nextgen_shutter_reloaded.js @@ -0,0 +1,18 @@ +jQuery(function($){ + var callback = function(){ + var selector = nextgen_lightbox_filter_selector($, $([])); + selector.addClass('shutterset'); + if (typeof ngg_lightbox_i18n != 'undefined') { + shutterReloaded.L10n = ngg_lightbox_i18n; + } + shutterReloaded.Init(); + }; + $(this).bind('refreshed', callback); + + var flag = 'shutterReloaded'; + if (typeof($(window).data(flag)) == 'undefined') + $(window).data(flag, true); + else return; + + callback(); +}); diff --git a/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/shutter_reloaded/shutter.css b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/shutter_reloaded/shutter.css new file mode 100644 index 0000000..e67ce17 --- /dev/null +++ b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/shutter_reloaded/shutter.css @@ -0,0 +1,92 @@ +/* Shutter */ +#shNavBar a { +color: #aaf; /* colour for the text buttons */ +text-decoration: none; +} +#shNavBar a:hover { +color: #fff; /* highlight colour for the text buttons */ +} +#shDisplay div#shTitle { +font: normal 12px/17px 'Lucida Grande', Verdana, sans-serif; /* caption font */ +color: #ffffff; /* caption colour */ +text-align: center; +margin: 0 auto; +} +div#shNavBar { +font: normal 12px/12px 'Lucida Grande', Verdana, sans-serif; /* font for text buttons and image numbers */ +color: #999; /* colour for the image numbers */ +position: fixed; +left: 0; +bottom: 0; +background-color: #2e2e2e; +width: 100%; +padding: 4px 0 5px; +text-align: center; +cursor: pointer; +z-index: 10011; +} +body { +height: 100%; +} +#shShutter *, #shDisplay * { +padding: 0; +margin: 0; +} +div#shShutter, div#shDisplay { +top: 0; +left: 0; +width: 100%; +position: absolute; +} +div#shShutter { +height: 100%; +z-index: 10000; +background-color: #000000; +opacity: 0.8; +filter:alpha(opacity=80); +} +div#shDisplay { +display: block; +background-color: transparent; +z-index: 10002; +} +div#shDisplay img#shTopImg { +margin: 0 auto; +border: 1px solid #555; +background: transparent; +display: block; +max-width: none; +max-height: none; +} +div#shDisplay div#shWrap { +visibility: hidden; +} +div#shWaitBar { +position: absolute; +width: 100px; +left: 50%; +margin-left: -50px; +margin-top: 120px; +} +#shWaitBar img { +border: 0; +} +#fullSize { +display: none; +} +#shNavBar img { +border: 0; +vertical-align: middle; +margin: 0 2px; +opacity: 0.6; +filter: alpha(opacity=60); +} +#shNavBar img:hover { +opacity: 0.999; +filter: alpha(opacity=100); +} +* html div#shNavBar { +_position: absolute; +_top: expression(eval(document.compatMode && document.compatMode=='CSS1Compat') ? document.documentElement.scrollTop+document.documentElement.clientHeight-this.clientHeight : document.body.scrollTop+document.body.clientHeight-this.clientHeight); +_left: expression(eval(document.compatMode&&document.compatMode=='CSS1Compat') ? document.documentElement.scrollLeft : document.body.scrollLeft); +} diff --git a/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/shutter_reloaded/shutter.js b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/shutter_reloaded/shutter.js new file mode 100644 index 0000000..4eb4691 --- /dev/null +++ b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/shutter_reloaded/shutter.js @@ -0,0 +1,287 @@ +/* +Shutter Reloaded +http://www.laptoptips.ca/javascripts/shutter-reloaded/ +Version: 2.0.1 + +Acknowledgement: some ideas are from: Shutter by Andrew Sutherland - http://code.jalenack.com, WordPress - http://wordpress.org, Lightbox by Lokesh Dhakar - http://www.huddletogether.com, the icons are from Crystal Project Icons, Everaldo Coelho, http://www.everaldo.com + +Released under the GPL, http://www.gnu.org/copyleft/gpl.html + + Copyright (C) 2007 Andrew Ozz + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. +*/ + +// Compute path to images +var imagePath = nextgen_lightbox_settings.static_path + '/shutter_reloaded/images/'; + +if (typeof(window.console) != 'undefined') { + console.log(imagePath); +} + +shutterReloaded = { + +// *************************************************************************** + +// edit below to change the text buttons/titles for the menu (use html entities for non-ascii characters) + L10n : ['Previous','Next','Close','Full Size','Fit to Screen','Image','of','Loading...'], + +// change to "true/false" to enable/disable showing the number of images in a set. + imageCount : true, + +// change to true/false to enable/disable text buttons instead of images + textBtns : false, + +// change the path to Shutter's image buttons directory if needed + shImgDir : imagePath, + +// *************************************************************************** + + I : function (a) { + return document.getElementById(a); + }, + + Init : function (a) { + var L, T, ext, i, setid, inset, shfile, shMenuPre, k, img; + for ( i = 0; i < document.links.length; i++ ) { + L = document.links[i]; + ext = ( L.href.indexOf('?') == -1 ) ? L.href.slice(-4).toLowerCase() : L.href.substring( 0, L.href.indexOf('?') ).slice(-4).toLowerCase(); + if ( ext != '.jpg' && ext != '.png' && ext != '.gif' && ext != 'jpeg' ) continue; + if ( a == 'sh' && L.className.toLowerCase().indexOf('shutter') == -1 ) continue; + if ( a == 'lb' && L.rel.toLowerCase().indexOf('lightbox') == -1 ) continue; + + if ( L.className.toLowerCase().indexOf('shutterset') != -1 ) + setid = ( L.className.indexOf(' ') != -1 ) ? L.className.slice(0,L.className.indexOf(' ')) : L.className; + else if ( L.rel.toLowerCase().indexOf('lightbox[') != -1 ) + setid = L.rel; + else setid = 0, inset = -1; + + if( setid ) { + if ( ! shutterSets[setid] ) shutterSets[setid] = []; + inset = shutterSets[setid].push(i); + } + + shfile = L.href.slice(L.href.lastIndexOf('/')+1); + T = ( L.title && L.title != shfile ) ? L.title : ''; + + shutterLinks[i] = {link:L.href,num:inset,set:setid,title:T} + L.onclick = new Function('shutterReloaded.Make("'+i+'");return false;'); + } + + if ( ! this.textBtns ) { + shMenuPre = ['close.gif','prev.gif','next.gif','resize1.gif','resize2.gif','loading.gif']; + for ( k = 0; k < shMenuPre.length; k++ ) { + img = new Image(); + img.src = this.shImgDir+shMenuPre[k]; + } + } + }, + + Make : function(ln,fs) { + var prev, next, prevlink = '', nextlink = '', previmg, nextimg, prevbtn, nextbtn, D, S, W, NB, fsarg = '', imgNum, closebtn, fsbtn, fsLink; + + if ( ! this.Top ) { + if ( typeof window.pageYOffset != 'undefined' ) this.Top = window.pageYOffset; + else this.Top = (document.documentElement.scrollTop > 0) ? document.documentElement.scrollTop : document.body.scrollTop; + } + + if ( typeof this.pgHeight == 'undefined' ) + this.pgHeight = Math.max(document.documentElement.scrollHeight,document.body.scrollHeight); + + if ( fs ) this.FS = true; + else this.FS = null; + + if ( this.resizing ) this.resizing = null; + window.onresize = new Function('shutterReloaded.Resize("'+ln+'");'); + + document.documentElement.style.overflowX = 'hidden'; + if ( ! this.VP ) { + this._viewPort(); + this.VP = true; + } + + if ( ! (S = this.I('shShutter')) ) { + S = document.createElement('div'); + S.setAttribute('id','shShutter'); + document.getElementsByTagName('body')[0].appendChild(S); + this.fixTags(); + } + + if ( ! (D = this.I('shDisplay')) ) { + D = document.createElement('div'); + D.setAttribute('id','shDisplay'); + D.style.top = this.Top + 'px'; + document.getElementsByTagName('body')[0].appendChild(D); + } + + S.style.height = this.pgHeight + 'px'; + + var dv = this.textBtns ? ' | ' : ''; + if ( shutterLinks[ln].num > 1 ) { + prev = shutterSets[shutterLinks[ln].set][shutterLinks[ln].num - 2]; + prevbtn = this.textBtns ? this.L10n[0] : ''; + prevlink = ''+prevbtn+''+dv; + previmg = new Image(); + previmg.src = shutterLinks[prev].link; + } + + if ( shutterLinks[ln].num != -1 && shutterLinks[ln].num < (shutterSets[shutterLinks[ln].set].length) ) { + next = shutterSets[shutterLinks[ln].set][shutterLinks[ln].num]; + nextbtn = this.textBtns ? this.L10n[1] : ''; + nextlink = ''+nextbtn+''+dv; + nextimg = new Image(); + nextimg.src = shutterLinks[next].link; + } + + closebtn = this.textBtns ? this.L10n[2] : ''; + + imgNum = ( (shutterLinks[ln].num > 0) && this.imageCount ) ? ' '+this.L10n[5]+' '+shutterLinks[ln].num+' '+this.L10n[6]+' '+shutterSets[shutterLinks[ln].set].length : ''; + if ( imgNum && this.textBtns ) imgNum += ' |'; + + if ( this.FS ) { + fsbtn = this.textBtns ? this.L10n[4] : ''; + } else { + fsbtn = this.textBtns ? this.L10n[3] : ''; + fsarg = ',1'; + } + + fsLink = ''+fsbtn+''+dv+''; + + if ( ! (NB = this.I('shNavBar')) ) { + NB = document.createElement('div'); + NB.setAttribute('id','shNavBar'); + document.getElementsByTagName('body')[0].appendChild(NB); + } + + NB.innerHTML = dv+prevlink+''+closebtn+''+dv+fsLink+nextlink+imgNum; + + D.innerHTML = '

      '+shutterLinks[ln].title+'
      '; + + window.setTimeout(function(){shutterReloaded.loading();},2000); + }, + + loading : function() { + var S, WB, W; + if ( (W = this.I('shWrap')) && W.style.visibility == 'visible' ) return; + if ( ! (S = this.I('shShutter')) ) return; + if ( this.I('shWaitBar') ) return; + WB = document.createElement('div'); + WB.setAttribute('id','shWaitBar'); + WB.style.top = this.Top + 'px'; + WB.innerHTML = ''; + S.appendChild(WB); + }, + + hideShutter : function() { + var D, S, NB; + if ( D = this.I('shDisplay') ) D.parentNode.removeChild(D); + if ( S = this.I('shShutter') ) S.parentNode.removeChild(S); + if ( NB = this.I('shNavBar') ) NB.parentNode.removeChild(NB); + this.fixTags(true); + window.scrollTo(0,this.Top); + window.onresize = this.FS = this.Top = this.VP = null; + document.documentElement.style.overflowX = ''; + }, + + Resize : function(ln) { + if ( this.resizing ) return; + if ( ! this.I('shShutter') ) return; + var W = this.I('shWrap'); + if ( W ) W.style.visibility = 'hidden'; + + window.setTimeout(function(){shutterReloaded.resizing = null},500); + window.setTimeout(new Function('shutterReloaded.VP = null;shutterReloaded.Make("'+ln+'");'),100); + this.resizing = true; + }, + + _viewPort : function() { + var wiH = window.innerHeight ? window.innerHeight : 0; + var dbH = document.body.clientHeight ? document.body.clientHeight : 0; + var deH = document.documentElement ? document.documentElement.clientHeight : 0; + + if( wiH > 0 ) { + this.wHeight = ( (wiH - dbH) > 1 && (wiH - dbH) < 30 ) ? dbH : wiH; + this.wHeight = ( (this.wHeight - deH) > 1 && (this.wHeight - deH) < 30 ) ? deH : this.wHeight; + } else this.wHeight = ( deH > 0 ) ? deH : dbH; + + var deW = document.documentElement ? document.documentElement.clientWidth : 0; + var dbW = window.innerWidth ? window.innerWidth : document.body.clientWidth; + this.wWidth = ( deW > 1 ) ? deW : dbW; + }, + + ShowImg : function() { + var S, W, WB, D, T, TI, NB, wHeight, wWidth, capH, shHeight, maxHeight, itop, mtop, resized = 0; + if ( ! (S = this.I('shShutter')) ) return; + if ( (W = this.I('shWrap')) && W.style.visibility == 'visible' ) return; + if ( WB = this.I('shWaitBar') ) WB.parentNode.removeChild(WB); + + D = this.I('shDisplay'); + TI = this.I('shTopImg'); + T = this.I('shTitle'); + NB = this.I('shNavBar'); + S.style.width = D.style.width = ''; + T.style.width = (TI.width - 4) + 'px'; + + capH = NB.offsetHeight ? T.offsetHeight + NB.offsetHeight : 30; + shHeight = this.wHeight - 7 - capH; + + if ( this.FS ) { + if ( TI.width > (this.wWidth - 10) ) + S.style.width = D.style.width = TI.width + 10 + 'px'; + document.documentElement.style.overflowX = ''; + } else { + window.scrollTo(0,this.Top); + if ( TI.height > shHeight ) { + TI.width = TI.width * (shHeight / TI.height); + TI.height = shHeight; + resized = 1; + } + if ( TI.width > (this.wWidth - 16) ) { + TI.height = TI.height * ((this.wWidth - 16) / TI.width); + TI.width = this.wWidth - 16; + resized = 1; + } + T.style.width = (TI.width - 4) + 'px'; + NB.style.bottom = '0px'; + } + + maxHeight = this.Top + TI.height + capH + 10; + if ( maxHeight > this.pgHeight ) S.style.height = maxHeight + 'px'; + window.scrollTo(0,this.Top); + if ( (this.FS && (TI.height > shHeight || TI.width > this.wWidth)) || resized ) this.I('fullSize').style.display = 'inline'; + + itop = (shHeight - TI.height) * 0.45; + mtop = (itop > 3) ? Math.floor(itop) : 3; + D.style.top = this.Top + mtop + 'px'; + NB.style.bottom = '0'; + W.style.visibility = 'visible'; + }, + + fixTags : function(arg) { + var sel = document.getElementsByTagName('select'); + var obj = document.getElementsByTagName('object'); + var emb = document.getElementsByTagName('embed'); + + if ( arg ) var vis = 'visible'; + else var vis = 'hidden'; + + for (i = 0; i < sel.length; i++) sel[i].style.visibility = vis; + for (i = 0; i < obj.length; i++) obj[i].style.visibility = vis; + for (i = 0; i < emb.length; i++) emb[i].style.visibility = vis; + } +} + +var shutterLinks = {}, shutterSets = {}; +if (typeof shutterOnload == 'function') { + oldonload = window.onload; + if( typeof window.onload != 'function' ) window.onload = shutterOnload; + else window.onload = function(){shutterOnload();if(oldonload){oldonload();}}; +} diff --git a/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/thickbox/nextgen_thickbox_init.js b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/thickbox/nextgen_thickbox_init.js new file mode 100644 index 0000000..5ec30c7 --- /dev/null +++ b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/thickbox/nextgen_thickbox_init.js @@ -0,0 +1,29 @@ +jQuery(function($) { + var selector = nextgen_lightbox_filter_selector($, $([])); + selector.addClass('thickbox'); + + if (typeof ngg_lightbox_i18n == 'undefined') { + // for backwards compatibility, ngg_lightbox_i18n may not exist and we should just use the English defaults + window.thickboxL10n = { + loadingAnimation: photocrati_ajax.wp_includes_url + '/wp-includes/js/thickbox/loadingAnimation.gif', + closeImage: photocrati_ajax.wp_includes_url + '/wp-includes/js/thickbox/tb-close.png', + next: 'Next >', + prev: '< Prev', + image: 'Image', + of: 'of', + close: 'Close', + noiframes: 'This feature requires inline frames. You have iframes disabled or your browser does not support them.' + }; + } else { + window.thickboxL10n = { + loadingAnimation: photocrati_ajax.wp_includes_url + '/wp-includes/js/thickbox/loadingAnimation.gif', + closeImage: photocrati_ajax.wp_includes_url + '/wp-includes/js/thickbox/tb-close.png', + next: ngg_lightbox_i18n.next, + prev: ngg_lightbox_i18n.prev, + image: ngg_lightbox_i18n.image, + of: ngg_lightbox_i18n.of, + close: ngg_lightbox_i18n.close, + noiframes: ngg_lightbox_i18n.noiframes + }; + } +}); diff --git a/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lzw/class.lzw.php b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lzw/class.lzw.php new file mode 100644 index 0000000..8303d5e --- /dev/null +++ b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lzw/class.lzw.php @@ -0,0 +1,119 @@ +> $bits) { + $bits++; + } + while ($rest_length > 7) { + $rest_length -= 8; + $return .= chr($rest >> $rest_length); + $rest &= (1 << $rest_length) - 1; + } + } + return $return . ($rest_length ? chr($rest << (8 - $rest_length)) : ""); + } + + + /** LZW decompression + * @param string compressed binary data + * @return string original data + */ + function decompress($binary) { + // convert binary string to codes + $dictionary_count = 256; + $bits = 8; // ceil(log($dictionary_count, 2)) + $codes = array(); + $rest = 0; + $rest_length = 0; + for ($i=0; $i < strlen($binary); $i++) { + $rest = ($rest << 8) + ord($binary[$i]); + $rest_length += 8; + if ($rest_length >= $bits) { + $rest_length -= $bits; + $codes[] = $rest >> $rest_length; + $rest &= (1 << $rest_length) - 1; + $dictionary_count++; + if ($dictionary_count >> $bits) { + $bits++; + } + } + } + + // decompression + $dictionary = range("\0", "\xFF"); + $return = ""; + foreach ($codes as $i => $code) { + $element = $dictionary[$code]; + if (!isset($element)) { + $element = $word . $word[0]; + } + $return .= $element; + if ($i) { + $dictionary[] = $word . $element[0]; + } + $word = $element; + } + return $return; + } +} + +class C_Lzw extends C_Component +{ + static $_instances = array(); + + function define($context=FALSE) + { + parent::define($context); + $this->add_mixin('Mixin_Lzo_Instance_Methods'); + $this->implement('I_Lzw'); + } + + static function &get_instance($context=FALSE) + { + if (!isset(self::$_instances[$context])) { + $klass = get_class(); + self::$_instances[$context] = new $klass($context); + } + return self::$_instances[$context]; + } +} + diff --git a/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lzw/interface.lzw.php b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lzw/interface.lzw.php new file mode 100644 index 0000000..7b32c99 --- /dev/null +++ b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lzw/interface.lzw.php @@ -0,0 +1,7 @@ +get_registry()->add_utility('I_Lzw', 'C_Lzw'); + } + + function get_type_list() + { + return array( + 'C_Lzw' => 'class.lzw.php', + 'I_Lzw' => 'interface.lzw.php' + ); + } +} + +new M_Lzw; diff --git a/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/mediarss/adapter.mediarss_routes.php b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/mediarss/adapter.mediarss_routes.php new file mode 100644 index 0000000..b7ec245 --- /dev/null +++ b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/mediarss/adapter.mediarss_routes.php @@ -0,0 +1,27 @@ +object->add_pre_hook( + 'serve_request', + 'Adds MediaRSS routes', + get_class(), + 'add_mediarss_routes' + ); + } + + function add_mediarss_routes() + { + $app = $this->create_app('/nextgen-mediarss'); + $app->route( + '/', + array( + 'controller' => 'I_MediaRSS_Controller', + 'action' => 'index', + 'context' => FALSE + ) + ); + } +} \ No newline at end of file diff --git a/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/mediarss/class.mediarss_controller.php b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/mediarss/class.mediarss_controller.php new file mode 100644 index 0000000..17ed399 --- /dev/null +++ b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/mediarss/class.mediarss_controller.php @@ -0,0 +1,172 @@ +object->set_content_type('xml'); + + if ($this->object->param('source')) { + $method = 'render_'.$this->object->param('source'); + if ($this->object->has_method($method)) { + $this->object->$method(); + } + } + else $this->object->http_error("No source specified"); + } + + function render_latest_images() + { + $this->object->set_param('params', json_encode(array( + 'source' => 'recent' + ))); + + $this->object->render_displayed_gallery(); + } + + /** + * Renders a feed for a displayed gallery + */ + function render_displayed_gallery() + { + $displayed_gallery = NULL; + $mapper = $this->object->get_registry()->get_utility('I_Displayed_Gallery_Mapper'); + $template = $this->object->param('template'); + + if (!in_array($template, array('mediarss_feed', 'playlist_feed'))) { + $template = 'mediarss_feed'; + } + + $template = 'photocrati-mediarss#' . $template; + + // Find the displayed gallery by it's database id + if (($id = $this->object->param('id'))) { + $displayed_gallery = $mapper->find($id, TRUE); + } + elseif ($transient_id = $this->object->param('transient_id')) + { + // retrieve by transient id + $factory = $this->object->get_registry()->get_utility('I_Component_Factory'); + $displayed_gallery = $factory->create('displayed_gallery', NULL, $mapper); + $displayed_gallery->apply_transient($transient_id); + } + elseif (($params = $this->object->param('params'))) + { + // Create the displayed gallery based on the URL parameters + $factory = $this->object->get_registry()->get_utility('I_Component_Factory'); + $displayed_gallery = $factory->create( + 'displayed_gallery', json_decode($params), $mapper + ); + } + + // Assuming we have a displayed gallery, display it! + if ($displayed_gallery) { + $storage = $this->object->get_registry()->get_utility('I_Gallery_Storage'); + $this->render_view($template, array( + 'storage' => $storage, + 'images' => $displayed_gallery->get_included_entities(), + 'feed_title' => $this->object->_get_feed_title($displayed_gallery), + 'feed_description' => $this->object->_get_feed_description($displayed_gallery), + 'feed_link' => $this->object->_get_feed_link($displayed_gallery), + 'generator' => $this->object->_get_feed_generator($displayed_gallery), + 'copyright' => $this->object->_get_feed_copyright($displayed_gallery), + )); + } + else { + $this->object->http_error("Invalid ID", 404); + } + } + + /** + * Gets the name of the feed generator + * @param C_Displayed_Gallery $displayed_gallery + * @return string + */ + function _get_feed_generator($displayed_gallery) + { + return 'NextGEN Gallery [http://nextgen-gallery.com]'; + } + + + /** + * Gets the copyright for the feed + */ + function _get_feed_copyright($displayed_gallery) + { + $base_url = $this->object->get_base_url(); + $blog_name = get_option('blogname'); + return "Copyright (C) {$blog_name} ({$base_url})"; + } + + /** + * Gets the Site URL + * @return string + */ + function get_base_url() + { + $router = $this->get_registry()->get_utility('I_Router'); + return $router->get_base_url('home'); + } + + /** + * Gets a description for the feed + * @param C_Displayed_Gallery $displayed_gallery + * @return string + */ + function _get_feed_description($displayed_gallery) + { + return ''; + } + + /** + * Gets a link for the feed + * @param C_Displayed_Gallery $displayed_gallery + * @return string + */ + function _get_feed_link($displayed_gallery) + { + return $this->object->get_base_url(); + } + + + /** + * Gets a title for the feed + * @param C_Displayed_Gallery $displayed_gallery + * @return string + */ + function _get_feed_title($displayed_gallery) + { + // Get gallery titles + $gallery_titles = array(); + foreach ($displayed_gallery->get_galleries() as $gallery) { + $gallery_titles[] = $gallery->title; + } + + return "Images from: ".implode(', ', $gallery_titles); + } +} + +class C_MediaRSS_Controller extends C_MVC_Controller +{ + static $_instances = array(); + + function define($context=FALSE) + { + parent::define($context); + $this->add_mixin('Mixin_MediaRSS_Controller'); + $this->implement('I_MediaRSS_Controller'); + } + + static function get_instance($context=FALSE) + { + if (!isset(self::$_instances[$context])) { + $klass = get_class(); + self::$_instances[$context] = new $klass($context); + } + return self::$_instances[$context]; + } +} + diff --git a/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/mediarss/interface.mediarss_controller.php b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/mediarss/interface.mediarss_controller.php new file mode 100644 index 0000000..bb03c93 --- /dev/null +++ b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/mediarss/interface.mediarss_controller.php @@ -0,0 +1,6 @@ +get_registry()->add_adapter('I_Router', 'A_MediaRss_Routes'); + } + + function _register_utilities() + { + $this->get_registry()->add_utility( + 'I_MediaRSS_Controller', 'C_MediaRSS_Controller' + ); + } + + function get_type_list() + { + return array( + 'A_Mediarss_Routes' => 'adapter.mediarss_routes.php', + 'C_Mediarss_Controller' => 'class.mediarss_controller.php', + 'I_Mediarss_Controller' => 'interface.mediarss_controller.php' + ); + } + +} + +new M_MediaRss(); \ No newline at end of file diff --git a/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/mediarss/templates/mediarss_feed.php b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/mediarss/templates/mediarss_feed.php new file mode 100644 index 0000000..0b0e9a3 --- /dev/null +++ b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/mediarss/templates/mediarss_feed.php @@ -0,0 +1,34 @@ +');?> + + + ]]> + <?php echo_h($feed_title) ?> + + ]]> + + get_image_url($image, 'full', TRUE); + $thumb_url = $storage->get_thumb_url($image, TRUE); + $thumb_size = $storage->get_thumb_dimensions($image); + $width = $thumb_size['width']; + $height = $thumb_size['height']; + ?> + + <![CDATA[<?php echo_h($image->alttext)?>]]> + description)?>]]> + ]]> + image-id:id_field)?> + + alttext)?>]]> + + description)?>]]> + + + + ]]> + + ]]> + + + + \ No newline at end of file diff --git a/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/mediarss/templates/playlist_feed.php b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/mediarss/templates/playlist_feed.php new file mode 100644 index 0000000..f87283d --- /dev/null +++ b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/mediarss/templates/playlist_feed.php @@ -0,0 +1,25 @@ + + + + get_image_url($image, 'full', TRUE); + $thumb_url = $storage->get_thumb_url($image, TRUE); + $thumb_size = $storage->get_thumb_dimensions($image); + $width = $thumb_size['width']; + $height = $thumb_size['height']; + + $image_title = $image->description; + + if ($image_title == null) + $image_title = $image->alttext; + + if (strlen($image_title) >= 25) + $image_title = substr_replace($image_title, '...', 15, -10); + ?> + + <![CDATA[<?php echo strip_tags($image_title); ?>]]> + ]]> + + + + diff --git a/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/mvc/README b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/mvc/README new file mode 100644 index 0000000..082c31d --- /dev/null +++ b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/mvc/README @@ -0,0 +1,85 @@ + +VIEW ELEMENTS + +Elements are sub-pieces of a template/view identified by a "unique" ID. The ID is unique in the sense that it uniquely defines the "origin" or creator for the element itself. + +For instance if you have a module called pro_lightbox and specific adapter for trigger buttons and you add an element for it the unique ID identifying the element could be nextgen_pro_lightbox.trigger_buttons + +The ID doesn't however need to be unique in the view itself, meaning you can have multiple elements with the same ID if for instance the element is being rendered for multiple images. We might add an extra "context" parameter to elements together to the ID if we want to uniquely identify element objects. + +Example of how elements are initiated: + +$elem = $this->start_element('flash_cont'); +echo 'cont'; +$this->start_element('flash_test'); +echo 'test'; +$this->start_element('flash_stuff'); +echo 'stuff'; +$this->end_element(); +$this->end_element(); +$this->end_element(); + +var_dump($elem); + +This would create this output: + +object(C_MVC_View_Element)#775 (3) { + ["_id"]=>string(10) "flash_cont" + ["_type"]=>string(7) "element" + ["_list"]=>array(2) { + [0]=>string(4) "cont" + [1]=>object(C_MVC_View_Element)#768 (3) { + ["_id"]=>string(10) "flash_test" + ["_type"]=>string(7) "element" + ["_list"]=>array(2) { + [0]=>string(4) "test" + [1]=>object(C_MVC_View_Element)#769 (3) { + ["_id"]=>string(11) "flash_stuff" + ["_type"]=>string(7) "element" + ["_list"]=>array(1) { + [0]=>string(5) "stuff" + } + } + } + } + } +} + +The way the MVC view will render these is by creating a root View Element that contains the entire template rendered in the view and which is then "rasterized" e.g. converted to markup/text ready for output + +The rendering from template to element will occur in the render_object() method while rasterization will occur in a method called rasterize_object() + +Elements created for templates will have ID corresponding to template name/path so for instance _id would equal 'photocrati-nextgen_basic_gallery#slideshow/index' this way adapters adapting rasterize_object() can easily distinguish between for which template rasterization is occurring and act accordingly (for instance trigger buttons being enabled only for certain display types) + +Sub-templates will also be automatically rendered to elements meaning image/before and image/after etc. will become sub-elements of the root template element. I don't think this will affect performance much but if so we could easily replace the before/after mechanism to use elements directly + +So for instance instead of: +$this->include_template('image/before'); +
      ...
      +$this->include_template('image/after'); + +We would have: +$this->start_element('nextgen_gallery.image'); +$this->include_template('image/before'); +
      ...
      +$this->include_template('image/after'); +$this->end_element(); + +Then you could have an adapter like: + + function rasterize_object($root_element) + { + if ($root_element->get_id() == 'photocrati-nextgen_basic_gallery#slideshow/index') + { + $list = $root_element->find('nextgen_gallery.image'); + + foreach ($list as $element) + { + $element->append('
      description
      '); + } + } + } + +This would reduce the amount of elements overall and improve performance and possibly readability. Then the before/after templates could be left untouched as in the example above. + + diff --git a/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/mvc/adapter.mvc_factory.php b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/mvc/adapter.mvc_factory.php new file mode 100644 index 0000000..6a034a9 --- /dev/null +++ b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/mvc/adapter.mvc_factory.php @@ -0,0 +1,9 @@ +object->get_registry()->get_utility('I_Fs'); + if (!$module) list($path, $module) = $fs->parse_formatted_path($path); + $mod_dir = $this->object->get_registry()->get_module_dir($module); + + // Create the absolute path to the file + $path = $fs->join_paths( + $mod_dir, + C_NextGen_Settings::get_instance()->get('mvc_static_dirname'), + $path + ); + + // Get the relative path, if asked. Skip when docroot=/ lest we generate url like + // wp-contentpluginsnextgen-galleryproducts.. + if ($relative) { + $original_length = strlen($path); + $roots = array('plugins', 'plugins_mu', 'templates', 'stylesheets'); + $found_root = FALSE; + foreach ($roots as $root) { + $path = str_replace($this->object->get_document_root($root), '', $path); + if (strlen($path) != $original_length) { + $found_root = $root; + break; + } + } + } + + return $path; + } + + /** + * Gets the relative path to a static resource. If it doesn't exist, then NULL is returned + * + * @param string $path + * @param string $module + * @return string|NULL + */ + function find_static_relpath($path, $module = FALSE) + { + return $this->object->find_static_abspath($path, $module, TRUE); + } +} diff --git a/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/mvc/adapter.mvc_router.php b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/mvc/adapter.mvc_router.php new file mode 100644 index 0000000..58d0e2a --- /dev/null +++ b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/mvc/adapter.mvc_router.php @@ -0,0 +1,49 @@ +object->get_base_url('plugins'); + $base_url = $this->object->remove_url_segment('/index.php', $base_url); + + // Find the module directory + $fs = $this->object->get_registry()->get_utility('I_Fs'); + $path = $fs->find_static_abspath($path, $module); + + + // Convert the path to a relative path + $original_length = strlen($path); + $roots = array('plugins', 'plugins_mu', 'templates', 'stylesheets'); + $found_root = FALSE; + foreach ($roots as $root) { + $path = str_replace($fs->get_document_root($root), '', $path); + if (strlen($path) != $original_length) { + $found_root = $root; + break; + } + } + + if ($found_root) { + $retval = $this->object->join_paths( + $this->object->get_base_url($found_root), + str_replace("\\", '/', $path) + ); + } + + else { + //TODO: What do we do here? + } + + return $retval; + } +} \ No newline at end of file diff --git a/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/mvc/class.mvc_controller.php b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/mvc/class.mvc_controller.php new file mode 100644 index 0000000..af948de --- /dev/null +++ b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/mvc/class.mvc_controller.php @@ -0,0 +1,272 @@ +render_view('photocrati-mvc#index', array(), $return); + } +} + + +/** + * Provides actions that are executed based on the requested url + */ +abstract class C_MVC_Controller extends C_Component +{ + var $_content_type = 'text/html'; + var $message = ''; + var $debug = FALSE; + + + function define($context=FALSE) + { + parent::define($context); + $this->add_mixin('Mixin_MVC_Controller_Defaults'); + $this->add_mixin('Mixin_MVC_Controller_Instance_Methods'); + $this->implement('I_MVC_Controller'); + } +} + +/** + * Adds methods for MVC Controller + */ +class Mixin_MVC_Controller_Instance_Methods extends Mixin +{ + function set_content_type($type) + { + switch ($type) { + case 'html': + case 'xhtml': + $type = 'text/html'; + break; + case 'xml': + $type = 'text/xml'; + break; + case 'rss': + case 'rss2': + $type = 'application/rss+xml'; + break; + case 'css': + $type = 'text/css'; + break; + case 'javascript': + case 'jscript': + case 'emcascript': + $type = 'text/javascript'; + break; + case 'json': + $type = 'application/json'; + break; + case 'jpeg': + case 'jpg': + case 'jpe': + $type = 'image/jpeg'; + break; + case 'gif': + $type = 'image/gif'; + break; + case 'png': + $type = 'image/x-png'; + break; + case 'tiff': + case 'tif': + $type = 'image/tiff'; + break; + case 'pdf': + $type = 'application/pdf'; + break; + } + $this->object->_content_type = $type; + return $type; + } + + function do_not_cache() + { + if (!headers_sent()) { + header('Cache-Control: no-cache'); + header('Pragma: no-cache'); + } + } + + function expires($time) + { + $time = strtotime($time); + if (!headers_sent()) { + header('Expires: '.strftime("%a, %d %b %Y %H:%M:%S %Z", $time)); + } + } + + function http_error($message, $code=500) + { + $this->message = $message; + $method = "http_{$code}_action"; + $this->$method(); + } + + function is_valid_request($method) + { + return TRUE; + } + + + function is_post_request() + { + return "POST" == $this->object->get_router()->get_request_method(); + } + + + function is_get_request() + { + return "GET" == $this->object->get_router()->get_request_method(); + } + + + function is_delete_request() + { + return "DELETE" == $this->object->get_router()->get_request_method(); + } + + + function is_put_request() + { + return "PUT" == $this->object->get_router()->get_request_method(); + } + + + function is_custom_request($type) + { + return strtolower($type) == strtolower($this->object->get_router()->get_request_method()); + } + + + function get_router() + { + return $this->object->get_registry()->get_utility('I_Router'); + } + + function get_routed_app() + { + return $this->object->get_router()->get_routed_app(); + } + + /** + * Returns the value of a parameters + * @param string $key + * @return mixed + */ + function param($key, $prefix = NULL, $default = NULL) + { + return $this->object->get_routed_app()->get_parameter($key, $prefix, $default); + } + + function set_param($key, $value, $id=NULL, $use_prefix=FALSE) + { + return $this->object->get_routed_app()->set_parameter($key, $value, $id, $use_prefix); + } + + function set_param_for($url, $key, $value, $id=NULL, $use_prefix=FALSE) + { + return $this->object->get_routed_app()->set_parameter($key, $value, $id, $use_prefix, $url); + } + + function remove_param($key, $id=NULL) + { + return $this->object->get_routed_app()->remove_parameter($key, $id); + } + + function remove_param_for($url, $key, $id=NULL) + { + $app = $this->object->get_routed_app(); + $retval = $app->remove_parameter($key, $id, $url); + return $retval; + } + + /** + * Gets the routed url, generated by the Routing App + * @return string + */ + function get_routed_url($with_qs=FALSE) + { + return $this->object->get_routed_app()->get_app_url(FALSE, $with_qs); + } + + /** + * Gets the absolute path of a static resource + * @param string $path + * @param string $module + * @param boolean $relative + * @return string + */ + function get_static_abspath($path, $module=FALSE, $relative=FALSE) + { + return $this->get_registry()->get_utility('I_Fs')->find_static_abspath( + $path, $module + ); + } + + /** + * Gets the relative path of a static resource + * @param string $path + * @param string $module + * @return string + */ + function get_static_relpath($path, $module=FALSE) + { + return $this->get_registry()->get_utility('I_Fs')->find_static_abspath( + $path, $module, TRUE + ); + } + + + function get_static_url($path, $module=FALSE) + { + return $this->get_registry()->get_utility('I_Router')->get_static_url( + $path, $module + ); + } + + /** + * Renders a template and outputs the response headers + * @param string $name + * @param array $vars + */ + function render_view($name, $vars=array(),$return=FALSE) + { + $this->object->render(); + return $this->object->render_partial($name, $vars, $return); + } + + + /** + * Outputs the response headers + */ + function render() + { + if (!headers_sent()) header('Content-Type: ' . $this->object->_content_type . '; charset=' . get_option('blog_charset'), true ); + } + + + /** + * Renders a view + */ + function render_partial($template, $params=array(), $return=FALSE, $context=NULL) + { + // We'll use the name of the view as the context if one hasn't been provided + if (is_null($context)) $context = $template; + $view = $this->object->create_view($template, $params, $context); + return $view->render($return); + } + + function create_view($template, $params=array(), $context=NULL) + { + $factory = $this->get_registry()->get_utility('I_Component_Factory'); + $view = $factory->create('mvc_view', $template, $params, NULL, $context); + + return $view; + } +} diff --git a/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/mvc/class.mvc_option_handler.php b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/mvc/class.mvc_option_handler.php new file mode 100644 index 0000000..7acd567 --- /dev/null +++ b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/mvc/class.mvc_option_handler.php @@ -0,0 +1,22 @@ +implement('I_MVC_View'); + $this->add_mixin('Mixin_Mvc_View_Instance_Methods'); + } + + /** + * Initialize the view with some parameters + * @param array $params + * @param context $context + */ + function initialize($template, $params=array(), $engine='php', $context=FALSE) + { + parent::initialize($context); + $this->_template = $template; + $this->_params = (array) $params; + $this->_engine = $engine; + } +} + +class Mixin_Mvc_View_Instance_Methods extends Mixin +{ + /** + * Returns the variables to be used in the template + * @return array + */ + function get_template_vars() + { + $retval = array(); + + foreach ($this->object->_params as $key => $value) { + if (strpos($key, '_template') !== FALSE) { + $value = $this->object->get_template_abspath($value); + } + $retval[$key] = $value; + } + + return $retval; + } + + + /** + * Returns the abspath of the template to be rendered + * @param string $key + * @return string + */ + function get_template_abspath($value=NULL) + { + if (!$value) $value = $this->object->_template; + + if ($value[0] == '/' && @file_exists($value)) { + // key is already abspath + } + else $value = $this->object->find_template_abspath($value); + + return $value; + } + + + + /** + * Renders the view (template) + * @param string $__return + * @return string|NULL + */ + function render($return = FALSE) + { + $element = $this->object->render_object(); + + $content = $this->object->rasterize_object($element); + + if (!$return) { + echo $content; + } + + return $content; + } + + + function render_object() + { + // We use underscores to prefix local variables to avoid conflicts wth + // template vars + $__element = $this->start_element($this->object->_template, 'template', $this->object); + + extract($this->object->get_template_vars()); + + include($this->object->get_template_abspath()); + + $this->end_element(); + + return $__element; + } + + + function rasterize_object($element) + { + return $element->rasterize(); + } + + + function start_element($id, $type = null, $context = null) + { + if ($type == null) + { + $type = 'element'; + } + + $count = count($this->object->_queue); + $element = new C_MVC_View_Element($id, $type); + + if ($context != null) + { + if (!is_array($context)) + { + $context = array('object' => $context); + } + + foreach ($context as $context_name => $context_value) + { + $element->set_context($context_name, $context_value); + } + } + + $this->object->_queue[] = $element; + + if ($count > 0) + { + $old_element = $this->object->_queue[$count - 1]; + + $content = ob_get_contents(); + ob_clean(); + + $old_element->append($content); + $old_element->append($element); + } + + ob_start(); + + return $element; + } + + function end_element() + { + $content = ob_get_clean(); + + $element = array_pop($this->object->_queue); + + if ($content != null) + { + $element->append($content); + } + + return $element; + } + + /** + * Renders a sub-template for the view + * @param string $__template + * @param array $__params + * @param string $__return + * @return NULL + */ + function include_template($__template, $__params = null, $__return=FALSE) + { + // We use underscores to prefix local variables to avoid conflicts wth + // template vars + if ($__params == null) { + $__params = array(); + } + + $__params['template_origin'] = $this->object->_template; + + $__target = $this->object->get_template_abspath($__template); + $__origin_target = $this->object->get_template_abspath($this->object->_template); + $__image_before_target = $this->object->get_template_abspath('photocrati-nextgen_gallery_display#image/before'); + $__image_after_target = $this->object->get_template_abspath('photocrati-nextgen_gallery_display#image/after'); + + if ($__origin_target != $__target) + { + if ($__target == $__image_before_target) + { + $__image = isset($__params['image']) ? $__params['image'] : null; + + $this->start_element('nextgen_gallery.image_panel', 'item', $__image); + } + + if ($__target == $__image_after_target) + { + $this->end_element(); + } + + extract($__params); + + include($__target); + + if ($__target == $__image_before_target) + { + $__image = isset($__params['image']) ? $__params['image'] : null; + + $this->start_element('nextgen_gallery.image', 'item', $__image); + } + + if ($__target == $__image_after_target) + { + $this->end_element(); + } + } + } + + + /** + * Gets the absolute path of an MVC template file + * + * @param string $path + * @param string $module + * @return string + */ + function find_template_abspath($path, $module=FALSE) + { + $fs = $this->get_registry()->get_utility('I_Fs'); + $settings = C_NextGen_Settings::get_instance(); + + // We also accept module_name#path, which needs parsing. + if (!$module) + list($path, $module) = $fs->parse_formatted_path($path); + + // Append the suffix + $path = $path . '.php'; + + $retval = $fs->join_paths( + $this->object->get_registry()->get_module_dir($module), + $settings->mvc_template_dirname, + $path + ); + + if (!@file_exists($retval)) + throw new RuntimeException("{$retval} is not a valid MVC template"); + + return $retval; + } + + /** + * Adds a template parameter + * @param $key + * @param $value + */ + function set_param($key, $value) + { + $this->object->_params[$key] = $value; + } + + + /** + * Removes a template parameter + * @param $key + */ + function remove_param($key) + { + unset($this->object->_params[$key]); + } + + /** + * Gets the value of a template parameter + * @param $key + * @param null $default + * @return mixed + */ + function get_param($key, $default=NULL) + { + if (isset($this->object->_params[$key])) { + return $this->object->_params[$key]; + } + else return $default; + } +} diff --git a/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/mvc/class.mvc_view_element.php b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/mvc/class.mvc_view_element.php new file mode 100644 index 0000000..7585951 --- /dev/null +++ b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/mvc/class.mvc_view_element.php @@ -0,0 +1,116 @@ +_id = $id; + $this->_type = $type; + $this->_list = array(); + $this->_context = array(); + } + + function get_id() + { + return $this->_id; + } + + function append($child) + { + $this->_list[] = $child; + } + + function insert($child, $position = 0) + { + array_splice($this->_list, $position, 0, $child); + } + + function delete($child) + { + $index = array_search($child, $this->_list); + + if ($index !== false) + { + array_splice($this->_list, $index, 1); + } + } + + function find($id, $recurse = false) + { + $list = array(); + + $this->_find($list, $id, $recurse); + + return $list; + } + + function _find(array &$list, $id, $recurse = false) + { + foreach ($this->_list as $index => $element) + { + if ($element instanceof C_MVC_View_Element) + { + if ($element->get_id() == $id) + { + $list[] = $element; + } + + if ($recurse) + { + $element->_find($list, $id, $recurse); + } + } + } + } + + function get_context($name) + { + if (isset($this->_context[$name])) + { + return $this->_context[$name]; + } + + return null; + } + + function set_context($name, $value) + { + $this->_context[$name] = $value; + } + + function get_object() + { + return $this->get_context('object'); + } + + // XXX not implemented + function parse() + { + + } + + function rasterize() + { + $ret = null; + + foreach ($this->_list as $index => $element) + { + if ($element instanceof C_MVC_View_Element) + { + $ret .= $element->rasterize(); + } + else + { + $ret .= (string) $element; + } + } + + return $ret; + } +} + diff --git a/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/mvc/interface.mvc_controller.php b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/mvc/interface.mvc_controller.php new file mode 100644 index 0000000..7214bdd --- /dev/null +++ b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/mvc/interface.mvc_controller.php @@ -0,0 +1,12 @@ +add_option_handler('C_Mvc_Option_Handler', array( + 'mvc_template_dir', + 'mvc_template_dirname', + 'mvc_static_dir', + 'mvc_static_dirname' + )); + + if (is_multisite()) C_NextGen_Global_Settings::get_instance()->add_option_handler('C_Mvc_Option_Handler', array( + 'mvc_template_dir', + 'mvc_template_dirname', + 'mvc_static_dir', + 'mvc_static_dirname' + )); + + } + + function _register_utilities() + { + $this->get_registry()->add_utility('I_Http_Response', 'C_Http_Response_Controller'); + } + + function _register_adapters() + { + $this->get_registry()->add_adapter('I_Fs', 'A_MVC_Fs'); + $this->get_registry()->add_adapter('I_Router', 'A_MVC_Router'); + $this->get_registry()->add_adapter('I_Component_Factory', 'A_MVC_Factory'); + } + + function get_type_list() + { + return array( + 'A_Mvc_Factory' => 'adapter.mvc_factory.php', + 'A_Mvc_Fs' => 'adapter.mvc_fs.php', + 'A_Mvc_Router' => 'adapter.mvc_router.php', + 'C_Mvc_Installer' => 'class.mvc_installer.php', + 'C_Mvc_Controller' => 'class.mvc_controller.php', + 'C_Mvc_View' => 'class.mvc_view.php', + 'C_Mvc_View_Element' => 'class.mvc_view_element.php', + 'I_Mvc_Controller' => 'interface.mvc_controller.php', + 'I_Mvc_View' => 'interface.mvc_view.php' + ); + } +} + +new M_MVC(); diff --git a/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/mvc/template_helper.php b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/mvc/template_helper.php new file mode 100644 index 0000000..e96bb41 --- /dev/null +++ b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/mvc/template_helper.php @@ -0,0 +1,39 @@ +', '', '', '
      ', '', '', '', '', '
      ', '
      ', '
      ', '', '
      ', '', '', '', '', '
      ', '', '', '', '
      ', '
      ', '
      ', '', '
      ', '', '

      ', '

      ', '

      ', '

      ', '

      ', '
      ', '
      ', '', '', '