From 6a7ce488aa05c129b1912f0dd23c51ec83c3b7b7 Mon Sep 17 00:00:00 2001 From: Lai Power Date: Mon, 4 May 2020 15:57:08 +0000 Subject: [PATCH] updated plugin `GP Premium` version 1.10.0 --- .../gp-premium/blog/functions/customizer.php | 181 +- .../gp-premium/blog/functions/defaults.php | 5 +- .../blog/functions/generate-blog.php | 46 + .../gp-premium/blog/functions/images.php | 129 +- .../gp-premium/blog/functions/js/controls.js | 9 +- wp-content/plugins/gp-premium/changelog.txt | 27 + .../gp-premium/elements/class-hero.php | 2 +- .../gp-premium/elements/class-metabox.php | 2 +- .../plugins/gp-premium/elements/elements.php | 7 +- .../gp-premium/general/js/smooth-scroll.js | 2 +- .../general/js/smooth-scroll.min.js | 2 +- wp-content/plugins/gp-premium/gp-premium.php | 4 +- .../plugins/gp-premium/langs/gp-premium-ar.mo | Bin 0 -> 36566 bytes .../gp-premium/langs/gp-premium-bn_BD.mo | Bin 0 -> 45167 bytes .../gp-premium/langs/gp-premium-cs_CZ.mo | Bin 15290 -> 10096 bytes .../gp-premium/langs/gp-premium-cs_CZ.po | 3576 --------------- .../gp-premium/langs/gp-premium-da_DK.mo | Bin 7126 -> 29824 bytes .../gp-premium/langs/gp-premium-da_DK.po | 3068 ------------- .../gp-premium/langs/gp-premium-de_DE.mo | Bin 36268 -> 38963 bytes .../gp-premium/langs/gp-premium-de_De.po | 3840 ----------------- .../gp-premium/langs/gp-premium-es_AR.mo | Bin 0 -> 28639 bytes .../gp-premium/langs/gp-premium-es_ES.mo | Bin 0 -> 40654 bytes .../plugins/gp-premium/langs/gp-premium-fi.mo | Bin 0 -> 40363 bytes .../gp-premium/langs/gp-premium-fr_FR.mo | Bin 7860 -> 34940 bytes .../gp-premium/langs/gp-premium-fr_FR.po | 3304 -------------- .../plugins/gp-premium/langs/gp-premium-hr.mo | Bin 0 -> 29664 bytes .../gp-premium/langs/gp-premium-it_IT.mo | Bin 17133 -> 36021 bytes .../gp-premium/langs/gp-premium-it_IT.po | 3486 --------------- .../gp-premium/langs/gp-premium-nl_NL.mo | Bin 0 -> 37956 bytes .../gp-premium/langs/gp-premium-pl_PL.mo | Bin 11410 -> 33777 bytes .../gp-premium/langs/gp-premium-pl_PL.po | 3285 -------------- .../gp-premium/langs/gp-premium-pt_BR.mo | Bin 20464 -> 36686 bytes .../gp-premium/langs/gp-premium-pt_BR.po | 3232 -------------- .../gp-premium/langs/gp-premium-pt_PT.mo | Bin 44485 -> 39630 bytes .../gp-premium/langs/gp-premium-pt_PT.po | 3077 ------------- .../gp-premium/langs/gp-premium-ru_RU.mo | Bin 18888 -> 15016 bytes .../gp-premium/langs/gp-premium-ru_RU.po | 3399 --------------- .../gp-premium/langs/gp-premium-sk_SK.mo | Bin 2503 -> 0 bytes .../gp-premium/langs/gp-premium-sk_SK.po | 2682 ------------ .../gp-premium/langs/gp-premium-sv_SE.mo | Bin 2730 -> 35470 bytes .../gp-premium/langs/gp-premium-sv_SE.po | 2560 ----------- .../plugins/gp-premium/langs/gp-premium-uk.mo | Bin 0 -> 26349 bytes .../plugins/gp-premium/langs/gp-premium-vi.mo | Bin 0 -> 32691 bytes .../gp-premium/langs/gp-premium-zh_CN.mo | Bin 14368 -> 27626 bytes .../gp-premium/langs/gp-premium-zh_CN.po | 3001 ------------- .../plugins/gp-premium/langs/gp-premium.pot | 171 +- .../gp-premium/library/customizer-helpers.php | 19 +- .../controls/js/control-toggle-customizer.js | 6 +- .../image-processing-queue.php | 17 - .../includes/class-image-processing-queue.php | 277 -- .../includes/class-ipq-process.php | 97 - .../includes/ipq-template-functions.php | 47 - .../menu-plus/functions/css/sticky.css | 3 +- .../menu-plus/functions/css/sticky.min.css | 2 +- .../functions/generate-menu-plus.php | 2 +- .../menu-plus/functions/js/offside.js | 6 +- .../menu-plus/functions/js/offside.min.js | 2 +- .../page-header/functions/functions.php | 14 +- .../page-header/functions/metabox.php | 23 +- .../metaboxes/js/generate-sections-metabox.js | 20 +- .../sites/classes/class-site-restore.php | 23 +- .../gp-premium/sites/classes/class-site.php | 27 +- .../functions/css/woocommerce-mobile.css | 10 +- .../functions/css/woocommerce-mobile.min.css | 2 +- .../woocommerce/functions/css/woocommerce.css | 11 +- .../functions/css/woocommerce.min.css | 2 +- .../functions/customizer/customizer.php | 12 +- .../woocommerce/functions/functions.php | 9 +- 68 files changed, 483 insertions(+), 39245 deletions(-) create mode 100644 wp-content/plugins/gp-premium/langs/gp-premium-ar.mo create mode 100644 wp-content/plugins/gp-premium/langs/gp-premium-bn_BD.mo delete mode 100644 wp-content/plugins/gp-premium/langs/gp-premium-cs_CZ.po delete mode 100644 wp-content/plugins/gp-premium/langs/gp-premium-da_DK.po delete mode 100644 wp-content/plugins/gp-premium/langs/gp-premium-de_De.po create mode 100644 wp-content/plugins/gp-premium/langs/gp-premium-es_AR.mo create mode 100644 wp-content/plugins/gp-premium/langs/gp-premium-es_ES.mo create mode 100644 wp-content/plugins/gp-premium/langs/gp-premium-fi.mo delete mode 100644 wp-content/plugins/gp-premium/langs/gp-premium-fr_FR.po create mode 100644 wp-content/plugins/gp-premium/langs/gp-premium-hr.mo delete mode 100644 wp-content/plugins/gp-premium/langs/gp-premium-it_IT.po create mode 100644 wp-content/plugins/gp-premium/langs/gp-premium-nl_NL.mo delete mode 100644 wp-content/plugins/gp-premium/langs/gp-premium-pl_PL.po delete mode 100644 wp-content/plugins/gp-premium/langs/gp-premium-pt_BR.po delete mode 100644 wp-content/plugins/gp-premium/langs/gp-premium-pt_PT.po delete mode 100644 wp-content/plugins/gp-premium/langs/gp-premium-ru_RU.po delete mode 100644 wp-content/plugins/gp-premium/langs/gp-premium-sk_SK.mo delete mode 100644 wp-content/plugins/gp-premium/langs/gp-premium-sk_SK.po delete mode 100644 wp-content/plugins/gp-premium/langs/gp-premium-sv_SE.po create mode 100644 wp-content/plugins/gp-premium/langs/gp-premium-uk.mo create mode 100644 wp-content/plugins/gp-premium/langs/gp-premium-vi.mo delete mode 100644 wp-content/plugins/gp-premium/langs/gp-premium-zh_CN.po delete mode 100644 wp-content/plugins/gp-premium/library/image-processing-queue/image-processing-queue.php delete mode 100644 wp-content/plugins/gp-premium/library/image-processing-queue/includes/class-image-processing-queue.php delete mode 100644 wp-content/plugins/gp-premium/library/image-processing-queue/includes/class-ipq-process.php delete mode 100644 wp-content/plugins/gp-premium/library/image-processing-queue/includes/ipq-template-functions.php diff --git a/wp-content/plugins/gp-premium/blog/functions/customizer.php b/wp-content/plugins/gp-premium/blog/functions/customizer.php index c8c16f8f..6eefcb53 100644 --- a/wp-content/plugins/gp-premium/blog/functions/customizer.php +++ b/wp-content/plugins/gp-premium/blog/functions/customizer.php @@ -537,13 +537,33 @@ if ( ! function_exists( 'generate_blog_customize_register' ) ) { ) ); + $wp_customize->add_setting( + 'generate_blog_settings[post_image_size]', + array( + 'default' => $defaults['post_image_size'], + 'type' => 'option', + 'sanitize_callback' => 'generate_premium_sanitize_choices', + ) + ); + + $wp_customize->add_control( + 'generate_blog_settings[post_image_size]', + array( + 'type' => 'select', + 'label' => __( 'Media Attachment Size', 'gp-premium' ), + 'section' => 'generate_blog_section', + 'choices' => generate_blog_get_image_sizes(), + 'settings' => 'generate_blog_settings[post_image_size]', + 'active_callback' => 'generate_premium_featured_image_active', + ) + ); + // Width $wp_customize->add_setting( 'generate_blog_settings[post_image_width]', array( 'default' => $defaults['post_image_width'], 'capability' => 'edit_theme_options', 'type' => 'option', - 'transport' => 'postMessage', 'sanitize_callback' => 'generate_premium_sanitize_empty_absint', ) ); @@ -554,11 +574,6 @@ if ( ! function_exists( 'generate_blog_customize_register' ) ) { 'type' => 'number', 'label' => __( 'Width', 'gp-premium' ), 'section' => 'generate_blog_section', - 'input_attrs' => array( - 'style' => 'text-align:center;', - 'placeholder' => __( 'Auto', 'gp-premium' ), - 'min' => 5, - ), 'settings' => 'generate_blog_settings[post_image_width]', 'active_callback' => 'generate_premium_featured_image_active', ) @@ -570,7 +585,6 @@ if ( ! function_exists( 'generate_blog_customize_register' ) ) { 'default' => $defaults['post_image_height'], 'capability' => 'edit_theme_options', 'type' => 'option', - 'transport' => 'postMessage', 'sanitize_callback' => 'generate_premium_sanitize_empty_absint', ) ); @@ -581,24 +595,21 @@ if ( ! function_exists( 'generate_blog_customize_register' ) ) { 'type' => 'number', 'label' => __( 'Height', 'gp-premium' ), 'section' => 'generate_blog_section', - 'input_attrs' => array( - 'style' => 'text-align:center;', - 'placeholder' => __( 'Auto', 'gp-premium' ), - 'min' => 5, - ), 'settings' => 'generate_blog_settings[post_image_height]', 'active_callback' => 'generate_premium_featured_image_active', ) ); - // Save dimensions $wp_customize->add_control( - new GeneratePress_Refresh_Button_Customize_Control( + new GeneratePress_Information_Customize_Control( $wp_customize, - 'post_image_apply_sizes', + 'generate_regenerate_images_notice', array( - 'section' => 'generate_blog_section', - 'label' => __( 'Apply', 'gp-premium' ), + 'section' => 'generate_blog_section', + 'description' => sprintf( + __( 'We will attempt to serve exact image sizes based on your width/height settings. If that is not possible, we will resize your images using CSS. Learn more about featured image sizing %s.', 'gp-premium' ), + '' . __( 'here', 'gp-premium' ) . '' + ), 'settings' => ( isset( $wp_customize->selective_refresh ) ) ? array() : 'blogname', 'active_callback' => 'generate_premium_featured_image_active', ) @@ -701,13 +712,33 @@ if ( ! function_exists( 'generate_blog_customize_register' ) ) { ) ); + $wp_customize->add_setting( + 'generate_blog_settings[single_post_image_size]', + array( + 'default' => $defaults['single_post_image_size'], + 'type' => 'option', + 'sanitize_callback' => 'generate_premium_sanitize_choices', + ) + ); + + $wp_customize->add_control( + 'generate_blog_settings[single_post_image_size]', + array( + 'type' => 'select', + 'label' => __( 'Media Attachment Size', 'gp-premium' ), + 'section' => 'generate_blog_section', + 'choices' => generate_blog_get_image_sizes(), + 'settings' => 'generate_blog_settings[single_post_image_size]', + 'active_callback' => 'generate_premium_featured_image_active', + ) + ); + // Width $wp_customize->add_setting( 'generate_blog_settings[single_post_image_width]', array( 'default' => $defaults['single_post_image_width'], 'capability' => 'edit_theme_options', 'type' => 'option', - 'transport' => 'postMessage', 'sanitize_callback' => 'generate_premium_sanitize_empty_absint', ) ); @@ -718,13 +749,8 @@ if ( ! function_exists( 'generate_blog_customize_register' ) ) { 'type' => 'number', 'label' => __( 'Width', 'gp-premium' ), 'section' => 'generate_blog_section', - 'input_attrs' => array( - 'style' => 'text-align:center;', - 'placeholder' => __( 'Auto', 'gp-premium' ), - 'min' => 5, - ), 'settings' => 'generate_blog_settings[single_post_image_width]', - 'active_callback' => 'generate_premium_single_featured_image_active', + 'active_callback' => 'generate_premium_featured_image_active', ) ); @@ -734,7 +760,6 @@ if ( ! function_exists( 'generate_blog_customize_register' ) ) { 'default' => $defaults['single_post_image_height'], 'capability' => 'edit_theme_options', 'type' => 'option', - 'transport' => 'postMessage', 'sanitize_callback' => 'generate_premium_sanitize_empty_absint', ) ); @@ -745,26 +770,23 @@ if ( ! function_exists( 'generate_blog_customize_register' ) ) { 'type' => 'number', 'label' => __( 'Height', 'gp-premium' ), 'section' => 'generate_blog_section', - 'input_attrs' => array( - 'style' => 'text-align:center;', - 'placeholder' => __( 'Auto', 'gp-premium' ), - 'min' => 5, - ), 'settings' => 'generate_blog_settings[single_post_image_height]', - 'active_callback' => 'generate_premium_single_featured_image_active', + 'active_callback' => 'generate_premium_featured_image_active', ) ); - // Save dimensions $wp_customize->add_control( - new GeneratePress_Refresh_Button_Customize_Control( + new GeneratePress_Information_Customize_Control( $wp_customize, - 'single_post_image_apply_sizes', + 'generate_regenerate_single_post_images_notice', array( - 'section' => 'generate_blog_section', - 'label' => __( 'Apply', 'gp-premium' ), + 'section' => 'generate_blog_section', + 'description' => sprintf( + __( 'We will attempt to serve exact image sizes based on your width/height settings. If that is not possible, we will resize your images using CSS. Learn more about featured image sizing %s.', 'gp-premium' ), + '' . __( 'here', 'gp-premium' ) . '' + ), 'settings' => ( isset( $wp_customize->selective_refresh ) ) ? array() : 'blogname', - 'active_callback' => 'generate_premium_single_featured_image_active', + 'active_callback' => 'generate_premium_featured_image_active', ) ) ); @@ -865,13 +887,33 @@ if ( ! function_exists( 'generate_blog_customize_register' ) ) { ) ); + $wp_customize->add_setting( + 'generate_blog_settings[page_post_image_size]', + array( + 'default' => $defaults['page_post_image_size'], + 'type' => 'option', + 'sanitize_callback' => 'generate_premium_sanitize_choices', + ) + ); + + $wp_customize->add_control( + 'generate_blog_settings[page_post_image_size]', + array( + 'type' => 'select', + 'label' => __( 'Media Attachment Size', 'gp-premium' ), + 'section' => 'generate_blog_section', + 'choices' => generate_blog_get_image_sizes(), + 'settings' => 'generate_blog_settings[page_post_image_size]', + 'active_callback' => 'generate_premium_featured_image_active', + ) + ); + // Width $wp_customize->add_setting( 'generate_blog_settings[page_post_image_width]', array( 'default' => $defaults['page_post_image_width'], 'capability' => 'edit_theme_options', 'type' => 'option', - 'transport' => 'postMessage', 'sanitize_callback' => 'generate_premium_sanitize_empty_absint', ) ); @@ -882,13 +924,8 @@ if ( ! function_exists( 'generate_blog_customize_register' ) ) { 'type' => 'number', 'label' => __( 'Width', 'gp-premium' ), 'section' => 'generate_blog_section', - 'input_attrs' => array( - 'style' => 'text-align:center;', - 'placeholder' => __( 'Auto', 'gp-premium' ), - 'min' => 5, - ), 'settings' => 'generate_blog_settings[page_post_image_width]', - 'active_callback' => 'generate_premium_single_page_featured_image_active', + 'active_callback' => 'generate_premium_featured_image_active', ) ); @@ -898,7 +935,6 @@ if ( ! function_exists( 'generate_blog_customize_register' ) ) { 'default' => $defaults['page_post_image_height'], 'capability' => 'edit_theme_options', 'type' => 'option', - 'transport' => 'postMessage', 'sanitize_callback' => 'generate_premium_sanitize_empty_absint', ) ); @@ -909,26 +945,23 @@ if ( ! function_exists( 'generate_blog_customize_register' ) ) { 'type' => 'number', 'label' => __( 'Height', 'gp-premium' ), 'section' => 'generate_blog_section', - 'input_attrs' => array( - 'style' => 'text-align:center;', - 'placeholder' => __( 'Auto', 'gp-premium' ), - 'min' => 5, - ), 'settings' => 'generate_blog_settings[page_post_image_height]', - 'active_callback' => 'generate_premium_single_page_featured_image_active', + 'active_callback' => 'generate_premium_featured_image_active', ) ); - // Save dimensions $wp_customize->add_control( - new GeneratePress_Refresh_Button_Customize_Control( + new GeneratePress_Information_Customize_Control( $wp_customize, - 'page_post_image_apply_sizes', + 'generate_regenerate_page_images_notice', array( - 'section' => 'generate_blog_section', - 'label' => __( 'Apply', 'gp-premium' ), + 'section' => 'generate_blog_section', + 'description' => sprintf( + __( 'We will attempt to serve exact image sizes based on your width/height settings. If that is not possible, we will resize your images using CSS. Learn more about featured image sizing %s.', 'gp-premium' ), + '' . __( 'here', 'gp-premium' ) . '' + ), 'settings' => ( isset( $wp_customize->selective_refresh ) ) ? array() : 'blogname', - 'active_callback' => 'generate_premium_single_page_featured_image_active', + 'active_callback' => 'generate_premium_featured_image_active', ) ) ); @@ -1042,34 +1075,6 @@ add_action( 'customize_controls_print_styles', 'generate_blog_customizer_control function generate_blog_customizer_controls_css() { ?> true, 'post_image_position' => '', 'post_image_alignment' => 'post-image-aligned-center', + 'post_image_size' => 'full', 'post_image_width' => '', 'post_image_height' => '', 'post_image_padding' => true, 'single_post_image' => true, 'single_post_image_position' => 'inside-content', 'single_post_image_alignment' => 'center', + 'single_post_image_size' => 'full', 'single_post_image_width' => '', 'single_post_image_height' => '', 'single_post_image_padding' => true, 'page_post_image' => true, 'page_post_image_position' => 'above-content', 'page_post_image_alignment' => 'center', + 'page_post_image_size' => 'full', 'page_post_image_width' => '', 'page_post_image_height' => '', 'page_post_image_padding' => true, @@ -47,7 +50,7 @@ if ( ! function_exists( 'generate_blog_get_defaults' ) ) { 'single_post_navigation' => true, 'column_layout' => false, 'columns' => '50', - 'featured_column' => false + 'featured_column' => false, ); return apply_filters( 'generate_blog_option_defaults', $generate_blog_defaults ); diff --git a/wp-content/plugins/gp-premium/blog/functions/generate-blog.php b/wp-content/plugins/gp-premium/blog/functions/generate-blog.php index 5a2cacb8..23a5373a 100644 --- a/wp-content/plugins/gp-premium/blog/functions/generate-blog.php +++ b/wp-content/plugins/gp-premium/blog/functions/generate-blog.php @@ -122,6 +122,22 @@ if ( ! function_exists( 'generate_blog_post_classes' ) ) { $classes[] = 'no-featured-image-padding'; } + $atts = generate_get_blog_image_attributes(); + + if ( ! is_singular() && has_post_thumbnail() && ! empty( $atts ) ) { + $values = array( + $atts['width'], + $atts['height'], + $atts['crop'], + ); + + $image_src = wp_get_attachment_image_src( get_post_thumbnail_id( get_the_ID(), 'full' ), $values ); + + if ( $image_src && ( ! $image_src[3] || ! apply_filters( 'generate_use_featured_image_size_match', true ) ) ) { + $classes[] = 'resize-featured-image'; + } + } + return $classes; } } @@ -288,6 +304,36 @@ if ( ! function_exists( 'generate_blog_css' ) ) { $return .= '}'; } + $atts = generate_get_blog_image_attributes(); + + if ( ! empty( $atts ) ) { + $image_width = $atts['width'] && 9999 !== $atts['width'] ? 'width: ' . $atts['width'] . 'px;' : ''; + $image_height = $atts['height'] && 9999 !== $atts['height'] ? 'height: ' . $atts['height'] . 'px;' : ''; + $image_crop = $atts['crop'] ? '-o-object-fit: cover;object-fit: cover;' : ''; + + if ( ! $image_width && $image_height ) { + $image_crop = '-o-object-fit: cover;object-fit: cover;'; + } + + if ( ! is_singular() ) { + $return .= '.resize-featured-image .post-image img {' . $image_width . $image_height . $image_crop . '}'; + } + + if ( is_single() || is_page() ) { + $values = array( + $atts['width'], + $atts['height'], + $atts['crop'], + ); + + $image_src = wp_get_attachment_image_src( get_post_thumbnail_id( get_the_ID(), 'full' ), $values ); + + if ( $image_src && ( ! $image_src[3] || ! apply_filters( 'generate_use_featured_image_size_match', true ) ) ) { + $return .= '.featured-image img {' . $image_width . $image_height . $image_crop . '}'; + } + } + } + return $return; } } diff --git a/wp-content/plugins/gp-premium/blog/functions/images.php b/wp-content/plugins/gp-premium/blog/functions/images.php index 78dba4c5..ddd62801 100644 --- a/wp-content/plugins/gp-premium/blog/functions/images.php +++ b/wp-content/plugins/gp-premium/blog/functions/images.php @@ -1,8 +1,73 @@ 'full', + ); + + foreach ( $sizes as $key => $name ) { + $new_sizes[ $name ] = $name; + } + + return $new_sizes; +} + +add_filter( 'generate_page_header_default_size', 'generate_blog_set_featured_image_size' ); +/** + * Set our featured image sizes. + * + * @since 1.10.0 + * + * @param string $size The existing size. + * @return string The new size. + */ +function generate_blog_set_featured_image_size( $size ) { + $settings = wp_parse_args( + get_option( 'generate_blog_settings', array() ), + generate_blog_get_defaults() + ); + + if ( ! is_singular() ) { + $size = $settings['post_image_size']; + } + + if ( is_single() ) { + $size = $settings['single_post_image_size']; + } + + if ( is_page() ) { + $size = $settings['page_post_image_size']; + } + + $atts = generate_get_blog_image_attributes(); + + if ( ! empty( $atts ) ) { + $values = array( + $atts['width'], + $atts['height'], + $atts['crop'], + ); + + $image_src = wp_get_attachment_image_src( get_post_thumbnail_id( get_the_ID(), 'full' ), $values ); + + if ( $image_src && $image_src[3] && apply_filters( 'generate_use_featured_image_size_match', true ) ) { + return $values; + } else { + return $size; + } + } + + return $size; } if ( ! function_exists( 'generate_get_blog_image_attributes' ) ) { @@ -110,7 +175,7 @@ if ( ! function_exists( 'generate_blog_setup' ) ) { add_filter( 'generate_featured_image_output', 'generate_blog_featured_image' ); /** - * Filter our core featured image so we can include support for resized images. + * Remove featured image if set or using WooCommerce. * * @since 1.5 * @return string The image HTML @@ -121,35 +186,11 @@ function generate_blog_featured_image( $output ) { generate_blog_get_defaults() ); - $image_atts = generate_get_blog_image_attributes(); - $image_id = get_post_thumbnail_id( get_the_ID(), 'full' ); - if ( ( function_exists( 'is_woocommerce' ) && is_woocommerce() ) || ! $settings['post_image'] ) { return false; } - if ( $image_atts && function_exists( 'ipq_get_theme_image' ) ) { - $image_html = ipq_get_theme_image( $image_id, - array( - array( $image_atts[ 'width' ], $image_atts[ 'height' ], $image_atts[ 'crop' ] ) - ), - array( - 'itemprop' => 'image', - ) - ); - } else { - return $output; - } - - return apply_filters( 'generate_resized_featured_image_output', sprintf( - '
- - %2$s - -
', - esc_url( get_permalink() ), - $image_html - ), $image_html ); + return $output; } /** @@ -168,7 +209,6 @@ function generate_blog_single_featured_image() { generate_blog_get_defaults() ); - $image_atts = generate_get_blog_image_attributes(); $image_id = get_post_thumbnail_id( get_the_ID(), 'full' ); if ( function_exists( 'generate_page_header_get_image' ) && generate_page_header_get_image( 'ID' ) ) { @@ -183,32 +223,17 @@ function generate_blog_single_featured_image() { return false; } - if ( $image_atts && function_exists( 'ipq_get_theme_image' ) ) { - - $image_html = ipq_get_theme_image( $image_id, - array( - array( $image_atts[ 'width' ], $image_atts[ 'height' ], $image_atts[ 'crop' ] ) - ), + $image_html = apply_filters( 'post_thumbnail_html', + wp_get_attachment_image( $image_id, apply_filters( 'generate_page_header_default_size', 'full' ), '', array( 'itemprop' => 'image', ) - ); - - } else { - - $image_html = apply_filters( 'post_thumbnail_html', - wp_get_attachment_image( $image_id, apply_filters( 'generate_page_header_default_size', 'full' ), '', - array( - 'itemprop' => 'image', - ) - ), - get_the_ID(), - $image_id, - apply_filters( 'generate_page_header_default_size', 'full' ), - '' - ); - - } + ), + get_the_ID(), + $image_id, + apply_filters( 'generate_page_header_default_size', 'full' ), + '' + ); $location = generate_blog_get_singular_template(); diff --git a/wp-content/plugins/gp-premium/blog/functions/js/controls.js b/wp-content/plugins/gp-premium/blog/functions/js/controls.js index 4a6c7026..bda598c5 100644 --- a/wp-content/plugins/gp-premium/blog/functions/js/controls.js +++ b/wp-content/plugins/gp-premium/blog/functions/js/controls.js @@ -5,9 +5,10 @@ jQuery( document ).ready( function($) { 'generate_blog_settings-post_image_padding', 'generate_blog_settings-post_image_position', 'generate_blog_settings-post_image_alignment', + 'generate_blog_settings-post_image_size', 'generate_blog_settings-post_image_width', 'generate_blog_settings-post_image_height', - 'post_image_apply_sizes', + 'generate_regenerate_images_notice', ]; $.each( featured_image_archive_controls, function( index, value ) { @@ -19,9 +20,10 @@ jQuery( document ).ready( function($) { 'generate_blog_settings-single_post_image_padding', 'generate_blog_settings-single_post_image_position', 'generate_blog_settings-single_post_image_alignment', + 'generate_blog_settings-single_post_image_size', 'generate_blog_settings-single_post_image_width', 'generate_blog_settings-single_post_image_height', - 'single_post_image_apply_sizes', + 'generate_regenerate_single_post_images_notice', ]; $.each( featured_image_single_controls, function( index, value ) { @@ -39,9 +41,10 @@ jQuery( document ).ready( function($) { 'generate_blog_settings-page_post_image_padding', 'generate_blog_settings-page_post_image_position', 'generate_blog_settings-page_post_image_alignment', + 'generate_blog_settings-page_post_image_size', 'generate_blog_settings-page_post_image_width', 'generate_blog_settings-page_post_image_height', - 'page_post_image_apply_sizes', + 'generate_regenerate_page_images_notice', ]; $.each( featured_image_page_controls, function( index, value ) { diff --git a/wp-content/plugins/gp-premium/changelog.txt b/wp-content/plugins/gp-premium/changelog.txt index 3431d7af..802e651f 100644 --- a/wp-content/plugins/gp-premium/changelog.txt +++ b/wp-content/plugins/gp-premium/changelog.txt @@ -1,5 +1,32 @@ == changelog == += 1.10.0 = + +* Blog: Remove existing on-the-fly featured image resizer (Image Processing Queue) +* Blog: Choose from existing image sizes for featured images +* Blog: Use CSS to further resize featured images if necessary +* Blog: Fix edge case persistent transient bug with old image resizer +* Elements: Fix broken closing element in metabox +* General: Change scroll variable to gpscroll in smooth scroll script to avoid conflicts +* General: Update responsive widths in Customizer +* General: Fix responsive Customizer views when using RTL +* Menu Plus: Don't output sticky nav branding if sticky nav is disabled +* Menu Plus: Fix focus when off canvas overlay is opened (a11y) +* Menu Plus: Fix sticky navigation jump when navigation branding is in use +* Sections: Fix visible block editor when Sections are enabled +* WooCommerce: Use minmax in grid template definitions to fix overflow issue +* WooCommerce: Prevent add to cart panel interfering with back to top button on mobile +* WooCommerce: WooCommerce: Fix secondary image position if HTML isn't ordered correctly +* General: Add/update all translations over 50% complete. Big thanks to all contributors! +* Translation: Added Arabic - thank you anass! +* Translation: Added Bengali - thank you gtmroy! +* Translation: Added Spanish (Spain) - thank you davidperez (closemarketing.es)! +* Translation: Added Spanish (Argentina) - thank you bratorr! +* Translation: Added Finnish - thank you Stedi! +* Translation: Add Dutch - thank you Robin! +* Translation: Added Ukrainian - thank you EUROMEDIA! +* Translation: Vietnamese added - thank you themevi! + = 1.9.1 = * Blog: Fix "null" in infinite scroll load more button text * WooCommerce: Fix hidden added to cart panel on mobile when sticky nav active diff --git a/wp-content/plugins/gp-premium/elements/class-hero.php b/wp-content/plugins/gp-premium/elements/class-hero.php index c63c473b..3dbe7561 100644 --- a/wp-content/plugins/gp-premium/elements/class-hero.php +++ b/wp-content/plugins/gp-premium/elements/class-hero.php @@ -101,7 +101,7 @@ class GeneratePress_Hero { wp_add_inline_style( 'generate-style', self::build_css() ); if ( $options['parallax'] ) { - wp_enqueue_script( 'generate-hero-parallax', plugin_dir_url( __FILE__ ) . '/assets/js/parallax.min.js', array(), GP_PREMIUM_VERSION, true ); + wp_enqueue_script( 'generate-hero-parallax', plugin_dir_url( __FILE__ ) . 'assets/js/parallax.min.js', array(), GP_PREMIUM_VERSION, true ); wp_localize_script( 'generate-hero-parallax', 'hero', array( 'parallax' => apply_filters( 'generate_hero_parallax_speed', 2 ), ) ); diff --git a/wp-content/plugins/gp-premium/elements/class-metabox.php b/wp-content/plugins/gp-premium/elements/class-metabox.php index 848b6365..fe892093 100644 --- a/wp-content/plugins/gp-premium/elements/class-metabox.php +++ b/wp-content/plugins/gp-premium/elements/class-metabox.php @@ -1077,7 +1077,7 @@ class GeneratePress_Elements_Metabox { /> - + diff --git a/wp-content/plugins/gp-premium/elements/elements.php b/wp-content/plugins/gp-premium/elements/elements.php index 2f9298fb..c2c83c4f 100644 --- a/wp-content/plugins/gp-premium/elements/elements.php +++ b/wp-content/plugins/gp-premium/elements/elements.php @@ -23,10 +23,15 @@ function generate_premium_do_elements() { 'post_status' => 'publish', 'numberposts' => 500, 'fields' => 'ids', - 'order' => 'ASC', 'suppress_filters' => false, ); + $custom_args = apply_filters( 'generate_elements_custom_args', array( + 'order' => 'ASC', + ) ); + + $args = array_merge( $args, $custom_args ); + // Prevent Polylang from altering the query. if ( function_exists( 'pll_get_post_language' ) ) { $args['lang'] = ''; diff --git a/wp-content/plugins/gp-premium/general/js/smooth-scroll.js b/wp-content/plugins/gp-premium/general/js/smooth-scroll.js index c3388c51..ea406c22 100644 --- a/wp-content/plugins/gp-premium/general/js/smooth-scroll.js +++ b/wp-content/plugins/gp-premium/general/js/smooth-scroll.js @@ -706,7 +706,7 @@ if (window.Element && !Element.prototype.closest) { })); /* GP */ -var scroll = new SmoothScroll( smooth.elements.join(), { +var gpscroll = new SmoothScroll( smooth.elements.join(), { speed: smooth.duration, offset: function( anchor, toggle ) { var body = document.body, diff --git a/wp-content/plugins/gp-premium/general/js/smooth-scroll.min.js b/wp-content/plugins/gp-premium/general/js/smooth-scroll.min.js index 0b877001..3f14ee24 100644 --- a/wp-content/plugins/gp-premium/general/js/smooth-scroll.min.js +++ b/wp-content/plugins/gp-premium/general/js/smooth-scroll.min.js @@ -1 +1 @@ -window.Element&&!Element.prototype.closest&&(Element.prototype.closest=function(e){var t,n=(this.document||this.ownerDocument).querySelectorAll(e),o=this;do{for(t=n.length;0<=--t&&n.item(t)!==o;);}while(t<0&&(o=o.parentElement));return o}),function(){if("function"==typeof window.CustomEvent)return;function e(e,t){t=t||{bubbles:!1,cancelable:!1,detail:void 0};var n=document.createEvent("CustomEvent");return n.initCustomEvent(e,t.bubbles,t.cancelable,t.detail),n}e.prototype=window.Event.prototype,window.CustomEvent=e}(),function(){for(var a=0,e=["ms","moz","webkit","o"],t=0;t=h)return E.cancelScroll(!0),o=t,i=u,0===(n=r)&&document.body.focus(),i||(n.focus(),document.activeElement!==n&&(n.setAttribute("tabindex","-1"),n.focus(),n.style.outline="none"),A.scrollTo(0,o)),I("scrollStop",s,r,c),!(S=m=null)},y=function(e){var t,n,o;m||(m=e),i=(p+=e-m)/parseInt(s.speed,10),a=l+f*(n=i=1=h)return E.cancelScroll(!0),o=t,i=u,0===(n=r)&&document.body.focus(),i||(n.focus(),document.activeElement!==n&&(n.setAttribute("tabindex","-1"),n.focus(),n.style.outline="none"),A.scrollTo(0,o)),I("scrollStop",s,r,c),!(S=m=null)},y=function(e){var t,n,o;m||(m=e),i=(p+=e-m)/parseInt(s.speed,10),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 bp;MQc9rspOMZ-<jT6_XV4Bc&N+MUdHnCW z;hpBM=Oq8qqx~*JIYAT>`#KnNUG+P;P%d>b=63ueX5wc!0l_M$9rvWA;+XrQ>D$!@I~_=3^uo<}1`h*RUhru->$`W0ku9PRzmr z)WVCoC<7I!aVk*@or%i8BJ9lk#-*ZxW5}3hwSK@YsEMDm{RdDhKY^O?ENbA3s1*Mh zm665GDdwrfxW)S-47K`khb%HRgn zcw3NvW)GKgJdS$quc*vkL8dg{W|M#Iq!Y8LBNsLC5H6bF9@LH|qjoaewwG8#sGTQJ z_pi1lQJL9@ns^)PZ0thbhIs)s?_0XDl*)UkiEbeO%>TG(XW5+0UU(PkkXCR}|2))$ z0o1_DP!lFl8(Cw2-+{XS8SINk(ZMsQuO;~v6+Lhrb+~Thq6hL(D=)Tfzim%MJy>O} zMlIkWB&((l^$H$CZDcd%;Q`buI*FR^SIBcobAgHm{2Z0yzhge$wEekkUm57jMFWgN z-9G`9u_{z5Yf!IZ3F^KeY6D?w9JR64s8_HVbM*c1qoN1iK&A9;)DBLgCit!OlI{Nj zAEy7`I13lBz2SHmwUFOqJN%Pve~KFCDr!OBq7LCLwe|gHvRzHs9rc5QT96M%;7Bab zFlM>!-_JLxlpjU?{w7YqE2vj6q#!-sc+{DgiAwnb)N}Qyg*IVQ6RxMC3AfuDp2a@2 zkDvx@wO&Lm^eQS-|3#(zd)w~7e;`V2CTiS5)cwV%@yDPho`_obtU~hNkIFha2H_#R z3xAD+@fzw7<**vP^J3J5WtbWemC}i}zY0^IDQc%nkYi-Rs7!1?J+~Eg->yFP`#(yD zCi(?xqO+)#{{c17r>F=2fxLF}4f-&PZ%PwXpcYnx+TlWL5VgRSs0o`<<88v!XPKm; zlpRG)eA52#9_pQ)N6v})8!9umPy-c_HoclM>r_<#BGdvJPz!2C9lpnrFWhWG&9@(w zk>m*~8t5I=%6^B+#3#1>FWdg!wsV~H@BL938I79YUep9LYcv#4>- zqc(gIbM^gSrJ?~c7*!8;M-9{ym5F|+g^fVYqnV0>u@;rFEvQWFMlJ9VDkI0y!M9Q4 zT}F-b1@g~)!(}k@n>=1@>a#$tY!>Q}Ek!fHBpQ8H0rr?I1oQa zP1uq2>eb|<#=9GpiRqZsfODy60gLSqA=J*Js0TNqCfb9HX^x=Y={eK{mr>7OLoMJt z)PlRQ3fbE_05wht>eY@NNdC3sYC5#CpuJ%Ywx|6hYJzR32@WEE?d(fKnwRk5WEn}}h=2x1Pgf(Q{mAyoDe zwW%7Poprd?L)K{a+xAcKDdG?@lGsM9BvfuAk}j8agwnQyl zM?6cY#M78Z@kv5ohq9+L(pC;r*<>42u#z}v+Y7Y+duTjOth1dC>TtYl+ikqwR>6me z`-%RbNC}7 zmxvLaiMCQiCCfJI@n^&XwmlSIuys*N3{hp6Gdmh{O{w2opYwXb{cdd{6pffk!KOf@ z)(x6TiA12beuW!Jcr`t1y1C(Kvop;N1l^dK9FEp`PxWf{iu2ZcZ{3%=u~=P=a-(psH7!URjJ^H?U%y<1HT8;C(n~TCXZM;>ObVR7c%lDB+Zql$DI|@`ilWH|{pnhD>#|Ar}2$ zYbe}$%2c1(9jdK=wAPKZ9`nWzU7TGV4LbGVKvU?0tqsw}bfPW{+u$XKpY`VY=6Ib- zrnf9D*`ML{@(=2{+;vt)o1$Si5-l;)>{9`6yMKpQTRQoUVARo!ZcA2KNk$iCFP*}b zN@2V_JEMClg@IMkrq)xAyUcA!cn3$m;)O{QE2b literal 15290 zcmb`N378y5b;lcQ99v*x8-#guZMSFc{ZD*5Xdp81Y|-;a>zBlrDO5Zv^XAQ*Y3N`v6gvxDF)*ntb+ zop2R=6TB9F8eRzh13m+uyD$jOh8M$g;EUnY;ehA0@I3Nc;016TJ_}Aly*CZdg|G3? z?}9WPyx;RJD|pMTWn{{^bwr(fjyxg2VIo1yx-8EPC8P%52*YUiLYKMbYcw?XxH z1WFJ0K(+H>|NMT>Id~Q2f9jt<^{1VFp9xj}d5|FmOQ6Pm9aMiie0d3K9MkY=@QqOY zzZEj|!Mi-)12umi@c9ozz4vjbc0UKDuP;N@`wmolKZ4`%-=V%|=X2eB+y*ti3RFKW zDE-{w%irvI6ly&8_~-XReb1+%`u{RiKaWD$)eoTb`|rN|$G-ebj6%=PhZ^7Wef~12 z_E-4)wb0rllpT*l{tKpj`KzJ&y$hhrPB-{JFb^Z6O5cK!fL563+}1Euc=pvL({pMMzY zJ06Alt{*|o#~BPx{XZS*y^EphUGDQMq1Ng3p5u@y4k~aZd==CQ-u?k zg&N-*;0pLQsQPn0{}9wT&U%p>*M**!LiMv6z65TCR1H#S;9XGdegvw&PeOg~pF_R( zEvWDQ7byMz7gRsz825Z3)bqtq?Of@371a3FL(T69lwMvAWe+td{Y*p6_gkRs5 z5qJjtw$Fbbs-4H7#&gDt9Tz~^*9B1XunE2wjzZbhV^HSu{QWDG z9?x9r^!IEi`&tV1{nx{D;D|5Z3)M~oYMtB(HU4)(_4|If7=9F92EXQ?pLvCA?*fR4 z1}}j6-gQvp*aBIK!5CCKw|l-0%C3$;)%z`|@qP?yoPX?}e*;R-KZJA{oc)p@AQ`NH z(!*^~c3g*N!q-9B=^NoPcsG>YebGOE7)npyfcn12pxXH{)VR;R(tXcDDE(goHLktB zd=fr`dCQ2o3WYTS22 z>FXmt|A5bb$>+c8^N&O6>)hq8zlBhGFi_*U9BMpQ!}HTZ-wjkMyTgELtIBtffvBTP~Y<&|NK5Ey?q|4 zp9di>F8DemR0y83(vANGP~#tfT1Ts)#=FMnw?gUhCa8UE4^+E3d={LB`p!2)>Emvw zcJ6~}_v29G`V7=KzYO(V-+`CIvsSt9AB58LTBz}Eh8oAs(7>O8YVQtT{tNJ0@^?Y$ z^Yd^RJ_0X<7hUDP^9m@vZ-wfAKg5KB+oAL^12v8l(Apb(7Wv1a*2gneJHK)%lpfYY zwZ9Fj{>z}|ZwhLBEvRw7!t)JK?Ytc>hQ9+<{|iv#`6gTl{~5}Eoqe^_?;@yrOQ8B$ z?aMd9XOrIs_1$g`l&)x z9^4M4hkJbaN8nS)e*$?q@;u}_$XZ1E@jm3cNdNC6Wa!@7k;*@Y3?Uj1%>}=KVD9!i zjzawsWDoLp%JBOchv0AFr+r%Zl27k|uR~sgO!=~(g|G5yeM9jZBhmI5>F{FYsXqU! zaNMW=2^!=NeEwu?rvP;aU-l1fhF2j!L^k-c0@Cq&kyju$A+p84KrTay-$oL@Rb=4H zkgxXT@Av6P;IAXgkv~P=f;@;6zXyEc5Ih6XJnQ!>NW-SEAJ4lze;@8ge%I%}3GYNU zBl>MYCXv0!w-Eilja-EMjWYa}AiHeJ#r8)?|DMka_aP;uhRDbL334y;bI1hJLQ>?F zh<-bfMaY|#@xR}O??K*={E;sceuT^+IdU8FXUI0>!-#%Whu~It9`ZZLFZ;3>zQLyp zY$fpy1qp*y819_G&8-*`LEX%J6$1@|(yY zGJ<>v`6Qy>A3AjZzMIr)WEJviq=|eAIgUJx{4{bG@;&68$PA+2>yfiTPfRr~)m!Dr>6SnfC5$4rWSg&^mgAEf&J2IP+IOj#P zA&o*`v@HtDQ5tM0<<&MX2OG*|vm+{3c}{9HESIbClueIC)JbBSW~9-fQj|7xWe1Yj zgua0?eYuiyG_R~3#-*qnY?#cWv>1rbZHe==W5%m_o&N3ftx594YQ7NtO+|U;YZl|T zuer=gt&c>Lxf!dLqY2dFHQ-;~ZMFM^XL%l$Dh(7BY(R_lPgj)&jhJSbhEr+StYpE) zuvD8$lU7{rOVUj}N&5@7q5gRV+Z*9j)L+9E^tWgBGUg=M7)@e2-GTe8(?#*{Bz5^Z zUN!S_C%1D-<@h&Ft(}cgJvnH)Z7VaHWVxTdjrC+I(4UhF`|`#sBPn-+jY*E3dUVZg zV{*uhcbe#@Rj(P@W)f$?CRtED*u=!3%T1Lqo^lH%YlbDP)SxKS4%2GV%1l&`G=rIG zWqQ=C9*XMOAa5l}78$2~pBYJ}lH!5W`KEfcR5M{*Hf1JS>oQByJaEOb{c`oB9E;U1 zt@(9K7UenJGj`h|uclE0Qy|YU0&6BbOzN$MK9DxTYFv=jQkbh}S3yPIt(hV>$@?a& zPOD+>I!MXzHaU+`?|5}|l2&TghNhB6lj|0}c#$d9!z^33Xex@M6gMz18HIT(jmiU6 z+3BM7Mc&x_+GXK-blJ+7JF`izMp>}AyWUA=wLEE>B(8UY&DAWNU}bxnEq-RY1>2IO z7HmPKrf@M^V*7^k3p=7bG$YlxmIWslcuVRl9*+*?!Im^-^=&y6m0GyN(QTu_R-9b0 z6&olATkA=f8*AIaRw-;UY*ZPhO{y#kX4n^!gAwl9KCJc^xGlju(`Cl451%W(T3M~DxPa zQMiISD|&TY_M|#1sk5?I$7Q>9>{M)v>djyqJ~6N#Y_hPe;k%`5|KgQwO_y=|?Dj^J zPwuH=dt8Z9R`2#0OE+Cdvpvots`Qrnu^}fRGdDQ5yq`dLY@(JZm z4}EW24eXT1*_oJLxpKRsCLUC&%!N&?uW~smUqVqF1-ow8>(sU@HO#Ilg>k<-UeCT^ zL%>tH-Ca2Jdf4$(rrbdcny^nkUCJIfD1)psJ7ANj@eRt%oH=r_SIfqDqyG()Y9^tJ8VP{+pKu2bWSe3Ngx76R%q~ zq5WtZ=h|iYgvafW*UjL8j1gP2BDAR5nH){4jgTm@Pt8TqSZiXSuXs16W*Ul_>eiTc zyB*iTf27aY3H0gidh=7~U=9U7(Fx|oL-TWf4UXZGygR13Bra>jc4hRkeIxA^p7aTR zEP-eL4p9`jh2nD=H5HR8)-Yp4LlFhJ2{Thv@7rU#yTVxCW`MT38v^AAl?!}eT##O5 zXD;R#Bg`;M6dx}Q#x&>dFP^G@iZm9+6pZDJtptdxIv(aFW?u2U_n1=a5A1^UZhbtQ zs^diiyU494=&fm+b=!_jy0vPPc^bx<{6sL0>yM1KIul0+4J#+ZNtk5PEM9&orR}ha z$<(7kvv|d&+1_ejoy9AuP$m+o*0aT{NaKJOUv+8bk6dwbaPjI(i7$VGU8pgQ)keS8 zL&S;QF*s}BL#{L-A0y|H5vW}kj1!9O$tIFi8cLdyZqz|6o!IkAC)i`ph(HT6*u&af zG_*)x!$QS)C+Z=)0opRnG||q9g2FmcE0GZsIcVSLTAg0UE%SG>8r930JHgtWG>kjA z9L!N8tXFHQ$T4ZEA`2-tIRcg}8#JdjL_QF|Qh3Lx9mRHoB%CwVNmpKp2-CGM^u>Cn zq|%AxP{efXWmDG?*swS1K3!nz!J!2TgqVl{o$ZEA&d#~4 zStl}D!=!~No8G!T<68%=>D9AKH%bS##00Ha)3CW_qM9#w>43K&`#Fh@V`jzR(BNvG zjN0tL#xTPr=9OVHIM^#4V~;FF939o!uyMV0-yw85NbH@BR5Kp#-@j&mv}S)iy!^@) zYxW-!N|Y3d_|WjG(v^A^Wu^ULo~OLfO-8+>e?gBbd86)Y*`%vwligc>TH+ z=CaF7yms9x6)vZ6#hRXeZW-NX1GQl@)f{N1_Bb)vtTcNy#<*N6RYuY5z!17U)q^dE z>>XBF6|P_}KW&}m)G0@FRl?NESDd!)ieVeyWXtN+iPN{bvZ!g#wNbXra-fKgP$LIh zxwj~_pT`B=-q~YpoA!ooZf5q_+>u(?y>IKkq{Aib7b^1#>z1+Q- ztKm<=T8<;CPP0v#G^z3WPNJ6tH=N}(pG;(7rDe-1b;8;chj}U3P~);L;kqu+P2KEF zT_eeo7S6vDjLsdYat&ybau!Z&jNOtfs+FqU-0UaPPCKdvo0DceK5>-m4%h1J4FBrg zE#$b+S3H{3(&WV9YJK*2Fq#yjBNfliOt)L6Id^3CSk^pov|VfUDiC(&8aZQ2I1=dg zE-F>#mHLlk0=mtb;)CsLP7!QU?b#1j64T_y3E#liDHFy~eO`ZQc$#YHr&Q^%A)p$? zFZODW!S$t0yOXzPXXcI&M4`t#Y}=7dhh^T`7^dxz5xCr_qdvW=Khc3m6W8d-h=N@c zDVm9DChooA%4(hdG8<_37ch&F?11Ty8k#e5UX2*Qyr)IEoqDPjdV4~>;z3c-w|;u1 z_K$;@;B<;j=J!q3nnl!@Zx{B8aHrJLp7(&*Bbmb1pX|w#sCfLu(RzZxat0l1CS@&! zp6RpED3IZvDs2VZQs$ZpAH>v|&wXiYZibrxY+W_=*3T3RBu_pVv>NQo=iE%CjFj@fp z^)PhS6yw+z()aAK+?qP!dOc}1QP{3VG|f|icaLM-SZA=S@H0i%egfT!B?9B48NO-a z85&_xsdqsspE7$q5BAD~oj4q3nxJwrapEZJfdw^ttX9V*7Fz%RTw1m@F*JvdaFbJO zxtq(qa<8%!W_|V;*U;Quc75t-(&A`i7wn0{Xd%Smp^_SQiN`Gx)*3p!Y-M()MpVrN z5sP?Fo3xX<6jrW<(+M8QG<22O!tAiy}E9HtNP8LzmAKwJH3|*|EdFAt8RTV3mG%z3ZlQv9`*VQ z6cQCLjIu)>=N}GuUzVWRV0S0z)~t2TrGUxE9|w148LY*8+`jhC4_f|9j+7w&nl`oo5Me$*E@N9r@qlNNP3j%lq$!5-Hn zFUvlw&<0MuVzOF2{TA>GDkx>vX}N}6HKhT=P;i4OPB>{!(@!EtHRxJ7Mly-X0T(H{p zSiJ}KqBuOnIy-Kn$*7hGdm1t#yQo=!QchohDo1K>i#sOF%a|P3#W(|nM{!t5!vm-U z=PI+)Vsr<#Q&eeUY1qVZe{bww@mE3Se2O1j@TuXNtm^MqAaY`U4xX+v^p_k33wXI^g|Krg6C@nFh6 zVxvmt`T#2epXkmd6;2MK!Rb#KV?VWZkZ=_poHXwT|;kNM(ljm-?e_~y6x6R30 z=ddbQ@pT5szF1_vN##}{^mk*h?-de6^nqwfFQrn+hsu;iFibfHHb{-D2 z2{lr#-sKSZ7d5rZ-su-fuN%xoO95}IW_#C0IG9RO<8)xMnx?7ciSg1r*7m|U6lSnE`;H4bzPiJ2*Gpp-d6naiu7&LXm%;x` z;rA?En9C2ko2732-d%ssmn7i?SLeL` I#7p!40ln3v0{{R3 diff --git a/wp-content/plugins/gp-premium/langs/gp-premium-cs_CZ.po b/wp-content/plugins/gp-premium/langs/gp-premium-cs_CZ.po deleted file mode 100644 index 5e8b96ee..00000000 --- a/wp-content/plugins/gp-premium/langs/gp-premium-cs_CZ.po +++ /dev/null @@ -1,3576 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: GP Premium\n" -"POT-Creation-Date: 2018-02-27 17:30-0800\n" -"PO-Revision-Date: 2018-02-27 17:30-0800\n" -"Last-Translator: Pedro Mendonça \n" -"Language-Team: Michal Janata \n" -"Language: cs_CZ\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Generator: Poedit 2.0.6\n" -"X-Poedit-Basepath: ..\n" -"X-Poedit-SourceCharset: UTF-8\n" -"X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;esc_attr__;" -"esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c;_n_noop:1,2;" -"_nx_noop:3c,1,2;__ngettext_noop:1,2\n" -"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" -"X-Poedit-WPHeader: gp-premium.php\n" -"X-Poedit-SearchPath-0: .\n" -"X-Poedit-SearchPathExcluded-0: *.js\n" -"X-Poedit-SearchPathExcluded-1: *deprecated*\n" -"X-Poedit-SearchPathExcluded-2: sites/libs\n" -"X-Poedit-SearchPathExcluded-3: sites/classes/class-site-widget-importer.php\n" - -#: backgrounds/functions/functions.php:99 -#: backgrounds/functions/functions.php:108 -msgid "Background Images" -msgstr "Obrázky na pozadí" - -#: backgrounds/functions/functions.php:117 -#: backgrounds/functions/functions.php:143 -#: typography/functions/functions.php:53 -msgid "Body" -msgstr "Tělo" - -#: backgrounds/functions/functions.php:206 -#: backgrounds/functions/functions.php:230 colors/functions/functions.php:56 -#: disable-elements/functions/functions.php:128 -#: disable-elements/functions/functions.php:130 -#: disable-elements/functions/functions.php:290 -#: disable-elements/functions/functions.php:292 -#: typography/functions/functions.php:238 -msgid "Top Bar" -msgstr "" - -#: backgrounds/functions/functions.php:293 -#: backgrounds/functions/functions.php:316 colors/functions/functions.php:143 -#: disable-elements/functions/functions.php:134 -#: disable-elements/functions/functions.php:136 -#: disable-elements/functions/functions.php:296 -#: disable-elements/functions/functions.php:298 -#: spacing/functions/customizer/header-spacing.php:11 -#: typography/functions/functions.php:361 -msgid "Header" -msgstr "Hlavička" - -#: backgrounds/functions/functions.php:376 colors/functions/functions.php:239 -#: disable-elements/functions/functions.php:139 -#: disable-elements/functions/functions.php:141 -#: disable-elements/functions/functions.php:301 -#: disable-elements/functions/functions.php:303 -#: spacing/functions/customizer/navigation-spacing.php:11 -#: typography/functions/functions.php:600 -msgid "Primary Navigation" -msgstr "Primární navigace" - -#: backgrounds/functions/functions.php:403 -#: backgrounds/functions/secondary-nav-backgrounds.php:65 -msgid "Navigation" -msgstr "Navigace" - -#: backgrounds/functions/functions.php:423 -#: backgrounds/functions/functions.php:473 -#: backgrounds/functions/functions.php:523 -#: backgrounds/functions/functions.php:573 -#: backgrounds/functions/functions.php:633 -#: backgrounds/functions/functions.php:683 -#: backgrounds/functions/functions.php:733 -#: backgrounds/functions/secondary-nav-backgrounds.php:86 -#: backgrounds/functions/secondary-nav-backgrounds.php:135 -#: backgrounds/functions/secondary-nav-backgrounds.php:184 -#: backgrounds/functions/secondary-nav-backgrounds.php:233 -#: backgrounds/functions/secondary-nav-backgrounds.php:294 -#: backgrounds/functions/secondary-nav-backgrounds.php:343 -#: backgrounds/functions/secondary-nav-backgrounds.php:392 -#: library/customizer/controls/class-backgrounds-control.php:121 -msgid "Repeat" -msgstr "Opakovat" - -#: backgrounds/functions/functions.php:424 -#: backgrounds/functions/functions.php:474 -#: backgrounds/functions/functions.php:524 -#: backgrounds/functions/functions.php:574 -#: backgrounds/functions/functions.php:634 -#: backgrounds/functions/functions.php:684 -#: backgrounds/functions/functions.php:734 -#: backgrounds/functions/secondary-nav-backgrounds.php:87 -#: backgrounds/functions/secondary-nav-backgrounds.php:136 -#: backgrounds/functions/secondary-nav-backgrounds.php:185 -#: backgrounds/functions/secondary-nav-backgrounds.php:234 -#: backgrounds/functions/secondary-nav-backgrounds.php:295 -#: backgrounds/functions/secondary-nav-backgrounds.php:344 -#: backgrounds/functions/secondary-nav-backgrounds.php:393 -#: library/customizer/controls/class-backgrounds-control.php:122 -msgid "Repeat x" -msgstr "Opakovat x" - -#: backgrounds/functions/functions.php:425 -#: backgrounds/functions/functions.php:475 -#: backgrounds/functions/functions.php:525 -#: backgrounds/functions/functions.php:575 -#: backgrounds/functions/functions.php:635 -#: backgrounds/functions/functions.php:685 -#: backgrounds/functions/functions.php:735 -#: backgrounds/functions/secondary-nav-backgrounds.php:88 -#: backgrounds/functions/secondary-nav-backgrounds.php:137 -#: backgrounds/functions/secondary-nav-backgrounds.php:186 -#: backgrounds/functions/secondary-nav-backgrounds.php:235 -#: backgrounds/functions/secondary-nav-backgrounds.php:296 -#: backgrounds/functions/secondary-nav-backgrounds.php:345 -#: backgrounds/functions/secondary-nav-backgrounds.php:394 -#: library/customizer/controls/class-backgrounds-control.php:123 -msgid "Repeat y" -msgstr "Opakovat y" - -#: backgrounds/functions/functions.php:426 -#: backgrounds/functions/functions.php:476 -#: backgrounds/functions/functions.php:526 -#: backgrounds/functions/functions.php:576 -#: backgrounds/functions/functions.php:636 -#: backgrounds/functions/functions.php:686 -#: backgrounds/functions/functions.php:736 -#: backgrounds/functions/secondary-nav-backgrounds.php:89 -#: backgrounds/functions/secondary-nav-backgrounds.php:138 -#: backgrounds/functions/secondary-nav-backgrounds.php:187 -#: backgrounds/functions/secondary-nav-backgrounds.php:236 -#: backgrounds/functions/secondary-nav-backgrounds.php:297 -#: backgrounds/functions/secondary-nav-backgrounds.php:346 -#: backgrounds/functions/secondary-nav-backgrounds.php:395 -#: library/customizer/controls/class-backgrounds-control.php:124 -msgid "No Repeat" -msgstr "Neopakovat" - -#: backgrounds/functions/functions.php:453 -#: backgrounds/functions/secondary-nav-backgrounds.php:114 -msgid "Navigation Item" -msgstr "Položka navigace" - -#: backgrounds/functions/functions.php:503 -#: backgrounds/functions/secondary-nav-backgrounds.php:163 -msgid "Navigation Item Hover" -msgstr "Položka navigace při přejetí myší" - -#: backgrounds/functions/functions.php:553 -#: backgrounds/functions/secondary-nav-backgrounds.php:212 -msgid "Navigation Item Current" -msgstr "Aktuální položka navigace" - -#: backgrounds/functions/functions.php:586 -msgid "Primary Sub-Navigation" -msgstr "Primární sub-navigace" - -#: backgrounds/functions/functions.php:613 -#: backgrounds/functions/secondary-nav-backgrounds.php:273 -#, fuzzy -msgid "Sub-Navigation Item" -msgstr "" -"#-#-#-#-# backgrounds-cs_CZ.po (Generate Backgrounds) #-#-#-#-#\n" -"Položka sub-navigace\n" -"#-#-#-#-# secondary-nav-cs_CZ.po (Generate Secondary Navigation) #-#-#-#-" -"#\n" -"Položka pod-navigace" - -#: backgrounds/functions/functions.php:663 -#: backgrounds/functions/secondary-nav-backgrounds.php:322 -#, fuzzy -msgid "Sub-Navigation Item Hover" -msgstr "" -"#-#-#-#-# backgrounds-cs_CZ.po (Generate Backgrounds) #-#-#-#-#\n" -"Položka sub-navigace při přejetí myší\n" -"#-#-#-#-# secondary-nav-cs_CZ.po (Generate Secondary Navigation) #-#-#-#-" -"#\n" -"Položka pod-navigace při přejetí myší" - -#: backgrounds/functions/functions.php:713 -#: backgrounds/functions/secondary-nav-backgrounds.php:371 -#, fuzzy -msgid "Sub-Navigation Item Current" -msgstr "" -"#-#-#-#-# backgrounds-cs_CZ.po (Generate Backgrounds) #-#-#-#-#\n" -"Aktuální položka sub-navigace\n" -"#-#-#-#-# secondary-nav-cs_CZ.po (Generate Secondary Navigation) #-#-#-#-" -"#\n" -"Aktuální položka pod-navigace" - -#: backgrounds/functions/functions.php:746 -#: backgrounds/functions/functions.php:772 blog/functions/customizer.php:49 -#: colors/functions/functions.php:621 page-header/functions/metabox.php:182 -#: sections/functions/metaboxes/metabox-functions.php:241 -#: sections/functions/metaboxes/metabox-functions.php:244 -#: sites/classes/class-site.php:351 -#: spacing/functions/customizer/content-spacing.php:11 -msgid "Content" -msgstr "Obsah" - -#: backgrounds/functions/functions.php:833 -msgid "Sidebar" -msgstr "Postranní panel" - -#: backgrounds/functions/functions.php:856 colors/functions/functions.php:775 -#, fuzzy -msgid "Sidebar Widgets" -msgstr "" -"#-#-#-#-# backgrounds-cs_CZ.po (Generate Backgrounds) #-#-#-#-#\n" -"Widgety v postranních panelech\n" -"#-#-#-#-# generate-colors-cs_CZ.po (Generate Colors) #-#-#-#-#\n" -"Postranní widgety\n" -"#-#-#-#-# generate-spacing-cs_CZ.po (Generate Spacing) #-#-#-#-#\n" -"Postranní widgety" - -#: backgrounds/functions/functions.php:917 colors/functions/functions.php:1102 -#: disable-elements/functions/functions.php:161 -#: disable-elements/functions/functions.php:163 -#: disable-elements/functions/functions.php:323 -#: disable-elements/functions/functions.php:325 -#: spacing/functions/customizer/footer-spacing.php:12 -#: typography/functions/functions.php:1871 -msgid "Footer" -msgstr "Patička" - -#: backgrounds/functions/functions.php:941 -msgid "Footer Widget Area" -msgstr "Oblast widgetů patičky" - -#: backgrounds/functions/functions.php:1016 -msgid "Footer Area" -msgstr "Oblast patičky" - -#: backgrounds/functions/secondary-nav-backgrounds.php:39 -#: colors/functions/secondary-nav-colors.php:50 -#: disable-elements/functions/functions.php:145 -#: disable-elements/functions/functions.php:147 -#: disable-elements/functions/functions.php:307 -#: disable-elements/functions/functions.php:309 -#: secondary-nav/functions/functions.php:153 -#: secondary-nav/functions/functions.php:162 -#: typography/functions/secondary-nav-fonts.php:48 -msgid "Secondary Navigation" -msgstr "Sekundární navigace" - -#: backgrounds/functions/secondary-nav-backgrounds.php:247 -msgid "Secondary Sub-Navigation" -msgstr "Sekundární sub-navigace" - -#: blog/functions/customizer.php:35 -msgid "Blog" -msgstr "Blog" - -#: blog/functions/customizer.php:63 blog/functions/customizer.php:439 -msgid "Archives" -msgstr "" - -#: blog/functions/customizer.php:64 -msgid "Single" -msgstr "" - -#: blog/functions/customizer.php:76 -msgid "Content type" -msgstr "" - -#: blog/functions/customizer.php:79 secondary-nav/functions/functions.php:206 -#: secondary-nav/functions/functions.php:232 -msgid "Full" -msgstr "" - -#: blog/functions/customizer.php:80 -msgid "Excerpt" -msgstr "" - -#: blog/functions/customizer.php:99 -msgid "Excerpt word count" -msgstr "" - -#: blog/functions/customizer.php:119 -msgid "Read more label" -msgstr "Označení \"číst více\"" - -#: blog/functions/customizer.php:139 -msgid "Display read more as button" -msgstr "" - -#: blog/functions/customizer.php:159 blog/functions/customizer.php:337 -msgid "Display post date" -msgstr "" - -#: blog/functions/customizer.php:179 blog/functions/customizer.php:356 -msgid "Display post author" -msgstr "" - -#: blog/functions/customizer.php:199 blog/functions/customizer.php:375 -msgid "Display post categories" -msgstr "" - -#: blog/functions/customizer.php:219 blog/functions/customizer.php:394 -msgid "Display post tags" -msgstr "" - -#: blog/functions/customizer.php:239 -msgid "Display comment count" -msgstr "" - -#: blog/functions/customizer.php:259 -msgid "Use infinite scroll" -msgstr "" - -#: blog/functions/customizer.php:279 -msgid "Use button to load more posts" -msgstr "" - -#: blog/functions/customizer.php:298 -msgid "Load more label" -msgstr "" - -#: blog/functions/customizer.php:317 -msgid "Loading label" -msgstr "" - -#: blog/functions/customizer.php:413 -msgid "Display post navigation" -msgstr "" - -#: blog/functions/customizer.php:426 -msgid "Featured Images" -msgstr "" - -#: blog/functions/customizer.php:440 -msgid "Posts" -msgstr "" - -#: blog/functions/customizer.php:441 -msgid "Pages" -msgstr "" - -#: blog/functions/customizer.php:462 blog/functions/customizer.php:625 -#: blog/functions/customizer.php:789 -msgid "Display featured images" -msgstr "" - -#: blog/functions/customizer.php:482 blog/functions/customizer.php:645 -#: blog/functions/customizer.php:809 -msgid "Display padding around images" -msgstr "" - -#: blog/functions/customizer.php:503 blog/functions/customizer.php:666 -#: blog/functions/customizer.php:830 -msgid "Location" -msgstr "" - -#: blog/functions/customizer.php:506 blog/functions/customizer.php:669 -#: blog/functions/customizer.php:833 -msgid "Below Title" -msgstr "" - -#: blog/functions/customizer.php:507 blog/functions/customizer.php:670 -#: blog/functions/customizer.php:834 -msgid "Above Title" -msgstr "" - -#: blog/functions/customizer.php:528 blog/functions/customizer.php:692 -#: blog/functions/customizer.php:856 -msgid "Alignment" -msgstr "" - -#: blog/functions/customizer.php:531 blog/functions/customizer.php:695 -#: blog/functions/customizer.php:859 page-header/functions/metabox.php:336 -#: secondary-nav/functions/functions.php:259 -#: woocommerce/functions/customizer/customizer.php:243 -#: woocommerce/functions/customizer/customizer.php:286 -msgid "Center" -msgstr "Doprostřed" - -#: blog/functions/customizer.php:532 blog/functions/customizer.php:696 -#: blog/functions/customizer.php:860 -#: library/customizer/controls/class-spacing-control.php:26 -#: menu-plus/functions/generate-menu-plus.php:445 -#: page-header/functions/metabox.php:335 -#: secondary-nav/functions/functions.php:258 -#: woocommerce/functions/customizer/customizer.php:242 -#: woocommerce/functions/customizer/customizer.php:285 -#, fuzzy -msgid "Left" -msgstr "" -"#-#-#-#-# generate-blog-cs_CZ.po (Generate Blog) #-#-#-#-#\n" -"Doleva\n" -"#-#-#-#-# generate-spacing-cs_CZ.po (Generate Spacing) #-#-#-#-#\n" -"Vlevo\n" -"#-#-#-#-# page-header-cs_CZ.po (Generate Page Header) #-#-#-#-#\n" -"Doleva\n" -"#-#-#-#-# secondary-nav-cs_CZ.po (Generate Secondary Navigation) #-#-#-#-" -"#\n" -"Doleva" - -#: blog/functions/customizer.php:533 blog/functions/customizer.php:697 -#: blog/functions/customizer.php:861 -#: library/customizer/controls/class-spacing-control.php:24 -#: menu-plus/functions/generate-menu-plus.php:446 -#: page-header/functions/metabox.php:337 -#: secondary-nav/functions/functions.php:260 -#: woocommerce/functions/customizer/customizer.php:244 -#: woocommerce/functions/customizer/customizer.php:287 -#, fuzzy -msgid "Right" -msgstr "" -"#-#-#-#-# generate-blog-cs_CZ.po (Generate Blog) #-#-#-#-#\n" -"Doprava\n" -"#-#-#-#-# generate-spacing-cs_CZ.po (Generate Spacing) #-#-#-#-#\n" -"Vpravo\n" -"#-#-#-#-# page-header-cs_CZ.po (Generate Page Header) #-#-#-#-#\n" -"Doprava\n" -"#-#-#-#-# secondary-nav-cs_CZ.po (Generate Secondary Navigation) #-#-#-#-" -"#\n" -"Doprava" - -#: blog/functions/customizer.php:555 blog/functions/customizer.php:719 -#: blog/functions/customizer.php:883 -msgid "Width" -msgstr "" - -#: blog/functions/customizer.php:559 blog/functions/customizer.php:586 -#: blog/functions/customizer.php:723 blog/functions/customizer.php:750 -#: blog/functions/customizer.php:887 blog/functions/customizer.php:914 -msgid "Auto" -msgstr "Automaticky" - -#: blog/functions/customizer.php:582 blog/functions/customizer.php:746 -#: blog/functions/customizer.php:910 -msgid "Height" -msgstr "Výška" - -#: blog/functions/customizer.php:601 blog/functions/customizer.php:765 -#: blog/functions/customizer.php:929 -msgid "Apply sizes" -msgstr "" - -#: blog/functions/customizer.php:671 blog/functions/customizer.php:835 -#: page-header/functions/functions.php:811 -#: page-header/functions/functions.php:836 -msgid "Above Content Area" -msgstr "Nad oblastí obsahu" - -#: blog/functions/customizer.php:943 blog/functions/customizer.php:983 -msgid "Columns" -msgstr "Sloupce" - -#: blog/functions/customizer.php:963 -msgid "Display posts in columns" -msgstr "" - -#: blog/functions/customizer.php:1010 -msgid "Make first post featured" -msgstr "" - -#: blog/functions/customizer.php:1031 -msgid "Display posts in masonry grid" -msgstr "" - -#: blog/functions/defaults.php:13 blog/functions/migrate.php:22 -msgid "Read more" -msgstr "" - -#: blog/functions/defaults.php:16 blog/functions/migrate.php:26 -msgid "+ More" -msgstr "+ Více" - -#: blog/functions/defaults.php:17 blog/functions/migrate.php:27 -msgid "Loading..." -msgstr "Načítání..." - -#: colors/functions/functions.php:46 -#: sections/functions/metaboxes/views/sections-template.php:211 -msgid "Colors" -msgstr "Barvy" - -#: colors/functions/functions.php:79 colors/functions/functions.php:166 -#: colors/functions/functions.php:276 colors/functions/functions.php:411 -#: colors/functions/functions.php:541 colors/functions/functions.php:644 -#: colors/functions/functions.php:798 colors/functions/functions.php:886 -#: colors/functions/functions.php:1125 colors/functions/functions.php:1209 -#: colors/functions/secondary-nav-colors.php:86 -#: colors/functions/secondary-nav-colors.php:240 -#: colors/functions/slideout-nav-colors.php:82 -#: colors/functions/slideout-nav-colors.php:236 -#: sections/functions/metaboxes/views/sections-template.php:236 -msgid "Background" -msgstr "Pozadí" - -#: colors/functions/functions.php:95 colors/functions/functions.php:181 -#: colors/functions/functions.php:340 colors/functions/functions.php:475 -#: colors/functions/functions.php:564 colors/functions/functions.php:658 -#: colors/functions/functions.php:812 colors/functions/functions.php:900 -#: colors/functions/functions.php:1139 colors/functions/functions.php:1232 -#: colors/functions/secondary-nav-colors.php:110 -#: colors/functions/secondary-nav-colors.php:264 -#: colors/functions/slideout-nav-colors.php:106 -#: colors/functions/slideout-nav-colors.php:260 -msgid "Text" -msgstr "Text" - -#: colors/functions/functions.php:101 colors/functions/functions.php:187 -#: colors/functions/functions.php:664 colors/functions/functions.php:818 -#: colors/functions/functions.php:906 colors/functions/functions.php:1145 -msgid "Link" -msgstr "Odkaz" - -#: colors/functions/functions.php:107 colors/functions/functions.php:193 -#: colors/functions/functions.php:670 colors/functions/functions.php:824 -#: colors/functions/functions.php:912 colors/functions/functions.php:1151 -msgid "Link Hover" -msgstr "Odkaz při přejetí myší" - -#: colors/functions/functions.php:199 page-header/functions/metabox.php:512 -#: typography/functions/functions.php:424 -msgid "Site Title" -msgstr "Název webu" - -#: colors/functions/functions.php:205 -msgid "Tagline" -msgstr "Popis webu" - -#: colors/functions/functions.php:253 -#: colors/functions/secondary-nav-colors.php:64 -#: colors/functions/slideout-nav-colors.php:60 -#, fuzzy -#| msgid "Primary Menu Items" -msgid "Parent Items" -msgstr "Položky primárního menu" - -#: colors/functions/functions.php:301 colors/functions/functions.php:436 -#: colors/functions/functions.php:587 colors/functions/functions.php:1254 -#: colors/functions/secondary-nav-colors.php:133 -#: colors/functions/secondary-nav-colors.php:287 -#: colors/functions/slideout-nav-colors.php:129 -#: colors/functions/slideout-nav-colors.php:283 -msgid "Background Hover" -msgstr "Pozadí při přejetí myší" - -#: colors/functions/functions.php:326 colors/functions/functions.php:461 -#: colors/functions/secondary-nav-colors.php:180 -#: colors/functions/secondary-nav-colors.php:334 -#: colors/functions/slideout-nav-colors.php:176 -#: colors/functions/slideout-nav-colors.php:330 -#, fuzzy -msgid "Background Current" -msgstr "" -"#-#-#-#-# generate-colors-cs_CZ.po (Generate Colors) #-#-#-#-#\n" -"Pozadí aktuální položky\n" -"#-#-#-#-# secondary-nav-cs_CZ.po (Generate Secondary Navigation) #-#-#-#-" -"#\n" -"Aktuální pozadí" - -#: colors/functions/functions.php:346 colors/functions/functions.php:481 -#: colors/functions/functions.php:610 colors/functions/functions.php:1277 -#: colors/functions/secondary-nav-colors.php:157 -#: colors/functions/secondary-nav-colors.php:311 -#: colors/functions/slideout-nav-colors.php:153 -#: colors/functions/slideout-nav-colors.php:307 -msgid "Text Hover" -msgstr "Text při přejetí myší" - -#: colors/functions/functions.php:352 colors/functions/functions.php:487 -#: colors/functions/secondary-nav-colors.php:204 -#: colors/functions/secondary-nav-colors.php:358 -#: colors/functions/slideout-nav-colors.php:200 -#: colors/functions/slideout-nav-colors.php:354 -#, fuzzy -msgid "Text Current" -msgstr "" -"#-#-#-#-# generate-colors-cs_CZ.po (Generate Colors) #-#-#-#-#\n" -"Text aktuální položky\n" -"#-#-#-#-# secondary-nav-cs_CZ.po (Generate Secondary Navigation) #-#-#-#-" -"#\n" -"Aktuální text" - -#: colors/functions/functions.php:388 -#: colors/functions/secondary-nav-colors.php:218 -#: colors/functions/slideout-nav-colors.php:214 -#, fuzzy -#| msgid "Sub-Menu Item Height" -msgid "Sub-Menu Items" -msgstr "Výška položek sub-menu" - -#: colors/functions/functions.php:518 typography/functions/functions.php:732 -msgid "Buttons" -msgstr "" - -#: colors/functions/functions.php:676 -#: disable-elements/functions/functions.php:156 -#: disable-elements/functions/functions.php:158 -#: disable-elements/functions/functions.php:318 -#: disable-elements/functions/functions.php:320 -msgid "Content Title" -msgstr "Název obsahu" - -#: colors/functions/functions.php:682 -msgid "Blog Post Title" -msgstr "Název příspěvku blogu" - -#: colors/functions/functions.php:688 -msgid "Blog Post Title Hover" -msgstr "Název příspěvku blogu při přejetí myší" - -#: colors/functions/functions.php:694 -msgid "Entry Meta Text" -msgstr "Textové meta položky" - -#: colors/functions/functions.php:700 -msgid "Entry Meta Links" -msgstr "Odkazové meta položky" - -#: colors/functions/functions.php:706 -msgid "Entry Meta Links Hover" -msgstr "Odkazové meta položky při přejetí myší" - -#: colors/functions/functions.php:712 -msgid "Heading 1 (H1) Color" -msgstr "Barva nadpisu 1 (H1)" - -#: colors/functions/functions.php:718 -msgid "Heading 2 (H2) Color" -msgstr "Barva nadpisu 2 (H2)" - -#: colors/functions/functions.php:724 -msgid "Heading 3 (H3) Color" -msgstr "Barva nadpisu 3 (H3)" - -#: colors/functions/functions.php:732 -msgid "Heading 4 (H4) Color" -msgstr "" - -#: colors/functions/functions.php:741 -msgid "Heading 5 (H5) Color" -msgstr "" - -#: colors/functions/functions.php:830 colors/functions/functions.php:918 -msgid "Widget Title" -msgstr "Název widgetů" - -#: colors/functions/functions.php:863 -msgid "Footer Widgets" -msgstr "Widgety patičky" - -#: colors/functions/functions.php:951 -msgid "Forms" -msgstr "Formuláře" - -#: colors/functions/functions.php:974 -msgid "Form Background" -msgstr "Pozadí formuláře" - -#: colors/functions/functions.php:999 -msgid "Form Background Focus" -msgstr "" - -#: colors/functions/functions.php:1024 -msgid "Form Border" -msgstr "Hranice formuláře" - -#: colors/functions/functions.php:1049 -msgid "Form Border Focus" -msgstr "" - -#: colors/functions/functions.php:1063 -msgid "Form Text" -msgstr "Text formuláře" - -#: colors/functions/functions.php:1069 -msgid "Form Text Focus" -msgstr "" - -#: colors/functions/functions.php:1188 -msgid "Back to Top Button" -msgstr "" - -#: colors/functions/slideout-nav-colors.php:46 -#: menu-plus/functions/generate-menu-plus.php:14 -#: menu-plus/functions/generate-menu-plus.php:396 -#: menu-plus/functions/generate-menu-plus.php:417 -#: menu-plus/functions/generate-menu-plus.php:726 -#: typography/functions/slideout-nav-fonts.php:38 -msgid "Slideout Navigation" -msgstr "Vysouvací navigace" - -#: colors/functions/woocommerce-colors.php:51 -msgid "Product Title" -msgstr "" - -#: colors/functions/woocommerce-colors.php:73 -msgid "Product Title Hover" -msgstr "" - -#: colors/functions/woocommerce-colors.php:96 -msgid "Alt Button Background" -msgstr "" - -#: colors/functions/woocommerce-colors.php:120 -msgid "Alt Button Background Hover" -msgstr "" - -#: colors/functions/woocommerce-colors.php:143 -msgid "Alt Button Text" -msgstr "" - -#: colors/functions/woocommerce-colors.php:166 -msgid "Alt Button Text Hover" -msgstr "" - -#: colors/functions/woocommerce-colors.php:189 -msgid "Star Ratings" -msgstr "" - -#: colors/functions/woocommerce-colors.php:213 -msgid "Sale Sticker Background" -msgstr "" - -#: colors/functions/woocommerce-colors.php:236 -msgid "Sale Sticker Text" -msgstr "" - -#: colors/functions/woocommerce-colors.php:258 -msgid "Price" -msgstr "" - -#: colors/functions/woocommerce-colors.php:280 -msgid "Product Tab Text" -msgstr "" - -#: colors/functions/woocommerce-colors.php:302 -msgid "Product Tab Active" -msgstr "" - -#: colors/functions/woocommerce-colors.php:325 -msgid "Success Message Background" -msgstr "" - -#: colors/functions/woocommerce-colors.php:348 -msgid "Success Message Text" -msgstr "" - -#: colors/functions/woocommerce-colors.php:371 -msgid "Info Message Background" -msgstr "" - -#: colors/functions/woocommerce-colors.php:394 -msgid "Info Message Text" -msgstr "" - -#: colors/functions/woocommerce-colors.php:417 -msgid "Error Message Background" -msgstr "" - -#: colors/functions/woocommerce-colors.php:440 -msgid "Error Message Text" -msgstr "" - -#: copyright/functions/functions.php:37 -msgid "Copyright" -msgstr "Copyright" - -#: disable-elements/functions/functions.php:98 -msgid "Disable Elements" -msgstr "Zakázat prvky" - -#: disable-elements/functions/functions.php:151 -#: disable-elements/functions/functions.php:153 -#: disable-elements/functions/functions.php:313 -#: disable-elements/functions/functions.php:315 -msgid "Featured Image / Page Header" -msgstr "" - -#: general/smooth-scroll.php:85 -msgid "Smooth scroll" -msgstr "" - -#: general/smooth-scroll.php:86 -msgid "" -"Initiate smooth scroll on anchor links using the smooth-scroll " -"class." -msgstr "" - -#: gp-premium.php:220 -msgid "GeneratePress has an update available." -msgstr "" - -#: gp-premium.php:222 -msgid "Update now." -msgstr "" - -#: gp-premium.php:234 -msgid "GP Premium requires GeneratePress to be your active theme." -msgstr "" - -#: gp-premium.php:235 -msgid "Install now." -msgstr "" - -#: gp-premium.php:250 -msgid "Configure" -msgstr "" - -#: hooks/functions/functions.php:69 -msgid "" -"DISALLOW_FILE_EDIT is defined. You should also disallow PHP execution in GP " -"Hooks." -msgstr "" - -#: hooks/functions/functions.php:70 -msgid "Learn how" -msgstr "" - -#: hooks/functions/functions.php:124 hooks/functions/functions.php:144 -#: hooks/functions/functions.php:395 -msgid "GP Hooks" -msgstr "GP háky" - -#: hooks/functions/functions.php:160 -msgid "wp_head" -msgstr "wp_head" - -#: hooks/functions/functions.php:166 -msgid "Before Header" -msgstr "Před hlavičkou" - -#: hooks/functions/functions.php:172 -msgid "Before Header Content" -msgstr "Před obsahem hlavičky" - -#: hooks/functions/functions.php:178 -msgid "After Header Content" -msgstr "Po obsahu hlavičky" - -#: hooks/functions/functions.php:184 -msgid "After Header" -msgstr "Po hlavičce" - -#: hooks/functions/functions.php:190 -msgid "Inside Content Container" -msgstr "Uvnitř obsahového prostoru" - -#: hooks/functions/functions.php:196 -msgid "Before Content" -msgstr "Před obsahem" - -#: hooks/functions/functions.php:202 -msgid "After Entry Title" -msgstr "Po názvu příspěvku" - -#: hooks/functions/functions.php:208 -msgid "After Content" -msgstr "Po obsahu" - -#: hooks/functions/functions.php:214 -msgid "Before Right Sidebar Content" -msgstr "Před obsahem pravého postranního panelu" - -#: hooks/functions/functions.php:220 -msgid "After Right Sidebar Content" -msgstr "Po obsahu pravého postranního panelu" - -#: hooks/functions/functions.php:226 -msgid "Before Left Sidebar Content" -msgstr "Před obsahem levého postranního panelu" - -#: hooks/functions/functions.php:232 -msgid "After Left Sidebar Content" -msgstr "Po obsahu levého postranního panelu" - -#: hooks/functions/functions.php:238 -msgid "Before Footer" -msgstr "Před patičkou" - -#: hooks/functions/functions.php:244 -msgid "After Footer Widgets" -msgstr "Po widgetech patičky" - -#: hooks/functions/functions.php:250 -msgid "Before Footer Content" -msgstr "Před obsahem patičky" - -#: hooks/functions/functions.php:256 -msgid "After Footer Content" -msgstr "Po obsahu patičky" - -#: hooks/functions/functions.php:262 -msgid "wp_footer" -msgstr "wp_footer" - -#: hooks/functions/functions.php:347 -msgid "Execute PHP" -msgstr "Spustit PHP" - -#: hooks/functions/functions.php:349 -msgid "Disable Hook" -msgstr "Zakázat hák" - -#: hooks/functions/functions.php:397 -msgid "" -"Use these fields to insert anything you like throughout GeneratePress. " -"Shortcodes are allowed, and you can even use PHP if you check the Execute " -"PHP checkboxes." -msgstr "" -"Použijte tato pole pro vložení čehokoli skrze GeneratePress. Zkratky " -"(shortcodes) jsou povoleny a můžete dokonce použít PHP, pokud zaškrtnete " -"políčko Spustit PHP." - -#: hooks/functions/functions.php:399 -msgid "Show all" -msgstr "Zobrazit vše" - -#: hooks/functions/functions.php:410 -msgid "Save Hooks" -msgstr "Uložit háky" - -#: hooks/functions/functions.php:482 -msgid "Hooks saved." -msgstr "Háky uloženy." - -#: import-export/functions/functions.php:11 -msgid "Export" -msgstr "" - -#: import-export/functions/functions.php:14 library/reset.php:12 -#: page-header/functions/metabox.php:196 -msgid "Advanced" -msgstr "Pokročilý" - -#: import-export/functions/functions.php:16 library/reset.php:14 -msgctxt "Module name" -msgid "Core" -msgstr "" - -#: import-export/functions/functions.php:19 library/reset.php:17 -#, fuzzy -#| msgid "Background" -msgctxt "Module name" -msgid "Backgrounds" -msgstr "Pozadí" - -#: import-export/functions/functions.php:23 library/reset.php:21 -#, fuzzy -#| msgid "Blog" -msgctxt "Module name" -msgid "Blog" -msgstr "Blog" - -#: import-export/functions/functions.php:27 library/reset.php:25 -#, fuzzy -#| msgid "GP Hooks" -msgctxt "Module name" -msgid "Hooks" -msgstr "GP háky" - -#: import-export/functions/functions.php:31 library/reset.php:29 -#, fuzzy -#| msgid "Page Header" -msgctxt "Module name" -msgid "Page Header" -msgstr "Hlavička stránky" - -#: import-export/functions/functions.php:35 library/reset.php:33 -#, fuzzy -#| msgid "Secondary Navigation" -msgctxt "Module name" -msgid "Secondary Navigation" -msgstr "Sekundární navigace" - -#: import-export/functions/functions.php:39 library/reset.php:37 -#, fuzzy -#| msgid "Spacing" -msgctxt "Module name" -msgid "Spacing" -msgstr "Rozestupy" - -#: import-export/functions/functions.php:43 library/reset.php:41 -#, fuzzy -#| msgid "Menu Plus" -msgctxt "Module name" -msgid "Menu Plus" -msgstr "Menu plus" - -#: import-export/functions/functions.php:47 library/reset.php:45 -msgctxt "Module name" -msgid "WooCommerce" -msgstr "" - -#: import-export/functions/functions.php:51 library/reset.php:49 -#, fuzzy -#| msgid "Copyright" -msgctxt "Module name" -msgid "Copyright" -msgstr "Copyright" - -#: import-export/functions/functions.php:56 -msgctxt "Module name" -msgid "GeneratePress Site" -msgstr "" - -#: import-export/functions/functions.php:63 -msgid "Export Settings" -msgstr "" - -#: import-export/functions/functions.php:77 -msgid "Import" -msgstr "" - -#: import-export/functions/functions.php:86 -msgid "Import Settings" -msgstr "Importovat nastavení" - -#: import-export/functions/functions.php:214 -msgid "Please upload a valid .json file" -msgstr "Prosím nahrajte správný .json soubor" - -#: import-export/functions/functions.php:220 -msgid "Please upload a file to import" -msgstr "Prosím nahrajte soubor pro import" - -#: inc/EDD_SL_Plugin_Updater.php:201 -#, php-format -msgid "" -"There is a new version of %1$s available. %2$sView version %3$s details%4$s." -msgstr "" -"Je dostupná nová verze %1$s. %2$sZobrazit podrobnosti o verzi %3$s %4$s." - -#: inc/EDD_SL_Plugin_Updater.php:209 -#, php-format -msgid "" -"There is a new version of %1$s available. %2$sView version %3$s details%4$s " -"or %5$supdate now%6$s." -msgstr "" -"Je dostupná nová verze %1$s. %2$sZobrazit podrobnosti o verzi %3$s %4$s nebo " -"%5$saktualizovat nyní%6$s." - -#: inc/EDD_SL_Plugin_Updater.php:399 -msgid "You do not have permission to install plugin updates" -msgstr "Nemáte oprávnění k instalaci aktualizací pluginů" - -#: inc/EDD_SL_Plugin_Updater.php:399 -msgid "Error" -msgstr "Chyba" - -#: inc/activation.php:14 -msgid "Add-on deactivated." -msgstr "Doplněk deaktivován." - -#: inc/activation.php:18 -msgid "Add-on activated." -msgstr "Doplněk aktivován." - -#. Plugin Name of the plugin/theme -#: inc/activation.php:59 -msgid "GP Premium" -msgstr "GP Premium" - -#: inc/activation.php:67 -msgid "Bulk Actions" -msgstr "Hromadné akce" - -#: inc/activation.php:68 inc/activation.php:105 -msgid "Activate" -msgstr "Aktivovat" - -#: inc/activation.php:69 inc/activation.php:89 -msgid "Deactivate" -msgstr "Deaktivovat" - -#: inc/activation.php:72 -#: sections/functions/metaboxes/views/sections-template.php:80 -#, fuzzy -msgid "Apply" -msgstr "" -"#-#-#-#-# generate-sections-cs_CZ.po (Generate Sections) #-#-#-#-#\n" -"Uložit\n" -"#-#-#-#-# gp-premium-cs_CZ.po (GP Premium) #-#-#-#-#\n" -"Použít" - -#: inc/activation.php:102 -msgid "WooCommerce not activated." -msgstr "" - -#: inc/activation.php:430 -msgid "Enter valid license key for automatic updates." -msgstr "" - -#: inc/dashboard.php:16 -msgid "Modules" -msgstr "" - -#: inc/verify.php:74 -msgid "License deactivated." -msgstr "Licence deaktivována." - -#: inc/verify.php:78 -msgid "License activated." -msgstr "Licence aktivována." - -#: inc/verify.php:110 -msgid "Updates" -msgstr "" - -#: inc/verify.php:110 -msgid "Help" -msgstr "Nápověda" - -#: inc/verify.php:126 -msgid "Receiving updates" -msgstr "" - -#: inc/verify.php:128 -msgid "Not receiving updates" -msgstr "" - -#: inc/verify.php:134 -msgid "License Key" -msgstr "Licenční klíč" - -#: inc/verify.php:139 -msgid "Update" -msgstr "Aktualizovat" - -#: inc/verify.php:224 -#, php-format -msgid "Your license key expired on %s." -msgstr "" - -#: inc/verify.php:231 -msgid "Your license key has been disabled." -msgstr "" - -#: inc/verify.php:236 -msgid "Invalid license." -msgstr "" - -#: inc/verify.php:242 -msgid "Your license is not active for this URL." -msgstr "" - -#: inc/verify.php:247 -#, php-format -msgid "This appears to be an invalid license key for %s." -msgstr "" - -#: inc/verify.php:252 -msgid "Your license key has reached its activation limit." -msgstr "" - -#: inc/verify.php:257 -msgid "An error occurred, please try again." -msgstr "" - -#: library/batch-processing/wp-background-process.php:425 -#, php-format -msgid "Every %d Minutes" -msgstr "" - -#: library/customizer/controls/class-backgrounds-control.php:18 -msgid "left top, x% y%, xpos ypos (px)" -msgstr "" - -#: library/customizer/controls/class-backgrounds-control.php:19 -msgid "Position" -msgstr "Umístění" - -#: library/customizer/controls/class-backgrounds-control.php:130 -msgid "Size (Auto)" -msgstr "Velikost (automatická)" - -#: library/customizer/controls/class-backgrounds-control.php:131 -msgid "100% Width" -msgstr "100% šířka" - -#: library/customizer/controls/class-backgrounds-control.php:132 -msgid "Cover" -msgstr "Pokrýt" - -#: library/customizer/controls/class-backgrounds-control.php:133 -msgid "Contain" -msgstr "Omezit" - -#: library/customizer/controls/class-backgrounds-control.php:139 -msgid "Attachment" -msgstr "Přichycení" - -#: library/customizer/controls/class-backgrounds-control.php:140 -msgid "Fixed" -msgstr "Pevné" - -#: library/customizer/controls/class-backgrounds-control.php:141 -msgid "Local" -msgstr "Místní" - -#: library/customizer/controls/class-backgrounds-control.php:142 -#: woocommerce/functions/customizer/customizer.php:550 -msgid "Inherit" -msgstr "Zděděné" - -#: library/customizer/controls/class-copyright-control.php:25 -msgid "%current_year% to update year automatically." -msgstr "%current_year% pro automatickou aktualizaci roku." - -#: library/customizer/controls/class-copyright-control.php:26 -msgid "%copy% to include the copyright symbol." -msgstr "%copy% pro vložení copyright symbolu." - -#: library/customizer/controls/class-copyright-control.php:27 -msgid "HTML is allowed." -msgstr "HTML je povoleno." - -#: library/customizer/controls/class-copyright-control.php:28 -msgid "Shortcodes are allowed." -msgstr "Zkratky (shortcodes) jsou povoleny." - -#: library/customizer/controls/class-range-slider-control.php:42 -msgid "Desktop" -msgstr "" - -#: library/customizer/controls/class-range-slider-control.php:43 -msgid "Tablet" -msgstr "" - -#: library/customizer/controls/class-range-slider-control.php:44 -msgid "Mobile" -msgstr "Mobil" - -#: library/customizer/controls/class-range-slider-control.php:45 -#: library/reset.php:9 -msgid "Reset" -msgstr "" - -#: library/customizer/controls/class-spacing-control.php:23 -msgid "Top" -msgstr "Nahoře" - -#: library/customizer/controls/class-spacing-control.php:25 -msgid "Bottom" -msgstr "Dole" - -#: library/customizer/controls/class-spacing-control.php:48 -msgid "Link values" -msgstr "" - -#: library/customizer/controls/class-spacing-control.php:49 -msgid "Un-link values" -msgstr "" - -#: library/customizer/controls/class-typography-control.php:25 -msgid "System Fonts" -msgstr "" - -#: library/customizer/controls/class-typography-control.php:26 -msgid "Google Fonts" -msgstr "" - -#: library/customizer/controls/class-typography-control.php:29 -msgid "Font family" -msgstr "Rodina písem" - -#: library/customizer/controls/class-typography-control.php:30 -msgid "Font weight" -msgstr "Tloušťka písma" - -#: library/customizer/controls/class-typography-control.php:31 -msgid "Text transform" -msgstr "Transformace textu" - -#: library/customizer/controls/class-typography-control.php:33 -msgid "Variants" -msgstr "" - -#: library/customizer/controls/class-typography-control.php:162 -msgid "normal" -msgstr "" - -#: library/customizer/controls/class-typography-control.php:163 -msgid "bold" -msgstr "" - -#: library/customizer/controls/class-typography-control.php:178 -msgid "none" -msgstr "" - -#: library/customizer/controls/class-typography-control.php:179 -msgid "capitalize" -msgstr "" - -#: library/customizer/controls/class-typography-control.php:180 -msgid "uppercase" -msgstr "" - -#: library/customizer/controls/class-typography-control.php:181 -msgid "lowercase" -msgstr "" - -#: library/reset.php:55 -msgid "Warning: This will delete your settings and can not be undone." -msgstr "" - -#: library/reset.php:58 -msgid "Reset Settings" -msgstr "" - -#: menu-plus/functions/generate-menu-plus.php:25 -#: menu-plus/functions/generate-menu-plus.php:632 -msgid "Menu" -msgstr "Menu" - -#: menu-plus/functions/generate-menu-plus.php:101 -msgid "Menu Plus" -msgstr "Menu plus" - -#: menu-plus/functions/generate-menu-plus.php:126 -msgid "General Settings" -msgstr "Základní nastavení" - -#: menu-plus/functions/generate-menu-plus.php:144 -#: secondary-nav/functions/functions.php:181 -msgid "Mobile Menu Label" -msgstr "Název menu na mobilu" - -#: menu-plus/functions/generate-menu-plus.php:154 -#: menu-plus/functions/generate-menu-plus.php:175 -msgid "Sticky Navigation" -msgstr "Připnutá navigace" - -#: menu-plus/functions/generate-menu-plus.php:178 -#: menu-plus/functions/generate-menu-plus.php:420 -msgid "Mobile only" -msgstr "Pouze na mobilu" - -#: menu-plus/functions/generate-menu-plus.php:179 -#: menu-plus/functions/generate-menu-plus.php:421 -msgid "Desktop only" -msgstr "Pouze na počítači" - -#: menu-plus/functions/generate-menu-plus.php:180 -#: menu-plus/functions/generate-menu-plus.php:317 -#: menu-plus/functions/generate-menu-plus.php:363 -#: menu-plus/functions/generate-menu-plus.php:422 -msgid "On" -msgstr "" - -#: menu-plus/functions/generate-menu-plus.php:181 -#: menu-plus/functions/generate-menu-plus.php:316 -#: menu-plus/functions/generate-menu-plus.php:364 -#: menu-plus/functions/generate-menu-plus.php:423 -msgid "Off" -msgstr "" - -#: menu-plus/functions/generate-menu-plus.php:202 -#, fuzzy -#| msgid "Position" -msgid "Transition" -msgstr "Umístění" - -#: menu-plus/functions/generate-menu-plus.php:205 -msgid "Fade" -msgstr "Vyblednutí" - -#: menu-plus/functions/generate-menu-plus.php:206 -msgid "Slide" -msgstr "Vysunutí" - -#: menu-plus/functions/generate-menu-plus.php:207 -msgid "None" -msgstr "Žádné" - -#: menu-plus/functions/generate-menu-plus.php:229 -#: menu-plus/functions/generate-menu-plus.php:385 -msgid "Hide when scrolling down" -msgstr "" - -#: menu-plus/functions/generate-menu-plus.php:252 -#: page-header/functions/metabox.php:477 -msgid "Navigation Logo" -msgstr "Logo navigace" - -#: menu-plus/functions/generate-menu-plus.php:274 -msgid "Navigation Logo Placement" -msgstr "" - -#: menu-plus/functions/generate-menu-plus.php:277 -#: menu-plus/functions/generate-menu-plus.php:360 -msgid "Sticky" -msgstr "Připnuté" - -#: menu-plus/functions/generate-menu-plus.php:278 -msgid "Sticky + Static" -msgstr "Připnuté + statické" - -#: menu-plus/functions/generate-menu-plus.php:279 -msgid "Static" -msgstr "Statické" - -#: menu-plus/functions/generate-menu-plus.php:292 -#: menu-plus/functions/generate-menu-plus.php:313 -msgid "Mobile Header" -msgstr "Hlavička na mobilu" - -#: menu-plus/functions/generate-menu-plus.php:338 -#: page-header/functions/metabox.php:191 -msgid "Logo" -msgstr "Logo" - -#: menu-plus/functions/generate-menu-plus.php:442 -#, fuzzy -#| msgid "Sidebar" -msgid "Side" -msgstr "Postranní panel" - -#: menu-plus/functions/generate-menu-plus.php:693 -#: sections/functions/metaboxes/views/sections-template.php:69 -#: sites/classes/class-site.php:161 sites/classes/class-site.php:477 -msgid "Close" -msgstr "Zavřít" - -#: page-header/functions/functions.php:784 page-header/functions/metabox.php:37 -#: page-header/functions/metabox.php:57 page-header/functions/metabox.php:763 -#: page-header/functions/post-type.php:15 -#: page-header/functions/post-type.php:29 -#: page-header/functions/post-type.php:79 -#: page-header/functions/post-type.php:112 -msgid "Page Header" -msgstr "Hlavička stránky" - -#: page-header/functions/functions.php:808 -msgid "Page Header Location" -msgstr "" - -#: page-header/functions/functions.php:812 -#: page-header/functions/functions.php:837 -msgid "Inside Content Area" -msgstr "Uvnitř oblasti obsahu" - -#: page-header/functions/functions.php:833 -msgid "Single Post Header Location" -msgstr "" - -#: page-header/functions/functions.php:838 -msgid "Below Post Title" -msgstr "Pod názvem příspěvku" - -#: page-header/functions/functions.php:839 -msgid "Hide" -msgstr "Skrýt" - -#: page-header/functions/functions.php:1078 -#, php-format -msgid "View all posts by %s" -msgstr "" - -#: page-header/functions/global-locations.php:24 -#: page-header/functions/global-locations.php:25 -#: page-header/functions/global-locations.php:40 -msgid "Global Locations" -msgstr "" - -#: page-header/functions/global-locations.php:72 -msgid "Posts Page (blog)" -msgstr "" - -#: page-header/functions/global-locations.php:81 -msgid "Search Results" -msgstr "" - -#: page-header/functions/global-locations.php:90 -msgid "404 Template" -msgstr "" - -#: page-header/functions/global-locations.php:99 -msgid "Post Types - Single" -msgstr "" - -#: page-header/functions/global-locations.php:125 -msgid "Post Types - Archives" -msgstr "" - -#: page-header/functions/global-locations.php:147 -msgid "Taxonomies - Archives" -msgstr "" - -#: page-header/functions/metabox.php:139 page-header/functions/metabox.php:749 -#, php-format -msgid "" -"No Page Headers found. Want to create " -"one?" -msgstr "" - -#: page-header/functions/metabox.php:158 -msgid "Content is required for the below settings to work." -msgstr "" - -#: page-header/functions/metabox.php:178 -msgid "Image" -msgstr "Obrázek" - -#: page-header/functions/metabox.php:186 -msgid "Background Video" -msgstr "Video na pozadí" - -#: page-header/functions/metabox.php:202 -msgid "Add to excerpt" -msgstr "Přidat úryvek" - -#: page-header/functions/metabox.php:218 -msgid "" -"Currently using your featured image." -msgstr "" -"V současné době například pomocí vybraného obrázku." - -#: page-header/functions/metabox.php:229 -msgid "Page Header Image" -msgstr "Obrázek hlavičky stránky" - -#: page-header/functions/metabox.php:229 -msgid "Insert Image" -msgstr "Vložit obrázek" - -#: page-header/functions/metabox.php:230 -msgid "Choose Image" -msgstr "Vybrat obrázek" - -#: page-header/functions/metabox.php:233 -msgid "Remove Image" -msgstr "Odstranit obrázek" - -#: page-header/functions/metabox.php:238 -msgid "Or you can set the featured image." -msgstr "Nebo můžete nastavit vybraný obrázek." - -#: page-header/functions/metabox.php:243 -msgid "Image Link" -msgstr "" - -#: page-header/functions/metabox.php:248 -msgid "Resize Image" -msgstr "" - -#: page-header/functions/metabox.php:250 -#: sections/functions/metaboxes/views/sections-template.php:250 -#: sections/functions/metaboxes/views/sections-template.php:258 -msgid "Disable" -msgstr "Zakázat" - -#: page-header/functions/metabox.php:251 -#: sections/functions/metaboxes/views/sections-template.php:251 -#: sections/functions/metaboxes/views/sections-template.php:259 -msgid "Enable" -msgstr "Povolit" - -#: page-header/functions/metabox.php:257 -msgid "Image Width" -msgstr "Šířka obrázku" - -#: page-header/functions/metabox.php:262 -msgid "Image Height" -msgstr "Výška obrázku" - -#: page-header/functions/metabox.php:265 -msgid "Use \"0\" or leave blank for proportional resizing." -msgstr "" -"Použijte \"0\" nebo nechte prázdné pro změnu velikosti se zachováním poměru " -"stran." - -#: page-header/functions/metabox.php:274 -msgid "HTML and shortcodes allowed." -msgstr "HTML a zkratky (shortcodes) jsou povoleny." - -#: page-header/functions/metabox.php:281 -msgid "Automatically add paragraphs" -msgstr "Automaticky vytvářet odstavce" - -#: page-header/functions/metabox.php:286 -msgid "Add Padding" -msgstr "Přidat odsazení" - -#: page-header/functions/metabox.php:291 -msgid "Add Background Image" -msgstr "" - -#: page-header/functions/metabox.php:296 -msgid "Use background color as overlay" -msgstr "" - -#: page-header/functions/metabox.php:301 -#: sections/functions/metaboxes/views/sections-template.php:247 -msgid "Parallax Effect" -msgstr "Paralaxový efekt" - -#: page-header/functions/metabox.php:306 -msgid "Fullscreen" -msgstr "Celá obrazovka" - -#: page-header/functions/metabox.php:311 -msgid "Vertical center content" -msgstr "Vystředit obsah vertikálně" - -#: page-header/functions/metabox.php:317 -msgid "Container" -msgstr "" - -#: page-header/functions/metabox.php:319 page-header/functions/metabox.php:327 -#: secondary-nav/functions/functions.php:207 -#: secondary-nav/functions/functions.php:233 -#: sections/functions/metaboxes/views/sections-template.php:167 -#: sections/functions/metaboxes/views/sections-template.php:175 -msgid "Contained" -msgstr "Omezený" - -#: page-header/functions/metabox.php:320 page-header/functions/metabox.php:328 -#: sections/functions/metaboxes/views/sections-template.php:166 -#: sections/functions/metaboxes/views/sections-template.php:176 -msgid "Full Width" -msgstr "Plný" - -#: page-header/functions/metabox.php:325 -msgid "Inner Container" -msgstr "" - -#: page-header/functions/metabox.php:333 -#: woocommerce/functions/customizer/customizer.php:282 -msgid "Text Alignment" -msgstr "Zarovnání textu" - -#: page-header/functions/metabox.php:342 -msgid "Top & Bottom Padding" -msgstr "" - -#: page-header/functions/metabox.php:351 -msgid "Left & Right Padding" -msgstr "" - -#: page-header/functions/metabox.php:362 -#: sections/functions/metaboxes/views/sections-template.php:212 -msgid "Background Color" -msgstr "Barva pozadí" - -#: page-header/functions/metabox.php:367 -#: sections/functions/metaboxes/views/sections-template.php:217 -msgid "Text Color" -msgstr "Barva textu" - -#: page-header/functions/metabox.php:372 -#: sections/functions/metaboxes/views/sections-template.php:223 -msgid "Link Color" -msgstr "Barva odkazu" - -#: page-header/functions/metabox.php:377 -#: sections/functions/metaboxes/views/sections-template.php:229 -msgid "Link Color Hover" -msgstr "Barva odkazu při přejetí myší" - -#: page-header/functions/metabox.php:388 -msgid "MP4 file" -msgstr "Soubor MP4" - -#: page-header/functions/metabox.php:390 page-header/functions/metabox.php:398 -#: page-header/functions/metabox.php:406 -msgid "Page Header Video" -msgstr "Video hlavičky stránky" - -#: page-header/functions/metabox.php:390 page-header/functions/metabox.php:398 -#: page-header/functions/metabox.php:406 -msgid "Insert Video" -msgstr "Vložit video" - -#: page-header/functions/metabox.php:391 page-header/functions/metabox.php:399 -#: page-header/functions/metabox.php:407 -msgid "Choose Video" -msgstr "Vybrat video" - -#: page-header/functions/metabox.php:396 -msgid "OGV file" -msgstr "Soubor OGV" - -#: page-header/functions/metabox.php:404 -msgid "WEBM file" -msgstr "Soubor WEBM" - -#: page-header/functions/metabox.php:412 -msgid "Overlay Color" -msgstr "Barva překrytí" - -#: page-header/functions/metabox.php:428 -msgid "Overwrite your site-wide logo/header on this page." -msgstr "Přepsat na vašem webu logo/záhlaví na téhle stránce." - -#: page-header/functions/metabox.php:438 -msgid "Header / Logo" -msgstr "Hlavička / Logo" - -#: page-header/functions/metabox.php:438 page-header/functions/metabox.php:477 -msgid "Insert Logo" -msgstr "Vložit logo" - -#: page-header/functions/metabox.php:439 page-header/functions/metabox.php:478 -msgid "Choose Logo" -msgstr "Vybrat logo" - -#: page-header/functions/metabox.php:450 page-header/functions/metabox.php:490 -msgid "Remove Logo" -msgstr "Smazat logo" - -#: page-header/functions/metabox.php:467 -msgid "Overwrite your navigation logo on this page." -msgstr "" - -#: page-header/functions/metabox.php:502 -msgid "Merge with site header" -msgstr "Sloučit s hlavičkou stránky" - -#: page-header/functions/metabox.php:508 -msgid "Place content behind header (sliders etc..)" -msgstr "Umístit obsah před hlavičky (slidery atd...)" - -#: page-header/functions/metabox.php:517 typography/functions/functions.php:547 -msgid "Site Tagline" -msgstr "" - -#: page-header/functions/metabox.php:523 -msgid "Custom Navigation Colors" -msgstr "" - -#: page-header/functions/metabox.php:528 -msgid "Navigation Background" -msgstr "" - -#: page-header/functions/metabox.php:533 -msgid "Navigation Text" -msgstr "" - -#: page-header/functions/metabox.php:538 -msgid "Navigation Background Hover" -msgstr "" - -#: page-header/functions/metabox.php:543 -msgid "Navigation Text Hover" -msgstr "" - -#: page-header/functions/metabox.php:548 -msgid "Navigation Background Current" -msgstr "" - -#: page-header/functions/metabox.php:553 -msgid "Navigation Text Current" -msgstr "" - -#: page-header/functions/metabox.php:673 -msgid "Template Tags" -msgstr "" - -#: page-header/functions/metabox.php:686 -msgid "The content title of the current post/taxonomy." -msgstr "" - -#: page-header/functions/metabox.php:689 -msgid "The published date of the current post." -msgstr "" - -#: page-header/functions/metabox.php:692 -msgid "The author of the current post." -msgstr "" - -#: page-header/functions/metabox.php:695 -msgid "" -"The terms attached to the chosen taxonomy (category, post_tag, product_cat)." -msgstr "" - -#: page-header/functions/metabox.php:698 -msgid "Custom post meta. Replace \"name\" with the name of your custom field." -msgstr "" - -#: page-header/functions/metabox.php:702 -msgid "" -"Display an Elementor library template. Replace \"id\" with the ID or name." -msgstr "" - -#: page-header/functions/metabox.php:707 -msgid "Display a Beaver Builder template. Replace \"id\" with the ID or name." -msgstr "" - -#: page-header/functions/post-type.php:12 -msgctxt "Post Type General Name" -msgid "Page Headers" -msgstr "" - -#: page-header/functions/post-type.php:13 -msgctxt "Post Type Singular Name" -msgid "Page Header" -msgstr "" - -#: page-header/functions/post-type.php:14 -msgid "Page Headers" -msgstr "" - -#: page-header/functions/post-type.php:16 -msgid "Page Header Archives" -msgstr "" - -#: page-header/functions/post-type.php:17 -msgid "Parent Page Header:" -msgstr "" - -#: page-header/functions/post-type.php:18 -msgid "All Page Headers" -msgstr "" - -#: page-header/functions/post-type.php:19 -msgid "Add New Page Header" -msgstr "" - -#: page-header/functions/post-type.php:20 -msgid "New Page Header" -msgstr "" - -#: page-header/functions/post-type.php:21 -msgid "Edit Page Header" -msgstr "" - -#: page-header/functions/post-type.php:22 -msgid "Update Page Header" -msgstr "" - -#: page-header/functions/post-type.php:23 -msgid "View Page Header" -msgstr "" - -#: page-header/functions/post-type.php:24 -msgid "Search Page Header" -msgstr "" - -#: page-header/functions/post-type.php:25 -msgid "Insert into Page Header" -msgstr "" - -#: page-header/functions/post-type.php:26 -msgid "Uploaded to this Page Header" -msgstr "" - -#: secondary-nav/functions/functions.php:16 -msgid "Secondary Menu" -msgstr "Sekundární menu" - -#: secondary-nav/functions/functions.php:203 -msgid "Navigation Width" -msgstr "" - -#: secondary-nav/functions/functions.php:229 -msgid "Inner Navigation Width" -msgstr "" - -#: secondary-nav/functions/functions.php:255 -msgid "Navigation Alignment" -msgstr "Zarovnání navigace" - -#: secondary-nav/functions/functions.php:282 -msgid "Navigation Location" -msgstr "" - -#: secondary-nav/functions/functions.php:285 -msgid "Below Header" -msgstr "Pod hlavičkou" - -#: secondary-nav/functions/functions.php:286 -msgid "Above Header" -msgstr "Nad hlavičkou" - -#: secondary-nav/functions/functions.php:287 -msgid "Float Right" -msgstr "Plovoucí vpravo" - -#: secondary-nav/functions/functions.php:288 -msgid "Float Left" -msgstr "" - -#: secondary-nav/functions/functions.php:289 -msgid "Left Sidebar" -msgstr "Levý postranní panel" - -#: secondary-nav/functions/functions.php:290 -msgid "Right Sidebar" -msgstr "Pravý postranní panel" - -#: secondary-nav/functions/functions.php:291 -msgid "No Navigation" -msgstr "Bez navigace" - -#: secondary-nav/functions/functions.php:312 -msgid "Merge with Secondary Navigation" -msgstr "" - -#: sections/functions/metaboxes/metabox-functions.php:47 -msgid "Use Sections" -msgstr "Použít sekce" - -#: sections/functions/metaboxes/metabox-functions.php:59 -msgid "Sections" -msgstr "Sekce" - -#: sections/functions/metaboxes/metabox-functions.php:237 -msgid "This action can not be undone, are you sure?" -msgstr "Tuto akci nelze vrátit zpět, jste si jistý?" - -#: sections/functions/metaboxes/metabox-functions.php:240 -msgid "Section" -msgstr "Sekce" - -#: sections/functions/metaboxes/metabox-functions.php:243 -msgid "Settings" -msgstr "Nastavení" - -#: sections/functions/metaboxes/metabox-functions.php:249 -msgid "Section Background" -msgstr "Pozadí sekce" - -#: sections/functions/metaboxes/metabox-functions.php:250 -msgid "Set as Section Background" -msgstr "Nastavit jako pozadí" - -#: sections/functions/metaboxes/metabox-functions.php:254 -msgid "Insert into Section" -msgstr "Vložit do sekce" - -#: sections/functions/metaboxes/metabox-functions.php:255 -#: sections/functions/metaboxes/views/sections-template.php:74 -msgid "Edit Section" -msgstr "Upravit sekci" - -#: sections/functions/metaboxes/views/sections-template.php:35 -msgid "Click to edit" -msgstr "Kliknutím otevřete možnosti úpravy" - -#: sections/functions/metaboxes/views/sections-template.php:37 -msgid "Click to edit content" -msgstr "Kliknutím otevřete úpravy obsahu" - -#: sections/functions/metaboxes/views/sections-template.php:38 -msgid "Click to edit settings" -msgstr "Kliknutím otevřete úpravy nastavení" - -#: sections/functions/metaboxes/views/sections-template.php:39 -msgid "Click and drag to sort" -msgstr "Kliknutím a tažením seřadit" - -#: sections/functions/metaboxes/views/sections-template.php:40 -msgid "Click to remove" -msgstr "Kliknutím odstranit" - -#: sections/functions/metaboxes/views/sections-template.php:54 -msgid "Add Section" -msgstr "Přidat sekci" - -#: sections/functions/metaboxes/views/sections-template.php:55 -msgid "Remove Sections" -msgstr "Odebrat sekce" - -#: sections/functions/metaboxes/views/sections-template.php:81 -msgid "Cancel" -msgstr "Zrušit" - -#: sections/functions/metaboxes/views/sections-template.php:110 -msgid "Section Label" -msgstr "Popis sekce" - -#: sections/functions/metaboxes/views/sections-template.php:126 -msgid "Add Media" -msgstr "Mediální soubory" - -#: sections/functions/metaboxes/views/sections-template.php:131 -msgid "Visual" -msgstr "Editor" - -#: sections/functions/metaboxes/views/sections-template.php:132 -msgctxt "Name for the Text editor tab (formerly HTML)" -msgid "Text" -msgstr "HTML" - -#: sections/functions/metaboxes/views/sections-template.php:161 -msgid "Layout" -msgstr "Vzhled" - -#: sections/functions/metaboxes/views/sections-template.php:162 -msgid "Box Type" -msgstr "Typ prostoru" - -#: sections/functions/metaboxes/views/sections-template.php:171 -msgid "Inner Box Type" -msgstr "Typ vnitřního prostoru" - -#: sections/functions/metaboxes/views/sections-template.php:180 -msgid "Custom ID" -msgstr "" - -#: sections/functions/metaboxes/views/sections-template.php:186 -msgid "Custom Classes" -msgstr "Vlastní třídy" - -#: sections/functions/metaboxes/views/sections-template.php:192 -msgid "Top Padding" -msgstr "Vrchní odsazení" - -#: sections/functions/metaboxes/views/sections-template.php:201 -msgid "Bottom Padding" -msgstr "Spodní odsazení" - -#: sections/functions/metaboxes/views/sections-template.php:237 -#: sections/functions/metaboxes/views/sections-template.php:242 -msgid "Background Image" -msgstr "Obrázek na pozadí" - -#: sections/functions/metaboxes/views/sections-template.php:242 -msgid "Upload" -msgstr "Nahrát" - -#: sections/functions/metaboxes/views/sections-template.php:243 -msgid "Remove" -msgstr "Odstranit" - -#: sections/functions/metaboxes/views/sections-template.php:255 -msgid "Background Color Overlay" -msgstr "" - -#: sections/functions/metaboxes/views/sections.php:8 -msgid "Javascript must be enabled to use Generate Sections" -msgstr "Javascript musí být povolen pro použití Generate sekcí" - -#: sections/functions/templates/template.php:107 -msgid "No sections added!" -msgstr "Nebyly přidány žádné sekce!" - -#: sites/classes/class-site-helper.php:94 -msgid "Backing up options" -msgstr "" - -#: sites/classes/class-site-helper.php:95 -#, fuzzy -#| msgid "Import Settings" -msgid "Importing options" -msgstr "Importovat nastavení" - -#: sites/classes/class-site-helper.php:96 -#, fuzzy -#| msgid "Blog Content" -msgid "Downloading content" -msgstr "Obsah blogu" - -#: sites/classes/class-site-helper.php:97 -#, fuzzy -#| msgid "Skip to content" -msgid "Importing content" -msgstr "Přeskočit na obsah" - -#: sites/classes/class-site-helper.php:98 -#, fuzzy -#| msgid "Import Settings" -msgid "Importing site options" -msgstr "Importovat nastavení" - -#: sites/classes/class-site-helper.php:99 -#, fuzzy -#| msgid "Import Settings" -msgid "Importing widgets" -msgstr "Importovat nastavení" - -#: sites/classes/class-site-helper.php:100 -msgid "Activating plugins" -msgstr "" - -#: sites/classes/class-site-helper.php:101 -msgid "Installing plugins" -msgstr "" - -#: sites/classes/class-site-helper.php:102 -#, fuzzy -#| msgid "Static" -msgid "Automatic" -msgstr "Statické" - -#: sites/classes/class-site-helper.php:103 -msgid "Manual" -msgstr "" - -#: sites/classes/class-site-helper.php:104 -msgid "Theme options exist and can be imported." -msgstr "" - -#: sites/classes/class-site-helper.php:105 -msgid "No theme options found, please contact the site author." -msgstr "" - -#: sites/classes/class-site-helper.php:106 -msgid "Site content exists and can be imported." -msgstr "" - -#: sites/classes/class-site.php:159 -msgid "Previous Site" -msgstr "" - -#: sites/classes/class-site.php:159 -msgid "Previous" -msgstr "" - -#: sites/classes/class-site.php:160 -msgid "Next Site" -msgstr "" - -#: sites/classes/class-site.php:160 -msgid "Next" -msgstr "Další" - -#: sites/classes/class-site.php:206 sites/classes/class-site.php:270 -msgid "Preview" -msgstr "" - -#: sites/classes/class-site.php:207 sites/classes/class-site.php:479 -msgid "Details" -msgstr "" - -#: sites/classes/class-site.php:224 -msgid "Overview" -msgstr "" - -#: sites/classes/class-site.php:228 -#, fuzzy -#| msgid "Image Options" -msgid "Theme Options" -msgstr "Nastavení obrázku" - -#: sites/classes/class-site.php:236 -#, fuzzy -#| msgid "After Content" -msgid "Site Content" -msgstr "Po obsahu" - -#: sites/classes/class-site.php:236 sites/classes/class-site.php:351 -msgid "Optional" -msgstr "" - -#: sites/classes/class-site.php:243 -msgid "Plugins" -msgstr "" - -#: sites/classes/class-site.php:249 sites/classes/class-site.php:381 -msgid "The following plugins can be installed and activated automatically." -msgstr "" - -#: sites/classes/class-site.php:254 sites/classes/class-site.php:386 -msgid "The following plugins are already installed." -msgstr "" - -#: sites/classes/class-site.php:259 sites/classes/class-site.php:391 -msgid "The following plugins need to be installed and activated manually." -msgstr "" - -#: sites/classes/class-site.php:277 -msgid "Gathering data" -msgstr "" - -#: sites/classes/class-site.php:281 -msgid "Get Started" -msgstr "" - -#: sites/classes/class-site.php:293 -msgid "GeneratePress Options" -msgstr "" - -#: sites/classes/class-site.php:297 -msgid "" -"This step will backup your current theme options, then import the new ones." -msgstr "" - -#: sites/classes/class-site.php:300 -msgid "The following GP Premium modules will be activated:" -msgstr "" - -#: sites/classes/class-site.php:308 -msgid "Go Back" -msgstr "" - -#: sites/classes/class-site.php:315 -#, fuzzy -#| msgid "Image Options" -msgid "Backup Options" -msgstr "Nastavení obrázku" - -#: sites/classes/class-site.php:325 -#, fuzzy -#| msgid "Import Settings" -msgid "Import Options" -msgstr "Importovat nastavení" - -#: sites/classes/class-site.php:358 -msgid "" -"I understand that this step will add content, site options, menus, widgets " -"and plugins to my site." -msgstr "" - -#: sites/classes/class-site.php:365 -#, php-format -msgid "" -"For best results, only install this demo content on fresh sites with no " -"content. If you have already installed another GeneratePress Site, be sure " -"to %s by deleting the content, plugins and menus that it added." -msgstr "" - -#: sites/classes/class-site.php:368 -msgid "clean it up" -msgstr "" - -#: sites/classes/class-site.php:373 -msgid "" -"You can skip this step if you already " -"have content and do not want the demo content imported." -msgstr "" - -#: sites/classes/class-site.php:400 -msgid "Skip" -msgstr "" - -#: sites/classes/class-site.php:408 -#, fuzzy -#| msgid "Before Content" -msgid "Import Content" -msgstr "Před obsahem" - -#: sites/classes/class-site.php:435 -msgid "All done!" -msgstr "" - -#: sites/classes/class-site.php:436 -msgid "Your site is ready to go!" -msgstr "" - -#: sites/classes/class-site.php:440 -#, php-format -msgid "Crafted with %s by" -msgstr "" - -#: sites/classes/class-site.php:458 -msgid "Start Over" -msgstr "" - -#: sites/classes/class-site.php:461 -msgid "View Site" -msgstr "" - -#: sites/classes/class-site.php:829 -msgid "Site options imported" -msgstr "" - -#: sites/classes/class-site.php:859 -#, fuzzy -#| msgid "License activated." -msgid "Plugins activated" -msgstr "Licence aktivována." - -#: sites/sites.php:37 -msgid "Sites" -msgstr "" - -#: sites/sites.php:78 -msgid "Refresh sites" -msgstr "" - -#: spacing/functions/customizer/content-spacing.php:32 -msgid "Container Width" -msgstr "" - -#: spacing/functions/customizer/content-spacing.php:67 -msgid "Separating Space" -msgstr "Oddělující mezera" - -#: spacing/functions/customizer/content-spacing.php:132 -msgid "Content Padding" -msgstr "Odsazení obsahu" - -#: spacing/functions/customizer/content-spacing.php:196 -msgid "Mobile Content Padding" -msgstr "" - -#: spacing/functions/customizer/footer-spacing.php:73 -msgid "Footer Widget Area Padding" -msgstr "Odsazení oblasti widgetů patičky" - -#: spacing/functions/customizer/footer-spacing.php:134 -msgid "Footer Padding" -msgstr "Odsazení patičky" - -#: spacing/functions/customizer/header-spacing.php:68 -msgid "Header Padding" -msgstr "Odsazení hlavičky" - -#: spacing/functions/customizer/navigation-spacing.php:47 -#: spacing/functions/customizer/secondary-nav-spacing.php:58 -msgid "Menu Item Width" -msgstr "" - -#: spacing/functions/customizer/navigation-spacing.php:100 -#: spacing/functions/customizer/navigation-spacing.php:178 -#: spacing/functions/customizer/navigation-spacing.php:214 -#: spacing/functions/customizer/secondary-nav-spacing.php:93 -msgid "Menu Item Height" -msgstr "" - -#: spacing/functions/customizer/navigation-spacing.php:143 -#: spacing/functions/customizer/secondary-nav-spacing.php:128 -msgid "Sub-Menu Item Height" -msgstr "Výška položek sub-menu" - -#: spacing/functions/customizer/sidebar-spacing.php:12 -msgid "Sidebars" -msgstr "Postranní panely" - -#: spacing/functions/customizer/sidebar-spacing.php:70 -msgid "Widget Padding" -msgstr "Odsazení widgetů" - -#: spacing/functions/customizer/sidebar-spacing.php:101 -msgid "Left Sidebar Width" -msgstr "Šířka levého postranního panelu" - -#: spacing/functions/customizer/sidebar-spacing.php:136 -msgid "Right Sidebar Width" -msgstr "Šířka pravého postranního panelu" - -#: spacing/functions/customizer/top-bar-spacing.php:55 -msgid "Top Bar Padding" -msgstr "" - -#: spacing/functions/functions.php:41 -msgid "Spacing" -msgstr "Rozestupy" - -#: spacing/functions/functions.php:42 -msgid "Change the spacing for various elements using pixels." -msgstr "Změňte rozestupy různých prvků pomocí pixelů." - -#: typography/functions/functions.php:44 -msgid "Typography" -msgstr "Typografie" - -#: typography/functions/functions.php:145 -#: typography/functions/functions.php:336 -#: typography/functions/functions.php:465 -#: typography/functions/functions.php:577 -#: typography/functions/functions.php:701 -#: typography/functions/functions.php:818 -#: typography/functions/functions.php:938 -#: typography/functions/functions.php:1089 -#: typography/functions/functions.php:1230 -#: typography/functions/functions.php:1364 -#: typography/functions/functions.php:1497 -#: typography/functions/functions.php:1630 -#: typography/functions/functions.php:1779 -#: typography/functions/functions.php:1960 -#: typography/functions/secondary-nav-fonts.php:139 -#: typography/functions/slideout-nav-fonts.php:106 -#: typography/functions/woocommerce-fonts.php:99 -msgid "Font size" -msgstr "Velikost písma" - -#: typography/functions/functions.php:180 -#: typography/functions/functions.php:981 -#: typography/functions/functions.php:1132 -#: typography/functions/functions.php:1265 -#: typography/functions/functions.php:1398 -#: typography/functions/functions.php:1531 -#: typography/functions/functions.php:1664 -msgid "Line height" -msgstr "" - -#: typography/functions/functions.php:215 -msgid "Paragraph margin" -msgstr "" - -#: typography/functions/functions.php:841 -msgid "Headings" -msgstr "" - -#: typography/functions/functions.php:900 -msgid "Heading 1 (H1)" -msgstr "Nadpis 1 (H1)" - -#: typography/functions/functions.php:1051 -msgid "Heading 2 (H2)" -msgstr "Nadpis 2 (H2)" - -#: typography/functions/functions.php:1202 -msgid "Heading 3 (H3)" -msgstr "Nadpis 3 (H3)" - -#: typography/functions/functions.php:1336 -msgid "Heading 4 (H4)" -msgstr "" - -#: typography/functions/functions.php:1469 -msgid "Heading 5 (H5)" -msgstr "" - -#: typography/functions/functions.php:1602 -msgid "Heading 6 (H6)" -msgstr "" - -#: typography/functions/functions.php:1687 -msgid "Widgets" -msgstr "Widgety" - -#: typography/functions/functions.php:1750 -msgid "Widget Titles" -msgstr "" - -#: typography/functions/functions.php:1813 -msgid "Bottom margin" -msgstr "" - -#: typography/functions/functions.php:1848 -msgid "Content font size" -msgstr "Velikost písma obsahu" - -#: typography/functions/woocommerce-fonts.php:63 -msgid "Product Titles" -msgstr "" - -#: typography/functions/woocommerce-fonts.php:142 -msgid "Related/upsell title font size" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:43 -#: woocommerce/functions/customizer/customizer.php:709 -#: woocommerce/functions/customizer/customizer.php:719 -msgid "WooCommerce" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:57 -msgid "General" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:76 -msgid "Display cart in menu" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:95 -msgid "Display breadcrumbs" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:108 -msgid "Shop" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:127 -#: woocommerce/functions/customizer/customizer.php:547 -msgid "Sidebar Layout" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:130 -#: woocommerce/functions/customizer/customizer.php:551 -msgid "Sidebar / Content" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:131 -#: woocommerce/functions/customizer/customizer.php:552 -msgid "Content / Sidebar" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:132 -#: woocommerce/functions/customizer/customizer.php:553 -msgid "Content (no sidebars)" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:133 -#: woocommerce/functions/customizer/customizer.php:554 -msgid "Sidebar / Content / Sidebar" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:134 -#: woocommerce/functions/customizer/customizer.php:555 -msgid "Sidebar / Sidebar / Content" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:135 -#: woocommerce/functions/customizer/customizer.php:556 -msgid "Content / Sidebar / Sidebar" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:154 -#: woocommerce/functions/customizer/customizer.php:263 -msgid "Products Per Page" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:192 -msgid "Product Columns" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:239 -msgid "Image Alignment" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:306 -msgid "Display page title" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:325 -msgid "Display product results count" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:344 -msgid "Display product sorting" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:363 -msgid "Display product image" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:382 -msgid "Display secondary image on hover" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:401 -msgid "Display product title" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:420 -msgid "Display sale flash" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:439 -msgid "Sale Flash Over Image" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:458 -msgid "Display Rating" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:477 -msgid "Display price" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:496 -msgid "Display add to cart button" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:515 -#: woocommerce/functions/customizer/customizer.php:700 -msgid "Display short description" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:528 -msgid "Single Product" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:575 -msgid "Display product tabs" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:594 -msgid "Display related products" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:613 -msgid "Display upsell products" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:642 -msgid "Related/Upsell Columns" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:681 -msgid "Display product meta data" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:732 -msgid "Primary Button Colors" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:733 -msgid "Primary button colors can be set here." -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:747 -msgid "Checkout" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:766 -msgid "Distraction-free mode" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:767 -msgid "" -"Remove unnecessary distractions like sidebars, footer widgets and sticky " -"menus." -msgstr "" - -#: woocommerce/functions/functions.php:413 -#: woocommerce/functions/functions.php:433 -msgid "View your shopping cart" -msgstr "" - -#: woocommerce/functions/functions.php:715 -#, php-format -msgid "Rated %s out of 5" -msgstr "" - -#: woocommerce/functions/functions.php:717 -msgid "Not yet rated" -msgstr "" - -#: woocommerce/functions/functions.php:722 -msgid "out of 5" -msgstr "" - -#. Plugin URI of the plugin/theme -msgid "https://generatepress.com" -msgstr "" - -#. Description of the plugin/theme -msgid "" -"The entire bundle of GeneratePress add-ons. Configure add-ons by going to Appearance > GeneratePress." -msgstr "" - -#. Author of the plugin/theme -msgid "Tom Usborne" -msgstr "Tom Usborne" - -#. Author URI of the plugin/theme -msgid "https://tomusborne.com" -msgstr "" - -#, fuzzy -#~| msgid "Slideout Navigation" -#~ msgid "Slide-out Navigation" -#~ msgstr "Vysouvací navigace" - -#~ msgid "Slideout Menu" -#~ msgstr "Vysouvací menu" - -#~ msgid "Both" -#~ msgstr "Obojí" - -#~ msgid "Mobile Header Logo" -#~ msgstr "Logo hlavičky na mobilu" - -#~ msgid "Sticky Mobile Header" -#~ msgstr "Připnutá hlavička na mobilu" - -#~ msgid "Warning: This will delete your settings." -#~ msgstr "Varování: Toto smaže vaše nastavení." - -#~ msgid "Export Backgrounds Customizer Settings" -#~ msgstr "Exportovat nastavení Přizpůsobení pro Pozadí" - -#~ msgid "Delete Backgrounds Customizer Settings" -#~ msgstr "Smazat nastavení Přizpůsobení pro Pozadí" - -#~ msgid "Post Image / Page Header" -#~ msgstr "Obrázek příspěvku / Hlavička stránky" - -#~ msgid "Apply image sizes" -#~ msgstr "Použít velikost obrázku" - -#~ msgid "Excerpt Length" -#~ msgstr "Délka úryvku" - -#~ msgid "Masonry" -#~ msgstr "Zeď" - -#~ msgid "Masonry Block Width" -#~ msgstr "Šířka bloků zdi" - -#~ msgid "Small" -#~ msgstr "Malá" - -#~ msgid "Medium" -#~ msgstr "Střední" - -#~ msgid "Large" -#~ msgstr "Velká" - -#~ msgid "Masonry Most Recent Width" -#~ msgstr "Šířka zdi s nejnovějšími příspěvky" - -#~ msgid "Masonry Load More Text" -#~ msgstr "Text pro načtení více zdi" - -#~ msgid "Masonry Loading Text" -#~ msgstr "Text při načítání zdi" - -#~ msgid "Post Image" -#~ msgstr "Obrázek příspěvku" - -#~ msgid "Show" -#~ msgstr "Zobrazit" - -#~ msgid "Post Image Position" -#~ msgstr "Umístění obrázku příspěvku" - -#~ msgid "Post Image Alignment" -#~ msgstr "Zarovnání obrázku příspěvku" - -#~ msgid "Post Image Width" -#~ msgstr "Šířka obrázku příspěvku" - -#~ msgid "Post Image Height" -#~ msgstr "Výška obrázku příspěvku" - -#~ msgid "Date" -#~ msgstr "Datum" - -#~ msgid "Author" -#~ msgstr "Autor" - -#~ msgid "Categories" -#~ msgstr "Rubriky" - -#~ msgid "Tags" -#~ msgstr "Štítky" - -#~ msgid "Comment Link" -#~ msgstr "Odkaz na komentáře" - -#~ msgid "Masonry is enabled. These settings will be ignored." -#~ msgstr "Zeď je povolena. Tato nastavení budou ignorována." - -#~ msgid "Column Layout" -#~ msgstr "Rozvržení sloupců" - -#~ msgid "First Post Full Width" -#~ msgstr "První příspěvek s plnou šířkou" - -#~ msgid "Read more..." -#~ msgstr "Číst více..." - -#~ msgid "Delete Blog Customizer Settings" -#~ msgstr "Smazat nastavení Přizpůsobení pro Blog" - -#~ msgid "Export Blog Customizer Settings" -#~ msgstr "Exportovat nastavení Přizpůsobení pro Blog" - -#~ msgid "Masonry Post Width" -#~ msgstr "Šířka zdi s příspěvky" - -#~ msgid "Global setting" -#~ msgstr "Globální nastavení" - -#~ msgid "Form Background Focus/Hover" -#~ msgstr "Pozadí formuláře při výběru/přejetí myší" - -#~ msgid "Form Text Focus/Hover" -#~ msgstr "Text formuláře při výběru/přejetí myší" - -#~ msgid "Form Border Focus/Hover" -#~ msgstr "Hranice formuláře při výběru/přejetí myší" - -#~ msgid "Form Button" -#~ msgstr "Tlačítko formuláře" - -#~ msgid "Form Button Focus/Hover" -#~ msgstr "Tlačítko formuláře při výběru/přejetí myší" - -#~ msgid "Form Button Text" -#~ msgstr "Text tlačítka formuláře" - -#~ msgid "Form Button Text Focus/Hover" -#~ msgstr "Text tlačítka formuláře při výběru/přejetí myší" - -#~ msgid "Export GP Hooks" -#~ msgstr "Exportovat GP háky" - -#~ msgid "Delete GP Hooks" -#~ msgstr "Smazat GP háky" - -#~ msgid "Import / Export" -#~ msgstr "Import / Export" - -#~ msgid "" -#~ "Export your settings set in the Customizer." -#~ msgstr "" -#~ "Exportujte vaši sadu nastavení v Přizpůsobení." - -#~ msgid "Export Default Customizer Settings" -#~ msgstr "Exportovat výchozí nastavení Přizpůsobení" - -#~ msgid "" -#~ "Import your settings by uploading your exported .json " -#~ "file." -#~ msgstr "" -#~ "Importujte vaše nastavení s použitím exportovaného .json " -#~ "souboru." - -#~ msgid "" -#~ "The spacing between elements when \"Content Layout\" is set to \"Separate " -#~ "Containers\"." -#~ msgstr "" -#~ "Rozetupy použité mezi prvky, když je \"Rozvržení obsahu\" nastaveno na " -#~ "\"Oddělené prostory\"." - -#~ msgid "Delete Spacing Customizer Settings" -#~ msgstr "Smazat nastavení Přizpůsobení pro Rozestupy" - -#~ msgid "Export Spacing Customizer Settings" -#~ msgstr "Exportovat nastavení Přizpůsobení pro Rozestupy" - -#, fuzzy -#~ msgid "Left/Right Spacing" -#~ msgstr "" -#~ "#-#-#-#-# generate-spacing-cs_CZ.po (Generate Spacing) #-#-#-#-#\n" -#~ "Levé/Pravé rozestupy\n" -#~ "#-#-#-#-# secondary-nav-cs_CZ.po (Generate Secondary Navigation) #-#-#-" -#~ "#-#\n" -#~ "Pravé/Levé rozestupy" - -#~ msgid "The top and bottom spacing of sub-menu items." -#~ msgstr "Horní a dolní rozestupy položek sub-menu." - -#~ msgid "15%" -#~ msgstr "15%" - -#~ msgid "20%" -#~ msgstr "20%" - -#~ msgid "25%" -#~ msgstr "25%" - -#~ msgid "30%" -#~ msgstr "30%" - -#~ msgid "35%" -#~ msgstr "35%" - -#~ msgid "40%" -#~ msgstr "40%" - -#~ msgid "45%" -#~ msgstr "45%" - -#~ msgid "50%" -#~ msgstr "50%" - -#~ msgid "Default fonts" -#~ msgstr "Výchozí písma" - -#~ msgid "Google fonts" -#~ msgstr "Google písma" - -#~ msgid "Site title" -#~ msgstr "Název webu" - -#~ msgid "Site tagline" -#~ msgstr "Popis webu" - -#~ msgid "Site navigation" -#~ msgstr "Navigace stránky" - -#~ msgid "Font-size" -#~ msgstr "Velikost písma" - -#~ msgid "Widget titles" -#~ msgstr "Názvy widgetů" - -#~ msgid "Footer font size" -#~ msgstr "Velikostp písma patičky" - -#~ msgid "Site title font size" -#~ msgstr "Velikost písma názvu stránky" - -#~ msgid "H1 font size" -#~ msgstr "Velikost písma H1" - -#~ msgid "H2 font size" -#~ msgstr "Velikost písma H2" - -#~ msgid "Sticky Menu" -#~ msgstr "Připnuté menu" - -#~ msgid "Sticky Navigation Effect" -#~ msgstr "Efekt připnuté navigace" - -#~ msgid "Navigation Logo Position" -#~ msgstr "Umístění loga navigace" - -#~ msgid "Delete Menu Plus Customizer Settings" -#~ msgstr "Smazat nastavení Přizpůsobení pro Menu Plus" - -#~ msgid "Export Menu Plus Customizer Settings" -#~ msgstr "Exportovat nastavení Přizpůsobení pro Menu Plus" - -#~ msgid "Blog Page Header" -#~ msgstr "Hlavička stránky blogu" - -#~ msgid "Upload an image to be used as your page header." -#~ msgstr "Nahrajte obrázek, který bude použit jako vaše hlavička stránky." - -#~ msgid "Image link" -#~ msgstr "Odkaz" - -#~ msgid "Make your page header image clickable by adding a URL. (optional)" -#~ msgstr "" -#~ "Udělejte váš obrázek v hlavičce stránky klikatelný přidáním URL. " -#~ "(volitelné)" - -#~ msgid "Resize image" -#~ msgstr "Změna velikosti" - -#~ msgid "Turn hard cropping or of off." -#~ msgstr "Zapněte nebo vypněte oříznutí." - -#~ msgid "Image width" -#~ msgstr "Šířka" - -#~ msgid "Choose your image width in pixels. (integer only, default is 1200)" -#~ msgstr "" -#~ "Zvolte šířku vašeho obrázku v pixelech. (pouze celá čísla, výchozí je " -#~ "1200)" - -#~ msgid "Image height" -#~ msgstr "Výška" - -#~ msgid "" -#~ "Choose your image height in pixels. Use \"0\" or leave blank for " -#~ "proportional resizing. (integer only, default is 0) " -#~ msgstr "" -#~ "Zvolte výšku vašeho obrázku v pixelech. Použijte \"0\" nebo nechte " -#~ "prázdné pro změnu velikosti se zachovám poměru stran. (pouze celá čísla, " -#~ "výchozí je 0)" - -#~ msgid "Video Background URL (MP4 only)" -#~ msgstr "URL videa na pozadí (pouze MP4)" - -#~ msgid "Video Background URL (OGV only)" -#~ msgstr "URL videa na pozadí (pouze OGV)" - -#~ msgid "Video Background URL (WEBM only)" -#~ msgstr "URL videa na pozadí (pouze WEBM)" - -#~ msgid "Page Header Content" -#~ msgstr "Obsah hlavičky stránky" - -#~ msgid "Add your content to the page header. HTML and shortcodes allowed." -#~ msgstr "" -#~ "Přidejte váš obsah k hlavičce stránky. HTML a zkratky (shortcodes) jsou " -#~ "povoleny." - -#~ msgid "Add Paragraphs" -#~ msgstr "Přidat odstavce" - -#~ msgid "Wrap your text in paragraph tags automatically." -#~ msgstr "Zabalte váš text automaticky do tagů odstavců." - -#~ msgid "Add padding around your content." -#~ msgstr "Přidejte odsazení okolo vašeho obsahu." - -#~ msgid "Image Background" -#~ msgstr "Obrázek na pozadí" - -#~ msgid "" -#~ "Use the image uploaded above as a background image for your content. " -#~ "(requires image uploaded above)" -#~ msgstr "" -#~ "Použijte obrázek nahraný výše jako obrázek na pozadí pro váš obsah. " -#~ "(vyžaduje obrázek nahraný výše)" - -#~ msgid "Parallax Background" -#~ msgstr "Paralaxní pozadí" - -#~ msgid "" -#~ "Add a cool parallax effect to your background image. (requires the image " -#~ "background option to be checked)" -#~ msgstr "" -#~ "Přidejte parádní paralaxový efekt k vašemu obrázku na pozadí. (vyžaduje " -#~ "zapnutí nastavení pozadí obrázku)" - -#~ msgid "Full Screen" -#~ msgstr "Celá obrazovka" - -#~ msgid "Make your page header content area full screen." -#~ msgstr "" -#~ "Udělejte obsahovou oblast vaší hlavičky stránky přes celou obrazovku." - -#~ msgid "Vertical Center" -#~ msgstr "Vertikální vystředění" - -#~ msgid "Center your page header content vertically." -#~ msgstr "Vystředí obsah vaší hlavičku stránky vertikálně." - -#~ msgid "Container Type" -#~ msgstr "Typ prostoru" - -#~ msgid "Choose whether the page header is contained or fluid." -#~ msgstr "Zvolte, jestli bude hlavička stránky omezená nebo proměnlivá." - -#~ msgid "Full width" -#~ msgstr "Plný" - -#~ msgid "Choose the horizontal alignment of your content." -#~ msgstr "Zvolte horizontální zarovnání vašeho obsahu." - -#~ msgid "Top/Bottom Padding" -#~ msgstr "Vrchní/Spodní odsazení" - -#~ msgid "This will add space above and below your content. (integer only) " -#~ msgstr "Toto dá prostor navíc nad a pod vaší stránkou (pouze celé číslo)" - -#~ msgid "Padding Unit" -#~ msgstr "Odsazení jednotky" - -#~ msgid "Page Header Advanced" -#~ msgstr "Pokročilá hlavička stránky" - -#~ msgid "Transparent navigation" -#~ msgstr "Průhledná navigace" - -#~ msgid "Navigation text" -#~ msgstr "Text navigace" - -#~ msgid "Navigation background hover" -#~ msgstr "Pozadí navigace při přejetí myší" - -#~ msgid "Navigation text hover" -#~ msgstr "Text navigace při přejetí myší" - -#~ msgid "Navigation background current" -#~ msgstr "Aktuální pozadí navigace" - -#~ msgid "Navigation text current" -#~ msgstr "Aktuální text navigace" - -#~ msgid "Page Header Logo" -#~ msgstr "Logo hlavičky stránky" - -#~ msgid "Replace your logo on the blog." -#~ msgstr "Nahradit vaše logo na blogu." - -#~ msgid "Page Header Position" -#~ msgstr "Umístění hlavičky stránky" - -#~ msgid "Single Post Header Position" -#~ msgstr "Umístění hlavičky příspěvku" - -#~ msgid "Delete Page Header Customizer Settings" -#~ msgstr "Smazat nastavení Přizpůsobení pro Hlavičku stránky" - -#~ msgid "Export Page Header Customizer Settings" -#~ msgstr "Exportovat nastavení Přizpůsobení pro Hlavičku stránky" - -#~ msgid "Add padding" -#~ msgstr "Přidat odsazení" - -#~ msgid "Add background image" -#~ msgstr "Přidat obrázek na pozadí" - -#~ msgid "Parallax effect" -#~ msgstr "Paralaxový efekt" - -#~ msgid "Container type" -#~ msgstr "Typ prostoru" - -#~ msgid "Text alignment" -#~ msgstr "Zarovnání textu" - -#~ msgid "Top/Bottom padding" -#~ msgstr "Vrchní/Spodní odsazení" - -#~ msgid "Background color" -#~ msgstr "Barva pozadí" - -#~ msgid "Text color" -#~ msgstr "Barva textu" - -#~ msgid "Link color" -#~ msgstr "Barva odkazu" - -#~ msgid "Link color hover" -#~ msgstr "Barva odkazu při přejetí kurzorem myši" - -#~ msgid "Overlay color" -#~ msgstr "Barva překryvu" - -#~ msgid "Secondary Menu Items" -#~ msgstr "Položky sekundární navigace" - -#~ msgid "Secondary navigation" -#~ msgstr "Sekundární navigace" - -#~ msgid "Navigation Layout" -#~ msgstr "Rozvržení navigace" - -#~ msgid "Fluid / Full Width" -#~ msgstr "Proměnlivá / Plná šířka" - -#~ msgid "Navigation Position" -#~ msgstr "Pozice navigace" - -#~ msgid "Delete Secondary Navigation Customizer Settings" -#~ msgstr "Smazat nastavení Přizpůsobení pro Sekundární navigaci" - -#~ msgid "Export Secondary Navigation Customizer Settings" -#~ msgstr "Exportovat nastavení Přizpůsobení pro Sekundární navigaci" - -#~ msgid "Select Image" -#~ msgstr "Vybrat obrázek" - -#~ msgid "Use Image" -#~ msgstr "Použít obrázek" - -#~ msgid "" -#~ "There is a new version of %1$s available. View version %3$s details." -#~ msgstr "" -#~ "Je dostupná nová verze %1$s. Zobrazit podrobnosti o verzi %3$s." - -#~ msgid "" -#~ "There is a new version of %1$s available. View version %3$s details or update now." -#~ msgstr "" -#~ "Je dostupná nová verze %1$s. Zobrazit podrobnosti o verzi %3$s nebo aktualizovat nyní." - -#~ msgid "" -#~ "Want updates served directly to your Dashboard? Activate the email you " -#~ "purchased your add-ons with here." -#~ msgstr "" -#~ "Chcete aktualizace dodávat přímo do vaší Nástěnky? Aktivujte zde email, " -#~ "kterým jste zakoupili vaše doplňky." - -#~ msgid "Email" -#~ msgstr "Email" - -#~ msgid "Deactivate Email" -#~ msgstr "Deaktivovat email" - -#~ msgid "Activate Email" -#~ msgstr "Aktivovat email" - -#~ msgid "Save Email" -#~ msgstr "Uložit email" - -#~ msgid "Enable All Updates" -#~ msgstr "Povolit všechny aktualizace" - -#~ msgid "Disable Updates" -#~ msgstr "Zakázat aktualizace" - -#~ msgid "Enable Updates" -#~ msgstr "Povolit aktualizace" - -#~ msgid "Email activation failed. This email does not exist in our records." -#~ msgstr "Aktivace emailu selhala. Tento email v našich záznamech neexistuje." - -#~ msgid "Email activated." -#~ msgstr "Email aktivován." - -#~ msgid "Email deactivated." -#~ msgstr "Email deaktivován." - -#~ msgid "License failed." -#~ msgstr "Licence selhala." - -#~ msgid "Licenses activated." -#~ msgstr "Licence aktivovány." - -#~ msgid "Deactivation failed." -#~ msgstr "Deaktivace selhala." - -#~ msgid "Headline / Post Title" -#~ msgstr "Titulek / Název příspěvku" - -#~ msgid "Updates %s" -#~ msgstr "Aktualizace %s" - -#~ msgid "Header Colors" -#~ msgstr "Barvy hlavičky" - -#~ msgid "Navigation Colors" -#~ msgstr "Barvy navigace" - -#~ msgid "Sub-Navigation Colors" -#~ msgstr "Barvy pod-navigace" - -#~ msgid "Content Colors" -#~ msgstr "Barvy obsahu" - -#~ msgid "Sidebar Widget Colors" -#~ msgstr "Barvy widgetů postranního panelu" - -#~ msgid "Footer Widget Colors" -#~ msgstr "Barvy widgetů patičky" - -#~ msgid "Footer Colors" -#~ msgstr "Barvy patičky" - -#~ msgid "Form Colors" -#~ msgstr "Barvy formuláře" - -#~ msgid "" -#~ "Use %current_year% to include the current year dynamically." -#~ msgstr "" -#~ "Použijte %current_year% pro vložení dynamického aktuálního " -#~ "roku." - -#~ msgid "Use %copy% to include the copyright symbol." -#~ msgstr "Použijte %copy% pro vložení copyright symbolu." - -#~ msgid "Save Copyright" -#~ msgstr "Uložit copyright" - -#~ msgid "Save Settings" -#~ msgstr "Uložit nastavení" - -#~ msgid "Error: Content already detected in default editor." -#~ msgstr "Chyba: Obsah již detekován ve výchozím editoru." - -#~ msgid "" -#~ "Please activate the \"Visual\" tab in your main editor before " -#~ "transferring content." -#~ msgstr "" -#~ "Prosím aktivujte záložku \"Vizuální\" ve vašem hlavním editoru než budete " -#~ "přenášet obsah." - -#, fuzzy -#~ msgid "Click to toggle" -#~ msgstr "" -#~ "#-#-#-#-# generate-sections-cs_CZ.po (Generate Sections) #-#-#-#-#\n" -#~ "Kliknutím rozbalit/sbalit\n" -#~ "#-#-#-#-# page-header-cs_CZ.po (Generate Page Header) #-#-#-#-#\n" -#~ "Kliknutím přepnout" - -#~ msgid "Fluid" -#~ msgstr "Proměnlivý" - -#~ msgid "No" -#~ msgstr "Ne" - -#~ msgid "Yes" -#~ msgstr "Ano" - -#~ msgid "Send sections to default editor" -#~ msgstr "Poslat sekce do výchozího editoru" - -#~ msgid "Element Spacing" -#~ msgstr "Rozestupy prvků" - -#~ msgid "These options control the size of your menu items." -#~ msgstr "Tato nastavení ovládají velikost vašich položek menu." - -#~ msgid "Sub-menu Item Height" -#~ msgstr "Výška položek pod-menu" - -#~ msgid "Sidebar Widths" -#~ msgstr "Šířky postranních panelů" - -#~ msgid "Body Typography" -#~ msgstr "Typografie těla" - -#~ msgid "Header Typography" -#~ msgstr "Typografie hlavičky" - -#~ msgid "Navigation Typography" -#~ msgstr "Typografie navigace" - -#~ msgid "Content Typography" -#~ msgstr "Typografie obsahu" - -#~ msgid "Widget Typography" -#~ msgstr "Typografie widgetu" - -#~ msgid "Footer Typography" -#~ msgstr "Typografie patičky" - -#~ msgid "Mobile Typography" -#~ msgstr "Typografie na mobilu" - -#~ msgid "activated" -#~ msgstr "aktivováno" - -#~ msgid "Sticky Navigation Logo" -#~ msgstr "Logo přilepené navigace" - -#~ msgid "Sticky Navigation Logo Position" -#~ msgstr "Umístění loga přilepené navigace" - -#~ msgid "Sticky Only" -#~ msgstr "Pouze přilepené" - -#~ msgid "Sticky + Regular" -#~ msgstr "Přilepené + normální" - -#~ msgid "Regular Only" -#~ msgstr "Pouze normální" - -#~ msgid "Thomas Usborne" -#~ msgstr "Thomas Usborne" - -#~ msgid "http://edge22.com" -#~ msgstr "http://edge22.com" - -#~ msgid "Sticky Menu Effect" -#~ msgstr "Efekt přilepeného menu" - -#~ msgid "Menu Logo" -#~ msgstr "Logo menu" - -#~ msgid "Menu Logo Position" -#~ msgstr "Umístění loga menu" - -#~ msgid "Sticky Header" -#~ msgstr "Přilepená hlavička" - -#~ msgid "Generate Menu Plus" -#~ msgstr "Generate Menu Plus" - -#~ msgid "http://generatepress.com" -#~ msgstr "http://generatepress.com" - -#~ msgid "Add awesome new menu features to your GeneratePress menu" -#~ msgstr "Přidejte úžasné nové funkce menu do vašeho GeneratePress menu." - -#~ msgid "Page Header Link" -#~ msgstr "Odkaz hlavičky stránky" - -#~ msgid "Hard Crop" -#~ msgstr "Oříznutí" - -#~ msgid "" -#~ "Choose your content padding in pixels. This will add space above and " -#~ "below your content. (integer only) " -#~ msgstr "" -#~ "Zvolte odsazení vašeho obsahu v pixelech. Toto přidá mezeru nad a pod váš " -#~ "obsah. (pouze celá čísla)" - -#~ msgid "Image Settings" -#~ msgstr "Nastavení obrázku" - -#~ msgid "Video Settings" -#~ msgstr "Nastavení videa" - -#~ msgid "Content Settings" -#~ msgstr "Nastavení obsahu" - -#~ msgid "Logo Settings" -#~ msgstr "Nastavení loga" - -#~ msgid "Advanced Settings" -#~ msgstr "Rozšířené nastavení" - -#~ msgid "Add Image" -#~ msgstr "Přidat obrázek" - -#~ msgid "Video background - MP4 file only" -#~ msgstr "Video pozadí - pouze MP4 soubory" - -#~ msgid "Add Video" -#~ msgstr "Přidat video" - -#~ msgid "Video background - OGV file only" -#~ msgstr "Video pozadí - pouze OGV soubory" - -#~ msgid "Video background - WEBM file only" -#~ msgstr "Video pozadí - pouze WEBM soubory" - -#~ msgid "Add to blog excerpt" -#~ msgstr "Přidat k blogovému úryvku" - -#~ msgid "Add a page header to your blog." -#~ msgstr "Přidejte hlavičku stránky k vašemu blogu." - -#~ msgid "" -#~ "This will only show up on the page you have set as your \"Posts Page\". " -#~ "To add a page header to specific pages, use the metabox included while " -#~ "adding your content." -#~ msgstr "" -#~ "Zobrazí se pouze na stránce, kterou jste nastavili jako vaši \"Stránku " -#~ "příspěvků\". Pro přidání hlavičky stránky konkrétním stránkám, použijte " -#~ "infobox při vkládání vašeho obsahu." - -#~ msgid "Publish" -#~ msgstr "Publikovat" - -#~ msgid "" -#~ "Use these options to add a page header to your Blog. Add page headers to " -#~ "your pages by using the metabox while editing them." -#~ msgstr "" -#~ "Použijte tyto nastavení k přidání hlavičky stránky k vašemu blogu. " -#~ "Přidejte hlavičky stránek k vašim stránkám použitím infoboxu, zatímco je " -#~ "upravujete." - -#~ msgid "Upload an image to use in your page header" -#~ msgstr "Nahrajte obrázek, který bude použit ve vaší hlavičce stránky" - -#~ msgid "" -#~ "Choose your image height in pixels. Use \"0\" or leave blank to calculate " -#~ "height based on width. (integer only, default is 0) " -#~ msgstr "" -#~ "Zvolte výšku vašeho obrázku v pixelech. Použijte \"0\" nebo nechte " -#~ "prázdné pro výpočet výšky v závislosti na šířce. (pouze celá čísla, " -#~ "výchozí je 0)" - -#~ msgid "Content Options" -#~ msgstr "Nastavení obsahu" - -#~ msgid "Add content to your page header" -#~ msgstr "Přidejte obsah k vaší hlavičce stránky" - -#~ msgid "Link Hover Color" -#~ msgstr "Barva odkazu při přejetí myší" - -#~ msgid "Metabox configuration is required to have an ID parameter" -#~ msgstr "Je vyžadována konfigurace infoboxu, abyste měli ID parametr" - -#~ msgid "Please Try Again" -#~ msgstr "Prosím, zkuste to znovu" - -#~ msgid "Remove Embed" -#~ msgstr "Odstranit vložený prvek" - -#~ msgid "No oEmbed Results Found for %s. View more info at" -#~ msgstr "Nebyly nalezeny žádné oEmbed výsledky pro %s. Více informací na" - -#~ msgid "Add Group" -#~ msgstr "Přidat skupinu" - -#~ msgid "Remove Group" -#~ msgstr "Odstranit skupinu" - -#~ msgid "Add Row" -#~ msgstr "Přidat řadu" - -#~ msgid "No terms" -#~ msgstr "Bez termínů" - -#~ msgid "Add or Upload Files" -#~ msgstr "Přidat nebo nahrát soubory" - -#~ msgid "Add or Upload File" -#~ msgstr "Přidat nebo nahrát soubor" - -#~ msgid "File:" -#~ msgstr "Soubor:" - -#~ msgid "Download" -#~ msgstr "Stáhnout" - -#~ msgid "Clear" -#~ msgstr "Vymazat" - -#~ msgid "Default" -#~ msgstr "Výchozí" - -#~ msgid "Select Color" -#~ msgstr "Vybrat barvu" - -#~ msgid "Current Color" -#~ msgstr "Aktuální barva" - -#~ msgid "mm/dd/yy" -#~ msgstr "mm/dd/yy" - -#~ msgid "Sunday, Monday, Tuesday, Wednesday, Thursday, Friday, Saturday" -#~ msgstr "Neděle, Pondělí, Úterý, Středa, Čtvrtek, Pátek, Sobota" - -#~ msgid "Su, Mo, Tu, We, Th, Fr, Sa" -#~ msgstr "Ne, Po, Út, St, Čt, Pá, So" - -#~ msgid "Sun, Mon, Tue, Wed, Thu, Fri, Sat" -#~ msgstr "Ned, Pon, Úte, Stř, Čtv, Pát, Sob" - -#~ msgid "" -#~ "January, February, March, April, May, June, July, August, September, " -#~ "October, November, December" -#~ msgstr "" -#~ "Leden, Únor, Březen, Duben, Květen, Červen, Červenec, Srpen, Září, Říjen, " -#~ "Listopad, Prosinec" - -#~ msgid "Jan, Feb, Mar, Apr, May, Jun, Jul, Aug, Sep, Oct, Nov, Dec" -#~ msgstr "Led, Úno, Bře, Dub, Kvě, Čer, Čvc, Srp, Zář, Říj, Lis, Pro" - -#~ msgid "Prev" -#~ msgstr "Předchozí" - -#~ msgid "Today" -#~ msgstr "Dnes" - -#~ msgid "Done" -#~ msgstr "Hotovo" - -#~ msgid "Choose Time" -#~ msgstr "Zvolit čas" - -#~ msgid "Time" -#~ msgstr "Čas" - -#~ msgid "Hour" -#~ msgstr "Hodina" - -#~ msgid "Minute" -#~ msgstr "Minuta" - -#~ msgid "Second" -#~ msgstr "Sekunda" - -#~ msgid "Now" -#~ msgstr "Teď" - -#~ msgid "hh:mm TT" -#~ msgstr "hh:mm TT" - -#~ msgid "Use this file" -#~ msgstr "Použít tento soubor" - -#~ msgid "Select / Deselect All" -#~ msgstr "Vybrat / Zrušit výběr všeho" - -#~ msgid "Save" -#~ msgstr "Uložit" - -#~ msgid "Use \"0\" or leave blank to calculate height based on width." -#~ msgstr "" -#~ "Použijte \"0\" nebo nechte prázdné pro výpočet výšky v závislosti na " -#~ "šířce. " - -#~ msgid "Use image (from image tab) as a background image?" -#~ msgstr "Použít obrázek (z karty s obrázkem) jako obrázek na pozadí?" - -#~ msgid "Add parallax effect to background image?" -#~ msgstr "Přidat paralaxový efekt k obrázku na pozadí?" - -#~ msgid "Make background image full screen?" -#~ msgstr "Obrázek na pozadí na celou obrazovku?" - -#~ msgid "Center your content vertically?" -#~ msgstr "Vystředit váš obsah vertikálně?" - -#~ msgid "Add to blog excerpt (if no Featured Image is set)" -#~ msgstr "Přidat do blogového úryvku (pokud není vybrán Náhledový obrázek)" - -#~ msgid "Mobile Label" -#~ msgstr "Mobilní název" - -#~ msgid "Secondary Navigation Spacing" -#~ msgstr "Rozestupy sekundární navigace" - -#~ msgid "These options control the size of your secondary menu items." -#~ msgstr "Tato nastavení ovládají velikost vašich položek sekundárního menu." - -#~ msgid "Secondary Sub-menu Item Height" -#~ msgstr "Výška položek sekundárního pod-menu" - -#~ msgid "The top and bottom spacing of secondary sub-menu items." -#~ msgstr "Horní a spodní rozestupy položek sekundárního pod-menu" - -#~ msgid "Secondary Navigation Colors" -#~ msgstr "Barvy sekundární navigace" - -#~ msgid "Secondary Sub-Navigation Colors" -#~ msgstr "Barvy sekundární pod-navigace" - -#~ msgid "Secondary Navigation Typography" -#~ msgstr "Typografie sekundární navigace" - -#~ msgid "Secondary Background Images" -#~ msgstr "Obrázky na sekundárním pozadí" diff --git a/wp-content/plugins/gp-premium/langs/gp-premium-da_DK.mo b/wp-content/plugins/gp-premium/langs/gp-premium-da_DK.mo index 2162c162c6bcfad869aa5e3a819cf110bd2764b0..f26c489febcd4824078ada1c98335edc7566aa2a 100644 GIT binary patch literal 29824 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 literal 7126 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\n" -"Language-Team: Bjørn Seaton \n" -"Language: da_DK\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Generator: Poedit 2.0.6\n" -"X-Poedit-Basepath: ..\n" -"X-Poedit-SourceCharset: UTF-8\n" -"X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;esc_attr__;" -"esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c;_n_noop:1,2;" -"_nx_noop:3c,1,2;__ngettext_noop:1,2\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Poedit-WPHeader: gp-premium.php\n" -"X-Poedit-SearchPath-0: .\n" -"X-Poedit-SearchPathExcluded-0: *.js\n" -"X-Poedit-SearchPathExcluded-1: *deprecated*\n" -"X-Poedit-SearchPathExcluded-2: sites/libs\n" -"X-Poedit-SearchPathExcluded-3: sites/classes/class-site-widget-importer.php\n" - -#: backgrounds/functions/functions.php:99 -#: backgrounds/functions/functions.php:108 -msgid "Background Images" -msgstr "Baggrundsbilleder" - -#: backgrounds/functions/functions.php:117 -#: backgrounds/functions/functions.php:143 -#: typography/functions/functions.php:53 -msgid "Body" -msgstr "" - -#: backgrounds/functions/functions.php:206 -#: backgrounds/functions/functions.php:230 colors/functions/functions.php:56 -#: disable-elements/functions/functions.php:128 -#: disable-elements/functions/functions.php:130 -#: disable-elements/functions/functions.php:290 -#: disable-elements/functions/functions.php:292 -#: typography/functions/functions.php:238 -msgid "Top Bar" -msgstr "" - -#: backgrounds/functions/functions.php:293 -#: backgrounds/functions/functions.php:316 colors/functions/functions.php:143 -#: disable-elements/functions/functions.php:134 -#: disable-elements/functions/functions.php:136 -#: disable-elements/functions/functions.php:296 -#: disable-elements/functions/functions.php:298 -#: spacing/functions/customizer/header-spacing.php:11 -#: typography/functions/functions.php:361 -msgid "Header" -msgstr "Sidehoved" - -#: backgrounds/functions/functions.php:376 colors/functions/functions.php:239 -#: disable-elements/functions/functions.php:139 -#: disable-elements/functions/functions.php:141 -#: disable-elements/functions/functions.php:301 -#: disable-elements/functions/functions.php:303 -#: spacing/functions/customizer/navigation-spacing.php:11 -#: typography/functions/functions.php:600 -msgid "Primary Navigation" -msgstr "Primær navigation" - -#: backgrounds/functions/functions.php:403 -#: backgrounds/functions/secondary-nav-backgrounds.php:65 -msgid "Navigation" -msgstr "Navigation" - -#: backgrounds/functions/functions.php:423 -#: backgrounds/functions/functions.php:473 -#: backgrounds/functions/functions.php:523 -#: backgrounds/functions/functions.php:573 -#: backgrounds/functions/functions.php:633 -#: backgrounds/functions/functions.php:683 -#: backgrounds/functions/functions.php:733 -#: backgrounds/functions/secondary-nav-backgrounds.php:86 -#: backgrounds/functions/secondary-nav-backgrounds.php:135 -#: backgrounds/functions/secondary-nav-backgrounds.php:184 -#: backgrounds/functions/secondary-nav-backgrounds.php:233 -#: backgrounds/functions/secondary-nav-backgrounds.php:294 -#: backgrounds/functions/secondary-nav-backgrounds.php:343 -#: backgrounds/functions/secondary-nav-backgrounds.php:392 -#: library/customizer/controls/class-backgrounds-control.php:121 -msgid "Repeat" -msgstr "" - -#: backgrounds/functions/functions.php:424 -#: backgrounds/functions/functions.php:474 -#: backgrounds/functions/functions.php:524 -#: backgrounds/functions/functions.php:574 -#: backgrounds/functions/functions.php:634 -#: backgrounds/functions/functions.php:684 -#: backgrounds/functions/functions.php:734 -#: backgrounds/functions/secondary-nav-backgrounds.php:87 -#: backgrounds/functions/secondary-nav-backgrounds.php:136 -#: backgrounds/functions/secondary-nav-backgrounds.php:185 -#: backgrounds/functions/secondary-nav-backgrounds.php:234 -#: backgrounds/functions/secondary-nav-backgrounds.php:295 -#: backgrounds/functions/secondary-nav-backgrounds.php:344 -#: backgrounds/functions/secondary-nav-backgrounds.php:393 -#: library/customizer/controls/class-backgrounds-control.php:122 -msgid "Repeat x" -msgstr "" - -#: backgrounds/functions/functions.php:425 -#: backgrounds/functions/functions.php:475 -#: backgrounds/functions/functions.php:525 -#: backgrounds/functions/functions.php:575 -#: backgrounds/functions/functions.php:635 -#: backgrounds/functions/functions.php:685 -#: backgrounds/functions/functions.php:735 -#: backgrounds/functions/secondary-nav-backgrounds.php:88 -#: backgrounds/functions/secondary-nav-backgrounds.php:137 -#: backgrounds/functions/secondary-nav-backgrounds.php:186 -#: backgrounds/functions/secondary-nav-backgrounds.php:235 -#: backgrounds/functions/secondary-nav-backgrounds.php:296 -#: backgrounds/functions/secondary-nav-backgrounds.php:345 -#: backgrounds/functions/secondary-nav-backgrounds.php:394 -#: library/customizer/controls/class-backgrounds-control.php:123 -msgid "Repeat y" -msgstr "" - -#: backgrounds/functions/functions.php:426 -#: backgrounds/functions/functions.php:476 -#: backgrounds/functions/functions.php:526 -#: backgrounds/functions/functions.php:576 -#: backgrounds/functions/functions.php:636 -#: backgrounds/functions/functions.php:686 -#: backgrounds/functions/functions.php:736 -#: backgrounds/functions/secondary-nav-backgrounds.php:89 -#: backgrounds/functions/secondary-nav-backgrounds.php:138 -#: backgrounds/functions/secondary-nav-backgrounds.php:187 -#: backgrounds/functions/secondary-nav-backgrounds.php:236 -#: backgrounds/functions/secondary-nav-backgrounds.php:297 -#: backgrounds/functions/secondary-nav-backgrounds.php:346 -#: backgrounds/functions/secondary-nav-backgrounds.php:395 -#: library/customizer/controls/class-backgrounds-control.php:124 -msgid "No Repeat" -msgstr "" - -#: backgrounds/functions/functions.php:453 -#: backgrounds/functions/secondary-nav-backgrounds.php:114 -msgid "Navigation Item" -msgstr "Navigationselement" - -#: backgrounds/functions/functions.php:503 -#: backgrounds/functions/secondary-nav-backgrounds.php:163 -msgid "Navigation Item Hover" -msgstr "Navigationselement Hover" - -#: backgrounds/functions/functions.php:553 -#: backgrounds/functions/secondary-nav-backgrounds.php:212 -msgid "Navigation Item Current" -msgstr "Navigationselement Current" - -#: backgrounds/functions/functions.php:586 -msgid "Primary Sub-Navigation" -msgstr "" - -#: backgrounds/functions/functions.php:613 -#: backgrounds/functions/secondary-nav-backgrounds.php:273 -msgid "Sub-Navigation Item" -msgstr "Undernavigationselement" - -#: backgrounds/functions/functions.php:663 -#: backgrounds/functions/secondary-nav-backgrounds.php:322 -msgid "Sub-Navigation Item Hover" -msgstr "Undernavigationselement Hover" - -#: backgrounds/functions/functions.php:713 -#: backgrounds/functions/secondary-nav-backgrounds.php:371 -msgid "Sub-Navigation Item Current" -msgstr "Undernavigationselement Current" - -#: backgrounds/functions/functions.php:746 -#: backgrounds/functions/functions.php:772 blog/functions/customizer.php:49 -#: colors/functions/functions.php:621 page-header/functions/metabox.php:182 -#: sections/functions/metaboxes/metabox-functions.php:241 -#: sections/functions/metaboxes/metabox-functions.php:244 -#: sites/classes/class-site.php:351 -#: spacing/functions/customizer/content-spacing.php:11 -msgid "Content" -msgstr "Indhold" - -#: backgrounds/functions/functions.php:833 -msgid "Sidebar" -msgstr "" - -#: backgrounds/functions/functions.php:856 colors/functions/functions.php:775 -msgid "Sidebar Widgets" -msgstr "Sidebar Widgets" - -#: backgrounds/functions/functions.php:917 colors/functions/functions.php:1102 -#: disable-elements/functions/functions.php:161 -#: disable-elements/functions/functions.php:163 -#: disable-elements/functions/functions.php:323 -#: disable-elements/functions/functions.php:325 -#: spacing/functions/customizer/footer-spacing.php:12 -#: typography/functions/functions.php:1871 -msgid "Footer" -msgstr "Sidefod" - -#: backgrounds/functions/functions.php:941 -msgid "Footer Widget Area" -msgstr "Sidefod Widget Område" - -#: backgrounds/functions/functions.php:1016 -msgid "Footer Area" -msgstr "Sidefodsområde" - -#: backgrounds/functions/secondary-nav-backgrounds.php:39 -#: colors/functions/secondary-nav-colors.php:50 -#: disable-elements/functions/functions.php:145 -#: disable-elements/functions/functions.php:147 -#: disable-elements/functions/functions.php:307 -#: disable-elements/functions/functions.php:309 -#: secondary-nav/functions/functions.php:153 -#: secondary-nav/functions/functions.php:162 -#: typography/functions/secondary-nav-fonts.php:48 -msgid "Secondary Navigation" -msgstr "Sekundær Navigation" - -#: backgrounds/functions/secondary-nav-backgrounds.php:247 -msgid "Secondary Sub-Navigation" -msgstr "" - -#: blog/functions/customizer.php:35 -msgid "Blog" -msgstr "" - -#: blog/functions/customizer.php:63 blog/functions/customizer.php:439 -msgid "Archives" -msgstr "" - -#: blog/functions/customizer.php:64 -msgid "Single" -msgstr "" - -#: blog/functions/customizer.php:76 -msgid "Content type" -msgstr "" - -#: blog/functions/customizer.php:79 secondary-nav/functions/functions.php:206 -#: secondary-nav/functions/functions.php:232 -msgid "Full" -msgstr "" - -#: blog/functions/customizer.php:80 -msgid "Excerpt" -msgstr "" - -#: blog/functions/customizer.php:99 -msgid "Excerpt word count" -msgstr "" - -#: blog/functions/customizer.php:119 -msgid "Read more label" -msgstr "Læs mere etiket" - -#: blog/functions/customizer.php:139 -msgid "Display read more as button" -msgstr "" - -#: blog/functions/customizer.php:159 blog/functions/customizer.php:337 -msgid "Display post date" -msgstr "" - -#: blog/functions/customizer.php:179 blog/functions/customizer.php:356 -msgid "Display post author" -msgstr "" - -#: blog/functions/customizer.php:199 blog/functions/customizer.php:375 -msgid "Display post categories" -msgstr "" - -#: blog/functions/customizer.php:219 blog/functions/customizer.php:394 -msgid "Display post tags" -msgstr "" - -#: blog/functions/customizer.php:239 -msgid "Display comment count" -msgstr "" - -#: blog/functions/customizer.php:259 -msgid "Use infinite scroll" -msgstr "" - -#: blog/functions/customizer.php:279 -msgid "Use button to load more posts" -msgstr "" - -#: blog/functions/customizer.php:298 -msgid "Load more label" -msgstr "" - -#: blog/functions/customizer.php:317 -msgid "Loading label" -msgstr "" - -#: blog/functions/customizer.php:413 -msgid "Display post navigation" -msgstr "" - -#: blog/functions/customizer.php:426 -msgid "Featured Images" -msgstr "" - -#: blog/functions/customizer.php:440 -msgid "Posts" -msgstr "" - -#: blog/functions/customizer.php:441 -msgid "Pages" -msgstr "" - -#: blog/functions/customizer.php:462 blog/functions/customizer.php:625 -#: blog/functions/customizer.php:789 -msgid "Display featured images" -msgstr "" - -#: blog/functions/customizer.php:482 blog/functions/customizer.php:645 -#: blog/functions/customizer.php:809 -msgid "Display padding around images" -msgstr "" - -#: blog/functions/customizer.php:503 blog/functions/customizer.php:666 -#: blog/functions/customizer.php:830 -msgid "Location" -msgstr "" - -#: blog/functions/customizer.php:506 blog/functions/customizer.php:669 -#: blog/functions/customizer.php:833 -msgid "Below Title" -msgstr "" - -#: blog/functions/customizer.php:507 blog/functions/customizer.php:670 -#: blog/functions/customizer.php:834 -msgid "Above Title" -msgstr "" - -#: blog/functions/customizer.php:528 blog/functions/customizer.php:692 -#: blog/functions/customizer.php:856 -msgid "Alignment" -msgstr "" - -#: blog/functions/customizer.php:531 blog/functions/customizer.php:695 -#: blog/functions/customizer.php:859 page-header/functions/metabox.php:336 -#: secondary-nav/functions/functions.php:259 -#: woocommerce/functions/customizer/customizer.php:243 -#: woocommerce/functions/customizer/customizer.php:286 -msgid "Center" -msgstr "Center" - -#: blog/functions/customizer.php:532 blog/functions/customizer.php:696 -#: blog/functions/customizer.php:860 -#: library/customizer/controls/class-spacing-control.php:26 -#: menu-plus/functions/generate-menu-plus.php:445 -#: page-header/functions/metabox.php:335 -#: secondary-nav/functions/functions.php:258 -#: woocommerce/functions/customizer/customizer.php:242 -#: woocommerce/functions/customizer/customizer.php:285 -msgid "Left" -msgstr "Venstre" - -#: blog/functions/customizer.php:533 blog/functions/customizer.php:697 -#: blog/functions/customizer.php:861 -#: library/customizer/controls/class-spacing-control.php:24 -#: menu-plus/functions/generate-menu-plus.php:446 -#: page-header/functions/metabox.php:337 -#: secondary-nav/functions/functions.php:260 -#: woocommerce/functions/customizer/customizer.php:244 -#: woocommerce/functions/customizer/customizer.php:287 -msgid "Right" -msgstr "Højre" - -#: blog/functions/customizer.php:555 blog/functions/customizer.php:719 -#: blog/functions/customizer.php:883 -msgid "Width" -msgstr "" - -#: blog/functions/customizer.php:559 blog/functions/customizer.php:586 -#: blog/functions/customizer.php:723 blog/functions/customizer.php:750 -#: blog/functions/customizer.php:887 blog/functions/customizer.php:914 -msgid "Auto" -msgstr "" - -#: blog/functions/customizer.php:582 blog/functions/customizer.php:746 -#: blog/functions/customizer.php:910 -msgid "Height" -msgstr "Højde" - -#: blog/functions/customizer.php:601 blog/functions/customizer.php:765 -#: blog/functions/customizer.php:929 -msgid "Apply sizes" -msgstr "" - -#: blog/functions/customizer.php:671 blog/functions/customizer.php:835 -#: page-header/functions/functions.php:811 -#: page-header/functions/functions.php:836 -msgid "Above Content Area" -msgstr "Over Indholdsområdet" - -#: blog/functions/customizer.php:943 blog/functions/customizer.php:983 -msgid "Columns" -msgstr "" - -#: blog/functions/customizer.php:963 -msgid "Display posts in columns" -msgstr "" - -#: blog/functions/customizer.php:1010 -msgid "Make first post featured" -msgstr "" - -#: blog/functions/customizer.php:1031 -msgid "Display posts in masonry grid" -msgstr "" - -#: blog/functions/defaults.php:13 blog/functions/migrate.php:22 -msgid "Read more" -msgstr "" - -#: blog/functions/defaults.php:16 blog/functions/migrate.php:26 -msgid "+ More" -msgstr "+ Mere" - -#: blog/functions/defaults.php:17 blog/functions/migrate.php:27 -msgid "Loading..." -msgstr "" - -#: colors/functions/functions.php:46 -#: sections/functions/metaboxes/views/sections-template.php:211 -msgid "Colors" -msgstr "Farver" - -#: colors/functions/functions.php:79 colors/functions/functions.php:166 -#: colors/functions/functions.php:276 colors/functions/functions.php:411 -#: colors/functions/functions.php:541 colors/functions/functions.php:644 -#: colors/functions/functions.php:798 colors/functions/functions.php:886 -#: colors/functions/functions.php:1125 colors/functions/functions.php:1209 -#: colors/functions/secondary-nav-colors.php:86 -#: colors/functions/secondary-nav-colors.php:240 -#: colors/functions/slideout-nav-colors.php:82 -#: colors/functions/slideout-nav-colors.php:236 -#: sections/functions/metaboxes/views/sections-template.php:236 -msgid "Background" -msgstr "Baggrund" - -#: colors/functions/functions.php:95 colors/functions/functions.php:181 -#: colors/functions/functions.php:340 colors/functions/functions.php:475 -#: colors/functions/functions.php:564 colors/functions/functions.php:658 -#: colors/functions/functions.php:812 colors/functions/functions.php:900 -#: colors/functions/functions.php:1139 colors/functions/functions.php:1232 -#: colors/functions/secondary-nav-colors.php:110 -#: colors/functions/secondary-nav-colors.php:264 -#: colors/functions/slideout-nav-colors.php:106 -#: colors/functions/slideout-nav-colors.php:260 -msgid "Text" -msgstr "Tekst" - -#: colors/functions/functions.php:101 colors/functions/functions.php:187 -#: colors/functions/functions.php:664 colors/functions/functions.php:818 -#: colors/functions/functions.php:906 colors/functions/functions.php:1145 -msgid "Link" -msgstr "Link" - -#: colors/functions/functions.php:107 colors/functions/functions.php:193 -#: colors/functions/functions.php:670 colors/functions/functions.php:824 -#: colors/functions/functions.php:912 colors/functions/functions.php:1151 -msgid "Link Hover" -msgstr "Link Hover" - -#: colors/functions/functions.php:199 page-header/functions/metabox.php:512 -#: typography/functions/functions.php:424 -msgid "Site Title" -msgstr "Sitetitel" - -#: colors/functions/functions.php:205 -msgid "Tagline" -msgstr "Tagline" - -#: colors/functions/functions.php:253 -#: colors/functions/secondary-nav-colors.php:64 -#: colors/functions/slideout-nav-colors.php:60 -#, fuzzy -#| msgid "Primary Menu Items" -msgid "Parent Items" -msgstr "Primære Menuelementer" - -#: colors/functions/functions.php:301 colors/functions/functions.php:436 -#: colors/functions/functions.php:587 colors/functions/functions.php:1254 -#: colors/functions/secondary-nav-colors.php:133 -#: colors/functions/secondary-nav-colors.php:287 -#: colors/functions/slideout-nav-colors.php:129 -#: colors/functions/slideout-nav-colors.php:283 -msgid "Background Hover" -msgstr "Baggrund Hover" - -#: colors/functions/functions.php:326 colors/functions/functions.php:461 -#: colors/functions/secondary-nav-colors.php:180 -#: colors/functions/secondary-nav-colors.php:334 -#: colors/functions/slideout-nav-colors.php:176 -#: colors/functions/slideout-nav-colors.php:330 -msgid "Background Current" -msgstr "Baggrund Current" - -#: colors/functions/functions.php:346 colors/functions/functions.php:481 -#: colors/functions/functions.php:610 colors/functions/functions.php:1277 -#: colors/functions/secondary-nav-colors.php:157 -#: colors/functions/secondary-nav-colors.php:311 -#: colors/functions/slideout-nav-colors.php:153 -#: colors/functions/slideout-nav-colors.php:307 -msgid "Text Hover" -msgstr "Tekst Hover" - -#: colors/functions/functions.php:352 colors/functions/functions.php:487 -#: colors/functions/secondary-nav-colors.php:204 -#: colors/functions/secondary-nav-colors.php:358 -#: colors/functions/slideout-nav-colors.php:200 -#: colors/functions/slideout-nav-colors.php:354 -msgid "Text Current" -msgstr "Tekst Current" - -#: colors/functions/functions.php:388 -#: colors/functions/secondary-nav-colors.php:218 -#: colors/functions/slideout-nav-colors.php:214 -#, fuzzy -#| msgid "Sub-menu Item Height" -msgid "Sub-Menu Items" -msgstr "Undermenupunkters højde" - -#: colors/functions/functions.php:518 typography/functions/functions.php:732 -msgid "Buttons" -msgstr "" - -#: colors/functions/functions.php:676 -#: disable-elements/functions/functions.php:156 -#: disable-elements/functions/functions.php:158 -#: disable-elements/functions/functions.php:318 -#: disable-elements/functions/functions.php:320 -msgid "Content Title" -msgstr "Indholdstitel" - -#: colors/functions/functions.php:682 -msgid "Blog Post Title" -msgstr "Blogindlægstitel" - -#: colors/functions/functions.php:688 -msgid "Blog Post Title Hover" -msgstr "Blogindlægstitel Hover" - -#: colors/functions/functions.php:694 -msgid "Entry Meta Text" -msgstr "Indlægs metatekst" - -#: colors/functions/functions.php:700 -msgid "Entry Meta Links" -msgstr "Indlægs metalinks" - -#: colors/functions/functions.php:706 -msgid "Entry Meta Links Hover" -msgstr "Indlægs metalinks Hover" - -#: colors/functions/functions.php:712 -msgid "Heading 1 (H1) Color" -msgstr "" - -#: colors/functions/functions.php:718 -msgid "Heading 2 (H2) Color" -msgstr "" - -#: colors/functions/functions.php:724 -msgid "Heading 3 (H3) Color" -msgstr "" - -#: colors/functions/functions.php:732 -msgid "Heading 4 (H4) Color" -msgstr "" - -#: colors/functions/functions.php:741 -msgid "Heading 5 (H5) Color" -msgstr "" - -#: colors/functions/functions.php:830 colors/functions/functions.php:918 -msgid "Widget Title" -msgstr "Widget titel" - -#: colors/functions/functions.php:863 -msgid "Footer Widgets" -msgstr "" - -#: colors/functions/functions.php:951 -msgid "Forms" -msgstr "" - -#: colors/functions/functions.php:974 -msgid "Form Background" -msgstr "Formularbaggrund" - -#: colors/functions/functions.php:999 -msgid "Form Background Focus" -msgstr "" - -#: colors/functions/functions.php:1024 -msgid "Form Border" -msgstr "Formular kant" - -#: colors/functions/functions.php:1049 -msgid "Form Border Focus" -msgstr "" - -#: colors/functions/functions.php:1063 -msgid "Form Text" -msgstr "Formular tekst" - -#: colors/functions/functions.php:1069 -msgid "Form Text Focus" -msgstr "" - -#: colors/functions/functions.php:1188 -msgid "Back to Top Button" -msgstr "" - -#: colors/functions/slideout-nav-colors.php:46 -#: menu-plus/functions/generate-menu-plus.php:14 -#: menu-plus/functions/generate-menu-plus.php:396 -#: menu-plus/functions/generate-menu-plus.php:417 -#: menu-plus/functions/generate-menu-plus.php:726 -#: typography/functions/slideout-nav-fonts.php:38 -msgid "Slideout Navigation" -msgstr "" - -#: colors/functions/woocommerce-colors.php:51 -msgid "Product Title" -msgstr "" - -#: colors/functions/woocommerce-colors.php:73 -msgid "Product Title Hover" -msgstr "" - -#: colors/functions/woocommerce-colors.php:96 -msgid "Alt Button Background" -msgstr "" - -#: colors/functions/woocommerce-colors.php:120 -msgid "Alt Button Background Hover" -msgstr "" - -#: colors/functions/woocommerce-colors.php:143 -msgid "Alt Button Text" -msgstr "" - -#: colors/functions/woocommerce-colors.php:166 -msgid "Alt Button Text Hover" -msgstr "" - -#: colors/functions/woocommerce-colors.php:189 -msgid "Star Ratings" -msgstr "" - -#: colors/functions/woocommerce-colors.php:213 -msgid "Sale Sticker Background" -msgstr "" - -#: colors/functions/woocommerce-colors.php:236 -msgid "Sale Sticker Text" -msgstr "" - -#: colors/functions/woocommerce-colors.php:258 -msgid "Price" -msgstr "" - -#: colors/functions/woocommerce-colors.php:280 -msgid "Product Tab Text" -msgstr "" - -#: colors/functions/woocommerce-colors.php:302 -msgid "Product Tab Active" -msgstr "" - -#: colors/functions/woocommerce-colors.php:325 -msgid "Success Message Background" -msgstr "" - -#: colors/functions/woocommerce-colors.php:348 -msgid "Success Message Text" -msgstr "" - -#: colors/functions/woocommerce-colors.php:371 -msgid "Info Message Background" -msgstr "" - -#: colors/functions/woocommerce-colors.php:394 -msgid "Info Message Text" -msgstr "" - -#: colors/functions/woocommerce-colors.php:417 -msgid "Error Message Background" -msgstr "" - -#: colors/functions/woocommerce-colors.php:440 -msgid "Error Message Text" -msgstr "" - -#: copyright/functions/functions.php:37 -msgid "Copyright" -msgstr "Copyright" - -#: disable-elements/functions/functions.php:98 -msgid "Disable Elements" -msgstr "Deaktiver elementer" - -#: disable-elements/functions/functions.php:151 -#: disable-elements/functions/functions.php:153 -#: disable-elements/functions/functions.php:313 -#: disable-elements/functions/functions.php:315 -msgid "Featured Image / Page Header" -msgstr "" - -#: general/smooth-scroll.php:85 -msgid "Smooth scroll" -msgstr "" - -#: general/smooth-scroll.php:86 -msgid "" -"Initiate smooth scroll on anchor links using the smooth-scroll " -"class." -msgstr "" - -#: gp-premium.php:220 -msgid "GeneratePress has an update available." -msgstr "" - -#: gp-premium.php:222 -msgid "Update now." -msgstr "" - -#: gp-premium.php:234 -msgid "GP Premium requires GeneratePress to be your active theme." -msgstr "" - -#: gp-premium.php:235 -msgid "Install now." -msgstr "" - -#: gp-premium.php:250 -msgid "Configure" -msgstr "" - -#: hooks/functions/functions.php:69 -msgid "" -"DISALLOW_FILE_EDIT is defined. You should also disallow PHP execution in GP " -"Hooks." -msgstr "" - -#: hooks/functions/functions.php:70 -msgid "Learn how" -msgstr "" - -#: hooks/functions/functions.php:124 hooks/functions/functions.php:144 -#: hooks/functions/functions.php:395 -msgid "GP Hooks" -msgstr "GP hooks" - -#: hooks/functions/functions.php:160 -msgid "wp_head" -msgstr "wp_head" - -#: hooks/functions/functions.php:166 -msgid "Before Header" -msgstr "Før sidehoved" - -#: hooks/functions/functions.php:172 -msgid "Before Header Content" -msgstr "Før sidehovedindhold" - -#: hooks/functions/functions.php:178 -msgid "After Header Content" -msgstr "Efter sidehovedindhold" - -#: hooks/functions/functions.php:184 -msgid "After Header" -msgstr "Efter sidehoved" - -#: hooks/functions/functions.php:190 -msgid "Inside Content Container" -msgstr "" - -#: hooks/functions/functions.php:196 -msgid "Before Content" -msgstr "Før indhold" - -#: hooks/functions/functions.php:202 -msgid "After Entry Title" -msgstr "Efter indlægstitel" - -#: hooks/functions/functions.php:208 -msgid "After Content" -msgstr "Efter indhold" - -#: hooks/functions/functions.php:214 -msgid "Before Right Sidebar Content" -msgstr "Før Højre Sidebars Indhold" - -#: hooks/functions/functions.php:220 -msgid "After Right Sidebar Content" -msgstr "Efter Højre Sidebars Indhold" - -#: hooks/functions/functions.php:226 -msgid "Before Left Sidebar Content" -msgstr "Før Venstre Sidebars Indhold" - -#: hooks/functions/functions.php:232 -msgid "After Left Sidebar Content" -msgstr "Efter Venstre Sidebars Indhold" - -#: hooks/functions/functions.php:238 -msgid "Before Footer" -msgstr "Før sidefod" - -#: hooks/functions/functions.php:244 -msgid "After Footer Widgets" -msgstr "" - -#: hooks/functions/functions.php:250 -msgid "Before Footer Content" -msgstr "Før sidefodsindhold" - -#: hooks/functions/functions.php:256 -msgid "After Footer Content" -msgstr "Efter sidefodsindhold" - -#: hooks/functions/functions.php:262 -msgid "wp_footer" -msgstr "wp_footer" - -#: hooks/functions/functions.php:347 -msgid "Execute PHP" -msgstr "Afvikl PHP" - -#: hooks/functions/functions.php:349 -msgid "Disable Hook" -msgstr "" - -#: hooks/functions/functions.php:397 -msgid "" -"Use these fields to insert anything you like throughout GeneratePress. " -"Shortcodes are allowed, and you can even use PHP if you check the Execute " -"PHP checkboxes." -msgstr "" -"Brug disse felter til at indsætte hvad du vil igennem GeneratePress. " -"Shortcodes er tilladte, og du kan endda bruge PHP hvis du afkrydser Afvikl " -"PHP kasserne." - -#: hooks/functions/functions.php:399 -msgid "Show all" -msgstr "Vis alle" - -#: hooks/functions/functions.php:410 -msgid "Save Hooks" -msgstr "" - -#: hooks/functions/functions.php:482 -msgid "Hooks saved." -msgstr "" - -#: import-export/functions/functions.php:11 -msgid "Export" -msgstr "" - -#: import-export/functions/functions.php:14 library/reset.php:12 -#: page-header/functions/metabox.php:196 -msgid "Advanced" -msgstr "" - -#: import-export/functions/functions.php:16 library/reset.php:14 -msgctxt "Module name" -msgid "Core" -msgstr "" - -#: import-export/functions/functions.php:19 library/reset.php:17 -#, fuzzy -#| msgid "Background" -msgctxt "Module name" -msgid "Backgrounds" -msgstr "Baggrund" - -#: import-export/functions/functions.php:23 library/reset.php:21 -msgctxt "Module name" -msgid "Blog" -msgstr "" - -#: import-export/functions/functions.php:27 library/reset.php:25 -#, fuzzy -#| msgid "GP Hooks" -msgctxt "Module name" -msgid "Hooks" -msgstr "GP hooks" - -#: import-export/functions/functions.php:31 library/reset.php:29 -#, fuzzy -#| msgid "Page Header" -msgctxt "Module name" -msgid "Page Header" -msgstr "Sidehoved" - -#: import-export/functions/functions.php:35 library/reset.php:33 -#, fuzzy -#| msgid "Secondary Navigation" -msgctxt "Module name" -msgid "Secondary Navigation" -msgstr "Sekundær Navigation" - -#: import-export/functions/functions.php:39 library/reset.php:37 -#, fuzzy -#| msgid "Element Spacing" -msgctxt "Module name" -msgid "Spacing" -msgstr "Element Afstandsjustering" - -#: import-export/functions/functions.php:43 library/reset.php:41 -msgctxt "Module name" -msgid "Menu Plus" -msgstr "" - -#: import-export/functions/functions.php:47 library/reset.php:45 -msgctxt "Module name" -msgid "WooCommerce" -msgstr "" - -#: import-export/functions/functions.php:51 library/reset.php:49 -#, fuzzy -#| msgid "Copyright" -msgctxt "Module name" -msgid "Copyright" -msgstr "Copyright" - -#: import-export/functions/functions.php:56 -#, fuzzy -#| msgid "GeneratePress Hooks" -msgctxt "Module name" -msgid "GeneratePress Site" -msgstr "GeneratePress Hooks" - -#: import-export/functions/functions.php:63 -msgid "Export Settings" -msgstr "" - -#: import-export/functions/functions.php:77 -msgid "Import" -msgstr "" - -#: import-export/functions/functions.php:86 -msgid "Import Settings" -msgstr "" - -#: import-export/functions/functions.php:214 -msgid "Please upload a valid .json file" -msgstr "Upload venligst en gyldig .json fil" - -#: import-export/functions/functions.php:220 -msgid "Please upload a file to import" -msgstr "Vælg venligst en fil at importere" - -#: inc/EDD_SL_Plugin_Updater.php:201 -#, php-format -msgid "" -"There is a new version of %1$s available. %2$sView version %3$s details%4$s." -msgstr "" - -#: inc/EDD_SL_Plugin_Updater.php:209 -#, php-format -msgid "" -"There is a new version of %1$s available. %2$sView version %3$s details%4$s " -"or %5$supdate now%6$s." -msgstr "" - -#: inc/EDD_SL_Plugin_Updater.php:399 -msgid "You do not have permission to install plugin updates" -msgstr "Du har ikke tilladelse til at installere plugin opdateringer" - -#: inc/EDD_SL_Plugin_Updater.php:399 -msgid "Error" -msgstr "Fejl" - -#: inc/activation.php:14 -msgid "Add-on deactivated." -msgstr "" - -#: inc/activation.php:18 -msgid "Add-on activated." -msgstr "" - -#. Plugin Name of the plugin/theme -#: inc/activation.php:59 -msgid "GP Premium" -msgstr "" - -#: inc/activation.php:67 -msgid "Bulk Actions" -msgstr "" - -#: inc/activation.php:68 inc/activation.php:105 -msgid "Activate" -msgstr "Aktiver" - -#: inc/activation.php:69 inc/activation.php:89 -msgid "Deactivate" -msgstr "Deaktiver" - -#: inc/activation.php:72 -#: sections/functions/metaboxes/views/sections-template.php:80 -msgid "Apply" -msgstr "" - -#: inc/activation.php:102 -msgid "WooCommerce not activated." -msgstr "" - -#: inc/activation.php:430 -msgid "Enter valid license key for automatic updates." -msgstr "" - -#: inc/dashboard.php:16 -msgid "Modules" -msgstr "" - -#: inc/verify.php:74 -msgid "License deactivated." -msgstr "" - -#: inc/verify.php:78 -msgid "License activated." -msgstr "" - -#: inc/verify.php:110 -msgid "Updates" -msgstr "" - -#: inc/verify.php:110 -msgid "Help" -msgstr "" - -#: inc/verify.php:126 -msgid "Receiving updates" -msgstr "" - -#: inc/verify.php:128 -msgid "Not receiving updates" -msgstr "" - -#: inc/verify.php:134 -msgid "License Key" -msgstr "" - -#: inc/verify.php:139 -msgid "Update" -msgstr "" - -#: inc/verify.php:224 -#, php-format -msgid "Your license key expired on %s." -msgstr "" - -#: inc/verify.php:231 -msgid "Your license key has been disabled." -msgstr "" - -#: inc/verify.php:236 -msgid "Invalid license." -msgstr "" - -#: inc/verify.php:242 -msgid "Your license is not active for this URL." -msgstr "" - -#: inc/verify.php:247 -#, php-format -msgid "This appears to be an invalid license key for %s." -msgstr "" - -#: inc/verify.php:252 -msgid "Your license key has reached its activation limit." -msgstr "" - -#: inc/verify.php:257 -msgid "An error occurred, please try again." -msgstr "" - -#: library/batch-processing/wp-background-process.php:425 -#, php-format -msgid "Every %d Minutes" -msgstr "" - -#: library/customizer/controls/class-backgrounds-control.php:18 -msgid "left top, x% y%, xpos ypos (px)" -msgstr "" - -#: library/customizer/controls/class-backgrounds-control.php:19 -msgid "Position" -msgstr "Position" - -#: library/customizer/controls/class-backgrounds-control.php:130 -msgid "Size (Auto)" -msgstr "Størrelse (Auto)" - -#: library/customizer/controls/class-backgrounds-control.php:131 -msgid "100% Width" -msgstr "100% Bredde" - -#: library/customizer/controls/class-backgrounds-control.php:132 -msgid "Cover" -msgstr "Overdæk" - -#: library/customizer/controls/class-backgrounds-control.php:133 -msgid "Contain" -msgstr "Indehold" - -#: library/customizer/controls/class-backgrounds-control.php:139 -msgid "Attachment" -msgstr "Vedhæftning" - -#: library/customizer/controls/class-backgrounds-control.php:140 -msgid "Fixed" -msgstr "Fikseret" - -#: library/customizer/controls/class-backgrounds-control.php:141 -msgid "Local" -msgstr "Lokal" - -#: library/customizer/controls/class-backgrounds-control.php:142 -#: woocommerce/functions/customizer/customizer.php:550 -msgid "Inherit" -msgstr "Nedarv" - -#: library/customizer/controls/class-copyright-control.php:25 -msgid "%current_year% to update year automatically." -msgstr "" - -#: library/customizer/controls/class-copyright-control.php:26 -msgid "%copy% to include the copyright symbol." -msgstr "" - -#: library/customizer/controls/class-copyright-control.php:27 -msgid "HTML is allowed." -msgstr "HTML tilladt." - -#: library/customizer/controls/class-copyright-control.php:28 -msgid "Shortcodes are allowed." -msgstr "" - -#: library/customizer/controls/class-range-slider-control.php:42 -msgid "Desktop" -msgstr "" - -#: library/customizer/controls/class-range-slider-control.php:43 -msgid "Tablet" -msgstr "" - -#: library/customizer/controls/class-range-slider-control.php:44 -msgid "Mobile" -msgstr "" - -#: library/customizer/controls/class-range-slider-control.php:45 -#: library/reset.php:9 -msgid "Reset" -msgstr "" - -#: library/customizer/controls/class-spacing-control.php:23 -msgid "Top" -msgstr "Top" - -#: library/customizer/controls/class-spacing-control.php:25 -msgid "Bottom" -msgstr "Bund" - -#: library/customizer/controls/class-spacing-control.php:48 -msgid "Link values" -msgstr "" - -#: library/customizer/controls/class-spacing-control.php:49 -msgid "Un-link values" -msgstr "" - -#: library/customizer/controls/class-typography-control.php:25 -msgid "System Fonts" -msgstr "" - -#: library/customizer/controls/class-typography-control.php:26 -msgid "Google Fonts" -msgstr "" - -#: library/customizer/controls/class-typography-control.php:29 -msgid "Font family" -msgstr "Skrifttype" - -#: library/customizer/controls/class-typography-control.php:30 -#, fuzzy -msgid "Font weight" -msgstr "" -"#-#-#-#-# generate-typography-da_DK.po (Generate Typography) #-#-#-#-#\n" -"Vægtning\n" -"#-#-#-#-# secondary-nav-da_DK.po (Generate Secondary Navigation) #-#-#-#-" -"#\n" -"Skrift vægtning" - -#: library/customizer/controls/class-typography-control.php:31 -#, fuzzy -msgid "Text transform" -msgstr "" -"#-#-#-#-# generate-typography-da_DK.po (Generate Typography) #-#-#-#-#\n" -"Tekst tranformering\n" -"#-#-#-#-# secondary-nav-da_DK.po (Generate Secondary Navigation) #-#-#-#-" -"#\n" -"Tekst transformering" - -#: library/customizer/controls/class-typography-control.php:33 -msgid "Variants" -msgstr "" - -#: library/customizer/controls/class-typography-control.php:162 -msgid "normal" -msgstr "" - -#: library/customizer/controls/class-typography-control.php:163 -msgid "bold" -msgstr "" - -#: library/customizer/controls/class-typography-control.php:178 -msgid "none" -msgstr "" - -#: library/customizer/controls/class-typography-control.php:179 -msgid "capitalize" -msgstr "" - -#: library/customizer/controls/class-typography-control.php:180 -msgid "uppercase" -msgstr "" - -#: library/customizer/controls/class-typography-control.php:181 -msgid "lowercase" -msgstr "" - -#: library/reset.php:55 -msgid "Warning: This will delete your settings and can not be undone." -msgstr "" - -#: library/reset.php:58 -msgid "Reset Settings" -msgstr "" - -#: menu-plus/functions/generate-menu-plus.php:25 -#: menu-plus/functions/generate-menu-plus.php:632 -msgid "Menu" -msgstr "" - -#: menu-plus/functions/generate-menu-plus.php:101 -msgid "Menu Plus" -msgstr "" - -#: menu-plus/functions/generate-menu-plus.php:126 -msgid "General Settings" -msgstr "" - -#: menu-plus/functions/generate-menu-plus.php:144 -#: secondary-nav/functions/functions.php:181 -msgid "Mobile Menu Label" -msgstr "" - -#: menu-plus/functions/generate-menu-plus.php:154 -#: menu-plus/functions/generate-menu-plus.php:175 -msgid "Sticky Navigation" -msgstr "" - -#: menu-plus/functions/generate-menu-plus.php:178 -#: menu-plus/functions/generate-menu-plus.php:420 -msgid "Mobile only" -msgstr "" - -#: menu-plus/functions/generate-menu-plus.php:179 -#: menu-plus/functions/generate-menu-plus.php:421 -msgid "Desktop only" -msgstr "" - -#: menu-plus/functions/generate-menu-plus.php:180 -#: menu-plus/functions/generate-menu-plus.php:317 -#: menu-plus/functions/generate-menu-plus.php:363 -#: menu-plus/functions/generate-menu-plus.php:422 -msgid "On" -msgstr "" - -#: menu-plus/functions/generate-menu-plus.php:181 -#: menu-plus/functions/generate-menu-plus.php:316 -#: menu-plus/functions/generate-menu-plus.php:364 -#: menu-plus/functions/generate-menu-plus.php:423 -msgid "Off" -msgstr "" - -#: menu-plus/functions/generate-menu-plus.php:202 -#, fuzzy -#| msgid "Position" -msgid "Transition" -msgstr "Position" - -#: menu-plus/functions/generate-menu-plus.php:205 -msgid "Fade" -msgstr "" - -#: menu-plus/functions/generate-menu-plus.php:206 -msgid "Slide" -msgstr "" - -#: menu-plus/functions/generate-menu-plus.php:207 -msgid "None" -msgstr "" - -#: menu-plus/functions/generate-menu-plus.php:229 -#: menu-plus/functions/generate-menu-plus.php:385 -msgid "Hide when scrolling down" -msgstr "" - -#: menu-plus/functions/generate-menu-plus.php:252 -#: page-header/functions/metabox.php:477 -msgid "Navigation Logo" -msgstr "" - -#: menu-plus/functions/generate-menu-plus.php:274 -msgid "Navigation Logo Placement" -msgstr "" - -#: menu-plus/functions/generate-menu-plus.php:277 -#: menu-plus/functions/generate-menu-plus.php:360 -msgid "Sticky" -msgstr "" - -#: menu-plus/functions/generate-menu-plus.php:278 -msgid "Sticky + Static" -msgstr "" - -#: menu-plus/functions/generate-menu-plus.php:279 -msgid "Static" -msgstr "" - -#: menu-plus/functions/generate-menu-plus.php:292 -#: menu-plus/functions/generate-menu-plus.php:313 -msgid "Mobile Header" -msgstr "" - -#: menu-plus/functions/generate-menu-plus.php:338 -#: page-header/functions/metabox.php:191 -msgid "Logo" -msgstr "" - -#: menu-plus/functions/generate-menu-plus.php:442 -msgid "Side" -msgstr "" - -#: menu-plus/functions/generate-menu-plus.php:693 -#: sections/functions/metaboxes/views/sections-template.php:69 -#: sites/classes/class-site.php:161 sites/classes/class-site.php:477 -msgid "Close" -msgstr "" - -#: page-header/functions/functions.php:784 page-header/functions/metabox.php:37 -#: page-header/functions/metabox.php:57 page-header/functions/metabox.php:763 -#: page-header/functions/post-type.php:15 -#: page-header/functions/post-type.php:29 -#: page-header/functions/post-type.php:79 -#: page-header/functions/post-type.php:112 -msgid "Page Header" -msgstr "Sidehoved" - -#: page-header/functions/functions.php:808 -msgid "Page Header Location" -msgstr "" - -#: page-header/functions/functions.php:812 -#: page-header/functions/functions.php:837 -msgid "Inside Content Area" -msgstr "Indeni Indholdsområdet" - -#: page-header/functions/functions.php:833 -msgid "Single Post Header Location" -msgstr "" - -#: page-header/functions/functions.php:838 -msgid "Below Post Title" -msgstr "" - -#: page-header/functions/functions.php:839 -msgid "Hide" -msgstr "Skjul" - -#: page-header/functions/functions.php:1078 -#, php-format -msgid "View all posts by %s" -msgstr "" - -#: page-header/functions/global-locations.php:24 -#: page-header/functions/global-locations.php:25 -#: page-header/functions/global-locations.php:40 -msgid "Global Locations" -msgstr "" - -#: page-header/functions/global-locations.php:72 -msgid "Posts Page (blog)" -msgstr "" - -#: page-header/functions/global-locations.php:81 -msgid "Search Results" -msgstr "" - -#: page-header/functions/global-locations.php:90 -msgid "404 Template" -msgstr "" - -#: page-header/functions/global-locations.php:99 -msgid "Post Types - Single" -msgstr "" - -#: page-header/functions/global-locations.php:125 -msgid "Post Types - Archives" -msgstr "" - -#: page-header/functions/global-locations.php:147 -msgid "Taxonomies - Archives" -msgstr "" - -#: page-header/functions/metabox.php:139 page-header/functions/metabox.php:749 -#, php-format -msgid "" -"No Page Headers found. Want to create " -"one?" -msgstr "" - -#: page-header/functions/metabox.php:158 -msgid "Content is required for the below settings to work." -msgstr "" - -#: page-header/functions/metabox.php:178 -msgid "Image" -msgstr "Billede" - -#: page-header/functions/metabox.php:186 -msgid "Background Video" -msgstr "" - -#: page-header/functions/metabox.php:202 -msgid "Add to excerpt" -msgstr "" - -#: page-header/functions/metabox.php:218 -msgid "" -"Currently using your featured image." -msgstr "" - -#: page-header/functions/metabox.php:229 -msgid "Page Header Image" -msgstr "Sidehoved billede" - -#: page-header/functions/metabox.php:229 -msgid "Insert Image" -msgstr "" - -#: page-header/functions/metabox.php:230 -msgid "Choose Image" -msgstr "" - -#: page-header/functions/metabox.php:233 -msgid "Remove Image" -msgstr "" - -#: page-header/functions/metabox.php:238 -msgid "Or you can set the featured image." -msgstr "" - -#: page-header/functions/metabox.php:243 -msgid "Image Link" -msgstr "" - -#: page-header/functions/metabox.php:248 -msgid "Resize Image" -msgstr "" - -#: page-header/functions/metabox.php:250 -#: sections/functions/metaboxes/views/sections-template.php:250 -#: sections/functions/metaboxes/views/sections-template.php:258 -msgid "Disable" -msgstr "Deaktivér" - -#: page-header/functions/metabox.php:251 -#: sections/functions/metaboxes/views/sections-template.php:251 -#: sections/functions/metaboxes/views/sections-template.php:259 -msgid "Enable" -msgstr "Aktivér" - -#: page-header/functions/metabox.php:257 -msgid "Image Width" -msgstr "Billedets Bredde" - -#: page-header/functions/metabox.php:262 -msgid "Image Height" -msgstr "Billedets Højde" - -#: page-header/functions/metabox.php:265 -msgid "Use \"0\" or leave blank for proportional resizing." -msgstr "" - -#: page-header/functions/metabox.php:274 -msgid "HTML and shortcodes allowed." -msgstr "HTML og shortcodes tilladt." - -#: page-header/functions/metabox.php:281 -msgid "Automatically add paragraphs" -msgstr "Tilføj automatisk afsnit" - -#: page-header/functions/metabox.php:286 -msgid "Add Padding" -msgstr "" - -#: page-header/functions/metabox.php:291 -msgid "Add Background Image" -msgstr "" - -#: page-header/functions/metabox.php:296 -msgid "Use background color as overlay" -msgstr "" - -#: page-header/functions/metabox.php:301 -#: sections/functions/metaboxes/views/sections-template.php:247 -msgid "Parallax Effect" -msgstr "" - -#: page-header/functions/metabox.php:306 -msgid "Fullscreen" -msgstr "" - -#: page-header/functions/metabox.php:311 -msgid "Vertical center content" -msgstr "" - -#: page-header/functions/metabox.php:317 -msgid "Container" -msgstr "" - -#: page-header/functions/metabox.php:319 page-header/functions/metabox.php:327 -#: secondary-nav/functions/functions.php:207 -#: secondary-nav/functions/functions.php:233 -#: sections/functions/metaboxes/views/sections-template.php:167 -#: sections/functions/metaboxes/views/sections-template.php:175 -msgid "Contained" -msgstr "Indeholdt" - -#: page-header/functions/metabox.php:320 page-header/functions/metabox.php:328 -#: sections/functions/metaboxes/views/sections-template.php:166 -#: sections/functions/metaboxes/views/sections-template.php:176 -msgid "Full Width" -msgstr "" - -#: page-header/functions/metabox.php:325 -msgid "Inner Container" -msgstr "" - -#: page-header/functions/metabox.php:333 -#: woocommerce/functions/customizer/customizer.php:282 -msgid "Text Alignment" -msgstr "" - -#: page-header/functions/metabox.php:342 -msgid "Top & Bottom Padding" -msgstr "" - -#: page-header/functions/metabox.php:351 -msgid "Left & Right Padding" -msgstr "" - -#: page-header/functions/metabox.php:362 -#: sections/functions/metaboxes/views/sections-template.php:212 -msgid "Background Color" -msgstr "" - -#: page-header/functions/metabox.php:367 -#: sections/functions/metaboxes/views/sections-template.php:217 -msgid "Text Color" -msgstr "" - -#: page-header/functions/metabox.php:372 -#: sections/functions/metaboxes/views/sections-template.php:223 -msgid "Link Color" -msgstr "" - -#: page-header/functions/metabox.php:377 -#: sections/functions/metaboxes/views/sections-template.php:229 -msgid "Link Color Hover" -msgstr "" - -#: page-header/functions/metabox.php:388 -msgid "MP4 file" -msgstr "" - -#: page-header/functions/metabox.php:390 page-header/functions/metabox.php:398 -#: page-header/functions/metabox.php:406 -msgid "Page Header Video" -msgstr "" - -#: page-header/functions/metabox.php:390 page-header/functions/metabox.php:398 -#: page-header/functions/metabox.php:406 -msgid "Insert Video" -msgstr "" - -#: page-header/functions/metabox.php:391 page-header/functions/metabox.php:399 -#: page-header/functions/metabox.php:407 -msgid "Choose Video" -msgstr "" - -#: page-header/functions/metabox.php:396 -msgid "OGV file" -msgstr "" - -#: page-header/functions/metabox.php:404 -msgid "WEBM file" -msgstr "" - -#: page-header/functions/metabox.php:412 -msgid "Overlay Color" -msgstr "" - -#: page-header/functions/metabox.php:428 -msgid "Overwrite your site-wide logo/header on this page." -msgstr "" - -#: page-header/functions/metabox.php:438 -msgid "Header / Logo" -msgstr "" - -#: page-header/functions/metabox.php:438 page-header/functions/metabox.php:477 -msgid "Insert Logo" -msgstr "" - -#: page-header/functions/metabox.php:439 page-header/functions/metabox.php:478 -msgid "Choose Logo" -msgstr "" - -#: page-header/functions/metabox.php:450 page-header/functions/metabox.php:490 -msgid "Remove Logo" -msgstr "" - -#: page-header/functions/metabox.php:467 -msgid "Overwrite your navigation logo on this page." -msgstr "" - -#: page-header/functions/metabox.php:502 -msgid "Merge with site header" -msgstr "" - -#: page-header/functions/metabox.php:508 -msgid "Place content behind header (sliders etc..)" -msgstr "" - -#: page-header/functions/metabox.php:517 typography/functions/functions.php:547 -msgid "Site Tagline" -msgstr "" - -#: page-header/functions/metabox.php:523 -msgid "Custom Navigation Colors" -msgstr "" - -#: page-header/functions/metabox.php:528 -msgid "Navigation Background" -msgstr "" - -#: page-header/functions/metabox.php:533 -msgid "Navigation Text" -msgstr "" - -#: page-header/functions/metabox.php:538 -msgid "Navigation Background Hover" -msgstr "" - -#: page-header/functions/metabox.php:543 -msgid "Navigation Text Hover" -msgstr "" - -#: page-header/functions/metabox.php:548 -msgid "Navigation Background Current" -msgstr "" - -#: page-header/functions/metabox.php:553 -msgid "Navigation Text Current" -msgstr "" - -#: page-header/functions/metabox.php:673 -msgid "Template Tags" -msgstr "" - -#: page-header/functions/metabox.php:686 -msgid "The content title of the current post/taxonomy." -msgstr "" - -#: page-header/functions/metabox.php:689 -msgid "The published date of the current post." -msgstr "" - -#: page-header/functions/metabox.php:692 -msgid "The author of the current post." -msgstr "" - -#: page-header/functions/metabox.php:695 -msgid "" -"The terms attached to the chosen taxonomy (category, post_tag, product_cat)." -msgstr "" - -#: page-header/functions/metabox.php:698 -msgid "Custom post meta. Replace \"name\" with the name of your custom field." -msgstr "" - -#: page-header/functions/metabox.php:702 -msgid "" -"Display an Elementor library template. Replace \"id\" with the ID or name." -msgstr "" - -#: page-header/functions/metabox.php:707 -msgid "Display a Beaver Builder template. Replace \"id\" with the ID or name." -msgstr "" - -#: page-header/functions/post-type.php:12 -msgctxt "Post Type General Name" -msgid "Page Headers" -msgstr "" - -#: page-header/functions/post-type.php:13 -msgctxt "Post Type Singular Name" -msgid "Page Header" -msgstr "" - -#: page-header/functions/post-type.php:14 -msgid "Page Headers" -msgstr "" - -#: page-header/functions/post-type.php:16 -msgid "Page Header Archives" -msgstr "" - -#: page-header/functions/post-type.php:17 -msgid "Parent Page Header:" -msgstr "" - -#: page-header/functions/post-type.php:18 -msgid "All Page Headers" -msgstr "" - -#: page-header/functions/post-type.php:19 -msgid "Add New Page Header" -msgstr "" - -#: page-header/functions/post-type.php:20 -msgid "New Page Header" -msgstr "" - -#: page-header/functions/post-type.php:21 -msgid "Edit Page Header" -msgstr "" - -#: page-header/functions/post-type.php:22 -msgid "Update Page Header" -msgstr "" - -#: page-header/functions/post-type.php:23 -msgid "View Page Header" -msgstr "" - -#: page-header/functions/post-type.php:24 -msgid "Search Page Header" -msgstr "" - -#: page-header/functions/post-type.php:25 -msgid "Insert into Page Header" -msgstr "" - -#: page-header/functions/post-type.php:26 -msgid "Uploaded to this Page Header" -msgstr "" - -#: secondary-nav/functions/functions.php:16 -msgid "Secondary Menu" -msgstr "Sekundær Menu" - -#: secondary-nav/functions/functions.php:203 -msgid "Navigation Width" -msgstr "" - -#: secondary-nav/functions/functions.php:229 -msgid "Inner Navigation Width" -msgstr "" - -#: secondary-nav/functions/functions.php:255 -msgid "Navigation Alignment" -msgstr "Navigation justering" - -#: secondary-nav/functions/functions.php:282 -msgid "Navigation Location" -msgstr "" - -#: secondary-nav/functions/functions.php:285 -msgid "Below Header" -msgstr "Under Sidehoved" - -#: secondary-nav/functions/functions.php:286 -msgid "Above Header" -msgstr "Over Sidehoved" - -#: secondary-nav/functions/functions.php:287 -msgid "Float Right" -msgstr "Svævende til højre" - -#: secondary-nav/functions/functions.php:288 -msgid "Float Left" -msgstr "" - -#: secondary-nav/functions/functions.php:289 -msgid "Left Sidebar" -msgstr "Venstre Sidebar" - -#: secondary-nav/functions/functions.php:290 -msgid "Right Sidebar" -msgstr "Højre Sidebar" - -#: secondary-nav/functions/functions.php:291 -msgid "No Navigation" -msgstr "Ingen Navigation" - -#: secondary-nav/functions/functions.php:312 -msgid "Merge with Secondary Navigation" -msgstr "" - -#: sections/functions/metaboxes/metabox-functions.php:47 -msgid "Use Sections" -msgstr "" - -#: sections/functions/metaboxes/metabox-functions.php:59 -msgid "Sections" -msgstr "" - -#: sections/functions/metaboxes/metabox-functions.php:237 -msgid "This action can not be undone, are you sure?" -msgstr "" - -#: sections/functions/metaboxes/metabox-functions.php:240 -msgid "Section" -msgstr "" - -#: sections/functions/metaboxes/metabox-functions.php:243 -msgid "Settings" -msgstr "" - -#: sections/functions/metaboxes/metabox-functions.php:249 -msgid "Section Background" -msgstr "" - -#: sections/functions/metaboxes/metabox-functions.php:250 -msgid "Set as Section Background" -msgstr "" - -#: sections/functions/metaboxes/metabox-functions.php:254 -msgid "Insert into Section" -msgstr "" - -#: sections/functions/metaboxes/metabox-functions.php:255 -#: sections/functions/metaboxes/views/sections-template.php:74 -msgid "Edit Section" -msgstr "" - -#: sections/functions/metaboxes/views/sections-template.php:35 -msgid "Click to edit" -msgstr "" - -#: sections/functions/metaboxes/views/sections-template.php:37 -msgid "Click to edit content" -msgstr "" - -#: sections/functions/metaboxes/views/sections-template.php:38 -msgid "Click to edit settings" -msgstr "" - -#: sections/functions/metaboxes/views/sections-template.php:39 -msgid "Click and drag to sort" -msgstr "" - -#: sections/functions/metaboxes/views/sections-template.php:40 -msgid "Click to remove" -msgstr "" - -#: sections/functions/metaboxes/views/sections-template.php:54 -msgid "Add Section" -msgstr "" - -#: sections/functions/metaboxes/views/sections-template.php:55 -msgid "Remove Sections" -msgstr "" - -#: sections/functions/metaboxes/views/sections-template.php:81 -msgid "Cancel" -msgstr "" - -#: sections/functions/metaboxes/views/sections-template.php:110 -msgid "Section Label" -msgstr "" - -#: sections/functions/metaboxes/views/sections-template.php:126 -msgid "Add Media" -msgstr "" - -#: sections/functions/metaboxes/views/sections-template.php:131 -msgid "Visual" -msgstr "" - -#: sections/functions/metaboxes/views/sections-template.php:132 -msgctxt "Name for the Text editor tab (formerly HTML)" -msgid "Text" -msgstr "" - -#: sections/functions/metaboxes/views/sections-template.php:161 -msgid "Layout" -msgstr "" - -#: sections/functions/metaboxes/views/sections-template.php:162 -msgid "Box Type" -msgstr "" - -#: sections/functions/metaboxes/views/sections-template.php:171 -msgid "Inner Box Type" -msgstr "" - -#: sections/functions/metaboxes/views/sections-template.php:180 -msgid "Custom ID" -msgstr "" - -#: sections/functions/metaboxes/views/sections-template.php:186 -msgid "Custom Classes" -msgstr "" - -#: sections/functions/metaboxes/views/sections-template.php:192 -msgid "Top Padding" -msgstr "" - -#: sections/functions/metaboxes/views/sections-template.php:201 -msgid "Bottom Padding" -msgstr "" - -#: sections/functions/metaboxes/views/sections-template.php:237 -#: sections/functions/metaboxes/views/sections-template.php:242 -msgid "Background Image" -msgstr "" - -#: sections/functions/metaboxes/views/sections-template.php:242 -msgid "Upload" -msgstr "" - -#: sections/functions/metaboxes/views/sections-template.php:243 -msgid "Remove" -msgstr "" - -#: sections/functions/metaboxes/views/sections-template.php:255 -msgid "Background Color Overlay" -msgstr "" - -#: sections/functions/metaboxes/views/sections.php:8 -msgid "Javascript must be enabled to use Generate Sections" -msgstr "" - -#: sections/functions/templates/template.php:107 -msgid "No sections added!" -msgstr "" - -#: sites/classes/class-site-helper.php:94 -msgid "Backing up options" -msgstr "" - -#: sites/classes/class-site-helper.php:95 -msgid "Importing options" -msgstr "" - -#: sites/classes/class-site-helper.php:96 -msgid "Downloading content" -msgstr "" - -#: sites/classes/class-site-helper.php:97 -#, fuzzy -#| msgid "Skip to content" -msgid "Importing content" -msgstr "Spring til indhold" - -#: sites/classes/class-site-helper.php:98 -#, fuzzy -#| msgid "Import Customizer Settings" -msgid "Importing site options" -msgstr "Importer customizer indstillinger" - -#: sites/classes/class-site-helper.php:99 -msgid "Importing widgets" -msgstr "" - -#: sites/classes/class-site-helper.php:100 -#, fuzzy -msgid "Activating plugins" -msgstr "" -"#-#-#-#-# disable-elements-da_DK.po (Generate Disable Elements) #-#-#-#-#\n" -"Aktiver licens\n" -"#-#-#-#-# generate-colors-da_DK.po (Generate Colors) #-#-#-#-#\n" -"Aktiver Licens\n" -"#-#-#-#-# generate-copyright-da_DK.po (Generate Copyright) #-#-#-#-#\n" -"Aktiver licens\n" -"#-#-#-#-# generate-hooks-da_DK.po (Generate Hooks) #-#-#-#-#\n" -"Aktiver Licens\n" -"#-#-#-#-# generate-ie-da_DK.po (Generate Import Export) #-#-#-#-#\n" -"Aktiver Licens\n" -"#-#-#-#-# generate-spacing-da_DK.po (Generate Spacing) #-#-#-#-#\n" -"Aktiver Licens\n" -"#-#-#-#-# generate-typography-da_DK.po (Generate Typography) #-#-#-#-#\n" -"Aktiver Licens\n" -"#-#-#-#-# page-header-da_DK.po (Generate Page Header) #-#-#-#-#\n" -"Aktiver Licens" - -#: sites/classes/class-site-helper.php:101 -msgid "Installing plugins" -msgstr "" - -#: sites/classes/class-site-helper.php:102 -msgid "Automatic" -msgstr "" - -#: sites/classes/class-site-helper.php:103 -msgid "Manual" -msgstr "" - -#: sites/classes/class-site-helper.php:104 -msgid "Theme options exist and can be imported." -msgstr "" - -#: sites/classes/class-site-helper.php:105 -msgid "No theme options found, please contact the site author." -msgstr "" - -#: sites/classes/class-site-helper.php:106 -msgid "Site content exists and can be imported." -msgstr "" - -#: sites/classes/class-site.php:159 -msgid "Previous Site" -msgstr "" - -#: sites/classes/class-site.php:159 -msgid "Previous" -msgstr "" - -#: sites/classes/class-site.php:160 -msgid "Next Site" -msgstr "" - -#: sites/classes/class-site.php:160 -msgid "Next" -msgstr "" - -#: sites/classes/class-site.php:206 sites/classes/class-site.php:270 -msgid "Preview" -msgstr "" - -#: sites/classes/class-site.php:207 sites/classes/class-site.php:479 -msgid "Details" -msgstr "" - -#: sites/classes/class-site.php:224 -msgid "Overview" -msgstr "" - -#: sites/classes/class-site.php:228 -msgid "Theme Options" -msgstr "" - -#: sites/classes/class-site.php:236 -#, fuzzy -#| msgid "After Content" -msgid "Site Content" -msgstr "Efter indhold" - -#: sites/classes/class-site.php:236 sites/classes/class-site.php:351 -msgid "Optional" -msgstr "" - -#: sites/classes/class-site.php:243 -msgid "Plugins" -msgstr "" - -#: sites/classes/class-site.php:249 sites/classes/class-site.php:381 -msgid "The following plugins can be installed and activated automatically." -msgstr "" - -#: sites/classes/class-site.php:254 sites/classes/class-site.php:386 -msgid "The following plugins are already installed." -msgstr "" - -#: sites/classes/class-site.php:259 sites/classes/class-site.php:391 -msgid "The following plugins need to be installed and activated manually." -msgstr "" - -#: sites/classes/class-site.php:277 -msgid "Gathering data" -msgstr "" - -#: sites/classes/class-site.php:281 -msgid "Get Started" -msgstr "" - -#: sites/classes/class-site.php:293 -msgid "GeneratePress Options" -msgstr "" - -#: sites/classes/class-site.php:297 -msgid "" -"This step will backup your current theme options, then import the new ones." -msgstr "" - -#: sites/classes/class-site.php:300 -msgid "The following GP Premium modules will be activated:" -msgstr "" - -#: sites/classes/class-site.php:308 -msgid "Go Back" -msgstr "" - -#: sites/classes/class-site.php:315 -msgid "Backup Options" -msgstr "" - -#: sites/classes/class-site.php:325 -#, fuzzy -#| msgid "Import / Export" -msgid "Import Options" -msgstr "Import / Eksport" - -#: sites/classes/class-site.php:358 -msgid "" -"I understand that this step will add content, site options, menus, widgets " -"and plugins to my site." -msgstr "" - -#: sites/classes/class-site.php:365 -#, php-format -msgid "" -"For best results, only install this demo content on fresh sites with no " -"content. If you have already installed another GeneratePress Site, be sure " -"to %s by deleting the content, plugins and menus that it added." -msgstr "" - -#: sites/classes/class-site.php:368 -msgid "clean it up" -msgstr "" - -#: sites/classes/class-site.php:373 -msgid "" -"You can skip this step if you already " -"have content and do not want the demo content imported." -msgstr "" - -#: sites/classes/class-site.php:400 -msgid "Skip" -msgstr "" - -#: sites/classes/class-site.php:408 -#, fuzzy -#| msgid "Before Content" -msgid "Import Content" -msgstr "Før indhold" - -#: sites/classes/class-site.php:435 -msgid "All done!" -msgstr "" - -#: sites/classes/class-site.php:436 -msgid "Your site is ready to go!" -msgstr "" - -#: sites/classes/class-site.php:440 -#, php-format -msgid "Crafted with %s by" -msgstr "" - -#: sites/classes/class-site.php:458 -msgid "Start Over" -msgstr "" - -#: sites/classes/class-site.php:461 -msgid "View Site" -msgstr "" - -#: sites/classes/class-site.php:829 -msgid "Site options imported" -msgstr "" - -#: sites/classes/class-site.php:859 -#, fuzzy -#| msgid "inactive" -msgid "Plugins activated" -msgstr "inaktiv" - -#: sites/sites.php:37 -msgid "Sites" -msgstr "" - -#: sites/sites.php:78 -#, fuzzy -#| msgid "Refresh" -msgid "Refresh sites" -msgstr "Genindlæs" - -#: spacing/functions/customizer/content-spacing.php:32 -msgid "Container Width" -msgstr "" - -#: spacing/functions/customizer/content-spacing.php:67 -msgid "Separating Space" -msgstr "Adskillende afstand" - -#: spacing/functions/customizer/content-spacing.php:132 -msgid "Content Padding" -msgstr "" - -#: spacing/functions/customizer/content-spacing.php:196 -msgid "Mobile Content Padding" -msgstr "" - -#: spacing/functions/customizer/footer-spacing.php:73 -msgid "Footer Widget Area Padding" -msgstr "" - -#: spacing/functions/customizer/footer-spacing.php:134 -msgid "Footer Padding" -msgstr "" - -#: spacing/functions/customizer/header-spacing.php:68 -msgid "Header Padding" -msgstr "" - -#: spacing/functions/customizer/navigation-spacing.php:47 -#: spacing/functions/customizer/secondary-nav-spacing.php:58 -msgid "Menu Item Width" -msgstr "" - -#: spacing/functions/customizer/navigation-spacing.php:100 -#: spacing/functions/customizer/navigation-spacing.php:178 -#: spacing/functions/customizer/navigation-spacing.php:214 -#: spacing/functions/customizer/secondary-nav-spacing.php:93 -msgid "Menu Item Height" -msgstr "" - -#: spacing/functions/customizer/navigation-spacing.php:143 -#: spacing/functions/customizer/secondary-nav-spacing.php:128 -msgid "Sub-Menu Item Height" -msgstr "" - -#: spacing/functions/customizer/sidebar-spacing.php:12 -msgid "Sidebars" -msgstr "" - -#: spacing/functions/customizer/sidebar-spacing.php:70 -msgid "Widget Padding" -msgstr "" - -#: spacing/functions/customizer/sidebar-spacing.php:101 -msgid "Left Sidebar Width" -msgstr "" - -#: spacing/functions/customizer/sidebar-spacing.php:136 -msgid "Right Sidebar Width" -msgstr "" - -#: spacing/functions/customizer/top-bar-spacing.php:55 -msgid "Top Bar Padding" -msgstr "" - -#: spacing/functions/functions.php:41 -msgid "Spacing" -msgstr "" - -#: spacing/functions/functions.php:42 -msgid "Change the spacing for various elements using pixels." -msgstr "Skift afstand mellem forskellige elementer ved brug af pixels." - -#: typography/functions/functions.php:44 -msgid "Typography" -msgstr "Typografi" - -#: typography/functions/functions.php:145 -#: typography/functions/functions.php:336 -#: typography/functions/functions.php:465 -#: typography/functions/functions.php:577 -#: typography/functions/functions.php:701 -#: typography/functions/functions.php:818 -#: typography/functions/functions.php:938 -#: typography/functions/functions.php:1089 -#: typography/functions/functions.php:1230 -#: typography/functions/functions.php:1364 -#: typography/functions/functions.php:1497 -#: typography/functions/functions.php:1630 -#: typography/functions/functions.php:1779 -#: typography/functions/functions.php:1960 -#: typography/functions/secondary-nav-fonts.php:139 -#: typography/functions/slideout-nav-fonts.php:106 -#: typography/functions/woocommerce-fonts.php:99 -msgid "Font size" -msgstr "Skriftstørrelse" - -#: typography/functions/functions.php:180 -#: typography/functions/functions.php:981 -#: typography/functions/functions.php:1132 -#: typography/functions/functions.php:1265 -#: typography/functions/functions.php:1398 -#: typography/functions/functions.php:1531 -#: typography/functions/functions.php:1664 -msgid "Line height" -msgstr "" - -#: typography/functions/functions.php:215 -msgid "Paragraph margin" -msgstr "" - -#: typography/functions/functions.php:841 -msgid "Headings" -msgstr "" - -#: typography/functions/functions.php:900 -msgid "Heading 1 (H1)" -msgstr "Overskrift (H1)" - -#: typography/functions/functions.php:1051 -msgid "Heading 2 (H2)" -msgstr "Overskrift (H2)" - -#: typography/functions/functions.php:1202 -msgid "Heading 3 (H3)" -msgstr "Overskrift (H3)" - -#: typography/functions/functions.php:1336 -msgid "Heading 4 (H4)" -msgstr "" - -#: typography/functions/functions.php:1469 -msgid "Heading 5 (H5)" -msgstr "" - -#: typography/functions/functions.php:1602 -msgid "Heading 6 (H6)" -msgstr "" - -#: typography/functions/functions.php:1687 -msgid "Widgets" -msgstr "" - -#: typography/functions/functions.php:1750 -msgid "Widget Titles" -msgstr "" - -#: typography/functions/functions.php:1813 -msgid "Bottom margin" -msgstr "" - -#: typography/functions/functions.php:1848 -msgid "Content font size" -msgstr "" - -#: typography/functions/woocommerce-fonts.php:63 -msgid "Product Titles" -msgstr "" - -#: typography/functions/woocommerce-fonts.php:142 -msgid "Related/upsell title font size" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:43 -#: woocommerce/functions/customizer/customizer.php:709 -#: woocommerce/functions/customizer/customizer.php:719 -msgid "WooCommerce" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:57 -msgid "General" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:76 -msgid "Display cart in menu" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:95 -msgid "Display breadcrumbs" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:108 -msgid "Shop" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:127 -#: woocommerce/functions/customizer/customizer.php:547 -msgid "Sidebar Layout" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:130 -#: woocommerce/functions/customizer/customizer.php:551 -msgid "Sidebar / Content" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:131 -#: woocommerce/functions/customizer/customizer.php:552 -msgid "Content / Sidebar" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:132 -#: woocommerce/functions/customizer/customizer.php:553 -msgid "Content (no sidebars)" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:133 -#: woocommerce/functions/customizer/customizer.php:554 -msgid "Sidebar / Content / Sidebar" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:134 -#: woocommerce/functions/customizer/customizer.php:555 -msgid "Sidebar / Sidebar / Content" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:135 -#: woocommerce/functions/customizer/customizer.php:556 -msgid "Content / Sidebar / Sidebar" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:154 -#: woocommerce/functions/customizer/customizer.php:263 -msgid "Products Per Page" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:192 -msgid "Product Columns" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:239 -msgid "Image Alignment" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:306 -msgid "Display page title" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:325 -msgid "Display product results count" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:344 -msgid "Display product sorting" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:363 -msgid "Display product image" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:382 -msgid "Display secondary image on hover" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:401 -msgid "Display product title" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:420 -msgid "Display sale flash" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:439 -msgid "Sale Flash Over Image" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:458 -msgid "Display Rating" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:477 -msgid "Display price" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:496 -msgid "Display add to cart button" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:515 -#: woocommerce/functions/customizer/customizer.php:700 -msgid "Display short description" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:528 -msgid "Single Product" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:575 -msgid "Display product tabs" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:594 -msgid "Display related products" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:613 -msgid "Display upsell products" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:642 -msgid "Related/Upsell Columns" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:681 -msgid "Display product meta data" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:732 -msgid "Primary Button Colors" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:733 -msgid "Primary button colors can be set here." -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:747 -msgid "Checkout" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:766 -msgid "Distraction-free mode" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:767 -msgid "" -"Remove unnecessary distractions like sidebars, footer widgets and sticky " -"menus." -msgstr "" - -#: woocommerce/functions/functions.php:413 -#: woocommerce/functions/functions.php:433 -msgid "View your shopping cart" -msgstr "" - -#: woocommerce/functions/functions.php:715 -#, php-format -msgid "Rated %s out of 5" -msgstr "" - -#: woocommerce/functions/functions.php:717 -msgid "Not yet rated" -msgstr "" - -#: woocommerce/functions/functions.php:722 -msgid "out of 5" -msgstr "" - -#. Plugin URI of the plugin/theme -msgid "https://generatepress.com" -msgstr "" - -#. Description of the plugin/theme -msgid "" -"The entire bundle of GeneratePress add-ons. Configure add-ons by going to Appearance > GeneratePress." -msgstr "" - -#. Author of the plugin/theme -msgid "Tom Usborne" -msgstr "" - -#. Author URI of the plugin/theme -msgid "https://tomusborne.com" -msgstr "" - -#, fuzzy -#~| msgid "No Navigation" -#~ msgid "Slide-out Navigation" -#~ msgstr "Ingen Navigation" - -#~ msgid "Export Backgrounds Customizer Settings" -#~ msgstr "Eksporter Tilpassede indstillinger for Baggrunde" - -#~ msgid "Delete Backgrounds Customizer Settings" -#~ msgstr "Slet Tilpassede indstillinger for Baggrunde" - -#~ msgid "Post Image / Page Header" -#~ msgstr "Indlægsbillede / Sideheader" - -#~ msgid "Headline / Post Title" -#~ msgstr "Overskrift / Sidetitel" - -#~ msgid "verified" -#~ msgstr "verificeret" - -#~ msgid "unverified" -#~ msgstr "ikke-verificeret" - -#~ msgid "Disable Elements Installed" -#~ msgstr "Deaktiver Elementer Installeret" - -#~ msgid "Please enter your license key in order to use this plugin." -#~ msgstr "Indtast venligst din licensnøgle for at bruge dette plugin." - -#, fuzzy -#~ msgid "Deactivate License" -#~ msgstr "" -#~ "#-#-#-#-# disable-elements-da_DK.po (Generate Disable Elements) #-#-#-#-" -#~ "#\n" -#~ "Deaktiver licens\n" -#~ "#-#-#-#-# generate-colors-da_DK.po (Generate Colors) #-#-#-#-#\n" -#~ "Deaktiver Licens\n" -#~ "#-#-#-#-# generate-copyright-da_DK.po (Generate Copyright) #-#-#-#-#\n" -#~ "Deaktiver licens\n" -#~ "#-#-#-#-# generate-hooks-da_DK.po (Generate Hooks) #-#-#-#-#\n" -#~ "Deaktiver Licens\n" -#~ "#-#-#-#-# generate-ie-da_DK.po (Generate Import Export) #-#-#-#-#\n" -#~ "Deaktiver Licens\n" -#~ "#-#-#-#-# generate-spacing-da_DK.po (Generate Spacing) #-#-#-#-#\n" -#~ "Deaktiver Licens\n" -#~ "#-#-#-#-# generate-typography-da_DK.po (Generate Typography) #-#-#-#-#\n" -#~ "Deaktiver Licens\n" -#~ "#-#-#-#-# page-header-da_DK.po (Generate Page Header) #-#-#-#-#\n" -#~ "Deaktiver Licens" - -#~ msgid "active" -#~ msgstr "aktiv" - -#~ msgid "Generate Disable Elements License Key" -#~ msgstr "Generate Deaktiver elementer Licensnøgle" - -#~ msgid "" -#~ "Activate your addons by entering the email you purchased them with below. " -#~ "Save and verify, then your purchased addons will appear below for " -#~ "activation." -#~ msgstr "" -#~ "Aktiver dine addons ved at indtaste den email du købte dem fra forneden. " -#~ "Gem og verificer, og så vises dine købte addons forneden hvor de kan " -#~ "aktiveres." - -#~ msgid "Email" -#~ msgstr "Email" - -#~ msgid "Status" -#~ msgstr "Status" - -#~ msgid "Action" -#~ msgstr "Handling" - -#, fuzzy -#~ msgid "Verify Email" -#~ msgstr "" -#~ "#-#-#-#-# disable-elements-da_DK.po (Generate Disable Elements) #-#-#-#-" -#~ "#\n" -#~ "Verificér Email\n" -#~ "#-#-#-#-# generate-colors-da_DK.po (Generate Colors) #-#-#-#-#\n" -#~ "Verificer Email\n" -#~ "#-#-#-#-# generate-copyright-da_DK.po (Generate Copyright) #-#-#-#-#\n" -#~ "Verificér email\n" -#~ "#-#-#-#-# generate-hooks-da_DK.po (Generate Hooks) #-#-#-#-#\n" -#~ "Verificér Email\n" -#~ "#-#-#-#-# generate-ie-da_DK.po (Generate Import Export) #-#-#-#-#\n" -#~ "Verificer Email\n" -#~ "#-#-#-#-# generate-spacing-da_DK.po (Generate Spacing) #-#-#-#-#\n" -#~ "Verificer Email\n" -#~ "#-#-#-#-# generate-typography-da_DK.po (Generate Typography) #-#-#-#-#\n" -#~ "Verificer Email\n" -#~ "#-#-#-#-# page-header-da_DK.po (Generate Page Header) #-#-#-#-#\n" -#~ "Verificer Email" - -#, fuzzy -#~ msgid "Activate All" -#~ msgstr "" -#~ "#-#-#-#-# disable-elements-da_DK.po (Generate Disable Elements) #-#-#-#-" -#~ "#\n" -#~ "Aktiver Alle\n" -#~ "#-#-#-#-# generate-colors-da_DK.po (Generate Colors) #-#-#-#-#\n" -#~ "Aktiver alle\n" -#~ "#-#-#-#-# generate-copyright-da_DK.po (Generate Copyright) #-#-#-#-#\n" -#~ "Aktiver Alle\n" -#~ "#-#-#-#-# generate-hooks-da_DK.po (Generate Hooks) #-#-#-#-#\n" -#~ "Aktiver Alle\n" -#~ "#-#-#-#-# generate-ie-da_DK.po (Generate Import Export) #-#-#-#-#\n" -#~ "Aktiver alle\n" -#~ "#-#-#-#-# generate-spacing-da_DK.po (Generate Spacing) #-#-#-#-#\n" -#~ "Aktiver alle\n" -#~ "#-#-#-#-# generate-typography-da_DK.po (Generate Typography) #-#-#-#-#\n" -#~ "Aktiver alle\n" -#~ "#-#-#-#-# page-header-da_DK.po (Generate Page Header) #-#-#-#-#\n" -#~ "Aktiver alle" - -#~ msgid "Product" -#~ msgstr "Produkt" - -#~ msgid "Version" -#~ msgstr "Version" - -#~ msgid "Once Every 3 Days" -#~ msgstr "En gang hver 3. dag" - -#~ msgid "Read more..." -#~ msgstr "Læs mere..." - -#~ msgid "Excerpt Length" -#~ msgstr "Længde af Uddrag" - -#~ msgid "Masonry" -#~ msgstr "Murværk" - -#~ msgid "Masonry Block Width" -#~ msgstr "Murværk blokbredde" - -#~ msgid "Small" -#~ msgstr "Lille" - -#~ msgid "Medium" -#~ msgstr "Medium" - -#~ msgid "Large" -#~ msgstr "Stor" - -#~ msgid "Masonry Most Recent Width" -#~ msgstr "Murværk Mest Nylige Bredde" - -#~ msgid "Masonry Load More Text" -#~ msgstr "Murværk Hent Flere Tekst" - -#~ msgid "Masonry Loading Text" -#~ msgstr "Murværk Indlæser Tekst" - -#~ msgid "Post Image" -#~ msgstr "Indlægsbillede" - -#~ msgid "Show" -#~ msgstr "Vis" - -#~ msgid "Date" -#~ msgstr "Dato" - -#~ msgid "Author" -#~ msgstr "Forfatter" - -#~ msgid "Categories" -#~ msgstr "Kategorier" - -#~ msgid "Comment Link" -#~ msgstr "Kommentar Link" - -#~ msgid "Masonry Post Width" -#~ msgstr "Murværk indlægsbredde" - -#~ msgid "Global setting" -#~ msgstr "Global indstillinger" - -#~ msgid "Delete Blog Customizer Settings" -#~ msgstr "Slet tilpassede indstillinger for Blog" - -#~ msgid "Export Blog Customizer Settings" -#~ msgstr "Eksporter tilpassede indstillinger for Blog" - -#~ msgid "Header Colors" -#~ msgstr "Sidehoved Farver" - -#~ msgid "Navigation Colors" -#~ msgstr "Navigationens Farver" - -#~ msgid "Sub-Navigation Colors" -#~ msgstr "Undernavigationens Farver" - -#~ msgid "Content Colors" -#~ msgstr "Indholdsfarver" - -#~ msgid "Sidebar Widget Colors" -#~ msgstr "Sidebar Widget Farver" - -#~ msgid "Footer Widget Colors" -#~ msgstr "Sidefod Widget farver" - -#~ msgid "Footer Colors" -#~ msgstr "Sidefodsfarver" - -#~ msgid "Form Colors" -#~ msgstr "Formularfarver" - -#~ msgid "Form Background Focus/Hover" -#~ msgstr "Formularbagrgund Fokus/Hover" - -#~ msgid "Form Text Focus/Hover" -#~ msgstr "Formulartekst Fokus/Hover" - -#~ msgid "Form Border Focus/Hover" -#~ msgstr "Formular kant Fokus/Hover" - -#~ msgid "Form Button" -#~ msgstr "Formularknap" - -#~ msgid "Form Button Focus/Hover" -#~ msgstr "Formularknap Fokus/Hover" - -#~ msgid "Form Button Text" -#~ msgstr "Formular knaptekst" - -#~ msgid "Form Button Text Focus/Hover" -#~ msgstr "Formularknaptekst Fokus/Hover" - -#~ msgid "Colors Installed" -#~ msgstr "Farver installeret" - -#~ msgid "Deactivate Email" -#~ msgstr "Deaktiver Email" - -#~ msgid "Activate Email" -#~ msgstr "Aktiver Email" - -#~ msgid "Generate Colors License Key" -#~ msgstr "Generate Farver Licensnøgle" - -#~ msgid "Add a custom copyright line." -#~ msgstr "Tilføj dine egen Copyright linje" - -#~ msgid "" -#~ "Use %current_year% to include the current year dynamically." -#~ msgstr "" -#~ "Brug %current_year% for at bruge indeværende år dynamisk." - -#~ msgid "Use %copy% to include the copyright symbol." -#~ msgstr "Brug %copy% for at vise copyright symbolet." - -#~ msgid "Copyright Installed" -#~ msgstr "Copyright installeret" - -#~ msgid "Generate Copyright License Key" -#~ msgstr "Generate Copyright licensnøgle" - -#~ msgid "Save Settings" -#~ msgstr "Gem indstillinger" - -#~ msgid "Generate Hooks License Key" -#~ msgstr "Generate Hooks Licensnøgle" - -#~ msgid "Export your settings set in the Eksporter dine indstillinger valgt i Import your settings by uploading your exported .json " -#~ "file." -#~ msgstr "" -#~ "Importer dine indstillinger ved at uploade din " -#~ "eksporterede .json file." - -#~ msgid "Import / Export Installed" -#~ msgstr "Import / Eksport installeret" - -#~ msgid "Generate Import Export License Key" -#~ msgstr "Generate Import Eksport Licensnøgle" - -#~ msgid "" -#~ "The spacing between elements when \"Content Layout\" is set to \"Separate " -#~ "Containers\"." -#~ msgstr "" -#~ "Mellemrummet mellem elementer når \"Content Layout\" er sat til " -#~ "\"Separate Containers\"." - -#~ msgid "These options control the size of your menu items." -#~ msgstr "Disse indstillinger styrer størrelsen på dine menuelementer." - -#~ msgid "Left/Right Spacing" -#~ msgstr "Venstre/Højre mellemrum" - -#~ msgid "The top and bottom spacing of sub-menu items." -#~ msgstr "Top og bund mellemrum for elementer i undermenuen." - -#~ msgid "Sidebar Widths" -#~ msgstr "Sidebar Bredder" - -#~ msgid "Delete Spacing Customizer Settings" -#~ msgstr "Slet tilpassende indstillinger for afstandsjustering" - -#~ msgid "Export Spacing Customizer Settings" -#~ msgstr "Eksporter tilpassende indstillinger for afstandsjustering" - -#~ msgid "Spacing Installed" -#~ msgstr "Afstandsjustering installeret" - -#~ msgid "Generate Spacing License Key" -#~ msgstr "Generate Afstandsjustering Licensnøgle" - -#~ msgid "Font-size" -#~ msgstr "Skriftstørrelse" - -#~ msgid "Typography Installed" -#~ msgstr "Typografi Installeret" - -#~ msgid "Generate Typography License Key" -#~ msgstr "Generate Typografi Licensnøgle" - -#~ msgid "Page Header Link" -#~ msgstr "Sidehoved Link" - -#~ msgid "Hard Crop" -#~ msgstr "Hård beskæring" - -#~ msgid "Fluid" -#~ msgstr "Flydende" - -#~ msgid "Add Image" -#~ msgstr "Tilføj billede" - -#~ msgid "Add padding" -#~ msgstr "Tilføj padding" - -#~ msgid "Text alignment" -#~ msgstr "`Tekst justering" - -#~ msgid "Top/Bottom padding" -#~ msgstr "Top/Bund padding" - -#~ msgid "Text color" -#~ msgstr "Tekstfarve" - -#~ msgid "Link color" -#~ msgstr "Linkfarve" - -#~ msgid "Link color hover" -#~ msgstr "Linkfarve hover" - -#~ msgid "Page Header Position" -#~ msgstr "Sidehoved position" - -#~ msgid "Single Post Header Position" -#~ msgstr "Single Post Sidehovedposition" - -#~ msgid "Delete Page Header Customizer Settings" -#~ msgstr "Slet Tilpassede indstillinger for Sidehoved" - -#~ msgid "Export Page Header Customizer Settings" -#~ msgstr "Eksporter Tilpassede indstillinger for Sidehoved" - -#~ msgid "" -#~ "There is a new version of %1$s available. View version %3$s details." -#~ msgstr "" -#~ "Der er en ny version af %1$s tilgængelig. Se version %3$s detaljer." - -#~ msgid "" -#~ "There is a new version of %1$s available. View version %3$s details or update now." -#~ msgstr "" -#~ "Der er en ny version af %1$s tilgængelig. Se version %3$s detaljer eller opdater nu." - -#~ msgid "Mobile Label" -#~ msgstr "Mobil etiket" - -#~ msgid "Navigation Layout" -#~ msgstr "Navigation Layout" - -#~ msgid "Fluid / Full Width" -#~ msgstr "Flydende / Fuld Bredde" - -#~ msgid "Navigation Position" -#~ msgstr "Navigationsposition" - -#~ msgid "Secondary Navigation Spacing" -#~ msgstr "Sekundær Navigation Mellemrum" - -#~ msgid "Secondary Menu Items" -#~ msgstr "Sekundære Menuelementer" - -#~ msgid "These options control the size of your secondary menu items." -#~ msgstr "" -#~ "Disse indstillinger kontrollerer størrelse af dine sekundære " -#~ "menuelementer." - -#~ msgid "Secondary Sub-menu Item Height" -#~ msgstr "Sekundær Under-menu Elementhøjde" - -#~ msgid "The top and bottom spacing of secondary sub-menu items." -#~ msgstr "Top og bund mellemrum for elementer i den sekundære undermenu." - -#~ msgid "Secondary Navigation Colors" -#~ msgstr "Sekundær navigation Farver" - -#~ msgid "Secondary Sub-Navigation Colors" -#~ msgstr "Sekundær Undernavigations Farver" - -#~ msgid "Secondary Navigation Typography" -#~ msgstr "Sekundær Navigation Typografi" - -#~ msgid "Secondary navigation" -#~ msgstr "Sekundær navigation" - -#~ msgid "Secondary Background Images" -#~ msgstr "Sekundære baggrundsbilleder" - -#~ msgid "Delete Secondary Navigation Customizer Settings" -#~ msgstr "Slet Tilpassede indstillinger for Sekundær Navigation" - -#~ msgid "Export Secondary Navigation Customizer Settings" -#~ msgstr "Eksporter Tilpassede indstillinger for Sekundær Navigation" - -#~ msgid "" -#~ "Note: You've chosen content to show as your page header. Remove the " -#~ "content and save to use the image below." -#~ msgstr "" -#~ "Note: Du har valgt indhold til visning som sidehoved. Fjern indholdet og " -#~ "gem for at bruge billedet forneden." - -#~ msgid "Image Crop Position" -#~ msgstr "Billedebeskæringsposition" - -#~ msgid "Top left" -#~ msgstr "Øverst venstre" - -#~ msgid "Top right" -#~ msgstr "Øverst højre" - -#~ msgid "Bottom left" -#~ msgstr "Nederst venstre" - -#~ msgid "Bottom right" -#~ msgstr "Nederst højre" - -#~ msgid "Use image (from image tab) as a background image?" -#~ msgstr "Brug billede (fra billedfanen) som et baggrundsbillede?" - -#~ msgid "Background type" -#~ msgstr "Baggrundstype" - -#~ msgid "Add parallax effect?" -#~ msgstr "Tilføj parallax effekt?" - -#~ msgid "Add to blog excerpt (if no Featured Image is set)" -#~ msgstr "Tilføj til blog uddrag (Hvis intet Fremhævet Billede er valgt)" - -#~ msgid "Generate Page Header License Key" -#~ msgstr "Generate Sidehoved Licensnøgle" - -#~ msgid "No image URL has been entered." -#~ msgstr "Ingen billede URL er blevet indtastet." - -#~ msgid "At least one of width or height must be a number." -#~ msgstr "Mindst en af bredde eller højde skal være et tal." - -#~ msgid "Failed to get $file_path information using \"@getimagesize\"." -#~ msgstr "" -#~ "Det lykkedes ikke at hente $file_path information med \"@getimagesize\"." - -#~ msgid "Failed to get $dest_file_name (resized image) info via @getimagesize" -#~ msgstr "" -#~ "Det lykkedes ikke at hente $dest_file_name (resized image) info via " -#~ "@getimagesize" diff --git a/wp-content/plugins/gp-premium/langs/gp-premium-de_DE.mo b/wp-content/plugins/gp-premium/langs/gp-premium-de_DE.mo index a5a6b6595ee2d70d1e0d9ae87d44bf81c2440f49..48df41375c7db48c435b02a8d4ea992bcff824d8 100644 GIT binary patch literal 38963 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 Tt;ttj-k#x#kx4TCL$Ch}wX($t diff --git a/wp-content/plugins/gp-premium/langs/gp-premium-de_De.po b/wp-content/plugins/gp-premium/langs/gp-premium-de_De.po deleted file mode 100644 index 730ea091..00000000 --- a/wp-content/plugins/gp-premium/langs/gp-premium-de_De.po +++ /dev/null @@ -1,3840 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: GP Premium\n" -"POT-Creation-Date: 2018-03-22 09:03+0100\n" -"PO-Revision-Date: 2018-03-22 09:07+0100\n" -"Last-Translator: Pedro Mendonça \n" -"Language-Team: \n" -"Language: de_DE\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Generator: Poedit 1.8.1\n" -"X-Poedit-Basepath: ..\n" -"X-Poedit-SourceCharset: UTF-8\n" -"X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;esc_attr__;" -"esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c;_n_noop:1,2;" -"_nx_noop:3c,1,2;__ngettext_noop:1,2\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Poedit-WPHeader: gp-premium.php\n" -"X-Poedit-SearchPath-0: .\n" -"X-Poedit-SearchPathExcluded-0: *.js\n" -"X-Poedit-SearchPathExcluded-1: *deprecated*\n" -"X-Poedit-SearchPathExcluded-2: sites/classes/class-site-widget-importer.php\n" -"X-Poedit-SearchPathExcluded-3: sites/libs/wxr-importer/WPImporterLogger.php\n" -"X-Poedit-SearchPathExcluded-4: sites/libs/wxr-importer/WXRImporter.php\n" -"X-Poedit-SearchPathExcluded-5: sites/libs/wxr-importer/WXRImportInfo.php\n" - -#: backgrounds/functions/functions.php:99 -#: backgrounds/functions/functions.php:108 -msgid "Background Images" -msgstr "Hintergrundbilder" - -#: backgrounds/functions/functions.php:117 -#: backgrounds/functions/functions.php:143 -#: typography/functions/functions.php:53 -msgid "Body" -msgstr "Seitenhintergrund (Body)" - -#: backgrounds/functions/functions.php:206 -#: backgrounds/functions/functions.php:230 colors/functions/functions.php:56 -#: disable-elements/functions/functions.php:128 -#: disable-elements/functions/functions.php:130 -#: disable-elements/functions/functions.php:290 -#: disable-elements/functions/functions.php:292 -#: typography/functions/functions.php:238 -msgid "Top Bar" -msgstr "Top Bar" - -#: backgrounds/functions/functions.php:293 -#: backgrounds/functions/functions.php:316 colors/functions/functions.php:143 -#: disable-elements/functions/functions.php:134 -#: disable-elements/functions/functions.php:136 -#: disable-elements/functions/functions.php:296 -#: disable-elements/functions/functions.php:298 -#: spacing/functions/customizer/header-spacing.php:11 -#: typography/functions/functions.php:361 -msgid "Header" -msgstr "Kopfbereich" - -#: backgrounds/functions/functions.php:376 colors/functions/functions.php:239 -#: disable-elements/functions/functions.php:139 -#: disable-elements/functions/functions.php:141 -#: disable-elements/functions/functions.php:301 -#: disable-elements/functions/functions.php:303 -#: spacing/functions/customizer/navigation-spacing.php:11 -#: typography/functions/functions.php:600 -msgid "Primary Navigation" -msgstr "Primäre Navigation" - -#: backgrounds/functions/functions.php:403 -#: backgrounds/functions/secondary-nav-backgrounds.php:65 -msgid "Navigation" -msgstr "Navigation" - -#: backgrounds/functions/functions.php:423 -#: backgrounds/functions/functions.php:473 -#: backgrounds/functions/functions.php:523 -#: backgrounds/functions/functions.php:573 -#: backgrounds/functions/functions.php:633 -#: backgrounds/functions/functions.php:683 -#: backgrounds/functions/functions.php:733 -#: backgrounds/functions/secondary-nav-backgrounds.php:86 -#: backgrounds/functions/secondary-nav-backgrounds.php:135 -#: backgrounds/functions/secondary-nav-backgrounds.php:184 -#: backgrounds/functions/secondary-nav-backgrounds.php:233 -#: backgrounds/functions/secondary-nav-backgrounds.php:294 -#: backgrounds/functions/secondary-nav-backgrounds.php:343 -#: backgrounds/functions/secondary-nav-backgrounds.php:392 -#: library/customizer/controls/class-backgrounds-control.php:121 -msgid "Repeat" -msgstr "Wiederholen" - -#: backgrounds/functions/functions.php:424 -#: backgrounds/functions/functions.php:474 -#: backgrounds/functions/functions.php:524 -#: backgrounds/functions/functions.php:574 -#: backgrounds/functions/functions.php:634 -#: backgrounds/functions/functions.php:684 -#: backgrounds/functions/functions.php:734 -#: backgrounds/functions/secondary-nav-backgrounds.php:87 -#: backgrounds/functions/secondary-nav-backgrounds.php:136 -#: backgrounds/functions/secondary-nav-backgrounds.php:185 -#: backgrounds/functions/secondary-nav-backgrounds.php:234 -#: backgrounds/functions/secondary-nav-backgrounds.php:295 -#: backgrounds/functions/secondary-nav-backgrounds.php:344 -#: backgrounds/functions/secondary-nav-backgrounds.php:393 -#: library/customizer/controls/class-backgrounds-control.php:122 -msgid "Repeat x" -msgstr "Wiederholen x" - -#: backgrounds/functions/functions.php:425 -#: backgrounds/functions/functions.php:475 -#: backgrounds/functions/functions.php:525 -#: backgrounds/functions/functions.php:575 -#: backgrounds/functions/functions.php:635 -#: backgrounds/functions/functions.php:685 -#: backgrounds/functions/functions.php:735 -#: backgrounds/functions/secondary-nav-backgrounds.php:88 -#: backgrounds/functions/secondary-nav-backgrounds.php:137 -#: backgrounds/functions/secondary-nav-backgrounds.php:186 -#: backgrounds/functions/secondary-nav-backgrounds.php:235 -#: backgrounds/functions/secondary-nav-backgrounds.php:296 -#: backgrounds/functions/secondary-nav-backgrounds.php:345 -#: backgrounds/functions/secondary-nav-backgrounds.php:394 -#: library/customizer/controls/class-backgrounds-control.php:123 -msgid "Repeat y" -msgstr "Wiederholen y" - -#: backgrounds/functions/functions.php:426 -#: backgrounds/functions/functions.php:476 -#: backgrounds/functions/functions.php:526 -#: backgrounds/functions/functions.php:576 -#: backgrounds/functions/functions.php:636 -#: backgrounds/functions/functions.php:686 -#: backgrounds/functions/functions.php:736 -#: backgrounds/functions/secondary-nav-backgrounds.php:89 -#: backgrounds/functions/secondary-nav-backgrounds.php:138 -#: backgrounds/functions/secondary-nav-backgrounds.php:187 -#: backgrounds/functions/secondary-nav-backgrounds.php:236 -#: backgrounds/functions/secondary-nav-backgrounds.php:297 -#: backgrounds/functions/secondary-nav-backgrounds.php:346 -#: backgrounds/functions/secondary-nav-backgrounds.php:395 -#: library/customizer/controls/class-backgrounds-control.php:124 -msgid "No Repeat" -msgstr "Keine Wiederholung" - -#: backgrounds/functions/functions.php:453 -#: backgrounds/functions/secondary-nav-backgrounds.php:114 -msgid "Navigation Item" -msgstr "Navigationselement" - -#: backgrounds/functions/functions.php:503 -#: backgrounds/functions/secondary-nav-backgrounds.php:163 -msgid "Navigation Item Hover" -msgstr "Navigationselement bei Mauskontakt" - -#: backgrounds/functions/functions.php:553 -#: backgrounds/functions/secondary-nav-backgrounds.php:212 -msgid "Navigation Item Current" -msgstr "Aktives Navigationselement" - -#: backgrounds/functions/functions.php:586 -msgid "Primary Sub-Navigation" -msgstr "Primäre Sub-Navigation" - -#: backgrounds/functions/functions.php:613 -#: backgrounds/functions/secondary-nav-backgrounds.php:273 -msgid "Sub-Navigation Item" -msgstr "Sub-Navigationselement" - -#: backgrounds/functions/functions.php:663 -#: backgrounds/functions/secondary-nav-backgrounds.php:322 -msgid "Sub-Navigation Item Hover" -msgstr "Sub-Navigation bei Mauskontakt" - -#: backgrounds/functions/functions.php:713 -#: backgrounds/functions/secondary-nav-backgrounds.php:371 -msgid "Sub-Navigation Item Current" -msgstr "Aktives Subnavigationselement" - -#: backgrounds/functions/functions.php:746 -#: backgrounds/functions/functions.php:772 blog/functions/customizer.php:49 -#: colors/functions/functions.php:621 page-header/functions/metabox.php:182 -#: sections/functions/metaboxes/metabox-functions.php:241 -#: sections/functions/metaboxes/metabox-functions.php:244 -#: sites/classes/class-site.php:370 -#: spacing/functions/customizer/content-spacing.php:11 -msgid "Content" -msgstr "Inhalt" - -#: backgrounds/functions/functions.php:833 -msgid "Sidebar" -msgstr "Seitenleiste" - -#: backgrounds/functions/functions.php:856 colors/functions/functions.php:775 -msgid "Sidebar Widgets" -msgstr "Seitenleiste-Widgets" - -#: backgrounds/functions/functions.php:917 colors/functions/functions.php:1102 -#: disable-elements/functions/functions.php:161 -#: disable-elements/functions/functions.php:163 -#: disable-elements/functions/functions.php:323 -#: disable-elements/functions/functions.php:325 -#: spacing/functions/customizer/footer-spacing.php:12 -#: typography/functions/functions.php:1871 -msgid "Footer" -msgstr "Fußbereich" - -#: backgrounds/functions/functions.php:941 -msgid "Footer Widget Area" -msgstr "Fußbereich-Widget" - -#: backgrounds/functions/functions.php:1016 -msgid "Footer Area" -msgstr "Fußbereich" - -#: backgrounds/functions/secondary-nav-backgrounds.php:39 -#: colors/functions/secondary-nav-colors.php:50 -#: disable-elements/functions/functions.php:145 -#: disable-elements/functions/functions.php:147 -#: disable-elements/functions/functions.php:307 -#: disable-elements/functions/functions.php:309 -#: secondary-nav/functions/functions.php:153 -#: secondary-nav/functions/functions.php:162 -#: typography/functions/secondary-nav-fonts.php:48 -msgid "Secondary Navigation" -msgstr "Sekundäre Navigation" - -#: backgrounds/functions/secondary-nav-backgrounds.php:247 -msgid "Secondary Sub-Navigation" -msgstr "Sekundäre Sub-Navigation" - -#: blog/functions/customizer.php:35 -msgid "Blog" -msgstr "Blog" - -#: blog/functions/customizer.php:63 blog/functions/customizer.php:439 -msgid "Archives" -msgstr "Archive" - -#: blog/functions/customizer.php:64 -msgid "Single" -msgstr "Einzeln" - -#: blog/functions/customizer.php:76 -msgid "Content type" -msgstr "Inhaltstyp" - -#: blog/functions/customizer.php:79 secondary-nav/functions/functions.php:206 -#: secondary-nav/functions/functions.php:232 -msgid "Full" -msgstr "Ganzer Text" - -#: blog/functions/customizer.php:80 -msgid "Excerpt" -msgstr "Auszug" - -#: blog/functions/customizer.php:99 -msgid "Excerpt word count" -msgstr "Auszug Wortzahl" - -#: blog/functions/customizer.php:119 -msgid "Read more label" -msgstr "Weiterlesen-Label" - -#: blog/functions/customizer.php:139 -msgid "Display read more as button" -msgstr "„Weiterlesen“ als Button anzeigen" - -#: blog/functions/customizer.php:159 blog/functions/customizer.php:337 -msgid "Display post date" -msgstr "Beitragsdatum anzeigen" - -#: blog/functions/customizer.php:179 blog/functions/customizer.php:356 -msgid "Display post author" -msgstr "Beitragsautor anzeigen" - -#: blog/functions/customizer.php:199 blog/functions/customizer.php:375 -msgid "Display post categories" -msgstr "Kategorien anzeigen" - -#: blog/functions/customizer.php:219 blog/functions/customizer.php:394 -msgid "Display post tags" -msgstr "Schlagwörter anzeigen" - -#: blog/functions/customizer.php:239 -msgid "Display comment count" -msgstr "Kommentar-Zähler anzeigen" - -#: blog/functions/customizer.php:259 -msgid "Use infinite scroll" -msgstr "Endlos Scrollen benutzen" - -#: blog/functions/customizer.php:279 -msgid "Use button to load more posts" -msgstr "„Weitere laden“ Button" - -#: blog/functions/customizer.php:298 -msgid "Load more label" -msgstr "„Weitere laden“ Label" - -#: blog/functions/customizer.php:317 -msgid "Loading label" -msgstr "„Laden“ Label" - -#: blog/functions/customizer.php:413 -msgid "Display post navigation" -msgstr "Beitrags-Navigation anzeigen" - -#: blog/functions/customizer.php:426 -msgid "Featured Images" -msgstr "Beitragsbilder" - -#: blog/functions/customizer.php:440 -msgid "Posts" -msgstr "Beiträge" - -#: blog/functions/customizer.php:441 -msgid "Pages" -msgstr "Seiten" - -#: blog/functions/customizer.php:462 blog/functions/customizer.php:625 -#: blog/functions/customizer.php:789 -msgid "Display featured images" -msgstr "Beitragsbilder anzuzeigen" - -#: blog/functions/customizer.php:482 blog/functions/customizer.php:645 -#: blog/functions/customizer.php:809 -msgid "Display padding around images" -msgstr "Rand (Padding) um Bilder anzeigen" - -#: blog/functions/customizer.php:503 blog/functions/customizer.php:666 -#: blog/functions/customizer.php:830 -msgid "Location" -msgstr "Standort" - -#: blog/functions/customizer.php:506 blog/functions/customizer.php:669 -#: blog/functions/customizer.php:833 -msgid "Below Title" -msgstr "Unter dem Titel" - -#: blog/functions/customizer.php:507 blog/functions/customizer.php:670 -#: blog/functions/customizer.php:834 -msgid "Above Title" -msgstr "Über dem Titel" - -#: blog/functions/customizer.php:528 blog/functions/customizer.php:692 -#: blog/functions/customizer.php:856 -msgid "Alignment" -msgstr "Ausrichtung" - -#: blog/functions/customizer.php:531 blog/functions/customizer.php:695 -#: blog/functions/customizer.php:859 page-header/functions/metabox.php:336 -#: secondary-nav/functions/functions.php:259 -#: woocommerce/functions/customizer/customizer.php:243 -#: woocommerce/functions/customizer/customizer.php:286 -msgid "Center" -msgstr "Mittig" - -#: blog/functions/customizer.php:532 blog/functions/customizer.php:696 -#: blog/functions/customizer.php:860 -#: library/customizer/controls/class-spacing-control.php:26 -#: menu-plus/functions/generate-menu-plus.php:445 -#: page-header/functions/metabox.php:335 -#: secondary-nav/functions/functions.php:258 -#: woocommerce/functions/customizer/customizer.php:242 -#: woocommerce/functions/customizer/customizer.php:285 -msgid "Left" -msgstr "Links" - -#: blog/functions/customizer.php:533 blog/functions/customizer.php:697 -#: blog/functions/customizer.php:861 -#: library/customizer/controls/class-spacing-control.php:24 -#: menu-plus/functions/generate-menu-plus.php:446 -#: page-header/functions/metabox.php:337 -#: secondary-nav/functions/functions.php:260 -#: woocommerce/functions/customizer/customizer.php:244 -#: woocommerce/functions/customizer/customizer.php:287 -msgid "Right" -msgstr "Rechts" - -#: blog/functions/customizer.php:555 blog/functions/customizer.php:719 -#: blog/functions/customizer.php:883 -msgid "Width" -msgstr "Breite" - -#: blog/functions/customizer.php:559 blog/functions/customizer.php:586 -#: blog/functions/customizer.php:723 blog/functions/customizer.php:750 -#: blog/functions/customizer.php:887 blog/functions/customizer.php:914 -msgid "Auto" -msgstr "Auto" - -#: blog/functions/customizer.php:582 blog/functions/customizer.php:746 -#: blog/functions/customizer.php:910 -msgid "Height" -msgstr "Höhe" - -#: blog/functions/customizer.php:601 blog/functions/customizer.php:765 -#: blog/functions/customizer.php:929 -msgid "Apply sizes" -msgstr "Größen übernehmen" - -#: blog/functions/customizer.php:671 blog/functions/customizer.php:835 -#: page-header/functions/functions.php:803 -#: page-header/functions/functions.php:828 -msgid "Above Content Area" -msgstr "Über dem Inhaltsbereich" - -#: blog/functions/customizer.php:943 blog/functions/customizer.php:983 -msgid "Columns" -msgstr "Spalten" - -#: blog/functions/customizer.php:963 -msgid "Display posts in columns" -msgstr "Beiträge in Spalten anzeigen" - -#: blog/functions/customizer.php:1010 -msgid "Make first post featured" -msgstr "Erster Beitrag hervorgehoben" - -#: blog/functions/customizer.php:1031 -msgid "Display posts in masonry grid" -msgstr "Beiträge im Masonry-Raster anzeigen" - -#: blog/functions/defaults.php:13 blog/functions/migrate.php:22 -msgid "Read more" -msgstr "Weiterlesen ..." - -#: blog/functions/defaults.php:16 blog/functions/migrate.php:26 -msgid "+ More" -msgstr "+ Weitere" - -#: blog/functions/defaults.php:17 blog/functions/migrate.php:27 -msgid "Loading..." -msgstr "Lädt ..." - -#: colors/functions/functions.php:46 -#: sections/functions/metaboxes/views/sections-template.php:211 -msgid "Colors" -msgstr "Farben" - -#: colors/functions/functions.php:79 colors/functions/functions.php:166 -#: colors/functions/functions.php:276 colors/functions/functions.php:411 -#: colors/functions/functions.php:541 colors/functions/functions.php:644 -#: colors/functions/functions.php:798 colors/functions/functions.php:886 -#: colors/functions/functions.php:1125 colors/functions/functions.php:1209 -#: colors/functions/secondary-nav-colors.php:86 -#: colors/functions/secondary-nav-colors.php:240 -#: colors/functions/slideout-nav-colors.php:82 -#: colors/functions/slideout-nav-colors.php:236 -#: sections/functions/metaboxes/views/sections-template.php:236 -msgid "Background" -msgstr "Hintergrund" - -#: colors/functions/functions.php:95 colors/functions/functions.php:181 -#: colors/functions/functions.php:340 colors/functions/functions.php:475 -#: colors/functions/functions.php:564 colors/functions/functions.php:658 -#: colors/functions/functions.php:812 colors/functions/functions.php:900 -#: colors/functions/functions.php:1139 colors/functions/functions.php:1232 -#: colors/functions/secondary-nav-colors.php:110 -#: colors/functions/secondary-nav-colors.php:264 -#: colors/functions/slideout-nav-colors.php:106 -#: colors/functions/slideout-nav-colors.php:260 -msgid "Text" -msgstr "Text" - -#: colors/functions/functions.php:101 colors/functions/functions.php:187 -#: colors/functions/functions.php:664 colors/functions/functions.php:818 -#: colors/functions/functions.php:906 colors/functions/functions.php:1145 -msgid "Link" -msgstr "Link" - -#: colors/functions/functions.php:107 colors/functions/functions.php:193 -#: colors/functions/functions.php:670 colors/functions/functions.php:824 -#: colors/functions/functions.php:912 colors/functions/functions.php:1151 -msgid "Link Hover" -msgstr "Linkfarbe bei Mauskontakt" - -#: colors/functions/functions.php:199 page-header/functions/metabox.php:512 -#: typography/functions/functions.php:424 -msgid "Site Title" -msgstr "Titel der Webseite" - -#: colors/functions/functions.php:205 -msgid "Tagline" -msgstr "Slogan" - -#: colors/functions/functions.php:253 -#: colors/functions/secondary-nav-colors.php:64 -#: colors/functions/slideout-nav-colors.php:60 -msgid "Parent Items" -msgstr "Übergeordnete Elemente" - -#: colors/functions/functions.php:301 colors/functions/functions.php:436 -#: colors/functions/functions.php:587 colors/functions/functions.php:1254 -#: colors/functions/secondary-nav-colors.php:133 -#: colors/functions/secondary-nav-colors.php:287 -#: colors/functions/slideout-nav-colors.php:129 -#: colors/functions/slideout-nav-colors.php:283 -msgid "Background Hover" -msgstr "Hintergrund bei Mauskontakt" - -#: colors/functions/functions.php:326 colors/functions/functions.php:461 -#: colors/functions/secondary-nav-colors.php:180 -#: colors/functions/secondary-nav-colors.php:334 -#: colors/functions/slideout-nav-colors.php:176 -#: colors/functions/slideout-nav-colors.php:330 -msgid "Background Current" -msgstr "Hintergrund aktuell" - -#: colors/functions/functions.php:346 colors/functions/functions.php:481 -#: colors/functions/functions.php:610 colors/functions/functions.php:1277 -#: colors/functions/secondary-nav-colors.php:157 -#: colors/functions/secondary-nav-colors.php:311 -#: colors/functions/slideout-nav-colors.php:153 -#: colors/functions/slideout-nav-colors.php:307 -msgid "Text Hover" -msgstr "Text bei Mauskontakt" - -#: colors/functions/functions.php:352 colors/functions/functions.php:487 -#: colors/functions/secondary-nav-colors.php:204 -#: colors/functions/secondary-nav-colors.php:358 -#: colors/functions/slideout-nav-colors.php:200 -#: colors/functions/slideout-nav-colors.php:354 -msgid "Text Current" -msgstr "Text aktuell" - -#: colors/functions/functions.php:388 -#: colors/functions/secondary-nav-colors.php:218 -#: colors/functions/slideout-nav-colors.php:214 -msgid "Sub-Menu Items" -msgstr "Untermenü-Einträge" - -#: colors/functions/functions.php:518 typography/functions/functions.php:732 -msgid "Buttons" -msgstr "Buttons" - -#: colors/functions/functions.php:676 -#: disable-elements/functions/functions.php:156 -#: disable-elements/functions/functions.php:158 -#: disable-elements/functions/functions.php:318 -#: disable-elements/functions/functions.php:320 -msgid "Content Title" -msgstr "Inhaltstitel" - -#: colors/functions/functions.php:682 -msgid "Blog Post Title" -msgstr "Beitragstitel" - -#: colors/functions/functions.php:688 -msgid "Blog Post Title Hover" -msgstr "Beitragstitel bei Mauskontakt" - -#: colors/functions/functions.php:694 -msgid "Entry Meta Text" -msgstr "Meta-Eintrag" - -#: colors/functions/functions.php:700 -msgid "Entry Meta Links" -msgstr "Meta-Links" - -#: colors/functions/functions.php:706 -msgid "Entry Meta Links Hover" -msgstr "Meta-Links bei Mauskontakt" - -#: colors/functions/functions.php:712 -msgid "Heading 1 (H1) Color" -msgstr "Überschrift 1 (H1) Farbe" - -#: colors/functions/functions.php:718 -msgid "Heading 2 (H2) Color" -msgstr "Überschrift 2 (H2)-Farbe" - -#: colors/functions/functions.php:724 -msgid "Heading 3 (H3) Color" -msgstr "Überschrift 3 (H3) Farbe" - -#: colors/functions/functions.php:732 -msgid "Heading 4 (H4) Color" -msgstr "Überschrift H4 Farbe" - -#: colors/functions/functions.php:741 -msgid "Heading 5 (H5) Color" -msgstr "Überschrift H5 Farbe" - -#: colors/functions/functions.php:830 colors/functions/functions.php:918 -msgid "Widget Title" -msgstr "Widget Titel" - -#: colors/functions/functions.php:863 -msgid "Footer Widgets" -msgstr "Fußbereichs-Widgets" - -#: colors/functions/functions.php:951 -msgid "Forms" -msgstr "Formulare" - -#: colors/functions/functions.php:974 -msgid "Form Background" -msgstr "Formularhintergrund" - -#: colors/functions/functions.php:999 -msgid "Form Background Focus" -msgstr "Formular Hintergrund Fokus" - -#: colors/functions/functions.php:1024 -msgid "Form Border" -msgstr "Formular-Rand" - -#: colors/functions/functions.php:1049 -msgid "Form Border Focus" -msgstr "Formular-Rand Fokus" - -#: colors/functions/functions.php:1063 -msgid "Form Text" -msgstr "Formulartext" - -#: colors/functions/functions.php:1069 -msgid "Form Text Focus" -msgstr "Formular Text Fokus" - -#: colors/functions/functions.php:1188 -msgid "Back to Top Button" -msgstr "„Zurück-nach-Oben“-Button" - -#: colors/functions/slideout-nav-colors.php:46 -#: menu-plus/functions/generate-menu-plus.php:14 -#: menu-plus/functions/generate-menu-plus.php:396 -#: menu-plus/functions/generate-menu-plus.php:417 -#: menu-plus/functions/generate-menu-plus.php:726 -#: typography/functions/slideout-nav-fonts.php:38 -msgid "Slideout Navigation" -msgstr "Ausklappende Navigation" - -#: colors/functions/woocommerce-colors.php:51 -msgid "Product Title" -msgstr "Produkttitel" - -#: colors/functions/woocommerce-colors.php:73 -msgid "Product Title Hover" -msgstr "Produkttitel Hover" - -#: colors/functions/woocommerce-colors.php:96 -msgid "Alt Button Background" -msgstr "Alt Button Hintergrund" - -#: colors/functions/woocommerce-colors.php:120 -msgid "Alt Button Background Hover" -msgstr "Alt Button Hintergrund Hover" - -#: colors/functions/woocommerce-colors.php:143 -msgid "Alt Button Text" -msgstr "Alt Button-Beschriftung" - -#: colors/functions/woocommerce-colors.php:166 -msgid "Alt Button Text Hover" -msgstr "Alt Button-Beschriftung Hover" - -#: colors/functions/woocommerce-colors.php:189 -msgid "Star Ratings" -msgstr "Sternebewertung" - -#: colors/functions/woocommerce-colors.php:213 -msgid "Sale Sticker Background" -msgstr "Sale Sticker Hintergrund" - -#: colors/functions/woocommerce-colors.php:236 -msgid "Sale Sticker Text" -msgstr "Sale Sticker Text" - -#: colors/functions/woocommerce-colors.php:258 -msgid "Price" -msgstr "Preis" - -#: colors/functions/woocommerce-colors.php:280 -msgid "Product Tab Text" -msgstr "Produkt Tab Text" - -#: colors/functions/woocommerce-colors.php:302 -msgid "Product Tab Active" -msgstr "Produkt Tab Aktiv" - -#: colors/functions/woocommerce-colors.php:325 -msgid "Success Message Background" -msgstr "Hintergrund der Erfolgsmeldung" - -#: colors/functions/woocommerce-colors.php:348 -msgid "Success Message Text" -msgstr "Nachricht bei Erfolg" - -#: colors/functions/woocommerce-colors.php:371 -msgid "Info Message Background" -msgstr "Hintergrund der Info-Nachricht" - -#: colors/functions/woocommerce-colors.php:394 -msgid "Info Message Text" -msgstr "Info-Nachricht Text" - -#: colors/functions/woocommerce-colors.php:417 -msgid "Error Message Background" -msgstr "Hintergrund der Fehlermeldung" - -#: colors/functions/woocommerce-colors.php:440 -msgid "Error Message Text" -msgstr "Fehlermeldung Text" - -#: copyright/functions/functions.php:37 -msgid "Copyright" -msgstr "Copyright" - -#: disable-elements/functions/functions.php:98 -msgid "Disable Elements" -msgstr "Elemente deaktivieren" - -#: disable-elements/functions/functions.php:151 -#: disable-elements/functions/functions.php:153 -#: disable-elements/functions/functions.php:313 -#: disable-elements/functions/functions.php:315 -msgid "Featured Image / Page Header" -msgstr "Beitragsbild / Seitenkopf" - -#: general/smooth-scroll.php:85 -msgid "Smooth scroll" -msgstr "Sanfter Bildlauf" - -#: general/smooth-scroll.php:86 -msgid "" -"Initiate smooth scroll on anchor links using the smooth-scroll " -"class." -msgstr "" -"Sanften Bildlauf an Anker-Links ausrichten, smooth-scroll class " -"benutzen." - -#: gp-premium.php:220 -msgid "GeneratePress has an update available." -msgstr "Für GeneratePress ist ein Update verfügbar." - -#: gp-premium.php:222 -msgid "Update now." -msgstr "Jetzt aktualisieren." - -#: gp-premium.php:234 -msgid "GP Premium requires GeneratePress to be your active theme." -msgstr "GP Premium benötigt GeneratePress als aktiviertes Theme." - -#: gp-premium.php:235 -msgid "Install now." -msgstr "Jetzt installieren." - -#: gp-premium.php:250 -msgid "Configure" -msgstr "Konfigurieren" - -#: hooks/functions/functions.php:69 -msgid "" -"DISALLOW_FILE_EDIT is defined. You should also disallow PHP execution in GP " -"Hooks." -msgstr "" -"DISALLOW_FILE_EDIT ist definiert. Du solltest auch die Ausführung von PHP in " -"GP-Hooks verbieten." - -#: hooks/functions/functions.php:70 -msgid "Learn how" -msgstr "Lerne Wie" - -#: hooks/functions/functions.php:124 hooks/functions/functions.php:144 -#: hooks/functions/functions.php:395 -msgid "GP Hooks" -msgstr "GP Hooks" - -#: hooks/functions/functions.php:160 -msgid "wp_head" -msgstr "wp_head" - -#: hooks/functions/functions.php:166 -msgid "Before Header" -msgstr "Vor Kopfbereich" - -#: hooks/functions/functions.php:172 -msgid "Before Header Content" -msgstr "Vor dem Inhalt des Kopfbereichs" - -#: hooks/functions/functions.php:178 -msgid "After Header Content" -msgstr "Nach dem Inhalt des Kopfbereichs" - -#: hooks/functions/functions.php:184 -msgid "After Header" -msgstr "Nach Kopfbereich" - -#: hooks/functions/functions.php:190 -msgid "Inside Content Container" -msgstr "Im Inhaltsbereich" - -#: hooks/functions/functions.php:196 -msgid "Before Content" -msgstr "Vor Inhalt" - -#: hooks/functions/functions.php:202 -msgid "After Entry Title" -msgstr "Nach Seitentitel" - -#: hooks/functions/functions.php:208 -msgid "After Content" -msgstr "Nach Inhalt" - -#: hooks/functions/functions.php:214 -msgid "Before Right Sidebar Content" -msgstr "Vor rechter Seitenleiste" - -#: hooks/functions/functions.php:220 -msgid "After Right Sidebar Content" -msgstr "Nach rechter Seitenleiste" - -#: hooks/functions/functions.php:226 -msgid "Before Left Sidebar Content" -msgstr "Vor Inhalt der linken Seitenleiste" - -#: hooks/functions/functions.php:232 -msgid "After Left Sidebar Content" -msgstr "Nach Inhalt der linken Seitenleiste" - -#: hooks/functions/functions.php:238 -msgid "Before Footer" -msgstr "Vor Fußbereich" - -#: hooks/functions/functions.php:244 -msgid "After Footer Widgets" -msgstr "Nach dem Footer-Widgets" - -#: hooks/functions/functions.php:250 -msgid "Before Footer Content" -msgstr "Vor Inhalt des Fußbereichs" - -#: hooks/functions/functions.php:256 -msgid "After Footer Content" -msgstr "Nach Inhalt des Fußbereichs" - -#: hooks/functions/functions.php:262 -msgid "wp_footer" -msgstr "wp_footer" - -#: hooks/functions/functions.php:347 -msgid "Execute PHP" -msgstr "PHP ausführen" - -#: hooks/functions/functions.php:349 -msgid "Disable Hook" -msgstr "Deaktiviere Hook" - -#: hooks/functions/functions.php:397 -msgid "" -"Use these fields to insert anything you like throughout GeneratePress. " -"Shortcodes are allowed, and you can even use PHP if you check the Execute " -"PHP checkboxes." -msgstr "" -"Verwenden Sie diese Felder zum einfügen, von was auch immer, in " -"GeneratePress. Shortcodes sind erlaubt, und Sie können sogar PHP verwenden, " -"wenn Sie die Ausführung von PHP erlaubt ist." - -#: hooks/functions/functions.php:399 -msgid "Show all" -msgstr "Alle anzeigen" - -#: hooks/functions/functions.php:410 -msgid "Save Hooks" -msgstr "Speichere Hooks" - -#: hooks/functions/functions.php:482 -msgid "Hooks saved." -msgstr "Hooks gespeichert." - -#: import-export/functions/functions.php:11 -msgid "Export Settings" -msgstr "Exporteinstellungen" - -#: import-export/functions/functions.php:14 inc/reset.php:12 -#: page-header/functions/metabox.php:196 -msgid "Advanced" -msgstr "Erweitert" - -#: import-export/functions/functions.php:16 inc/reset.php:14 -msgctxt "Module name" -msgid "Core" -msgstr "Kernel" - -#: import-export/functions/functions.php:19 inc/reset.php:17 -msgctxt "Module name" -msgid "Backgrounds" -msgstr "Hintergründe" - -#: import-export/functions/functions.php:23 inc/reset.php:21 -msgctxt "Module name" -msgid "Blog" -msgstr "Blog" - -#: import-export/functions/functions.php:27 inc/reset.php:25 -msgctxt "Module name" -msgid "Hooks" -msgstr "Hooks" - -#: import-export/functions/functions.php:31 inc/reset.php:29 -msgctxt "Module name" -msgid "Page Header" -msgstr "Seiten-Header" - -#: import-export/functions/functions.php:35 inc/reset.php:33 -msgctxt "Module name" -msgid "Secondary Navigation" -msgstr "Sekundäre Navigation" - -#: import-export/functions/functions.php:39 inc/reset.php:37 -msgctxt "Module name" -msgid "Spacing" -msgstr "Abstände" - -#: import-export/functions/functions.php:43 inc/reset.php:41 -msgctxt "Module name" -msgid "Menu Plus" -msgstr "Menu Plus" - -#: import-export/functions/functions.php:47 inc/reset.php:45 -msgctxt "Module name" -msgid "WooCommerce" -msgstr "WooCommerce" - -#: import-export/functions/functions.php:51 inc/reset.php:49 -msgctxt "Module name" -msgid "Copyright" -msgstr "Copyright" - -#: import-export/functions/functions.php:56 -msgctxt "Module name" -msgid "GeneratePress Site" -msgstr "GeneratePress Seite" - -#: import-export/functions/functions.php:63 -msgid "Export" -msgstr "Export" - -#: import-export/functions/functions.php:77 -msgid "Import Settings" -msgstr "Importiere Einstellungen" - -#: import-export/functions/functions.php:86 -msgid "Import" -msgstr "Import" - -#: import-export/functions/functions.php:214 -msgid "Please upload a valid .json file" -msgstr "Bitte laden Sie eine gültige .json Datei" - -#: import-export/functions/functions.php:220 -msgid "Please upload a file to import" -msgstr "Bitte laden Sie eine Datei für den Import" - -#: inc/activation.php:31 -msgid "Module deactivated." -msgstr "Modul deaktiviert" - -#: inc/activation.php:35 -msgid "Module activated." -msgstr "Modul aktiviert." - -#: inc/activation.php:49 -msgid "License deactivated." -msgstr "Lizenz deaktiviert." - -#: inc/activation.php:53 -msgid "License activated." -msgstr "Lizenz aktiviert." - -#. Plugin Name of the plugin/theme -#: inc/activation.php:111 -msgid "GP Premium" -msgstr "GP Premium" - -#: inc/activation.php:119 -msgid "Bulk Actions" -msgstr "Massenbearbeitung" - -#: inc/activation.php:120 inc/activation.php:157 -msgid "Activate" -msgstr "Aktivieren" - -#: inc/activation.php:121 inc/activation.php:141 -msgid "Deactivate" -msgstr "Deaktivieren" - -#: inc/activation.php:124 -#: sections/functions/metaboxes/views/sections-template.php:80 -msgid "Apply" -msgstr "Übernehmen" - -#: inc/activation.php:154 -msgid "WooCommerce not activated." -msgstr "WooCommerce ist nicht aktiviert" - -#: inc/activation.php:332 -msgid "Receiving updates" -msgstr "Updates werden erhalten" - -#: inc/activation.php:334 -msgid "Not receiving updates" -msgstr "Es werden keine Updates erhalten" - -#: inc/activation.php:340 -msgid "Updates" -msgstr "Aktualisierungen" - -#: inc/activation.php:343 inc/activation.php:355 -msgid "Help" -msgstr "Hilfe" - -#: inc/activation.php:350 -msgid "License Key" -msgstr "Lizenzschlüssel" - -#: inc/activation.php:355 -msgid "Receive beta updates" -msgstr "Beta-Updates erhalten" - -#: inc/activation.php:359 -msgid "Save" -msgstr "Speichern" - -#: inc/activation.php:452 -#, php-format -msgid "Your license key expired on %s." -msgstr "Lizenz am %s abgelaufen." - -#: inc/activation.php:459 -msgid "Your license key has been disabled." -msgstr "Ihr Lizenzschlüssel wurde deaktiviert." - -#: inc/activation.php:464 -msgid "Invalid license." -msgstr "Ungültiger Lizenzschlüssel." - -#: inc/activation.php:470 -msgid "Your license is not active for this URL." -msgstr "Die Lizenz ist für diese URL nicht aktiv." - -#: inc/activation.php:475 -msgid "This appears to be an invalid license key for GP Premium." -msgstr "Dies scheint ein ungültiger Lizenzschlüssel für GP Premium zu sein." - -#: inc/activation.php:480 -msgid "Your license key has reached its activation limit." -msgstr "Deine Lizenz hat das maximale Aktivierungslimit erreicht." - -#: inc/activation.php:485 -msgid "An error occurred, please try again." -msgstr "Ein Fehler ist aufgetreten, versuchen Sie es erneut." - -#: inc/activation.php:530 -msgid "Enter valid license key for automatic updates." -msgstr "Gültigen Lizenzschlüssel für automatische Updates eingeben." - -#: inc/dashboard.php:16 -msgid "Modules" -msgstr "Module" - -#: inc/reset.php:9 -msgid "Reset Settings" -msgstr "Einstellungen zurücksetzen" - -#: inc/reset.php:55 -msgid "Warning: This will delete your settings and can not be undone." -msgstr "" -"Warnung. Die Einstellungen werden gelöscht, dies kann nicht rückgängig " -"gemacht werden." - -#: inc/reset.php:58 -#: library/customizer/controls/class-range-slider-control.php:45 -msgid "Reset" -msgstr "Zurücksetzen" - -#: library/EDD_SL_Plugin_Updater.php:201 -#, php-format -msgid "" -"There is a new version of %1$s available. %2$sView version %3$s details%4$s." -msgstr "" -"Es ist eine neue Version von %1$s verfügbar. %2$s Zeige Details der Version " -"%3$s details%4$s." - -#: library/EDD_SL_Plugin_Updater.php:209 -#, php-format -msgid "" -"There is a new version of %1$s available. %2$sView version %3$s details%4$s " -"or %5$supdate now%6$s." -msgstr "" -"Es ist eine neue Version von %1$s verfügbar. %2$sZeige Version %3$s details" -"%4$s oder %5$saktualisiere jetzt%6$s." - -#: library/EDD_SL_Plugin_Updater.php:399 -msgid "You do not have permission to install plugin updates" -msgstr "Du bist nicht berechtigt, Plugins zu installieren" - -#: library/EDD_SL_Plugin_Updater.php:399 -msgid "Error" -msgstr "Fehler" - -#: library/batch-processing/wp-background-process.php:425 -#, php-format -msgid "Every %d Minutes" -msgstr "Alle %d Minuten" - -#: library/customizer/controls/class-backgrounds-control.php:18 -msgid "left top, x% y%, xpos ypos (px)" -msgstr "oben links, x% y%, xpos ypos (px)" - -#: library/customizer/controls/class-backgrounds-control.php:19 -msgid "Position" -msgstr "Position" - -#: library/customizer/controls/class-backgrounds-control.php:130 -msgid "Size (Auto)" -msgstr "Originalgröße" - -#: library/customizer/controls/class-backgrounds-control.php:131 -msgid "100% Width" -msgstr "100% Breite" - -#: library/customizer/controls/class-backgrounds-control.php:132 -msgid "Cover" -msgstr "Deckend" - -#: library/customizer/controls/class-backgrounds-control.php:133 -msgid "Contain" -msgstr "Passend skalieren" - -#: library/customizer/controls/class-backgrounds-control.php:139 -msgid "Attachment" -msgstr "Absolut verschieben" - -#: library/customizer/controls/class-backgrounds-control.php:140 -msgid "Fixed" -msgstr "Fixieren" - -#: library/customizer/controls/class-backgrounds-control.php:141 -msgid "Local" -msgstr "Relativ verschieben" - -#: library/customizer/controls/class-backgrounds-control.php:142 -#: woocommerce/functions/customizer/customizer.php:550 -msgid "Inherit" -msgstr "Vererbt" - -#: library/customizer/controls/class-copyright-control.php:25 -msgid "%current_year% to update year automatically." -msgstr "%current_year% aktualisiert das Jahr automatisch." - -#: library/customizer/controls/class-copyright-control.php:26 -msgid "%copy% to include the copyright symbol." -msgstr "%copy% fügt das Copyright-Symbol automatisch ein." - -#: library/customizer/controls/class-copyright-control.php:27 -msgid "HTML is allowed." -msgstr "HTML ist erlaubt." - -#: library/customizer/controls/class-copyright-control.php:28 -msgid "Shortcodes are allowed." -msgstr "Shortcodes sind erlaubt." - -#: library/customizer/controls/class-range-slider-control.php:42 -#: sites/classes/class-site.php:498 -msgid "Desktop" -msgstr "Desktop" - -#: library/customizer/controls/class-range-slider-control.php:43 -#: sites/classes/class-site.php:499 -msgid "Tablet" -msgstr "Tablet" - -#: library/customizer/controls/class-range-slider-control.php:44 -#: sites/classes/class-site.php:500 -msgid "Mobile" -msgstr "Mobile Geräte" - -#: library/customizer/controls/class-spacing-control.php:23 -msgid "Top" -msgstr "Oben" - -#: library/customizer/controls/class-spacing-control.php:25 -msgid "Bottom" -msgstr "Unten" - -#: library/customizer/controls/class-spacing-control.php:48 -msgid "Link values" -msgstr "Werte verknüpfen" - -#: library/customizer/controls/class-spacing-control.php:49 -msgid "Un-link values" -msgstr "Werte entknüpfen" - -#: library/customizer/controls/class-typography-control.php:25 -msgid "System Fonts" -msgstr "Systemschriften" - -#: library/customizer/controls/class-typography-control.php:26 -msgid "Google Fonts" -msgstr "Google Schriftarten" - -#: library/customizer/controls/class-typography-control.php:29 -msgid "Font family" -msgstr "Schriftfamilie" - -#: library/customizer/controls/class-typography-control.php:30 -msgid "Font weight" -msgstr "Schriftschnitt" - -#: library/customizer/controls/class-typography-control.php:31 -msgid "Text transform" -msgstr "Text Umwandlung" - -#: library/customizer/controls/class-typography-control.php:33 -msgid "Variants" -msgstr "Varianten" - -#: library/customizer/controls/class-typography-control.php:162 -msgid "normal" -msgstr "normal" - -#: library/customizer/controls/class-typography-control.php:163 -msgid "bold" -msgstr "Fett" - -#: library/customizer/controls/class-typography-control.php:178 -msgid "none" -msgstr "Keine" - -#: library/customizer/controls/class-typography-control.php:179 -msgid "capitalize" -msgstr "Wortanfang Groß" - -#: library/customizer/controls/class-typography-control.php:180 -msgid "uppercase" -msgstr "Großbuchstaben" - -#: library/customizer/controls/class-typography-control.php:181 -msgid "lowercase" -msgstr "Kleinbuchstaben" - -#: menu-plus/functions/generate-menu-plus.php:25 -#: menu-plus/functions/generate-menu-plus.php:632 -msgid "Menu" -msgstr "Menü" - -#: menu-plus/functions/generate-menu-plus.php:101 -msgid "Menu Plus" -msgstr "Menu Plus" - -#: menu-plus/functions/generate-menu-plus.php:126 -msgid "General Settings" -msgstr "Allgemeine Einstellungen" - -#: menu-plus/functions/generate-menu-plus.php:144 -#: secondary-nav/functions/functions.php:181 -msgid "Mobile Menu Label" -msgstr "Beschriftung für mobile Navigation" - -#: menu-plus/functions/generate-menu-plus.php:154 -#: menu-plus/functions/generate-menu-plus.php:175 -msgid "Sticky Navigation" -msgstr "Navigation angehefted" - -#: menu-plus/functions/generate-menu-plus.php:178 -#: menu-plus/functions/generate-menu-plus.php:420 -msgid "Mobile only" -msgstr "Nur mobile Version" - -#: menu-plus/functions/generate-menu-plus.php:179 -#: menu-plus/functions/generate-menu-plus.php:421 -msgid "Desktop only" -msgstr "Nur Desktopversion" - -#: menu-plus/functions/generate-menu-plus.php:180 -#: menu-plus/functions/generate-menu-plus.php:317 -#: menu-plus/functions/generate-menu-plus.php:363 -#: menu-plus/functions/generate-menu-plus.php:422 -msgid "On" -msgstr "An" - -#: menu-plus/functions/generate-menu-plus.php:181 -#: menu-plus/functions/generate-menu-plus.php:316 -#: menu-plus/functions/generate-menu-plus.php:364 -#: menu-plus/functions/generate-menu-plus.php:423 -msgid "Off" -msgstr "Aus" - -#: menu-plus/functions/generate-menu-plus.php:202 -msgid "Transition" -msgstr "Übergang" - -#: menu-plus/functions/generate-menu-plus.php:205 -msgid "Fade" -msgstr "Einblenden" - -#: menu-plus/functions/generate-menu-plus.php:206 -msgid "Slide" -msgstr "Gleiten" - -#: menu-plus/functions/generate-menu-plus.php:207 -msgid "None" -msgstr "Ohne" - -#: menu-plus/functions/generate-menu-plus.php:229 -#: menu-plus/functions/generate-menu-plus.php:385 -msgid "Hide when scrolling down" -msgstr "Beim Hinunterscrollen ausblenden" - -#: menu-plus/functions/generate-menu-plus.php:252 -#: page-header/functions/metabox.php:477 -msgid "Navigation Logo" -msgstr "Navigations-Logo" - -#: menu-plus/functions/generate-menu-plus.php:274 -msgid "Navigation Logo Placement" -msgstr "Navigation-Logo-Platzierung" - -#: menu-plus/functions/generate-menu-plus.php:277 -#: menu-plus/functions/generate-menu-plus.php:360 -msgid "Sticky" -msgstr "Angeheftet" - -#: menu-plus/functions/generate-menu-plus.php:278 -msgid "Sticky + Static" -msgstr "Angeheftet + Statisch" - -#: menu-plus/functions/generate-menu-plus.php:279 -msgid "Static" -msgstr "Statisch" - -#: menu-plus/functions/generate-menu-plus.php:292 -#: menu-plus/functions/generate-menu-plus.php:313 -msgid "Mobile Header" -msgstr "Kopfbereich (mobiles Gerät)" - -#: menu-plus/functions/generate-menu-plus.php:338 -#: page-header/functions/metabox.php:191 -msgid "Logo" -msgstr "Logo" - -#: menu-plus/functions/generate-menu-plus.php:442 -msgid "Side" -msgstr "Seite" - -#: menu-plus/functions/generate-menu-plus.php:693 -#: sections/functions/metaboxes/views/sections-template.php:69 -#: sites/classes/class-site.php:170 sites/classes/class-site.php:495 -msgid "Close" -msgstr "Schließen" - -#: page-header/functions/functions.php:776 -#: page-header/functions/metabox.php:37 page-header/functions/metabox.php:57 -#: page-header/functions/metabox.php:754 -#: page-header/functions/post-type.php:15 -#: page-header/functions/post-type.php:29 -#: page-header/functions/post-type.php:79 -#: page-header/functions/post-type.php:112 -msgid "Page Header" -msgstr "Seitenkopf" - -#: page-header/functions/functions.php:800 -msgid "Page Header Location" -msgstr "Seitenkopf-Position" - -#: page-header/functions/functions.php:804 -#: page-header/functions/functions.php:829 -msgid "Inside Content Area" -msgstr "Im Inhaltsbereich" - -#: page-header/functions/functions.php:825 -msgid "Single Post Header Location" -msgstr "Position des Beitragsbilds" - -#: page-header/functions/functions.php:830 -msgid "Below Post Title" -msgstr "Unter dem Beitragstitel" - -#: page-header/functions/functions.php:831 -msgid "Hide" -msgstr "Verbergen" - -#: page-header/functions/functions.php:1070 -#, php-format -msgid "View all posts by %s" -msgstr "Alle Beiträge von %s anzeigen" - -#: page-header/functions/global-locations.php:24 -#: page-header/functions/global-locations.php:25 -#: page-header/functions/global-locations.php:40 -msgid "Global Locations" -msgstr "Globale Standorte" - -#: page-header/functions/global-locations.php:72 -msgid "Posts Page (blog)" -msgstr "Beitragsseite (Blog)" - -#: page-header/functions/global-locations.php:81 -msgid "Search Results" -msgstr "Suchergebnisse" - -#: page-header/functions/global-locations.php:90 -msgid "404 Template" -msgstr "404 Vorlage" - -#: page-header/functions/global-locations.php:99 -msgid "Post Types - Single" -msgstr "Beitragstyp - Single" - -#: page-header/functions/global-locations.php:125 -msgid "Post Types - Archives" -msgstr "Beitragstypen - Archive" - -#: page-header/functions/global-locations.php:147 -msgid "Taxonomies - Archives" -msgstr "Taxonomien - Archive" - -#: page-header/functions/metabox.php:139 page-header/functions/metabox.php:740 -#, php-format -msgid "" -"No Page Headers found. Want to create " -"one?" -msgstr "" -"Keine Seiten-Header gefunden. Willst du einen anlegen?" - -#: page-header/functions/metabox.php:158 -msgid "Content is required for the below settings to work." -msgstr "Du brauchst Inhalt, damit die Einstellungen wirken." - -#: page-header/functions/metabox.php:178 -msgid "Image" -msgstr "Bild" - -#: page-header/functions/metabox.php:186 -msgid "Background Video" -msgstr "Hintergrundvideo" - -#: page-header/functions/metabox.php:202 -msgid "Add to excerpt" -msgstr "Zum Blog Auszug hinzufügen" - -#: page-header/functions/metabox.php:218 -msgid "" -"Currently using your featured image." -msgstr "" -"Derzeit nutzt Du Beitragsbild." - -#: page-header/functions/metabox.php:229 -msgid "Page Header Image" -msgstr "Kopfzeilen Bild" - -#: page-header/functions/metabox.php:229 -msgid "Insert Image" -msgstr "Bild einfügen" - -#: page-header/functions/metabox.php:230 -msgid "Choose Image" -msgstr "Bild wählen" - -#: page-header/functions/metabox.php:233 -msgid "Remove Image" -msgstr "Bild entfernen" - -#: page-header/functions/metabox.php:238 -msgid "Or you can set the featured image." -msgstr "Oder Sie können das Beitragsbild setzen." - -#: page-header/functions/metabox.php:243 -msgid "Image Link" -msgstr "Bildlink" - -#: page-header/functions/metabox.php:248 -msgid "Resize Image" -msgstr "Bildgröße ändern" - -#: page-header/functions/metabox.php:250 -#: sections/functions/metaboxes/views/sections-template.php:250 -#: sections/functions/metaboxes/views/sections-template.php:258 -msgid "Disable" -msgstr "Deaktivieren" - -#: page-header/functions/metabox.php:251 -#: sections/functions/metaboxes/views/sections-template.php:251 -#: sections/functions/metaboxes/views/sections-template.php:259 -msgid "Enable" -msgstr "Aktivieren" - -#: page-header/functions/metabox.php:257 -msgid "Image Width" -msgstr "Bildbreite" - -#: page-header/functions/metabox.php:262 -msgid "Image Height" -msgstr "Bildhöhe" - -#: page-header/functions/metabox.php:265 -msgid "Use \"0\" or leave blank for proportional resizing." -msgstr "Nutze \"0\" oder leer für eine proportionale Skalierung" - -#: page-header/functions/metabox.php:274 -msgid "HTML and shortcodes allowed." -msgstr "HTML und Shortcodes erlaubt." - -#: page-header/functions/metabox.php:281 -msgid "Automatically add paragraphs" -msgstr "Absätze automatisch hinzufügen" - -#: page-header/functions/metabox.php:286 -msgid "Add Padding" -msgstr "Abstand hinzufügen" - -#: page-header/functions/metabox.php:291 -msgid "Add Background Image" -msgstr "Hintergrundbild hinzufügen" - -#: page-header/functions/metabox.php:296 -msgid "Use background color as overlay" -msgstr "Hintergrundfarbe als Overlay verwenden" - -#: page-header/functions/metabox.php:301 -#: sections/functions/metaboxes/views/sections-template.php:247 -msgid "Parallax Effect" -msgstr "Parallax Effekt" - -#: page-header/functions/metabox.php:306 -msgid "Fullscreen" -msgstr "Vollbild" - -#: page-header/functions/metabox.php:311 -msgid "Vertical center content" -msgstr "Inhalt vertikal zentrieren" - -#: page-header/functions/metabox.php:317 -msgid "Container" -msgstr "Container" - -#: page-header/functions/metabox.php:319 page-header/functions/metabox.php:327 -#: secondary-nav/functions/functions.php:207 -#: secondary-nav/functions/functions.php:233 -#: sections/functions/metaboxes/views/sections-template.php:167 -#: sections/functions/metaboxes/views/sections-template.php:175 -msgid "Contained" -msgstr "Enthalten" - -#: page-header/functions/metabox.php:320 page-header/functions/metabox.php:328 -#: sections/functions/metaboxes/views/sections-template.php:166 -#: sections/functions/metaboxes/views/sections-template.php:176 -msgid "Full Width" -msgstr "Volle Breite" - -#: page-header/functions/metabox.php:325 -msgid "Inner Container" -msgstr "Innerer Container" - -#: page-header/functions/metabox.php:333 -#: woocommerce/functions/customizer/customizer.php:282 -msgid "Text Alignment" -msgstr "Textausrichtung" - -#: page-header/functions/metabox.php:342 -msgid "Top & Bottom Padding" -msgstr "Oberer/Unterer Abstand" - -#: page-header/functions/metabox.php:351 -msgid "Left & Right Padding" -msgstr "Links/Rechts Abstand" - -#: page-header/functions/metabox.php:362 -#: sections/functions/metaboxes/views/sections-template.php:212 -msgid "Background Color" -msgstr "Hintergrundfarbe" - -#: page-header/functions/metabox.php:367 -#: sections/functions/metaboxes/views/sections-template.php:217 -msgid "Text Color" -msgstr "Textfarbe" - -#: page-header/functions/metabox.php:372 -#: sections/functions/metaboxes/views/sections-template.php:223 -msgid "Link Color" -msgstr "Linkfarbe" - -#: page-header/functions/metabox.php:377 -#: sections/functions/metaboxes/views/sections-template.php:229 -msgid "Link Color Hover" -msgstr "Linkfarbe bei Mauskontakt" - -#: page-header/functions/metabox.php:388 -msgid "MP4 file" -msgstr "MP4 Datei" - -#: page-header/functions/metabox.php:390 page-header/functions/metabox.php:398 -#: page-header/functions/metabox.php:406 -msgid "Page Header Video" -msgstr "Seitenkopf Video" - -#: page-header/functions/metabox.php:390 page-header/functions/metabox.php:398 -#: page-header/functions/metabox.php:406 -msgid "Insert Video" -msgstr "Video einfügen" - -#: page-header/functions/metabox.php:391 page-header/functions/metabox.php:399 -#: page-header/functions/metabox.php:407 -msgid "Choose Video" -msgstr "Video auswählen" - -#: page-header/functions/metabox.php:396 -msgid "OGV file" -msgstr "OGV Datei" - -#: page-header/functions/metabox.php:404 -msgid "WEBM file" -msgstr "WEBM Datei" - -#: page-header/functions/metabox.php:412 -msgid "Overlay Color" -msgstr "Deckfarbe" - -#: page-header/functions/metabox.php:428 -msgid "Overwrite your site-wide logo/header on this page." -msgstr "Überschreibe das Webseiten Logo / Kopfbereich auf dieser Seite." - -#: page-header/functions/metabox.php:438 -msgid "Header / Logo" -msgstr "Kopfbereich / Logo" - -#: page-header/functions/metabox.php:438 page-header/functions/metabox.php:477 -msgid "Insert Logo" -msgstr "Logo einfügen" - -#: page-header/functions/metabox.php:439 page-header/functions/metabox.php:478 -msgid "Choose Logo" -msgstr "Logo wählen" - -#: page-header/functions/metabox.php:450 page-header/functions/metabox.php:490 -msgid "Remove Logo" -msgstr "Logo entfernen" - -#: page-header/functions/metabox.php:467 -msgid "Overwrite your navigation logo on this page." -msgstr "Überschreiben Sie Ihr Navigations-Logo auf dieser Seite." - -#: page-header/functions/metabox.php:502 -msgid "Merge with site header" -msgstr "Mit Kopf der Webseite zusammenführen" - -#: page-header/functions/metabox.php:508 -msgid "Place content behind header (sliders etc..)" -msgstr "Platziere Inhalte hinter dem Seitenkopf (Sliders etc..)" - -#: page-header/functions/metabox.php:517 -#: typography/functions/functions.php:547 -msgid "Site Tagline" -msgstr "Seiten-Untertitel" - -#: page-header/functions/metabox.php:523 -msgid "Custom Navigation Colors" -msgstr "Benutzerdefinierte Navigationsfarben" - -#: page-header/functions/metabox.php:528 -msgid "Navigation Background" -msgstr "Navigationshintergrund" - -#: page-header/functions/metabox.php:533 -msgid "Navigation Text" -msgstr "Navigationstext" - -#: page-header/functions/metabox.php:538 -msgid "Navigation Background Hover" -msgstr "Navigationshintergrund Hover" - -#: page-header/functions/metabox.php:543 -msgid "Navigation Text Hover" -msgstr "Navigationstext Hover" - -#: page-header/functions/metabox.php:548 -msgid "Navigation Background Current" -msgstr "Hintergrund aktuelles Element" - -#: page-header/functions/metabox.php:553 -msgid "Navigation Text Current" -msgstr "Text für aktuelles Element" - -#: page-header/functions/metabox.php:673 -msgid "Template Tags" -msgstr "Schlagwörter für Vorlagen" - -#: page-header/functions/metabox.php:686 -msgid "The content title of the current post/taxonomy." -msgstr "Der Titel des aktuellen Beitrags/Taxonomie." - -#: page-header/functions/metabox.php:689 -msgid "The published date of the current post." -msgstr "Das Veröffentlichungsdatum des aktuellen Beitrags." - -#: page-header/functions/metabox.php:692 -msgid "The author of the current post." -msgstr "Autor des aktuellen Beitrags." - -#: page-header/functions/metabox.php:695 -msgid "" -"The terms attached to the chosen taxonomy (category, post_tag, product_cat)." -msgstr "" -"Die mit der gewählten Taxonomie verknüpften Begriffe (Kategorie, post_tag, " -"product_cat)." - -#: page-header/functions/metabox.php:698 -msgid "Custom post meta. Replace \"name\" with the name of your custom field." -msgstr "" -"Benutzerdefiniertes Post-Meta. Ersetze „Name“ durch den Namen des " -"benutzerdefinierten Felds." - -#: page-header/functions/post-type.php:12 -msgctxt "Post Type General Name" -msgid "Page Headers" -msgstr "Seitenkopf" - -#: page-header/functions/post-type.php:13 -msgctxt "Post Type Singular Name" -msgid "Page Header" -msgstr "Seitenkopf" - -#: page-header/functions/post-type.php:14 -msgid "Page Headers" -msgstr "Seitenköpfe" - -#: page-header/functions/post-type.php:16 -msgid "Page Header Archives" -msgstr "Seitenkopf Archive" - -#: page-header/functions/post-type.php:17 -msgid "Parent Page Header:" -msgstr "Übergeordneter Seitenkopf:" - -#: page-header/functions/post-type.php:18 -msgid "All Page Headers" -msgstr "Alle Seitenköpfe" - -#: page-header/functions/post-type.php:19 -msgid "Add New Page Header" -msgstr "Seitenkopf erstellen" - -#: page-header/functions/post-type.php:20 -msgid "New Page Header" -msgstr "Seitenkopf erstellen" - -#: page-header/functions/post-type.php:21 -msgid "Edit Page Header" -msgstr "Seitenkopf bearbeiten" - -#: page-header/functions/post-type.php:22 -msgid "Update Page Header" -msgstr "Seitenkopf aktualisieren" - -#: page-header/functions/post-type.php:23 -msgid "View Page Header" -msgstr "Seitenkopf zeigen" - -#: page-header/functions/post-type.php:24 -msgid "Search Page Header" -msgstr "Seitenkopf suchen" - -#: page-header/functions/post-type.php:25 -msgid "Insert into Page Header" -msgstr "In den Seiten-Header einfügen" - -#: page-header/functions/post-type.php:26 -msgid "Uploaded to this Page Header" -msgstr "Zu diesem Seiten-Header hochgeladen" - -#: secondary-nav/functions/functions.php:16 -msgid "Secondary Menu" -msgstr "Sekundäres Menü" - -#: secondary-nav/functions/functions.php:203 -msgid "Navigation Width" -msgstr "Breite der Navigation" - -#: secondary-nav/functions/functions.php:229 -msgid "Inner Navigation Width" -msgstr "Innerer Abstand der Navigation" - -#: secondary-nav/functions/functions.php:255 -msgid "Navigation Alignment" -msgstr "Ausrichtung der Navigation" - -#: secondary-nav/functions/functions.php:282 -msgid "Navigation Location" -msgstr "Position der Navigation" - -#: secondary-nav/functions/functions.php:285 -msgid "Below Header" -msgstr "Unter dem Kopfbereich" - -#: secondary-nav/functions/functions.php:286 -msgid "Above Header" -msgstr "Über dem Kopfbereich" - -#: secondary-nav/functions/functions.php:287 -msgid "Float Right" -msgstr "Schwimmend rechts" - -#: secondary-nav/functions/functions.php:288 -msgid "Float Left" -msgstr "Fliessend links" - -#: secondary-nav/functions/functions.php:289 -msgid "Left Sidebar" -msgstr "Linke Seitenleiste" - -#: secondary-nav/functions/functions.php:290 -msgid "Right Sidebar" -msgstr "Rechte Seitenleiste" - -#: secondary-nav/functions/functions.php:291 -msgid "No Navigation" -msgstr "Keine Navigation" - -#: secondary-nav/functions/functions.php:312 -msgid "Merge with Secondary Navigation" -msgstr "Verschmelzen mit sekundärer Navigation" - -#: sections/functions/metaboxes/metabox-functions.php:47 -msgid "Use Sections" -msgstr "Nutze Abschnitte (Sections)" - -#: sections/functions/metaboxes/metabox-functions.php:59 -msgid "Sections" -msgstr "Abschnitte (Sections)" - -#: sections/functions/metaboxes/metabox-functions.php:237 -msgid "This action can not be undone, are you sure?" -msgstr "Dieser Vorgang kann nicht rückgängig gemacht werden. Bis du sicher?" - -#: sections/functions/metaboxes/metabox-functions.php:240 -msgid "Section" -msgstr "Abschnitt" - -#: sections/functions/metaboxes/metabox-functions.php:243 -msgid "Settings" -msgstr "Einstellungen" - -#: sections/functions/metaboxes/metabox-functions.php:249 -msgid "Section Background" -msgstr "Abschnitts-Hintergrund" - -#: sections/functions/metaboxes/metabox-functions.php:250 -msgid "Set as Section Background" -msgstr "Als Abschnittshintergrund setzen" - -#: sections/functions/metaboxes/metabox-functions.php:254 -msgid "Insert into Section" -msgstr "In Abschnitt einfügen" - -#: sections/functions/metaboxes/metabox-functions.php:255 -#: sections/functions/metaboxes/views/sections-template.php:74 -msgid "Edit Section" -msgstr "Abschnitt bearbeiten" - -#: sections/functions/metaboxes/views/sections-template.php:35 -msgid "Click to edit" -msgstr "Zum Bearbeiten klicken" - -#: sections/functions/metaboxes/views/sections-template.php:37 -msgid "Click to edit content" -msgstr "Klicke um Inhalt zu bearbeiten" - -#: sections/functions/metaboxes/views/sections-template.php:38 -msgid "Click to edit settings" -msgstr "Klicke um die Einstellungen zu bearbeiten" - -#: sections/functions/metaboxes/views/sections-template.php:39 -msgid "Click and drag to sort" -msgstr "Klicken und Ziehen, um neu anzuordnen" - -#: sections/functions/metaboxes/views/sections-template.php:40 -msgid "Click to remove" -msgstr "Zum Entfernen klicken" - -#: sections/functions/metaboxes/views/sections-template.php:54 -msgid "Add Section" -msgstr "Abschnitt hinzufügen" - -#: sections/functions/metaboxes/views/sections-template.php:55 -msgid "Remove Sections" -msgstr "Abschnitt entfernen" - -#: sections/functions/metaboxes/views/sections-template.php:81 -msgid "Cancel" -msgstr "Abbrechen" - -#: sections/functions/metaboxes/views/sections-template.php:110 -msgid "Section Label" -msgstr "Beschriftung des Abschnitts" - -#: sections/functions/metaboxes/views/sections-template.php:126 -msgid "Add Media" -msgstr "Medien hinzufügen" - -#: sections/functions/metaboxes/views/sections-template.php:131 -msgid "Visual" -msgstr "Visuell" - -#: sections/functions/metaboxes/views/sections-template.php:132 -msgctxt "Name for the Text editor tab (formerly HTML)" -msgid "Text" -msgstr "Code" - -#: sections/functions/metaboxes/views/sections-template.php:161 -msgid "Layout" -msgstr "Layout" - -#: sections/functions/metaboxes/views/sections-template.php:162 -msgid "Box Type" -msgstr "Box-Typ" - -#: sections/functions/metaboxes/views/sections-template.php:171 -msgid "Inner Box Type" -msgstr "Innerer Box-Typ" - -#: sections/functions/metaboxes/views/sections-template.php:180 -msgid "Custom ID" -msgstr "Benutzerdefinierte ID" - -#: sections/functions/metaboxes/views/sections-template.php:186 -msgid "Custom Classes" -msgstr "Eigene CSS-Klassen" - -#: sections/functions/metaboxes/views/sections-template.php:192 -msgid "Top Padding" -msgstr "Oberer Abstand" - -#: sections/functions/metaboxes/views/sections-template.php:201 -msgid "Bottom Padding" -msgstr "Unterer Abstand" - -#: sections/functions/metaboxes/views/sections-template.php:237 -#: sections/functions/metaboxes/views/sections-template.php:242 -msgid "Background Image" -msgstr "Hintergrundbild" - -#: sections/functions/metaboxes/views/sections-template.php:242 -msgid "Upload" -msgstr "Hochladen" - -#: sections/functions/metaboxes/views/sections-template.php:243 -msgid "Remove" -msgstr "Entfernen" - -#: sections/functions/metaboxes/views/sections-template.php:255 -msgid "Background Color Overlay" -msgstr "Hintergrundfarbe Overlay" - -#: sections/functions/metaboxes/views/sections.php:8 -msgid "Javascript must be enabled to use Generate Sections" -msgstr "JavaScript muss aktiviert werden, um Abschnitte nutzen zu können" - -#: sections/functions/templates/template.php:107 -msgid "No sections added!" -msgstr "Es wurden keine Abschnitte hinzugefügt!" - -#: sites/classes/class-site-helper.php:108 -msgid "Backing up options" -msgstr "Backup Optionen" - -#: sites/classes/class-site-helper.php:109 -msgid "Importing options" -msgstr "Import Optionen" - -#: sites/classes/class-site-helper.php:110 -msgid "Downloading content" -msgstr "Download Inhalt" - -#: sites/classes/class-site-helper.php:111 -msgid "Importing content" -msgstr "Importieren von Inhalten" - -#: sites/classes/class-site-helper.php:112 -msgid "Importing site options" -msgstr "Import von Seiten Optionen" - -#: sites/classes/class-site-helper.php:113 -msgid "Importing widgets" -msgstr "Widgets importieren" - -#: sites/classes/class-site-helper.php:114 -msgid "Activating plugins" -msgstr "Plugins aktivieren" - -#: sites/classes/class-site-helper.php:115 -msgid "Installing plugins" -msgstr "Plugins installieren" - -#: sites/classes/class-site-helper.php:116 -msgid "Automatic" -msgstr "Automatisch" - -#: sites/classes/class-site-helper.php:117 -msgid "Manual" -msgstr "Benutzerhandbuch" - -#: sites/classes/class-site-helper.php:118 -msgid "Theme options exist and can be imported." -msgstr "Theme Optionen sind vorhanden und können importiert werden." - -#: sites/classes/class-site-helper.php:119 -msgid "No theme options found, please contact the site author." -msgstr "Keine Theme Optionen vorhanden, kontaktiere den Seiten-Autor." - -#: sites/classes/class-site-helper.php:120 -msgid "Site content exists and can be imported." -msgstr "Seiten Inhalt existiert und kann importiert werden." - -#: sites/classes/class-site.php:168 -msgid "Previous Site" -msgstr "Vorherige Seite" - -#: sites/classes/class-site.php:168 sites/classes/class-site.php:496 -msgid "Previous" -msgstr "Vorherige" - -#: sites/classes/class-site.php:169 -msgid "Next Site" -msgstr "Nächste Seite" - -#: sites/classes/class-site.php:169 sites/classes/class-site.php:497 -msgid "Next" -msgstr "Vorwärts" - -#: sites/classes/class-site.php:225 sites/classes/class-site.php:289 -msgid "Preview" -msgstr "Vorschau" - -#: sites/classes/class-site.php:226 sites/classes/class-site.php:501 -msgid "Details" -msgstr "Details" - -#: sites/classes/class-site.php:243 -msgid "Overview" -msgstr "Übersicht" - -#: sites/classes/class-site.php:247 -msgid "Theme Options" -msgstr "Theme Optionen" - -#: sites/classes/class-site.php:255 -msgid "Site Content" -msgstr "Seiteninhalt" - -#: sites/classes/class-site.php:255 sites/classes/class-site.php:370 -msgid "Optional" -msgstr "Optional" - -#: sites/classes/class-site.php:262 -msgid "Plugins" -msgstr "Plugins" - -#: sites/classes/class-site.php:268 sites/classes/class-site.php:400 -msgid "The following plugins can be installed and activated automatically." -msgstr "Folgende Plugins können automatisch installiert und aktiviert werden." - -#: sites/classes/class-site.php:273 sites/classes/class-site.php:405 -msgid "The following plugins are already installed." -msgstr "Folgende Plugins sind bereits Installiert." - -#: sites/classes/class-site.php:278 sites/classes/class-site.php:410 -msgid "The following plugins need to be installed and activated manually." -msgstr "Folgende Plugins müssen manuell installiert und aktiviert werden." - -#: sites/classes/class-site.php:296 -msgid "Gathering data" -msgstr "Daten sammeln" - -#: sites/classes/class-site.php:300 -msgid "Get Started" -msgstr "Installation starten" - -#: sites/classes/class-site.php:312 -msgid "GeneratePress Options" -msgstr "GeneratePress Optionen" - -#: sites/classes/class-site.php:316 -msgid "" -"This step will backup your current theme options, then import the new ones." -msgstr "" -"In diesem Schritt werden zunächst die derzeit aktuellen Theme Optionen " -"gesichert, danach werden die neuen importiert." - -#: sites/classes/class-site.php:319 -msgid "The following GP Premium modules will be activated:" -msgstr "Die folgenden GP Premium Module werden aktiviert:" - -#: sites/classes/class-site.php:327 -msgid "Go Back" -msgstr "Gehe zurück" - -#: sites/classes/class-site.php:334 -msgid "Backup Options" -msgstr "Backup-Optionen" - -#: sites/classes/class-site.php:344 -msgid "Import Options" -msgstr "Optionen importieren" - -#: sites/classes/class-site.php:377 -msgid "" -"I understand that this step will add content, site options, menus, widgets " -"and plugins to my site." -msgstr "" -"Ich habe verstanden, dass mit diesem Schritt Inhalte, Seiten Optionen, " -"Menüs, Widgets und Plugins zu meiner Seite hinzugefügt werden." - -#: sites/classes/class-site.php:384 -#, php-format -msgid "" -"For best results, only install this demo content on fresh sites with no " -"content. If you have already installed another GeneratePress Site, be sure " -"to %s by deleting the content, plugins and menus that it added." -msgstr "" -"Um beste Ergebnisse zu erzielen, solltest du den Demo-Inhalt nur einer " -"frischen Installation zufügen. Sollten bereits Inhalte einer anderen " -"GeneratePress Seite vorhanden sein, solltest du diese %s." - -#: sites/classes/class-site.php:387 -msgid "clean it up" -msgstr "Aufräumen" - -#: sites/classes/class-site.php:392 -msgid "" -"You can skip this step if you already " -"have content and do not want the demo content imported." -msgstr "" -"Du kannst diesen Schritt ueberspringen " -"falls bereits Inhalte vorhanden sind und kein zusätzlicher Demo-Content " -"importiert werden soll." - -#: sites/classes/class-site.php:419 -msgid "Skip" -msgstr "Überspringen" - -#: sites/classes/class-site.php:427 -msgid "Import Content" -msgstr "Inhalt importieren" - -#: sites/classes/class-site.php:454 -msgid "All done!" -msgstr "Alles erledigt!" - -#: sites/classes/class-site.php:455 -msgid "Your site is ready to go!" -msgstr "Deine Seite ist bereit!" - -#: sites/classes/class-site.php:459 -#, php-format -msgid "Crafted with %s by" -msgstr "Erstellt mit %s durch" - -#: sites/classes/class-site.php:477 -msgid "Start Over" -msgstr "Start" - -#: sites/classes/class-site.php:480 -msgid "View Site" -msgstr "Seite ansehen" - -#: sites/classes/class-site.php:876 -msgid "Site options imported" -msgstr "Seiten Optionen importiert" - -#: sites/classes/class-site.php:920 -msgid "Plugins activated" -msgstr "Plugins aktiviert" - -#: sites/sites.php:37 -msgid "Site Library" -msgstr "Seiten-Bibliothek" - -#: sites/sites.php:57 -msgid "All" -msgstr "Alle" - -#: sites/sites.php:58 -msgid "Beaver Builder" -msgstr "Beaver Builder" - -#: sites/sites.php:59 -msgid "Elementor" -msgstr "Elementor" - -#: sites/sites.php:60 -msgid "No Page Builder" -msgstr "Ohne Page Builder" - -#: sites/sites.php:84 -msgid "Refresh Sites" -msgstr "Seitenübersicht aktualisieren" - -#: spacing/functions/customizer/content-spacing.php:32 -msgid "Container Width" -msgstr "Container Breite" - -#: spacing/functions/customizer/content-spacing.php:67 -msgid "Separating Space" -msgstr "Abstand dazwischen" - -#: spacing/functions/customizer/content-spacing.php:132 -msgid "Content Padding" -msgstr "Innenabstand vom Inhalt" - -#: spacing/functions/customizer/content-spacing.php:196 -msgid "Mobile Content Padding" -msgstr "Innenabstand auf mobilen Geräten" - -#: spacing/functions/customizer/footer-spacing.php:73 -msgid "Footer Widget Area Padding" -msgstr "Innenabstand der Fußbereichs-Widgets" - -#: spacing/functions/customizer/footer-spacing.php:134 -msgid "Footer Padding" -msgstr "Innenabstand im Fußbereich" - -#: spacing/functions/customizer/header-spacing.php:68 -msgid "Header Padding" -msgstr "Innenabstand im Kopfbereich" - -#: spacing/functions/customizer/navigation-spacing.php:47 -#: spacing/functions/customizer/secondary-nav-spacing.php:58 -msgid "Menu Item Width" -msgstr "Menüpunkt Breite" - -#: spacing/functions/customizer/navigation-spacing.php:100 -#: spacing/functions/customizer/navigation-spacing.php:178 -#: spacing/functions/customizer/navigation-spacing.php:214 -#: spacing/functions/customizer/secondary-nav-spacing.php:93 -msgid "Menu Item Height" -msgstr "Menüpunkt Höhe" - -#: spacing/functions/customizer/navigation-spacing.php:143 -#: spacing/functions/customizer/secondary-nav-spacing.php:128 -msgid "Sub-Menu Item Height" -msgstr "Untermenü-Element Höhe" - -#: spacing/functions/customizer/sidebar-spacing.php:12 -msgid "Sidebars" -msgstr "Seitenleisten" - -#: spacing/functions/customizer/sidebar-spacing.php:70 -msgid "Widget Padding" -msgstr "Innenabstand der Widgets" - -#: spacing/functions/customizer/sidebar-spacing.php:101 -msgid "Left Sidebar Width" -msgstr "Breite der linken Seitenleiste" - -#: spacing/functions/customizer/sidebar-spacing.php:136 -msgid "Right Sidebar Width" -msgstr "Breite der rechten Seitenleiste" - -#: spacing/functions/customizer/top-bar-spacing.php:55 -msgid "Top Bar Padding" -msgstr "Innenabstand der Top Bar" - -#: spacing/functions/functions.php:41 -msgid "Spacing" -msgstr "Innenabstand" - -#: spacing/functions/functions.php:42 -msgid "Change the spacing for various elements using pixels." -msgstr "Ändern des Abstands für verschiedene Elemente in Pixel." - -#: typography/functions/functions.php:44 -msgid "Typography" -msgstr "Typografie" - -#: typography/functions/functions.php:145 -#: typography/functions/functions.php:336 -#: typography/functions/functions.php:465 -#: typography/functions/functions.php:577 -#: typography/functions/functions.php:701 -#: typography/functions/functions.php:818 -#: typography/functions/functions.php:938 -#: typography/functions/functions.php:1089 -#: typography/functions/functions.php:1230 -#: typography/functions/functions.php:1364 -#: typography/functions/functions.php:1497 -#: typography/functions/functions.php:1630 -#: typography/functions/functions.php:1779 -#: typography/functions/functions.php:1960 -#: typography/functions/secondary-nav-fonts.php:139 -#: typography/functions/slideout-nav-fonts.php:106 -#: typography/functions/woocommerce-fonts.php:99 -msgid "Font size" -msgstr "Schriftgröße" - -#: typography/functions/functions.php:180 -#: typography/functions/functions.php:981 -#: typography/functions/functions.php:1132 -#: typography/functions/functions.php:1265 -#: typography/functions/functions.php:1398 -#: typography/functions/functions.php:1531 -#: typography/functions/functions.php:1664 -msgid "Line height" -msgstr "Zeilenhöhe" - -#: typography/functions/functions.php:215 -msgid "Paragraph margin" -msgstr "Abstand nach Absatz" - -#: typography/functions/functions.php:841 -msgid "Headings" -msgstr "Überschriften" - -#: typography/functions/functions.php:900 -msgid "Heading 1 (H1)" -msgstr "Überschrift 1 (H1)" - -#: typography/functions/functions.php:1051 -msgid "Heading 2 (H2)" -msgstr "Überschrift 2 (H2)" - -#: typography/functions/functions.php:1202 -msgid "Heading 3 (H3)" -msgstr "Überschrift 3 (H3)" - -#: typography/functions/functions.php:1336 -msgid "Heading 4 (H4)" -msgstr "Überschrift 4 (H4)" - -#: typography/functions/functions.php:1469 -msgid "Heading 5 (H5)" -msgstr "Überschrift 5 (H5)" - -#: typography/functions/functions.php:1602 -msgid "Heading 6 (H6)" -msgstr "Überschrift 6 (H6)" - -#: typography/functions/functions.php:1687 -msgid "Widgets" -msgstr "Widgets" - -#: typography/functions/functions.php:1750 -msgid "Widget Titles" -msgstr "Widget Titel" - -#: typography/functions/functions.php:1813 -msgid "Bottom margin" -msgstr "Außenabstand unten" - -#: typography/functions/functions.php:1848 -msgid "Content font size" -msgstr "Schriftgröße des Inhalts" - -#: typography/functions/woocommerce-fonts.php:63 -msgid "Product Titles" -msgstr "Produkt Titel" - -#: typography/functions/woocommerce-fonts.php:142 -msgid "Related/upsell title font size" -msgstr "Ähnliche/Angebote Titel Schriftgröße" - -#: woocommerce/functions/customizer/customizer.php:43 -#: woocommerce/functions/customizer/customizer.php:709 -#: woocommerce/functions/customizer/customizer.php:719 -msgid "WooCommerce" -msgstr "WooCommerce" - -#: woocommerce/functions/customizer/customizer.php:57 -msgid "General" -msgstr "Allgemein" - -#: woocommerce/functions/customizer/customizer.php:76 -msgid "Display cart in menu" -msgstr "Warenkorb im Menü anzeigen" - -#: woocommerce/functions/customizer/customizer.php:95 -msgid "Display breadcrumbs" -msgstr "Breadcrumbs anzeigen" - -#: woocommerce/functions/customizer/customizer.php:108 -msgid "Shop" -msgstr "Shop" - -#: woocommerce/functions/customizer/customizer.php:127 -#: woocommerce/functions/customizer/customizer.php:547 -msgid "Sidebar Layout" -msgstr "Sideleisten-Layout" - -#: woocommerce/functions/customizer/customizer.php:130 -#: woocommerce/functions/customizer/customizer.php:551 -msgid "Sidebar / Content" -msgstr "Seitenleiste/Inhalt" - -#: woocommerce/functions/customizer/customizer.php:131 -#: woocommerce/functions/customizer/customizer.php:552 -msgid "Content / Sidebar" -msgstr "Inhalt/Seitenleiste" - -#: woocommerce/functions/customizer/customizer.php:132 -#: woocommerce/functions/customizer/customizer.php:553 -msgid "Content (no sidebars)" -msgstr "Inhalt (keine Seitenleiste)" - -#: woocommerce/functions/customizer/customizer.php:133 -#: woocommerce/functions/customizer/customizer.php:554 -msgid "Sidebar / Content / Sidebar" -msgstr "Seitenleiste/Inhalt/Seitenleiste" - -#: woocommerce/functions/customizer/customizer.php:134 -#: woocommerce/functions/customizer/customizer.php:555 -msgid "Sidebar / Sidebar / Content" -msgstr "Seitenleiste/Seitenleiste/Inhalt" - -#: woocommerce/functions/customizer/customizer.php:135 -#: woocommerce/functions/customizer/customizer.php:556 -msgid "Content / Sidebar / Sidebar" -msgstr "Inhalt/Seitenleiste/Seitenleiste" - -#: woocommerce/functions/customizer/customizer.php:154 -#: woocommerce/functions/customizer/customizer.php:263 -msgid "Products Per Page" -msgstr "Produkte pro Seite" - -#: woocommerce/functions/customizer/customizer.php:192 -msgid "Product Columns" -msgstr "Produktspalten" - -#: woocommerce/functions/customizer/customizer.php:239 -msgid "Image Alignment" -msgstr "Bildausrichtung" - -#: woocommerce/functions/customizer/customizer.php:306 -msgid "Display page title" -msgstr "Seitentitel anzeigen" - -#: woocommerce/functions/customizer/customizer.php:325 -msgid "Display product results count" -msgstr "Zeigt die Anzahl der Produktergebnisse an" - -#: woocommerce/functions/customizer/customizer.php:344 -msgid "Display product sorting" -msgstr "Produktsortierung anzeigen" - -#: woocommerce/functions/customizer/customizer.php:363 -msgid "Display product image" -msgstr "Produktbild anzeigen" - -#: woocommerce/functions/customizer/customizer.php:382 -msgid "Display secondary image on hover" -msgstr "Sekundärbild beim Hovern anzeigen" - -#: woocommerce/functions/customizer/customizer.php:401 -msgid "Display product title" -msgstr "Produkttitel anzeigen" - -#: woocommerce/functions/customizer/customizer.php:420 -msgid "Display sale flash" -msgstr "Flash Sale anzeigen" - -#: woocommerce/functions/customizer/customizer.php:439 -msgid "Sale Flash Over Image" -msgstr "Flash Sale über Bild anzeigen" - -#: woocommerce/functions/customizer/customizer.php:458 -msgid "Display Rating" -msgstr "Bewertung anzeigen" - -#: woocommerce/functions/customizer/customizer.php:477 -msgid "Display price" -msgstr "Preis anzeigen" - -#: woocommerce/functions/customizer/customizer.php:496 -msgid "Display add to cart button" -msgstr "Button „in den Warenkorb“ anzeigen" - -#: woocommerce/functions/customizer/customizer.php:515 -#: woocommerce/functions/customizer/customizer.php:700 -msgid "Display short description" -msgstr "Kurzbeschreibung anzeigen" - -#: woocommerce/functions/customizer/customizer.php:528 -msgid "Single Product" -msgstr "Einzelnes Produkt" - -#: woocommerce/functions/customizer/customizer.php:575 -msgid "Display product tabs" -msgstr "Produkt-Tabs anzeigen" - -#: woocommerce/functions/customizer/customizer.php:594 -msgid "Display related products" -msgstr "Ähnliche Produkte anzeigen" - -#: woocommerce/functions/customizer/customizer.php:613 -msgid "Display upsell products" -msgstr "Upsell-Produkte anzeigen" - -#: woocommerce/functions/customizer/customizer.php:642 -msgid "Related/Upsell Columns" -msgstr "Ähnliche/Upsell Produkt-Spalten" - -#: woocommerce/functions/customizer/customizer.php:681 -msgid "Display product meta data" -msgstr "Produkt-Metadaten anzeigen" - -#: woocommerce/functions/customizer/customizer.php:732 -msgid "Primary Button Colors" -msgstr "Primäre Button Farben" - -#: woocommerce/functions/customizer/customizer.php:733 -msgid "Primary button colors can be set here." -msgstr "Primäre Button Farben können hier eingestellt werden." - -#: woocommerce/functions/customizer/customizer.php:747 -msgid "Checkout" -msgstr "Zur Kasse" - -#: woocommerce/functions/customizer/customizer.php:766 -msgid "Distraction-free mode" -msgstr "Ablenkungsfreier Modus" - -#: woocommerce/functions/customizer/customizer.php:767 -msgid "" -"Remove unnecessary distractions like sidebars, footer widgets and sticky " -"menus." -msgstr "" -"Entferne Unnötiges, wie Sz.B. eitenleisten, Footer Widgets und Sticky Menüs." - -#: woocommerce/functions/functions.php:413 -#: woocommerce/functions/functions.php:433 -msgid "View your shopping cart" -msgstr "Warenkorb ansehen" - -#: woocommerce/functions/functions.php:715 -#, php-format -msgid "Rated %s out of 5" -msgstr "Bewertet mit %s von 5" - -#: woocommerce/functions/functions.php:717 -msgid "Not yet rated" -msgstr "Noch nicht bewertet" - -#: woocommerce/functions/functions.php:722 -msgid "out of 5" -msgstr "von 5" - -#. Plugin URI of the plugin/theme -msgid "https://generatepress.com" -msgstr "https://generatepress.com" - -#. Description of the plugin/theme -msgid "The entire collection of GeneratePress premium modules." -msgstr "Die komplette Sammlung von GeneratePress Premium-Modulen." - -#. Author of the plugin/theme -msgid "Tom Usborne" -msgstr "Tom Usborne" - -#. Author URI of the plugin/theme -msgid "https://tomusborne.com" -msgstr "https://tomusborne.com" - -#~ msgid "Add-on deactivated." -#~ msgstr "Add-on deaktiviert." - -#~ msgid "Add-on activated." -#~ msgstr "Add-on aktiviert." - -#~ msgid "Update" -#~ msgstr "Aktualisieren" - -#~ msgid "" -#~ "Display an Elementor library template. Replace \"id\" with the ID or name." -#~ msgstr "" -#~ "Zeigt eine Elementor-Bibliotheksvorlage an. Ersetze „ID“ durch die ID " -#~ "oder den Namen." - -#~ msgid "" -#~ "Display a Beaver Builder template. Replace \"id\" with the ID or name." -#~ msgstr "" -#~ "Zeigt eine Beaver Builder-Vorlage an. Ersetze „ID“ durch die ID oder den " -#~ "Namen." - -#~ msgid "Sites" -#~ msgstr "Seiten" - -#~ msgid "" -#~ "The entire bundle of GeneratePress add-ons. Configure add-ons by going to " -#~ "Appearance > " -#~ "GeneratePress." -#~ msgstr "" -#~ "Das komplette GeneratePress Add-On Bundle. Konfiguriere Add-Ons, indem " -#~ "due zu Appearance > " -#~ "GeneratePress gehst." - -#~ msgid "Slide-out Navigation" -#~ msgstr "Slide-Out-Navigation" - -#~ msgid "Activated" -#~ msgstr "Aktiviert" - -#~ msgid "Slideout Menu" -#~ msgstr "Ausklappendes Menü" - -#~ msgid "Both" -#~ msgstr "Beide" - -#~ msgid "Sticky Navigation Transition" -#~ msgstr "Übergang der angehefteten Navigation" - -#~ msgid "Mobile Header Logo" -#~ msgstr "Kopfbereichs Logo (mobiles Gerät))" - -#~ msgid "Sticky Mobile Header" -#~ msgstr "Angehefteter Kopfbereich (mobiles Gerät)" - -#, fuzzy -#~ msgid "Warning: This will delete your settings." -#~ msgstr "" -#~ "#-#-#-#-# backgrounds-de_DE.po (Generate Backgrounds) #-#-#-#-#\n" -#~ "Warnung: Ihre Einstellungen werden gelöscht.\n" -#~ "#-#-#-#-# generate-blog-de_DE.po (Generate Blog) #-#-#-#-#\n" -#~ "Warnung: Ihre Einstellungen werden gelöscht.\n" -#~ "#-#-#-#-# generate-hooks-de_DE.po (Generate Hooks) #-#-#-#-#\n" -#~ "Warnung: Ihre Einstellungen werden gelöscht.\n" -#~ "#-#-#-#-# generate-spacing-de_DE.po (Generate Spacing) #-#-#-#-#\n" -#~ "Warnung: Ihre Einstellungen werden gelöscht.\n" -#~ "#-#-#-#-# menu-plus-de_DE.po (Generate Menu Plus) #-#-#-#-#\n" -#~ "Achtung: Dadurch werden Ihre Einstellungen gelöscht.\n" -#~ "#-#-#-#-# page-header-de_DE.po (Generate Page Header) #-#-#-#-#\n" -#~ "Warnung: Ihre Einstellungen werden gelöscht.\n" -#~ "#-#-#-#-# secondary-nav-de_DE.po (Generate Secondary Navigation) #-#-#-" -#~ "#-#\n" -#~ "Warnung. Die Einstellungen werden gelöscht." - -#~ msgid "Export Backgrounds Settings" -#~ msgstr "Hintergrund-Einstellungen exportieren" - -#~ msgid "Delete Backgrounds Settings" -#~ msgstr "Hintergrund-Einstellungen löschen" - -#~ msgid "Apply image sizes" -#~ msgstr "Übernehme Bildgrößen" - -#~ msgid "Excerpt Length" -#~ msgstr "Blog-Auszugslänge" - -#~ msgid "Masonry" -#~ msgstr "Kacheln" - -#~ msgid "Masonry Block Width" -#~ msgstr "Kachelblock Breite" - -#~ msgid "Small" -#~ msgstr "Klein" - -#~ msgid "Medium" -#~ msgstr "Mittel" - -#~ msgid "Large" -#~ msgstr "Groß" - -#~ msgid "Masonry Most Recent Width" -#~ msgstr "Kachelbreite des neuesten Einträgs" - -#~ msgid "Masonry Load More Text" -#~ msgstr "Weitere Kacheln laden - Text" - -#~ msgid "Masonry Loading Text" -#~ msgstr "Text beim Laden der Kacheln" - -#~ msgid "Featured Image" -#~ msgstr "Beitragsbild" - -#~ msgid "Show" -#~ msgstr "Anzeigen" - -#~ msgid "Date" -#~ msgstr "Datum" - -#~ msgid "Author" -#~ msgstr "Autor" - -#~ msgid "Categories" -#~ msgstr "Kategorien" - -#~ msgid "Tags" -#~ msgstr "Tags" - -#~ msgid "Comment Link" -#~ msgstr "Kommentar-Link" - -#~ msgid "Masonry is enabled. These settings will be ignored." -#~ msgstr "Kacheln sind aktiviert. Diese Einstellungen werden ignoriert." - -#~ msgid "Column Layout" -#~ msgstr "Spaltenlayout" - -#~ msgid "First Post Full Width" -#~ msgstr "Erster Beitrag in voller Breite" - -#~ msgid "Delete Blog Settings" -#~ msgstr "Blog-Einstellungen löschen" - -#~ msgid "Export Blog Settings" -#~ msgstr "Blogeinstellungen exportieren" - -#~ msgid "Masonry Post Width" -#~ msgstr "Gekachelte Betragsbreite" - -#~ msgid "Global setting" -#~ msgstr "Globale Einstellung" - -#~ msgid "Form Button" -#~ msgstr "Schaltfläche" - -#~ msgid "Form Button Hover" -#~ msgstr "Formular Schaltfläche Hover" - -#~ msgid "Form Button Text" -#~ msgstr "Schaltflächenbeschriftung" - -#~ msgid "Form Button Text Hover" -#~ msgstr "Schaltflächenbeschriftung Hover" - -#~ msgid "Product title" -#~ msgstr "Produkt-Titel" - -#~ msgid "Product title hover" -#~ msgstr "Produkt-Titel Hover" - -#~ msgid "Alt button background" -#~ msgstr "Alt Schaltflächen Hintergrund" - -#~ msgid "Alt button background hover" -#~ msgstr "Alt Schaltflächen Hintergrund Hover" - -#~ msgid "Alt button text" -#~ msgstr "Alt Schaltflächenbeschriftung" - -#~ msgid "Alt button text hover" -#~ msgstr "Alt Schaltflächenbeschriftung Hover" - -#~ msgid "Star ratings" -#~ msgstr "Sternebewertung" - -#~ msgid "Sale sticker background" -#~ msgstr "Sale Aufkleber Rabatt Sticker" - -#~ msgid "Sale sticker text" -#~ msgstr "Verkauf-Aufkleber-text" - -#~ msgid "Product tab text" -#~ msgstr "Text der Registerkarte „Produkt“" - -#~ msgid "Product tab active" -#~ msgstr "Registerkarte \"Produkt\" aktiv" - -#~ msgid "Success message background" -#~ msgstr "Hintergrund der Erfolgsmeldung" - -#~ msgid "Success message text" -#~ msgstr "Text bei Erfolgmeldung:" - -#~ msgid "Info message background" -#~ msgstr "Hintergrund der Info-Nachricht" - -#~ msgid "Info message text" -#~ msgstr "Info-Nachrichtentext" - -#~ msgid "Error message background" -#~ msgstr "Hintergrund der Fehlermeldung" - -#~ msgid "Error message text" -#~ msgstr "Fehlertext" - -#~ msgid "Export GP Hooks" -#~ msgstr "Exportiere GP Hooks" - -#~ msgid "Delete GP Hooks" -#~ msgstr "Lösche GP Hooks" - -#~ msgid "Import / Export" -#~ msgstr "Importieren / Exportieren" - -#~ msgid "" -#~ "Export your settings set in the Customizer." -#~ msgstr "" -#~ "Exportiere Deine Einstellungen im Customizer." - -#~ msgid "Export Default Settings" -#~ msgstr "Exportiere Standard-Einstellungen" - -#~ msgid "" -#~ "Import your settings by uploading your exported .json " -#~ "file." -#~ msgstr "" -#~ "Importiere die Einstellungen durch hochladen der " -#~ "exportierten .json-Datei." - -#~ msgid "Not a valid option name." -#~ msgstr "Keine gültiger Optionsname." - -#~ msgid "Delete Spacing Settings" -#~ msgstr "Abstandseinstellungen löschen" - -#~ msgid "Export Spacing Settings" -#~ msgstr "Exportiere Einstellungen für Abstand" - -#~ msgid "Site title" -#~ msgstr "Titel der Webseite" - -#, fuzzy -#~ msgid "Site tagline" -#~ msgstr "" -#~ "#-#-#-#-# generate-typography-de_DE.po (Generate Typography) #-#-#-#-#\n" -#~ "Website-Slogan (Untertitel)\n" -#~ "#-#-#-#-# page-header-de_DE.po (Generate Page Header) #-#-#-#-#\n" -#~ "Webseiten-Slogan (Untertitel)" - -#~ msgid "Widget titles" -#~ msgstr "Widget-Titel" - -#~ msgid "Product titles" -#~ msgstr "Produkt Titel" - -#~ msgid "WooCommerce not installed." -#~ msgstr "WooCommerce nicht installiert." - -#~ msgid "Delete Menu Plus Settings" -#~ msgstr "Menu Plus Einstellungen löschen" - -#~ msgid "Export Menu Plus Settings" -#~ msgstr "Exportiere Menu Plus Einstellungen" - -#~ msgid "Posts page (blog)" -#~ msgstr "Beiträge Seite (Blog)" - -#~ msgid "Search results" -#~ msgstr "Suchergebnisse" - -#~ msgid "404 template" -#~ msgstr "404 Template" - -#~ msgid "Custom Post Types - Single Posts" -#~ msgstr "Custom Post Types - einzelne Beiträge" - -#~ msgid "Custom Post Types - Archives" -#~ msgstr "Custom Post Types - Archiv" - -#~ msgid "Delete Page Header Settings" -#~ msgstr "Seitenkopf Einstellungen löschen" - -#~ msgid "Export Page Header Settings" -#~ msgstr "Exportiere Seitenkopf-Einstellungen" - -#~ msgid "Image link" -#~ msgstr "Bild-Link" - -#~ msgid "Resize image" -#~ msgstr "Bildgröße ändern" - -#~ msgid "Image width" -#~ msgstr "Bildbreite" - -#~ msgid "Image height" -#~ msgstr "Bildhöhe" - -#~ msgid "Add padding" -#~ msgstr "Abstand hinzufügen" - -#~ msgid "Add background image" -#~ msgstr "Hintergrundbild hinzufügen" - -#~ msgid "Parallax effect" -#~ msgstr "Parallax Effekt" - -#~ msgid "Container type" -#~ msgstr "Container-Typ" - -#~ msgid "Full width" -#~ msgstr "Volle Breite" - -#~ msgid "Text alignment" -#~ msgstr "Textausrichtung" - -#~ msgid "Top/Bottom padding" -#~ msgstr "Innenabstand oben & unten" - -#~ msgid "Background color" -#~ msgstr "Hintergrundfarbe" - -#~ msgid "Text color" -#~ msgstr "Textfarbe" - -#~ msgid "Link color" -#~ msgstr "Linkfarbe" - -#~ msgid "Link color hover" -#~ msgstr "Linkfarbe bei Mauskontakt" - -#~ msgid "Overlay color" -#~ msgstr "Deckfarbe" - -#~ msgid "Transparent navigation" -#~ msgstr "Transparente Navigation" - -#~ msgid "Navigation text" -#~ msgstr "Navigationstext" - -#~ msgid "Navigation background hover" -#~ msgstr "Hintergrund bei Mauskontakt" - -#~ msgid "Navigation text hover" -#~ msgstr "Text bei Mauskontakt" - -#~ msgid "Navigation background current" -#~ msgstr "Hintergrund aktuelles Navigationselement" - -#~ msgid "Navigation text current" -#~ msgstr "Aktueller Navigationstext" - -#~ msgid "Insert into page header" -#~ msgstr "In Seitenkopf einfügen" - -#~ msgid "Uploaded to this page header" -#~ msgstr "Zu diesem Seitennkopf hochgeladen" - -#~ msgid "Delete Secondary Nav Settings" -#~ msgstr "Lösche Einstellungen der sekundären Navigation" - -#~ msgid "Export Secondary Nav Settings" -#~ msgstr "Exportiere Einstellungen der sekundären Navigation" - -#~ msgid "Select Image" -#~ msgstr "Bild auswählen" - -#~ msgid "Use Image" -#~ msgstr "Bild verwenden" - -#, fuzzy -#~ msgid "" -#~ "There is a new version of %1$s available. View version %3$s details." -#~ msgstr "" -#~ "#-#-#-#-# backgrounds-de_DE.po (Generate Backgrounds) #-#-#-#-#\n" -#~ "Es ist eine neue Version von %1$sverfügbar. Zeige Details der Version %3$s .\n" -#~ "#-#-#-#-# disable-elements-de_DE.po (Generate Disable Elements) #-#-#-#-" -#~ "#\n" -#~ "Es ist eine neue Version von %1$sverfügbar. Zeige Details der Version %3$s .\n" -#~ "#-#-#-#-# generate-blog-de_DE.po (Generate Blog) #-#-#-#-#\n" -#~ "Es ist eine neue Version von %1$sverfügbar. Zeige Details der Version %3$s .\n" -#~ "#-#-#-#-# generate-colors-de_DE.po (Generate Colors) #-#-#-#-#\n" -#~ "Es ist eine neue Version von %1$sverfügbar. Zeige Details der Version %3$s .\n" -#~ "#-#-#-#-# generate-copyright-de_DE.po (Generate Copyright) #-#-#-#-#\n" -#~ "Es ist eine neue Version von %1$sverfügbar. Zeige Details der Version %3$s .\n" -#~ "#-#-#-#-# generate-hooks-de_DE.po (Generate Hooks) #-#-#-#-#\n" -#~ "Es ist eine neue Version von %1$sverfügbar. Zeige Details der Version %3$s .\n" -#~ "#-#-#-#-# generate-ie-de_DE.po (Generate Import Export) #-#-#-#-#\n" -#~ "Es ist eine neue Version von %1$sverfügbar. Zeige Details der Version %3$s .\n" -#~ "#-#-#-#-# generate-sections-de_DE.po (Generate Sections) #-#-#-#-#\n" -#~ "Neue Version von %1$s verfügbar. Details zu Version %3$s anzeigen.\n" -#~ "#-#-#-#-# generate-spacing-de_DE.po (Generate Spacing) #-#-#-#-#\n" -#~ "Es ist eine neue Version von %1$sverfügbar. Zeige Details der Version %3$s .\n" -#~ "#-#-#-#-# generate-typography-de_DE.po (Generate Typography) #-#-#-#-#\n" -#~ "Es ist eine neue Version von %1$sverfügbar. Zeige Details der Version %3$s .\n" -#~ "#-#-#-#-# gp-premium-de_De.po (GP Premium) #-#-#-#-#\n" -#~ "Neue Version von %1$s verfügbar. Details zu Version %3$s anzeigen.\n" -#~ "#-#-#-#-# menu-plus-de_DE.po (Generate Menu Plus) #-#-#-#-#\n" -#~ "Neue Version von %1$s verfügbar. Details zu Version %3$s anzeigen.\n" -#~ "#-#-#-#-# page-header-de_DE.po (Generate Page Header) #-#-#-#-#\n" -#~ "Neue Version von %1$s verfügbar. Details zu Version %3$s anzeigen.\n" -#~ "#-#-#-#-# secondary-nav-de_DE.po (Generate Secondary Navigation) #-#-#-" -#~ "#-#\n" -#~ "Neue Version von %1$s verfügbar. Details zu Version %3$s anzeigen." - -#, fuzzy -#~ msgid "" -#~ "There is a new version of %1$s available. View version %3$s details or update now." -#~ msgstr "" -#~ "#-#-#-#-# backgrounds-de_DE.po (Generate Backgrounds) #-#-#-#-#\n" -#~ "Es ist eine neue Version von %1$s verfügbar. Zeige Details zu Version %3$s or aktualisiere jetzt..\n" -#~ "#-#-#-#-# disable-elements-de_DE.po (Generate Disable Elements) #-#-#-#-" -#~ "#\n" -#~ "Es ist eine neue Version von %1$s verfügbar. Zeige Details zu Version %3$s or aktualisiere jetzt..\n" -#~ "#-#-#-#-# generate-blog-de_DE.po (Generate Blog) #-#-#-#-#\n" -#~ "Neue Version von %1$s verfügbar. Details zu Version %3$s anzeigen oder Jetzt updaten.\n" -#~ "#-#-#-#-# generate-colors-de_DE.po (Generate Colors) #-#-#-#-#\n" -#~ "Es ist eine neue Version von %1$s verfügbar. Zeige Details zu Version %3$s or aktualisiere jetzt..\n" -#~ "#-#-#-#-# generate-copyright-de_DE.po (Generate Copyright) #-#-#-#-#\n" -#~ "Es ist eine neue Version von %1$s verfügbar. Zeige Details zu Version %3$s or aktualisiere jetzt..\n" -#~ "#-#-#-#-# generate-hooks-de_DE.po (Generate Hooks) #-#-#-#-#\n" -#~ "Es ist eine neue Version von %1$s verfügbar. Zeige Details zu Version %3$s oder aktualisiere jetzt..\n" -#~ "#-#-#-#-# generate-ie-de_DE.po (Generate Import Export) #-#-#-#-#\n" -#~ "Es ist eine neue Version von %1$s verfügbar. Zeige Details zu Version %3$s oder aktualisiere jetzt..\n" -#~ "#-#-#-#-# generate-sections-de_DE.po (Generate Sections) #-#-#-#-#\n" -#~ "Es ist eine neue Version von %1$s verfügbar. Zeige Details zu Version %3$s oder aktualisiere jetzt..\n" -#~ "#-#-#-#-# generate-spacing-de_DE.po (Generate Spacing) #-#-#-#-#\n" -#~ "Es ist eine neue Version von %1$s verfügbar. Zeige Details zu Version %3$s oder aktualisiere jetzt..\n" -#~ "#-#-#-#-# generate-typography-de_DE.po (Generate Typography) #-#-#-#-#\n" -#~ "Es ist eine neue Version von %1$s verfügbar. Zeige Details zu Version %3$s oder aktualisiere jetzt..\n" -#~ "#-#-#-#-# gp-premium-de_De.po (GP Premium) #-#-#-#-#\n" -#~ "Neue Version von %1$s verfügbar. Details zu Version %3$s anzeigen oder Jetzt updaten.\n" -#~ "#-#-#-#-# menu-plus-de_DE.po (Generate Menu Plus) #-#-#-#-#\n" -#~ "Neue Version von %1$s verfügbar. Details zu Version %3$s anzeigen oder Jetzt updaten.\n" -#~ "#-#-#-#-# page-header-de_DE.po (Generate Page Header) #-#-#-#-#\n" -#~ "Neue Version von %1$s verfügbar. Details zu Version %3$s anzeigen oder Jetzt updaten.\n" -#~ "#-#-#-#-# secondary-nav-de_DE.po (Generate Secondary Navigation) #-#-#-" -#~ "#-#\n" -#~ "Neue Version von %1$s verfügbar. Details zu Version %3$s anzeigen oder Jetzt updaten." - -#~ msgid "" -#~ "Want updates served directly to your Dashboard? Activate the email you " -#~ "purchased your add-ons with here." -#~ msgstr "" -#~ "Möchtest Du die Updates direkt auf dem Dashboard? Aktiviere Deine E-Mail " -#~ "mit der Du bezahlt hast." - -#~ msgid "Email" -#~ msgstr "E-Mail" - -#~ msgid "Deactivate Email" -#~ msgstr "E-Mail deaktivieren" - -#~ msgid "Activate Email" -#~ msgstr "E-Mail aktivieren" - -#~ msgid "Save Email" -#~ msgstr "E-Mail speichern" - -#~ msgid "Enable All Updates" -#~ msgstr "Alle Updates aktivieren" - -#~ msgid "Disable Updates" -#~ msgstr "Updates deaktivieren" - -#~ msgid "Enable Updates" -#~ msgstr "Updates aktivieren" - -#~ msgid "Email activation failed. This email does not exist in our records." -#~ msgstr "" -#~ "Email-Aktivierung ist fehlgeschlagen. Diese e-Mail ist nicht in unseren " -#~ "Aufzeichnungen vorhanden." - -#~ msgid "Email activated." -#~ msgstr "E-Mail aktiviert." - -#~ msgid "License failed." -#~ msgstr "Lizenz ungültig oder nicht vorhanden." - -#~ msgid "Licenses activated." -#~ msgstr "Lizenzen aktiviert." - -#~ msgid "Deactivation failed." -#~ msgstr "Deaktivierung ist fehlgeschlagen." - -#~ msgid "Headline / Post Title" -#~ msgstr "Überschrift / Beitragstitel" - -#~ msgid "verified" -#~ msgstr "bestätigt" - -#~ msgid "unverified" -#~ msgstr "Ungeprüft" - -#~ msgid "Disable Elements Installed" -#~ msgstr "Elemente deaktivieren" - -#, fuzzy -#~ msgid "Please enter your license key in order to use this plugin." -#~ msgstr "" -#~ "#-#-#-#-# disable-elements-de_DE.po (Generate Disable Elements) #-#-#-#-" -#~ "#\n" -#~ "Bitte geben Sie Ihren Lizenzschlüssel ein, um dieses Plugin zu " -#~ "verwenden.\n" -#~ "#-#-#-#-# generate-colors-de_DE.po (Generate Colors) #-#-#-#-#\n" -#~ "Bitte geben Sie Ihren Lizenzschlüssel ein, um dieses Plugin zu " -#~ "verwenden.\n" -#~ "#-#-#-#-# generate-copyright-de_DE.po (Generate Copyright) #-#-#-#-#\n" -#~ "Bitte geben Sie Ihren Lizenzschlüssel ein um das Plugin zu installieren.\n" -#~ "#-#-#-#-# generate-ie-de_DE.po (Generate Import Export) #-#-#-#-#\n" -#~ "Bitte geben Sie Ihren Lizenzschlüssel ein, um dieses Plugin zu " -#~ "verwenden.\n" -#~ "#-#-#-#-# generate-spacing-de_DE.po (Generate Spacing) #-#-#-#-#\n" -#~ "Bitte geben Sie Ihren Lizenzschlüssel ein, um dieses Plugin zu " -#~ "verwenden.\n" -#~ "#-#-#-#-# generate-typography-de_DE.po (Generate Typography) #-#-#-#-#\n" -#~ "Bitte geben Sie Ihren Lizenzschlüssel ein, um dieses Plugin zu verwenden." - -#~ msgid "Deactivate License" -#~ msgstr "Lizenz deaktivieren" - -#~ msgid "active" -#~ msgstr "aktiv" - -#~ msgid "inactive" -#~ msgstr "inaktiv" - -#~ msgid "Generate Disable Elements License Key" -#~ msgstr "Genereiere Disable Elements Lizenz-Schlüssel" - -#~ msgid "" -#~ "Activate your addons by entering the email you purchased them with below. " -#~ "Save and verify, then your purchased addons will appear below for " -#~ "activation." -#~ msgstr "" -#~ "Aktivieren Sie Ihre Addons durch Eingabe der e-Mail, die Sie beim Kauf " -#~ "genutzt haben. Speichern Sie zur Überprüfung und anschließend stehen die " -#~ "gekauften Addons zur Verfügung." - -#~ msgid "Status" -#~ msgstr "Status" - -#~ msgid "Action" -#~ msgstr "Aktion" - -#~ msgid "Verify Email" -#~ msgstr "E-Mail bestätigen" - -#~ msgid "Activate All" -#~ msgstr "Alle aktivieren" - -#~ msgid "Product" -#~ msgstr "Produkt" - -#~ msgid "Version" -#~ msgstr "Version" - -#~ msgid "Once Every 3 Days" -#~ msgstr "Einmal alle 3 Tage" - -#~ msgid "Post Image" -#~ msgstr "Beitragsbild" - -#~ msgid "Post Image Position" -#~ msgstr "Position des Beitragsbilds" - -#~ msgid "Post Image Width" -#~ msgstr "Breite des Beitragsbilds" - -#~ msgid "Post Image Height" -#~ msgstr "Höhe des Beitragsbilds" - -#~ msgid "Header Colors" -#~ msgstr "Farben des Kopfbereichs" - -#~ msgid "Navigation Colors" -#~ msgstr "Farben der Hauptnavigation einstellen" - -#~ msgid "Sub-Navigation Colors" -#~ msgstr "Farben der Subnavigation einstellen" - -#~ msgid "Content Colors" -#~ msgstr "Farben des Inhaltsbereichs" - -#~ msgid "Sidebar Widget Colors" -#~ msgstr "Sidebar Widget Farben" - -#~ msgid "Footer Widget Colors" -#~ msgstr "Farben des Fußbereich-Widget" - -#~ msgid "Footer Colors" -#~ msgstr "Fußzeile-Farben" - -#~ msgid "Form Colors" -#~ msgstr "Formular-Farben" - -#~ msgid "Colors Installed" -#~ msgstr "Farben installiert" - -#~ msgid "Generate Colors License Key" -#~ msgstr "Farben-Lizenz-Schlüssel generieren" - -#~ msgid "" -#~ "Use %current_year% to include the current year dynamically." -#~ msgstr "" -#~ "Verwende %current_year% um das laufende Jahr dynamisch " -#~ "einzufügen." - -#~ msgid "Use %copy% to include the copyright symbol." -#~ msgstr "Verwende %copy% um das Copyright-Symbol anzuzeigen." - -#~ msgid "Save Copyright" -#~ msgstr "Copyright speichern" - -#~ msgid "Add a custom copyright line." -#~ msgstr "Fügen Sie eine benutzerdefinierte copyright-Zeile ein." - -#~ msgid "Copyright Installed" -#~ msgstr "Copyright installiert" - -#~ msgid "Generate Copyright License Key" -#~ msgstr "Copyright-Lizenz-Schlüssel generieren" - -#~ msgid "Save Settings" -#~ msgstr "Einstellungen speichern" - -#~ msgid "Generate Hooks License Key" -#~ msgstr "Generate Hooks Lizenz-Schlüssel generieren" - -#~ msgid "Export your settings set in the Exportiere deine Einstellungen nach " - -#~ msgid "Import Customizer Settings" -#~ msgstr "Importiere die Anpassungs-Einstellungen" - -#~ msgid "" -#~ "Import your hooks by uploading your exported .json file." -#~ msgstr "" -#~ "Importiere Deine hooks durch hchladen des exportierten ." -#~ "json file." - -#~ msgid "Import GP Hooks" -#~ msgstr "Importiere GP Hooks" - -#~ msgid "Import / Export Installed" -#~ msgstr "Import / Export von Installation" - -#~ msgid "Generate Import Export License Key" -#~ msgstr "Generiere Import-Export-Lizenz-Schlüssel" - -#~ msgid "Error: Content already detected in default editor." -#~ msgstr "Fehler: Inhalt bereits im Standard-Editor erfasst." - -#~ msgid "" -#~ "Please activate the \"Visual\" tab in your main editor before " -#~ "transferring content." -#~ msgstr "" -#~ "Bitte aktivieren Sie die Registerkarte \"Visuell\" im Editor bevor Inhalt " -#~ "übertragen wird." - -#~ msgid "Click the \"%s\" button below to start creating your sections." -#~ msgstr "" -#~ "Klicken Sie auf den Button \"%s\" um mit dem Erstellen von Abschnitten zu " -#~ "beginnen." - -#~ msgid "Add New" -#~ msgstr "Hinzufügen" - -#~ msgid "Fluid" -#~ msgstr "Fluid" - -#~ msgid "contained" -#~ msgstr "enthalten" - -#~ msgid "" -#~ "The spacing between elements when \"Content Layout\" is set to \"Separate " -#~ "Containers\"." -#~ msgstr "" -#~ "Der Abstand zwischen den Elementen, wenn \"Inhalts-Layout\" auf " -#~ "\"separate Container\" festgelegt ist." - -#~ msgid "Left/Right Spacing" -#~ msgstr "Linker/Rechter Abstand" - -#, fuzzy -#~ msgid "The top and bottom spacing of sub-menu items." -#~ msgstr "" -#~ "#-#-#-#-# generate-spacing-de_DE.po (Generate Spacing) #-#-#-#-#\n" -#~ "Der oberen und unteren Abstand der Untermenüelemente.\n" -#~ "#-#-#-#-# secondary-nav-de_DE.po (Generate Secondary Navigation) #-#-#-" -#~ "#-#\n" -#~ "Der oberen und unteren Abstand der Sub-Menüelemente." - -#~ msgid "15%" -#~ msgstr "15%" - -#~ msgid "20%" -#~ msgstr "20%" - -#~ msgid "25%" -#~ msgstr "25%" - -#~ msgid "30%" -#~ msgstr "30%" - -#~ msgid "35%" -#~ msgstr "35%" - -#~ msgid "40%" -#~ msgstr "40%" - -#~ msgid "45%" -#~ msgstr "45%" - -#~ msgid "50%" -#~ msgstr "50%" - -#~ msgid "Element Spacing" -#~ msgstr "Element Abstand" - -#~ msgid "These options control the size of your menu items." -#~ msgstr "Diese Optionen steuern die Größe Ihrer Menü-Elemente." - -#~ msgid "Sub-menu Item Height" -#~ msgstr "Untermenü Elementhöhe" - -#~ msgid "Sidebar Widths" -#~ msgstr "Breite der Sidebar" - -#~ msgid "Spacing Installed" -#~ msgstr "Element Abstand installiert" - -#~ msgid "Generate Spacing License Key" -#~ msgstr "Abstand-Lizenz-Schlüssel generieren" - -#~ msgid "Default fonts" -#~ msgstr "Standard-Schriftarten" - -#~ msgid "Google fonts" -#~ msgstr "Google fonts" - -#~ msgid "Site navigation" -#~ msgstr "Navigation" - -#~ msgid "Font-size" -#~ msgstr "Schriftgröße" - -#~ msgid "Footer font size" -#~ msgstr "Schriftgröße des Fußbereichs" - -#~ msgid "H1 font size" -#~ msgstr "H1 Schriftgröße" - -#~ msgid "H2 font size" -#~ msgstr "H2 Schriftgröße" - -#~ msgid "Body Typography" -#~ msgstr "Schriftart des Body" - -#~ msgid "Header Typography" -#~ msgstr "Schriftart des Kopfbereichs" - -#~ msgid "Navigation Typography" -#~ msgstr "Schriftart der Navigation" - -#~ msgid "Content Typography" -#~ msgstr "Schriftart des Inhalts" - -#~ msgid "Widget Typography" -#~ msgstr "Widget-Typografie" - -#~ msgid "Typography Installed" -#~ msgstr "Typografie installiert" - -#~ msgid "Generate Typography License Key" -#~ msgstr "Typografie-Lizenz-Schlüssel generieren" - -#~ msgid "Updates %s" -#~ msgstr "Updates %s" - -#~ msgid "Sticky Menu" -#~ msgstr "Menü angehefted" - -#~ msgid "Sticky Navigation Effect" -#~ msgstr "Effekt für angeheftete Navigation" - -#~ msgid "Navigation Logo Position" -#~ msgstr "Position des Navigations Logos" - -#~ msgid "Sticky Menu Effect" -#~ msgstr "Effekt für angeheftetes Menü" - -#~ msgid "Menu Logo" -#~ msgstr "Menü-Logo" - -#~ msgid "Menu Logo Position" -#~ msgstr "Position des Menü-Logos" - -#~ msgid "Sticky Only" -#~ msgstr "Nur für Sticky-Menü" - -#~ msgid "Sticky + Regular" -#~ msgstr "Sticky + Normal" - -#~ msgid "Regular Only" -#~ msgstr "Nur normales" - -#~ msgid "Add awesome new menu features to your GeneratePress menu" -#~ msgstr "Füge GeneratePress neue fantastische Möglichkeiten hinzu." - -#~ msgid "Blog Page Header" -#~ msgstr "Blog-Seitenkopf" - -#~ msgid "Upload an image to be used as your page header." -#~ msgstr "Hochladen eines Bildes um es als Seitenkopf zu verwenden." - -#~ msgid "Make your page header image clickable by adding a URL. (optional)" -#~ msgstr "Um das Kopfbild zu verlinken, fügen Sie eine URL hinzu (optional)." - -#~ msgid "Turn hard cropping or of off." -#~ msgstr "Beschneiden der Bilder an- oder ausschalten." - -#~ msgid "Choose your image width in pixels. (integer only, default is 1200)" -#~ msgstr "" -#~ "Wählen Sie die Breite des Bildes in Pixel. (ganze Zahl, Standard ist 1200)" - -#~ msgid "" -#~ "Choose your image height in pixels. Use \"0\" or leave blank for " -#~ "proportional resizing. (integer only, default is 0) " -#~ msgstr "" -#~ "Wähle die Bildgröße in Pixeln. Nutze \"0\" oder leer für eine " -#~ "proportionale Skalierung. (Nur ganze Zahlen, Standard ist 0)" - -#~ msgid "Video Background URL (MP4 only)" -#~ msgstr "Video-Hintergrund (mp4)" - -#~ msgid "Video Background URL (OGV only)" -#~ msgstr "Video-Hintergrund (Ogv)" - -#~ msgid "Video Background URL (WEBM only)" -#~ msgstr "Video-Hintergrund (Webm)" - -#~ msgid "Page Header Content" -#~ msgstr "Inhalt des Kopfbereichs" - -#~ msgid "Add your content to the page header. HTML and shortcodes allowed." -#~ msgstr "" -#~ "Hinzufügen von Inhalten zu Ihrem Seitenkopf. HTML und Shortcodes sind " -#~ "erlaubt." - -#~ msgid "Add Paragraphs" -#~ msgstr "Absätze automatisch hinzufügen" - -#~ msgid "Wrap your text in paragraph tags automatically." -#~ msgstr "Umschließen Sie Ihren Text automatisch mit Absatz-Tags." - -#~ msgid "Add padding around your content." -#~ msgstr "Abstand um den Inhalt hinzufügen." - -#~ msgid "Image Background" -#~ msgstr "Hintergrundbild" - -#~ msgid "" -#~ "Use the image uploaded above as a background image for your content. " -#~ "(requires image uploaded above)" -#~ msgstr "" -#~ "Verwende das Hintergrundbild als Bild für den Inhalt. (erfordert, dass " -#~ "ein Bild oben hochgeladen wurde)" - -#~ msgid "Parallax Background" -#~ msgstr "Parallaxer Hintergrund" - -#~ msgid "" -#~ "Add a cool parallax effect to your background image. (requires the image " -#~ "background option to be checked)" -#~ msgstr "" -#~ "Fügen Sie einen coolen Parallax-Effekt zu Ihrem Hintergrundbild hinzu. " -#~ "(erfordert die aktivierte Option Hintergrundbild)" - -#~ msgid "Full Screen" -#~ msgstr "Vollbild" - -#~ msgid "Make your page header content area full screen." -#~ msgstr "Setze den Inhaltsbereich des Seitenkopfs als Vollbild." - -#~ msgid "Vertical Center" -#~ msgstr "Vertikale Mitte" - -#~ msgid "Center your page header content vertically." -#~ msgstr "Zentriere Inhalt des Seitenkopfs vertikal." - -#~ msgid "Container Type" -#~ msgstr "Container-Typ" - -#~ msgid "Choose whether the page header is contained or fluid." -#~ msgstr "Wählen Sie, ob der Seitenkopf enthalten ist oder flexibel." - -#~ msgid "Choose the horizontal alignment of your content." -#~ msgstr "Wählen Sie die horizontale Ausrichtung des Inhalts." - -#~ msgid "Top/Bottom Padding" -#~ msgstr "Oberer/Unterer Abstand" - -#~ msgid "This will add space above and below your content. (integer only) " -#~ msgstr "" -#~ "Raum oberhalb und unterhalb des Inhaltsbereichs hinzufügen. (nur ganze " -#~ "Zahlen)" - -#~ msgid "Padding Unit" -#~ msgstr "Abstands Einheit" - -#~ msgid "Page Header Advanced" -#~ msgstr "Erweiterte Einstellungen für den Seitenkopf" - -#~ msgid "Page Header Logo" -#~ msgstr "Kopfbereich Logo" - -#~ msgid "Replace your logo on the blog." -#~ msgstr "Ersetzen Dein Logo auf dem Blog." - -#~ msgid "Page Header Link" -#~ msgstr "Seitenkopf-Link" - -#~ msgid "Hard Crop" -#~ msgstr "Zuschneiden" - -#~ msgid "" -#~ "Choose your content padding in pixels. This will add space above and " -#~ "below your content. (integer only) " -#~ msgstr "" -#~ "Wählen Sie Ihren Abstand im Inhaltsbereich in Pixel. Dadurch wird Raum " -#~ "oberhalb und unterhalb Ihrer Inhalte hinzugefügt. (nur ganze Zahlen)" - -#~ msgid "Add Image" -#~ msgstr "Bild hinzufügen" - -#~ msgid "Add a page header to your blog." -#~ msgstr "Fügen Sie einen Seitenkopf zu Ihrem Blog hinzu." - -#~ msgid "" -#~ "This will only show up on the page you have set as your \"Posts Page\". " -#~ "To add a page header to specific pages, use the metabox included while " -#~ "adding your content." -#~ msgstr "" -#~ "Dies wird nur auf der Seite angezeigt, die Sie als Ihre \"Beiträge-Seite" -#~ "\" eingestellt haben. Um einen Seitenkopf für bestimmte Seiten " -#~ "hinzuzufügen, verwenden Sie die Metabox." - -#~ msgid "Publish" -#~ msgstr "Veröffentlichen" - -#~ msgid "" -#~ "Use these options to add a page header to your Blog. Add page headers to " -#~ "your pages by using the metabox while editing them." -#~ msgstr "" -#~ "Verwenden Sie diese Optionen, um einen Seitenkopf zu Ihrem Blog " -#~ "hinzufügen. Fügen Sie Seitenköpfe zu Ihren Seiten, mithilfe der Metabox " -#~ "beim Bearbeiten, hinzu." - -#~ msgid "" -#~ "Choose your image height in pixels. Use \"0\" or leave blank to calculate " -#~ "height based on width. (integer only, default is 0) " -#~ msgstr "" -#~ "Wählen Sie die Höhe des Bildes in Pixel. Verwenden Sie \"0\" oder lassen " -#~ "Sie das Feld frei, um die Höhe zu berechnen. (Integer, Standard ist 0)" - -#~ msgid "Content Options" -#~ msgstr "Inhaltsoptionen" - -#~ msgid "Link Hover Color" -#~ msgstr "Linkfarbe bei Mouse over" - -#~ msgid "Metabox configuration is required to have an ID parameter" -#~ msgstr "" -#~ "Metabox Konfiguration ist erforderlich, um eine ID-Parameter zu erhalten" - -#~ msgid "Click to toggle" -#~ msgstr "Klicken Sie zum Umschalten" - -#~ msgid "Please Try Again" -#~ msgstr "Bitte versuchen Sie es erneut." - -#~ msgid "Remove Embed" -#~ msgstr "Einbindungscode entfernen" - -#~ msgid "No oEmbed Results Found for %s. View more info at" -#~ msgstr "Keine oEmbed gefunden für%s. Weitere Infos unter" - -#~ msgid "Add Group" -#~ msgstr "Gruppe hinzufügen" - -#~ msgid "Remove Group" -#~ msgstr "Gruppe entfernen" - -#~ msgid "Add Row" -#~ msgstr "Zeile hinzufügen" - -#~ msgid "No terms" -#~ msgstr "Keine Begriffe" - -#~ msgid "Add or Upload Files" -#~ msgstr "Hinzufügen oder Dateien hochladen" - -#~ msgid "Add or Upload File" -#~ msgstr "Hinzufügen oder Dateien hochladen" - -#~ msgid "File:" -#~ msgstr "Datei:" - -#~ msgid "Download" -#~ msgstr "Herunterladen" - -#~ msgid "Clear" -#~ msgstr "Entfernen" - -#~ msgid "Default" -#~ msgstr "Standard" - -#~ msgid "Select Color" -#~ msgstr "Farbe auswählen" - -#~ msgid "Current Color" -#~ msgstr "Aktuelle Farbe" - -#~ msgid "mm/dd/yy" -#~ msgstr "mm/dd/yy" - -#~ msgid "Sunday, Monday, Tuesday, Wednesday, Thursday, Friday, Saturday" -#~ msgstr "Sonntag, Montag, Dienstag, Mittwoch, Donnerstag, Freitag, Samstag" - -#~ msgid "Su, Mo, Tu, We, Th, Fr, Sa" -#~ msgstr "So, Mo, Di, Mi, Do, Fr, Sa" - -#~ msgid "Sun, Mon, Tue, Wed, Thu, Fri, Sat" -#~ msgstr "Son, Mon, Die, Mit, Don, Fre, Sam" - -#~ msgid "" -#~ "January, February, March, April, May, June, July, August, September, " -#~ "October, November, December" -#~ msgstr "" -#~ "Januar, Februar, März, April, Mai, Juni, Juli, August, September, " -#~ "Oktober, November, Dezember" - -#~ msgid "Jan, Feb, Mar, Apr, May, Jun, Jul, Aug, Sep, Oct, Nov, Dec" -#~ msgstr "Jan, Feb, Mar, Apr, Mai, Jun, Jul, Aug, Sep, Okt, Nov, Dez" - -#~ msgid "Prev" -#~ msgstr "Vorheriger" - -#~ msgid "Today" -#~ msgstr "Heute" - -#~ msgid "Done" -#~ msgstr "Fertig" - -#~ msgid "Choose Time" -#~ msgstr "Zeit wählen" - -#~ msgid "Time" -#~ msgstr "Zeit" - -#~ msgid "Hour" -#~ msgstr "Stunde" - -#~ msgid "Minute" -#~ msgstr "Minute" - -#~ msgid "Second" -#~ msgstr "Sekunde" - -#~ msgid "Now" -#~ msgstr "Jetzt" - -#~ msgid "hh:mm TT" -#~ msgstr "hh: mm TT" - -#~ msgid "Use this file" -#~ msgstr "Diese Datei verwenden" - -#~ msgid "Select / Deselect All" -#~ msgstr "Alles / Nichts auswählen" - -#~ msgid "Use \"0\" or leave blank to calculate height based on width." -#~ msgstr "" -#~ "Verwenden Sie \"0\" oder lassen Sie das Feld frei, um die Höhe basierend " -#~ "auf der Breite zu berechnen." - -#~ msgid "Use image (from image tab) as a background image?" -#~ msgstr "Verwende Bild (von Registerkarte Bild) als Hintergrundbild?" - -#~ msgid "Add parallax effect to background image?" -#~ msgstr "Parallax Effekt hinzufügen?" - -#~ msgid "Make background image full screen?" -#~ msgstr "Hintergrundbild als Vollbild anzeigen?" - -#~ msgid "Center your content vertically?" -#~ msgstr "Ihre Inhalte vertikal zentrieren?" - -#~ msgid "Add to blog excerpt (if no Featured Image is set)" -#~ msgstr "Zum Blog Auszug hinzufügen (wenn kein Beitragsbild gesetzt ist)" - -#~ msgid "Hard Crop Position" -#~ msgstr "Position des zugeschnittenen Bildes" - -#~ msgid "Choose where to crop the image." -#~ msgstr "Wählen Sie, wo Sie das Bild zuschneiden." - -#~ msgid "Top Left" -#~ msgstr "Oben links" - -#~ msgid "Top Right" -#~ msgstr "Oben rechts" - -#~ msgid "Bottom Left" -#~ msgstr "Unten links" - -#~ msgid "Bottom Right" -#~ msgstr "Unten rechts" - -#~ msgid "Image Crop Position" -#~ msgstr "Position des zugeschnittenen Bildes" - -#~ msgid "Top left" -#~ msgstr "Oben links" - -#~ msgid "Top right" -#~ msgstr "Oben rechts" - -#~ msgid "Bottom left" -#~ msgstr "Unten links" - -#~ msgid "Bottom right" -#~ msgstr "Unten rechts" - -#~ msgid "" -#~ "Note: You've chosen content to show as your page header. Remove the " -#~ "content and save to use the image below." -#~ msgstr "" -#~ "Hinweis: Sie haben Inhalte als Ihre Kopfzeile anzeigen ausgewählt. " -#~ "Entfernen Sie den Inhalt und speichern Sie, um das Bild unten zu " -#~ "verwenden." - -#~ msgid "Background type" -#~ msgstr "Hintergrundtyp" - -#~ msgid "Add parallax effect?" -#~ msgstr "Parallax Effekt hinzufügen?" - -#~ msgid "Generate Page Header License Key" -#~ msgstr "Seitenkopf-Lizenz-Schlüssel generieren" - -#~ msgid "No image URL has been entered." -#~ msgstr "Es wurde keine Bild-URL eingegeben." - -#~ msgid "At least one of width or height must be a number." -#~ msgstr "Die Breite oder Höhe muss eine Zahl sein." - -#~ msgid "Failed to get $file_path information using \"@getimagesize\"." -#~ msgstr "" -#~ "Fehler beim Abrufen der $file_path Informationen mithilfe von " -#~ "\"@getimagesize\"." - -#~ msgid "Resize path invalid (GIF)" -#~ msgstr "Pfad zur Größenänderung ist falsch (GIF)" - -#~ msgid "Resize path invalid (PNG)." -#~ msgstr "Pfad zur Größenänderung ist falsch (PNG)" - -#~ msgid "Resize path invalid (JPG)." -#~ msgstr "Pfad zur Größenänderung ist falsch (JPG)" - -#~ msgid "Failed to get $dest_file_name (resized image) info via @getimagesize" -#~ msgstr "" -#~ "Fehler beim Abrufen der $dest_file_name (geänderte Bildgröße) Info über " -#~ "@getimagesize" - -#~ msgid "Secondary Menu Items" -#~ msgstr "Sekundäre Menüelemente" - -#~ msgid "Secondary navigation" -#~ msgstr "Sekundäre Navigation" - -#~ msgid "Navigation Layout" -#~ msgstr "Layout der Navigation" - -#~ msgid "Fluid / Full Width" -#~ msgstr "Flexible / volle Breite" - -#~ msgid "Mobile Label" -#~ msgstr "Beschriftung für mobile Navigation" - -#~ msgid "Secondary Navigation Spacing" -#~ msgstr "Abstände der sekundären Navigation" - -#~ msgid "These options control the size of your secondary menu items." -#~ msgstr "Diese Optionen steuern die Größe Ihrer sekundären Menü-Elemente." - -#~ msgid "Secondary Sub-menu Item Height" -#~ msgstr "Höhe der sekundären Untermenü-Elemente" - -#~ msgid "The top and bottom spacing of secondary sub-menu items." -#~ msgstr "" -#~ "Der oberen und unteren Abstand der sekundären untergeordneten " -#~ "Menüelemente." - -#~ msgid "Secondary Navigation Colors" -#~ msgstr "Farben der sekundären Navigation" - -#~ msgid "Secondary Sub-Navigation Colors" -#~ msgstr "Farben der sekundären Subnavigation" - -#~ msgid "Secondary Navigation Typography" -#~ msgstr "Schriftart der sekundären Subnavigation" - -#~ msgid "Secondary Background Images" -#~ msgstr "Sekundäre Hintergrundbilder" diff --git a/wp-content/plugins/gp-premium/langs/gp-premium-es_AR.mo b/wp-content/plugins/gp-premium/langs/gp-premium-es_AR.mo new file mode 100644 index 0000000000000000000000000000000000000000..b7f2e41daf6d213fd1fa9cc46c06591d3cea2d66 GIT binary patch literal 28639 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 K)Ozo)5&S=|CCnWF literal 0 HcmV?d00001 diff --git a/wp-content/plugins/gp-premium/langs/gp-premium-fr_FR.mo b/wp-content/plugins/gp-premium/langs/gp-premium-fr_FR.mo index 9b08e495e0a7244623fa94c7db7c695bfef22f05..6b7ccb1bd25d83f6bca477aff3236f8843cd5bc2 100644 GIT binary patch literal 34940 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 U2Rxb6HJ7*vQy)M54CC1U0rZhIqyPW_ diff --git a/wp-content/plugins/gp-premium/langs/gp-premium-fr_FR.po b/wp-content/plugins/gp-premium/langs/gp-premium-fr_FR.po deleted file mode 100644 index 17bc07c6..00000000 --- a/wp-content/plugins/gp-premium/langs/gp-premium-fr_FR.po +++ /dev/null @@ -1,3304 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: GP Premium\n" -"POT-Creation-Date: 2018-02-27 17:34-0800\n" -"PO-Revision-Date: 2018-02-27 17:34-0800\n" -"Last-Translator: Pedro Mendonça \n" -"Language-Team: \n" -"Language: fr_FR\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Generator: Poedit 2.0.6\n" -"X-Poedit-Basepath: ..\n" -"X-Poedit-SourceCharset: UTF-8\n" -"X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;esc_attr__;" -"esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c;_n_noop:1,2;" -"_nx_noop:3c,1,2;__ngettext_noop:1,2\n" -"Plural-Forms: nplurals=2; plural=(n > 1);\n" -"X-Poedit-WPHeader: gp-premium.php\n" -"X-Poedit-SearchPath-0: .\n" -"X-Poedit-SearchPathExcluded-0: *.js\n" -"X-Poedit-SearchPathExcluded-1: *deprecated*\n" -"X-Poedit-SearchPathExcluded-2: sites/libs/wxr-importer/WPImporterLogger.php\n" -"X-Poedit-SearchPathExcluded-3: sites/libs/wxr-importer/WXRImporter.php\n" -"X-Poedit-SearchPathExcluded-4: sites/libs/wxr-importer/WXRImportInfo.php\n" -"X-Poedit-SearchPathExcluded-5: sites/classes/class-site-widget-importer.php\n" - -#: backgrounds/functions/functions.php:99 -#: backgrounds/functions/functions.php:108 -msgid "Background Images" -msgstr "Images de fond" - -#: backgrounds/functions/functions.php:117 -#: backgrounds/functions/functions.php:143 -#: typography/functions/functions.php:53 -msgid "Body" -msgstr "Corps" - -#: backgrounds/functions/functions.php:206 -#: backgrounds/functions/functions.php:230 colors/functions/functions.php:56 -#: disable-elements/functions/functions.php:128 -#: disable-elements/functions/functions.php:130 -#: disable-elements/functions/functions.php:290 -#: disable-elements/functions/functions.php:292 -#: typography/functions/functions.php:238 -msgid "Top Bar" -msgstr "" - -#: backgrounds/functions/functions.php:293 -#: backgrounds/functions/functions.php:316 colors/functions/functions.php:143 -#: disable-elements/functions/functions.php:134 -#: disable-elements/functions/functions.php:136 -#: disable-elements/functions/functions.php:296 -#: disable-elements/functions/functions.php:298 -#: spacing/functions/customizer/header-spacing.php:11 -#: typography/functions/functions.php:361 -msgid "Header" -msgstr "En-tête" - -#: backgrounds/functions/functions.php:376 colors/functions/functions.php:239 -#: disable-elements/functions/functions.php:139 -#: disable-elements/functions/functions.php:141 -#: disable-elements/functions/functions.php:301 -#: disable-elements/functions/functions.php:303 -#: spacing/functions/customizer/navigation-spacing.php:11 -#: typography/functions/functions.php:600 -msgid "Primary Navigation" -msgstr "Barre de navigation primaire" - -#: backgrounds/functions/functions.php:403 -#: backgrounds/functions/secondary-nav-backgrounds.php:65 -#, fuzzy -msgid "Navigation" -msgstr "" -"#-#-#-#-# backgrounds-fr_FR.po (Generate Backgrounds) #-#-#-#-#\n" -"Navigation\n" -"#-#-#-#-# secondary-nav-fr_FR.po (Generate Secondary Navigation) #-#-#-#-" -"#\n" -"Barre de navigation" - -#: backgrounds/functions/functions.php:423 -#: backgrounds/functions/functions.php:473 -#: backgrounds/functions/functions.php:523 -#: backgrounds/functions/functions.php:573 -#: backgrounds/functions/functions.php:633 -#: backgrounds/functions/functions.php:683 -#: backgrounds/functions/functions.php:733 -#: backgrounds/functions/secondary-nav-backgrounds.php:86 -#: backgrounds/functions/secondary-nav-backgrounds.php:135 -#: backgrounds/functions/secondary-nav-backgrounds.php:184 -#: backgrounds/functions/secondary-nav-backgrounds.php:233 -#: backgrounds/functions/secondary-nav-backgrounds.php:294 -#: backgrounds/functions/secondary-nav-backgrounds.php:343 -#: backgrounds/functions/secondary-nav-backgrounds.php:392 -#: library/customizer/controls/class-backgrounds-control.php:121 -msgid "Repeat" -msgstr "Répétition" - -#: backgrounds/functions/functions.php:424 -#: backgrounds/functions/functions.php:474 -#: backgrounds/functions/functions.php:524 -#: backgrounds/functions/functions.php:574 -#: backgrounds/functions/functions.php:634 -#: backgrounds/functions/functions.php:684 -#: backgrounds/functions/functions.php:734 -#: backgrounds/functions/secondary-nav-backgrounds.php:87 -#: backgrounds/functions/secondary-nav-backgrounds.php:136 -#: backgrounds/functions/secondary-nav-backgrounds.php:185 -#: backgrounds/functions/secondary-nav-backgrounds.php:234 -#: backgrounds/functions/secondary-nav-backgrounds.php:295 -#: backgrounds/functions/secondary-nav-backgrounds.php:344 -#: backgrounds/functions/secondary-nav-backgrounds.php:393 -#: library/customizer/controls/class-backgrounds-control.php:122 -msgid "Repeat x" -msgstr "Répétition x" - -#: backgrounds/functions/functions.php:425 -#: backgrounds/functions/functions.php:475 -#: backgrounds/functions/functions.php:525 -#: backgrounds/functions/functions.php:575 -#: backgrounds/functions/functions.php:635 -#: backgrounds/functions/functions.php:685 -#: backgrounds/functions/functions.php:735 -#: backgrounds/functions/secondary-nav-backgrounds.php:88 -#: backgrounds/functions/secondary-nav-backgrounds.php:137 -#: backgrounds/functions/secondary-nav-backgrounds.php:186 -#: backgrounds/functions/secondary-nav-backgrounds.php:235 -#: backgrounds/functions/secondary-nav-backgrounds.php:296 -#: backgrounds/functions/secondary-nav-backgrounds.php:345 -#: backgrounds/functions/secondary-nav-backgrounds.php:394 -#: library/customizer/controls/class-backgrounds-control.php:123 -msgid "Repeat y" -msgstr "Répétition y" - -#: backgrounds/functions/functions.php:426 -#: backgrounds/functions/functions.php:476 -#: backgrounds/functions/functions.php:526 -#: backgrounds/functions/functions.php:576 -#: backgrounds/functions/functions.php:636 -#: backgrounds/functions/functions.php:686 -#: backgrounds/functions/functions.php:736 -#: backgrounds/functions/secondary-nav-backgrounds.php:89 -#: backgrounds/functions/secondary-nav-backgrounds.php:138 -#: backgrounds/functions/secondary-nav-backgrounds.php:187 -#: backgrounds/functions/secondary-nav-backgrounds.php:236 -#: backgrounds/functions/secondary-nav-backgrounds.php:297 -#: backgrounds/functions/secondary-nav-backgrounds.php:346 -#: backgrounds/functions/secondary-nav-backgrounds.php:395 -#: library/customizer/controls/class-backgrounds-control.php:124 -msgid "No Repeat" -msgstr "Pas de répétition" - -#: backgrounds/functions/functions.php:453 -#: backgrounds/functions/secondary-nav-backgrounds.php:114 -msgid "Navigation Item" -msgstr "Élément de navigation" - -#: backgrounds/functions/functions.php:503 -#: backgrounds/functions/secondary-nav-backgrounds.php:163 -#, fuzzy -msgid "Navigation Item Hover" -msgstr "" -"#-#-#-#-# backgrounds-fr_FR.po (Generate Backgrounds) #-#-#-#-#\n" -"Élément de navigation sélectionné\n" -"#-#-#-#-# secondary-nav-fr_FR.po (Generate Secondary Navigation) #-#-#-#-" -"#\n" -"Bouton sélectionné" - -#: backgrounds/functions/functions.php:553 -#: backgrounds/functions/secondary-nav-backgrounds.php:212 -#, fuzzy -msgid "Navigation Item Current" -msgstr "" -"#-#-#-#-# backgrounds-fr_FR.po (Generate Backgrounds) #-#-#-#-#\n" -"Élément de navigation courant\n" -"#-#-#-#-# secondary-nav-fr_FR.po (Generate Secondary Navigation) #-#-#-#-" -"#\n" -"Rubrique actuelle" - -#: backgrounds/functions/functions.php:586 -msgid "Primary Sub-Navigation" -msgstr "" - -#: backgrounds/functions/functions.php:613 -#: backgrounds/functions/secondary-nav-backgrounds.php:273 -#, fuzzy -msgid "Sub-Navigation Item" -msgstr "" -"#-#-#-#-# backgrounds-fr_FR.po (Generate Backgrounds) #-#-#-#-#\n" -"Élément de sous-navigation\n" -"#-#-#-#-# secondary-nav-fr_FR.po (Generate Secondary Navigation) #-#-#-#-" -"#\n" -"Éléments de sous-navigation " - -#: backgrounds/functions/functions.php:663 -#: backgrounds/functions/secondary-nav-backgrounds.php:322 -#, fuzzy -msgid "Sub-Navigation Item Hover" -msgstr "" -"#-#-#-#-# backgrounds-fr_FR.po (Generate Backgrounds) #-#-#-#-#\n" -"Élément de sous-navigation sélectionné\n" -"#-#-#-#-# secondary-nav-fr_FR.po (Generate Secondary Navigation) #-#-#-#-" -"#\n" -"Éléments de sous-navigation sélectionnés" - -#: backgrounds/functions/functions.php:713 -#: backgrounds/functions/secondary-nav-backgrounds.php:371 -#, fuzzy -msgid "Sub-Navigation Item Current" -msgstr "" -"#-#-#-#-# backgrounds-fr_FR.po (Generate Backgrounds) #-#-#-#-#\n" -"Élément de sous-navigation sélectionné courant\n" -"#-#-#-#-# secondary-nav-fr_FR.po (Generate Secondary Navigation) #-#-#-#-" -"#\n" -"Rubrique de sous-navigation actuelle" - -#: backgrounds/functions/functions.php:746 -#: backgrounds/functions/functions.php:772 blog/functions/customizer.php:49 -#: colors/functions/functions.php:621 page-header/functions/metabox.php:182 -#: sections/functions/metaboxes/metabox-functions.php:241 -#: sections/functions/metaboxes/metabox-functions.php:244 -#: sites/classes/class-site.php:351 -#: spacing/functions/customizer/content-spacing.php:11 -#, fuzzy -msgid "Content" -msgstr "" -"#-#-#-#-# backgrounds-fr_FR.po (Generate Backgrounds) #-#-#-#-#\n" -"Contenu\n" -"#-#-#-#-# generate-sections-fr_FR.po (Generate Sections) #-#-#-#-#\n" -"Contenu\n" -"#-#-#-#-# generate-spacing-fr_FR.po (Generate Spacing) #-#-#-#-#\n" -"Contenants\n" -"#-#-#-#-# page-header-fr_FR.po (Generate Page Header) #-#-#-#-#\n" -"Contenants " - -#: backgrounds/functions/functions.php:833 -msgid "Sidebar" -msgstr "" - -#: backgrounds/functions/functions.php:856 colors/functions/functions.php:775 -#, fuzzy -msgid "Sidebar Widgets" -msgstr "" -"#-#-#-#-# backgrounds-fr_FR.po (Generate Backgrounds) #-#-#-#-#\n" -"Barre latérale des Widgets\n" -"#-#-#-#-# generate-spacing-fr_FR.po (Generate Spacing) #-#-#-#-#\n" -"Widgets de la barre latérale" - -#: backgrounds/functions/functions.php:917 colors/functions/functions.php:1102 -#: disable-elements/functions/functions.php:161 -#: disable-elements/functions/functions.php:163 -#: disable-elements/functions/functions.php:323 -#: disable-elements/functions/functions.php:325 -#: spacing/functions/customizer/footer-spacing.php:12 -#: typography/functions/functions.php:1871 -msgid "Footer" -msgstr "Bas de page" - -#: backgrounds/functions/functions.php:941 -#, fuzzy -msgid "Footer Widget Area" -msgstr "" -"#-#-#-#-# backgrounds-fr_FR.po (Generate Backgrounds) #-#-#-#-#\n" -"Zone des widget du pied de page\n" -"#-#-#-#-# generate-spacing-fr_FR.po (Generate Spacing) #-#-#-#-#\n" -"Widgets du bas de page" - -#: backgrounds/functions/functions.php:1016 -msgid "Footer Area" -msgstr "Zone du pied de page" - -#: backgrounds/functions/secondary-nav-backgrounds.php:39 -#: colors/functions/secondary-nav-colors.php:50 -#: disable-elements/functions/functions.php:145 -#: disable-elements/functions/functions.php:147 -#: disable-elements/functions/functions.php:307 -#: disable-elements/functions/functions.php:309 -#: secondary-nav/functions/functions.php:153 -#: secondary-nav/functions/functions.php:162 -#: typography/functions/secondary-nav-fonts.php:48 -#, fuzzy -msgid "Secondary Navigation" -msgstr "" -"#-#-#-#-# disable-elements-fr_FR.po (Generate Disable Elements) #-#-#-#-#\n" -"Barre de navigation secondaire\n" -"#-#-#-#-# secondary-nav-fr_FR.po (Generate Secondary Navigation) #-#-#-#-" -"#\n" -"Seconde barre de navigation" - -#: backgrounds/functions/secondary-nav-backgrounds.php:247 -msgid "Secondary Sub-Navigation" -msgstr "" - -#: blog/functions/customizer.php:35 -msgid "Blog" -msgstr "" - -#: blog/functions/customizer.php:63 blog/functions/customizer.php:439 -msgid "Archives" -msgstr "" - -#: blog/functions/customizer.php:64 -msgid "Single" -msgstr "" - -#: blog/functions/customizer.php:76 -msgid "Content type" -msgstr "" - -#: blog/functions/customizer.php:79 secondary-nav/functions/functions.php:206 -#: secondary-nav/functions/functions.php:232 -msgid "Full" -msgstr "" - -#: blog/functions/customizer.php:80 -msgid "Excerpt" -msgstr "" - -#: blog/functions/customizer.php:99 -msgid "Excerpt word count" -msgstr "" - -#: blog/functions/customizer.php:119 -msgid "Read more label" -msgstr "Texte affiché pour lire la suite" - -#: blog/functions/customizer.php:139 -msgid "Display read more as button" -msgstr "" - -#: blog/functions/customizer.php:159 blog/functions/customizer.php:337 -msgid "Display post date" -msgstr "" - -#: blog/functions/customizer.php:179 blog/functions/customizer.php:356 -msgid "Display post author" -msgstr "" - -#: blog/functions/customizer.php:199 blog/functions/customizer.php:375 -msgid "Display post categories" -msgstr "" - -#: blog/functions/customizer.php:219 blog/functions/customizer.php:394 -msgid "Display post tags" -msgstr "" - -#: blog/functions/customizer.php:239 -msgid "Display comment count" -msgstr "" - -#: blog/functions/customizer.php:259 -msgid "Use infinite scroll" -msgstr "" - -#: blog/functions/customizer.php:279 -msgid "Use button to load more posts" -msgstr "" - -#: blog/functions/customizer.php:298 -msgid "Load more label" -msgstr "" - -#: blog/functions/customizer.php:317 -msgid "Loading label" -msgstr "" - -#: blog/functions/customizer.php:413 -msgid "Display post navigation" -msgstr "" - -#: blog/functions/customizer.php:426 -msgid "Featured Images" -msgstr "" - -#: blog/functions/customizer.php:440 -msgid "Posts" -msgstr "" - -#: blog/functions/customizer.php:441 -msgid "Pages" -msgstr "" - -#: blog/functions/customizer.php:462 blog/functions/customizer.php:625 -#: blog/functions/customizer.php:789 -msgid "Display featured images" -msgstr "" - -#: blog/functions/customizer.php:482 blog/functions/customizer.php:645 -#: blog/functions/customizer.php:809 -msgid "Display padding around images" -msgstr "" - -#: blog/functions/customizer.php:503 blog/functions/customizer.php:666 -#: blog/functions/customizer.php:830 -msgid "Location" -msgstr "" - -#: blog/functions/customizer.php:506 blog/functions/customizer.php:669 -#: blog/functions/customizer.php:833 -msgid "Below Title" -msgstr "" - -#: blog/functions/customizer.php:507 blog/functions/customizer.php:670 -#: blog/functions/customizer.php:834 -msgid "Above Title" -msgstr "" - -#: blog/functions/customizer.php:528 blog/functions/customizer.php:692 -#: blog/functions/customizer.php:856 -msgid "Alignment" -msgstr "" - -#: blog/functions/customizer.php:531 blog/functions/customizer.php:695 -#: blog/functions/customizer.php:859 page-header/functions/metabox.php:336 -#: secondary-nav/functions/functions.php:259 -#: woocommerce/functions/customizer/customizer.php:243 -#: woocommerce/functions/customizer/customizer.php:286 -msgid "Center" -msgstr "Centre" - -#: blog/functions/customizer.php:532 blog/functions/customizer.php:696 -#: blog/functions/customizer.php:860 -#: library/customizer/controls/class-spacing-control.php:26 -#: menu-plus/functions/generate-menu-plus.php:445 -#: page-header/functions/metabox.php:335 -#: secondary-nav/functions/functions.php:258 -#: woocommerce/functions/customizer/customizer.php:242 -#: woocommerce/functions/customizer/customizer.php:285 -msgid "Left" -msgstr "Gauche" - -#: blog/functions/customizer.php:533 blog/functions/customizer.php:697 -#: blog/functions/customizer.php:861 -#: library/customizer/controls/class-spacing-control.php:24 -#: menu-plus/functions/generate-menu-plus.php:446 -#: page-header/functions/metabox.php:337 -#: secondary-nav/functions/functions.php:260 -#: woocommerce/functions/customizer/customizer.php:244 -#: woocommerce/functions/customizer/customizer.php:287 -msgid "Right" -msgstr "Droite" - -#: blog/functions/customizer.php:555 blog/functions/customizer.php:719 -#: blog/functions/customizer.php:883 -msgid "Width" -msgstr "" - -#: blog/functions/customizer.php:559 blog/functions/customizer.php:586 -#: blog/functions/customizer.php:723 blog/functions/customizer.php:750 -#: blog/functions/customizer.php:887 blog/functions/customizer.php:914 -msgid "Auto" -msgstr "" - -#: blog/functions/customizer.php:582 blog/functions/customizer.php:746 -#: blog/functions/customizer.php:910 -msgid "Height" -msgstr "Hauteur" - -#: blog/functions/customizer.php:601 blog/functions/customizer.php:765 -#: blog/functions/customizer.php:929 -msgid "Apply sizes" -msgstr "" - -#: blog/functions/customizer.php:671 blog/functions/customizer.php:835 -#: page-header/functions/functions.php:811 -#: page-header/functions/functions.php:836 -msgid "Above Content Area" -msgstr "Au-dessus de la zone du contenu" - -#: blog/functions/customizer.php:943 blog/functions/customizer.php:983 -msgid "Columns" -msgstr "" - -#: blog/functions/customizer.php:963 -msgid "Display posts in columns" -msgstr "" - -#: blog/functions/customizer.php:1010 -msgid "Make first post featured" -msgstr "" - -#: blog/functions/customizer.php:1031 -msgid "Display posts in masonry grid" -msgstr "" - -#: blog/functions/defaults.php:13 blog/functions/migrate.php:22 -msgid "Read more" -msgstr "" - -#: blog/functions/defaults.php:16 blog/functions/migrate.php:26 -msgid "+ More" -msgstr "+ Plus" - -#: blog/functions/defaults.php:17 blog/functions/migrate.php:27 -msgid "Loading..." -msgstr "" - -#: colors/functions/functions.php:46 -#: sections/functions/metaboxes/views/sections-template.php:211 -msgid "Colors" -msgstr "Couleurs" - -#: colors/functions/functions.php:79 colors/functions/functions.php:166 -#: colors/functions/functions.php:276 colors/functions/functions.php:411 -#: colors/functions/functions.php:541 colors/functions/functions.php:644 -#: colors/functions/functions.php:798 colors/functions/functions.php:886 -#: colors/functions/functions.php:1125 colors/functions/functions.php:1209 -#: colors/functions/secondary-nav-colors.php:86 -#: colors/functions/secondary-nav-colors.php:240 -#: colors/functions/slideout-nav-colors.php:82 -#: colors/functions/slideout-nav-colors.php:236 -#: sections/functions/metaboxes/views/sections-template.php:236 -#, fuzzy -msgid "Background" -msgstr "" -"#-#-#-#-# generate-colors-fr_FR.po (Generate Colors) #-#-#-#-#\n" -"Couleur du fond\n" -"#-#-#-#-# secondary-nav-fr_FR.po (Generate Secondary Navigation) #-#-#-#-" -"#\n" -"Fond" - -#: colors/functions/functions.php:95 colors/functions/functions.php:181 -#: colors/functions/functions.php:340 colors/functions/functions.php:475 -#: colors/functions/functions.php:564 colors/functions/functions.php:658 -#: colors/functions/functions.php:812 colors/functions/functions.php:900 -#: colors/functions/functions.php:1139 colors/functions/functions.php:1232 -#: colors/functions/secondary-nav-colors.php:110 -#: colors/functions/secondary-nav-colors.php:264 -#: colors/functions/slideout-nav-colors.php:106 -#: colors/functions/slideout-nav-colors.php:260 -#, fuzzy -msgid "Text" -msgstr "" -"#-#-#-#-# generate-colors-fr_FR.po (Generate Colors) #-#-#-#-#\n" -"Couleur du texte\n" -"#-#-#-#-# secondary-nav-fr_FR.po (Generate Secondary Navigation) #-#-#-#-" -"#\n" -"Texte" - -#: colors/functions/functions.php:101 colors/functions/functions.php:187 -#: colors/functions/functions.php:664 colors/functions/functions.php:818 -#: colors/functions/functions.php:906 colors/functions/functions.php:1145 -msgid "Link" -msgstr "Couleur des liens" - -#: colors/functions/functions.php:107 colors/functions/functions.php:193 -#: colors/functions/functions.php:670 colors/functions/functions.php:824 -#: colors/functions/functions.php:912 colors/functions/functions.php:1151 -msgid "Link Hover" -msgstr "Couleur d'un lien sélectionné" - -#: colors/functions/functions.php:199 page-header/functions/metabox.php:512 -#: typography/functions/functions.php:424 -msgid "Site Title" -msgstr "Couleur du titre du site" - -#: colors/functions/functions.php:205 -msgid "Tagline" -msgstr "Couleur du descriptif" - -#: colors/functions/functions.php:253 -#: colors/functions/secondary-nav-colors.php:64 -#: colors/functions/slideout-nav-colors.php:60 -#, fuzzy -#| msgid "Primary Menu Items" -msgid "Parent Items" -msgstr "Élément du menu primaire " - -#: colors/functions/functions.php:301 colors/functions/functions.php:436 -#: colors/functions/functions.php:587 colors/functions/functions.php:1254 -#: colors/functions/secondary-nav-colors.php:133 -#: colors/functions/secondary-nav-colors.php:287 -#: colors/functions/slideout-nav-colors.php:129 -#: colors/functions/slideout-nav-colors.php:283 -#, fuzzy -msgid "Background Hover" -msgstr "" -"#-#-#-#-# generate-colors-fr_FR.po (Generate Colors) #-#-#-#-#\n" -"Couleur de la sélection\n" -"#-#-#-#-# secondary-nav-fr_FR.po (Generate Secondary Navigation) #-#-#-#-" -"#\n" -"Rubrique sélectionnée" - -#: colors/functions/functions.php:326 colors/functions/functions.php:461 -#: colors/functions/secondary-nav-colors.php:180 -#: colors/functions/secondary-nav-colors.php:334 -#: colors/functions/slideout-nav-colors.php:176 -#: colors/functions/slideout-nav-colors.php:330 -#, fuzzy -msgid "Background Current" -msgstr "" -"#-#-#-#-# generate-colors-fr_FR.po (Generate Colors) #-#-#-#-#\n" -"Couleur de la sous-rubrique actuelle\n" -"#-#-#-#-# secondary-nav-fr_FR.po (Generate Secondary Navigation) #-#-#-#-" -"#\n" -"Sous-rubrique actuelle" - -#: colors/functions/functions.php:346 colors/functions/functions.php:481 -#: colors/functions/functions.php:610 colors/functions/functions.php:1277 -#: colors/functions/secondary-nav-colors.php:157 -#: colors/functions/secondary-nav-colors.php:311 -#: colors/functions/slideout-nav-colors.php:153 -#: colors/functions/slideout-nav-colors.php:307 -#, fuzzy -msgid "Text Hover" -msgstr "" -"#-#-#-#-# generate-colors-fr_FR.po (Generate Colors) #-#-#-#-#\n" -"Couleur du texte sélectionné\n" -"#-#-#-#-# secondary-nav-fr_FR.po (Generate Secondary Navigation) #-#-#-#-" -"#\n" -"Texte sélectionné" - -#: colors/functions/functions.php:352 colors/functions/functions.php:487 -#: colors/functions/secondary-nav-colors.php:204 -#: colors/functions/secondary-nav-colors.php:358 -#: colors/functions/slideout-nav-colors.php:200 -#: colors/functions/slideout-nav-colors.php:354 -#, fuzzy -msgid "Text Current" -msgstr "" -"#-#-#-#-# generate-colors-fr_FR.po (Generate Colors) #-#-#-#-#\n" -"Couleur du texte de la sous-rubrique actuelle\n" -"#-#-#-#-# secondary-nav-fr_FR.po (Generate Secondary Navigation) #-#-#-#-" -"#\n" -"Texte courant" - -#: colors/functions/functions.php:388 -#: colors/functions/secondary-nav-colors.php:218 -#: colors/functions/slideout-nav-colors.php:214 -#, fuzzy -#| msgid "Sub-menu Item Height" -msgid "Sub-Menu Items" -msgstr "Hauteur des éléments du sous-menu" - -#: colors/functions/functions.php:518 typography/functions/functions.php:732 -msgid "Buttons" -msgstr "" - -#: colors/functions/functions.php:676 -#: disable-elements/functions/functions.php:156 -#: disable-elements/functions/functions.php:158 -#: disable-elements/functions/functions.php:318 -#: disable-elements/functions/functions.php:320 -msgid "Content Title" -msgstr "Contenu du titre" - -#: colors/functions/functions.php:682 -msgid "Blog Post Title" -msgstr "Couleur des titres des articles des pages principales" - -#: colors/functions/functions.php:688 -msgid "Blog Post Title Hover" -msgstr "Couleur du titres des pages principales sélectionnées" - -#: colors/functions/functions.php:694 -msgid "Entry Meta Text" -msgstr "Couleur du méta texte" - -#: colors/functions/functions.php:700 -msgid "Entry Meta Links" -msgstr "Couleur des méta liens" - -#: colors/functions/functions.php:706 -msgid "Entry Meta Links Hover" -msgstr "Couleur du méta lien sélectionné" - -#: colors/functions/functions.php:712 -msgid "Heading 1 (H1) Color" -msgstr "" - -#: colors/functions/functions.php:718 -msgid "Heading 2 (H2) Color" -msgstr "" - -#: colors/functions/functions.php:724 -msgid "Heading 3 (H3) Color" -msgstr "" - -#: colors/functions/functions.php:732 -msgid "Heading 4 (H4) Color" -msgstr "" - -#: colors/functions/functions.php:741 -msgid "Heading 5 (H5) Color" -msgstr "" - -#: colors/functions/functions.php:830 colors/functions/functions.php:918 -msgid "Widget Title" -msgstr "Couleur du titre des widgets" - -#: colors/functions/functions.php:863 -msgid "Footer Widgets" -msgstr "" - -#: colors/functions/functions.php:951 -msgid "Forms" -msgstr "" - -#: colors/functions/functions.php:974 -msgid "Form Background" -msgstr "Couleur du fond" - -#: colors/functions/functions.php:999 -msgid "Form Background Focus" -msgstr "" - -#: colors/functions/functions.php:1024 -msgid "Form Border" -msgstr "Couleur du cadre" - -#: colors/functions/functions.php:1049 -msgid "Form Border Focus" -msgstr "" - -#: colors/functions/functions.php:1063 -msgid "Form Text" -msgstr "Couleur du texte" - -#: colors/functions/functions.php:1069 -msgid "Form Text Focus" -msgstr "" - -#: colors/functions/functions.php:1188 -msgid "Back to Top Button" -msgstr "" - -#: colors/functions/slideout-nav-colors.php:46 -#: menu-plus/functions/generate-menu-plus.php:14 -#: menu-plus/functions/generate-menu-plus.php:396 -#: menu-plus/functions/generate-menu-plus.php:417 -#: menu-plus/functions/generate-menu-plus.php:726 -#: typography/functions/slideout-nav-fonts.php:38 -msgid "Slideout Navigation" -msgstr "" - -#: colors/functions/woocommerce-colors.php:51 -msgid "Product Title" -msgstr "" - -#: colors/functions/woocommerce-colors.php:73 -msgid "Product Title Hover" -msgstr "" - -#: colors/functions/woocommerce-colors.php:96 -msgid "Alt Button Background" -msgstr "" - -#: colors/functions/woocommerce-colors.php:120 -msgid "Alt Button Background Hover" -msgstr "" - -#: colors/functions/woocommerce-colors.php:143 -msgid "Alt Button Text" -msgstr "" - -#: colors/functions/woocommerce-colors.php:166 -msgid "Alt Button Text Hover" -msgstr "" - -#: colors/functions/woocommerce-colors.php:189 -msgid "Star Ratings" -msgstr "" - -#: colors/functions/woocommerce-colors.php:213 -msgid "Sale Sticker Background" -msgstr "" - -#: colors/functions/woocommerce-colors.php:236 -msgid "Sale Sticker Text" -msgstr "" - -#: colors/functions/woocommerce-colors.php:258 -msgid "Price" -msgstr "" - -#: colors/functions/woocommerce-colors.php:280 -msgid "Product Tab Text" -msgstr "" - -#: colors/functions/woocommerce-colors.php:302 -msgid "Product Tab Active" -msgstr "" - -#: colors/functions/woocommerce-colors.php:325 -msgid "Success Message Background" -msgstr "" - -#: colors/functions/woocommerce-colors.php:348 -msgid "Success Message Text" -msgstr "" - -#: colors/functions/woocommerce-colors.php:371 -msgid "Info Message Background" -msgstr "" - -#: colors/functions/woocommerce-colors.php:394 -msgid "Info Message Text" -msgstr "" - -#: colors/functions/woocommerce-colors.php:417 -msgid "Error Message Background" -msgstr "" - -#: colors/functions/woocommerce-colors.php:440 -msgid "Error Message Text" -msgstr "" - -#: copyright/functions/functions.php:37 -msgid "Copyright" -msgstr "Copyright" - -#: disable-elements/functions/functions.php:98 -msgid "Disable Elements" -msgstr "Désactiver Éléments" - -#: disable-elements/functions/functions.php:151 -#: disable-elements/functions/functions.php:153 -#: disable-elements/functions/functions.php:313 -#: disable-elements/functions/functions.php:315 -msgid "Featured Image / Page Header" -msgstr "" - -#: general/smooth-scroll.php:85 -msgid "Smooth scroll" -msgstr "" - -#: general/smooth-scroll.php:86 -msgid "" -"Initiate smooth scroll on anchor links using the smooth-scroll " -"class." -msgstr "" - -#: gp-premium.php:220 -msgid "GeneratePress has an update available." -msgstr "" - -#: gp-premium.php:222 -msgid "Update now." -msgstr "" - -#: gp-premium.php:234 -msgid "GP Premium requires GeneratePress to be your active theme." -msgstr "" - -#: gp-premium.php:235 -msgid "Install now." -msgstr "" - -#: gp-premium.php:250 -msgid "Configure" -msgstr "" - -#: hooks/functions/functions.php:69 -msgid "" -"DISALLOW_FILE_EDIT is defined. You should also disallow PHP execution in GP " -"Hooks." -msgstr "" - -#: hooks/functions/functions.php:70 -msgid "Learn how" -msgstr "" - -#: hooks/functions/functions.php:124 hooks/functions/functions.php:144 -#: hooks/functions/functions.php:395 -msgid "GP Hooks" -msgstr "GP Hooks" - -#: hooks/functions/functions.php:160 -msgid "wp_head" -msgstr "En-tête" - -#: hooks/functions/functions.php:166 -msgid "Before Header" -msgstr "Avant l'en-tête" - -#: hooks/functions/functions.php:172 -msgid "Before Header Content" -msgstr "Avant le contenu de l'en-tête" - -#: hooks/functions/functions.php:178 -msgid "After Header Content" -msgstr "Après le contenu de l'en-tête" - -#: hooks/functions/functions.php:184 -msgid "After Header" -msgstr "Après l'en-tête" - -#: hooks/functions/functions.php:190 -msgid "Inside Content Container" -msgstr "" - -#: hooks/functions/functions.php:196 -msgid "Before Content" -msgstr "Avant le contenu" - -#: hooks/functions/functions.php:202 -msgid "After Entry Title" -msgstr "Après le titre" - -#: hooks/functions/functions.php:208 -msgid "After Content" -msgstr "Après le contenu" - -#: hooks/functions/functions.php:214 -msgid "Before Right Sidebar Content" -msgstr "Avant les widgets de droite" - -#: hooks/functions/functions.php:220 -msgid "After Right Sidebar Content" -msgstr "Après les widgets de droite" - -#: hooks/functions/functions.php:226 -msgid "Before Left Sidebar Content" -msgstr "Avant les widgets de gauche" - -#: hooks/functions/functions.php:232 -msgid "After Left Sidebar Content" -msgstr "Après les widgets de gauche" - -#: hooks/functions/functions.php:238 -msgid "Before Footer" -msgstr "Avant le pied de page" - -#: hooks/functions/functions.php:244 -msgid "After Footer Widgets" -msgstr "" - -#: hooks/functions/functions.php:250 -msgid "Before Footer Content" -msgstr "Avant le contenu du pied de page" - -#: hooks/functions/functions.php:256 -msgid "After Footer Content" -msgstr "Après le contenu du pied de page" - -#: hooks/functions/functions.php:262 -msgid "wp_footer" -msgstr "Pied de page" - -#: hooks/functions/functions.php:347 -msgid "Execute PHP" -msgstr "Executer PHP" - -#: hooks/functions/functions.php:349 -msgid "Disable Hook" -msgstr "" - -#: hooks/functions/functions.php:397 -msgid "" -"Use these fields to insert anything you like throughout GeneratePress. " -"Shortcodes are allowed, and you can even use PHP if you check the Execute " -"PHP checkboxes." -msgstr "" -"Utilisez ces champs pour insérer le code que vous désirez. Les shortcodes " -"sont autorisés, vous pouvez aussi utiliser du code PHP si vous cochez la " -"case exécuter PHP." - -#: hooks/functions/functions.php:399 -msgid "Show all" -msgstr "Voir tout" - -#: hooks/functions/functions.php:410 -msgid "Save Hooks" -msgstr "" - -#: hooks/functions/functions.php:482 -msgid "Hooks saved." -msgstr "" - -#: import-export/functions/functions.php:11 -msgid "Export" -msgstr "" - -#: import-export/functions/functions.php:14 library/reset.php:12 -#: page-header/functions/metabox.php:196 -msgid "Advanced" -msgstr "" - -#: import-export/functions/functions.php:16 library/reset.php:14 -msgctxt "Module name" -msgid "Core" -msgstr "" - -#: import-export/functions/functions.php:19 library/reset.php:17 -#, fuzzy -msgctxt "Module name" -msgid "Backgrounds" -msgstr "" -"#-#-#-#-# generate-colors-fr_FR.po (Generate Colors) #-#-#-#-#\n" -"Couleur du fond\n" -"#-#-#-#-# secondary-nav-fr_FR.po (Generate Secondary Navigation) #-#-#-#-" -"#\n" -"Fond" - -#: import-export/functions/functions.php:23 library/reset.php:21 -msgctxt "Module name" -msgid "Blog" -msgstr "" - -#: import-export/functions/functions.php:27 library/reset.php:25 -#, fuzzy -#| msgid "GP Hooks" -msgctxt "Module name" -msgid "Hooks" -msgstr "GP Hooks" - -#: import-export/functions/functions.php:31 library/reset.php:29 -#, fuzzy -#| msgid "Page Header" -msgctxt "Module name" -msgid "Page Header" -msgstr "En-tête de page" - -#: import-export/functions/functions.php:35 library/reset.php:33 -#, fuzzy -msgctxt "Module name" -msgid "Secondary Navigation" -msgstr "" -"#-#-#-#-# disable-elements-fr_FR.po (Generate Disable Elements) #-#-#-#-#\n" -"Barre de navigation secondaire\n" -"#-#-#-#-# secondary-nav-fr_FR.po (Generate Secondary Navigation) #-#-#-#-" -"#\n" -"Seconde barre de navigation" - -#: import-export/functions/functions.php:39 library/reset.php:37 -#, fuzzy -#| msgid "Element Spacing" -msgctxt "Module name" -msgid "Spacing" -msgstr "Espacement" - -#: import-export/functions/functions.php:43 library/reset.php:41 -msgctxt "Module name" -msgid "Menu Plus" -msgstr "" - -#: import-export/functions/functions.php:47 library/reset.php:45 -msgctxt "Module name" -msgid "WooCommerce" -msgstr "" - -#: import-export/functions/functions.php:51 library/reset.php:49 -#, fuzzy -#| msgid "Copyright" -msgctxt "Module name" -msgid "Copyright" -msgstr "Copyright" - -#: import-export/functions/functions.php:56 -#, fuzzy -#| msgid "GeneratePress Hooks" -msgctxt "Module name" -msgid "GeneratePress Site" -msgstr "GeneratePress Hooks" - -#: import-export/functions/functions.php:63 -msgid "Export Settings" -msgstr "" - -#: import-export/functions/functions.php:77 -msgid "Import" -msgstr "" - -#: import-export/functions/functions.php:86 -msgid "Import Settings" -msgstr "" - -#: import-export/functions/functions.php:214 -msgid "Please upload a valid .json file" -msgstr "SVP transférez un fichier .json valide" - -#: import-export/functions/functions.php:220 -msgid "Please upload a file to import" -msgstr "SVP transférez le fichier à importer" - -#: inc/EDD_SL_Plugin_Updater.php:201 -#, php-format -msgid "" -"There is a new version of %1$s available. %2$sView version %3$s details%4$s." -msgstr "" - -#: inc/EDD_SL_Plugin_Updater.php:209 -#, php-format -msgid "" -"There is a new version of %1$s available. %2$sView version %3$s details%4$s " -"or %5$supdate now%6$s." -msgstr "" - -#: inc/EDD_SL_Plugin_Updater.php:399 -msgid "You do not have permission to install plugin updates" -msgstr "Vous n'avez pas la permission d'installer la mise-à-jour de ce plugin." - -#: inc/EDD_SL_Plugin_Updater.php:399 -msgid "Error" -msgstr "Erreur" - -#: inc/activation.php:14 -msgid "Add-on deactivated." -msgstr "Add-on désactivé" - -#: inc/activation.php:18 -msgid "Add-on activated." -msgstr "Add-on activé" - -#. Plugin Name of the plugin/theme -#: inc/activation.php:59 -msgid "GP Premium" -msgstr "GP Premium" - -#: inc/activation.php:67 -msgid "Bulk Actions" -msgstr "" - -#: inc/activation.php:68 inc/activation.php:105 -#, fuzzy -msgid "Activate" -msgstr "" -"#-#-#-#-# disable-elements-fr_FR.po (Generate Disable Elements) #-#-#-#-#\n" -"Activé\n" -"#-#-#-#-# generate-colors-fr_FR.po (Generate Colors) #-#-#-#-#\n" -"Activé\n" -"#-#-#-#-# generate-copyright-fr_FR.po (Generate Copyright) #-#-#-#-#\n" -"Activé\n" -"#-#-#-#-# generate-hooks-fr_FR.po (Generate Hooks) #-#-#-#-#\n" -"Activer\n" -"#-#-#-#-# generate-ie-fr_FR.po (Generate Import Export) #-#-#-#-#\n" -"Activé\n" -"#-#-#-#-# generate-spacing-fr_FR.po (Generate Spacing) #-#-#-#-#\n" -"Activé\n" -"#-#-#-#-# generate-typography-fr_FR.po (Generate Typography) #-#-#-#-#\n" -"Activé\n" -"#-#-#-#-# gp-premium-fr_FR.po (GP Premium) #-#-#-#-#\n" -"Activer\n" -"#-#-#-#-# page-header-fr_FR.po (Generate Page Header) #-#-#-#-#\n" -"Activé" - -#: inc/activation.php:69 inc/activation.php:89 -msgid "Deactivate" -msgstr "Désactiver" - -#: inc/activation.php:72 -#: sections/functions/metaboxes/views/sections-template.php:80 -msgid "Apply" -msgstr "" - -#: inc/activation.php:102 -msgid "WooCommerce not activated." -msgstr "" - -#: inc/activation.php:430 -msgid "Enter valid license key for automatic updates." -msgstr "" - -#: inc/dashboard.php:16 -msgid "Modules" -msgstr "" - -#: inc/verify.php:74 -msgid "License deactivated." -msgstr "Licence désactivée" - -#: inc/verify.php:78 -msgid "License activated." -msgstr "Licence activée" - -#: inc/verify.php:110 -msgid "Updates" -msgstr "" - -#: inc/verify.php:110 -msgid "Help" -msgstr "" - -#: inc/verify.php:126 -msgid "Receiving updates" -msgstr "" - -#: inc/verify.php:128 -msgid "Not receiving updates" -msgstr "" - -#: inc/verify.php:134 -msgid "License Key" -msgstr "" - -#: inc/verify.php:139 -msgid "Update" -msgstr "" - -#: inc/verify.php:224 -#, php-format -msgid "Your license key expired on %s." -msgstr "" - -#: inc/verify.php:231 -msgid "Your license key has been disabled." -msgstr "" - -#: inc/verify.php:236 -msgid "Invalid license." -msgstr "" - -#: inc/verify.php:242 -msgid "Your license is not active for this URL." -msgstr "" - -#: inc/verify.php:247 -#, php-format -msgid "This appears to be an invalid license key for %s." -msgstr "" - -#: inc/verify.php:252 -msgid "Your license key has reached its activation limit." -msgstr "" - -#: inc/verify.php:257 -msgid "An error occurred, please try again." -msgstr "" - -#: library/batch-processing/wp-background-process.php:425 -#, php-format -msgid "Every %d Minutes" -msgstr "" - -#: library/customizer/controls/class-backgrounds-control.php:18 -msgid "left top, x% y%, xpos ypos (px)" -msgstr "" - -#: library/customizer/controls/class-backgrounds-control.php:19 -msgid "Position" -msgstr "Position" - -#: library/customizer/controls/class-backgrounds-control.php:130 -msgid "Size (Auto)" -msgstr "Taille (automatique)" - -#: library/customizer/controls/class-backgrounds-control.php:131 -msgid "100% Width" -msgstr "100% largeur" - -#: library/customizer/controls/class-backgrounds-control.php:132 -msgid "Cover" -msgstr "Couverture" - -#: library/customizer/controls/class-backgrounds-control.php:133 -msgid "Contain" -msgstr "Contenir" - -#: library/customizer/controls/class-backgrounds-control.php:139 -msgid "Attachment" -msgstr "Attaché" - -#: library/customizer/controls/class-backgrounds-control.php:140 -msgid "Fixed" -msgstr "Fixe" - -#: library/customizer/controls/class-backgrounds-control.php:141 -msgid "Local" -msgstr "Local" - -#: library/customizer/controls/class-backgrounds-control.php:142 -#: woocommerce/functions/customizer/customizer.php:550 -msgid "Inherit" -msgstr "Hérité" - -#: library/customizer/controls/class-copyright-control.php:25 -msgid "%current_year% to update year automatically." -msgstr "" - -#: library/customizer/controls/class-copyright-control.php:26 -msgid "%copy% to include the copyright symbol." -msgstr "" - -#: library/customizer/controls/class-copyright-control.php:27 -msgid "HTML is allowed." -msgstr "Le codage au format HTML est supporté" - -#: library/customizer/controls/class-copyright-control.php:28 -msgid "Shortcodes are allowed." -msgstr "" - -#: library/customizer/controls/class-range-slider-control.php:42 -msgid "Desktop" -msgstr "" - -#: library/customizer/controls/class-range-slider-control.php:43 -msgid "Tablet" -msgstr "" - -#: library/customizer/controls/class-range-slider-control.php:44 -msgid "Mobile" -msgstr "" - -#: library/customizer/controls/class-range-slider-control.php:45 -#: library/reset.php:9 -msgid "Reset" -msgstr "" - -#: library/customizer/controls/class-spacing-control.php:23 -msgid "Top" -msgstr "Haut" - -#: library/customizer/controls/class-spacing-control.php:25 -msgid "Bottom" -msgstr "Bas" - -#: library/customizer/controls/class-spacing-control.php:48 -msgid "Link values" -msgstr "" - -#: library/customizer/controls/class-spacing-control.php:49 -msgid "Un-link values" -msgstr "" - -#: library/customizer/controls/class-typography-control.php:25 -msgid "System Fonts" -msgstr "" - -#: library/customizer/controls/class-typography-control.php:26 -msgid "Google Fonts" -msgstr "" - -#: library/customizer/controls/class-typography-control.php:29 -msgid "Font family" -msgstr "Famille de polices" - -#: library/customizer/controls/class-typography-control.php:30 -#, fuzzy -msgid "Font weight" -msgstr "" -"#-#-#-#-# generate-typography-fr_FR.po (Generate Typography) #-#-#-#-#\n" -"Largeur du texte\n" -"#-#-#-#-# secondary-nav-fr_FR.po (Generate Secondary Navigation) #-#-#-#-" -"#\n" -"Largeur de la police " - -#: library/customizer/controls/class-typography-control.php:31 -#, fuzzy -msgid "Text transform" -msgstr "" -"#-#-#-#-# generate-typography-fr_FR.po (Generate Typography) #-#-#-#-#\n" -"Apparence du texte\n" -"#-#-#-#-# secondary-nav-fr_FR.po (Generate Secondary Navigation) #-#-#-#-" -"#\n" -"Transformation du texte" - -#: library/customizer/controls/class-typography-control.php:33 -msgid "Variants" -msgstr "" - -#: library/customizer/controls/class-typography-control.php:162 -msgid "normal" -msgstr "" - -#: library/customizer/controls/class-typography-control.php:163 -msgid "bold" -msgstr "" - -#: library/customizer/controls/class-typography-control.php:178 -msgid "none" -msgstr "" - -#: library/customizer/controls/class-typography-control.php:179 -msgid "capitalize" -msgstr "" - -#: library/customizer/controls/class-typography-control.php:180 -msgid "uppercase" -msgstr "" - -#: library/customizer/controls/class-typography-control.php:181 -msgid "lowercase" -msgstr "" - -#: library/reset.php:55 -msgid "Warning: This will delete your settings and can not be undone." -msgstr "" - -#: library/reset.php:58 -msgid "Reset Settings" -msgstr "" - -#: menu-plus/functions/generate-menu-plus.php:25 -#: menu-plus/functions/generate-menu-plus.php:632 -msgid "Menu" -msgstr "" - -#: menu-plus/functions/generate-menu-plus.php:101 -msgid "Menu Plus" -msgstr "" - -#: menu-plus/functions/generate-menu-plus.php:126 -msgid "General Settings" -msgstr "" - -#: menu-plus/functions/generate-menu-plus.php:144 -#: secondary-nav/functions/functions.php:181 -msgid "Mobile Menu Label" -msgstr "" - -#: menu-plus/functions/generate-menu-plus.php:154 -#: menu-plus/functions/generate-menu-plus.php:175 -msgid "Sticky Navigation" -msgstr "" - -#: menu-plus/functions/generate-menu-plus.php:178 -#: menu-plus/functions/generate-menu-plus.php:420 -msgid "Mobile only" -msgstr "" - -#: menu-plus/functions/generate-menu-plus.php:179 -#: menu-plus/functions/generate-menu-plus.php:421 -msgid "Desktop only" -msgstr "" - -#: menu-plus/functions/generate-menu-plus.php:180 -#: menu-plus/functions/generate-menu-plus.php:317 -#: menu-plus/functions/generate-menu-plus.php:363 -#: menu-plus/functions/generate-menu-plus.php:422 -msgid "On" -msgstr "" - -#: menu-plus/functions/generate-menu-plus.php:181 -#: menu-plus/functions/generate-menu-plus.php:316 -#: menu-plus/functions/generate-menu-plus.php:364 -#: menu-plus/functions/generate-menu-plus.php:423 -msgid "Off" -msgstr "" - -#: menu-plus/functions/generate-menu-plus.php:202 -#, fuzzy -#| msgid "Position" -msgid "Transition" -msgstr "Position" - -#: menu-plus/functions/generate-menu-plus.php:205 -msgid "Fade" -msgstr "" - -#: menu-plus/functions/generate-menu-plus.php:206 -msgid "Slide" -msgstr "" - -#: menu-plus/functions/generate-menu-plus.php:207 -msgid "None" -msgstr "" - -#: menu-plus/functions/generate-menu-plus.php:229 -#: menu-plus/functions/generate-menu-plus.php:385 -msgid "Hide when scrolling down" -msgstr "" - -#: menu-plus/functions/generate-menu-plus.php:252 -#: page-header/functions/metabox.php:477 -msgid "Navigation Logo" -msgstr "" - -#: menu-plus/functions/generate-menu-plus.php:274 -msgid "Navigation Logo Placement" -msgstr "" - -#: menu-plus/functions/generate-menu-plus.php:277 -#: menu-plus/functions/generate-menu-plus.php:360 -msgid "Sticky" -msgstr "" - -#: menu-plus/functions/generate-menu-plus.php:278 -msgid "Sticky + Static" -msgstr "" - -#: menu-plus/functions/generate-menu-plus.php:279 -msgid "Static" -msgstr "" - -#: menu-plus/functions/generate-menu-plus.php:292 -#: menu-plus/functions/generate-menu-plus.php:313 -msgid "Mobile Header" -msgstr "" - -#: menu-plus/functions/generate-menu-plus.php:338 -#: page-header/functions/metabox.php:191 -msgid "Logo" -msgstr "" - -#: menu-plus/functions/generate-menu-plus.php:442 -msgid "Side" -msgstr "" - -#: menu-plus/functions/generate-menu-plus.php:693 -#: sections/functions/metaboxes/views/sections-template.php:69 -#: sites/classes/class-site.php:161 sites/classes/class-site.php:477 -msgid "Close" -msgstr "" - -#: page-header/functions/functions.php:784 page-header/functions/metabox.php:37 -#: page-header/functions/metabox.php:57 page-header/functions/metabox.php:763 -#: page-header/functions/post-type.php:15 -#: page-header/functions/post-type.php:29 -#: page-header/functions/post-type.php:79 -#: page-header/functions/post-type.php:112 -msgid "Page Header" -msgstr "En-tête de page" - -#: page-header/functions/functions.php:808 -msgid "Page Header Location" -msgstr "" - -#: page-header/functions/functions.php:812 -#: page-header/functions/functions.php:837 -msgid "Inside Content Area" -msgstr "A l'intérieur la zone du contenu" - -#: page-header/functions/functions.php:833 -msgid "Single Post Header Location" -msgstr "" - -#: page-header/functions/functions.php:838 -msgid "Below Post Title" -msgstr "" - -#: page-header/functions/functions.php:839 -msgid "Hide" -msgstr "Masquer" - -#: page-header/functions/functions.php:1078 -#, php-format -msgid "View all posts by %s" -msgstr "" - -#: page-header/functions/global-locations.php:24 -#: page-header/functions/global-locations.php:25 -#: page-header/functions/global-locations.php:40 -msgid "Global Locations" -msgstr "" - -#: page-header/functions/global-locations.php:72 -msgid "Posts Page (blog)" -msgstr "" - -#: page-header/functions/global-locations.php:81 -msgid "Search Results" -msgstr "" - -#: page-header/functions/global-locations.php:90 -msgid "404 Template" -msgstr "" - -#: page-header/functions/global-locations.php:99 -msgid "Post Types - Single" -msgstr "" - -#: page-header/functions/global-locations.php:125 -msgid "Post Types - Archives" -msgstr "" - -#: page-header/functions/global-locations.php:147 -msgid "Taxonomies - Archives" -msgstr "" - -#: page-header/functions/metabox.php:139 page-header/functions/metabox.php:749 -#, php-format -msgid "" -"No Page Headers found. Want to create " -"one?" -msgstr "" - -#: page-header/functions/metabox.php:158 -msgid "Content is required for the below settings to work." -msgstr "" - -#: page-header/functions/metabox.php:178 -msgid "Image" -msgstr "Image" - -#: page-header/functions/metabox.php:186 -msgid "Background Video" -msgstr "" - -#: page-header/functions/metabox.php:202 -msgid "Add to excerpt" -msgstr "" - -#: page-header/functions/metabox.php:218 -msgid "" -"Currently using your featured image." -msgstr "" - -#: page-header/functions/metabox.php:229 -msgid "Page Header Image" -msgstr "Image de l'en-tête de page" - -#: page-header/functions/metabox.php:229 -msgid "Insert Image" -msgstr "" - -#: page-header/functions/metabox.php:230 -msgid "Choose Image" -msgstr "" - -#: page-header/functions/metabox.php:233 -msgid "Remove Image" -msgstr "" - -#: page-header/functions/metabox.php:238 -msgid "Or you can set the featured image." -msgstr "" - -#: page-header/functions/metabox.php:243 -msgid "Image Link" -msgstr "" - -#: page-header/functions/metabox.php:248 -msgid "Resize Image" -msgstr "" - -#: page-header/functions/metabox.php:250 -#: sections/functions/metaboxes/views/sections-template.php:250 -#: sections/functions/metaboxes/views/sections-template.php:258 -#, fuzzy -msgid "Disable" -msgstr "" -"#-#-#-#-# generate-blog-fr_FR.po (Generate Blog) #-#-#-#-#\n" -"Inactif\n" -"#-#-#-#-# generate-sections-fr_FR.po (Generate Sections) #-#-#-#-#\n" -"Désactivé\n" -"#-#-#-#-# page-header-fr_FR.po (Generate Page Header) #-#-#-#-#\n" -"Désactivé" - -#: page-header/functions/metabox.php:251 -#: sections/functions/metaboxes/views/sections-template.php:251 -#: sections/functions/metaboxes/views/sections-template.php:259 -#, fuzzy -msgid "Enable" -msgstr "" -"#-#-#-#-# generate-blog-fr_FR.po (Generate Blog) #-#-#-#-#\n" -"Actif\n" -"#-#-#-#-# generate-sections-fr_FR.po (Generate Sections) #-#-#-#-#\n" -"Actif\n" -"#-#-#-#-# page-header-fr_FR.po (Generate Page Header) #-#-#-#-#\n" -"Activé" - -#: page-header/functions/metabox.php:257 -msgid "Image Width" -msgstr "Largeur de l'image" - -#: page-header/functions/metabox.php:262 -msgid "Image Height" -msgstr "Hauteur de l'image" - -#: page-header/functions/metabox.php:265 -msgid "Use \"0\" or leave blank for proportional resizing." -msgstr "" - -#: page-header/functions/metabox.php:274 -msgid "HTML and shortcodes allowed." -msgstr "HTML et shortcodes autorisés" - -#: page-header/functions/metabox.php:281 -msgid "Automatically add paragraphs" -msgstr "Ajouter automatiquement des paragraphes" - -#: page-header/functions/metabox.php:286 -msgid "Add Padding" -msgstr "" - -#: page-header/functions/metabox.php:291 -msgid "Add Background Image" -msgstr "" - -#: page-header/functions/metabox.php:296 -msgid "Use background color as overlay" -msgstr "" - -#: page-header/functions/metabox.php:301 -#: sections/functions/metaboxes/views/sections-template.php:247 -msgid "Parallax Effect" -msgstr "Effet Parallax" - -#: page-header/functions/metabox.php:306 -msgid "Fullscreen" -msgstr "" - -#: page-header/functions/metabox.php:311 -msgid "Vertical center content" -msgstr "" - -#: page-header/functions/metabox.php:317 -msgid "Container" -msgstr "" - -#: page-header/functions/metabox.php:319 page-header/functions/metabox.php:327 -#: secondary-nav/functions/functions.php:207 -#: secondary-nav/functions/functions.php:233 -#: sections/functions/metaboxes/views/sections-template.php:167 -#: sections/functions/metaboxes/views/sections-template.php:175 -#, fuzzy -msgid "Contained" -msgstr "" -"#-#-#-#-# generate-sections-fr_FR.po (Generate Sections) #-#-#-#-#\n" -"Limité\n" -"#-#-#-#-# page-header-fr_FR.po (Generate Page Header) #-#-#-#-#\n" -"Contenu\n" -"#-#-#-#-# secondary-nav-fr_FR.po (Generate Secondary Navigation) #-#-#-#-" -"#\n" -"Limité" - -#: page-header/functions/metabox.php:320 page-header/functions/metabox.php:328 -#: sections/functions/metaboxes/views/sections-template.php:166 -#: sections/functions/metaboxes/views/sections-template.php:176 -msgid "Full Width" -msgstr "" - -#: page-header/functions/metabox.php:325 -msgid "Inner Container" -msgstr "" - -#: page-header/functions/metabox.php:333 -#: woocommerce/functions/customizer/customizer.php:282 -msgid "Text Alignment" -msgstr "" - -#: page-header/functions/metabox.php:342 -msgid "Top & Bottom Padding" -msgstr "" - -#: page-header/functions/metabox.php:351 -msgid "Left & Right Padding" -msgstr "" - -#: page-header/functions/metabox.php:362 -#: sections/functions/metaboxes/views/sections-template.php:212 -msgid "Background Color" -msgstr "Couleur de la section" - -#: page-header/functions/metabox.php:367 -#: sections/functions/metaboxes/views/sections-template.php:217 -msgid "Text Color" -msgstr "Couleur du texte" - -#: page-header/functions/metabox.php:372 -#: sections/functions/metaboxes/views/sections-template.php:223 -msgid "Link Color" -msgstr "Couleur des liens" - -#: page-header/functions/metabox.php:377 -#: sections/functions/metaboxes/views/sections-template.php:229 -msgid "Link Color Hover" -msgstr "Couleur d'un lien sélectionné" - -#: page-header/functions/metabox.php:388 -msgid "MP4 file" -msgstr "" - -#: page-header/functions/metabox.php:390 page-header/functions/metabox.php:398 -#: page-header/functions/metabox.php:406 -msgid "Page Header Video" -msgstr "" - -#: page-header/functions/metabox.php:390 page-header/functions/metabox.php:398 -#: page-header/functions/metabox.php:406 -msgid "Insert Video" -msgstr "" - -#: page-header/functions/metabox.php:391 page-header/functions/metabox.php:399 -#: page-header/functions/metabox.php:407 -msgid "Choose Video" -msgstr "" - -#: page-header/functions/metabox.php:396 -msgid "OGV file" -msgstr "" - -#: page-header/functions/metabox.php:404 -msgid "WEBM file" -msgstr "" - -#: page-header/functions/metabox.php:412 -msgid "Overlay Color" -msgstr "" - -#: page-header/functions/metabox.php:428 -msgid "Overwrite your site-wide logo/header on this page." -msgstr "" - -#: page-header/functions/metabox.php:438 -msgid "Header / Logo" -msgstr "" - -#: page-header/functions/metabox.php:438 page-header/functions/metabox.php:477 -msgid "Insert Logo" -msgstr "" - -#: page-header/functions/metabox.php:439 page-header/functions/metabox.php:478 -msgid "Choose Logo" -msgstr "" - -#: page-header/functions/metabox.php:450 page-header/functions/metabox.php:490 -msgid "Remove Logo" -msgstr "" - -#: page-header/functions/metabox.php:467 -msgid "Overwrite your navigation logo on this page." -msgstr "" - -#: page-header/functions/metabox.php:502 -msgid "Merge with site header" -msgstr "" - -#: page-header/functions/metabox.php:508 -msgid "Place content behind header (sliders etc..)" -msgstr "" - -#: page-header/functions/metabox.php:517 typography/functions/functions.php:547 -msgid "Site Tagline" -msgstr "" - -#: page-header/functions/metabox.php:523 -msgid "Custom Navigation Colors" -msgstr "" - -#: page-header/functions/metabox.php:528 -msgid "Navigation Background" -msgstr "" - -#: page-header/functions/metabox.php:533 -msgid "Navigation Text" -msgstr "" - -#: page-header/functions/metabox.php:538 -msgid "Navigation Background Hover" -msgstr "" - -#: page-header/functions/metabox.php:543 -msgid "Navigation Text Hover" -msgstr "" - -#: page-header/functions/metabox.php:548 -msgid "Navigation Background Current" -msgstr "" - -#: page-header/functions/metabox.php:553 -msgid "Navigation Text Current" -msgstr "" - -#: page-header/functions/metabox.php:673 -msgid "Template Tags" -msgstr "" - -#: page-header/functions/metabox.php:686 -msgid "The content title of the current post/taxonomy." -msgstr "" - -#: page-header/functions/metabox.php:689 -msgid "The published date of the current post." -msgstr "" - -#: page-header/functions/metabox.php:692 -msgid "The author of the current post." -msgstr "" - -#: page-header/functions/metabox.php:695 -msgid "" -"The terms attached to the chosen taxonomy (category, post_tag, product_cat)." -msgstr "" - -#: page-header/functions/metabox.php:698 -msgid "Custom post meta. Replace \"name\" with the name of your custom field." -msgstr "" - -#: page-header/functions/metabox.php:702 -msgid "" -"Display an Elementor library template. Replace \"id\" with the ID or name." -msgstr "" - -#: page-header/functions/metabox.php:707 -msgid "Display a Beaver Builder template. Replace \"id\" with the ID or name." -msgstr "" - -#: page-header/functions/post-type.php:12 -msgctxt "Post Type General Name" -msgid "Page Headers" -msgstr "" - -#: page-header/functions/post-type.php:13 -msgctxt "Post Type Singular Name" -msgid "Page Header" -msgstr "" - -#: page-header/functions/post-type.php:14 -msgid "Page Headers" -msgstr "" - -#: page-header/functions/post-type.php:16 -msgid "Page Header Archives" -msgstr "" - -#: page-header/functions/post-type.php:17 -msgid "Parent Page Header:" -msgstr "" - -#: page-header/functions/post-type.php:18 -msgid "All Page Headers" -msgstr "" - -#: page-header/functions/post-type.php:19 -msgid "Add New Page Header" -msgstr "" - -#: page-header/functions/post-type.php:20 -msgid "New Page Header" -msgstr "" - -#: page-header/functions/post-type.php:21 -msgid "Edit Page Header" -msgstr "" - -#: page-header/functions/post-type.php:22 -msgid "Update Page Header" -msgstr "" - -#: page-header/functions/post-type.php:23 -msgid "View Page Header" -msgstr "" - -#: page-header/functions/post-type.php:24 -msgid "Search Page Header" -msgstr "" - -#: page-header/functions/post-type.php:25 -msgid "Insert into Page Header" -msgstr "" - -#: page-header/functions/post-type.php:26 -msgid "Uploaded to this Page Header" -msgstr "" - -#: secondary-nav/functions/functions.php:16 -msgid "Secondary Menu" -msgstr "Second menu" - -#: secondary-nav/functions/functions.php:203 -msgid "Navigation Width" -msgstr "" - -#: secondary-nav/functions/functions.php:229 -msgid "Inner Navigation Width" -msgstr "" - -#: secondary-nav/functions/functions.php:255 -msgid "Navigation Alignment" -msgstr "Alignement de la navigation" - -#: secondary-nav/functions/functions.php:282 -msgid "Navigation Location" -msgstr "" - -#: secondary-nav/functions/functions.php:285 -msgid "Below Header" -msgstr "Sous la première barre de navigation" - -#: secondary-nav/functions/functions.php:286 -msgid "Above Header" -msgstr "Par dessus l'en-tête " - -#: secondary-nav/functions/functions.php:287 -msgid "Float Right" -msgstr "Flottante à droite" - -#: secondary-nav/functions/functions.php:288 -msgid "Float Left" -msgstr "" - -#: secondary-nav/functions/functions.php:289 -msgid "Left Sidebar" -msgstr "Barre latérale gauche" - -#: secondary-nav/functions/functions.php:290 -#, fuzzy -msgid "Right Sidebar" -msgstr "" -"#-#-#-#-# generate-spacing-fr_FR.po (Generate Spacing) #-#-#-#-#\n" -"Barre latérale de droite \n" -"#-#-#-#-# secondary-nav-fr_FR.po (Generate Secondary Navigation) #-#-#-#-" -"#\n" -"Barre latérale droite" - -#: secondary-nav/functions/functions.php:291 -msgid "No Navigation" -msgstr "Masquer la seconde barre de navigation" - -#: secondary-nav/functions/functions.php:312 -msgid "Merge with Secondary Navigation" -msgstr "" - -#: sections/functions/metaboxes/metabox-functions.php:47 -msgid "Use Sections" -msgstr "Utilisez Section" - -#: sections/functions/metaboxes/metabox-functions.php:59 -msgid "Sections" -msgstr "Sections" - -#: sections/functions/metaboxes/metabox-functions.php:237 -msgid "This action can not be undone, are you sure?" -msgstr "" - -#: sections/functions/metaboxes/metabox-functions.php:240 -msgid "Section" -msgstr "Section" - -#: sections/functions/metaboxes/metabox-functions.php:243 -msgid "Settings" -msgstr "" - -#: sections/functions/metaboxes/metabox-functions.php:249 -msgid "Section Background" -msgstr "" - -#: sections/functions/metaboxes/metabox-functions.php:250 -msgid "Set as Section Background" -msgstr "" - -#: sections/functions/metaboxes/metabox-functions.php:254 -msgid "Insert into Section" -msgstr "" - -#: sections/functions/metaboxes/metabox-functions.php:255 -#: sections/functions/metaboxes/views/sections-template.php:74 -msgid "Edit Section" -msgstr "" - -#: sections/functions/metaboxes/views/sections-template.php:35 -msgid "Click to edit" -msgstr "" - -#: sections/functions/metaboxes/views/sections-template.php:37 -msgid "Click to edit content" -msgstr "" - -#: sections/functions/metaboxes/views/sections-template.php:38 -msgid "Click to edit settings" -msgstr "" - -#: sections/functions/metaboxes/views/sections-template.php:39 -msgid "Click and drag to sort" -msgstr "" - -#: sections/functions/metaboxes/views/sections-template.php:40 -msgid "Click to remove" -msgstr "" - -#: sections/functions/metaboxes/views/sections-template.php:54 -msgid "Add Section" -msgstr "" - -#: sections/functions/metaboxes/views/sections-template.php:55 -msgid "Remove Sections" -msgstr "" - -#: sections/functions/metaboxes/views/sections-template.php:81 -msgid "Cancel" -msgstr "" - -#: sections/functions/metaboxes/views/sections-template.php:110 -msgid "Section Label" -msgstr "" - -#: sections/functions/metaboxes/views/sections-template.php:126 -msgid "Add Media" -msgstr "" - -#: sections/functions/metaboxes/views/sections-template.php:131 -msgid "Visual" -msgstr "" - -#: sections/functions/metaboxes/views/sections-template.php:132 -msgctxt "Name for the Text editor tab (formerly HTML)" -msgid "Text" -msgstr "" - -#: sections/functions/metaboxes/views/sections-template.php:161 -msgid "Layout" -msgstr "" - -#: sections/functions/metaboxes/views/sections-template.php:162 -msgid "Box Type" -msgstr "Type de boîte" - -#: sections/functions/metaboxes/views/sections-template.php:171 -msgid "Inner Box Type" -msgstr "Type de boîte intérieure" - -#: sections/functions/metaboxes/views/sections-template.php:180 -msgid "Custom ID" -msgstr "" - -#: sections/functions/metaboxes/views/sections-template.php:186 -msgid "Custom Classes" -msgstr "Classes personnalisées" - -#: sections/functions/metaboxes/views/sections-template.php:192 -msgid "Top Padding" -msgstr "Distance du haut" - -#: sections/functions/metaboxes/views/sections-template.php:201 -msgid "Bottom Padding" -msgstr "Distance du bas" - -#: sections/functions/metaboxes/views/sections-template.php:237 -#: sections/functions/metaboxes/views/sections-template.php:242 -msgid "Background Image" -msgstr "Image de la section" - -#: sections/functions/metaboxes/views/sections-template.php:242 -msgid "Upload" -msgstr "" - -#: sections/functions/metaboxes/views/sections-template.php:243 -msgid "Remove" -msgstr "" - -#: sections/functions/metaboxes/views/sections-template.php:255 -msgid "Background Color Overlay" -msgstr "" - -#: sections/functions/metaboxes/views/sections.php:8 -msgid "Javascript must be enabled to use Generate Sections" -msgstr "" - -#: sections/functions/templates/template.php:107 -msgid "No sections added!" -msgstr "Pas de sélection ajoutée !" - -#: sites/classes/class-site-helper.php:94 -msgid "Backing up options" -msgstr "" - -#: sites/classes/class-site-helper.php:95 -msgid "Importing options" -msgstr "" - -#: sites/classes/class-site-helper.php:96 -msgid "Downloading content" -msgstr "" - -#: sites/classes/class-site-helper.php:97 -#, fuzzy -#| msgid "Skip to content" -msgid "Importing content" -msgstr "Aller au contenu" - -#: sites/classes/class-site-helper.php:98 -#, fuzzy -#| msgid "Import Customizer Settings" -msgid "Importing site options" -msgstr "Importer vos paramètres personnalisés" - -#: sites/classes/class-site-helper.php:99 -msgid "Importing widgets" -msgstr "" - -#: sites/classes/class-site-helper.php:100 -#, fuzzy -#| msgid "Activate License" -msgid "Activating plugins" -msgstr "Activer la licence" - -#: sites/classes/class-site-helper.php:101 -msgid "Installing plugins" -msgstr "" - -#: sites/classes/class-site-helper.php:102 -msgid "Automatic" -msgstr "" - -#: sites/classes/class-site-helper.php:103 -msgid "Manual" -msgstr "" - -#: sites/classes/class-site-helper.php:104 -msgid "Theme options exist and can be imported." -msgstr "" - -#: sites/classes/class-site-helper.php:105 -msgid "No theme options found, please contact the site author." -msgstr "" - -#: sites/classes/class-site-helper.php:106 -msgid "Site content exists and can be imported." -msgstr "" - -#: sites/classes/class-site.php:159 -msgid "Previous Site" -msgstr "" - -#: sites/classes/class-site.php:159 -msgid "Previous" -msgstr "" - -#: sites/classes/class-site.php:160 -msgid "Next Site" -msgstr "" - -#: sites/classes/class-site.php:160 -msgid "Next" -msgstr "" - -#: sites/classes/class-site.php:206 sites/classes/class-site.php:270 -msgid "Preview" -msgstr "" - -#: sites/classes/class-site.php:207 sites/classes/class-site.php:479 -msgid "Details" -msgstr "" - -#: sites/classes/class-site.php:224 -msgid "Overview" -msgstr "" - -#: sites/classes/class-site.php:228 -msgid "Theme Options" -msgstr "" - -#: sites/classes/class-site.php:236 -#, fuzzy -#| msgid "After Content" -msgid "Site Content" -msgstr "Après le contenu" - -#: sites/classes/class-site.php:236 sites/classes/class-site.php:351 -msgid "Optional" -msgstr "" - -#: sites/classes/class-site.php:243 -msgid "Plugins" -msgstr "" - -#: sites/classes/class-site.php:249 sites/classes/class-site.php:381 -msgid "The following plugins can be installed and activated automatically." -msgstr "" - -#: sites/classes/class-site.php:254 sites/classes/class-site.php:386 -msgid "The following plugins are already installed." -msgstr "" - -#: sites/classes/class-site.php:259 sites/classes/class-site.php:391 -msgid "The following plugins need to be installed and activated manually." -msgstr "" - -#: sites/classes/class-site.php:277 -msgid "Gathering data" -msgstr "" - -#: sites/classes/class-site.php:281 -msgid "Get Started" -msgstr "" - -#: sites/classes/class-site.php:293 -msgid "GeneratePress Options" -msgstr "" - -#: sites/classes/class-site.php:297 -msgid "" -"This step will backup your current theme options, then import the new ones." -msgstr "" - -#: sites/classes/class-site.php:300 -msgid "The following GP Premium modules will be activated:" -msgstr "" - -#: sites/classes/class-site.php:308 -msgid "Go Back" -msgstr "" - -#: sites/classes/class-site.php:315 -msgid "Backup Options" -msgstr "" - -#: sites/classes/class-site.php:325 -#, fuzzy -#| msgid "Import / Export" -msgid "Import Options" -msgstr "Import/Export" - -#: sites/classes/class-site.php:358 -msgid "" -"I understand that this step will add content, site options, menus, widgets " -"and plugins to my site." -msgstr "" - -#: sites/classes/class-site.php:365 -#, php-format -msgid "" -"For best results, only install this demo content on fresh sites with no " -"content. If you have already installed another GeneratePress Site, be sure " -"to %s by deleting the content, plugins and menus that it added." -msgstr "" - -#: sites/classes/class-site.php:368 -msgid "clean it up" -msgstr "" - -#: sites/classes/class-site.php:373 -msgid "" -"You can skip this step if you already " -"have content and do not want the demo content imported." -msgstr "" - -#: sites/classes/class-site.php:400 -msgid "Skip" -msgstr "" - -#: sites/classes/class-site.php:408 -#, fuzzy -#| msgid "Before Content" -msgid "Import Content" -msgstr "Avant le contenu" - -#: sites/classes/class-site.php:435 -msgid "All done!" -msgstr "" - -#: sites/classes/class-site.php:436 -msgid "Your site is ready to go!" -msgstr "" - -#: sites/classes/class-site.php:440 -#, php-format -msgid "Crafted with %s by" -msgstr "" - -#: sites/classes/class-site.php:458 -msgid "Start Over" -msgstr "" - -#: sites/classes/class-site.php:461 -msgid "View Site" -msgstr "" - -#: sites/classes/class-site.php:829 -msgid "Site options imported" -msgstr "" - -#: sites/classes/class-site.php:859 -#, fuzzy -#| msgid "License activated." -msgid "Plugins activated" -msgstr "Licence activée" - -#: sites/sites.php:37 -msgid "Sites" -msgstr "" - -#: sites/sites.php:78 -#, fuzzy -#| msgid "Refresh" -msgid "Refresh sites" -msgstr "Rafraîchir" - -#: spacing/functions/customizer/content-spacing.php:32 -msgid "Container Width" -msgstr "" - -#: spacing/functions/customizer/content-spacing.php:67 -msgid "Separating Space" -msgstr "Séparation" - -#: spacing/functions/customizer/content-spacing.php:132 -msgid "Content Padding" -msgstr "" - -#: spacing/functions/customizer/content-spacing.php:196 -msgid "Mobile Content Padding" -msgstr "" - -#: spacing/functions/customizer/footer-spacing.php:73 -msgid "Footer Widget Area Padding" -msgstr "" - -#: spacing/functions/customizer/footer-spacing.php:134 -msgid "Footer Padding" -msgstr "" - -#: spacing/functions/customizer/header-spacing.php:68 -msgid "Header Padding" -msgstr "" - -#: spacing/functions/customizer/navigation-spacing.php:47 -#: spacing/functions/customizer/secondary-nav-spacing.php:58 -msgid "Menu Item Width" -msgstr "" - -#: spacing/functions/customizer/navigation-spacing.php:100 -#: spacing/functions/customizer/navigation-spacing.php:178 -#: spacing/functions/customizer/navigation-spacing.php:214 -#: spacing/functions/customizer/secondary-nav-spacing.php:93 -msgid "Menu Item Height" -msgstr "" - -#: spacing/functions/customizer/navigation-spacing.php:143 -#: spacing/functions/customizer/secondary-nav-spacing.php:128 -msgid "Sub-Menu Item Height" -msgstr "" - -#: spacing/functions/customizer/sidebar-spacing.php:12 -msgid "Sidebars" -msgstr "" - -#: spacing/functions/customizer/sidebar-spacing.php:70 -msgid "Widget Padding" -msgstr "" - -#: spacing/functions/customizer/sidebar-spacing.php:101 -msgid "Left Sidebar Width" -msgstr "" - -#: spacing/functions/customizer/sidebar-spacing.php:136 -msgid "Right Sidebar Width" -msgstr "" - -#: spacing/functions/customizer/top-bar-spacing.php:55 -msgid "Top Bar Padding" -msgstr "" - -#: spacing/functions/functions.php:41 -msgid "Spacing" -msgstr "" - -#: spacing/functions/functions.php:42 -msgid "Change the spacing for various elements using pixels." -msgstr "Changer l'espacement de différents éléments en pixels." - -#: typography/functions/functions.php:44 -msgid "Typography" -msgstr "Typographie" - -#: typography/functions/functions.php:145 -#: typography/functions/functions.php:336 -#: typography/functions/functions.php:465 -#: typography/functions/functions.php:577 -#: typography/functions/functions.php:701 -#: typography/functions/functions.php:818 -#: typography/functions/functions.php:938 -#: typography/functions/functions.php:1089 -#: typography/functions/functions.php:1230 -#: typography/functions/functions.php:1364 -#: typography/functions/functions.php:1497 -#: typography/functions/functions.php:1630 -#: typography/functions/functions.php:1779 -#: typography/functions/functions.php:1960 -#: typography/functions/secondary-nav-fonts.php:139 -#: typography/functions/slideout-nav-fonts.php:106 -#: typography/functions/woocommerce-fonts.php:99 -#, fuzzy -msgid "Font size" -msgstr "" -"#-#-#-#-# generate-typography-fr_FR.po (Generate Typography) #-#-#-#-#\n" -"Taille de la police\n" -"#-#-#-#-# secondary-nav-fr_FR.po (Generate Secondary Navigation) #-#-#-#-" -"#\n" -"Taille de police" - -#: typography/functions/functions.php:180 -#: typography/functions/functions.php:981 -#: typography/functions/functions.php:1132 -#: typography/functions/functions.php:1265 -#: typography/functions/functions.php:1398 -#: typography/functions/functions.php:1531 -#: typography/functions/functions.php:1664 -msgid "Line height" -msgstr "" - -#: typography/functions/functions.php:215 -msgid "Paragraph margin" -msgstr "" - -#: typography/functions/functions.php:841 -msgid "Headings" -msgstr "" - -#: typography/functions/functions.php:900 -msgid "Heading 1 (H1)" -msgstr "Titre 1 (H1)" - -#: typography/functions/functions.php:1051 -msgid "Heading 2 (H2)" -msgstr "Titre 2 (H2)" - -#: typography/functions/functions.php:1202 -msgid "Heading 3 (H3)" -msgstr "Titre 3 (H3)" - -#: typography/functions/functions.php:1336 -msgid "Heading 4 (H4)" -msgstr "" - -#: typography/functions/functions.php:1469 -msgid "Heading 5 (H5)" -msgstr "" - -#: typography/functions/functions.php:1602 -msgid "Heading 6 (H6)" -msgstr "" - -#: typography/functions/functions.php:1687 -msgid "Widgets" -msgstr "" - -#: typography/functions/functions.php:1750 -msgid "Widget Titles" -msgstr "" - -#: typography/functions/functions.php:1813 -msgid "Bottom margin" -msgstr "" - -#: typography/functions/functions.php:1848 -msgid "Content font size" -msgstr "" - -#: typography/functions/woocommerce-fonts.php:63 -msgid "Product Titles" -msgstr "" - -#: typography/functions/woocommerce-fonts.php:142 -msgid "Related/upsell title font size" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:43 -#: woocommerce/functions/customizer/customizer.php:709 -#: woocommerce/functions/customizer/customizer.php:719 -msgid "WooCommerce" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:57 -msgid "General" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:76 -msgid "Display cart in menu" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:95 -msgid "Display breadcrumbs" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:108 -msgid "Shop" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:127 -#: woocommerce/functions/customizer/customizer.php:547 -msgid "Sidebar Layout" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:130 -#: woocommerce/functions/customizer/customizer.php:551 -msgid "Sidebar / Content" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:131 -#: woocommerce/functions/customizer/customizer.php:552 -msgid "Content / Sidebar" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:132 -#: woocommerce/functions/customizer/customizer.php:553 -msgid "Content (no sidebars)" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:133 -#: woocommerce/functions/customizer/customizer.php:554 -msgid "Sidebar / Content / Sidebar" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:134 -#: woocommerce/functions/customizer/customizer.php:555 -msgid "Sidebar / Sidebar / Content" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:135 -#: woocommerce/functions/customizer/customizer.php:556 -msgid "Content / Sidebar / Sidebar" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:154 -#: woocommerce/functions/customizer/customizer.php:263 -msgid "Products Per Page" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:192 -msgid "Product Columns" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:239 -msgid "Image Alignment" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:306 -msgid "Display page title" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:325 -msgid "Display product results count" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:344 -msgid "Display product sorting" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:363 -msgid "Display product image" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:382 -msgid "Display secondary image on hover" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:401 -msgid "Display product title" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:420 -msgid "Display sale flash" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:439 -msgid "Sale Flash Over Image" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:458 -msgid "Display Rating" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:477 -msgid "Display price" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:496 -msgid "Display add to cart button" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:515 -#: woocommerce/functions/customizer/customizer.php:700 -msgid "Display short description" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:528 -msgid "Single Product" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:575 -msgid "Display product tabs" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:594 -msgid "Display related products" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:613 -msgid "Display upsell products" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:642 -msgid "Related/Upsell Columns" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:681 -msgid "Display product meta data" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:732 -msgid "Primary Button Colors" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:733 -msgid "Primary button colors can be set here." -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:747 -msgid "Checkout" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:766 -msgid "Distraction-free mode" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:767 -msgid "" -"Remove unnecessary distractions like sidebars, footer widgets and sticky " -"menus." -msgstr "" - -#: woocommerce/functions/functions.php:413 -#: woocommerce/functions/functions.php:433 -msgid "View your shopping cart" -msgstr "" - -#: woocommerce/functions/functions.php:715 -#, php-format -msgid "Rated %s out of 5" -msgstr "" - -#: woocommerce/functions/functions.php:717 -msgid "Not yet rated" -msgstr "" - -#: woocommerce/functions/functions.php:722 -msgid "out of 5" -msgstr "" - -#. Plugin URI of the plugin/theme -msgid "https://generatepress.com" -msgstr "" - -#. Description of the plugin/theme -msgid "" -"The entire bundle of GeneratePress add-ons. Configure add-ons by going to Appearance > GeneratePress." -msgstr "" - -#. Author of the plugin/theme -msgid "Tom Usborne" -msgstr "" - -#. Author URI of the plugin/theme -msgid "https://tomusborne.com" -msgstr "" - -#, fuzzy -#~| msgid "No Navigation" -#~ msgid "Slide-out Navigation" -#~ msgstr "Masquer la seconde barre de navigation" - -#~ msgid "Export Backgrounds Customizer Settings" -#~ msgstr "Exporter les paramètres de Images de fond" - -#~ msgid "Delete Backgrounds Customizer Settings" -#~ msgstr "Supprimer les paramètres de Images de fond" - -#~ msgid "Post Image / Page Header" -#~ msgstr "Post Image / En-tête de page " - -#~ msgid "Headline / Post Title" -#~ msgstr "Titre / Titre du post" - -#~ msgid "verified" -#~ msgstr "Vérifié" - -#~ msgid "unverified" -#~ msgstr "Non vérifié" - -#~ msgid "Disable Elements Installed" -#~ msgstr "Désactiver Éléments" - -#~ msgid "Please enter your license key in order to use this plugin." -#~ msgstr "" -#~ "S'il vous plaît, entrez votre clé de licence afin d'utiliser ce plugin." - -#~ msgid "Deactivate License" -#~ msgstr "Désactiver la licence" - -#~ msgid "active" -#~ msgstr "Actif" - -#~ msgid "inactive" -#~ msgstr "Inactif" - -#~ msgid "Generate Disable Elements License Key" -#~ msgstr "Générer une clef de licence pour Éléments" - -#~ msgid "" -#~ "Activate your addons by entering the email you purchased them with below. " -#~ "Save and verify, then your purchased addons will appear below for " -#~ "activation." -#~ msgstr "" -#~ "Activez vos addons en entrant l'email que vous avez utilisé pour votre " -#~ "achat. Vos plugins achetés apparaîtront ci-dessous pour l'activation." - -#~ msgid "Email" -#~ msgstr "Email" - -#~ msgid "Status" -#~ msgstr "Status" - -#~ msgid "Action" -#~ msgstr "Action" - -#, fuzzy -#~ msgid "Verify Email" -#~ msgstr "" -#~ "#-#-#-#-# disable-elements-fr_FR.po (Generate Disable Elements) #-#-#-#-" -#~ "#\n" -#~ "Vérifier l'email\n" -#~ "#-#-#-#-# generate-colors-fr_FR.po (Generate Colors) #-#-#-#-#\n" -#~ "Vérifier le Email\n" -#~ "#-#-#-#-# generate-copyright-fr_FR.po (Generate Copyright) #-#-#-#-#\n" -#~ "Vérifier l'email\n" -#~ "#-#-#-#-# generate-hooks-fr_FR.po (Generate Hooks) #-#-#-#-#\n" -#~ "Vérifier l'email\n" -#~ "#-#-#-#-# generate-ie-fr_FR.po (Generate Import Export) #-#-#-#-#\n" -#~ "Vérifier l'email\n" -#~ "#-#-#-#-# generate-spacing-fr_FR.po (Generate Spacing) #-#-#-#-#\n" -#~ "Vérifier le email\n" -#~ "#-#-#-#-# generate-typography-fr_FR.po (Generate Typography) #-#-#-#-#\n" -#~ "Vérifier le Email\n" -#~ "#-#-#-#-# page-header-fr_FR.po (Generate Page Header) #-#-#-#-#\n" -#~ "Vérifiez l'email" - -#~ msgid "Activate All" -#~ msgstr "Tout activer" - -#~ msgid "Product" -#~ msgstr "Produit" - -#~ msgid "Version" -#~ msgstr "Version" - -#~ msgid "Once Every 3 Days" -#~ msgstr "Une fois tous les 3 jours" - -#~ msgid "Read more..." -#~ msgstr "Lire plus..." - -#~ msgid "Excerpt Length" -#~ msgstr "Nombre de lignes de l'extrait" - -#~ msgid "Masonry" -#~ msgstr "Fenêtrage " - -#~ msgid "Masonry Block Width" -#~ msgstr "Fenêtrage choix d'apparence" - -#~ msgid "Small" -#~ msgstr "Petit" - -#~ msgid "Medium" -#~ msgstr "Moyen" - -#~ msgid "Large" -#~ msgstr "Grand" - -#~ msgid "Masonry Most Recent Width" -#~ msgstr "Fenêtrage taille du dernier article" - -#~ msgid "Masonry Load More Text" -#~ msgstr "Texte affiché pour lire la suite" - -#~ msgid "Masonry Loading Text" -#~ msgstr "Texte affiché pour le chargement de la suite" - -#~ msgid "Post Image" -#~ msgstr "Image à la une" - -#~ msgid "Show" -#~ msgstr "Voir" - -#~ msgid "Date" -#~ msgstr "Date" - -#~ msgid "Author" -#~ msgstr "Auteur" - -#~ msgid "Categories" -#~ msgstr "Catégories" - -#~ msgid "Comment Link" -#~ msgstr "Liens des commentaires" - -#~ msgid "Masonry Post Width" -#~ msgstr "Fenêtrage largeur de la publication" - -#~ msgid "Global setting" -#~ msgstr "Réglages généraux" - -#~ msgid "Delete Blog Customizer Settings" -#~ msgstr "Supprimer les paramètres de Blogue" - -#~ msgid "Export Blog Customizer Settings" -#~ msgstr "Exporter les paramètres de Blogue" - -#, fuzzy -#~ msgid "" -#~ "There is a new version of %1$s available. View version %3$s details." -#~ msgstr "" -#~ "Ceci est une nouvelle version de %1$s disponible. View version %3$s details." - -#, fuzzy -#~ msgid "" -#~ "There is a new version of %1$s available. View version %3$s details or update now." -#~ msgstr "" -#~ "Ceci est une nouvelle version de %1$s disponible. View version %3$s details or update now." - -#~ msgid "Header Colors" -#~ msgstr "Couleur de l'en-tête" - -#~ msgid "Navigation Colors" -#~ msgstr "Couleur de la barre de navigation" - -#~ msgid "Sub-Navigation Colors" -#~ msgstr "Couleur de la barre de sous-navigation" - -#~ msgid "Content Colors" -#~ msgstr "Couleur des contenants" - -#~ msgid "Sidebar Widget Colors" -#~ msgstr "Couleur des widget de la barre latérale" - -#~ msgid "Footer Widget Colors" -#~ msgstr "Couleur des widget en bas de page" - -#~ msgid "Footer Colors" -#~ msgstr "Couleur du bas de page" - -#~ msgid "Form Colors" -#~ msgstr "Couleur de la zone de saisie" - -#~ msgid "Form Background Focus/Hover" -#~ msgstr "Couleur du fond sélectionné" - -#~ msgid "Form Text Focus/Hover" -#~ msgstr "Couleur du texte saisi" - -#~ msgid "Form Border Focus/Hover" -#~ msgstr "Couleur du cadre sélectionné" - -#~ msgid "Form Button" -#~ msgstr "Couleur des boutons" - -#~ msgid "Form Button Focus/Hover" -#~ msgstr "Couleur des boutons sélectionnés" - -#~ msgid "Form Button Text" -#~ msgstr "Couleur du texte des boutons" - -#~ msgid "Form Button Text Focus/Hover" -#~ msgstr "Couleur du texte des boutons sélectionnés" - -#, fuzzy -#~ msgid "Deactivate Email" -#~ msgstr "" -#~ "#-#-#-#-# generate-colors-fr_FR.po (Generate Colors) #-#-#-#-#\n" -#~ "Désactiver l'Email\n" -#~ "#-#-#-#-# generate-sections-fr_FR.po (Generate Sections) #-#-#-#-#\n" -#~ "Désactiver l'email\n" -#~ "#-#-#-#-# gp-premium-fr_FR.po (GP Premium) #-#-#-#-#\n" -#~ "Désactiver l'email" - -#, fuzzy -#~ msgid "Activate Email" -#~ msgstr "" -#~ "#-#-#-#-# generate-colors-fr_FR.po (Generate Colors) #-#-#-#-#\n" -#~ "Activer l'Email\n" -#~ "#-#-#-#-# generate-sections-fr_FR.po (Generate Sections) #-#-#-#-#\n" -#~ "Activer l'email\n" -#~ "#-#-#-#-# gp-premium-fr_FR.po (GP Premium) #-#-#-#-#\n" -#~ "Activer l'email" - -#~ msgid "Add a custom copyright line." -#~ msgstr "Ajouter une ligne de copyright personnalisée" - -#~ msgid "" -#~ "Use %current_year% to include the current year dynamically." -#~ msgstr "" -#~ "Utilisez %current_year% pour inclure dynamiquement l'année " -#~ "courante" - -#~ msgid "Use %copy% to include the copyright symbol." -#~ msgstr "Utilisez %copy% pour inclure symbole ©" - -#~ msgid "Copyright Installed" -#~ msgstr "Copyright est installé" - -#~ msgid "Generate Copyright License Key" -#~ msgstr "Générer une clef de licence pour Copyright" - -#~ msgid "Save Settings" -#~ msgstr "Sauver vos réglages" - -#~ msgid "Generate Hooks License Key" -#~ msgstr "Générer une clef de licence pour Generate Hooks" - -#~ msgid "Export your settings set in the Export Vos paramètres dans Import your settings by uploading your exported .json " -#~ "file." -#~ msgstr "" -#~ "Import Transférer vos paramètres via un fichier .json" - -#~ msgid "Import / Export Installed" -#~ msgstr "Import/Export est installé" - -#~ msgid "Generate Import Export License Key" -#~ msgstr "Générer une clef de licence pour Import/Export" - -#~ msgid "Click the \"%s\" button below to start creating your sections." -#~ msgstr "" -#~ "Cliquez sur le \"%s\" bouton ci-dessous pour commencer à créer vos " -#~ "sections." - -#~ msgid "Add New" -#~ msgstr "Ajouter nouveau" - -#, fuzzy -#~ msgid "Fluid" -#~ msgstr "" -#~ "#-#-#-#-# generate-sections-fr_FR.po (Generate Sections) #-#-#-#-#\n" -#~ "Pleine largeur\n" -#~ "#-#-#-#-# page-header-fr_FR.po (Generate Page Header) #-#-#-#-#\n" -#~ "Fluide" - -#~ msgid "contained" -#~ msgstr "Limité" - -#, fuzzy -#~ msgid "" -#~ "Want updates served directly to your Dashboard? Activate the email you " -#~ "purchased your add-ons with here." -#~ msgstr "" -#~ "#-#-#-#-# generate-sections-fr_FR.po (Generate Sections) #-#-#-#-#\n" -#~ "Désirez-vous que les mises-à-jour soient proposées directement sur votre " -#~ "tableau de bord ? Activez l'e-mail avec le quel avez acheté vos plugins " -#~ "ici.\n" -#~ "#-#-#-#-# gp-premium-fr_FR.po (GP Premium) #-#-#-#-#\n" -#~ "Vous voulez afficher les mises-à-jour directement à votre tableau de " -#~ "bord ? Activez l'email avec le quel vous avez acheté vos add-ons ici." - -#~ msgid "Save Email" -#~ msgstr "Sauver l'email" - -#~ msgid "Enable All Updates" -#~ msgstr "Activer toutes les mises-à-jour" - -#~ msgid "Email activation failed. This email does not exist in our records." -#~ msgstr "" -#~ "L'activation de cet email a échoué. Cet email n'est pas enregistré dans " -#~ "notre base de donnée" - -#~ msgid "Email activated." -#~ msgstr "Email activé" - -#~ msgid "Email deactivated." -#~ msgstr "Email désactivé" - -#~ msgid "License failed." -#~ msgstr "Échec de licence" - -#~ msgid "Licenses activated." -#~ msgstr "Licences activées" - -#~ msgid "Deactivation failed." -#~ msgstr "Échec de la désactivation" - -#~ msgid "Disable Updates" -#~ msgstr "Désactiver les mises-à-jour" - -#, fuzzy -#~ msgid "Enable Updates" -#~ msgstr "" -#~ "#-#-#-#-# generate-sections-fr_FR.po (Generate Sections) #-#-#-#-#\n" -#~ "Activer les mises-à-jour\n" -#~ "#-#-#-#-# gp-premium-fr_FR.po (GP Premium) #-#-#-#-#\n" -#~ "Activer les mises-à-jour " - -#~ msgid "" -#~ "The spacing between elements when \"Content Layout\" is set to \"Separate " -#~ "Containers\"." -#~ msgstr "" -#~ "Espace entre les éléments quand \"la disposition des contenants\" est " -#~ "réglée sur \"Contenants séparés\"." - -#~ msgid "These options control the size of your menu items." -#~ msgstr "Cette option contrôle la taille des éléments du menu" - -#, fuzzy -#~ msgid "Left/Right Spacing" -#~ msgstr "" -#~ "#-#-#-#-# generate-spacing-fr_FR.po (Generate Spacing) #-#-#-#-#\n" -#~ "Espacement gauche/droite \n" -#~ "#-#-#-#-# secondary-nav-fr_FR.po (Generate Secondary Navigation) #-#-#-" -#~ "#-#\n" -#~ "Largeur" - -#~ msgid "The top and bottom spacing of sub-menu items." -#~ msgstr "Espace du haut et du bas des sous-menus." - -#~ msgid "Sidebar Widths" -#~ msgstr "Largeur des barres latérales " - -#~ msgid "15%" -#~ msgstr "15%" - -#~ msgid "20%" -#~ msgstr "20%" - -#~ msgid "25%" -#~ msgstr "25%" - -#~ msgid "30%" -#~ msgstr "30%" - -#~ msgid "35%" -#~ msgstr "35%" - -#~ msgid "40%" -#~ msgstr "40%" - -#~ msgid "45%" -#~ msgstr "45%" - -#~ msgid "50%" -#~ msgstr "50%" - -#~ msgid "Delete Spacing Customizer Settings" -#~ msgstr "Supprimer les paramètres d'espacement" - -#~ msgid "Export Spacing Customizer Settings" -#~ msgstr "Exporter les paramètres d'espacement" - -#~ msgid "Spacing Installed" -#~ msgstr "Espacement est installé" - -#~ msgid "Generate Spacing License Key" -#~ msgstr "Générer une clef de licence pour espacement" - -#~ msgid "Font-size" -#~ msgstr "Taille de la police" - -#~ msgid "Typography Installed" -#~ msgstr "Typographie est installé" - -#~ msgid "Generate Typography License Key" -#~ msgstr "Générer une clef de licence pour Typographie" - -#~ msgid "Page Header Link" -#~ msgstr "Liens de l'en-tête de page" - -#~ msgid "Hard Crop" -#~ msgstr "Fixer la taille de l'image" - -#~ msgid "Add Image" -#~ msgstr "Ajouter une image" - -#~ msgid "Add padding" -#~ msgstr "Ajouter remplissage" - -#~ msgid "Text alignment" -#~ msgstr "Alignement du texte" - -#~ msgid "Top/Bottom padding" -#~ msgstr "Remplissage du haut et du bas" - -#~ msgid "Text color" -#~ msgstr "Couleur du texte" - -#~ msgid "Link color" -#~ msgstr "Couleur du lien" - -#~ msgid "Link color hover" -#~ msgstr "Couleur d'un lien sélectionné" - -#~ msgid "Page Header Position" -#~ msgstr "Position de l'en-tête de page" - -#~ msgid "Single Post Header Position" -#~ msgstr "Position de l'en-tête de post " - -#~ msgid "Delete Page Header Customizer Settings" -#~ msgstr "Supprimer les paramètres d'en-tête de page" - -#~ msgid "Export Page Header Customizer Settings" -#~ msgstr "Exporter les paramètres d'en-tête de page" - -#~ msgid "Mobile Label" -#~ msgstr "Étiquette mobile" - -#~ msgid "Navigation Layout" -#~ msgstr "Largeur de la seconde barre de navigation" - -#~ msgid "Fluid / Full Width" -#~ msgstr "Pleine largeur" - -#~ msgid "Navigation Position" -#~ msgstr "Emplacement de la seconde barre de navigation" - -#~ msgid "Secondary Navigation Spacing" -#~ msgstr "Espacement de la seconde barre de navigation " - -#~ msgid "Secondary Menu Items" -#~ msgstr "Éléments du second menu " - -#~ msgid "These options control the size of your secondary menu items." -#~ msgstr "Cette option contrôle la taille des éléments du second menu" - -#~ msgid "Secondary Sub-menu Item Height" -#~ msgstr "Taille des éléments du sous-menu secondaire " - -#~ msgid "The top and bottom spacing of secondary sub-menu items." -#~ msgstr "Espacement haut/bas des sous-menus secondaires" - -#~ msgid "Secondary Navigation Colors" -#~ msgstr "Couleurs de la barre de navigation secondaire " - -#~ msgid "Secondary Sub-Navigation Colors" -#~ msgstr "Couleurs de la sous-navigation secondaire" - -#~ msgid "Secondary Navigation Typography" -#~ msgstr "Typographie de la seconde barre de navigation " - -#~ msgid "Secondary navigation" -#~ msgstr "Seconde barre de navigation" - -#~ msgid "Secondary Background Images" -#~ msgstr "Intégration d'images dans la seconde barre de navigation" - -#~ msgid "Delete Secondary Navigation Customizer Settings" -#~ msgstr "Supprimer les paramètres de la seconde barre de navigation" - -#~ msgid "Export Secondary Navigation Customizer Settings" -#~ msgstr "Exporter les paramètres de la seconde barre de navigation" - -#~ msgid "Colors Installed" -#~ msgstr "Couleurs est installé" - -#~ msgid "Generate Colors License Key" -#~ msgstr "Générer une clef de licence pour Couleurs" - -#~ msgid "" -#~ "Note: You've chosen content to show as your page header. Remove the " -#~ "content and save to use the image below." -#~ msgstr "" -#~ "Remarque: Vous avez choisi de montrer le contenu de votre en-tête de " -#~ "page. Retirer le contenu et enregistrer ce changement pour les utiliser " -#~ "l'image ci-dessous." - -#~ msgid "Image Crop Position" -#~ msgstr "Position de l'image" - -#~ msgid "Top left" -#~ msgstr "En haut à gauche" - -#~ msgid "Top right" -#~ msgstr "En haut à droite" - -#~ msgid "Bottom left" -#~ msgstr "En bas à gauche" - -#~ msgid "Bottom right" -#~ msgstr "En bas à droite" - -#~ msgid "Use image (from image tab) as a background image?" -#~ msgstr "" -#~ "Utilisez l'image (à partir de l'onglet de l'image) comme image de fond ?" - -#~ msgid "Background type" -#~ msgstr "Type de fond" - -#~ msgid "Add parallax effect?" -#~ msgstr "Ajouter un effet parallax ?" - -#~ msgid "Add to blog excerpt (if no Featured Image is set)" -#~ msgstr "" -#~ "Ajouter un extrait au blog (si aucun photo descriptive n'est active)" - -#~ msgid "Generate Page Header License Key" -#~ msgstr "Générer une clef de licence pour en-tête de page" - -#~ msgid "No image URL has been entered." -#~ msgstr "Aucune URL d'image n'a été saisie" - -#~ msgid "At least one of width or height must be a number." -#~ msgstr "" -#~ "Au moins une information concernant de la largeur ou de la hauteur doit " -#~ "être un nombre." - -#~ msgid "Failed to get $file_path information using \"@getimagesize\"." -#~ msgstr "" -#~ "Impossible d'obtenir $file_path information using \"@getimagesize\"." - -#~ msgid "Resize path invalid (GIF)" -#~ msgstr "Redimensionner chemin non valide (GIF)" - -#~ msgid "Resize path invalid (PNG)." -#~ msgstr "Redimensionner chemin non valide (PNG)." - -#~ msgid "Resize path invalid (JPG)." -#~ msgstr "Redimensionner chemin non valide (JPG)." - -#~ msgid "Failed to get $dest_file_name (resized image) info via @getimagesize" -#~ msgstr "" -#~ "Impossible d'obtenir $dest_file_name (resized image) infos via " -#~ "@getimagesize" diff --git a/wp-content/plugins/gp-premium/langs/gp-premium-hr.mo b/wp-content/plugins/gp-premium/langs/gp-premium-hr.mo new file mode 100644 index 0000000000000000000000000000000000000000..8d93fdcb340e6074f616dd2231c2a9fa94397b18 GIT binary patch literal 29664 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 literal 0 HcmV?d00001 diff --git a/wp-content/plugins/gp-premium/langs/gp-premium-it_IT.mo b/wp-content/plugins/gp-premium/langs/gp-premium-it_IT.mo index 0fae00c4c3273f5e765dabe879a2fe2af190ac89..3f98e6ee8726cfcf4f7d050ef2d051fc54264b81 100644 GIT binary patch literal 36021 zcmb`P3A|lZeeZWQOhIK55f#`BAqh!tLIA;FfQ%5yaLrAKhzjSPv+upzoO{mU3`s5u zDh@c*8F4}%($;5ft;Oer`qYXoDy`J#RMetUTlJ~*NwwNK@V>wQ`meqBx%Y;C-skiD z;QgMp_S$RsueJW`zy53O+<)wXw=sQmsI9sxfLC7(}2J^uiuo-ICu?|ocbRB zV)!`1Z+6}eC67Cx(tR2(fM0Un3nkyLLAB=r_yqWCsCFNyzP0gwKR(|3;|vTRnWGhie{gIrl-8a|4vzUk@d(_c}iTFChG7sPYb573R_LQ0Z1d z$!jCj_<1%|J-Sfi{|!*-{>Yzy3`#!tdieVu{tu{mb>!LM{WGA-TMw20C_E8P`12P- zmG^Fc{!#ci!hZ|ZU*Cqx?^jUuIC?cY6`l^2&qlZcJ`XDYKZGjpcBuOPB|H{>9!iei zbp8MyMfm4X{qhIrgmHExR6jl*(lyDGq5AO|@Mw4ilzbik zKMU25U-9_+Jp5CrdHf5g{2%t`N21&%_miQ`1E_K~Kb<%_3#hj8p01j$#2C|gFMfJs>fz{Cagg{ zeB1J2R!^*58vwH zJ3RbZ4}Tp>Z~XwO{GUPf-!GuX$$xnG*b9PuPJk-^B=`!r8omi00b8XkRNc&`H)(#gx9>ico1az6u4g?B@ZhaW?&Bfo%>&q+@Y<(&pq z-b$!(vfjhnq2yHa_ z3_cM)1Xced*M|6Gq2zl4R5?qbXJ6!Nf*b?yEg~8$6lt9Z>K6 zJ=F6D;0f^8Foj279P&FGDt;4G|2-F;4Kt{Az7?uJZimX}WAG&Scks#ZCs5@ac1e)W ziBS11g-X8;s@{8`wc~A2<-P}Me%=8k zuTMi%T=MtuWO&$y(4S{QJ-^g>B~(6p;VH21ycw#z4@1@W6Hw_s2UV|o{P}%Qa{4aR z_$&v!%Re+N{(KLeHD z7ogs|4{AI;=;6aJ4e3sTD*sHV{#*vtj>|p14i6(d1=X$&)cm~B`EIECegaCaUxX_E zK6og60IJ*{L#2E4WkD{-I!}fghi5_c=lLF92c;*rL(Q8jq2%0#lIts=>is6DeBTNs z=l4R@|IeZ1@p*U{{9jPzd<&{xKXg6_RqtOyweOHEp_~(-!Xr@mUIHb@%~0iC<$OL= zf6hS3<+V`l{ZpuN?}94#9;kBv!Q;ORRlgrXwd0pi`Ti$VyN`HAc<=F0;ZvcWFNf-< z3t=5z1y{n)!1Lk1!sT%B<=B337i3B&Z-a~Bx8YX!X#S}DQ7Cym501lqkpGhV_%i~} z+!pfN4WCB%MmPpP1vPJu-ku~qcny33{2F{V9OdC6_-F7)_!anQ_>WL>`93@f{ut`{ zf53(CkkKHIqoKmbL)ANlkAs&%rQZXUPaR6Gd*KnV3pGDp2pu9{z^&yUrg$$@k|T z{yoH$Ob)w(xeC`qD-SB4TcF0kN`4FXgn6+D9!+>Hd;;7K z&xaY@1m6XZgZ~6o|6f7XD|uGv=f^_z<0(+}Sq7EgMa~^i>92v(AJb6%^D3x%d;p#X zzW^oApTHIHmr!y${mRgP%b?cnP4HCMfO`H4sCvB)N)B&@lKXq1#^D`M^0*7C9bbZH z!uz4*amcfSd`^R^|0T{bsOJ+?{|r>QUvYj9svrIpYWzIxTyRxr z?-5XX;|wS{JOir!E%o-}lGmjk-UF4-^PuW80oA@XR6Snm@vns%celXf z;qCtX<1i)sIjH*n6I=#=4<(ngt`2fu>)h#_gsRsI;Ysjj4}S`GF|K~$qNp6Jd*9V~T`!{$B{2f%gPO61`mqN+o0w_6O z0wtGiP~+hWsPbx1?+>8b{TAn6!b=I?15bpF{e%<^38e|Hn66f54RR zMNs8k4ONdBsCvB)D!-4y)$m@Zd>)krd7TVZj}=huyUh7)D0w%b^1B{N?r(yU=dDn3 z{u8(negLW;9)gnd@8QYth>7st5~z8z8mhdfLDhE`)Oct?<$pa?c{f4je=Agef9(7q zRJ}d{&w}?rrTcfN_kIr#fyYe-IiCm>zXF~C*L!#pD%}gA#`%p<`M$-&?}eIYcY6F6 zq3Zc9sCNF?<9`Vyw?n5wzdRA1N_Zty{4>(zXTA8fjbEQ2C5yGKR?W~Jy7Mh zq2#d-s{XHnnn&-18lUfjlIKS~e2<6k^YDWn{;h|P*&EWI0`>m69$xR^Jy7Ll@G#hf z>X$y0Ubzk~fNyiY3rcRc!#BfE!kgfZX2}1WQ0@O`sQi8d)s9C`2l*WjRsTg$^JooJ zzdX~q7ixaK9P0hI!=3OwQ1j*&{`}}xn3rcj<#QQ)EW8>j|7rLbcq2rWCa;Ie_d$qC zPaf3{^Wz$LDd87E$>DD2m*HZIn?<18>sgE03HpsIZ^q?K;^RtsvXOr>TxzyJ1&IB!VUiX3V(hTlw32Y z_FV@T!Z$+6&^_1*xgU*8DT&fB2s{eGzN@DV8a{k1>;9z34# z|AwkhvM;pvu~6+e14_EwV-^ZcS-vw3vH~jgJ;CjNp zhmy~_1A)(lDrW|&U9WoeB9p z1*#v)1sPsRF z$~Uy`KY?n`MK23} zl1aFc@U3thejo0D8(+@YhBw1E!pFTL_}y-Us>gzx!aP_G)$R+Rf*>mk!i? zc{yAF-w4%jx4_l#Jy8AgHK_6OFV0^;$@NjM4D<5{csk+Zp!(%}xCA}}N`Lg=)8I`| z@BI}#9DV^x{$Fwa2r8e4q59$UR|WZB0uLj6B^-q{C^>!z9uDt@z$zwOvJg!02Z$H$ye4WR?*W*9s;jcpF^J91sJoGi8{hQ!f zgj;X~z8zi&zW|l*fsiM=`px>UZ_49hI*_;_k){VFKW$A`? ztIvywBCC1SWm&C}bv>{v@3VnjSMTThR9pXnNYhSpFqyY{$+|`(-E@FD_VRWs-8oQl zqPDi{lvRz{mNjz9;Mw+Uf4ZreO;fOi$1?J7x9s=sUe+yhsSkQoI;}Try zrW=}Btu^S7=e}C2o;8wn&3v*IYTInaQA5iKY;3n^FF(9JA$H8ioIO#CLbL|5e)ZG! zgMJ^`tgqGgPIlXamdcnXHoZ)BtUlY79YAJfT7_e(X)@wrE6uvyb~kO;>lzh}<#bh6 z>oJ15GihzImUB~TU8mEWNqqblgTOmGOrYV|bjf9_m(Kq}EIzzO`}+M_eJY4+(4V3v zUJj4q5KPo^b=WRCD+t4)To|QXs715gtvm}6=??3=nV|<^4pgIp_$s+=nP%uzQ&>c= z8Z%GMqwSuJjY_iciiX&rleRk=IU$PRju^~p)RN}qO--ovS+l*LVQaH11cJcVH`|lR z`gViXwEI)(Sl-CSYYds8P|9%Gnz5Og6T4FiLD9?<2jktwe+*97y3AEV2hv@P!DM~6 z*0TBGp{%yI)6N+@>j%xfsV2EK#|9~Jv&ZV37#{*2Z)3Fbd+2E|*)TSib~ENRV{;_g zpefb_UB-Vg9lYB&Finx%hN)VMZVNCC(CgId68;3EYhSIKw+Fqb3wkMj%p|b7PL_RrS&C^*PdX}ChJLR-=e~wbnvZr9NqWQ`=k!MY2(MGNE zg__-%)#8F({M2yEr#p--dN;1!8?%YppxIA0YHGO52=w-{hDM@zSSmJBv%J|$Hs-zB zI7_@U&YR*vx;d-$87z%7sM?rrET@8-+igwfp*YuvF;4BAh*{(kkQATHz+Myt^KnXR ze+`p`mWR1$CWF;NGc!f~X)4vFRmOuFiwVbhtx@j|rpL?V^)LaLSz1A3%HevHsXK05 z)NJKOs?@Ujlsfm#Y>F9~6^r@BT3BRmahOQiWV@SJUzf!zqir~4tF|wnG=pk5zF%X; zSIfcbZPAV}vFALPuJzh2%z(*m-Y8$|=JiT(-F9P8?}uhp(u7!zP*txs=Lu7Zq12lt z!;a@BrN$7P^VYDSn99{e>Zx>^bt0|xW_M#Zlljb04h57#=+&AGAtvNhQCKglw_A-G z?Jh>tl+EHOAM`o{rIGdO-P{)M;?*Jbuhpj4$?Ew;UT2j-?RDGDj5UUQ`d!Vrc5B5% zH_NDW1Btfl1L;-ow)Xy3vt6@gm+F|F+}Le*8pNj?^RC;#o6z@hRwWjQ)^S{-qO$QY zW6FQ^l1(j}oSU?2vMx6BM#^H4wOHWxW;3>07P|lp7Y#FNPjZS!DKqH!jhMEnm$&Av zy~=Vp!WZ*Ov@Q3WWO63VO8 zbB!`KvppJ@bs7}dEPXZ{WV!Oa2yb?i;fK9sGbTtQ*-WqZgY6c627_(07Nd#UbdGkl z-?lK>ul<>sbgnJ~(C+Ne{P+4Ag_$xfEIki~UFlHbO4R(Rsc5@9UG1(};dC=2Ii{jl z)Kq)JepjDb&*~YeyK11slWZQaL5jA{?q2?M{w@q>)E6$?c@-(yQr#&PsDGY0fRvgy5_+=aJ^TGEE51O7m3GJhe!pw%ClgENga> z%P=TYv&~W0?PgPLloCzM?9w07v#4H&7}?F2oA)g#8*TRDef33uib-kOz1Pn=*cJ>? zSq-k5mt!ZQU3_P^JVlQW=-U0k>0`a=MwEITKa`S>q+9yf9IaG#KLfGQweq;AaGV7r z$$wc5ElvBoDxQ3Ud5F!*(&Ku{ioptE$uPU6!7^ygVc?s!rnSk2S#>L6Re_n>BwE^%9tw+=2jec+gM|_eVRcGe<;s}2Q7&VuQuc!M zs>?aq(!$hZ1GJ^Z2ApZ0_NGyLG{Ab^n$)VJ^;zavtbFIE2^RcfA@z!oI{MVinM60V z&>U&8B@RKgku44iE`+xiW|!}9wy>5W3--!wlt^$}5ywDl((C(`tp(JGXk~AaK9FN+ zJLWG^jzLBV8cgGbu`uvRpt?s$h^It8z&?jqZ-9-$|76pE7L|YkVw_q>&mPA z=|+-81RvB^EWcpNnjpyj$K<58PsOhtl2&`N%?+%*ShhI|EbJEJ z{)7ju0a^Al?th1HA_L!lr_BcB%C{0;a+1?KEa@|!UN+>cQ3}__(L32Czn4fYf2@u6e{J!?QO-dVePY1je|T56RYy3 zd$lStng`Xl!@QWAtHsaBFCJl3bFjf!DM8_MRPLH-%)V;MF%(;Usv0v(KB>ubo;F(i zoZ5uRSv@+@Z|uipyUqmkCv4%i2ZJ=Y(tQ_0T$sW9C~Kb(!VtyXqF;sIncva2aXTBu zM`SOocfJIjYEg{b9s>m1#*(n~%10F(;Ay5!nBqAjVeQkZl;!)huK3>5VrMd*u(mgn z?Kovv_BgarhxC#i6BGJ>ijSCe#wLF?JX&ip;YomD6!v*Rf1pN8KkvX*EBWkbC2p+9 zgpz+m7DC0aqCmx1+ZlA^TabZ= zI@MAd*6=xxgV8YZeB3~mlmvE+S1Q9I220U>^u_rHKlOL!>c z3$(|n1}Mim-m6i@pY2(9YDBV~OJ!yt{qvHY(Hm9%3a8J6HLkVY!)+3Wc8IJF_MKU< zzNPMayky?_0H&$CW^FC-NH;KJ+Ei`{pVsEc@;umCw5S0qD)MTSuBaYXF&0B~z%OT> z%KsXTYum)&B&qM63EP{Ike{ktScI(I=BaWu5s)4rrPM|`!w=?E_*?F(iDc*~BMy7? z&_gz`<0hbt9?}|>GF1C0H4AWtv%o(Ys7<$(pOIW<^x6Q#^r+>*xqW!qTct zbI6<&4)YQKCr+wet2$vGda~$ z)K~C0=y_5k3g^7GN6Ok6&A10} zY4{VLyad_LaKub&!*4eyEk1g6LO>(Qe(kDFHrelaz`XVrAD6H=5ki6(+bvY%m^Ld* zD6~y=_U6c%KddBd#pG8=#_++CyZ*A-EW0VVU&gAt*(4feV|{LGpnpOK%6(i<#%!KC z(q)X~N_168hJ=-vFl{{AmQ2=DoS!xq5)I#C5sC}vP$c~j(*zS_c*NU!W=YEFVR41^ zHcxt2zhi@r`C-Rqkkz#Ny>`j1)=y%`?DC5;DG|NIOenLDO1Dlhqs*NZe!6{UfnY}2 zPdxOko=nzc7mGc<8Tk!-UA3DMEY2Mks1bYaiVusyrYA`igTDzcBd_ZK+7$kN{FoLK zcVp;IOoZj(2xxh9f|#;p`A0+BA>U9Lb_gUDwm3NV)z%4KXz!PXiFRF><~m>DOeA$)^EB+`I#?d9Oirq{ zJOl^JXWDkLx|*bFbOz(iyf?*LI;EITI3XPi+B6oa-8l(GsC)1U_0%u%me>+MX`A6P z3|)LR$7cKri~iL-TWXo1AKg$?6)J{oIp2wwgM<>zGlHpT*PiGHyMb2vh3%%=6_`0` zOta`5uC6u0IqITw`OTPGblw>~zoUisXwg&82tD@ys|dA9S|k_(9mXX-Og1V9ab;R^ zniiI>iX$_)E|=TtAcs+p6W)uJH;FqK0^R6($Cs54JEn?*r_zz{#Y9_HLqqax#v5Z8 z6y`c`Lp>hS>1r9}u<_(UIC)?|Veja~*Yga+K9#e6TobdAF(K6VjS<#TAG4YW9I~0q zm+6ALRl$ia7tKs@Gww_Y&^m^Q3@dE=y>ivrJrrvzQs~+_=yXPoYz%IoZKxD#U439{Q?Lu1kf zUB9oOiC5%rTF{O@s#)U_4El49N+K2V-`yK;cUg|P7N-BRVs;}j%fp=}#TUP&)5F~? zyUN6$w(Z7dlHKNrRQwr$lw&r=p;=*2y1uubgm0vVb$^{&$Qr^@i~(PDV0gU6)m`>Om-S8y3F96=Aq zngum0O83m<*&dF*wAmh))Jo?XnMR9sIM!_SYLt$Vigk7*p%dvOJ6tkF(_!h$d$#^C zzI<7A9Z+mTt>-y+v`YYt`y$Wi*CP%miRG?il=8MfcA$f`(U7}WJvEe(ZWEMBHrxqf zF3p<;rB~NFp0mA<8kjtr`Lz5O_DWPc!62bAlkHOz?l(7*daaXlxS~5-Q~iFYw`S$a zNk8&MBldbD45lRaQ=+CE{&-84rw10LGm8L&JVhn+(j}b(OA~Etx^)zG(vnMx)30f| zrr6*|XIHUex6B{4U}tgIT%1K~(qO!LZlgO^>_j`OCsu4k!>>tKuUfro#j0~wtX`e2 zdfJ-RtJj=+-m+EvZ{fBr+cvFWmMZO<^z4yU3w>9#Li%e>+Q*Hzk_9bqU8v=z%XC`1 zd)MX_7nJGDjLo_$HnrHY*-X4(Jnt{Wk%QxD#bzD8uSr`h1q6F*S6`?R!Oyj=^whQK z*%vN+)(STn+ub!O!?QmsL9Sdqa?Z%v3*%wn8oFyC!}R$Wnk%+6$|{%3_`)PyILkTp z)~$RQK$WQCw`8>pg@p0UwfX(F%j4F(|Jcga)T!*c>uRa)&vSF$Mn0{(_UxUD_gaJYzIOC@P>+~jFPoKz7thri z96vD~1~n&!y*x!Mcn&omuQN-g*<9>q9A5AmcZ_SnH|qJ@KIu9RZW(~wYn8NU8g^(* zs0>r44m)1bw)f#kE!u@|b3j3PO{b35RBI7;@+q4p=;S{OU6btMj$fX#mB&QY=O4Mn zw7Fly-Q~(tU**GNJ}RM5W)QBTN*Zf=NRg*G`?yY?j7@NcgQQ+mYHYZ`;YyCiDL5Q$<>raJJsA0_n~p>@ z&lpd-oXH&GL?T2`y6ieWH(5XYxxkn%^rM3cO`;&WhJheWQhqeB39mwpgA1HGvKex+!^FLza!N@mX@gt|=G9B4--GID%)Eg&NoX}XW3`CvFZ?o?UP_;$OuDs*w zR{mqEOsW{i^(y=NfX@($gWPq6G$y<93KgRz_M$p2PQUr$ipdh@(@^rcQAKJWlzI3n zffc#o>mLfur}{d)XidUpwbWeM1h5k15=xl#SbYuoJ3JpjV!kh72>A^dCHd0 z)Ts0didA1L*kyb9n1&{+zFSC8uCD6FP`DBn6WwJTH876uOe*kN)CHMdJ20gapE3}& zIpsSlMhM0Vw!CR^tz(b)9=6gWy&J2es|-j}3Y$BWl%d;hDTaQRDIYp(%D*sy{S(m*xFlf*{2a2BPeL>Qu`6dduiGP%^PNclH!3uRTjU}B{-|FfQDyp z{9uBlIM(${tEbKESk8Qp=B8c8G?N-C7l7(44s}y~ijOJiyP}f51Ps4kwrn_lBZde2 zahWyfUfrm!7FxDfOI111qFyKqRZ4CJ*TRZk=dLHS5_y&1U@$Z^Pm|HAL4ruzE!Ak|16Eu1&?b!7S=pd~d?_XS;>tbtj0{M8V&Rv@c(fti`NC?e6IF9?Fyt!3 z%ruE#-N7_P%b?x;TMrzl=nl)68#x$cm7mdWtUjhNUq4yWu;3aR!PR&Cuu(&R?OnV2 zC@g6uvld8=4R#0#Vn$fKTc^zNMl+)^6>NgV*T3M@Dv4HRyq+8n< z2Zbv4MCAt}@iiNmWxB?JpNjU^b-`|nZG%jK_)g3tEa+|($4Kop z(3o))#b|e9=X0OP**GV8tEOu;VT^cIMb+u=Iq74XV5S5O=&dOpA%aZbk1$$l_(kn| zl2|>q>O(-hSY>qyv`&3->h zbXK<9eHesQK^L5?iWseIx%&D-h_Yx{VPbfKSS(Mq;A?LA6Fwp4Qw=U$pmL^SWYOfF z-+I&TrDA`^bj&*rr9;Os-Z-T8TxT!Z8u;;(6ZVFKHtT!Xn~m^FgEgFO0f$stKElzz zGG(GhXI>cpV+?Y30zq8ET3Mf-go^M!&TjOYuf=iNm(~phh5TI4l2f?>Og4p&u{nM9 zUpXI<2VJs7*Je!vvOANLoH=T~CaP^$Qka`@iff|zo}29)^T75Gxvspj`00Z}jU-*Q zU<1fq@A9XHErx^(WsPl7!ehBr!bd1!TR?YDV+#46fUUMZU%^5(i)p?mJ0>yS7jcDC zAFJftIKUX@TQM1C*lR(HSs1N$iwF<;b%{$@;Y^=VGXvdje(}{ zpoIq1si;p|wHB+51<*F+n|k()?2N;v&e+6Y8dE(gW@L=avo7mJ5m!~#^F?Ak1Xp&{ zN1kX{!)?axSnR;7TM6Hk6XpAc&3xcunt}nyiY3EqmXW~v)MfE2o~OxZ&K{S_2R{MJ zAPPRLChVzX1!(|#L}feTF_t_yhYpg^R*bnR_LygC=$){ERB;Te0oJ~6Da#mLg5=in zQogP3Vsn=d=0p@J%iV})%6!9a#!8X?;fyX0bW?t2DURVl?M}F6`-V06}I zhod=JE<=Q7~XG4dRhOWh}M^ic4@&hb_)o zPp!7o_<5u@M^bK{vZCMhp}6hEZL2Lk8nswgY)#~=oDJ;jxSz=!p0_gQc+#59-jVv4 z8CPyHHONORn*fY{bZ?ELBQ7;Gv@&y|irSG=fEi*FWK5HzH_-Su9d9057CC*CV@n$! z0Z(a~BF*6}K)v6gPKN6X3EV>S+U z7)u2wI~J@@-Sww&=og+EmOl#DD79^hoKahKFo&@uXG}1dMx;pbLx%xe8Ew4Bcq<$o zXfQhw2y?;=2KtgjY{Aj%Bvp?R#ko6!k@H0z74TKCTXRJvG_~ShY3S3Rs$;1Z3_fL# z8ZQQY(C2PunnQHV&kpspgcL%Yl@N5Q?B05%>iymK&onhBYnF5c|uqj*g zQrMfzMHKsuik6YCPG!IHP48BHM&!C!tEQ~l+2Ns0gj*SMV(Z<5J=?@qd5Y6`nqKa5 z^bf7XjX?47QKpO8VK+j-xV>cEZA7&3x81zO&PHS5w$Q*~Y`TL3p_lvrZFYx?-HdL| zl2!0@rTe%=qmjn`V-Ob;MS6@rLt-CLO;k$1Om>A{h`FeQbX1=v?QSu9!(Uc^twkJ@ zyI+H6@{f@Ju=kL7xnpdChl?CxY?j+Lnh^E}Y=>m0ByJXa$iDk#>Q zYg<(#S8S|dRb6>t$BsIbwSBpa5C%py_e$EKObXAx%{cQvpd6}iGR(@sS`7?Ip(r>R zN>bhISLSIkzdVm>b8RS9BZd-VT=9hwbF7+TgDxJ-jx6>Sv)WU}muIyHlUkW}exa4q zGK`3-+_n!NF^8bOzZo0Ub&1Z-N;TqoWq3RB1DW=fJ!{W)U97HrZEsT>O%!zJkPP%3 zKQb4OnEf%IVO8zX(KJNyvD;x7@=21H>#KcS<7#}=WKV)g#$JPe^-jqt3w2=&dOXR~ zOxDgQW+s=iYE;)Ti*_T`T}^He`KPXA+XX+AW&{5`2o4QKuDqSRI_@ z$5WK5)-Pk@9AR;r-E6Igh%{U`&@e5BeYrW5#cwO2>~Fg_ftel+A&ysupM~$G%`%H;z8&hEr=x3iC)1lbG;{- z1L3huaQ19rx|eC^Q9GWUmQk$3FkxCu?D&OM&P@w5PsvW&MteF`P_3EcjqpoJHjn)L zLl@u7?qQUn139F?cnZb_R*Bn3)#{?rRKcLw^rcn&sc)^6kf~e#vN21HRa9xixmr7X zcvS|gTFZ1pC294UW`8vs-_zL|)um>5n>M0C=i1Hg?<*IGVO5Ms?5&;hVDnj46Q|^y z@3O+O7B?PLBOC+7MOwO*b+5bOD@7Y;*}oHJFX|(qnq=n8>c2GO8WQ1(BO7XP<%_KoxSD>#`kQ`n156jw~X|2 z;ismh;ajt0&ZlL569wmKJOz^zm16~*F?*ZvjthJm#pY&u+$?a-eM{j*0#NAvwNN>uUc51 z=346Iy9ZnD{L3^1BG<622_3+o8vW}u8wmvTuZnVh82>Tnu*q3hxtVAKt#5mu*k5Kh zYBLm!ZEf!mhC?BY&M;pqs2Ih3(=u^$|(Z;Cqzg#>V9G3?_PZMMrP=DW>& z-95sj!bT7J4n>cFRj4HF#dyliY8UUK+0QZ`%*x^OU2>$evA8I_A7-mMwR~f!vV8Mq zp0jBV5#lxl{k7Q4PDL?ZP5YYY?Fa>9#6NqZr-t^klu3Ih2RgHl+W@oTCv&{GoF15u zPg8JiI#$}M2d_-bzkyL$e{&tlb2Gv}R`CQLB%f*XoG=ymXQa^9cHu(T|}UnA+|xnI8x=_ecKRfVMpZMA}F!9s%V zyci#)Hg0kj(!IFq%+W%H?K?R0SA+we@Nc$i)^NIKOR!$2~5t9*pPasm|qRx6v&Z6bB{T!s0m3?t;W) zZcJ%(K#nX~l_VklwLsOLty;J%YmL$#sWz~FDOysLTn<;+{eAu^-)QCPHQQ=c4R*8A zgIhmL?R+G?f=dCcWOBZ=`FH^tTeHmts$nIeLt&9x$!P98g z25rfKSC4;G-tIiwiBm%tjm>S}$!km#%8N&uQjaLr;35gzca_0394f=_lcIfRX*`{u zmY>$yM+Jn}H-SkeeH`Q_+wwI*9{OY1s<9=NU!4!@!~wc;}H%x-tjs_#t=}G-r@UB@GfOzV8d&Rei|lLP6MEqC$2z7(;E}zP#676U|S)$FbX52hjM-St_EOHrQTh6=>coDe?*PL!@XCw&zOT5gJsclC2Fzz=?Jkw}tmwGWt7akT zGGqKG$vubCN&xvu0`UKYV*cK7<8Qs4UCK8WU@Mkvinbp&j;<3p@V-x$ogz&*8kNPgu4F4u^8LVmidXHeMFcg=J&!g74Fki NmUQOfbS?L{{x5TsG`j!* literal 17133 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 U$;s2+qS?voJYQ?)_jarHf4NNR+W-In diff --git a/wp-content/plugins/gp-premium/langs/gp-premium-it_IT.po b/wp-content/plugins/gp-premium/langs/gp-premium-it_IT.po deleted file mode 100644 index 3d4802ed..00000000 --- a/wp-content/plugins/gp-premium/langs/gp-premium-it_IT.po +++ /dev/null @@ -1,3486 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: GP Premium\n" -"POT-Creation-Date: 2018-02-27 17:34-0800\n" -"PO-Revision-Date: 2018-02-27 17:34-0800\n" -"Last-Translator: Pedro Mendonça \n" -"Language-Team: \n" -"Language: it_IT\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Generator: Poedit 2.0.6\n" -"X-Poedit-Basepath: ..\n" -"X-Poedit-SourceCharset: UTF-8\n" -"X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;esc_attr__;" -"esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c;_n_noop:1,2;" -"_nx_noop:3c,1,2;__ngettext_noop:1,2\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Poedit-WPHeader: gp-premium.php\n" -"X-Poedit-SearchPath-0: .\n" -"X-Poedit-SearchPathExcluded-0: *.js\n" -"X-Poedit-SearchPathExcluded-1: *deprecated*\n" -"X-Poedit-SearchPathExcluded-2: sites/classes/class-site-widget-importer.php\n" -"X-Poedit-SearchPathExcluded-3: sites/libs/wxr-importer/WPImporterLogger.php\n" -"X-Poedit-SearchPathExcluded-4: sites/libs/wxr-importer/WXRImporter.php\n" -"X-Poedit-SearchPathExcluded-5: sites/libs/wxr-importer/WXRImportInfo.php\n" - -#: backgrounds/functions/functions.php:99 -#: backgrounds/functions/functions.php:108 -msgid "Background Images" -msgstr "Immagini di sfondo" - -#: backgrounds/functions/functions.php:117 -#: backgrounds/functions/functions.php:143 -#: typography/functions/functions.php:53 -msgid "Body" -msgstr "Body" - -#: backgrounds/functions/functions.php:206 -#: backgrounds/functions/functions.php:230 colors/functions/functions.php:56 -#: disable-elements/functions/functions.php:128 -#: disable-elements/functions/functions.php:130 -#: disable-elements/functions/functions.php:290 -#: disable-elements/functions/functions.php:292 -#: typography/functions/functions.php:238 -msgid "Top Bar" -msgstr "" - -#: backgrounds/functions/functions.php:293 -#: backgrounds/functions/functions.php:316 colors/functions/functions.php:143 -#: disable-elements/functions/functions.php:134 -#: disable-elements/functions/functions.php:136 -#: disable-elements/functions/functions.php:296 -#: disable-elements/functions/functions.php:298 -#: spacing/functions/customizer/header-spacing.php:11 -#: typography/functions/functions.php:361 -msgid "Header" -msgstr "Testata" - -#: backgrounds/functions/functions.php:376 colors/functions/functions.php:239 -#: disable-elements/functions/functions.php:139 -#: disable-elements/functions/functions.php:141 -#: disable-elements/functions/functions.php:301 -#: disable-elements/functions/functions.php:303 -#: spacing/functions/customizer/navigation-spacing.php:11 -#: typography/functions/functions.php:600 -msgid "Primary Navigation" -msgstr "Navigazione principale" - -#: backgrounds/functions/functions.php:403 -#: backgrounds/functions/secondary-nav-backgrounds.php:65 -msgid "Navigation" -msgstr "Navigazione" - -#: backgrounds/functions/functions.php:423 -#: backgrounds/functions/functions.php:473 -#: backgrounds/functions/functions.php:523 -#: backgrounds/functions/functions.php:573 -#: backgrounds/functions/functions.php:633 -#: backgrounds/functions/functions.php:683 -#: backgrounds/functions/functions.php:733 -#: backgrounds/functions/secondary-nav-backgrounds.php:86 -#: backgrounds/functions/secondary-nav-backgrounds.php:135 -#: backgrounds/functions/secondary-nav-backgrounds.php:184 -#: backgrounds/functions/secondary-nav-backgrounds.php:233 -#: backgrounds/functions/secondary-nav-backgrounds.php:294 -#: backgrounds/functions/secondary-nav-backgrounds.php:343 -#: backgrounds/functions/secondary-nav-backgrounds.php:392 -#: library/customizer/controls/class-backgrounds-control.php:121 -msgid "Repeat" -msgstr "Ripeti" - -#: backgrounds/functions/functions.php:424 -#: backgrounds/functions/functions.php:474 -#: backgrounds/functions/functions.php:524 -#: backgrounds/functions/functions.php:574 -#: backgrounds/functions/functions.php:634 -#: backgrounds/functions/functions.php:684 -#: backgrounds/functions/functions.php:734 -#: backgrounds/functions/secondary-nav-backgrounds.php:87 -#: backgrounds/functions/secondary-nav-backgrounds.php:136 -#: backgrounds/functions/secondary-nav-backgrounds.php:185 -#: backgrounds/functions/secondary-nav-backgrounds.php:234 -#: backgrounds/functions/secondary-nav-backgrounds.php:295 -#: backgrounds/functions/secondary-nav-backgrounds.php:344 -#: backgrounds/functions/secondary-nav-backgrounds.php:393 -#: library/customizer/controls/class-backgrounds-control.php:122 -msgid "Repeat x" -msgstr "Ripetere x" - -#: backgrounds/functions/functions.php:425 -#: backgrounds/functions/functions.php:475 -#: backgrounds/functions/functions.php:525 -#: backgrounds/functions/functions.php:575 -#: backgrounds/functions/functions.php:635 -#: backgrounds/functions/functions.php:685 -#: backgrounds/functions/functions.php:735 -#: backgrounds/functions/secondary-nav-backgrounds.php:88 -#: backgrounds/functions/secondary-nav-backgrounds.php:137 -#: backgrounds/functions/secondary-nav-backgrounds.php:186 -#: backgrounds/functions/secondary-nav-backgrounds.php:235 -#: backgrounds/functions/secondary-nav-backgrounds.php:296 -#: backgrounds/functions/secondary-nav-backgrounds.php:345 -#: backgrounds/functions/secondary-nav-backgrounds.php:394 -#: library/customizer/controls/class-backgrounds-control.php:123 -msgid "Repeat y" -msgstr "Ripetere Y" - -#: backgrounds/functions/functions.php:426 -#: backgrounds/functions/functions.php:476 -#: backgrounds/functions/functions.php:526 -#: backgrounds/functions/functions.php:576 -#: backgrounds/functions/functions.php:636 -#: backgrounds/functions/functions.php:686 -#: backgrounds/functions/functions.php:736 -#: backgrounds/functions/secondary-nav-backgrounds.php:89 -#: backgrounds/functions/secondary-nav-backgrounds.php:138 -#: backgrounds/functions/secondary-nav-backgrounds.php:187 -#: backgrounds/functions/secondary-nav-backgrounds.php:236 -#: backgrounds/functions/secondary-nav-backgrounds.php:297 -#: backgrounds/functions/secondary-nav-backgrounds.php:346 -#: backgrounds/functions/secondary-nav-backgrounds.php:395 -#: library/customizer/controls/class-backgrounds-control.php:124 -msgid "No Repeat" -msgstr "Non ripetere" - -#: backgrounds/functions/functions.php:453 -#: backgrounds/functions/secondary-nav-backgrounds.php:114 -msgid "Navigation Item" -msgstr "Voce di Menu" - -#: backgrounds/functions/functions.php:503 -#: backgrounds/functions/secondary-nav-backgrounds.php:163 -msgid "Navigation Item Hover" -msgstr "Voce di Menu al passaggio del mouse" - -#: backgrounds/functions/functions.php:553 -#: backgrounds/functions/secondary-nav-backgrounds.php:212 -msgid "Navigation Item Current" -msgstr "Voce di menu della pagina corrente" - -#: backgrounds/functions/functions.php:586 -msgid "Primary Sub-Navigation" -msgstr "Sotto-Menu Principale" - -#: backgrounds/functions/functions.php:613 -#: backgrounds/functions/secondary-nav-backgrounds.php:273 -msgid "Sub-Navigation Item" -msgstr "Voce di Sotto-Menu" - -#: backgrounds/functions/functions.php:663 -#: backgrounds/functions/secondary-nav-backgrounds.php:322 -msgid "Sub-Navigation Item Hover" -msgstr "Voce di Sotto-menu al passaggio del mouse" - -#: backgrounds/functions/functions.php:713 -#: backgrounds/functions/secondary-nav-backgrounds.php:371 -msgid "Sub-Navigation Item Current" -msgstr "Voce di Sotto-menu della pagina corrente" - -#: backgrounds/functions/functions.php:746 -#: backgrounds/functions/functions.php:772 blog/functions/customizer.php:49 -#: colors/functions/functions.php:621 page-header/functions/metabox.php:182 -#: sections/functions/metaboxes/metabox-functions.php:241 -#: sections/functions/metaboxes/metabox-functions.php:244 -#: sites/classes/class-site.php:351 -#: spacing/functions/customizer/content-spacing.php:11 -msgid "Content" -msgstr "Contenuto" - -#: backgrounds/functions/functions.php:833 -msgid "Sidebar" -msgstr "Sidebar" - -#: backgrounds/functions/functions.php:856 colors/functions/functions.php:775 -msgid "Sidebar Widgets" -msgstr "Widgets della Barra Laterale" - -#: backgrounds/functions/functions.php:917 colors/functions/functions.php:1102 -#: disable-elements/functions/functions.php:161 -#: disable-elements/functions/functions.php:163 -#: disable-elements/functions/functions.php:323 -#: disable-elements/functions/functions.php:325 -#: spacing/functions/customizer/footer-spacing.php:12 -#: typography/functions/functions.php:1871 -msgid "Footer" -msgstr "Piè di Pagina (Footer)" - -#: backgrounds/functions/functions.php:941 -msgid "Footer Widget Area" -msgstr "Widgets nel pié di pagina" - -#: backgrounds/functions/functions.php:1016 -msgid "Footer Area" -msgstr "Area Footer" - -#: backgrounds/functions/secondary-nav-backgrounds.php:39 -#: colors/functions/secondary-nav-colors.php:50 -#: disable-elements/functions/functions.php:145 -#: disable-elements/functions/functions.php:147 -#: disable-elements/functions/functions.php:307 -#: disable-elements/functions/functions.php:309 -#: secondary-nav/functions/functions.php:153 -#: secondary-nav/functions/functions.php:162 -#: typography/functions/secondary-nav-fonts.php:48 -msgid "Secondary Navigation" -msgstr "Navigazione secondaria" - -#: backgrounds/functions/secondary-nav-backgrounds.php:247 -msgid "Secondary Sub-Navigation" -msgstr "Sotto-Menu Secondario" - -#: blog/functions/customizer.php:35 -msgid "Blog" -msgstr "Blog" - -#: blog/functions/customizer.php:63 blog/functions/customizer.php:439 -msgid "Archives" -msgstr "" - -#: blog/functions/customizer.php:64 -msgid "Single" -msgstr "" - -#: blog/functions/customizer.php:76 -msgid "Content type" -msgstr "" - -#: blog/functions/customizer.php:79 secondary-nav/functions/functions.php:206 -#: secondary-nav/functions/functions.php:232 -msgid "Full" -msgstr "" - -#: blog/functions/customizer.php:80 -msgid "Excerpt" -msgstr "" - -#: blog/functions/customizer.php:99 -msgid "Excerpt word count" -msgstr "" - -#: blog/functions/customizer.php:119 -msgid "Read more label" -msgstr "Etichetta Pulsante Leggi Tutto" - -#: blog/functions/customizer.php:139 -msgid "Display read more as button" -msgstr "" - -#: blog/functions/customizer.php:159 blog/functions/customizer.php:337 -msgid "Display post date" -msgstr "" - -#: blog/functions/customizer.php:179 blog/functions/customizer.php:356 -msgid "Display post author" -msgstr "" - -#: blog/functions/customizer.php:199 blog/functions/customizer.php:375 -msgid "Display post categories" -msgstr "" - -#: blog/functions/customizer.php:219 blog/functions/customizer.php:394 -msgid "Display post tags" -msgstr "" - -#: blog/functions/customizer.php:239 -msgid "Display comment count" -msgstr "" - -#: blog/functions/customizer.php:259 -msgid "Use infinite scroll" -msgstr "" - -#: blog/functions/customizer.php:279 -msgid "Use button to load more posts" -msgstr "" - -#: blog/functions/customizer.php:298 -msgid "Load more label" -msgstr "" - -#: blog/functions/customizer.php:317 -msgid "Loading label" -msgstr "" - -#: blog/functions/customizer.php:413 -msgid "Display post navigation" -msgstr "" - -#: blog/functions/customizer.php:426 -msgid "Featured Images" -msgstr "" - -#: blog/functions/customizer.php:440 -msgid "Posts" -msgstr "" - -#: blog/functions/customizer.php:441 -msgid "Pages" -msgstr "" - -#: blog/functions/customizer.php:462 blog/functions/customizer.php:625 -#: blog/functions/customizer.php:789 -msgid "Display featured images" -msgstr "" - -#: blog/functions/customizer.php:482 blog/functions/customizer.php:645 -#: blog/functions/customizer.php:809 -msgid "Display padding around images" -msgstr "" - -#: blog/functions/customizer.php:503 blog/functions/customizer.php:666 -#: blog/functions/customizer.php:830 -msgid "Location" -msgstr "" - -#: blog/functions/customizer.php:506 blog/functions/customizer.php:669 -#: blog/functions/customizer.php:833 -msgid "Below Title" -msgstr "" - -#: blog/functions/customizer.php:507 blog/functions/customizer.php:670 -#: blog/functions/customizer.php:834 -msgid "Above Title" -msgstr "" - -#: blog/functions/customizer.php:528 blog/functions/customizer.php:692 -#: blog/functions/customizer.php:856 -msgid "Alignment" -msgstr "" - -#: blog/functions/customizer.php:531 blog/functions/customizer.php:695 -#: blog/functions/customizer.php:859 page-header/functions/metabox.php:336 -#: secondary-nav/functions/functions.php:259 -#: woocommerce/functions/customizer/customizer.php:243 -#: woocommerce/functions/customizer/customizer.php:286 -msgid "Center" -msgstr "Centro" - -#: blog/functions/customizer.php:532 blog/functions/customizer.php:696 -#: blog/functions/customizer.php:860 -#: library/customizer/controls/class-spacing-control.php:26 -#: menu-plus/functions/generate-menu-plus.php:445 -#: page-header/functions/metabox.php:335 -#: secondary-nav/functions/functions.php:258 -#: woocommerce/functions/customizer/customizer.php:242 -#: woocommerce/functions/customizer/customizer.php:285 -msgid "Left" -msgstr "Sinistra" - -#: blog/functions/customizer.php:533 blog/functions/customizer.php:697 -#: blog/functions/customizer.php:861 -#: library/customizer/controls/class-spacing-control.php:24 -#: menu-plus/functions/generate-menu-plus.php:446 -#: page-header/functions/metabox.php:337 -#: secondary-nav/functions/functions.php:260 -#: woocommerce/functions/customizer/customizer.php:244 -#: woocommerce/functions/customizer/customizer.php:287 -msgid "Right" -msgstr "Destra" - -#: blog/functions/customizer.php:555 blog/functions/customizer.php:719 -#: blog/functions/customizer.php:883 -msgid "Width" -msgstr "" - -#: blog/functions/customizer.php:559 blog/functions/customizer.php:586 -#: blog/functions/customizer.php:723 blog/functions/customizer.php:750 -#: blog/functions/customizer.php:887 blog/functions/customizer.php:914 -msgid "Auto" -msgstr "Automatico" - -#: blog/functions/customizer.php:582 blog/functions/customizer.php:746 -#: blog/functions/customizer.php:910 -msgid "Height" -msgstr "Altezza" - -#: blog/functions/customizer.php:601 blog/functions/customizer.php:765 -#: blog/functions/customizer.php:929 -msgid "Apply sizes" -msgstr "" - -#: blog/functions/customizer.php:671 blog/functions/customizer.php:835 -#: page-header/functions/functions.php:811 -#: page-header/functions/functions.php:836 -msgid "Above Content Area" -msgstr "Sopra il contenuto" - -#: blog/functions/customizer.php:943 blog/functions/customizer.php:983 -msgid "Columns" -msgstr "Colonne" - -#: blog/functions/customizer.php:963 -msgid "Display posts in columns" -msgstr "" - -#: blog/functions/customizer.php:1010 -msgid "Make first post featured" -msgstr "" - -#: blog/functions/customizer.php:1031 -msgid "Display posts in masonry grid" -msgstr "" - -#: blog/functions/defaults.php:13 blog/functions/migrate.php:22 -msgid "Read more" -msgstr "" - -#: blog/functions/defaults.php:16 blog/functions/migrate.php:26 -msgid "+ More" -msgstr "+ Altro" - -#: blog/functions/defaults.php:17 blog/functions/migrate.php:27 -msgid "Loading..." -msgstr "Caricamento..." - -#: colors/functions/functions.php:46 -#: sections/functions/metaboxes/views/sections-template.php:211 -msgid "Colors" -msgstr "Colori" - -#: colors/functions/functions.php:79 colors/functions/functions.php:166 -#: colors/functions/functions.php:276 colors/functions/functions.php:411 -#: colors/functions/functions.php:541 colors/functions/functions.php:644 -#: colors/functions/functions.php:798 colors/functions/functions.php:886 -#: colors/functions/functions.php:1125 colors/functions/functions.php:1209 -#: colors/functions/secondary-nav-colors.php:86 -#: colors/functions/secondary-nav-colors.php:240 -#: colors/functions/slideout-nav-colors.php:82 -#: colors/functions/slideout-nav-colors.php:236 -#: sections/functions/metaboxes/views/sections-template.php:236 -msgid "Background" -msgstr "Sfondo" - -#: colors/functions/functions.php:95 colors/functions/functions.php:181 -#: colors/functions/functions.php:340 colors/functions/functions.php:475 -#: colors/functions/functions.php:564 colors/functions/functions.php:658 -#: colors/functions/functions.php:812 colors/functions/functions.php:900 -#: colors/functions/functions.php:1139 colors/functions/functions.php:1232 -#: colors/functions/secondary-nav-colors.php:110 -#: colors/functions/secondary-nav-colors.php:264 -#: colors/functions/slideout-nav-colors.php:106 -#: colors/functions/slideout-nav-colors.php:260 -msgid "Text" -msgstr "Testo" - -#: colors/functions/functions.php:101 colors/functions/functions.php:187 -#: colors/functions/functions.php:664 colors/functions/functions.php:818 -#: colors/functions/functions.php:906 colors/functions/functions.php:1145 -msgid "Link" -msgstr "Colore dei Link" - -#: colors/functions/functions.php:107 colors/functions/functions.php:193 -#: colors/functions/functions.php:670 colors/functions/functions.php:824 -#: colors/functions/functions.php:912 colors/functions/functions.php:1151 -msgid "Link Hover" -msgstr "Link in modalità :hover" - -#: colors/functions/functions.php:199 page-header/functions/metabox.php:512 -#: typography/functions/functions.php:424 -msgid "Site Title" -msgstr "Titolo del sito" - -#: colors/functions/functions.php:205 -msgid "Tagline" -msgstr "Slogan (Tagline)" - -#: colors/functions/functions.php:253 -#: colors/functions/secondary-nav-colors.php:64 -#: colors/functions/slideout-nav-colors.php:60 -#, fuzzy -#| msgid "Primary Menu Items" -msgid "Parent Items" -msgstr "Voci del menu principale" - -#: colors/functions/functions.php:301 colors/functions/functions.php:436 -#: colors/functions/functions.php:587 colors/functions/functions.php:1254 -#: colors/functions/secondary-nav-colors.php:133 -#: colors/functions/secondary-nav-colors.php:287 -#: colors/functions/slideout-nav-colors.php:129 -#: colors/functions/slideout-nav-colors.php:283 -msgid "Background Hover" -msgstr "Colore di sfondo al passaggio del mouse" - -#: colors/functions/functions.php:326 colors/functions/functions.php:461 -#: colors/functions/secondary-nav-colors.php:180 -#: colors/functions/secondary-nav-colors.php:334 -#: colors/functions/slideout-nav-colors.php:176 -#: colors/functions/slideout-nav-colors.php:330 -msgid "Background Current" -msgstr "Sfondo dalla pagina corrente" - -#: colors/functions/functions.php:346 colors/functions/functions.php:481 -#: colors/functions/functions.php:610 colors/functions/functions.php:1277 -#: colors/functions/secondary-nav-colors.php:157 -#: colors/functions/secondary-nav-colors.php:311 -#: colors/functions/slideout-nav-colors.php:153 -#: colors/functions/slideout-nav-colors.php:307 -msgid "Text Hover" -msgstr "Testo al passaggio del mouse" - -#: colors/functions/functions.php:352 colors/functions/functions.php:487 -#: colors/functions/secondary-nav-colors.php:204 -#: colors/functions/secondary-nav-colors.php:358 -#: colors/functions/slideout-nav-colors.php:200 -#: colors/functions/slideout-nav-colors.php:354 -msgid "Text Current" -msgstr "Testo per la Pagina Corrente" - -#: colors/functions/functions.php:388 -#: colors/functions/secondary-nav-colors.php:218 -#: colors/functions/slideout-nav-colors.php:214 -#, fuzzy -#| msgid "Sub-Menu Item Height" -msgid "Sub-Menu Items" -msgstr "Altezza Voci Sotto-Menu" - -#: colors/functions/functions.php:518 typography/functions/functions.php:732 -msgid "Buttons" -msgstr "" - -#: colors/functions/functions.php:676 -#: disable-elements/functions/functions.php:156 -#: disable-elements/functions/functions.php:158 -#: disable-elements/functions/functions.php:318 -#: disable-elements/functions/functions.php:320 -msgid "Content Title" -msgstr "Titolo Contenuto" - -#: colors/functions/functions.php:682 -msgid "Blog Post Title" -msgstr "Titolo del Post del Blog" - -#: colors/functions/functions.php:688 -msgid "Blog Post Title Hover" -msgstr "Titolo del Post in modalità :hover" - -#: colors/functions/functions.php:694 -msgid "Entry Meta Text" -msgstr "Meta text" - -#: colors/functions/functions.php:700 -msgid "Entry Meta Links" -msgstr "Meta links" - -#: colors/functions/functions.php:706 -msgid "Entry Meta Links Hover" -msgstr "Meta links in modalità :hover" - -#: colors/functions/functions.php:712 -msgid "Heading 1 (H1) Color" -msgstr "Colore dei Titoli H1" - -#: colors/functions/functions.php:718 -msgid "Heading 2 (H2) Color" -msgstr "Colore dei Titoli H2" - -#: colors/functions/functions.php:724 -msgid "Heading 3 (H3) Color" -msgstr "Colore dei Titoli H3" - -#: colors/functions/functions.php:732 -msgid "Heading 4 (H4) Color" -msgstr "" - -#: colors/functions/functions.php:741 -msgid "Heading 5 (H5) Color" -msgstr "" - -#: colors/functions/functions.php:830 colors/functions/functions.php:918 -msgid "Widget Title" -msgstr "Titolo del Widget" - -#: colors/functions/functions.php:863 -msgid "Footer Widgets" -msgstr "Widgets Footer" - -#: colors/functions/functions.php:951 -msgid "Forms" -msgstr "Moduli" - -#: colors/functions/functions.php:974 -msgid "Form Background" -msgstr "Sfondo dei moduli (form)" - -#: colors/functions/functions.php:999 -msgid "Form Background Focus" -msgstr "" - -#: colors/functions/functions.php:1024 -msgid "Form Border" -msgstr "Bordo dei moduli" - -#: colors/functions/functions.php:1049 -msgid "Form Border Focus" -msgstr "" - -#: colors/functions/functions.php:1063 -msgid "Form Text" -msgstr "Testo del Modulo" - -#: colors/functions/functions.php:1069 -msgid "Form Text Focus" -msgstr "" - -#: colors/functions/functions.php:1188 -msgid "Back to Top Button" -msgstr "" - -#: colors/functions/slideout-nav-colors.php:46 -#: menu-plus/functions/generate-menu-plus.php:14 -#: menu-plus/functions/generate-menu-plus.php:396 -#: menu-plus/functions/generate-menu-plus.php:417 -#: menu-plus/functions/generate-menu-plus.php:726 -#: typography/functions/slideout-nav-fonts.php:38 -msgid "Slideout Navigation" -msgstr "Navigazione Slideout" - -#: colors/functions/woocommerce-colors.php:51 -msgid "Product Title" -msgstr "" - -#: colors/functions/woocommerce-colors.php:73 -msgid "Product Title Hover" -msgstr "" - -#: colors/functions/woocommerce-colors.php:96 -msgid "Alt Button Background" -msgstr "" - -#: colors/functions/woocommerce-colors.php:120 -msgid "Alt Button Background Hover" -msgstr "" - -#: colors/functions/woocommerce-colors.php:143 -msgid "Alt Button Text" -msgstr "" - -#: colors/functions/woocommerce-colors.php:166 -msgid "Alt Button Text Hover" -msgstr "" - -#: colors/functions/woocommerce-colors.php:189 -msgid "Star Ratings" -msgstr "" - -#: colors/functions/woocommerce-colors.php:213 -msgid "Sale Sticker Background" -msgstr "" - -#: colors/functions/woocommerce-colors.php:236 -msgid "Sale Sticker Text" -msgstr "" - -#: colors/functions/woocommerce-colors.php:258 -msgid "Price" -msgstr "" - -#: colors/functions/woocommerce-colors.php:280 -msgid "Product Tab Text" -msgstr "" - -#: colors/functions/woocommerce-colors.php:302 -msgid "Product Tab Active" -msgstr "" - -#: colors/functions/woocommerce-colors.php:325 -msgid "Success Message Background" -msgstr "" - -#: colors/functions/woocommerce-colors.php:348 -msgid "Success Message Text" -msgstr "" - -#: colors/functions/woocommerce-colors.php:371 -msgid "Info Message Background" -msgstr "" - -#: colors/functions/woocommerce-colors.php:394 -msgid "Info Message Text" -msgstr "" - -#: colors/functions/woocommerce-colors.php:417 -msgid "Error Message Background" -msgstr "" - -#: colors/functions/woocommerce-colors.php:440 -msgid "Error Message Text" -msgstr "" - -#: copyright/functions/functions.php:37 -msgid "Copyright" -msgstr "Copyright" - -#: disable-elements/functions/functions.php:98 -msgid "Disable Elements" -msgstr "Disabilita Elementi" - -#: disable-elements/functions/functions.php:151 -#: disable-elements/functions/functions.php:153 -#: disable-elements/functions/functions.php:313 -#: disable-elements/functions/functions.php:315 -msgid "Featured Image / Page Header" -msgstr "" - -#: general/smooth-scroll.php:85 -msgid "Smooth scroll" -msgstr "" - -#: general/smooth-scroll.php:86 -msgid "" -"Initiate smooth scroll on anchor links using the smooth-scroll " -"class." -msgstr "" - -#: gp-premium.php:220 -msgid "GeneratePress has an update available." -msgstr "" - -#: gp-premium.php:222 -msgid "Update now." -msgstr "" - -#: gp-premium.php:234 -msgid "GP Premium requires GeneratePress to be your active theme." -msgstr "" - -#: gp-premium.php:235 -msgid "Install now." -msgstr "" - -#: gp-premium.php:250 -msgid "Configure" -msgstr "" - -#: hooks/functions/functions.php:69 -msgid "" -"DISALLOW_FILE_EDIT is defined. You should also disallow PHP execution in GP " -"Hooks." -msgstr "" - -#: hooks/functions/functions.php:70 -msgid "Learn how" -msgstr "" - -#: hooks/functions/functions.php:124 hooks/functions/functions.php:144 -#: hooks/functions/functions.php:395 -msgid "GP Hooks" -msgstr "GP Hook" - -#: hooks/functions/functions.php:160 -msgid "wp_head" -msgstr "wp_head" - -#: hooks/functions/functions.php:166 -msgid "Before Header" -msgstr "Prima della intestazione" - -#: hooks/functions/functions.php:172 -msgid "Before Header Content" -msgstr "Prima del Contenuto dell'Intestazione" - -#: hooks/functions/functions.php:178 -msgid "After Header Content" -msgstr "Dopo il contenuto dell'intestazione" - -#: hooks/functions/functions.php:184 -msgid "After Header" -msgstr "Dopo l’intestazione" - -#: hooks/functions/functions.php:190 -msgid "Inside Content Container" -msgstr "All'Interno del Contenitore del Contenuto" - -#: hooks/functions/functions.php:196 -msgid "Before Content" -msgstr "Prima del Contenuto" - -#: hooks/functions/functions.php:202 -msgid "After Entry Title" -msgstr "Dopo il titolo dell'Articolo (Entry)" - -#: hooks/functions/functions.php:208 -msgid "After Content" -msgstr "Dopo il Contenuto" - -#: hooks/functions/functions.php:214 -msgid "Before Right Sidebar Content" -msgstr "Prima del Contenuto della Barra laterale Destra" - -#: hooks/functions/functions.php:220 -msgid "After Right Sidebar Content" -msgstr "Dopo il contenuto della barra laterale Destra" - -#: hooks/functions/functions.php:226 -msgid "Before Left Sidebar Content" -msgstr "Prima del Contenuto della Barra laterale Sinistra" - -#: hooks/functions/functions.php:232 -msgid "After Left Sidebar Content" -msgstr "Dopo il contenuto della barra laterale Sinistra" - -#: hooks/functions/functions.php:238 -msgid "Before Footer" -msgstr "Prima del pié di pagina (Footer)" - -#: hooks/functions/functions.php:244 -msgid "After Footer Widgets" -msgstr "Dopo i Widgets del pié di pagina (Footer)" - -#: hooks/functions/functions.php:250 -msgid "Before Footer Content" -msgstr "Prima del Contenuto del pié di pagina (footer)" - -#: hooks/functions/functions.php:256 -msgid "After Footer Content" -msgstr "Dopo il Contenuto del pié di pagina (Footer)" - -#: hooks/functions/functions.php:262 -msgid "wp_footer" -msgstr "wp_footer" - -#: hooks/functions/functions.php:347 -msgid "Execute PHP" -msgstr "Eseguire PHP" - -#: hooks/functions/functions.php:349 -msgid "Disable Hook" -msgstr "Disabilita hook" - -#: hooks/functions/functions.php:397 -msgid "" -"Use these fields to insert anything you like throughout GeneratePress. " -"Shortcodes are allowed, and you can even use PHP if you check the Execute " -"PHP checkboxes." -msgstr "" -"Utilizza questi campi per espandere e inserire qualsiasi contenuto " -"all'interno di GeneratePress. Puoi utilizzare Shortcodes così come eseguire " -"del codice PHP se spunti l'apposita casella." - -#: hooks/functions/functions.php:399 -msgid "Show all" -msgstr "Mostra tutto" - -#: hooks/functions/functions.php:410 -msgid "Save Hooks" -msgstr "Salva i Hooks" - -#: hooks/functions/functions.php:482 -msgid "Hooks saved." -msgstr "Hooks salvati" - -#: import-export/functions/functions.php:11 -msgid "Export" -msgstr "" - -#: import-export/functions/functions.php:14 library/reset.php:12 -#: page-header/functions/metabox.php:196 -msgid "Advanced" -msgstr "Avanzato" - -#: import-export/functions/functions.php:16 library/reset.php:14 -msgctxt "Module name" -msgid "Core" -msgstr "" - -#: import-export/functions/functions.php:19 library/reset.php:17 -#, fuzzy -#| msgid "Background" -msgctxt "Module name" -msgid "Backgrounds" -msgstr "Sfondo" - -#: import-export/functions/functions.php:23 library/reset.php:21 -#, fuzzy -#| msgid "Blog" -msgctxt "Module name" -msgid "Blog" -msgstr "Blog" - -#: import-export/functions/functions.php:27 library/reset.php:25 -#, fuzzy -#| msgid "GP Hooks" -msgctxt "Module name" -msgid "Hooks" -msgstr "GP Hook" - -#: import-export/functions/functions.php:31 library/reset.php:29 -#, fuzzy -#| msgid "Page Header" -msgctxt "Module name" -msgid "Page Header" -msgstr "Testata della pagina" - -#: import-export/functions/functions.php:35 library/reset.php:33 -#, fuzzy -#| msgid "Secondary Navigation" -msgctxt "Module name" -msgid "Secondary Navigation" -msgstr "Navigazione secondaria" - -#: import-export/functions/functions.php:39 library/reset.php:37 -#, fuzzy -#| msgid "Spacing" -msgctxt "Module name" -msgid "Spacing" -msgstr "Spaziatura" - -#: import-export/functions/functions.php:43 library/reset.php:41 -#, fuzzy -#| msgid "Menu Plus" -msgctxt "Module name" -msgid "Menu Plus" -msgstr "Menu Plus" - -#: import-export/functions/functions.php:47 library/reset.php:45 -msgctxt "Module name" -msgid "WooCommerce" -msgstr "" - -#: import-export/functions/functions.php:51 library/reset.php:49 -#, fuzzy -#| msgid "Copyright" -msgctxt "Module name" -msgid "Copyright" -msgstr "Copyright" - -#: import-export/functions/functions.php:56 -msgctxt "Module name" -msgid "GeneratePress Site" -msgstr "" - -#: import-export/functions/functions.php:63 -msgid "Export Settings" -msgstr "" - -#: import-export/functions/functions.php:77 -msgid "Import" -msgstr "" - -#: import-export/functions/functions.php:86 -msgid "Import Settings" -msgstr "Importa Impostazioni" - -#: import-export/functions/functions.php:214 -msgid "Please upload a valid .json file" -msgstr "Carica un file .json valido" - -#: import-export/functions/functions.php:220 -msgid "Please upload a file to import" -msgstr "Carica un file da importare" - -#: inc/EDD_SL_Plugin_Updater.php:201 -#, php-format -msgid "" -"There is a new version of %1$s available. %2$sView version %3$s details%4$s." -msgstr "" -"C'è una nuova versione disponibile di %1$s, %2$sVedi dettagli %3$s versione " -"%4$s." - -#: inc/EDD_SL_Plugin_Updater.php:209 -#, php-format -msgid "" -"There is a new version of %1$s available. %2$sView version %3$s details%4$s " -"or %5$supdate now%6$s." -msgstr "" -"C'è una nuova versione di %1$s disponibile. %2$sVisualizza versione%3$s " -"dettagli%4$s o %5$saggiorna ora%6$s." - -#: inc/EDD_SL_Plugin_Updater.php:399 -msgid "You do not have permission to install plugin updates" -msgstr "Non hai il permesso di installare gli aggiornamenti dei plugin" - -#: inc/EDD_SL_Plugin_Updater.php:399 -msgid "Error" -msgstr "Errore" - -#: inc/activation.php:14 -msgid "Add-on deactivated." -msgstr "Add-on disattivato." - -#: inc/activation.php:18 -msgid "Add-on activated." -msgstr "Add-on attivato." - -#. Plugin Name of the plugin/theme -#: inc/activation.php:59 -msgid "GP Premium" -msgstr "GP Premium" - -#: inc/activation.php:67 -msgid "Bulk Actions" -msgstr "Azione di massa" - -#: inc/activation.php:68 inc/activation.php:105 -msgid "Activate" -msgstr "Attiva" - -#: inc/activation.php:69 inc/activation.php:89 -msgid "Deactivate" -msgstr "Disattiva" - -#: inc/activation.php:72 -#: sections/functions/metaboxes/views/sections-template.php:80 -msgid "Apply" -msgstr "Applica" - -#: inc/activation.php:102 -msgid "WooCommerce not activated." -msgstr "" - -#: inc/activation.php:430 -msgid "Enter valid license key for automatic updates." -msgstr "Inserisci chiave di licenza valida per gli aggiornamenti automatici." - -#: inc/dashboard.php:16 -msgid "Modules" -msgstr "" - -#: inc/verify.php:74 -msgid "License deactivated." -msgstr "Licenza disattivata." - -#: inc/verify.php:78 -msgid "License activated." -msgstr "Licenza attivata." - -#: inc/verify.php:110 -msgid "Updates" -msgstr "" - -#: inc/verify.php:110 -msgid "Help" -msgstr "Aiuto" - -#: inc/verify.php:126 -msgid "Receiving updates" -msgstr "" - -#: inc/verify.php:128 -msgid "Not receiving updates" -msgstr "" - -#: inc/verify.php:134 -msgid "License Key" -msgstr "Chiave Licenza" - -#: inc/verify.php:139 -msgid "Update" -msgstr "Aggiorna" - -#: inc/verify.php:224 -#, php-format -msgid "Your license key expired on %s." -msgstr "La licenza è scaduta il %s." - -#: inc/verify.php:231 -msgid "Your license key has been disabled." -msgstr "La chiave di licenza è stato disattivata." - -#: inc/verify.php:236 -msgid "Invalid license." -msgstr "Licenza non valida." - -#: inc/verify.php:242 -msgid "Your license is not active for this URL." -msgstr "La licenza non è attivo per questo URL." - -#: inc/verify.php:247 -#, php-format -msgid "This appears to be an invalid license key for %s." -msgstr "Questo sembra essere una chiave di licenza non valida per %s." - -#: inc/verify.php:252 -msgid "Your license key has reached its activation limit." -msgstr "La chiave di licenza ha raggiunto il limite di attivazione." - -#: inc/verify.php:257 -msgid "An error occurred, please try again." -msgstr "Si è verificato un errore, riprova tra poco." - -#: library/batch-processing/wp-background-process.php:425 -#, php-format -msgid "Every %d Minutes" -msgstr "" - -#: library/customizer/controls/class-backgrounds-control.php:18 -msgid "left top, x% y%, xpos ypos (px)" -msgstr "" - -#: library/customizer/controls/class-backgrounds-control.php:19 -msgid "Position" -msgstr "Posizione" - -#: library/customizer/controls/class-backgrounds-control.php:130 -msgid "Size (Auto)" -msgstr "Dimensioni (Auto)" - -#: library/customizer/controls/class-backgrounds-control.php:131 -msgid "100% Width" -msgstr "Larghezza 100% :" - -#: library/customizer/controls/class-backgrounds-control.php:132 -msgid "Cover" -msgstr "Copertina" - -#: library/customizer/controls/class-backgrounds-control.php:133 -msgid "Contain" -msgstr "Contiene" - -#: library/customizer/controls/class-backgrounds-control.php:139 -msgid "Attachment" -msgstr "Allegato" - -#: library/customizer/controls/class-backgrounds-control.php:140 -msgid "Fixed" -msgstr "Fisso" - -#: library/customizer/controls/class-backgrounds-control.php:141 -msgid "Local" -msgstr "Locale" - -#: library/customizer/controls/class-backgrounds-control.php:142 -#: woocommerce/functions/customizer/customizer.php:550 -msgid "Inherit" -msgstr "Eredita" - -#: library/customizer/controls/class-copyright-control.php:25 -msgid "%current_year% to update year automatically." -msgstr "%current_year% per l'aggiornamento automatico anno." - -#: library/customizer/controls/class-copyright-control.php:26 -msgid "%copy% to include the copyright symbol." -msgstr "%copy% per includere il simbolo di copyright." - -#: library/customizer/controls/class-copyright-control.php:27 -msgid "HTML is allowed." -msgstr "HTML consentito" - -#: library/customizer/controls/class-copyright-control.php:28 -msgid "Shortcodes are allowed." -msgstr "Puoi utilizzare i Shortcodes" - -#: library/customizer/controls/class-range-slider-control.php:42 -msgid "Desktop" -msgstr "" - -#: library/customizer/controls/class-range-slider-control.php:43 -msgid "Tablet" -msgstr "" - -#: library/customizer/controls/class-range-slider-control.php:44 -msgid "Mobile" -msgstr "Mobile" - -#: library/customizer/controls/class-range-slider-control.php:45 -#: library/reset.php:9 -msgid "Reset" -msgstr "" - -#: library/customizer/controls/class-spacing-control.php:23 -msgid "Top" -msgstr "Sopra" - -#: library/customizer/controls/class-spacing-control.php:25 -msgid "Bottom" -msgstr "In Basso" - -#: library/customizer/controls/class-spacing-control.php:48 -msgid "Link values" -msgstr "" - -#: library/customizer/controls/class-spacing-control.php:49 -msgid "Un-link values" -msgstr "" - -#: library/customizer/controls/class-typography-control.php:25 -msgid "System Fonts" -msgstr "" - -#: library/customizer/controls/class-typography-control.php:26 -msgid "Google Fonts" -msgstr "" - -#: library/customizer/controls/class-typography-control.php:29 -msgid "Font family" -msgstr "Famiglia carattere" - -#: library/customizer/controls/class-typography-control.php:30 -msgid "Font weight" -msgstr "Corpo Carattere " - -#: library/customizer/controls/class-typography-control.php:31 -msgid "Text transform" -msgstr "Trasformazione del testo" - -#: library/customizer/controls/class-typography-control.php:33 -msgid "Variants" -msgstr "" - -#: library/customizer/controls/class-typography-control.php:162 -msgid "normal" -msgstr "" - -#: library/customizer/controls/class-typography-control.php:163 -msgid "bold" -msgstr "" - -#: library/customizer/controls/class-typography-control.php:178 -msgid "none" -msgstr "" - -#: library/customizer/controls/class-typography-control.php:179 -msgid "capitalize" -msgstr "" - -#: library/customizer/controls/class-typography-control.php:180 -msgid "uppercase" -msgstr "" - -#: library/customizer/controls/class-typography-control.php:181 -msgid "lowercase" -msgstr "" - -#: library/reset.php:55 -msgid "Warning: This will delete your settings and can not be undone." -msgstr "" - -#: library/reset.php:58 -msgid "Reset Settings" -msgstr "" - -#: menu-plus/functions/generate-menu-plus.php:25 -#: menu-plus/functions/generate-menu-plus.php:632 -msgid "Menu" -msgstr "Menu" - -#: menu-plus/functions/generate-menu-plus.php:101 -msgid "Menu Plus" -msgstr "Menu Plus" - -#: menu-plus/functions/generate-menu-plus.php:126 -msgid "General Settings" -msgstr "Impostazioni Generali" - -#: menu-plus/functions/generate-menu-plus.php:144 -#: secondary-nav/functions/functions.php:181 -msgid "Mobile Menu Label" -msgstr "Etichetta del Menu Mobile" - -#: menu-plus/functions/generate-menu-plus.php:154 -#: menu-plus/functions/generate-menu-plus.php:175 -msgid "Sticky Navigation" -msgstr "Menu sticky" - -#: menu-plus/functions/generate-menu-plus.php:178 -#: menu-plus/functions/generate-menu-plus.php:420 -msgid "Mobile only" -msgstr "Solo per dispositivi mobili" - -#: menu-plus/functions/generate-menu-plus.php:179 -#: menu-plus/functions/generate-menu-plus.php:421 -msgid "Desktop only" -msgstr "Solo Desktop" - -#: menu-plus/functions/generate-menu-plus.php:180 -#: menu-plus/functions/generate-menu-plus.php:317 -#: menu-plus/functions/generate-menu-plus.php:363 -#: menu-plus/functions/generate-menu-plus.php:422 -msgid "On" -msgstr "" - -#: menu-plus/functions/generate-menu-plus.php:181 -#: menu-plus/functions/generate-menu-plus.php:316 -#: menu-plus/functions/generate-menu-plus.php:364 -#: menu-plus/functions/generate-menu-plus.php:423 -msgid "Off" -msgstr "" - -#: menu-plus/functions/generate-menu-plus.php:202 -#, fuzzy -#| msgid "Position" -msgid "Transition" -msgstr "Posizione" - -#: menu-plus/functions/generate-menu-plus.php:205 -msgid "Fade" -msgstr "Sfuma" - -#: menu-plus/functions/generate-menu-plus.php:206 -msgid "Slide" -msgstr "Slide" - -#: menu-plus/functions/generate-menu-plus.php:207 -msgid "None" -msgstr "Nessuno" - -#: menu-plus/functions/generate-menu-plus.php:229 -#: menu-plus/functions/generate-menu-plus.php:385 -msgid "Hide when scrolling down" -msgstr "" - -#: menu-plus/functions/generate-menu-plus.php:252 -#: page-header/functions/metabox.php:477 -msgid "Navigation Logo" -msgstr "Logo Navigazione" - -#: menu-plus/functions/generate-menu-plus.php:274 -msgid "Navigation Logo Placement" -msgstr "" - -#: menu-plus/functions/generate-menu-plus.php:277 -#: menu-plus/functions/generate-menu-plus.php:360 -msgid "Sticky" -msgstr "Sticky" - -#: menu-plus/functions/generate-menu-plus.php:278 -msgid "Sticky + Static" -msgstr "Sticky + Statico" - -#: menu-plus/functions/generate-menu-plus.php:279 -msgid "Static" -msgstr "Statico" - -#: menu-plus/functions/generate-menu-plus.php:292 -#: menu-plus/functions/generate-menu-plus.php:313 -msgid "Mobile Header" -msgstr "Header Mobile" - -#: menu-plus/functions/generate-menu-plus.php:338 -#: page-header/functions/metabox.php:191 -msgid "Logo" -msgstr "Logo" - -#: menu-plus/functions/generate-menu-plus.php:442 -#, fuzzy -#| msgid "Sidebar" -msgid "Side" -msgstr "Sidebar" - -#: menu-plus/functions/generate-menu-plus.php:693 -#: sections/functions/metaboxes/views/sections-template.php:69 -#: sites/classes/class-site.php:161 sites/classes/class-site.php:477 -msgid "Close" -msgstr "Chiudi" - -#: page-header/functions/functions.php:784 page-header/functions/metabox.php:37 -#: page-header/functions/metabox.php:57 page-header/functions/metabox.php:763 -#: page-header/functions/post-type.php:15 -#: page-header/functions/post-type.php:29 -#: page-header/functions/post-type.php:79 -#: page-header/functions/post-type.php:112 -msgid "Page Header" -msgstr "Testata della pagina" - -#: page-header/functions/functions.php:808 -msgid "Page Header Location" -msgstr "" - -#: page-header/functions/functions.php:812 -#: page-header/functions/functions.php:837 -msgid "Inside Content Area" -msgstr "All'interno del contenuto" - -#: page-header/functions/functions.php:833 -msgid "Single Post Header Location" -msgstr "" - -#: page-header/functions/functions.php:838 -msgid "Below Post Title" -msgstr "Sotto il titolo dell'articolo" - -#: page-header/functions/functions.php:839 -msgid "Hide" -msgstr "Nascondi" - -#: page-header/functions/functions.php:1078 -#, php-format -msgid "View all posts by %s" -msgstr "" - -#: page-header/functions/global-locations.php:24 -#: page-header/functions/global-locations.php:25 -#: page-header/functions/global-locations.php:40 -msgid "Global Locations" -msgstr "" - -#: page-header/functions/global-locations.php:72 -msgid "Posts Page (blog)" -msgstr "" - -#: page-header/functions/global-locations.php:81 -msgid "Search Results" -msgstr "" - -#: page-header/functions/global-locations.php:90 -msgid "404 Template" -msgstr "" - -#: page-header/functions/global-locations.php:99 -msgid "Post Types - Single" -msgstr "" - -#: page-header/functions/global-locations.php:125 -msgid "Post Types - Archives" -msgstr "" - -#: page-header/functions/global-locations.php:147 -msgid "Taxonomies - Archives" -msgstr "" - -#: page-header/functions/metabox.php:139 page-header/functions/metabox.php:749 -#, php-format -msgid "" -"No Page Headers found. Want to create " -"one?" -msgstr "" - -#: page-header/functions/metabox.php:158 -msgid "Content is required for the below settings to work." -msgstr "" - -#: page-header/functions/metabox.php:178 -msgid "Image" -msgstr "Immagine" - -#: page-header/functions/metabox.php:186 -msgid "Background Video" -msgstr "Video di sfondo" - -#: page-header/functions/metabox.php:202 -msgid "Add to excerpt" -msgstr "Aggiungere a estratto" - -#: page-header/functions/metabox.php:218 -msgid "" -"Currently using your featured image." -msgstr "" -"Stai utilizzando attualmente la tua Immagine di Anteprima ." - -#: page-header/functions/metabox.php:229 -msgid "Page Header Image" -msgstr "Immagine della Testata" - -#: page-header/functions/metabox.php:229 -msgid "Insert Image" -msgstr "Inserisci immagine" - -#: page-header/functions/metabox.php:230 -msgid "Choose Image" -msgstr "Scegli Immagine" - -#: page-header/functions/metabox.php:233 -msgid "Remove Image" -msgstr "Rimuovi Immagine" - -#: page-header/functions/metabox.php:238 -msgid "Or you can set the featured image." -msgstr "Oppure si può impostare l'immagine in evidenza ." - -#: page-header/functions/metabox.php:243 -msgid "Image Link" -msgstr "" - -#: page-header/functions/metabox.php:248 -msgid "Resize Image" -msgstr "" - -#: page-header/functions/metabox.php:250 -#: sections/functions/metaboxes/views/sections-template.php:250 -#: sections/functions/metaboxes/views/sections-template.php:258 -msgid "Disable" -msgstr "Disabilita" - -#: page-header/functions/metabox.php:251 -#: sections/functions/metaboxes/views/sections-template.php:251 -#: sections/functions/metaboxes/views/sections-template.php:259 -msgid "Enable" -msgstr "Abilita" - -#: page-header/functions/metabox.php:257 -msgid "Image Width" -msgstr "Larghezza immagine" - -#: page-header/functions/metabox.php:262 -msgid "Image Height" -msgstr "Altezza immagine" - -#: page-header/functions/metabox.php:265 -msgid "Use \"0\" or leave blank for proportional resizing." -msgstr "" -"Utilizzare \"0\" oppure lasciare vuoto per il ridimensionamento " -"proporzionale." - -#: page-header/functions/metabox.php:274 -msgid "HTML and shortcodes allowed." -msgstr "HTML e Shortcodes ammessi." - -#: page-header/functions/metabox.php:281 -msgid "Automatically add paragraphs" -msgstr "Aggiungi automaticamente paragrafi" - -#: page-header/functions/metabox.php:286 -msgid "Add Padding" -msgstr "Aggiunge spaziatura (padding)" - -#: page-header/functions/metabox.php:291 -msgid "Add Background Image" -msgstr "" - -#: page-header/functions/metabox.php:296 -msgid "Use background color as overlay" -msgstr "" - -#: page-header/functions/metabox.php:301 -#: sections/functions/metaboxes/views/sections-template.php:247 -msgid "Parallax Effect" -msgstr "Effetto Parallax" - -#: page-header/functions/metabox.php:306 -msgid "Fullscreen" -msgstr "Schermo intero" - -#: page-header/functions/metabox.php:311 -msgid "Vertical center content" -msgstr "Centra contenuti in verticale" - -#: page-header/functions/metabox.php:317 -msgid "Container" -msgstr "" - -#: page-header/functions/metabox.php:319 page-header/functions/metabox.php:327 -#: secondary-nav/functions/functions.php:207 -#: secondary-nav/functions/functions.php:233 -#: sections/functions/metaboxes/views/sections-template.php:167 -#: sections/functions/metaboxes/views/sections-template.php:175 -msgid "Contained" -msgstr "Contenuta" - -#: page-header/functions/metabox.php:320 page-header/functions/metabox.php:328 -#: sections/functions/metaboxes/views/sections-template.php:166 -#: sections/functions/metaboxes/views/sections-template.php:176 -msgid "Full Width" -msgstr "Larghezza piena" - -#: page-header/functions/metabox.php:325 -msgid "Inner Container" -msgstr "" - -#: page-header/functions/metabox.php:333 -#: woocommerce/functions/customizer/customizer.php:282 -msgid "Text Alignment" -msgstr "Allineamento del testo" - -#: page-header/functions/metabox.php:342 -msgid "Top & Bottom Padding" -msgstr "" - -#: page-header/functions/metabox.php:351 -msgid "Left & Right Padding" -msgstr "" - -#: page-header/functions/metabox.php:362 -#: sections/functions/metaboxes/views/sections-template.php:212 -msgid "Background Color" -msgstr "Colore dello sfondo" - -#: page-header/functions/metabox.php:367 -#: sections/functions/metaboxes/views/sections-template.php:217 -msgid "Text Color" -msgstr "Colore del testo" - -#: page-header/functions/metabox.php:372 -#: sections/functions/metaboxes/views/sections-template.php:223 -msgid "Link Color" -msgstr "Colore dei links" - -#: page-header/functions/metabox.php:377 -#: sections/functions/metaboxes/views/sections-template.php:229 -msgid "Link Color Hover" -msgstr "Colore dei link al passaggio del mouse" - -#: page-header/functions/metabox.php:388 -msgid "MP4 file" -msgstr "File MP4" - -#: page-header/functions/metabox.php:390 page-header/functions/metabox.php:398 -#: page-header/functions/metabox.php:406 -msgid "Page Header Video" -msgstr "Video Intestazione" - -#: page-header/functions/metabox.php:390 page-header/functions/metabox.php:398 -#: page-header/functions/metabox.php:406 -msgid "Insert Video" -msgstr "Inserisci video" - -#: page-header/functions/metabox.php:391 page-header/functions/metabox.php:399 -#: page-header/functions/metabox.php:407 -msgid "Choose Video" -msgstr "Scegli il video" - -#: page-header/functions/metabox.php:396 -msgid "OGV file" -msgstr "File OGV" - -#: page-header/functions/metabox.php:404 -msgid "WEBM file" -msgstr "File WEBM" - -#: page-header/functions/metabox.php:412 -msgid "Overlay Color" -msgstr "Colore Sovrapposizione" - -#: page-header/functions/metabox.php:428 -msgid "Overwrite your site-wide logo/header on this page." -msgstr "" -"Sovrascrivere il vostro logo / intestazione a livello di sito in questa " -"pagina." - -#: page-header/functions/metabox.php:438 -msgid "Header / Logo" -msgstr "Logo / Header" - -#: page-header/functions/metabox.php:438 page-header/functions/metabox.php:477 -msgid "Insert Logo" -msgstr "Inserire Logo" - -#: page-header/functions/metabox.php:439 page-header/functions/metabox.php:478 -msgid "Choose Logo" -msgstr "Scegli Logo" - -#: page-header/functions/metabox.php:450 page-header/functions/metabox.php:490 -msgid "Remove Logo" -msgstr "Rimuovi Logo" - -#: page-header/functions/metabox.php:467 -msgid "Overwrite your navigation logo on this page." -msgstr "" - -#: page-header/functions/metabox.php:502 -msgid "Merge with site header" -msgstr "Unire con l'intestazione del sito" - -#: page-header/functions/metabox.php:508 -msgid "Place content behind header (sliders etc..)" -msgstr "Contenuti posto dietro l'intestazione (cursori, ecc.)" - -#: page-header/functions/metabox.php:517 typography/functions/functions.php:547 -msgid "Site Tagline" -msgstr "" - -#: page-header/functions/metabox.php:523 -msgid "Custom Navigation Colors" -msgstr "" - -#: page-header/functions/metabox.php:528 -msgid "Navigation Background" -msgstr "" - -#: page-header/functions/metabox.php:533 -msgid "Navigation Text" -msgstr "" - -#: page-header/functions/metabox.php:538 -msgid "Navigation Background Hover" -msgstr "" - -#: page-header/functions/metabox.php:543 -msgid "Navigation Text Hover" -msgstr "" - -#: page-header/functions/metabox.php:548 -msgid "Navigation Background Current" -msgstr "" - -#: page-header/functions/metabox.php:553 -msgid "Navigation Text Current" -msgstr "" - -#: page-header/functions/metabox.php:673 -msgid "Template Tags" -msgstr "" - -#: page-header/functions/metabox.php:686 -msgid "The content title of the current post/taxonomy." -msgstr "" - -#: page-header/functions/metabox.php:689 -msgid "The published date of the current post." -msgstr "" - -#: page-header/functions/metabox.php:692 -msgid "The author of the current post." -msgstr "" - -#: page-header/functions/metabox.php:695 -msgid "" -"The terms attached to the chosen taxonomy (category, post_tag, product_cat)." -msgstr "" - -#: page-header/functions/metabox.php:698 -msgid "Custom post meta. Replace \"name\" with the name of your custom field." -msgstr "" - -#: page-header/functions/metabox.php:702 -msgid "" -"Display an Elementor library template. Replace \"id\" with the ID or name." -msgstr "" - -#: page-header/functions/metabox.php:707 -msgid "Display a Beaver Builder template. Replace \"id\" with the ID or name." -msgstr "" - -#: page-header/functions/post-type.php:12 -msgctxt "Post Type General Name" -msgid "Page Headers" -msgstr "" - -#: page-header/functions/post-type.php:13 -msgctxt "Post Type Singular Name" -msgid "Page Header" -msgstr "" - -#: page-header/functions/post-type.php:14 -msgid "Page Headers" -msgstr "" - -#: page-header/functions/post-type.php:16 -msgid "Page Header Archives" -msgstr "" - -#: page-header/functions/post-type.php:17 -msgid "Parent Page Header:" -msgstr "" - -#: page-header/functions/post-type.php:18 -msgid "All Page Headers" -msgstr "" - -#: page-header/functions/post-type.php:19 -msgid "Add New Page Header" -msgstr "" - -#: page-header/functions/post-type.php:20 -msgid "New Page Header" -msgstr "" - -#: page-header/functions/post-type.php:21 -msgid "Edit Page Header" -msgstr "" - -#: page-header/functions/post-type.php:22 -msgid "Update Page Header" -msgstr "" - -#: page-header/functions/post-type.php:23 -msgid "View Page Header" -msgstr "" - -#: page-header/functions/post-type.php:24 -msgid "Search Page Header" -msgstr "" - -#: page-header/functions/post-type.php:25 -msgid "Insert into Page Header" -msgstr "" - -#: page-header/functions/post-type.php:26 -msgid "Uploaded to this Page Header" -msgstr "" - -#: secondary-nav/functions/functions.php:16 -msgid "Secondary Menu" -msgstr "Menu Secondario" - -#: secondary-nav/functions/functions.php:203 -msgid "Navigation Width" -msgstr "" - -#: secondary-nav/functions/functions.php:229 -msgid "Inner Navigation Width" -msgstr "" - -#: secondary-nav/functions/functions.php:255 -msgid "Navigation Alignment" -msgstr "Allineamento navigazione" - -#: secondary-nav/functions/functions.php:282 -msgid "Navigation Location" -msgstr "" - -#: secondary-nav/functions/functions.php:285 -msgid "Below Header" -msgstr "Sotto la testata" - -#: secondary-nav/functions/functions.php:286 -msgid "Above Header" -msgstr "Sopra la testata" - -#: secondary-nav/functions/functions.php:287 -msgid "Float Right" -msgstr "Allinea a destra" - -#: secondary-nav/functions/functions.php:288 -msgid "Float Left" -msgstr "" - -#: secondary-nav/functions/functions.php:289 -msgid "Left Sidebar" -msgstr "Barra laterale sinistra" - -#: secondary-nav/functions/functions.php:290 -msgid "Right Sidebar" -msgstr "Barra Laterale Destra" - -#: secondary-nav/functions/functions.php:291 -msgid "No Navigation" -msgstr "Disattiva navigazione" - -#: secondary-nav/functions/functions.php:312 -msgid "Merge with Secondary Navigation" -msgstr "" - -#: sections/functions/metaboxes/metabox-functions.php:47 -msgid "Use Sections" -msgstr "Utilizzare \"Sezioni\"" - -#: sections/functions/metaboxes/metabox-functions.php:59 -msgid "Sections" -msgstr "Sezioni" - -#: sections/functions/metaboxes/metabox-functions.php:237 -msgid "This action can not be undone, are you sure?" -msgstr "Questa azione non può essere annullata, sei sicuro?" - -#: sections/functions/metaboxes/metabox-functions.php:240 -msgid "Section" -msgstr "Sezione" - -#: sections/functions/metaboxes/metabox-functions.php:243 -msgid "Settings" -msgstr "Impostazioni" - -#: sections/functions/metaboxes/metabox-functions.php:249 -msgid "Section Background" -msgstr "Sfondo della sezione" - -#: sections/functions/metaboxes/metabox-functions.php:250 -msgid "Set as Section Background" -msgstr "Imposta come sfondo Sezione" - -#: sections/functions/metaboxes/metabox-functions.php:254 -msgid "Insert into Section" -msgstr "Inserire nella Sezione" - -#: sections/functions/metaboxes/metabox-functions.php:255 -#: sections/functions/metaboxes/views/sections-template.php:74 -msgid "Edit Section" -msgstr "Modifica Sezione" - -#: sections/functions/metaboxes/views/sections-template.php:35 -msgid "Click to edit" -msgstr "Fare clic per modificare" - -#: sections/functions/metaboxes/views/sections-template.php:37 -msgid "Click to edit content" -msgstr "Fare clic per modificare il contenuto" - -#: sections/functions/metaboxes/views/sections-template.php:38 -msgid "Click to edit settings" -msgstr "Fare clic per modificare le impostazioni" - -#: sections/functions/metaboxes/views/sections-template.php:39 -msgid "Click and drag to sort" -msgstr "Fare clic e trascinare per ordinare" - -#: sections/functions/metaboxes/views/sections-template.php:40 -msgid "Click to remove" -msgstr "Fare clic per rimuovere" - -#: sections/functions/metaboxes/views/sections-template.php:54 -msgid "Add Section" -msgstr "Aggiungi Sezione" - -#: sections/functions/metaboxes/views/sections-template.php:55 -msgid "Remove Sections" -msgstr "Rimuovere le sezioni" - -#: sections/functions/metaboxes/views/sections-template.php:81 -msgid "Cancel" -msgstr "Cancella" - -#: sections/functions/metaboxes/views/sections-template.php:110 -msgid "Section Label" -msgstr "Etichetta Sezione" - -#: sections/functions/metaboxes/views/sections-template.php:126 -msgid "Add Media" -msgstr "Aggiungi file multimediale" - -#: sections/functions/metaboxes/views/sections-template.php:131 -msgid "Visual" -msgstr "Visuale" - -#: sections/functions/metaboxes/views/sections-template.php:132 -msgctxt "Name for the Text editor tab (formerly HTML)" -msgid "Text" -msgstr "Testo [Riferito al Editore di Testo(prima chiamato HTML)]" - -#: sections/functions/metaboxes/views/sections-template.php:161 -msgid "Layout" -msgstr "Layout" - -#: sections/functions/metaboxes/views/sections-template.php:162 -msgid "Box Type" -msgstr "Tipo di contenitore" - -#: sections/functions/metaboxes/views/sections-template.php:171 -msgid "Inner Box Type" -msgstr "Tipo di contenitore interno" - -#: sections/functions/metaboxes/views/sections-template.php:180 -msgid "Custom ID" -msgstr "" - -#: sections/functions/metaboxes/views/sections-template.php:186 -msgid "Custom Classes" -msgstr "Classe CSS" - -#: sections/functions/metaboxes/views/sections-template.php:192 -msgid "Top Padding" -msgstr "Spaziatura (padding) Superiore" - -#: sections/functions/metaboxes/views/sections-template.php:201 -msgid "Bottom Padding" -msgstr "Spaziatura (padding) Inferiore" - -#: sections/functions/metaboxes/views/sections-template.php:237 -#: sections/functions/metaboxes/views/sections-template.php:242 -msgid "Background Image" -msgstr "Immagine di sfondo" - -#: sections/functions/metaboxes/views/sections-template.php:242 -msgid "Upload" -msgstr "Carica" - -#: sections/functions/metaboxes/views/sections-template.php:243 -msgid "Remove" -msgstr "Rimuovi" - -#: sections/functions/metaboxes/views/sections-template.php:255 -msgid "Background Color Overlay" -msgstr "" - -#: sections/functions/metaboxes/views/sections.php:8 -msgid "Javascript must be enabled to use Generate Sections" -msgstr "" -"Javascript deve essere abilitato per usare la Generazione delle Sezioni" - -#: sections/functions/templates/template.php:107 -msgid "No sections added!" -msgstr "Nessuna sezione aggiunta!" - -#: sites/classes/class-site-helper.php:94 -msgid "Backing up options" -msgstr "" - -#: sites/classes/class-site-helper.php:95 -#, fuzzy -#| msgid "Import Settings" -msgid "Importing options" -msgstr "Importa Impostazioni" - -#: sites/classes/class-site-helper.php:96 -#, fuzzy -#| msgid "Blog Content" -msgid "Downloading content" -msgstr "Contenuto del blog" - -#: sites/classes/class-site-helper.php:97 -#, fuzzy -#| msgid "Skip to content" -msgid "Importing content" -msgstr "Vai al contenuto" - -#: sites/classes/class-site-helper.php:98 -#, fuzzy -#| msgid "Import Settings" -msgid "Importing site options" -msgstr "Importa Impostazioni" - -#: sites/classes/class-site-helper.php:99 -#, fuzzy -#| msgid "Import Settings" -msgid "Importing widgets" -msgstr "Importa Impostazioni" - -#: sites/classes/class-site-helper.php:100 -msgid "Activating plugins" -msgstr "" - -#: sites/classes/class-site-helper.php:101 -msgid "Installing plugins" -msgstr "" - -#: sites/classes/class-site-helper.php:102 -#, fuzzy -#| msgid "Static" -msgid "Automatic" -msgstr "Statico" - -#: sites/classes/class-site-helper.php:103 -msgid "Manual" -msgstr "" - -#: sites/classes/class-site-helper.php:104 -msgid "Theme options exist and can be imported." -msgstr "" - -#: sites/classes/class-site-helper.php:105 -msgid "No theme options found, please contact the site author." -msgstr "" - -#: sites/classes/class-site-helper.php:106 -msgid "Site content exists and can be imported." -msgstr "" - -#: sites/classes/class-site.php:159 -msgid "Previous Site" -msgstr "" - -#: sites/classes/class-site.php:159 -msgid "Previous" -msgstr "" - -#: sites/classes/class-site.php:160 -msgid "Next Site" -msgstr "" - -#: sites/classes/class-site.php:160 -msgid "Next" -msgstr "Prossimo" - -#: sites/classes/class-site.php:206 sites/classes/class-site.php:270 -msgid "Preview" -msgstr "" - -#: sites/classes/class-site.php:207 sites/classes/class-site.php:479 -msgid "Details" -msgstr "" - -#: sites/classes/class-site.php:224 -msgid "Overview" -msgstr "" - -#: sites/classes/class-site.php:228 -#, fuzzy -#| msgid "Image Options" -msgid "Theme Options" -msgstr "Opzioni delle immagini" - -#: sites/classes/class-site.php:236 -#, fuzzy -#| msgid "After Content" -msgid "Site Content" -msgstr "Dopo il Contenuto" - -#: sites/classes/class-site.php:236 sites/classes/class-site.php:351 -msgid "Optional" -msgstr "" - -#: sites/classes/class-site.php:243 -msgid "Plugins" -msgstr "" - -#: sites/classes/class-site.php:249 sites/classes/class-site.php:381 -msgid "The following plugins can be installed and activated automatically." -msgstr "" - -#: sites/classes/class-site.php:254 sites/classes/class-site.php:386 -msgid "The following plugins are already installed." -msgstr "" - -#: sites/classes/class-site.php:259 sites/classes/class-site.php:391 -msgid "The following plugins need to be installed and activated manually." -msgstr "" - -#: sites/classes/class-site.php:277 -msgid "Gathering data" -msgstr "" - -#: sites/classes/class-site.php:281 -msgid "Get Started" -msgstr "" - -#: sites/classes/class-site.php:293 -msgid "GeneratePress Options" -msgstr "" - -#: sites/classes/class-site.php:297 -msgid "" -"This step will backup your current theme options, then import the new ones." -msgstr "" - -#: sites/classes/class-site.php:300 -msgid "The following GP Premium modules will be activated:" -msgstr "" - -#: sites/classes/class-site.php:308 -msgid "Go Back" -msgstr "" - -#: sites/classes/class-site.php:315 -#, fuzzy -#| msgid "Image Options" -msgid "Backup Options" -msgstr "Opzioni delle immagini" - -#: sites/classes/class-site.php:325 -#, fuzzy -#| msgid "Import Settings" -msgid "Import Options" -msgstr "Importa Impostazioni" - -#: sites/classes/class-site.php:358 -msgid "" -"I understand that this step will add content, site options, menus, widgets " -"and plugins to my site." -msgstr "" - -#: sites/classes/class-site.php:365 -#, php-format -msgid "" -"For best results, only install this demo content on fresh sites with no " -"content. If you have already installed another GeneratePress Site, be sure " -"to %s by deleting the content, plugins and menus that it added." -msgstr "" - -#: sites/classes/class-site.php:368 -msgid "clean it up" -msgstr "" - -#: sites/classes/class-site.php:373 -msgid "" -"You can skip this step if you already " -"have content and do not want the demo content imported." -msgstr "" - -#: sites/classes/class-site.php:400 -msgid "Skip" -msgstr "" - -#: sites/classes/class-site.php:408 -#, fuzzy -#| msgid "Before Content" -msgid "Import Content" -msgstr "Prima del Contenuto" - -#: sites/classes/class-site.php:435 -msgid "All done!" -msgstr "" - -#: sites/classes/class-site.php:436 -msgid "Your site is ready to go!" -msgstr "" - -#: sites/classes/class-site.php:440 -#, php-format -msgid "Crafted with %s by" -msgstr "" - -#: sites/classes/class-site.php:458 -msgid "Start Over" -msgstr "" - -#: sites/classes/class-site.php:461 -msgid "View Site" -msgstr "" - -#: sites/classes/class-site.php:829 -msgid "Site options imported" -msgstr "" - -#: sites/classes/class-site.php:859 -#, fuzzy -#| msgid "License activated." -msgid "Plugins activated" -msgstr "Licenza attivata." - -#: sites/sites.php:37 -msgid "Sites" -msgstr "" - -#: sites/sites.php:78 -msgid "Refresh sites" -msgstr "" - -#: spacing/functions/customizer/content-spacing.php:32 -msgid "Container Width" -msgstr "" - -#: spacing/functions/customizer/content-spacing.php:67 -msgid "Separating Space" -msgstr "Spazio di separazione" - -#: spacing/functions/customizer/content-spacing.php:132 -msgid "Content Padding" -msgstr "Spaziatura Contenuto" - -#: spacing/functions/customizer/content-spacing.php:196 -msgid "Mobile Content Padding" -msgstr "" - -#: spacing/functions/customizer/footer-spacing.php:73 -msgid "Footer Widget Area Padding" -msgstr "Area Spaziatura Widget Footer" - -#: spacing/functions/customizer/footer-spacing.php:134 -msgid "Footer Padding" -msgstr "Spaziatura Footer" - -#: spacing/functions/customizer/header-spacing.php:68 -msgid "Header Padding" -msgstr "Spaziatura Header" - -#: spacing/functions/customizer/navigation-spacing.php:47 -#: spacing/functions/customizer/secondary-nav-spacing.php:58 -msgid "Menu Item Width" -msgstr "" - -#: spacing/functions/customizer/navigation-spacing.php:100 -#: spacing/functions/customizer/navigation-spacing.php:178 -#: spacing/functions/customizer/navigation-spacing.php:214 -#: spacing/functions/customizer/secondary-nav-spacing.php:93 -msgid "Menu Item Height" -msgstr "" - -#: spacing/functions/customizer/navigation-spacing.php:143 -#: spacing/functions/customizer/secondary-nav-spacing.php:128 -msgid "Sub-Menu Item Height" -msgstr "Altezza Voci Sotto-Menu" - -#: spacing/functions/customizer/sidebar-spacing.php:12 -msgid "Sidebars" -msgstr "Sidebar" - -#: spacing/functions/customizer/sidebar-spacing.php:70 -msgid "Widget Padding" -msgstr "Spaziatura Widget" - -#: spacing/functions/customizer/sidebar-spacing.php:101 -msgid "Left Sidebar Width" -msgstr "Larghezza Sidebar Sinistra" - -#: spacing/functions/customizer/sidebar-spacing.php:136 -msgid "Right Sidebar Width" -msgstr "Larghezza Sidebar Destra" - -#: spacing/functions/customizer/top-bar-spacing.php:55 -msgid "Top Bar Padding" -msgstr "" - -#: spacing/functions/functions.php:41 -msgid "Spacing" -msgstr "Spaziatura" - -#: spacing/functions/functions.php:42 -msgid "Change the spacing for various elements using pixels." -msgstr "Modifica la spaziatura dei vari elementi utilizzando pixels" - -#: typography/functions/functions.php:44 -msgid "Typography" -msgstr "Caratteri" - -#: typography/functions/functions.php:145 -#: typography/functions/functions.php:336 -#: typography/functions/functions.php:465 -#: typography/functions/functions.php:577 -#: typography/functions/functions.php:701 -#: typography/functions/functions.php:818 -#: typography/functions/functions.php:938 -#: typography/functions/functions.php:1089 -#: typography/functions/functions.php:1230 -#: typography/functions/functions.php:1364 -#: typography/functions/functions.php:1497 -#: typography/functions/functions.php:1630 -#: typography/functions/functions.php:1779 -#: typography/functions/functions.php:1960 -#: typography/functions/secondary-nav-fonts.php:139 -#: typography/functions/slideout-nav-fonts.php:106 -#: typography/functions/woocommerce-fonts.php:99 -msgid "Font size" -msgstr "Dimensione caratteri" - -#: typography/functions/functions.php:180 -#: typography/functions/functions.php:981 -#: typography/functions/functions.php:1132 -#: typography/functions/functions.php:1265 -#: typography/functions/functions.php:1398 -#: typography/functions/functions.php:1531 -#: typography/functions/functions.php:1664 -msgid "Line height" -msgstr "" - -#: typography/functions/functions.php:215 -msgid "Paragraph margin" -msgstr "" - -#: typography/functions/functions.php:841 -msgid "Headings" -msgstr "" - -#: typography/functions/functions.php:900 -msgid "Heading 1 (H1)" -msgstr "Titolo 1 (H1)" - -#: typography/functions/functions.php:1051 -msgid "Heading 2 (H2)" -msgstr "Titolo H2" - -#: typography/functions/functions.php:1202 -msgid "Heading 3 (H3)" -msgstr "Titoli H3" - -#: typography/functions/functions.php:1336 -msgid "Heading 4 (H4)" -msgstr "" - -#: typography/functions/functions.php:1469 -msgid "Heading 5 (H5)" -msgstr "" - -#: typography/functions/functions.php:1602 -msgid "Heading 6 (H6)" -msgstr "" - -#: typography/functions/functions.php:1687 -msgid "Widgets" -msgstr "Widget" - -#: typography/functions/functions.php:1750 -msgid "Widget Titles" -msgstr "" - -#: typography/functions/functions.php:1813 -msgid "Bottom margin" -msgstr "" - -#: typography/functions/functions.php:1848 -msgid "Content font size" -msgstr "Dimensione carattere Contenuto (px)" - -#: typography/functions/woocommerce-fonts.php:63 -msgid "Product Titles" -msgstr "" - -#: typography/functions/woocommerce-fonts.php:142 -msgid "Related/upsell title font size" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:43 -#: woocommerce/functions/customizer/customizer.php:709 -#: woocommerce/functions/customizer/customizer.php:719 -msgid "WooCommerce" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:57 -msgid "General" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:76 -msgid "Display cart in menu" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:95 -msgid "Display breadcrumbs" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:108 -msgid "Shop" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:127 -#: woocommerce/functions/customizer/customizer.php:547 -msgid "Sidebar Layout" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:130 -#: woocommerce/functions/customizer/customizer.php:551 -msgid "Sidebar / Content" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:131 -#: woocommerce/functions/customizer/customizer.php:552 -msgid "Content / Sidebar" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:132 -#: woocommerce/functions/customizer/customizer.php:553 -msgid "Content (no sidebars)" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:133 -#: woocommerce/functions/customizer/customizer.php:554 -msgid "Sidebar / Content / Sidebar" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:134 -#: woocommerce/functions/customizer/customizer.php:555 -msgid "Sidebar / Sidebar / Content" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:135 -#: woocommerce/functions/customizer/customizer.php:556 -msgid "Content / Sidebar / Sidebar" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:154 -#: woocommerce/functions/customizer/customizer.php:263 -msgid "Products Per Page" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:192 -msgid "Product Columns" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:239 -msgid "Image Alignment" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:306 -msgid "Display page title" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:325 -msgid "Display product results count" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:344 -msgid "Display product sorting" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:363 -msgid "Display product image" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:382 -msgid "Display secondary image on hover" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:401 -msgid "Display product title" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:420 -msgid "Display sale flash" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:439 -msgid "Sale Flash Over Image" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:458 -msgid "Display Rating" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:477 -msgid "Display price" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:496 -msgid "Display add to cart button" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:515 -#: woocommerce/functions/customizer/customizer.php:700 -msgid "Display short description" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:528 -msgid "Single Product" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:575 -msgid "Display product tabs" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:594 -msgid "Display related products" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:613 -msgid "Display upsell products" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:642 -msgid "Related/Upsell Columns" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:681 -msgid "Display product meta data" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:732 -msgid "Primary Button Colors" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:733 -msgid "Primary button colors can be set here." -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:747 -msgid "Checkout" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:766 -msgid "Distraction-free mode" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:767 -msgid "" -"Remove unnecessary distractions like sidebars, footer widgets and sticky " -"menus." -msgstr "" - -#: woocommerce/functions/functions.php:413 -#: woocommerce/functions/functions.php:433 -msgid "View your shopping cart" -msgstr "" - -#: woocommerce/functions/functions.php:715 -#, php-format -msgid "Rated %s out of 5" -msgstr "" - -#: woocommerce/functions/functions.php:717 -msgid "Not yet rated" -msgstr "" - -#: woocommerce/functions/functions.php:722 -msgid "out of 5" -msgstr "" - -#. Plugin URI of the plugin/theme -msgid "https://generatepress.com" -msgstr "" - -#. Description of the plugin/theme -msgid "" -"The entire bundle of GeneratePress add-ons. Configure add-ons by going to Appearance > GeneratePress." -msgstr "" - -#. Author of the plugin/theme -msgid "Tom Usborne" -msgstr "Tom Usborne" - -#. Author URI of the plugin/theme -msgid "https://tomusborne.com" -msgstr "" - -#, fuzzy -#~| msgid "Slideout Navigation" -#~ msgid "Slide-out Navigation" -#~ msgstr "Navigazione Slideout" - -#~ msgid "Slideout Menu" -#~ msgstr "Menu a scomparsa (Slideout)" - -#~ msgid "Both" -#~ msgstr "Entrambi" - -#~ msgid "Mobile Header Logo" -#~ msgstr "Logo Header Mobile" - -#~ msgid "Sticky Mobile Header" -#~ msgstr "Sticky Header Mobile" - -#~ msgid "Warning: This will delete your settings." -#~ msgstr "Attenzione: questo cancellerà le impostazioni." - -#~ msgid "Export Backgrounds Customizer Settings" -#~ msgstr "Esporta le Configurazioni del \"Background Customizer\" " - -#~ msgid "Delete Backgrounds Customizer Settings" -#~ msgstr "Elimina le modifiche apportate al \"Background Customizer\"" - -#~ msgid "Post Image / Page Header" -#~ msgstr "Immagine del Post / Testata della Pagina" - -#~ msgid "Apply image sizes" -#~ msgstr "Applicare le dimensioni delle immagini" - -#~ msgid "Excerpt Length" -#~ msgstr "Lunghezza estratto" - -#~ msgid "Masonry" -#~ msgstr "Masonry" - -#~ msgid "Masonry Block Width" -#~ msgstr "Larghezza del blocco Masonry" - -#~ msgid "Small" -#~ msgstr "Piccolo" - -#~ msgid "Medium" -#~ msgstr "Medio" - -#~ msgid "Large" -#~ msgstr "Grande" - -#~ msgid "Masonry Most Recent Width" -#~ msgstr "Larghezza Masonry dal più recente" - -#~ msgid "Masonry Load More Text" -#~ msgstr "Testo Masonry Carica Altro" - -#~ msgid "Masonry Loading Text" -#~ msgstr "Testo Caricamento Masonry" - -#~ msgid "Post Image" -#~ msgstr "Immagine Articolo" - -#~ msgid "Show" -#~ msgstr "Mostra" - -#~ msgid "Post Image Position" -#~ msgstr "Posizione dell’immagine post." - -#~ msgid "Post Image Alignment" -#~ msgstr "Allineamento dell'immagine del Post" - -#~ msgid "Post Image Width" -#~ msgstr "Larghezza dell'immagine del Post" - -#~ msgid "Post Image Height" -#~ msgstr "Altezza dell'immagine del Post" - -#~ msgid "Date" -#~ msgstr "Data" - -#~ msgid "Author" -#~ msgstr "Autore" - -#~ msgid "Categories" -#~ msgstr "Categorie" - -#~ msgid "Tags" -#~ msgstr "Tags" - -#~ msgid "Comment Link" -#~ msgstr "Link Aggiungi Commento" - -#~ msgid "Masonry is enabled. These settings will be ignored." -#~ msgstr "Masonry è abilitato. Queste impostazioni saranno ignorate." - -#~ msgid "Column Layout" -#~ msgstr "Layout Colonne" - -#~ msgid "First Post Full Width" -#~ msgstr "Primo Post larghezza completa" - -#~ msgid "Read more..." -#~ msgstr "Letti tutto" - -#~ msgid "Delete Blog Customizer Settings" -#~ msgstr "Elimina le modifiche apportate al \"Blog Customizer\"" - -#~ msgid "Export Blog Customizer Settings" -#~ msgstr "Esporta le Configurazioni del \"Blog Customizer\"" - -#~ msgid "Masonry Post Width" -#~ msgstr "Larghezza Post Masonry" - -#~ msgid "Global setting" -#~ msgstr "Impostazioni globali" - -#~ msgid "Form Background Focus/Hover" -#~ msgstr "Sfondo dei moduli nello stato attivo/hover" - -#~ msgid "Form Text Focus/Hover" -#~ msgstr "Testo dei moduli nello stato attivo/hover" - -#~ msgid "Form Border Focus/Hover" -#~ msgstr "Bordo dei moduli in modalità attiva/hover" - -#~ msgid "Form Button" -#~ msgstr "Pulsanti dei moduli" - -#~ msgid "Form Button Focus/Hover" -#~ msgstr "Pulsanti dei moduli in modalità attiva/hover" - -#~ msgid "Form Button Text" -#~ msgstr "Testo nei pulsanti dei moduli" - -#~ msgid "Form Button Text Focus/Hover" -#~ msgstr "Testo sui pulsanti dei moduli inmodalità attiva/hover" - -#~ msgid "Export GP Hooks" -#~ msgstr "Esporta gli Hooks" - -#~ msgid "Delete GP Hooks" -#~ msgstr "Elimina GP Hooks" - -#~ msgid "Updates %s" -#~ msgstr "Aggiornamenti %s" - -#~ msgid "Import / Export" -#~ msgstr "Importa/Esporta" - -#~ msgid "" -#~ "Export your settings set in the Customizer." -#~ msgstr "" -#~ "Esportare le modifiche impostate nel Customizer." - -#~ msgid "Export Default Customizer Settings" -#~ msgstr "Esportare le impostazioni di Default" - -#~ msgid "" -#~ "Import your settings by uploading your exported .json " -#~ "file." -#~ msgstr "" -#~ "Importa le tue impostazioni caricando il file JSON " -#~ "esportato" - -#~ msgid "" -#~ "The spacing between elements when \"Content Layout\" is set to \"Separate " -#~ "Containers\"." -#~ msgstr "" -#~ "La spaziatura tra gli elementi quando l'opzione \"Contenitori Separati\" " -#~ "è selezionata." - -#~ msgid "Delete Spacing Customizer Settings" -#~ msgstr "Eliminare le impostazioni dello \"Spacing Customizer\"" - -#~ msgid "Export Spacing Customizer Settings" -#~ msgstr "Esportare le impostazioni dello \"Spacing Customizer\"" - -#, fuzzy -#~ msgid "Left/Right Spacing" -#~ msgstr "" -#~ "#-#-#-#-# generate-spacing-it_IT.po (Generate Spacing) #-#-#-#-#\n" -#~ "Spaziatura Destra/Sinistra\n" -#~ "#-#-#-#-# secondary-nav-it_IT.po (Generate Secondary Navigation) #-#-#-" -#~ "#-#\n" -#~ "Spaziatura di sinistra/destra" - -#~ msgid "The top and bottom spacing of sub-menu items." -#~ msgstr "La spaziatura superiore e inferiore delle voci di sotto-menu." - -#~ msgid "15%" -#~ msgstr "15%" - -#~ msgid "20%" -#~ msgstr "20%" - -#~ msgid "25%" -#~ msgstr "25%" - -#~ msgid "30%" -#~ msgstr "30%" - -#~ msgid "35%" -#~ msgstr "35%" - -#~ msgid "40%" -#~ msgstr "40%" - -#~ msgid "45%" -#~ msgstr "45%" - -#~ msgid "50%" -#~ msgstr "50%" - -#~ msgid "Default fonts" -#~ msgstr "Carattere standard" - -#~ msgid "Google fonts" -#~ msgstr "Google Font" - -#~ msgid "Site title" -#~ msgstr "Titolo del sito" - -#, fuzzy -#~ msgid "Site tagline" -#~ msgstr "" -#~ "#-#-#-#-# generate-typography-it_IT.po (Generate Typography) #-#-#-#-#\n" -#~ "Slogan del sito\n" -#~ "#-#-#-#-# page-header-it_IT.po (Generate Page Header) #-#-#-#-#\n" -#~ "Slogan (Tagline)" - -#~ msgid "Site navigation" -#~ msgstr "Navigazione del sito" - -#~ msgid "Font-size" -#~ msgstr "Dimensione caratteri" - -#~ msgid "Widget titles" -#~ msgstr "Titoli dei widget" - -#~ msgid "Footer font size" -#~ msgstr "Dimensione carattere piè di pagina (footer)" - -#~ msgid "Site title font size" -#~ msgstr "Dimensione carattere del titolo" - -#~ msgid "H1 font size" -#~ msgstr "Dimensione font H1" - -#~ msgid "H2 font size" -#~ msgstr "Dimensione font H2" - -#~ msgid "Sticky Menu" -#~ msgstr "Menù Fisso (Sticky)" - -#~ msgid "Sticky Navigation Effect" -#~ msgstr "Effetto di navigazione Sticky" - -#~ msgid "Navigation Logo Position" -#~ msgstr "Posizione Logo Navigazione " - -#~ msgid "Delete Menu Plus Customizer Settings" -#~ msgstr "Elimina le impostazioni del Menù Plus Customizer" - -#~ msgid "Export Menu Plus Customizer Settings" -#~ msgstr "Esporta le impostazioni del Menu Plus Customizer" - -#~ msgid "Blog Page Header" -#~ msgstr "Testata del Blog" - -#~ msgid "Upload an image to be used as your page header." -#~ msgstr "Caricare un'immagine da utilizzare nella Testata" - -#~ msgid "Image link" -#~ msgstr "Link immagine" - -#~ msgid "Make your page header image clickable by adding a URL. (optional)" -#~ msgstr "Rendi l'immagine clickabile aggiungendo una URL. (opzionale)" - -#~ msgid "Resize image" -#~ msgstr "Ridimensiona immagine" - -#~ msgid "Turn hard cropping or of off." -#~ msgstr "Attivare o Disattivare il ritaglio forzato" - -#~ msgid "Image width" -#~ msgstr "Larghezza immagine" - -#~ msgid "Choose your image width in pixels. (integer only, default is 1200)" -#~ msgstr "" -#~ "Scegli la larghezza dell'immagine in pixel. (solo numeri interi, valore " -#~ "predefinito: 1200)" - -#~ msgid "Image height" -#~ msgstr "Altezza immagine" - -#~ msgid "" -#~ "Choose your image height in pixels. Use \"0\" or leave blank for " -#~ "proportional resizing. (integer only, default is 0) " -#~ msgstr "" -#~ "Scegli l' altezza dell'immagine in pixel. Utilizzare \"0\" oppure " -#~ "lasciare vuoto per il ridimensionamento proporzionale. (solo numeri " -#~ "interi, valore predefinito: 0)" - -#~ msgid "Video Background URL (MP4 only)" -#~ msgstr "Video URL Sfondo (solo MP4)" - -#~ msgid "Video Background URL (OGV only)" -#~ msgstr "Video URL Sfondo (solo OGV)" - -#~ msgid "Video Background URL (WEBM only)" -#~ msgstr "Video URL Sfondo (solo WEBM)" - -#~ msgid "Page Header Content" -#~ msgstr "Contenuto Intestazione" - -#~ msgid "Add your content to the page header. HTML and shortcodes allowed." -#~ msgstr "Aggiungi contenuto alla testata della pagina" - -#~ msgid "Add Paragraphs" -#~ msgstr "Aggiungere paragrafi" - -#~ msgid "Wrap your text in paragraph tags automatically." -#~ msgstr "Ritorno a capo automatico" - -#~ msgid "Add padding around your content." -#~ msgstr "Aggiungere spaziatura interna (padding) intorno ai tuoi contenuti." - -#~ msgid "Image Background" -#~ msgstr "Immagine di Sfondo" - -#~ msgid "" -#~ "Use the image uploaded above as a background image for your content. " -#~ "(requires image uploaded above)" -#~ msgstr "" -#~ "Utilizza l'immagine caricata come sfondo del contenuto (devi prima " -#~ "caricare una immagine)" - -#~ msgid "Parallax Background" -#~ msgstr "Effetto paralax nello sfondo" - -#~ msgid "" -#~ "Add a cool parallax effect to your background image. (requires the image " -#~ "background option to be checked)" -#~ msgstr "" -#~ "Aggiunge un accattivante effetto Parallax all'immagine di sfondo (ricorda " -#~ "di spuntare la cassella \"immagine di sfondo\")" - -#~ msgid "Full Screen" -#~ msgstr "Larghezza piena" - -#~ msgid "Make your page header content area full screen." -#~ msgstr "Rende l'area della testata a \"Larghezza Piena\"" - -#~ msgid "Vertical Center" -#~ msgstr "Allinea verticalmente al centro" - -#~ msgid "Center your page header content vertically." -#~ msgstr "Centra verticalmente il contenuto della testata" - -#~ msgid "Container Type" -#~ msgstr "Tipo di contenitore" - -#~ msgid "Choose whether the page header is contained or fluid." -#~ msgstr "" -#~ "Scegli se vuoi che il contenitore della testata sia a larghezza intera " -#~ "oppure a larghezza contenuta" - -#~ msgid "Full width" -#~ msgstr "Larghezza piena" - -#~ msgid "Choose the horizontal alignment of your content." -#~ msgstr "Scegliere l'allineamento horizontale del contenuto" - -#~ msgid "Top/Bottom Padding" -#~ msgstr "Spaziatura (padding) Superiore/Inferiore " - -#~ msgid "This will add space above and below your content. (integer only) " -#~ msgstr "" -#~ "Questo aggiungerà spazio sopra e sotto il vostro contenuto. (Solo numeri " -#~ "interi)" - -#~ msgid "Padding Unit" -#~ msgstr "Unità Spaziatura" - -#~ msgid "Page Header Advanced" -#~ msgstr "Contenuto Intestazione Avanzato" - -#~ msgid "Transparent navigation" -#~ msgstr "Navigazione trasparente" - -#~ msgid "Navigation text" -#~ msgstr "Testo navigazione" - -#~ msgid "Navigation background hover" -#~ msgstr "Sfondo navigazione hover" - -#~ msgid "Navigation text hover" -#~ msgstr "Testo navigazione hover" - -#~ msgid "Navigation background current" -#~ msgstr "Sfondo navigazione corrente" - -#~ msgid "Navigation text current" -#~ msgstr "Testo navigazione corrente" - -#~ msgid "Page Header Logo" -#~ msgstr "Logo testata" - -#~ msgid "Replace your logo on the blog." -#~ msgstr "Sostituire il vostro logo sul blog." - -#~ msgid "Page Header Position" -#~ msgstr "Posizione dell'intestazione " - -#~ msgid "Single Post Header Position" -#~ msgstr "Posizione della Testata (header) per i singoli articoli (posts)" - -#~ msgid "Delete Page Header Customizer Settings" -#~ msgstr "Elimina le modifiche apportate al \"Page Header Customizer\"" - -#~ msgid "Export Page Header Customizer Settings" -#~ msgstr "Esporta le modifiche apportate al \"Page Header Customizer\"" - -#~ msgid "Add padding" -#~ msgstr "Aggiunge spaziatura (padding)" - -#~ msgid "Add background image" -#~ msgstr "Aggiungi una immagine di sfondo" - -#~ msgid "Parallax effect" -#~ msgstr "Effetto Parallax" - -#~ msgid "Container type" -#~ msgstr "Tipo di contenitore" - -#~ msgid "Text alignment" -#~ msgstr "Allineamento del Eesto" - -#~ msgid "Top/Bottom padding" -#~ msgstr "Spaziatura (padding) Superiore/Inferiore" - -#~ msgid "Background color" -#~ msgstr "Colore dello sfondo" - -#~ msgid "Text color" -#~ msgstr "Colore del testo" - -#~ msgid "Link color" -#~ msgstr "Colore link" - -#~ msgid "Link color hover" -#~ msgstr "Colore dei link al passaggio del mouse" - -#~ msgid "Overlay color" -#~ msgstr "Colore Sovrapposizione" - -#~ msgid "Secondary Menu Items" -#~ msgstr "Voci di Menu secondario" - -#~ msgid "Secondary navigation" -#~ msgstr "Navigazione secondaria" - -#~ msgid "Navigation Layout" -#~ msgstr "Layout di navigazione" - -#~ msgid "Fluid / Full Width" -#~ msgstr "Intera larghezza / Full Width" - -#~ msgid "Navigation Position" -#~ msgstr "Posizione della barra di navigazione secondaria" - -#~ msgid "Delete Secondary Navigation Customizer Settings" -#~ msgstr "Eliminare le impostazioni del \"Secondary Navigation Customizer\"" - -#~ msgid "Export Secondary Navigation Customizer Settings" -#~ msgstr "Esportare le impostazioni del \"Secondary Navigation Customizer\"" - -#~ msgid "Select Image" -#~ msgstr "Seleziona Immagine" - -#~ msgid "Use Image" -#~ msgstr "Utilizza immagine" - -#~ msgid "" -#~ "There is a new version of %1$s available. View version %3$s details." -#~ msgstr "" -#~ "C'è una nuova versione disponibile di %1$s . Vedi i dettagli della versione %3$s ." - -#~ msgid "" -#~ "There is a new version of %1$s available. View version %3$s details or update now." -#~ msgstr "" -#~ "C’è una nuova versione di %1$s disponibile. Vedi i dettagli della versione %3$s o aggiorna ora." - -#~ msgid "" -#~ "Want updates served directly to your Dashboard? Activate the email you " -#~ "purchased your add-ons with here." -#~ msgstr "" -#~ "Vuoi aggiornamenti serviti direttamente sulla tua Dashboard? Inserisci e " -#~ "attiva l'e-mail con la quale sono stati acquistati i componenti " -#~ "aggiuntivi." - -#~ msgid "License failed." -#~ msgstr "Licenza non riuscita." - -#~ msgid "Headline / Post Title" -#~ msgstr "Titolo del Post" - -#~ msgid "Email" -#~ msgstr "E-mail" - -#~ msgid "Deactivate Email" -#~ msgstr "Disattivare Email" - -#~ msgid "Activate Email" -#~ msgstr "Attiva-mail" - -#~ msgid "Save Email" -#~ msgstr "Salva E-mail" - -#~ msgid "Enable All Updates" -#~ msgstr "Abilita tutti gli aggiornamenti" - -#~ msgid "Disable Updates" -#~ msgstr "Disattiva Aggiornamenti" - -#~ msgid "Enable Updates" -#~ msgstr "Abilita Aggiornamenti" - -#~ msgid "Email activation failed. This email does not exist in our records." -#~ msgstr "" -#~ "Attivazione E-mail fallita. Questa email non esiste nei nostri archivi." - -#, fuzzy -#~ msgid "Email activated." -#~ msgstr "" -#~ "#-#-#-#-# disable-elements-it_IT.po (Generate Disable Elements) #-#-#-#-" -#~ "#\n" -#~ "Email attivata.\n" -#~ "#-#-#-#-# generate-blog-it_IT.po (Generate Blog) #-#-#-#-#\n" -#~ "Email attivato.\n" -#~ "#-#-#-#-# generate-colors-it_IT.po (Generate Colors) #-#-#-#-#\n" -#~ "Email attivatq.\n" -#~ "#-#-#-#-# generate-copyright-it_IT.po (Generate Copyright) #-#-#-#-#\n" -#~ "Email attivata.\n" -#~ "#-#-#-#-# generate-ie-it_IT.po (Generate Import Export) #-#-#-#-#\n" -#~ "Email attivata." - -#, fuzzy -#~ msgid "Email deactivated." -#~ msgstr "" -#~ "#-#-#-#-# disable-elements-it_IT.po (Generate Disable Elements) #-#-#-#-" -#~ "#\n" -#~ "Email disattivata.\n" -#~ "#-#-#-#-# generate-blog-it_IT.po (Generate Blog) #-#-#-#-#\n" -#~ "Email disattivato.\n" -#~ "#-#-#-#-# generate-colors-it_IT.po (Generate Colors) #-#-#-#-#\n" -#~ "Email disattivata.\n" -#~ "#-#-#-#-# generate-copyright-it_IT.po (Generate Copyright) #-#-#-#-#\n" -#~ "Email disattivata.\n" -#~ "#-#-#-#-# generate-ie-it_IT.po (Generate Import Export) #-#-#-#-#\n" -#~ "Email disattivata." - -#~ msgid "Licenses activated." -#~ msgstr "Licenze attivate." - -#~ msgid "Deactivation failed." -#~ msgstr "Disattivazione non riuscita." - -#~ msgid "Header Colors" -#~ msgstr "Colori della testata" - -#~ msgid "Navigation Colors" -#~ msgstr "Colore Menu" - -#~ msgid "Sub-Navigation Colors" -#~ msgstr "Colore Sotto-Menu" - -#~ msgid "Content Colors" -#~ msgstr "Colori del Contenuto" - -#~ msgid "Sidebar Widget Colors" -#~ msgstr "Colore dei Widgets della Barra laterale" - -#~ msgid "Footer Widget Colors" -#~ msgstr "Colore dei Widgets del piè di pagina (Footer Widgets)" - -#~ msgid "Footer Colors" -#~ msgstr "Colore del piè di pagina (Footer)" - -#~ msgid "Form Colors" -#~ msgstr "Colore dei Moduli (Form)" - -#~ msgid "" -#~ "Use %current_year% to include the current year dynamically." -#~ msgstr "" -#~ "Utilizza %current_year% per includere dinamicamente l'anno " -#~ "corrente." - -#~ msgid "Use %copy% to include the copyright symbol." -#~ msgstr "Utilizza %copy% per includere il simbolo di copyright." - -#~ msgid "Save Copyright" -#~ msgstr "Salvare il Copyright" - -#~ msgid "Error: Content already detected in default editor." -#~ msgstr "Errore: C'è del contenuto nell'editor di wordpress" - -#~ msgid "" -#~ "Please activate the \"Visual\" tab in your main editor before " -#~ "transferring content." -#~ msgstr "" -#~ "Attivare il tab \"Visuale\" nel tuo editor principale prima di trasferire " -#~ "il contenuto" - -#~ msgid "Click to toggle" -#~ msgstr "Clicca per attivare" - -#~ msgid "Fluid" -#~ msgstr "Fluida " - -#~ msgid "No" -#~ msgstr "No" - -#~ msgid "Yes" -#~ msgstr "Si" - -#~ msgid "Send sections to default editor" -#~ msgstr "Inviare sezione al editor di wordpress" - -#~ msgid "Element Spacing" -#~ msgstr "Spaziatura degli elementi" - -#~ msgid "These options control the size of your menu items." -#~ msgstr "Questo controlla la dimensione delle vici di menu" - -#~ msgid "Sub-menu Item Height" -#~ msgstr "Altezza dell'elemento sotto-menu" - -#~ msgid "Sidebar Widths" -#~ msgstr "Larghezze di Sidebar" - -#~ msgid "Body Typography" -#~ msgstr "Carattere del Body" - -#~ msgid "Header Typography" -#~ msgstr "Caratteri della testata" - -#~ msgid "Navigation Typography" -#~ msgstr "Carattere della navigazione" - -#~ msgid "Content Typography" -#~ msgstr "Carattere del contenuto" - -#~ msgid "Widget Typography" -#~ msgstr "Carattere dei widget" - -#~ msgid "Footer Typography" -#~ msgstr "Carattere del piè di pagina (footer)" - -#~ msgid "Sticky Menu Effect" -#~ msgstr "Effetto di Menu Fisso (Sticky)" - -#~ msgid "Menu Logo" -#~ msgstr "Logo del Menù" - -#~ msgid "Menu Logo Position" -#~ msgstr "Posizione del Logo sul Menù" - -#~ msgid "Sticky Only" -#~ msgstr "Solo nel Menù Fisso (Sticky)" - -#~ msgid "Sticky + Regular" -#~ msgstr "Fisso e Standard" - -#~ msgid "Regular Only" -#~ msgstr "Solo Standard" - -#~ msgid "Generate Menu Plus" -#~ msgstr "Generare Menu Plus" - -#~ msgid "http://generatepress.com" -#~ msgstr "http://generatepress.com" - -#~ msgid "Add awesome new menu features to your GeneratePress menu" -#~ msgstr "Aggiungi nuove funzionalità al menù di GeneratePress" - -#~ msgid "http://edge22.com" -#~ msgstr "http://edge22.com" - -#~ msgid "Page Header Link" -#~ msgstr "Link dell'imagine della testata" - -#~ msgid "Hard Crop" -#~ msgstr "Ritaglio forzato" - -#~ msgid "" -#~ "Choose your content padding in pixels. This will add space above and " -#~ "below your content. (integer only) " -#~ msgstr "" -#~ "Selezionare la spaziatura del contenuto in pixels. Questo aggiungerà " -#~ "dello spazio prima e dopo il tuo contenuto" - -#~ msgid "Add Image" -#~ msgstr "Aggiungi Immagine" - -#~ msgid "Add a page header to your blog." -#~ msgstr "Aggiungi una Testata al tuo Blog" - -#~ msgid "" -#~ "This will only show up on the page you have set as your \"Posts Page\". " -#~ "To add a page header to specific pages, use the metabox included while " -#~ "adding your content." -#~ msgstr "" -#~ "Questo verrà visualizzato solo nella pagina che è stata impostata come " -#~ "\"Ultimi Articoli\". Per aggiungere uan testata personalizzata per altre " -#~ "pagine, utilizzare l'apposito metabox." - -#~ msgid "Publish" -#~ msgstr "Pubblica" - -#~ msgid "Save Settings" -#~ msgstr "Salva impostazioni" - -#~ msgid "" -#~ "Use these options to add a page header to your Blog. Add page headers to " -#~ "your pages by using the metabox while editing them." -#~ msgstr "" -#~ "Utilizzare queste opzioni per aggiungere una testata personalizzata al " -#~ "tuo Blog. Per la testata delle singole pagine utilizzare l'apporito " -#~ "metabox nella pagina delle modifiche." - -#~ msgid "Upload an image to use in your page header" -#~ msgstr "Caricare un'immagine da utilizzare nell'intestazione pagina" - -#~ msgid "Content Options" -#~ msgstr "Opzioni contenuto" - -#~ msgid "Add content to your page header" -#~ msgstr "Aggiungi contenuto alla testata della pagina" - -#~ msgid "Link Hover Color" -#~ msgstr "Colore dei links in modalità :hover" - -#~ msgid "Metabox configuration is required to have an ID parameter" -#~ msgstr "La configurazione del metabox è richiesta per avere un parametro ID" - -#~ msgid "Please Try Again" -#~ msgstr "Ti preghiamo di riprovare." - -#~ msgid "Remove Embed" -#~ msgstr "Rimozione elementi incorporati (embeds)" - -#~ msgid "No oEmbed Results Found for %s. View more info at" -#~ msgstr "Nessun oEmbed trovato per %s. Maggiori informazioni a" - -#~ msgid "Add Group" -#~ msgstr "Aggiungi gruppo" - -#~ msgid "Remove Group" -#~ msgstr "Rimuovi Gruppo" - -#~ msgid "Add Row" -#~ msgstr "Aggiunge riga" - -#~ msgid "No terms" -#~ msgstr "Nessun termine" - -#~ msgid "Add or Upload Files" -#~ msgstr "Aggiungi o carica files" - -#~ msgid "Add or Upload File" -#~ msgstr "Aggiungi o carica file" - -#~ msgid "File:" -#~ msgstr "File:" - -#~ msgid "Download" -#~ msgstr "Scarica" - -#~ msgid "Clear" -#~ msgstr "Cancella" - -#~ msgid "Default" -#~ msgstr "Predefinito" - -#~ msgid "Select Color" -#~ msgstr "Seleziona Colore" - -#~ msgid "Current Color" -#~ msgstr "Colore Corrente" - -#~ msgid "mm/dd/yy" -#~ msgstr "gg/mm/aa" - -#~ msgid "Sunday, Monday, Tuesday, Wednesday, Thursday, Friday, Saturday" -#~ msgstr "Domenica, Lunedì, Martedì, Mercoledì, Giovedì, Venerdì, Sabato" - -#~ msgid "Su, Mo, Tu, We, Th, Fr, Sa" -#~ msgstr "Do, Lu, Ma, Me, Gi, Ve, Sa" - -#~ msgid "Sun, Mon, Tue, Wed, Thu, Fri, Sat" -#~ msgstr "Dom, Lun, Mar, Mer, Gio, Ven, Sab" - -#~ msgid "" -#~ "January, February, March, April, May, June, July, August, September, " -#~ "October, November, December" -#~ msgstr "" -#~ "Gennaio, Febbraio, Marzo, Aprile, Maggio, Giugno, Luglio, Agosto, " -#~ "Settembre, Ottobre, Novembre, Dicembre" - -#~ msgid "Jan, Feb, Mar, Apr, May, Jun, Jul, Aug, Sep, Oct, Nov, Dec" -#~ msgstr "Gen,Feb,Mar,Apr,Mag,Giu,Lug,Ago,Set,Ott,Nov,Dic" - -#~ msgid "Prev" -#~ msgstr "Precedente" - -#~ msgid "Today" -#~ msgstr "Oggi" - -#~ msgid "Done" -#~ msgstr "Fatto" - -#~ msgid "Choose Time" -#~ msgstr "Scegli Orario" - -#~ msgid "Time" -#~ msgstr "Orario" - -#~ msgid "Hour" -#~ msgstr "Ore" - -#~ msgid "Minute" -#~ msgstr "Minuti" - -#~ msgid "Second" -#~ msgstr "Secondi" - -#~ msgid "Now" -#~ msgstr "Adesso" - -#~ msgid "hh:mm TT" -#~ msgstr "hh: mm TT" - -#~ msgid "Use this file" -#~ msgstr "Utilizza questo file" - -#~ msgid "Select / Deselect All" -#~ msgstr "Seleziona / De-seleziona tutto" - -#~ msgid "Save" -#~ msgstr "Salva" - -#~ msgid "Use image (from image tab) as a background image?" -#~ msgstr "Utilizzare l'immagine (" - -#~ msgid "Add parallax effect to background image?" -#~ msgstr "Vuoi aggiungere un effessto \"Parallax\" all'immagine di sfondo?" - -#~ msgid "Make background image full screen?" -#~ msgstr "Immagine di sfondo a schermo intero?" - -#~ msgid "Center your content vertically?" -#~ msgstr "Vuoi centrare il tuo contenuto verticalmente?" - -#~ msgid "Add to blog excerpt (if no Featured Image is set)" -#~ msgstr "" -#~ "Aggiungere al l'estratto del blog (se non è impostata nessuna immagine in " -#~ "evidenza)" - -#~ msgid "Mobile Label" -#~ msgstr "Etichetta del Menu Mobile" - -#~ msgid "Secondary Navigation Spacing" -#~ msgstr "Spaziatura della navigazione secondaria" - -#~ msgid "These options control the size of your secondary menu items." -#~ msgstr "Queste opzioni regolano la dimensione delle voci di menu secondario" - -#~ msgid "Secondary Sub-menu Item Height" -#~ msgstr "Altezza delle voce di sotto-menu" - -#~ msgid "The top and bottom spacing of secondary sub-menu items." -#~ msgstr "La spaziatura superiore e inferiore delle voci di sotto-menu" - -#~ msgid "Secondary Navigation Colors" -#~ msgstr "Colori del mMenu secondario" - -#~ msgid "Secondary Sub-Navigation Colors" -#~ msgstr "Colori del Menu secondario" - -#~ msgid "Secondary Navigation Typography" -#~ msgstr "Carattere della navigazione secondaria" - -#~ msgid "Secondary Background Images" -#~ msgstr "Immagini di sfondo secondarie" diff --git a/wp-content/plugins/gp-premium/langs/gp-premium-nl_NL.mo b/wp-content/plugins/gp-premium/langs/gp-premium-nl_NL.mo new file mode 100644 index 0000000000000000000000000000000000000000..e031ce1cd53e0ace997bd6347f66bceaf83331b1 GIT binary patch literal 37956 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\n" -"Language-Team: Krzysztof Grochocki \n" -"Language: pl_PL\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Generator: Poedit 2.0.6\n" -"X-Poedit-Basepath: ..\n" -"X-Poedit-SourceCharset: UTF-8\n" -"X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;esc_attr__;" -"esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c;_n_noop:1,2;" -"_nx_noop:3c,1,2;__ngettext_noop:1,2\n" -"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " -"|| n%100>=20) ? 1 : 2);\n" -"X-Poedit-WPHeader: gp-premium.php\n" -"X-Poedit-SearchPath-0: .\n" -"X-Poedit-SearchPathExcluded-0: *.js\n" -"X-Poedit-SearchPathExcluded-1: *deprecated*\n" -"X-Poedit-SearchPathExcluded-2: sites/libs/wxr-importer/WPImporterLogger.php\n" -"X-Poedit-SearchPathExcluded-3: sites/libs/wxr-importer/WXRImporter.php\n" -"X-Poedit-SearchPathExcluded-4: sites/libs/wxr-importer/WXRImportInfo.php\n" -"X-Poedit-SearchPathExcluded-5: sites/classes/class-site-widget-importer.php\n" - -#: backgrounds/functions/functions.php:99 -#: backgrounds/functions/functions.php:108 -msgid "Background Images" -msgstr "Obrazy w tle" - -#: backgrounds/functions/functions.php:117 -#: backgrounds/functions/functions.php:143 -#: typography/functions/functions.php:53 -msgid "Body" -msgstr "Treść" - -#: backgrounds/functions/functions.php:206 -#: backgrounds/functions/functions.php:230 colors/functions/functions.php:56 -#: disable-elements/functions/functions.php:128 -#: disable-elements/functions/functions.php:130 -#: disable-elements/functions/functions.php:290 -#: disable-elements/functions/functions.php:292 -#: typography/functions/functions.php:238 -msgid "Top Bar" -msgstr "" - -#: backgrounds/functions/functions.php:293 -#: backgrounds/functions/functions.php:316 colors/functions/functions.php:143 -#: disable-elements/functions/functions.php:134 -#: disable-elements/functions/functions.php:136 -#: disable-elements/functions/functions.php:296 -#: disable-elements/functions/functions.php:298 -#: spacing/functions/customizer/header-spacing.php:11 -#: typography/functions/functions.php:361 -msgid "Header" -msgstr "Nagłówek" - -#: backgrounds/functions/functions.php:376 colors/functions/functions.php:239 -#: disable-elements/functions/functions.php:139 -#: disable-elements/functions/functions.php:141 -#: disable-elements/functions/functions.php:301 -#: disable-elements/functions/functions.php:303 -#: spacing/functions/customizer/navigation-spacing.php:11 -#: typography/functions/functions.php:600 -msgid "Primary Navigation" -msgstr "Podstawowa nawigacja" - -#: backgrounds/functions/functions.php:403 -#: backgrounds/functions/secondary-nav-backgrounds.php:65 -msgid "Navigation" -msgstr "Nawigacja" - -#: backgrounds/functions/functions.php:423 -#: backgrounds/functions/functions.php:473 -#: backgrounds/functions/functions.php:523 -#: backgrounds/functions/functions.php:573 -#: backgrounds/functions/functions.php:633 -#: backgrounds/functions/functions.php:683 -#: backgrounds/functions/functions.php:733 -#: backgrounds/functions/secondary-nav-backgrounds.php:86 -#: backgrounds/functions/secondary-nav-backgrounds.php:135 -#: backgrounds/functions/secondary-nav-backgrounds.php:184 -#: backgrounds/functions/secondary-nav-backgrounds.php:233 -#: backgrounds/functions/secondary-nav-backgrounds.php:294 -#: backgrounds/functions/secondary-nav-backgrounds.php:343 -#: backgrounds/functions/secondary-nav-backgrounds.php:392 -#: library/customizer/controls/class-backgrounds-control.php:121 -msgid "Repeat" -msgstr "Powtórz" - -#: backgrounds/functions/functions.php:424 -#: backgrounds/functions/functions.php:474 -#: backgrounds/functions/functions.php:524 -#: backgrounds/functions/functions.php:574 -#: backgrounds/functions/functions.php:634 -#: backgrounds/functions/functions.php:684 -#: backgrounds/functions/functions.php:734 -#: backgrounds/functions/secondary-nav-backgrounds.php:87 -#: backgrounds/functions/secondary-nav-backgrounds.php:136 -#: backgrounds/functions/secondary-nav-backgrounds.php:185 -#: backgrounds/functions/secondary-nav-backgrounds.php:234 -#: backgrounds/functions/secondary-nav-backgrounds.php:295 -#: backgrounds/functions/secondary-nav-backgrounds.php:344 -#: backgrounds/functions/secondary-nav-backgrounds.php:393 -#: library/customizer/controls/class-backgrounds-control.php:122 -msgid "Repeat x" -msgstr "Powtórz x" - -#: backgrounds/functions/functions.php:425 -#: backgrounds/functions/functions.php:475 -#: backgrounds/functions/functions.php:525 -#: backgrounds/functions/functions.php:575 -#: backgrounds/functions/functions.php:635 -#: backgrounds/functions/functions.php:685 -#: backgrounds/functions/functions.php:735 -#: backgrounds/functions/secondary-nav-backgrounds.php:88 -#: backgrounds/functions/secondary-nav-backgrounds.php:137 -#: backgrounds/functions/secondary-nav-backgrounds.php:186 -#: backgrounds/functions/secondary-nav-backgrounds.php:235 -#: backgrounds/functions/secondary-nav-backgrounds.php:296 -#: backgrounds/functions/secondary-nav-backgrounds.php:345 -#: backgrounds/functions/secondary-nav-backgrounds.php:394 -#: library/customizer/controls/class-backgrounds-control.php:123 -msgid "Repeat y" -msgstr "Powtórz y" - -#: backgrounds/functions/functions.php:426 -#: backgrounds/functions/functions.php:476 -#: backgrounds/functions/functions.php:526 -#: backgrounds/functions/functions.php:576 -#: backgrounds/functions/functions.php:636 -#: backgrounds/functions/functions.php:686 -#: backgrounds/functions/functions.php:736 -#: backgrounds/functions/secondary-nav-backgrounds.php:89 -#: backgrounds/functions/secondary-nav-backgrounds.php:138 -#: backgrounds/functions/secondary-nav-backgrounds.php:187 -#: backgrounds/functions/secondary-nav-backgrounds.php:236 -#: backgrounds/functions/secondary-nav-backgrounds.php:297 -#: backgrounds/functions/secondary-nav-backgrounds.php:346 -#: backgrounds/functions/secondary-nav-backgrounds.php:395 -#: library/customizer/controls/class-backgrounds-control.php:124 -msgid "No Repeat" -msgstr "Nie powtarzaj" - -#: backgrounds/functions/functions.php:453 -#: backgrounds/functions/secondary-nav-backgrounds.php:114 -msgid "Navigation Item" -msgstr "Element nawigacji" - -#: backgrounds/functions/functions.php:503 -#: backgrounds/functions/secondary-nav-backgrounds.php:163 -msgid "Navigation Item Hover" -msgstr "Element nawigacji po najechaniu" - -#: backgrounds/functions/functions.php:553 -#: backgrounds/functions/secondary-nav-backgrounds.php:212 -msgid "Navigation Item Current" -msgstr "Bieżący element nawigacji" - -#: backgrounds/functions/functions.php:586 -msgid "Primary Sub-Navigation" -msgstr "" - -#: backgrounds/functions/functions.php:613 -#: backgrounds/functions/secondary-nav-backgrounds.php:273 -msgid "Sub-Navigation Item" -msgstr "Element podmenu" - -#: backgrounds/functions/functions.php:663 -#: backgrounds/functions/secondary-nav-backgrounds.php:322 -msgid "Sub-Navigation Item Hover" -msgstr "Element podmenu po najechaniu" - -#: backgrounds/functions/functions.php:713 -#: backgrounds/functions/secondary-nav-backgrounds.php:371 -msgid "Sub-Navigation Item Current" -msgstr "Bieżący element podmenu" - -#: backgrounds/functions/functions.php:746 -#: backgrounds/functions/functions.php:772 blog/functions/customizer.php:49 -#: colors/functions/functions.php:621 page-header/functions/metabox.php:182 -#: sections/functions/metaboxes/metabox-functions.php:241 -#: sections/functions/metaboxes/metabox-functions.php:244 -#: sites/classes/class-site.php:351 -#: spacing/functions/customizer/content-spacing.php:11 -msgid "Content" -msgstr "Zawartość" - -#: backgrounds/functions/functions.php:833 -msgid "Sidebar" -msgstr "" - -#: backgrounds/functions/functions.php:856 colors/functions/functions.php:775 -msgid "Sidebar Widgets" -msgstr "Widgety paska bocznego" - -#: backgrounds/functions/functions.php:917 colors/functions/functions.php:1102 -#: disable-elements/functions/functions.php:161 -#: disable-elements/functions/functions.php:163 -#: disable-elements/functions/functions.php:323 -#: disable-elements/functions/functions.php:325 -#: spacing/functions/customizer/footer-spacing.php:12 -#: typography/functions/functions.php:1871 -msgid "Footer" -msgstr "Stopka" - -#: backgrounds/functions/functions.php:941 -msgid "Footer Widget Area" -msgstr "Obszar widgetów stopki" - -#: backgrounds/functions/functions.php:1016 -msgid "Footer Area" -msgstr "Obszar stopki" - -#: backgrounds/functions/secondary-nav-backgrounds.php:39 -#: colors/functions/secondary-nav-colors.php:50 -#: disable-elements/functions/functions.php:145 -#: disable-elements/functions/functions.php:147 -#: disable-elements/functions/functions.php:307 -#: disable-elements/functions/functions.php:309 -#: secondary-nav/functions/functions.php:153 -#: secondary-nav/functions/functions.php:162 -#: typography/functions/secondary-nav-fonts.php:48 -msgid "Secondary Navigation" -msgstr "Druga nawigacja" - -#: backgrounds/functions/secondary-nav-backgrounds.php:247 -msgid "Secondary Sub-Navigation" -msgstr "" - -#: blog/functions/customizer.php:35 -msgid "Blog" -msgstr "Blog" - -#: blog/functions/customizer.php:63 blog/functions/customizer.php:439 -msgid "Archives" -msgstr "" - -#: blog/functions/customizer.php:64 -msgid "Single" -msgstr "" - -#: blog/functions/customizer.php:76 -msgid "Content type" -msgstr "" - -#: blog/functions/customizer.php:79 secondary-nav/functions/functions.php:206 -#: secondary-nav/functions/functions.php:232 -msgid "Full" -msgstr "" - -#: blog/functions/customizer.php:80 -msgid "Excerpt" -msgstr "" - -#: blog/functions/customizer.php:99 -msgid "Excerpt word count" -msgstr "" - -#: blog/functions/customizer.php:119 -msgid "Read more label" -msgstr "Etykieta czytaj dalej" - -#: blog/functions/customizer.php:139 -msgid "Display read more as button" -msgstr "" - -#: blog/functions/customizer.php:159 blog/functions/customizer.php:337 -msgid "Display post date" -msgstr "" - -#: blog/functions/customizer.php:179 blog/functions/customizer.php:356 -msgid "Display post author" -msgstr "" - -#: blog/functions/customizer.php:199 blog/functions/customizer.php:375 -msgid "Display post categories" -msgstr "" - -#: blog/functions/customizer.php:219 blog/functions/customizer.php:394 -msgid "Display post tags" -msgstr "" - -#: blog/functions/customizer.php:239 -msgid "Display comment count" -msgstr "" - -#: blog/functions/customizer.php:259 -msgid "Use infinite scroll" -msgstr "" - -#: blog/functions/customizer.php:279 -msgid "Use button to load more posts" -msgstr "" - -#: blog/functions/customizer.php:298 -msgid "Load more label" -msgstr "" - -#: blog/functions/customizer.php:317 -msgid "Loading label" -msgstr "" - -#: blog/functions/customizer.php:413 -msgid "Display post navigation" -msgstr "" - -#: blog/functions/customizer.php:426 -msgid "Featured Images" -msgstr "" - -#: blog/functions/customizer.php:440 -msgid "Posts" -msgstr "" - -#: blog/functions/customizer.php:441 -msgid "Pages" -msgstr "" - -#: blog/functions/customizer.php:462 blog/functions/customizer.php:625 -#: blog/functions/customizer.php:789 -msgid "Display featured images" -msgstr "" - -#: blog/functions/customizer.php:482 blog/functions/customizer.php:645 -#: blog/functions/customizer.php:809 -msgid "Display padding around images" -msgstr "" - -#: blog/functions/customizer.php:503 blog/functions/customizer.php:666 -#: blog/functions/customizer.php:830 -msgid "Location" -msgstr "" - -#: blog/functions/customizer.php:506 blog/functions/customizer.php:669 -#: blog/functions/customizer.php:833 -msgid "Below Title" -msgstr "" - -#: blog/functions/customizer.php:507 blog/functions/customizer.php:670 -#: blog/functions/customizer.php:834 -msgid "Above Title" -msgstr "" - -#: blog/functions/customizer.php:528 blog/functions/customizer.php:692 -#: blog/functions/customizer.php:856 -msgid "Alignment" -msgstr "" - -#: blog/functions/customizer.php:531 blog/functions/customizer.php:695 -#: blog/functions/customizer.php:859 page-header/functions/metabox.php:336 -#: secondary-nav/functions/functions.php:259 -#: woocommerce/functions/customizer/customizer.php:243 -#: woocommerce/functions/customizer/customizer.php:286 -msgid "Center" -msgstr "Do środka" - -#: blog/functions/customizer.php:532 blog/functions/customizer.php:696 -#: blog/functions/customizer.php:860 -#: library/customizer/controls/class-spacing-control.php:26 -#: menu-plus/functions/generate-menu-plus.php:445 -#: page-header/functions/metabox.php:335 -#: secondary-nav/functions/functions.php:258 -#: woocommerce/functions/customizer/customizer.php:242 -#: woocommerce/functions/customizer/customizer.php:285 -#, fuzzy -msgid "Left" -msgstr "" -"#-#-#-#-# generate-blog-pl_PL.po (Generate Blog) #-#-#-#-#\n" -"Do lewej\n" -"#-#-#-#-# generate-spacing-pl_PL.po (Generate Spacing) #-#-#-#-#\n" -"Lewo\n" -"#-#-#-#-# page-header-pl_PL.po (Generate Page Header) #-#-#-#-#\n" -"Do lewej\n" -"#-#-#-#-# secondary-nav-pl_PL.po (Generate Secondary Navigation) #-#-#-#-" -"#\n" -"Do lewej" - -#: blog/functions/customizer.php:533 blog/functions/customizer.php:697 -#: blog/functions/customizer.php:861 -#: library/customizer/controls/class-spacing-control.php:24 -#: menu-plus/functions/generate-menu-plus.php:446 -#: page-header/functions/metabox.php:337 -#: secondary-nav/functions/functions.php:260 -#: woocommerce/functions/customizer/customizer.php:244 -#: woocommerce/functions/customizer/customizer.php:287 -#, fuzzy -msgid "Right" -msgstr "" -"#-#-#-#-# generate-blog-pl_PL.po (Generate Blog) #-#-#-#-#\n" -"Do prawej\n" -"#-#-#-#-# generate-spacing-pl_PL.po (Generate Spacing) #-#-#-#-#\n" -"Prawo\n" -"#-#-#-#-# page-header-pl_PL.po (Generate Page Header) #-#-#-#-#\n" -"Do prawej\n" -"#-#-#-#-# secondary-nav-pl_PL.po (Generate Secondary Navigation) #-#-#-#-" -"#\n" -"Do prawej" - -#: blog/functions/customizer.php:555 blog/functions/customizer.php:719 -#: blog/functions/customizer.php:883 -msgid "Width" -msgstr "" - -#: blog/functions/customizer.php:559 blog/functions/customizer.php:586 -#: blog/functions/customizer.php:723 blog/functions/customizer.php:750 -#: blog/functions/customizer.php:887 blog/functions/customizer.php:914 -msgid "Auto" -msgstr "Automatycznie" - -#: blog/functions/customizer.php:582 blog/functions/customizer.php:746 -#: blog/functions/customizer.php:910 -msgid "Height" -msgstr "Wysokość" - -#: blog/functions/customizer.php:601 blog/functions/customizer.php:765 -#: blog/functions/customizer.php:929 -msgid "Apply sizes" -msgstr "" - -#: blog/functions/customizer.php:671 blog/functions/customizer.php:835 -#: page-header/functions/functions.php:811 -#: page-header/functions/functions.php:836 -msgid "Above Content Area" -msgstr "Ponad obszarem zawartości" - -#: blog/functions/customizer.php:943 blog/functions/customizer.php:983 -msgid "Columns" -msgstr "Kolumny" - -#: blog/functions/customizer.php:963 -msgid "Display posts in columns" -msgstr "" - -#: blog/functions/customizer.php:1010 -msgid "Make first post featured" -msgstr "" - -#: blog/functions/customizer.php:1031 -msgid "Display posts in masonry grid" -msgstr "" - -#: blog/functions/defaults.php:13 blog/functions/migrate.php:22 -msgid "Read more" -msgstr "" - -#: blog/functions/defaults.php:16 blog/functions/migrate.php:26 -msgid "+ More" -msgstr "+ więcej" - -#: blog/functions/defaults.php:17 blog/functions/migrate.php:27 -msgid "Loading..." -msgstr "Wczytywanie…" - -#: colors/functions/functions.php:46 -#: sections/functions/metaboxes/views/sections-template.php:211 -msgid "Colors" -msgstr "Kolory" - -#: colors/functions/functions.php:79 colors/functions/functions.php:166 -#: colors/functions/functions.php:276 colors/functions/functions.php:411 -#: colors/functions/functions.php:541 colors/functions/functions.php:644 -#: colors/functions/functions.php:798 colors/functions/functions.php:886 -#: colors/functions/functions.php:1125 colors/functions/functions.php:1209 -#: colors/functions/secondary-nav-colors.php:86 -#: colors/functions/secondary-nav-colors.php:240 -#: colors/functions/slideout-nav-colors.php:82 -#: colors/functions/slideout-nav-colors.php:236 -#: sections/functions/metaboxes/views/sections-template.php:236 -msgid "Background" -msgstr "Tło" - -#: colors/functions/functions.php:95 colors/functions/functions.php:181 -#: colors/functions/functions.php:340 colors/functions/functions.php:475 -#: colors/functions/functions.php:564 colors/functions/functions.php:658 -#: colors/functions/functions.php:812 colors/functions/functions.php:900 -#: colors/functions/functions.php:1139 colors/functions/functions.php:1232 -#: colors/functions/secondary-nav-colors.php:110 -#: colors/functions/secondary-nav-colors.php:264 -#: colors/functions/slideout-nav-colors.php:106 -#: colors/functions/slideout-nav-colors.php:260 -msgid "Text" -msgstr "Tekst" - -#: colors/functions/functions.php:101 colors/functions/functions.php:187 -#: colors/functions/functions.php:664 colors/functions/functions.php:818 -#: colors/functions/functions.php:906 colors/functions/functions.php:1145 -msgid "Link" -msgstr "Odnośnik" - -#: colors/functions/functions.php:107 colors/functions/functions.php:193 -#: colors/functions/functions.php:670 colors/functions/functions.php:824 -#: colors/functions/functions.php:912 colors/functions/functions.php:1151 -msgid "Link Hover" -msgstr "Odnośnik po najechaniu" - -#: colors/functions/functions.php:199 page-header/functions/metabox.php:512 -#: typography/functions/functions.php:424 -msgid "Site Title" -msgstr "Tytuł witryny" - -#: colors/functions/functions.php:205 -msgid "Tagline" -msgstr "Opis witryny" - -#: colors/functions/functions.php:253 -#: colors/functions/secondary-nav-colors.php:64 -#: colors/functions/slideout-nav-colors.php:60 -#, fuzzy -#| msgid "Primary Menu Items" -msgid "Parent Items" -msgstr "Elementy podstawowego menu" - -#: colors/functions/functions.php:301 colors/functions/functions.php:436 -#: colors/functions/functions.php:587 colors/functions/functions.php:1254 -#: colors/functions/secondary-nav-colors.php:133 -#: colors/functions/secondary-nav-colors.php:287 -#: colors/functions/slideout-nav-colors.php:129 -#: colors/functions/slideout-nav-colors.php:283 -msgid "Background Hover" -msgstr "Tło po najechaniu" - -#: colors/functions/functions.php:326 colors/functions/functions.php:461 -#: colors/functions/secondary-nav-colors.php:180 -#: colors/functions/secondary-nav-colors.php:334 -#: colors/functions/slideout-nav-colors.php:176 -#: colors/functions/slideout-nav-colors.php:330 -#, fuzzy -msgid "Background Current" -msgstr "" -"#-#-#-#-# generate-colors-pl_PL.po (Generate Colors) #-#-#-#-#\n" -"Tło bieżacego wyboru\n" -"#-#-#-#-# secondary-nav-pl_PL.po (Generate Secondary Navigation) #-#-#-#-" -"#\n" -"Bieżące tło" - -#: colors/functions/functions.php:346 colors/functions/functions.php:481 -#: colors/functions/functions.php:610 colors/functions/functions.php:1277 -#: colors/functions/secondary-nav-colors.php:157 -#: colors/functions/secondary-nav-colors.php:311 -#: colors/functions/slideout-nav-colors.php:153 -#: colors/functions/slideout-nav-colors.php:307 -msgid "Text Hover" -msgstr "Tekst po najechaniu" - -#: colors/functions/functions.php:352 colors/functions/functions.php:487 -#: colors/functions/secondary-nav-colors.php:204 -#: colors/functions/secondary-nav-colors.php:358 -#: colors/functions/slideout-nav-colors.php:200 -#: colors/functions/slideout-nav-colors.php:354 -#, fuzzy -msgid "Text Current" -msgstr "" -"#-#-#-#-# generate-colors-pl_PL.po (Generate Colors) #-#-#-#-#\n" -"Tekst bieżącego wyboru\n" -"#-#-#-#-# secondary-nav-pl_PL.po (Generate Secondary Navigation) #-#-#-#-" -"#\n" -"Bieżący tekst" - -#: colors/functions/functions.php:388 -#: colors/functions/secondary-nav-colors.php:218 -#: colors/functions/slideout-nav-colors.php:214 -#, fuzzy -#| msgid "Sub-menu Item Height" -msgid "Sub-Menu Items" -msgstr "Wysokość elementów podmenu" - -#: colors/functions/functions.php:518 typography/functions/functions.php:732 -msgid "Buttons" -msgstr "" - -#: colors/functions/functions.php:676 -#: disable-elements/functions/functions.php:156 -#: disable-elements/functions/functions.php:158 -#: disable-elements/functions/functions.php:318 -#: disable-elements/functions/functions.php:320 -msgid "Content Title" -msgstr "Tytuł zawartości" - -#: colors/functions/functions.php:682 -msgid "Blog Post Title" -msgstr "Tytuł wpisu na blogu" - -#: colors/functions/functions.php:688 -msgid "Blog Post Title Hover" -msgstr "Tytuł wpisu po najechaniu" - -#: colors/functions/functions.php:694 -msgid "Entry Meta Text" -msgstr "Kolor tekstów meta" - -#: colors/functions/functions.php:700 -msgid "Entry Meta Links" -msgstr "Kolor odnośników meta" - -#: colors/functions/functions.php:706 -msgid "Entry Meta Links Hover" -msgstr "Kolor odnośników meta po najechaniu" - -#: colors/functions/functions.php:712 -msgid "Heading 1 (H1) Color" -msgstr "Kolor nagłówka 1 (H1)" - -#: colors/functions/functions.php:718 -msgid "Heading 2 (H2) Color" -msgstr "Kolor nagłówka 2 (H2)" - -#: colors/functions/functions.php:724 -msgid "Heading 3 (H3) Color" -msgstr "Kolor nagłówka 3 (H3)" - -#: colors/functions/functions.php:732 -msgid "Heading 4 (H4) Color" -msgstr "" - -#: colors/functions/functions.php:741 -msgid "Heading 5 (H5) Color" -msgstr "" - -#: colors/functions/functions.php:830 colors/functions/functions.php:918 -msgid "Widget Title" -msgstr "Nazwa widgeta" - -#: colors/functions/functions.php:863 -msgid "Footer Widgets" -msgstr "" - -#: colors/functions/functions.php:951 -msgid "Forms" -msgstr "" - -#: colors/functions/functions.php:974 -msgid "Form Background" -msgstr "Tło formularza" - -#: colors/functions/functions.php:999 -msgid "Form Background Focus" -msgstr "" - -#: colors/functions/functions.php:1024 -msgid "Form Border" -msgstr "Krawędź formularza" - -#: colors/functions/functions.php:1049 -msgid "Form Border Focus" -msgstr "" - -#: colors/functions/functions.php:1063 -msgid "Form Text" -msgstr "Tekst formularza" - -#: colors/functions/functions.php:1069 -msgid "Form Text Focus" -msgstr "" - -#: colors/functions/functions.php:1188 -msgid "Back to Top Button" -msgstr "" - -#: colors/functions/slideout-nav-colors.php:46 -#: menu-plus/functions/generate-menu-plus.php:14 -#: menu-plus/functions/generate-menu-plus.php:396 -#: menu-plus/functions/generate-menu-plus.php:417 -#: menu-plus/functions/generate-menu-plus.php:726 -#: typography/functions/slideout-nav-fonts.php:38 -msgid "Slideout Navigation" -msgstr "" - -#: colors/functions/woocommerce-colors.php:51 -msgid "Product Title" -msgstr "" - -#: colors/functions/woocommerce-colors.php:73 -msgid "Product Title Hover" -msgstr "" - -#: colors/functions/woocommerce-colors.php:96 -msgid "Alt Button Background" -msgstr "" - -#: colors/functions/woocommerce-colors.php:120 -msgid "Alt Button Background Hover" -msgstr "" - -#: colors/functions/woocommerce-colors.php:143 -msgid "Alt Button Text" -msgstr "" - -#: colors/functions/woocommerce-colors.php:166 -msgid "Alt Button Text Hover" -msgstr "" - -#: colors/functions/woocommerce-colors.php:189 -msgid "Star Ratings" -msgstr "" - -#: colors/functions/woocommerce-colors.php:213 -msgid "Sale Sticker Background" -msgstr "" - -#: colors/functions/woocommerce-colors.php:236 -msgid "Sale Sticker Text" -msgstr "" - -#: colors/functions/woocommerce-colors.php:258 -msgid "Price" -msgstr "" - -#: colors/functions/woocommerce-colors.php:280 -msgid "Product Tab Text" -msgstr "" - -#: colors/functions/woocommerce-colors.php:302 -msgid "Product Tab Active" -msgstr "" - -#: colors/functions/woocommerce-colors.php:325 -msgid "Success Message Background" -msgstr "" - -#: colors/functions/woocommerce-colors.php:348 -msgid "Success Message Text" -msgstr "" - -#: colors/functions/woocommerce-colors.php:371 -msgid "Info Message Background" -msgstr "" - -#: colors/functions/woocommerce-colors.php:394 -msgid "Info Message Text" -msgstr "" - -#: colors/functions/woocommerce-colors.php:417 -msgid "Error Message Background" -msgstr "" - -#: colors/functions/woocommerce-colors.php:440 -msgid "Error Message Text" -msgstr "" - -#: copyright/functions/functions.php:37 -msgid "Copyright" -msgstr "Prawa autorskie" - -#: disable-elements/functions/functions.php:98 -msgid "Disable Elements" -msgstr "Wyłączone elementy" - -#: disable-elements/functions/functions.php:151 -#: disable-elements/functions/functions.php:153 -#: disable-elements/functions/functions.php:313 -#: disable-elements/functions/functions.php:315 -msgid "Featured Image / Page Header" -msgstr "" - -#: general/smooth-scroll.php:85 -msgid "Smooth scroll" -msgstr "" - -#: general/smooth-scroll.php:86 -msgid "" -"Initiate smooth scroll on anchor links using the smooth-scroll " -"class." -msgstr "" - -#: gp-premium.php:220 -msgid "GeneratePress has an update available." -msgstr "" - -#: gp-premium.php:222 -msgid "Update now." -msgstr "" - -#: gp-premium.php:234 -msgid "GP Premium requires GeneratePress to be your active theme." -msgstr "" - -#: gp-premium.php:235 -msgid "Install now." -msgstr "" - -#: gp-premium.php:250 -msgid "Configure" -msgstr "" - -#: hooks/functions/functions.php:69 -msgid "" -"DISALLOW_FILE_EDIT is defined. You should also disallow PHP execution in GP " -"Hooks." -msgstr "" - -#: hooks/functions/functions.php:70 -msgid "Learn how" -msgstr "" - -#: hooks/functions/functions.php:124 hooks/functions/functions.php:144 -#: hooks/functions/functions.php:395 -msgid "GP Hooks" -msgstr "Haki GP" - -#: hooks/functions/functions.php:160 -msgid "wp_head" -msgstr "wp_head" - -#: hooks/functions/functions.php:166 -msgid "Before Header" -msgstr "Przed nagłówkiem" - -#: hooks/functions/functions.php:172 -msgid "Before Header Content" -msgstr "Przed zawartością nagłówka" - -#: hooks/functions/functions.php:178 -msgid "After Header Content" -msgstr "Po zawartości nagłówka" - -#: hooks/functions/functions.php:184 -msgid "After Header" -msgstr "Po nagłówku" - -#: hooks/functions/functions.php:190 -msgid "Inside Content Container" -msgstr "Wewnątrz kontenera treści" - -#: hooks/functions/functions.php:196 -msgid "Before Content" -msgstr "Przed zawartością" - -#: hooks/functions/functions.php:202 -msgid "After Entry Title" -msgstr "Po tytule" - -#: hooks/functions/functions.php:208 -msgid "After Content" -msgstr "Po treści" - -#: hooks/functions/functions.php:214 -msgid "Before Right Sidebar Content" -msgstr "Przed zawartością prawego paska bocznego" - -#: hooks/functions/functions.php:220 -msgid "After Right Sidebar Content" -msgstr "Po zawartości prawego paska bocznego" - -#: hooks/functions/functions.php:226 -msgid "Before Left Sidebar Content" -msgstr "Przed zawartością lewego paska bocznego" - -#: hooks/functions/functions.php:232 -msgid "After Left Sidebar Content" -msgstr "Po zawartości lewego paska bocznego" - -#: hooks/functions/functions.php:238 -msgid "Before Footer" -msgstr "Przed stopką" - -#: hooks/functions/functions.php:244 -msgid "After Footer Widgets" -msgstr "Po widgetach stopki" - -#: hooks/functions/functions.php:250 -msgid "Before Footer Content" -msgstr "Przed zawartością stopki" - -#: hooks/functions/functions.php:256 -msgid "After Footer Content" -msgstr "Po zawartości stopki" - -#: hooks/functions/functions.php:262 -msgid "wp_footer" -msgstr "wp_footer" - -#: hooks/functions/functions.php:347 -msgid "Execute PHP" -msgstr "Wykonaj PHP" - -#: hooks/functions/functions.php:349 -msgid "Disable Hook" -msgstr "Wyłącz hak" - -#: hooks/functions/functions.php:397 -msgid "" -"Use these fields to insert anything you like throughout GeneratePress. " -"Shortcodes are allowed, and you can even use PHP if you check the Execute " -"PHP checkboxes." -msgstr "" -"Użyj tych pól do wprowadzenia dowolnej zawartości w całym GeneratePress. " -"Kody skrótowe są dozwolone, możesz nawet wykorzystać PHP jeśli zaznaczysz " -"\"wykonaj PHP\"." - -#: hooks/functions/functions.php:399 -msgid "Show all" -msgstr "Pokaż wszystkie" - -#: hooks/functions/functions.php:410 -msgid "Save Hooks" -msgstr "Zapisz haki" - -#: hooks/functions/functions.php:482 -msgid "Hooks saved." -msgstr "Haki zostały zapisane." - -#: import-export/functions/functions.php:11 -msgid "Export" -msgstr "" - -#: import-export/functions/functions.php:14 library/reset.php:12 -#: page-header/functions/metabox.php:196 -msgid "Advanced" -msgstr "" - -#: import-export/functions/functions.php:16 library/reset.php:14 -msgctxt "Module name" -msgid "Core" -msgstr "" - -#: import-export/functions/functions.php:19 library/reset.php:17 -#, fuzzy -#| msgid "Background" -msgctxt "Module name" -msgid "Backgrounds" -msgstr "Tło" - -#: import-export/functions/functions.php:23 library/reset.php:21 -#, fuzzy -#| msgid "Blog" -msgctxt "Module name" -msgid "Blog" -msgstr "Blog" - -#: import-export/functions/functions.php:27 library/reset.php:25 -#, fuzzy -#| msgid "GP Hooks" -msgctxt "Module name" -msgid "Hooks" -msgstr "Haki GP" - -#: import-export/functions/functions.php:31 library/reset.php:29 -#, fuzzy -#| msgid "Page Header" -msgctxt "Module name" -msgid "Page Header" -msgstr "Nagłówek strony" - -#: import-export/functions/functions.php:35 library/reset.php:33 -#, fuzzy -#| msgid "Secondary Navigation" -msgctxt "Module name" -msgid "Secondary Navigation" -msgstr "Druga nawigacja" - -#: import-export/functions/functions.php:39 library/reset.php:37 -#, fuzzy -#| msgid "Element Spacing" -msgctxt "Module name" -msgid "Spacing" -msgstr "Odstępy między elementami" - -#: import-export/functions/functions.php:43 library/reset.php:41 -#, fuzzy -#| msgid "Menu Plus" -msgctxt "Module name" -msgid "Menu Plus" -msgstr "Menu Plus" - -#: import-export/functions/functions.php:47 library/reset.php:45 -msgctxt "Module name" -msgid "WooCommerce" -msgstr "" - -#: import-export/functions/functions.php:51 library/reset.php:49 -#, fuzzy -#| msgid "Copyright" -msgctxt "Module name" -msgid "Copyright" -msgstr "Prawa autorskie" - -#: import-export/functions/functions.php:56 -msgctxt "Module name" -msgid "GeneratePress Site" -msgstr "" - -#: import-export/functions/functions.php:63 -msgid "Export Settings" -msgstr "" - -#: import-export/functions/functions.php:77 -msgid "Import" -msgstr "" - -#: import-export/functions/functions.php:86 -msgid "Import Settings" -msgstr "Ustawienia importu" - -#: import-export/functions/functions.php:214 -msgid "Please upload a valid .json file" -msgstr "Wgraj prawidłowy plik .json" - -#: import-export/functions/functions.php:220 -msgid "Please upload a file to import" -msgstr "Wgraj plik do zaimportowania" - -#: inc/EDD_SL_Plugin_Updater.php:201 -#, php-format -msgid "" -"There is a new version of %1$s available. %2$sView version %3$s details%4$s." -msgstr "" - -#: inc/EDD_SL_Plugin_Updater.php:209 -#, php-format -msgid "" -"There is a new version of %1$s available. %2$sView version %3$s details%4$s " -"or %5$supdate now%6$s." -msgstr "" - -#: inc/EDD_SL_Plugin_Updater.php:399 -msgid "You do not have permission to install plugin updates" -msgstr "Nie masz uprawnień do instalacji aktualizacji wtyczki." - -#: inc/EDD_SL_Plugin_Updater.php:399 -msgid "Error" -msgstr "Błąd" - -#: inc/activation.php:14 -msgid "Add-on deactivated." -msgstr "Dodatek nieaktywny." - -#: inc/activation.php:18 -msgid "Add-on activated." -msgstr "Dodatek aktywny." - -#. Plugin Name of the plugin/theme -#: inc/activation.php:59 -msgid "GP Premium" -msgstr "GP Premium" - -#: inc/activation.php:67 -msgid "Bulk Actions" -msgstr "Masowe działania" - -#: inc/activation.php:68 inc/activation.php:105 -msgid "Activate" -msgstr "Aktywuj" - -#: inc/activation.php:69 inc/activation.php:89 -msgid "Deactivate" -msgstr "Deaktywuj" - -#: inc/activation.php:72 -#: sections/functions/metaboxes/views/sections-template.php:80 -msgid "Apply" -msgstr "Zastosuj" - -#: inc/activation.php:102 -msgid "WooCommerce not activated." -msgstr "" - -#: inc/activation.php:430 -msgid "Enter valid license key for automatic updates." -msgstr "" - -#: inc/dashboard.php:16 -msgid "Modules" -msgstr "" - -#: inc/verify.php:74 -msgid "License deactivated." -msgstr "Licencja zdeaktywowana." - -#: inc/verify.php:78 -msgid "License activated." -msgstr "Licencja aktywowana." - -#: inc/verify.php:110 -msgid "Updates" -msgstr "" - -#: inc/verify.php:110 -msgid "Help" -msgstr "Pomoc" - -#: inc/verify.php:126 -msgid "Receiving updates" -msgstr "" - -#: inc/verify.php:128 -msgid "Not receiving updates" -msgstr "" - -#: inc/verify.php:134 -msgid "License Key" -msgstr "Klucz licencyjny" - -#: inc/verify.php:139 -msgid "Update" -msgstr "Aktualizacja" - -#: inc/verify.php:224 -#, php-format -msgid "Your license key expired on %s." -msgstr "" - -#: inc/verify.php:231 -msgid "Your license key has been disabled." -msgstr "" - -#: inc/verify.php:236 -msgid "Invalid license." -msgstr "" - -#: inc/verify.php:242 -msgid "Your license is not active for this URL." -msgstr "" - -#: inc/verify.php:247 -#, php-format -msgid "This appears to be an invalid license key for %s." -msgstr "" - -#: inc/verify.php:252 -msgid "Your license key has reached its activation limit." -msgstr "" - -#: inc/verify.php:257 -msgid "An error occurred, please try again." -msgstr "" - -#: library/batch-processing/wp-background-process.php:425 -#, php-format -msgid "Every %d Minutes" -msgstr "" - -#: library/customizer/controls/class-backgrounds-control.php:18 -msgid "left top, x% y%, xpos ypos (px)" -msgstr "" - -#: library/customizer/controls/class-backgrounds-control.php:19 -msgid "Position" -msgstr "Pozycja" - -#: library/customizer/controls/class-backgrounds-control.php:130 -msgid "Size (Auto)" -msgstr "Rozmiar (auto)" - -#: library/customizer/controls/class-backgrounds-control.php:131 -msgid "100% Width" -msgstr "100% szerokości" - -#: library/customizer/controls/class-backgrounds-control.php:132 -msgid "Cover" -msgstr "Wypełnij" - -#: library/customizer/controls/class-backgrounds-control.php:133 -msgid "Contain" -msgstr "Dopasuj" - -#: library/customizer/controls/class-backgrounds-control.php:139 -msgid "Attachment" -msgstr "Załącznik" - -#: library/customizer/controls/class-backgrounds-control.php:140 -msgid "Fixed" -msgstr "Stała" - -#: library/customizer/controls/class-backgrounds-control.php:141 -msgid "Local" -msgstr "W miejscu" - -#: library/customizer/controls/class-backgrounds-control.php:142 -#: woocommerce/functions/customizer/customizer.php:550 -msgid "Inherit" -msgstr "Odziedzicz" - -#: library/customizer/controls/class-copyright-control.php:25 -msgid "%current_year% to update year automatically." -msgstr "" - -#: library/customizer/controls/class-copyright-control.php:26 -msgid "%copy% to include the copyright symbol." -msgstr "" - -#: library/customizer/controls/class-copyright-control.php:27 -msgid "HTML is allowed." -msgstr "HTML jest dozwolony." - -#: library/customizer/controls/class-copyright-control.php:28 -msgid "Shortcodes are allowed." -msgstr "Kody skrótowe są dozwolone." - -#: library/customizer/controls/class-range-slider-control.php:42 -msgid "Desktop" -msgstr "" - -#: library/customizer/controls/class-range-slider-control.php:43 -msgid "Tablet" -msgstr "" - -#: library/customizer/controls/class-range-slider-control.php:44 -msgid "Mobile" -msgstr "" - -#: library/customizer/controls/class-range-slider-control.php:45 -#: library/reset.php:9 -msgid "Reset" -msgstr "" - -#: library/customizer/controls/class-spacing-control.php:23 -msgid "Top" -msgstr "Góra" - -#: library/customizer/controls/class-spacing-control.php:25 -msgid "Bottom" -msgstr "Dół" - -#: library/customizer/controls/class-spacing-control.php:48 -msgid "Link values" -msgstr "" - -#: library/customizer/controls/class-spacing-control.php:49 -msgid "Un-link values" -msgstr "" - -#: library/customizer/controls/class-typography-control.php:25 -msgid "System Fonts" -msgstr "" - -#: library/customizer/controls/class-typography-control.php:26 -msgid "Google Fonts" -msgstr "" - -#: library/customizer/controls/class-typography-control.php:29 -msgid "Font family" -msgstr "Rodzina czcionki" - -#: library/customizer/controls/class-typography-control.php:30 -msgid "Font weight" -msgstr "Waga czcionki" - -#: library/customizer/controls/class-typography-control.php:31 -msgid "Text transform" -msgstr "Przekształcenie tekstu" - -#: library/customizer/controls/class-typography-control.php:33 -msgid "Variants" -msgstr "" - -#: library/customizer/controls/class-typography-control.php:162 -msgid "normal" -msgstr "" - -#: library/customizer/controls/class-typography-control.php:163 -msgid "bold" -msgstr "" - -#: library/customizer/controls/class-typography-control.php:178 -msgid "none" -msgstr "" - -#: library/customizer/controls/class-typography-control.php:179 -msgid "capitalize" -msgstr "" - -#: library/customizer/controls/class-typography-control.php:180 -msgid "uppercase" -msgstr "" - -#: library/customizer/controls/class-typography-control.php:181 -msgid "lowercase" -msgstr "" - -#: library/reset.php:55 -msgid "Warning: This will delete your settings and can not be undone." -msgstr "" - -#: library/reset.php:58 -msgid "Reset Settings" -msgstr "" - -#: menu-plus/functions/generate-menu-plus.php:25 -#: menu-plus/functions/generate-menu-plus.php:632 -msgid "Menu" -msgstr "Menu" - -#: menu-plus/functions/generate-menu-plus.php:101 -msgid "Menu Plus" -msgstr "Menu Plus" - -#: menu-plus/functions/generate-menu-plus.php:126 -msgid "General Settings" -msgstr "Ustawienia ogólne" - -#: menu-plus/functions/generate-menu-plus.php:144 -#: secondary-nav/functions/functions.php:181 -msgid "Mobile Menu Label" -msgstr "Etykieta menu mobilnego" - -#: menu-plus/functions/generate-menu-plus.php:154 -#: menu-plus/functions/generate-menu-plus.php:175 -msgid "Sticky Navigation" -msgstr "" - -#: menu-plus/functions/generate-menu-plus.php:178 -#: menu-plus/functions/generate-menu-plus.php:420 -msgid "Mobile only" -msgstr "Tylko mobilne" - -#: menu-plus/functions/generate-menu-plus.php:179 -#: menu-plus/functions/generate-menu-plus.php:421 -msgid "Desktop only" -msgstr "Tylko desktop" - -#: menu-plus/functions/generate-menu-plus.php:180 -#: menu-plus/functions/generate-menu-plus.php:317 -#: menu-plus/functions/generate-menu-plus.php:363 -#: menu-plus/functions/generate-menu-plus.php:422 -msgid "On" -msgstr "" - -#: menu-plus/functions/generate-menu-plus.php:181 -#: menu-plus/functions/generate-menu-plus.php:316 -#: menu-plus/functions/generate-menu-plus.php:364 -#: menu-plus/functions/generate-menu-plus.php:423 -msgid "Off" -msgstr "" - -#: menu-plus/functions/generate-menu-plus.php:202 -#, fuzzy -#| msgid "Position" -msgid "Transition" -msgstr "Pozycja" - -#: menu-plus/functions/generate-menu-plus.php:205 -msgid "Fade" -msgstr "Zanikanie" - -#: menu-plus/functions/generate-menu-plus.php:206 -msgid "Slide" -msgstr "Przesunięcie" - -#: menu-plus/functions/generate-menu-plus.php:207 -msgid "None" -msgstr "Brak" - -#: menu-plus/functions/generate-menu-plus.php:229 -#: menu-plus/functions/generate-menu-plus.php:385 -msgid "Hide when scrolling down" -msgstr "" - -#: menu-plus/functions/generate-menu-plus.php:252 -#: page-header/functions/metabox.php:477 -msgid "Navigation Logo" -msgstr "" - -#: menu-plus/functions/generate-menu-plus.php:274 -msgid "Navigation Logo Placement" -msgstr "" - -#: menu-plus/functions/generate-menu-plus.php:277 -#: menu-plus/functions/generate-menu-plus.php:360 -msgid "Sticky" -msgstr "" - -#: menu-plus/functions/generate-menu-plus.php:278 -msgid "Sticky + Static" -msgstr "" - -#: menu-plus/functions/generate-menu-plus.php:279 -msgid "Static" -msgstr "" - -#: menu-plus/functions/generate-menu-plus.php:292 -#: menu-plus/functions/generate-menu-plus.php:313 -msgid "Mobile Header" -msgstr "Nagłówek mobilny" - -#: menu-plus/functions/generate-menu-plus.php:338 -#: page-header/functions/metabox.php:191 -msgid "Logo" -msgstr "Logo" - -#: menu-plus/functions/generate-menu-plus.php:442 -msgid "Side" -msgstr "" - -#: menu-plus/functions/generate-menu-plus.php:693 -#: sections/functions/metaboxes/views/sections-template.php:69 -#: sites/classes/class-site.php:161 sites/classes/class-site.php:477 -msgid "Close" -msgstr "" - -#: page-header/functions/functions.php:784 page-header/functions/metabox.php:37 -#: page-header/functions/metabox.php:57 page-header/functions/metabox.php:763 -#: page-header/functions/post-type.php:15 -#: page-header/functions/post-type.php:29 -#: page-header/functions/post-type.php:79 -#: page-header/functions/post-type.php:112 -msgid "Page Header" -msgstr "Nagłówek strony" - -#: page-header/functions/functions.php:808 -msgid "Page Header Location" -msgstr "" - -#: page-header/functions/functions.php:812 -#: page-header/functions/functions.php:837 -msgid "Inside Content Area" -msgstr "Wewnątrz obszaru zawartości" - -#: page-header/functions/functions.php:833 -msgid "Single Post Header Location" -msgstr "" - -#: page-header/functions/functions.php:838 -msgid "Below Post Title" -msgstr "Poniżej tytułu wpisu" - -#: page-header/functions/functions.php:839 -msgid "Hide" -msgstr "Ukryj" - -#: page-header/functions/functions.php:1078 -#, php-format -msgid "View all posts by %s" -msgstr "" - -#: page-header/functions/global-locations.php:24 -#: page-header/functions/global-locations.php:25 -#: page-header/functions/global-locations.php:40 -msgid "Global Locations" -msgstr "" - -#: page-header/functions/global-locations.php:72 -msgid "Posts Page (blog)" -msgstr "" - -#: page-header/functions/global-locations.php:81 -msgid "Search Results" -msgstr "" - -#: page-header/functions/global-locations.php:90 -msgid "404 Template" -msgstr "" - -#: page-header/functions/global-locations.php:99 -msgid "Post Types - Single" -msgstr "" - -#: page-header/functions/global-locations.php:125 -msgid "Post Types - Archives" -msgstr "" - -#: page-header/functions/global-locations.php:147 -msgid "Taxonomies - Archives" -msgstr "" - -#: page-header/functions/metabox.php:139 page-header/functions/metabox.php:749 -#, php-format -msgid "" -"No Page Headers found. Want to create " -"one?" -msgstr "" - -#: page-header/functions/metabox.php:158 -msgid "Content is required for the below settings to work." -msgstr "" - -#: page-header/functions/metabox.php:178 -msgid "Image" -msgstr "Obrazek" - -#: page-header/functions/metabox.php:186 -msgid "Background Video" -msgstr "" - -#: page-header/functions/metabox.php:202 -msgid "Add to excerpt" -msgstr "" - -#: page-header/functions/metabox.php:218 -msgid "" -"Currently using your featured image." -msgstr "" - -#: page-header/functions/metabox.php:229 -msgid "Page Header Image" -msgstr "Obraz w nagłówku strony" - -#: page-header/functions/metabox.php:229 -msgid "Insert Image" -msgstr "Wstaw obrazek" - -#: page-header/functions/metabox.php:230 -msgid "Choose Image" -msgstr "" - -#: page-header/functions/metabox.php:233 -msgid "Remove Image" -msgstr "" - -#: page-header/functions/metabox.php:238 -msgid "Or you can set the featured image." -msgstr "" - -#: page-header/functions/metabox.php:243 -msgid "Image Link" -msgstr "" - -#: page-header/functions/metabox.php:248 -msgid "Resize Image" -msgstr "" - -#: page-header/functions/metabox.php:250 -#: sections/functions/metaboxes/views/sections-template.php:250 -#: sections/functions/metaboxes/views/sections-template.php:258 -msgid "Disable" -msgstr "Wyłącz" - -#: page-header/functions/metabox.php:251 -#: sections/functions/metaboxes/views/sections-template.php:251 -#: sections/functions/metaboxes/views/sections-template.php:259 -msgid "Enable" -msgstr "Włącz" - -#: page-header/functions/metabox.php:257 -msgid "Image Width" -msgstr "Szerokość obrazka" - -#: page-header/functions/metabox.php:262 -msgid "Image Height" -msgstr "Wysokość obrazka" - -#: page-header/functions/metabox.php:265 -msgid "Use \"0\" or leave blank for proportional resizing." -msgstr "Użyj \"0\" lub zostaw puste dla zachowania proporcji." - -#: page-header/functions/metabox.php:274 -msgid "HTML and shortcodes allowed." -msgstr "Dozwolony HTML i kody skrótowe" - -#: page-header/functions/metabox.php:281 -msgid "Automatically add paragraphs" -msgstr "Automatycznie dodawaj paragrafy" - -#: page-header/functions/metabox.php:286 -msgid "Add Padding" -msgstr "Dodaj odstępy od krawędzi" - -#: page-header/functions/metabox.php:291 -msgid "Add Background Image" -msgstr "" - -#: page-header/functions/metabox.php:296 -msgid "Use background color as overlay" -msgstr "" - -#: page-header/functions/metabox.php:301 -#: sections/functions/metaboxes/views/sections-template.php:247 -msgid "Parallax Effect" -msgstr "Efekt paralaksy" - -#: page-header/functions/metabox.php:306 -msgid "Fullscreen" -msgstr "Pełny ekran" - -#: page-header/functions/metabox.php:311 -msgid "Vertical center content" -msgstr "Wypośrodkuj zawartość pionowo" - -#: page-header/functions/metabox.php:317 -msgid "Container" -msgstr "" - -#: page-header/functions/metabox.php:319 page-header/functions/metabox.php:327 -#: secondary-nav/functions/functions.php:207 -#: secondary-nav/functions/functions.php:233 -#: sections/functions/metaboxes/views/sections-template.php:167 -#: sections/functions/metaboxes/views/sections-template.php:175 -#, fuzzy -msgid "Contained" -msgstr "" -"#-#-#-#-# generate-sections-pl_PL.po (Generate Sections) #-#-#-#-#\n" -"W pojemniku\n" -"#-#-#-#-# page-header-pl_PL.po (Generate Page Header) #-#-#-#-#\n" -"W obrębie pojemnika\n" -"#-#-#-#-# secondary-nav-pl_PL.po (Generate Secondary Navigation) #-#-#-#-" -"#\n" -"W pojemniku" - -#: page-header/functions/metabox.php:320 page-header/functions/metabox.php:328 -#: sections/functions/metaboxes/views/sections-template.php:166 -#: sections/functions/metaboxes/views/sections-template.php:176 -msgid "Full Width" -msgstr "" - -#: page-header/functions/metabox.php:325 -msgid "Inner Container" -msgstr "" - -#: page-header/functions/metabox.php:333 -#: woocommerce/functions/customizer/customizer.php:282 -msgid "Text Alignment" -msgstr "Wyrównanie tekstu" - -#: page-header/functions/metabox.php:342 -msgid "Top & Bottom Padding" -msgstr "" - -#: page-header/functions/metabox.php:351 -msgid "Left & Right Padding" -msgstr "" - -#: page-header/functions/metabox.php:362 -#: sections/functions/metaboxes/views/sections-template.php:212 -msgid "Background Color" -msgstr "Kolor tła" - -#: page-header/functions/metabox.php:367 -#: sections/functions/metaboxes/views/sections-template.php:217 -msgid "Text Color" -msgstr "Kolor tekstu" - -#: page-header/functions/metabox.php:372 -#: sections/functions/metaboxes/views/sections-template.php:223 -msgid "Link Color" -msgstr "Kolor odnośnika" - -#: page-header/functions/metabox.php:377 -#: sections/functions/metaboxes/views/sections-template.php:229 -msgid "Link Color Hover" -msgstr "Kolor odnośnika po najechaniu" - -#: page-header/functions/metabox.php:388 -msgid "MP4 file" -msgstr "" - -#: page-header/functions/metabox.php:390 page-header/functions/metabox.php:398 -#: page-header/functions/metabox.php:406 -msgid "Page Header Video" -msgstr "Wideo w nagłówku strony" - -#: page-header/functions/metabox.php:390 page-header/functions/metabox.php:398 -#: page-header/functions/metabox.php:406 -msgid "Insert Video" -msgstr "Wstaw wideo" - -#: page-header/functions/metabox.php:391 page-header/functions/metabox.php:399 -#: page-header/functions/metabox.php:407 -msgid "Choose Video" -msgstr "" - -#: page-header/functions/metabox.php:396 -msgid "OGV file" -msgstr "" - -#: page-header/functions/metabox.php:404 -msgid "WEBM file" -msgstr "" - -#: page-header/functions/metabox.php:412 -msgid "Overlay Color" -msgstr "Kolor przesłaniający" - -#: page-header/functions/metabox.php:428 -msgid "Overwrite your site-wide logo/header on this page." -msgstr "" - -#: page-header/functions/metabox.php:438 -msgid "Header / Logo" -msgstr "Nagłówek / logo" - -#: page-header/functions/metabox.php:438 page-header/functions/metabox.php:477 -msgid "Insert Logo" -msgstr "" - -#: page-header/functions/metabox.php:439 page-header/functions/metabox.php:478 -msgid "Choose Logo" -msgstr "" - -#: page-header/functions/metabox.php:450 page-header/functions/metabox.php:490 -msgid "Remove Logo" -msgstr "" - -#: page-header/functions/metabox.php:467 -msgid "Overwrite your navigation logo on this page." -msgstr "" - -#: page-header/functions/metabox.php:502 -msgid "Merge with site header" -msgstr "Scal z nagłówkiem strony" - -#: page-header/functions/metabox.php:508 -msgid "Place content behind header (sliders etc..)" -msgstr "" - -#: page-header/functions/metabox.php:517 typography/functions/functions.php:547 -msgid "Site Tagline" -msgstr "" - -#: page-header/functions/metabox.php:523 -msgid "Custom Navigation Colors" -msgstr "" - -#: page-header/functions/metabox.php:528 -msgid "Navigation Background" -msgstr "" - -#: page-header/functions/metabox.php:533 -msgid "Navigation Text" -msgstr "" - -#: page-header/functions/metabox.php:538 -msgid "Navigation Background Hover" -msgstr "" - -#: page-header/functions/metabox.php:543 -msgid "Navigation Text Hover" -msgstr "" - -#: page-header/functions/metabox.php:548 -msgid "Navigation Background Current" -msgstr "" - -#: page-header/functions/metabox.php:553 -msgid "Navigation Text Current" -msgstr "" - -#: page-header/functions/metabox.php:673 -msgid "Template Tags" -msgstr "" - -#: page-header/functions/metabox.php:686 -msgid "The content title of the current post/taxonomy." -msgstr "" - -#: page-header/functions/metabox.php:689 -msgid "The published date of the current post." -msgstr "" - -#: page-header/functions/metabox.php:692 -msgid "The author of the current post." -msgstr "" - -#: page-header/functions/metabox.php:695 -msgid "" -"The terms attached to the chosen taxonomy (category, post_tag, product_cat)." -msgstr "" - -#: page-header/functions/metabox.php:698 -msgid "Custom post meta. Replace \"name\" with the name of your custom field." -msgstr "" - -#: page-header/functions/metabox.php:702 -msgid "" -"Display an Elementor library template. Replace \"id\" with the ID or name." -msgstr "" - -#: page-header/functions/metabox.php:707 -msgid "Display a Beaver Builder template. Replace \"id\" with the ID or name." -msgstr "" - -#: page-header/functions/post-type.php:12 -msgctxt "Post Type General Name" -msgid "Page Headers" -msgstr "" - -#: page-header/functions/post-type.php:13 -msgctxt "Post Type Singular Name" -msgid "Page Header" -msgstr "" - -#: page-header/functions/post-type.php:14 -msgid "Page Headers" -msgstr "" - -#: page-header/functions/post-type.php:16 -msgid "Page Header Archives" -msgstr "" - -#: page-header/functions/post-type.php:17 -msgid "Parent Page Header:" -msgstr "" - -#: page-header/functions/post-type.php:18 -msgid "All Page Headers" -msgstr "" - -#: page-header/functions/post-type.php:19 -msgid "Add New Page Header" -msgstr "" - -#: page-header/functions/post-type.php:20 -msgid "New Page Header" -msgstr "" - -#: page-header/functions/post-type.php:21 -msgid "Edit Page Header" -msgstr "" - -#: page-header/functions/post-type.php:22 -msgid "Update Page Header" -msgstr "" - -#: page-header/functions/post-type.php:23 -msgid "View Page Header" -msgstr "" - -#: page-header/functions/post-type.php:24 -msgid "Search Page Header" -msgstr "" - -#: page-header/functions/post-type.php:25 -msgid "Insert into Page Header" -msgstr "" - -#: page-header/functions/post-type.php:26 -msgid "Uploaded to this Page Header" -msgstr "" - -#: secondary-nav/functions/functions.php:16 -msgid "Secondary Menu" -msgstr "Drugie menu" - -#: secondary-nav/functions/functions.php:203 -msgid "Navigation Width" -msgstr "" - -#: secondary-nav/functions/functions.php:229 -msgid "Inner Navigation Width" -msgstr "" - -#: secondary-nav/functions/functions.php:255 -msgid "Navigation Alignment" -msgstr "Wyrównanie nawigacji" - -#: secondary-nav/functions/functions.php:282 -msgid "Navigation Location" -msgstr "" - -#: secondary-nav/functions/functions.php:285 -#, fuzzy -msgid "Below Header" -msgstr "" -"#-#-#-#-# generate-blog-pl_PL.po (Generate Blog) #-#-#-#-#\n" -"Pod nagłówkiem\n" -"#-#-#-#-# secondary-nav-pl_PL.po (Generate Secondary Navigation) #-#-#-#-" -"#\n" -"Poniżej nagłówka" - -#: secondary-nav/functions/functions.php:286 -msgid "Above Header" -msgstr "Ponad nagłówkiem" - -#: secondary-nav/functions/functions.php:287 -msgid "Float Right" -msgstr "Wyrównane do prawej" - -#: secondary-nav/functions/functions.php:288 -msgid "Float Left" -msgstr "" - -#: secondary-nav/functions/functions.php:289 -msgid "Left Sidebar" -msgstr "Lewy pasek boczny" - -#: secondary-nav/functions/functions.php:290 -msgid "Right Sidebar" -msgstr "Prawy pasek boczny" - -#: secondary-nav/functions/functions.php:291 -msgid "No Navigation" -msgstr "Bez nawigacji" - -#: secondary-nav/functions/functions.php:312 -msgid "Merge with Secondary Navigation" -msgstr "" - -#: sections/functions/metaboxes/metabox-functions.php:47 -msgid "Use Sections" -msgstr "Używaj sekcji" - -#: sections/functions/metaboxes/metabox-functions.php:59 -msgid "Sections" -msgstr "Sekcje" - -#: sections/functions/metaboxes/metabox-functions.php:237 -msgid "This action can not be undone, are you sure?" -msgstr "" - -#: sections/functions/metaboxes/metabox-functions.php:240 -msgid "Section" -msgstr "Sekcja" - -#: sections/functions/metaboxes/metabox-functions.php:243 -msgid "Settings" -msgstr "" - -#: sections/functions/metaboxes/metabox-functions.php:249 -msgid "Section Background" -msgstr "" - -#: sections/functions/metaboxes/metabox-functions.php:250 -msgid "Set as Section Background" -msgstr "" - -#: sections/functions/metaboxes/metabox-functions.php:254 -msgid "Insert into Section" -msgstr "" - -#: sections/functions/metaboxes/metabox-functions.php:255 -#: sections/functions/metaboxes/views/sections-template.php:74 -msgid "Edit Section" -msgstr "" - -#: sections/functions/metaboxes/views/sections-template.php:35 -msgid "Click to edit" -msgstr "" - -#: sections/functions/metaboxes/views/sections-template.php:37 -msgid "Click to edit content" -msgstr "" - -#: sections/functions/metaboxes/views/sections-template.php:38 -msgid "Click to edit settings" -msgstr "" - -#: sections/functions/metaboxes/views/sections-template.php:39 -msgid "Click and drag to sort" -msgstr "Kliknij i przeciągnij aby posortować" - -#: sections/functions/metaboxes/views/sections-template.php:40 -msgid "Click to remove" -msgstr "Kliknij aby usunąć" - -#: sections/functions/metaboxes/views/sections-template.php:54 -msgid "Add Section" -msgstr "Dodaj sekcję" - -#: sections/functions/metaboxes/views/sections-template.php:55 -msgid "Remove Sections" -msgstr "Usuń sekcje" - -#: sections/functions/metaboxes/views/sections-template.php:81 -msgid "Cancel" -msgstr "" - -#: sections/functions/metaboxes/views/sections-template.php:110 -msgid "Section Label" -msgstr "" - -#: sections/functions/metaboxes/views/sections-template.php:126 -msgid "Add Media" -msgstr "" - -#: sections/functions/metaboxes/views/sections-template.php:131 -msgid "Visual" -msgstr "Wizualny" - -#: sections/functions/metaboxes/views/sections-template.php:132 -msgctxt "Name for the Text editor tab (formerly HTML)" -msgid "Text" -msgstr "Tekstowy" - -#: sections/functions/metaboxes/views/sections-template.php:161 -msgid "Layout" -msgstr "" - -#: sections/functions/metaboxes/views/sections-template.php:162 -msgid "Box Type" -msgstr "Typ opakowania" - -#: sections/functions/metaboxes/views/sections-template.php:171 -msgid "Inner Box Type" -msgstr "Rodzaj opakowania wewnętrznego" - -#: sections/functions/metaboxes/views/sections-template.php:180 -msgid "Custom ID" -msgstr "" - -#: sections/functions/metaboxes/views/sections-template.php:186 -msgid "Custom Classes" -msgstr "Własne klasy" - -#: sections/functions/metaboxes/views/sections-template.php:192 -msgid "Top Padding" -msgstr "Odstęp od góry" - -#: sections/functions/metaboxes/views/sections-template.php:201 -msgid "Bottom Padding" -msgstr "Odstęp na dole" - -#: sections/functions/metaboxes/views/sections-template.php:237 -#: sections/functions/metaboxes/views/sections-template.php:242 -msgid "Background Image" -msgstr "Obrazek tła" - -#: sections/functions/metaboxes/views/sections-template.php:242 -#, fuzzy -msgid "Upload" -msgstr "" -"#-#-#-#-# backgrounds-pl_PL.po (Generate Backgrounds) #-#-#-#-#\n" -"Wyślij\n" -"#-#-#-#-# generate-sections-pl_PL.po (Generate Sections) #-#-#-#-#\n" -"Wczytaj" - -#: sections/functions/metaboxes/views/sections-template.php:243 -msgid "Remove" -msgstr "Usuń" - -#: sections/functions/metaboxes/views/sections-template.php:255 -msgid "Background Color Overlay" -msgstr "" - -#: sections/functions/metaboxes/views/sections.php:8 -msgid "Javascript must be enabled to use Generate Sections" -msgstr "" - -#: sections/functions/templates/template.php:107 -msgid "No sections added!" -msgstr "Nie dodano sekcji!" - -#: sites/classes/class-site-helper.php:94 -msgid "Backing up options" -msgstr "" - -#: sites/classes/class-site-helper.php:95 -#, fuzzy -#| msgid "Import Settings" -msgid "Importing options" -msgstr "Ustawienia importu" - -#: sites/classes/class-site-helper.php:96 -#, fuzzy -#| msgid "Blog Content" -msgid "Downloading content" -msgstr "Zawartość bloga" - -#: sites/classes/class-site-helper.php:97 -#, fuzzy -#| msgid "Skip to content" -msgid "Importing content" -msgstr "Skocz do treści" - -#: sites/classes/class-site-helper.php:98 -#, fuzzy -#| msgid "Import Settings" -msgid "Importing site options" -msgstr "Ustawienia importu" - -#: sites/classes/class-site-helper.php:99 -#, fuzzy -#| msgid "Import Settings" -msgid "Importing widgets" -msgstr "Ustawienia importu" - -#: sites/classes/class-site-helper.php:100 -msgid "Activating plugins" -msgstr "" - -#: sites/classes/class-site-helper.php:101 -msgid "Installing plugins" -msgstr "" - -#: sites/classes/class-site-helper.php:102 -#, fuzzy -#| msgid "Auto" -msgid "Automatic" -msgstr "Automatycznie" - -#: sites/classes/class-site-helper.php:103 -msgid "Manual" -msgstr "" - -#: sites/classes/class-site-helper.php:104 -msgid "Theme options exist and can be imported." -msgstr "" - -#: sites/classes/class-site-helper.php:105 -msgid "No theme options found, please contact the site author." -msgstr "" - -#: sites/classes/class-site-helper.php:106 -msgid "Site content exists and can be imported." -msgstr "" - -#: sites/classes/class-site.php:159 -msgid "Previous Site" -msgstr "" - -#: sites/classes/class-site.php:159 -msgid "Previous" -msgstr "" - -#: sites/classes/class-site.php:160 -msgid "Next Site" -msgstr "" - -#: sites/classes/class-site.php:160 -msgid "Next" -msgstr "" - -#: sites/classes/class-site.php:206 sites/classes/class-site.php:270 -msgid "Preview" -msgstr "" - -#: sites/classes/class-site.php:207 sites/classes/class-site.php:479 -msgid "Details" -msgstr "" - -#: sites/classes/class-site.php:224 -msgid "Overview" -msgstr "" - -#: sites/classes/class-site.php:228 -#, fuzzy -#| msgid "Remove Sections" -msgid "Theme Options" -msgstr "Usuń sekcje" - -#: sites/classes/class-site.php:236 -#, fuzzy -#| msgid "After Content" -msgid "Site Content" -msgstr "Po treści" - -#: sites/classes/class-site.php:236 sites/classes/class-site.php:351 -msgid "Optional" -msgstr "" - -#: sites/classes/class-site.php:243 -msgid "Plugins" -msgstr "" - -#: sites/classes/class-site.php:249 sites/classes/class-site.php:381 -msgid "The following plugins can be installed and activated automatically." -msgstr "" - -#: sites/classes/class-site.php:254 sites/classes/class-site.php:386 -msgid "The following plugins are already installed." -msgstr "" - -#: sites/classes/class-site.php:259 sites/classes/class-site.php:391 -msgid "The following plugins need to be installed and activated manually." -msgstr "" - -#: sites/classes/class-site.php:277 -msgid "Gathering data" -msgstr "" - -#: sites/classes/class-site.php:281 -msgid "Get Started" -msgstr "" - -#: sites/classes/class-site.php:293 -msgid "GeneratePress Options" -msgstr "" - -#: sites/classes/class-site.php:297 -msgid "" -"This step will backup your current theme options, then import the new ones." -msgstr "" - -#: sites/classes/class-site.php:300 -msgid "The following GP Premium modules will be activated:" -msgstr "" - -#: sites/classes/class-site.php:308 -msgid "Go Back" -msgstr "" - -#: sites/classes/class-site.php:315 -#, fuzzy -#| msgid "Bulk Actions" -msgid "Backup Options" -msgstr "Masowe działania" - -#: sites/classes/class-site.php:325 -#, fuzzy -#| msgid "Import Settings" -msgid "Import Options" -msgstr "Ustawienia importu" - -#: sites/classes/class-site.php:358 -msgid "" -"I understand that this step will add content, site options, menus, widgets " -"and plugins to my site." -msgstr "" - -#: sites/classes/class-site.php:365 -#, php-format -msgid "" -"For best results, only install this demo content on fresh sites with no " -"content. If you have already installed another GeneratePress Site, be sure " -"to %s by deleting the content, plugins and menus that it added." -msgstr "" - -#: sites/classes/class-site.php:368 -msgid "clean it up" -msgstr "" - -#: sites/classes/class-site.php:373 -msgid "" -"You can skip this step if you already " -"have content and do not want the demo content imported." -msgstr "" - -#: sites/classes/class-site.php:400 -msgid "Skip" -msgstr "" - -#: sites/classes/class-site.php:408 -#, fuzzy -#| msgid "Before Content" -msgid "Import Content" -msgstr "Przed zawartością" - -#: sites/classes/class-site.php:435 -msgid "All done!" -msgstr "" - -#: sites/classes/class-site.php:436 -msgid "Your site is ready to go!" -msgstr "" - -#: sites/classes/class-site.php:440 -#, php-format -msgid "Crafted with %s by" -msgstr "" - -#: sites/classes/class-site.php:458 -msgid "Start Over" -msgstr "" - -#: sites/classes/class-site.php:461 -msgid "View Site" -msgstr "" - -#: sites/classes/class-site.php:829 -msgid "Site options imported" -msgstr "" - -#: sites/classes/class-site.php:859 -#, fuzzy -#| msgid "License activated." -msgid "Plugins activated" -msgstr "Licencja aktywowana." - -#: sites/sites.php:37 -msgid "Sites" -msgstr "" - -#: sites/sites.php:78 -msgid "Refresh sites" -msgstr "" - -#: spacing/functions/customizer/content-spacing.php:32 -msgid "Container Width" -msgstr "" - -#: spacing/functions/customizer/content-spacing.php:67 -msgid "Separating Space" -msgstr "Przestrzeń rozdzielająca" - -#: spacing/functions/customizer/content-spacing.php:132 -msgid "Content Padding" -msgstr "" - -#: spacing/functions/customizer/content-spacing.php:196 -msgid "Mobile Content Padding" -msgstr "" - -#: spacing/functions/customizer/footer-spacing.php:73 -msgid "Footer Widget Area Padding" -msgstr "" - -#: spacing/functions/customizer/footer-spacing.php:134 -msgid "Footer Padding" -msgstr "" - -#: spacing/functions/customizer/header-spacing.php:68 -msgid "Header Padding" -msgstr "" - -#: spacing/functions/customizer/navigation-spacing.php:47 -#: spacing/functions/customizer/secondary-nav-spacing.php:58 -msgid "Menu Item Width" -msgstr "" - -#: spacing/functions/customizer/navigation-spacing.php:100 -#: spacing/functions/customizer/navigation-spacing.php:178 -#: spacing/functions/customizer/navigation-spacing.php:214 -#: spacing/functions/customizer/secondary-nav-spacing.php:93 -msgid "Menu Item Height" -msgstr "" - -#: spacing/functions/customizer/navigation-spacing.php:143 -#: spacing/functions/customizer/secondary-nav-spacing.php:128 -msgid "Sub-Menu Item Height" -msgstr "" - -#: spacing/functions/customizer/sidebar-spacing.php:12 -msgid "Sidebars" -msgstr "" - -#: spacing/functions/customizer/sidebar-spacing.php:70 -msgid "Widget Padding" -msgstr "" - -#: spacing/functions/customizer/sidebar-spacing.php:101 -msgid "Left Sidebar Width" -msgstr "" - -#: spacing/functions/customizer/sidebar-spacing.php:136 -msgid "Right Sidebar Width" -msgstr "" - -#: spacing/functions/customizer/top-bar-spacing.php:55 -msgid "Top Bar Padding" -msgstr "" - -#: spacing/functions/functions.php:41 -msgid "Spacing" -msgstr "" - -#: spacing/functions/functions.php:42 -msgid "Change the spacing for various elements using pixels." -msgstr "Zmień odstępy dla różnych elementów używając pikseli." - -#: typography/functions/functions.php:44 -msgid "Typography" -msgstr "Typografia" - -#: typography/functions/functions.php:145 -#: typography/functions/functions.php:336 -#: typography/functions/functions.php:465 -#: typography/functions/functions.php:577 -#: typography/functions/functions.php:701 -#: typography/functions/functions.php:818 -#: typography/functions/functions.php:938 -#: typography/functions/functions.php:1089 -#: typography/functions/functions.php:1230 -#: typography/functions/functions.php:1364 -#: typography/functions/functions.php:1497 -#: typography/functions/functions.php:1630 -#: typography/functions/functions.php:1779 -#: typography/functions/functions.php:1960 -#: typography/functions/secondary-nav-fonts.php:139 -#: typography/functions/slideout-nav-fonts.php:106 -#: typography/functions/woocommerce-fonts.php:99 -msgid "Font size" -msgstr "Rozmiar czcionki" - -#: typography/functions/functions.php:180 -#: typography/functions/functions.php:981 -#: typography/functions/functions.php:1132 -#: typography/functions/functions.php:1265 -#: typography/functions/functions.php:1398 -#: typography/functions/functions.php:1531 -#: typography/functions/functions.php:1664 -msgid "Line height" -msgstr "" - -#: typography/functions/functions.php:215 -msgid "Paragraph margin" -msgstr "" - -#: typography/functions/functions.php:841 -msgid "Headings" -msgstr "" - -#: typography/functions/functions.php:900 -msgid "Heading 1 (H1)" -msgstr "Nagłówek 1 (H1)" - -#: typography/functions/functions.php:1051 -msgid "Heading 2 (H2)" -msgstr "Nagłówek 2 (H2)" - -#: typography/functions/functions.php:1202 -msgid "Heading 3 (H3)" -msgstr "Nagłówek 3 (H3)" - -#: typography/functions/functions.php:1336 -msgid "Heading 4 (H4)" -msgstr "" - -#: typography/functions/functions.php:1469 -msgid "Heading 5 (H5)" -msgstr "" - -#: typography/functions/functions.php:1602 -msgid "Heading 6 (H6)" -msgstr "" - -#: typography/functions/functions.php:1687 -msgid "Widgets" -msgstr "" - -#: typography/functions/functions.php:1750 -msgid "Widget Titles" -msgstr "" - -#: typography/functions/functions.php:1813 -msgid "Bottom margin" -msgstr "" - -#: typography/functions/functions.php:1848 -msgid "Content font size" -msgstr "Rozmiar czcionki zawartości" - -#: typography/functions/woocommerce-fonts.php:63 -msgid "Product Titles" -msgstr "" - -#: typography/functions/woocommerce-fonts.php:142 -msgid "Related/upsell title font size" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:43 -#: woocommerce/functions/customizer/customizer.php:709 -#: woocommerce/functions/customizer/customizer.php:719 -msgid "WooCommerce" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:57 -msgid "General" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:76 -msgid "Display cart in menu" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:95 -msgid "Display breadcrumbs" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:108 -msgid "Shop" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:127 -#: woocommerce/functions/customizer/customizer.php:547 -msgid "Sidebar Layout" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:130 -#: woocommerce/functions/customizer/customizer.php:551 -msgid "Sidebar / Content" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:131 -#: woocommerce/functions/customizer/customizer.php:552 -msgid "Content / Sidebar" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:132 -#: woocommerce/functions/customizer/customizer.php:553 -msgid "Content (no sidebars)" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:133 -#: woocommerce/functions/customizer/customizer.php:554 -msgid "Sidebar / Content / Sidebar" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:134 -#: woocommerce/functions/customizer/customizer.php:555 -msgid "Sidebar / Sidebar / Content" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:135 -#: woocommerce/functions/customizer/customizer.php:556 -msgid "Content / Sidebar / Sidebar" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:154 -#: woocommerce/functions/customizer/customizer.php:263 -msgid "Products Per Page" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:192 -msgid "Product Columns" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:239 -msgid "Image Alignment" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:306 -msgid "Display page title" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:325 -msgid "Display product results count" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:344 -msgid "Display product sorting" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:363 -msgid "Display product image" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:382 -msgid "Display secondary image on hover" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:401 -msgid "Display product title" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:420 -msgid "Display sale flash" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:439 -msgid "Sale Flash Over Image" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:458 -msgid "Display Rating" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:477 -msgid "Display price" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:496 -msgid "Display add to cart button" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:515 -#: woocommerce/functions/customizer/customizer.php:700 -msgid "Display short description" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:528 -msgid "Single Product" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:575 -msgid "Display product tabs" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:594 -msgid "Display related products" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:613 -msgid "Display upsell products" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:642 -msgid "Related/Upsell Columns" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:681 -msgid "Display product meta data" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:732 -msgid "Primary Button Colors" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:733 -msgid "Primary button colors can be set here." -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:747 -msgid "Checkout" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:766 -msgid "Distraction-free mode" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:767 -msgid "" -"Remove unnecessary distractions like sidebars, footer widgets and sticky " -"menus." -msgstr "" - -#: woocommerce/functions/functions.php:413 -#: woocommerce/functions/functions.php:433 -msgid "View your shopping cart" -msgstr "" - -#: woocommerce/functions/functions.php:715 -#, php-format -msgid "Rated %s out of 5" -msgstr "" - -#: woocommerce/functions/functions.php:717 -msgid "Not yet rated" -msgstr "" - -#: woocommerce/functions/functions.php:722 -msgid "out of 5" -msgstr "" - -#. Plugin URI of the plugin/theme -msgid "https://generatepress.com" -msgstr "" - -#. Description of the plugin/theme -msgid "" -"The entire bundle of GeneratePress add-ons. Configure add-ons by going to Appearance > GeneratePress." -msgstr "" - -#. Author of the plugin/theme -msgid "Tom Usborne" -msgstr "" - -#. Author URI of the plugin/theme -msgid "https://tomusborne.com" -msgstr "" - -#, fuzzy -#~| msgid "Site navigation" -#~ msgid "Slide-out Navigation" -#~ msgstr "Nawigacja strony" - -#~ msgid "Slideout Menu" -#~ msgstr "Boczne menu" - -#~ msgid "Both" -#~ msgstr "Oba" - -#, fuzzy -#~ msgid "Warning: This will delete your settings." -#~ msgstr "" -#~ "#-#-#-#-# backgrounds-pl_PL.po (Generate Backgrounds) #-#-#-#-#\n" -#~ "Uwaga: konfiguracja zostanie usunięta.\n" -#~ "#-#-#-#-# generate-blog-pl_PL.po (Generate Blog) #-#-#-#-#\n" -#~ "Uwaga: konfiguracja zostanie usunięta.\n" -#~ "#-#-#-#-# generate-hooks-pl_PL.po (Generate Hooks) #-#-#-#-#\n" -#~ "Uwaga: Ustawienia zostaną usunięte.\n" -#~ "#-#-#-#-# generate-spacing-pl_PL.po (Generate Spacing) #-#-#-#-#\n" -#~ "Uwaga: Ustawienia zostaną usunięte.\n" -#~ "#-#-#-#-# menu-plus-pl_PL.po (Generate Menu Plus) #-#-#-#-#\n" -#~ "Uwaga: ustawienia zostaną usunięte.\n" -#~ "#-#-#-#-# page-header-pl_PL.po (Generate Page Header) #-#-#-#-#\n" -#~ "Uwaga: ustawienia zostaną usunięte.\n" -#~ "#-#-#-#-# secondary-nav-pl_PL.po (Generate Secondary Navigation) #-#-#-" -#~ "#-#\n" -#~ "Uwaga: Ustawienia zostaną usunięte." - -#~ msgid "Select Image" -#~ msgstr "Wybierz obraz" - -#~ msgid "Use Image" -#~ msgstr "Użyj obraz" - -#~ msgid "Export Backgrounds Customizer Settings" -#~ msgstr "Eksportuj ustawienia personalizacji tła" - -#~ msgid "Delete Backgrounds Customizer Settings" -#~ msgstr "Usuń ustawienia personalizacji tła" - -#~ msgid "Post Image / Page Header" -#~ msgstr "Obrazek wpisu / nagłówek strony" - -#~ msgid "Excerpt Length" -#~ msgstr "Długość zalążka" - -#~ msgid "Masonry" -#~ msgstr "Bloki" - -#~ msgid "Masonry Block Width" -#~ msgstr "Szerokość bloku" - -#~ msgid "Small" -#~ msgstr "Mała" - -#~ msgid "Medium" -#~ msgstr "Średnia" - -#~ msgid "Large" -#~ msgstr "Duża" - -#~ msgid "Masonry Most Recent Width" -#~ msgstr "Szerokość bloku z najnowszym wpisem" - -#~ msgid "Masonry Load More Text" -#~ msgstr "Tekst czytaj dalej w trybie bloków" - -#~ msgid "Masonry Loading Text" -#~ msgstr "Tekst wczytywania bloków" - -#~ msgid "Post Image" -#~ msgstr "Obrazek wpisu" - -#~ msgid "Show" -#~ msgstr "Pokaż" - -#~ msgid "Post Image Position" -#~ msgstr "Położenie obrazka wpisu" - -#~ msgid "Post Image Alignment" -#~ msgstr "Wyrównanie obrazka wpisu" - -#~ msgid "Post Image Width" -#~ msgstr "Szerokość obrazka wpisu" - -#~ msgid "Post Image Height" -#~ msgstr "Wysokość obrazka wpisu" - -#~ msgid "Date" -#~ msgstr "Data" - -#~ msgid "Author" -#~ msgstr "Autor" - -#~ msgid "Categories" -#~ msgstr "Kategorie" - -#~ msgid "Tags" -#~ msgstr "Tagi" - -#~ msgid "Comment Link" -#~ msgstr "Odnośnik do komentarzy" - -#~ msgid "Masonry is enabled. These settings will be ignored." -#~ msgstr "Tryb bloków jest włączony. Te ustawienia zostaną zignorowane." - -#~ msgid "Column Layout" -#~ msgstr "Układ kolumn" - -#~ msgid "First Post Full Width" -#~ msgstr "Pełna szerokość pierwszego wpisu" - -#~ msgid "Read more..." -#~ msgstr "Czytaj dalej…" - -#~ msgid "Delete Blog Customizer Settings" -#~ msgstr "Usuń ustawienia personalizacji bloga" - -#~ msgid "Export Blog Customizer Settings" -#~ msgstr "Eksportuj ustawienia personalizacji bloga" - -#~ msgid "Masonry Post Width" -#~ msgstr "Szerokość wpisu w trybie bloków" - -#~ msgid "Global setting" -#~ msgstr "Ustawienia ogólne" - -#~ msgid "Header Colors" -#~ msgstr "Kolory nagłówka" - -#~ msgid "Navigation Colors" -#~ msgstr "Kolory nawigacji" - -#~ msgid "Sub-Navigation Colors" -#~ msgstr "Kolory podmenu" - -#~ msgid "Content Colors" -#~ msgstr "Kolory zawartości" - -#~ msgid "Sidebar Widget Colors" -#~ msgstr "Kolory widgetów paska bocznego" - -#~ msgid "Footer Widget Colors" -#~ msgstr "Kolory widgetów w stopce" - -#~ msgid "Footer Colors" -#~ msgstr "Kolory stopki" - -#~ msgid "Form Colors" -#~ msgstr "Kolor formularza" - -#~ msgid "Form Background Focus/Hover" -#~ msgstr "Tło formularza po wybraniu/najechaniu" - -#~ msgid "Form Text Focus/Hover" -#~ msgstr "Tekst formularza po wybraniu/najechaniu" - -#~ msgid "Form Border Focus/Hover" -#~ msgstr "Krawędź formularza po wybraniu/najechaniu" - -#~ msgid "Form Button" -#~ msgstr "Przycisk formularza" - -#~ msgid "Form Button Focus/Hover" -#~ msgstr "Przycisk formularza po wybraniu/najechaniu" - -#~ msgid "Form Button Text" -#~ msgstr "Tekst przycisku formularza" - -#~ msgid "Form Button Text Focus/Hover" -#~ msgstr "Tekst przycisku formularza po wybraniu/najechaniu" - -#~ msgid "" -#~ "Use %current_year% to include the current year dynamically." -#~ msgstr "" -#~ "Użyj %current_year% aby dynamicznie dodawać bieżący rok." - -#~ msgid "Use %copy% to include the copyright symbol." -#~ msgstr "Użyj %copy% aby dołączyć symbol praw autorskich." - -#~ msgid "Save Copyright" -#~ msgstr "Zapisz ustawienia" - -#~ msgid "Export GP Hooks" -#~ msgstr "Eksportuj haki GP" - -#~ msgid "Delete GP Hooks" -#~ msgstr "Usuń haki GP" - -#~ msgid "Import / Export" -#~ msgstr "Import /Eksport" - -#~ msgid "" -#~ "Export your settings set in the Customizer." -#~ msgstr "" -#~ "Eksportuj swoją konfigurację zdefiniowaną w Personalizacji." - -#~ msgid "Export Default Customizer Settings" -#~ msgstr "Eksportuj domyślne ustawienia Personalizacji" - -#~ msgid "" -#~ "Import your settings by uploading your exported .json " -#~ "file." -#~ msgstr "" -#~ "Zaimportuj swoje ustawienia przez wgranie " -#~ "wyeksportowanego pliku .json." - -#~ msgid "Error: Content already detected in default editor." -#~ msgstr "Błąd: treść jest już obecna w domyślnym edytorze." - -#~ msgid "" -#~ "Please activate the \"Visual\" tab in your main editor before " -#~ "transferring content." -#~ msgstr "" -#~ "Aktywuj zakładkę \"Wizualny\" w swoim głównym edytorze przed " -#~ "przeniesieniem zawartości." - -#~ msgid "Click to toggle" -#~ msgstr "Kliknij aby przełączyć" - -#~ msgid "Fluid" -#~ msgstr "Cała szerokość" - -#~ msgid "No" -#~ msgstr "Nie" - -#~ msgid "Yes" -#~ msgstr "Tak" - -#~ msgid "Send sections to default editor" -#~ msgstr "Wyślij sekcje do domyślnego edytora" - -#~ msgid "" -#~ "The spacing between elements when \"Content Layout\" is set to \"Separate " -#~ "Containers\"." -#~ msgstr "" -#~ "Przerwa między elementami gdy \"układ zawartości\" jest ustawiony na " -#~ "\"oddzielne pojemniki\"." - -#~ msgid "These options control the size of your menu items." -#~ msgstr "Te opcje kontrolują rozmiar elementów menu." - -#, fuzzy -#~ msgid "Left/Right Spacing" -#~ msgstr "" -#~ "#-#-#-#-# generate-spacing-pl_PL.po (Generate Spacing) #-#-#-#-#\n" -#~ "Odstępy z lewej/prawej\n" -#~ "#-#-#-#-# secondary-nav-pl_PL.po (Generate Secondary Navigation) #-#-#-" -#~ "#-#\n" -#~ "Odstępy z lewej/z prawej" - -#~ msgid "The top and bottom spacing of sub-menu items." -#~ msgstr "Odstępy z góry i z dołu elementów podmenu." - -#~ msgid "Sidebar Widths" -#~ msgstr "Szerokości pasków bocznych" - -#~ msgid "15%" -#~ msgstr "15%" - -#~ msgid "20%" -#~ msgstr "20%" - -#~ msgid "25%" -#~ msgstr "25%" - -#~ msgid "30%" -#~ msgstr "30%" - -#~ msgid "35%" -#~ msgstr "35%" - -#~ msgid "40%" -#~ msgstr "40%" - -#~ msgid "45%" -#~ msgstr "45%" - -#~ msgid "50%" -#~ msgstr "50%" - -#~ msgid "Delete Spacing Customizer Settings" -#~ msgstr "Usuń ustawienia odstępów" - -#~ msgid "Export Spacing Customizer Settings" -#~ msgstr "Eksportuj ustawienia odstępów" - -#~ msgid "Default fonts" -#~ msgstr "Domyślne czcionki" - -#~ msgid "Google fonts" -#~ msgstr "Czcionki Google" - -#~ msgid "Body Typography" -#~ msgstr "Typografia treści" - -#~ msgid "Header Typography" -#~ msgstr "Typografia nagłówka" - -#, fuzzy -#~ msgid "Site title" -#~ msgstr "" -#~ "#-#-#-#-# generate-typography-pl_PL.po (Generate Typography) #-#-#-#-#\n" -#~ "Tytuł strony\n" -#~ "#-#-#-#-# page-header-pl_PL.po (Generate Page Header) #-#-#-#-#\n" -#~ "Tytuł witryny" - -#, fuzzy -#~ msgid "Site tagline" -#~ msgstr "" -#~ "#-#-#-#-# generate-typography-pl_PL.po (Generate Typography) #-#-#-#-#\n" -#~ "Opis strony\n" -#~ "#-#-#-#-# page-header-pl_PL.po (Generate Page Header) #-#-#-#-#\n" -#~ "Opis witryny" - -#~ msgid "Navigation Typography" -#~ msgstr "Typografia nawigacji" - -#~ msgid "Content Typography" -#~ msgstr "Typografia zawartości" - -#~ msgid "Font-size" -#~ msgstr "Rozmiar czcionki" - -#~ msgid "Widget Typography" -#~ msgstr "Typografia widgetów" - -#~ msgid "Widget titles" -#~ msgstr "Tytuły widgetów" - -#~ msgid "Footer Typography" -#~ msgstr "Typografia stopki" - -#~ msgid "Footer font size" -#~ msgstr "Rozmiar czcionki stopki" - -#~ msgid "Mobile Typography" -#~ msgstr "Typografia mobilna" - -#~ msgid "Site title font size" -#~ msgstr "Rozmiar czcionki tytułu strony" - -#~ msgid "H1 font size" -#~ msgstr "Rozmiar czcionki H1" - -#~ msgid "H2 font size" -#~ msgstr "Rozmiar czcionki H2" - -#~ msgid "" -#~ "There is a new version of %1$s available. View version %3$s details." -#~ msgstr "" -#~ "Jest dostępna nowa wersja %1$s. Zobacz szczegóły aktualizacji %3$s." - -#~ msgid "" -#~ "There is a new version of %1$s available. View version %3$s details or update now." -#~ msgstr "" -#~ "Jest dostępna nowa wersja %1$s. Zobacz szczegóły wersji %3$s lub od razu " -#~ "zaktualizuj." - -#~ msgid "License failed." -#~ msgstr "Błąd licencji." - -#~ msgid "Updates %s" -#~ msgstr "Aktualizacje %s" - -#~ msgid "Sticky Menu" -#~ msgstr "Przyklejone menu" - -#~ msgid "Sticky Menu Effect" -#~ msgstr "Efekt przyklejonego menu" - -#~ msgid "Menu Logo" -#~ msgstr "Logo menu" - -#~ msgid "Menu Logo Position" -#~ msgstr "Położenie loga menu" - -#~ msgid "Sticky Only" -#~ msgstr "Tylko przyklejone" - -#~ msgid "Sticky + Regular" -#~ msgstr "Przyklejone + zwykłe" - -#~ msgid "Regular Only" -#~ msgstr "Tylko zwykłe" - -#~ msgid "Sticky Header" -#~ msgstr "Przyklejony nagłówek" - -#~ msgid "Delete Menu Plus Customizer Settings" -#~ msgstr "Usuń ustawienia konfiguracji Menu Plus" - -#~ msgid "Export Menu Plus Customizer Settings" -#~ msgstr "Eksportuj ustawienia konfiguracji Menu Plus" - -#~ msgid "Thomas Usborne" -#~ msgstr "Thomas Usborne" - -#~ msgid "http://edge22.com" -#~ msgstr "http://edge22.com" - -#~ msgid "Blog Page Header" -#~ msgstr "Nagłówek strony bloga" - -#~ msgid "Image Settings" -#~ msgstr "Ustawienia obrazków" - -#~ msgid "Upload an image to be used as your page header." -#~ msgstr "Prześlij obraz który ma być użyty jako nagłówek strony." - -#~ msgid "Page Header Link" -#~ msgstr "Odnośnik nagłówka strony" - -#~ msgid "Make your page header image clickable by adding a URL. (optional)" -#~ msgstr "" -#~ "Zrób klikalny obrazek nagłówka strony przez podanie adresu URL. " -#~ "(opcjonalne)" - -#~ msgid "Hard Crop" -#~ msgstr "Twarde przycięcie" - -#~ msgid "Turn hard cropping or of off." -#~ msgstr "Włącz/wyłącz twarde przycinanie." - -#~ msgid "Choose your image width in pixels. (integer only, default is 1200)" -#~ msgstr "" -#~ "Podaj szerokość obrazka w pikselach. (tylko liczby całkowite, domyślnie " -#~ "1200)" - -#~ msgid "" -#~ "Choose your image height in pixels. Use \"0\" or leave blank for " -#~ "proportional resizing. (integer only, default is 0) " -#~ msgstr "" -#~ "Wybierz wysokość obrazka w pikselach. Wpisz „0” lub zostaw puste dla " -#~ "zachowania proporcji. (tylko liczby całkowite, domyślnie 0)" - -#~ msgid "Video Settings" -#~ msgstr "Ustawienia wideo" - -#~ msgid "Video Background URL (MP4 only)" -#~ msgstr "Link do materiału wideo (tylko MP4)" - -#~ msgid "Video Background URL (OGV only)" -#~ msgstr "Link do materiału wideo (tylko OGV)" - -#~ msgid "Video Background URL (WEBM only)" -#~ msgstr "Link do materiału wideo (tylko WEBM)" - -#~ msgid "Content Settings" -#~ msgstr "Ustawienia zawartości" - -#~ msgid "Add your content to the page header. HTML and shortcodes allowed." -#~ msgstr "" -#~ "Dodaj swoją treść do nagłówka strony. Dopuszczalny HTML i kody skrótowe." - -#~ msgid "Add Paragraphs" -#~ msgstr "Dodaj akapity" - -#~ msgid "Wrap your text in paragraph tags automatically." -#~ msgstr "Zawijaj automatycznie tekst w tagach akapitów." - -#~ msgid "Add padding around your content." -#~ msgstr "Dodaj odstępy od krawędzi wokół swojej zawartości." - -#~ msgid "Image Background" -#~ msgstr "Tło obrazka" - -#~ msgid "" -#~ "Use the image uploaded above as a background image for your content. " -#~ "(requires image uploaded above)" -#~ msgstr "" -#~ "Użyj obrazka załadowanego powyżej jako tła dla treści. (wymaga " -#~ "załadowania obrazka powyżej)" - -#~ msgid "Parallax Background" -#~ msgstr "Efekt paralaksy tła" - -#~ msgid "" -#~ "Add a cool parallax effect to your background image. (requires the image " -#~ "background option to be checked)" -#~ msgstr "" -#~ "Dodaje fajny efekt paralaksy do obrazka w tle. (wymaga aby opcja obrazka " -#~ "w tle była zaznaczona)" - -#~ msgid "Full Screen" -#~ msgstr "Pełny ekran" - -#~ msgid "Make your page header content area full screen." -#~ msgstr "Zamień zawartość nagłówka strony na pełen ekran" - -#~ msgid "Vertical Center" -#~ msgstr "Wyśrodkuj pionowo" - -#~ msgid "Center your page header content vertically." -#~ msgstr "Wypośrodkuj zawartość nagłówka strony względem pionu." - -#~ msgid "Container Type" -#~ msgstr "Typ pojemnika" - -#~ msgid "Choose whether the page header is contained or fluid." -#~ msgstr "" -#~ "Określ jaki ma być nagłówek strony - na całą szerokość czy w obrębie " -#~ "pojemnika" - -#~ msgid "Choose the horizontal alignment of your content." -#~ msgstr "Wybierz poziome wyrównanie treści strony." - -#~ msgid "Top/Bottom Padding" -#~ msgstr "Odstępy górne/dolne" - -#~ msgid "" -#~ "Choose your content padding in pixels. This will add space above and " -#~ "below your content. (integer only) " -#~ msgstr "" -#~ "Wybierz odstępy od krawędzi dla treści strony. Opcja ta doda przestrzeń " -#~ "pponad i pod twoją zawartością. (tylko całkowite)" - -#~ msgid "Advanced Settings" -#~ msgstr "Ustawienia zaawansowane" - -#~ msgid "Transparent navigation" -#~ msgstr "Nawigacja przeźroczysta" - -#~ msgid "Navigation text" -#~ msgstr "Tekst nawigacji" - -#~ msgid "Navigation background hover" -#~ msgstr "Tło nawigacji po najechaniu" - -#~ msgid "Navigation text hover" -#~ msgstr "Tekst nawigacji po najechaniu" - -#~ msgid "Navigation background current" -#~ msgstr "Bieżące tło nawigacji" - -#~ msgid "Navigation text current" -#~ msgstr "Tekst wybranej pozycji nawigacji" - -#~ msgid "Replace your logo on the blog." -#~ msgstr "Zamień logo bloga." - -#~ msgid "Logo Settings" -#~ msgstr "Ustawienia logo" - -#~ msgid "Add Image" -#~ msgstr "Dodaj obrazek" - -#~ msgid "Video background - MP4 file only" -#~ msgstr "Wideo w tle - tylko pliki MP4" - -#~ msgid "Add Video" -#~ msgstr "Dodaj wideo" - -#~ msgid "Video background - OGV file only" -#~ msgstr "Wideo w tle - tylko pliki OGV" - -#~ msgid "Video background - WEBM file only" -#~ msgstr "Wideo w tle - tylko pliki WEBM" - -#~ msgid "Overlay color" -#~ msgstr "Kolor przesłaniający" - -#~ msgid "Add padding" -#~ msgstr "Dodaj odstępy od krawędzi" - -#~ msgid "Add background image" -#~ msgstr "Dodaj obrazek tła" - -#~ msgid "Parallax effect" -#~ msgstr "Efekt paralaksy" - -#~ msgid "Add to blog excerpt" -#~ msgstr "Dodaj do zajawki bloga" - -#~ msgid "Container type" -#~ msgstr "Rodzaj kontenera" - -#~ msgid "Text alignment" -#~ msgstr "Wyrównanie tekstu" - -#~ msgid "Top/Bottom padding" -#~ msgstr "Górne/dolne odstępy od krawędzi" - -#~ msgid "Background color" -#~ msgstr "Kolor tła" - -#~ msgid "Text color" -#~ msgstr "Kolor tekstu" - -#~ msgid "Link color" -#~ msgstr "Kolor odnośnika" - -#~ msgid "Link color hover" -#~ msgstr "Kolor odnośnika po najechaniu" - -#~ msgid "Page Header Position" -#~ msgstr "Położenie nagłówka strony" - -#~ msgid "Single Post Header Position" -#~ msgstr "Położenie nagłówka dla pojedynczego wpisu" - -#~ msgid "Delete Page Header Customizer Settings" -#~ msgstr "Usuń własne ustawienia nagłówka strony" - -#~ msgid "Export Page Header Customizer Settings" -#~ msgstr "Eksportuj własne ustawienia nagłówka strony" - -#~ msgid "Mobile Label" -#~ msgstr "Etykieta mobilna" - -#~ msgid "Navigation Layout" -#~ msgstr "Układ nawigacji" - -#~ msgid "Fluid / Full Width" -#~ msgstr "Pływające / pełna szerokość" - -#~ msgid "Navigation Position" -#~ msgstr "Pozycja nawigacji" - -#~ msgid "Secondary Navigation Spacing" -#~ msgstr "Odstępy drugiej nawigacji" - -#~ msgid "Secondary Menu Items" -#~ msgstr "Elementy drugiego menu" - -#~ msgid "These options control the size of your secondary menu items." -#~ msgstr "Te opcje określają rozmiar elementów drugiego menu." - -#~ msgid "Secondary Sub-menu Item Height" -#~ msgstr "Wysokość podmenu w drugim menu" - -#~ msgid "The top and bottom spacing of secondary sub-menu items." -#~ msgstr "Odstępy górny i dolny elementów drugiego menu" - -#~ msgid "Secondary Navigation Colors" -#~ msgstr "Kolory drugiego menu" - -#~ msgid "Secondary Sub-Navigation Colors" -#~ msgstr "Kolory podmenu drugiego menu" - -#~ msgid "Secondary Navigation Typography" -#~ msgstr "Typografia drugiego menu" - -#~ msgid "Secondary navigation" -#~ msgstr "Nawigacja drugiego menu" - -#~ msgid "Secondary Background Images" -#~ msgstr "Obrazki tła drugiego menu" - -#~ msgid "Delete Secondary Navigation Customizer Settings" -#~ msgstr "Usuń ustawienia drugiego menu nawigacyjnego" - -#~ msgid "Export Secondary Navigation Customizer Settings" -#~ msgstr "Eksportuj ustawienia drugiego menu nawigacyjnego" diff --git a/wp-content/plugins/gp-premium/langs/gp-premium-pt_BR.mo b/wp-content/plugins/gp-premium/langs/gp-premium-pt_BR.mo index bbd7de3dfaec278d960b64f8452e91aec22ac133..f49ee82090880c79da322bb86fa30c050b1cf887 100644 GIT binary patch literal 36686 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 diff --git a/wp-content/plugins/gp-premium/langs/gp-premium-pt_BR.po b/wp-content/plugins/gp-premium/langs/gp-premium-pt_BR.po deleted file mode 100644 index 7891dd76..00000000 --- a/wp-content/plugins/gp-premium/langs/gp-premium-pt_BR.po +++ /dev/null @@ -1,3232 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: GP Premium\n" -"POT-Creation-Date: 2018-02-27 17:36-0800\n" -"PO-Revision-Date: 2018-02-27 17:36-0800\n" -"Last-Translator: Pedro Mendonça \n" -"Language-Team: Jorge Araújo \n" -"Language: pt_BR\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Generator: Poedit 2.0.6\n" -"X-Poedit-Basepath: ..\n" -"X-Poedit-SourceCharset: UTF-8\n" -"X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;esc_attr__;" -"esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c;_n_noop:1,2;" -"_nx_noop:3c,1,2;__ngettext_noop:1,2\n" -"Plural-Forms: nplurals=2; plural=(n > 1);\n" -"X-Poedit-WPHeader: gp-premium.php\n" -"X-Poedit-SearchPath-0: .\n" -"X-Poedit-SearchPathExcluded-0: *.js\n" -"X-Poedit-SearchPathExcluded-1: *deprecated*\n" -"X-Poedit-SearchPathExcluded-2: sites/classes/class-site-widget-importer.php\n" -"X-Poedit-SearchPathExcluded-3: sites/libs/wxr-importer/WPImporterLogger.php\n" -"X-Poedit-SearchPathExcluded-4: sites/libs/wxr-importer/WXRImporter.php\n" -"X-Poedit-SearchPathExcluded-5: sites/libs/wxr-importer/WXRImportInfo.php\n" - -#: backgrounds/functions/functions.php:99 -#: backgrounds/functions/functions.php:108 -msgid "Background Images" -msgstr "Imagens de Fundo" - -#: backgrounds/functions/functions.php:117 -#: backgrounds/functions/functions.php:143 -#: typography/functions/functions.php:53 -msgid "Body" -msgstr "Corpo" - -#: backgrounds/functions/functions.php:206 -#: backgrounds/functions/functions.php:230 colors/functions/functions.php:56 -#: disable-elements/functions/functions.php:128 -#: disable-elements/functions/functions.php:130 -#: disable-elements/functions/functions.php:290 -#: disable-elements/functions/functions.php:292 -#: typography/functions/functions.php:238 -msgid "Top Bar" -msgstr "Barra do Topo" - -#: backgrounds/functions/functions.php:293 -#: backgrounds/functions/functions.php:316 colors/functions/functions.php:143 -#: disable-elements/functions/functions.php:134 -#: disable-elements/functions/functions.php:136 -#: disable-elements/functions/functions.php:296 -#: disable-elements/functions/functions.php:298 -#: spacing/functions/customizer/header-spacing.php:11 -#: typography/functions/functions.php:361 -msgid "Header" -msgstr "Cabeçalho" - -#: backgrounds/functions/functions.php:376 colors/functions/functions.php:239 -#: disable-elements/functions/functions.php:139 -#: disable-elements/functions/functions.php:141 -#: disable-elements/functions/functions.php:301 -#: disable-elements/functions/functions.php:303 -#: spacing/functions/customizer/navigation-spacing.php:11 -#: typography/functions/functions.php:600 -msgid "Primary Navigation" -msgstr "Menu Principal" - -#: backgrounds/functions/functions.php:403 -#: backgrounds/functions/secondary-nav-backgrounds.php:65 -msgid "Navigation" -msgstr "Menu" - -#: backgrounds/functions/functions.php:423 -#: backgrounds/functions/functions.php:473 -#: backgrounds/functions/functions.php:523 -#: backgrounds/functions/functions.php:573 -#: backgrounds/functions/functions.php:633 -#: backgrounds/functions/functions.php:683 -#: backgrounds/functions/functions.php:733 -#: backgrounds/functions/secondary-nav-backgrounds.php:86 -#: backgrounds/functions/secondary-nav-backgrounds.php:135 -#: backgrounds/functions/secondary-nav-backgrounds.php:184 -#: backgrounds/functions/secondary-nav-backgrounds.php:233 -#: backgrounds/functions/secondary-nav-backgrounds.php:294 -#: backgrounds/functions/secondary-nav-backgrounds.php:343 -#: backgrounds/functions/secondary-nav-backgrounds.php:392 -#: library/customizer/controls/class-backgrounds-control.php:121 -msgid "Repeat" -msgstr "Repetir" - -#: backgrounds/functions/functions.php:424 -#: backgrounds/functions/functions.php:474 -#: backgrounds/functions/functions.php:524 -#: backgrounds/functions/functions.php:574 -#: backgrounds/functions/functions.php:634 -#: backgrounds/functions/functions.php:684 -#: backgrounds/functions/functions.php:734 -#: backgrounds/functions/secondary-nav-backgrounds.php:87 -#: backgrounds/functions/secondary-nav-backgrounds.php:136 -#: backgrounds/functions/secondary-nav-backgrounds.php:185 -#: backgrounds/functions/secondary-nav-backgrounds.php:234 -#: backgrounds/functions/secondary-nav-backgrounds.php:295 -#: backgrounds/functions/secondary-nav-backgrounds.php:344 -#: backgrounds/functions/secondary-nav-backgrounds.php:393 -#: library/customizer/controls/class-backgrounds-control.php:122 -msgid "Repeat x" -msgstr "Repetir Horizontalmente" - -#: backgrounds/functions/functions.php:425 -#: backgrounds/functions/functions.php:475 -#: backgrounds/functions/functions.php:525 -#: backgrounds/functions/functions.php:575 -#: backgrounds/functions/functions.php:635 -#: backgrounds/functions/functions.php:685 -#: backgrounds/functions/functions.php:735 -#: backgrounds/functions/secondary-nav-backgrounds.php:88 -#: backgrounds/functions/secondary-nav-backgrounds.php:137 -#: backgrounds/functions/secondary-nav-backgrounds.php:186 -#: backgrounds/functions/secondary-nav-backgrounds.php:235 -#: backgrounds/functions/secondary-nav-backgrounds.php:296 -#: backgrounds/functions/secondary-nav-backgrounds.php:345 -#: backgrounds/functions/secondary-nav-backgrounds.php:394 -#: library/customizer/controls/class-backgrounds-control.php:123 -msgid "Repeat y" -msgstr "Repetir Verticalmente" - -#: backgrounds/functions/functions.php:426 -#: backgrounds/functions/functions.php:476 -#: backgrounds/functions/functions.php:526 -#: backgrounds/functions/functions.php:576 -#: backgrounds/functions/functions.php:636 -#: backgrounds/functions/functions.php:686 -#: backgrounds/functions/functions.php:736 -#: backgrounds/functions/secondary-nav-backgrounds.php:89 -#: backgrounds/functions/secondary-nav-backgrounds.php:138 -#: backgrounds/functions/secondary-nav-backgrounds.php:187 -#: backgrounds/functions/secondary-nav-backgrounds.php:236 -#: backgrounds/functions/secondary-nav-backgrounds.php:297 -#: backgrounds/functions/secondary-nav-backgrounds.php:346 -#: backgrounds/functions/secondary-nav-backgrounds.php:395 -#: library/customizer/controls/class-backgrounds-control.php:124 -msgid "No Repeat" -msgstr "Não Repetir" - -#: backgrounds/functions/functions.php:453 -#: backgrounds/functions/secondary-nav-backgrounds.php:114 -msgid "Navigation Item" -msgstr "Menu - Item" - -#: backgrounds/functions/functions.php:503 -#: backgrounds/functions/secondary-nav-backgrounds.php:163 -#, fuzzy -msgid "Navigation Item Hover" -msgstr "" -"#-#-#-#-# backgrounds-pt_BR.po (Generate Backgrounds) #-#-#-#-#\n" -"Menu - Item Hover\n" -"#-#-#-#-# secondary-nav-pt_BR.po (Generate Secondary Navigation) #-#-#-#-" -"#\n" -"Menu Item Hover" - -#: backgrounds/functions/functions.php:553 -#: backgrounds/functions/secondary-nav-backgrounds.php:212 -#, fuzzy -msgid "Navigation Item Current" -msgstr "" -"#-#-#-#-# backgrounds-pt_BR.po (Generate Backgrounds) #-#-#-#-#\n" -"Menu - Item Ativo\n" -"#-#-#-#-# secondary-nav-pt_BR.po (Generate Secondary Navigation) #-#-#-#-" -"#\n" -"Menu Item Ativo" - -#: backgrounds/functions/functions.php:586 -msgid "Primary Sub-Navigation" -msgstr "Submenu do Menu Principal" - -#: backgrounds/functions/functions.php:613 -#: backgrounds/functions/secondary-nav-backgrounds.php:273 -#, fuzzy -msgid "Sub-Navigation Item" -msgstr "" -"#-#-#-#-# backgrounds-pt_BR.po (Generate Backgrounds) #-#-#-#-#\n" -"Submenu - Item\n" -"#-#-#-#-# secondary-nav-pt_BR.po (Generate Secondary Navigation) #-#-#-#-" -"#\n" -"Sub-Menu Item" - -#: backgrounds/functions/functions.php:663 -#: backgrounds/functions/secondary-nav-backgrounds.php:322 -#, fuzzy -msgid "Sub-Navigation Item Hover" -msgstr "" -"#-#-#-#-# backgrounds-pt_BR.po (Generate Backgrounds) #-#-#-#-#\n" -"Submenu - Item Hover\n" -"#-#-#-#-# secondary-nav-pt_BR.po (Generate Secondary Navigation) #-#-#-#-" -"#\n" -"Sub-Menu Item Hover" - -#: backgrounds/functions/functions.php:713 -#: backgrounds/functions/secondary-nav-backgrounds.php:371 -#, fuzzy -msgid "Sub-Navigation Item Current" -msgstr "" -"#-#-#-#-# backgrounds-pt_BR.po (Generate Backgrounds) #-#-#-#-#\n" -"Submenu - Item Ativo\n" -"#-#-#-#-# secondary-nav-pt_BR.po (Generate Secondary Navigation) #-#-#-#-" -"#\n" -"Sub-Menu Item Ativo" - -#: backgrounds/functions/functions.php:746 -#: backgrounds/functions/functions.php:772 blog/functions/customizer.php:49 -#: colors/functions/functions.php:621 page-header/functions/metabox.php:182 -#: sections/functions/metaboxes/metabox-functions.php:241 -#: sections/functions/metaboxes/metabox-functions.php:244 -#: sites/classes/class-site.php:351 -#: spacing/functions/customizer/content-spacing.php:11 -msgid "Content" -msgstr "Conteúdo" - -#: backgrounds/functions/functions.php:833 -msgid "Sidebar" -msgstr "Sidebar" - -#: backgrounds/functions/functions.php:856 colors/functions/functions.php:775 -msgid "Sidebar Widgets" -msgstr "Widgets da Sidebar" - -#: backgrounds/functions/functions.php:917 colors/functions/functions.php:1102 -#: disable-elements/functions/functions.php:161 -#: disable-elements/functions/functions.php:163 -#: disable-elements/functions/functions.php:323 -#: disable-elements/functions/functions.php:325 -#: spacing/functions/customizer/footer-spacing.php:12 -#: typography/functions/functions.php:1871 -msgid "Footer" -msgstr "Rodapé" - -#: backgrounds/functions/functions.php:941 -msgid "Footer Widget Area" -msgstr "Rodapé - Área de Widgets" - -#: backgrounds/functions/functions.php:1016 -msgid "Footer Area" -msgstr "Rodapé - Área Inferior" - -#: backgrounds/functions/secondary-nav-backgrounds.php:39 -#: colors/functions/secondary-nav-colors.php:50 -#: disable-elements/functions/functions.php:145 -#: disable-elements/functions/functions.php:147 -#: disable-elements/functions/functions.php:307 -#: disable-elements/functions/functions.php:309 -#: secondary-nav/functions/functions.php:153 -#: secondary-nav/functions/functions.php:162 -#: typography/functions/secondary-nav-fonts.php:48 -msgid "Secondary Navigation" -msgstr "Menu Secundário" - -#: backgrounds/functions/secondary-nav-backgrounds.php:247 -msgid "Secondary Sub-Navigation" -msgstr "Submenu do Menu Secundário" - -#: blog/functions/customizer.php:35 -msgid "Blog" -msgstr "Blog" - -#: blog/functions/customizer.php:63 blog/functions/customizer.php:439 -msgid "Archives" -msgstr "" - -#: blog/functions/customizer.php:64 -msgid "Single" -msgstr "" - -#: blog/functions/customizer.php:76 -msgid "Content type" -msgstr "" - -#: blog/functions/customizer.php:79 secondary-nav/functions/functions.php:206 -#: secondary-nav/functions/functions.php:232 -msgid "Full" -msgstr "Total" - -#: blog/functions/customizer.php:80 -msgid "Excerpt" -msgstr "" - -#: blog/functions/customizer.php:99 -msgid "Excerpt word count" -msgstr "" - -#: blog/functions/customizer.php:119 -msgid "Read more label" -msgstr "Texto do Leia mais" - -#: blog/functions/customizer.php:139 -msgid "Display read more as button" -msgstr "" - -#: blog/functions/customizer.php:159 blog/functions/customizer.php:337 -msgid "Display post date" -msgstr "" - -#: blog/functions/customizer.php:179 blog/functions/customizer.php:356 -msgid "Display post author" -msgstr "" - -#: blog/functions/customizer.php:199 blog/functions/customizer.php:375 -msgid "Display post categories" -msgstr "" - -#: blog/functions/customizer.php:219 blog/functions/customizer.php:394 -msgid "Display post tags" -msgstr "" - -#: blog/functions/customizer.php:239 -msgid "Display comment count" -msgstr "" - -#: blog/functions/customizer.php:259 -msgid "Use infinite scroll" -msgstr "" - -#: blog/functions/customizer.php:279 -msgid "Use button to load more posts" -msgstr "" - -#: blog/functions/customizer.php:298 -msgid "Load more label" -msgstr "" - -#: blog/functions/customizer.php:317 -msgid "Loading label" -msgstr "" - -#: blog/functions/customizer.php:413 -msgid "Display post navigation" -msgstr "" - -#: blog/functions/customizer.php:426 -msgid "Featured Images" -msgstr "Imagens em Destaque" - -#: blog/functions/customizer.php:440 -msgid "Posts" -msgstr "" - -#: blog/functions/customizer.php:441 -msgid "Pages" -msgstr "" - -#: blog/functions/customizer.php:462 blog/functions/customizer.php:625 -#: blog/functions/customizer.php:789 -msgid "Display featured images" -msgstr "" - -#: blog/functions/customizer.php:482 blog/functions/customizer.php:645 -#: blog/functions/customizer.php:809 -msgid "Display padding around images" -msgstr "" - -#: blog/functions/customizer.php:503 blog/functions/customizer.php:666 -#: blog/functions/customizer.php:830 -msgid "Location" -msgstr "Localização" - -#: blog/functions/customizer.php:506 blog/functions/customizer.php:669 -#: blog/functions/customizer.php:833 -msgid "Below Title" -msgstr "Abaixo do Cabeçalho" - -#: blog/functions/customizer.php:507 blog/functions/customizer.php:670 -#: blog/functions/customizer.php:834 -msgid "Above Title" -msgstr "Acima do Cabeçalho" - -#: blog/functions/customizer.php:528 blog/functions/customizer.php:692 -#: blog/functions/customizer.php:856 -msgid "Alignment" -msgstr "Alinhamento " - -#: blog/functions/customizer.php:531 blog/functions/customizer.php:695 -#: blog/functions/customizer.php:859 page-header/functions/metabox.php:336 -#: secondary-nav/functions/functions.php:259 -#: woocommerce/functions/customizer/customizer.php:243 -#: woocommerce/functions/customizer/customizer.php:286 -#, fuzzy -msgid "Center" -msgstr "" -"#-#-#-#-# generate-blog-pt_BR.po (Generate Blog) #-#-#-#-#\n" -"Centro\n" -"#-#-#-#-# generate-woocommerce-pt_BR.po (Generate WooCommerce) #-#-#-#-#\n" -"Centralizado\n" -"#-#-#-#-# page-header-pt_BR.po (Generate Page Header) #-#-#-#-#\n" -"Centro\n" -"#-#-#-#-# secondary-nav-pt_BR.po (Generate Secondary Navigation) #-#-#-#-" -"#\n" -"Centralizado" - -#: blog/functions/customizer.php:532 blog/functions/customizer.php:696 -#: blog/functions/customizer.php:860 -#: library/customizer/controls/class-spacing-control.php:26 -#: menu-plus/functions/generate-menu-plus.php:445 -#: page-header/functions/metabox.php:335 -#: secondary-nav/functions/functions.php:258 -#: woocommerce/functions/customizer/customizer.php:242 -#: woocommerce/functions/customizer/customizer.php:285 -msgid "Left" -msgstr "Esquerda" - -#: blog/functions/customizer.php:533 blog/functions/customizer.php:697 -#: blog/functions/customizer.php:861 -#: library/customizer/controls/class-spacing-control.php:24 -#: menu-plus/functions/generate-menu-plus.php:446 -#: page-header/functions/metabox.php:337 -#: secondary-nav/functions/functions.php:260 -#: woocommerce/functions/customizer/customizer.php:244 -#: woocommerce/functions/customizer/customizer.php:287 -msgid "Right" -msgstr "Direita" - -#: blog/functions/customizer.php:555 blog/functions/customizer.php:719 -#: blog/functions/customizer.php:883 -msgid "Width" -msgstr "Largura" - -#: blog/functions/customizer.php:559 blog/functions/customizer.php:586 -#: blog/functions/customizer.php:723 blog/functions/customizer.php:750 -#: blog/functions/customizer.php:887 blog/functions/customizer.php:914 -msgid "Auto" -msgstr "Auto" - -#: blog/functions/customizer.php:582 blog/functions/customizer.php:746 -#: blog/functions/customizer.php:910 -msgid "Height" -msgstr "Altura" - -#: blog/functions/customizer.php:601 blog/functions/customizer.php:765 -#: blog/functions/customizer.php:929 -msgid "Apply sizes" -msgstr "" - -#: blog/functions/customizer.php:671 blog/functions/customizer.php:835 -#: page-header/functions/functions.php:811 -#: page-header/functions/functions.php:836 -msgid "Above Content Area" -msgstr "Acima da Área de Conteúdo" - -#: blog/functions/customizer.php:943 blog/functions/customizer.php:983 -msgid "Columns" -msgstr "Colunas" - -#: blog/functions/customizer.php:963 -msgid "Display posts in columns" -msgstr "" - -#: blog/functions/customizer.php:1010 -msgid "Make first post featured" -msgstr "" - -#: blog/functions/customizer.php:1031 -msgid "Display posts in masonry grid" -msgstr "" - -#: blog/functions/defaults.php:13 blog/functions/migrate.php:22 -msgid "Read more" -msgstr "Ler mais..." - -#: blog/functions/defaults.php:16 blog/functions/migrate.php:26 -msgid "+ More" -msgstr "+ Mais" - -#: blog/functions/defaults.php:17 blog/functions/migrate.php:27 -msgid "Loading..." -msgstr "Carregando..." - -#: colors/functions/functions.php:46 -#: sections/functions/metaboxes/views/sections-template.php:211 -msgid "Colors" -msgstr "Cores" - -#: colors/functions/functions.php:79 colors/functions/functions.php:166 -#: colors/functions/functions.php:276 colors/functions/functions.php:411 -#: colors/functions/functions.php:541 colors/functions/functions.php:644 -#: colors/functions/functions.php:798 colors/functions/functions.php:886 -#: colors/functions/functions.php:1125 colors/functions/functions.php:1209 -#: colors/functions/secondary-nav-colors.php:86 -#: colors/functions/secondary-nav-colors.php:240 -#: colors/functions/slideout-nav-colors.php:82 -#: colors/functions/slideout-nav-colors.php:236 -#: sections/functions/metaboxes/views/sections-template.php:236 -#, fuzzy -msgid "Background" -msgstr "" -"#-#-#-#-# generate-colors-pt_BR.po (Generate Colors) #-#-#-#-#\n" -"Cor de Fundo\n" -"#-#-#-#-# generate-sections-pt_BR.po (Generate Sections) #-#-#-#-#\n" -"Fundo\n" -"#-#-#-#-# secondary-nav-pt_BR.po (Generate Secondary Navigation) #-#-#-#-" -"#\n" -"Cor de Fundo" - -#: colors/functions/functions.php:95 colors/functions/functions.php:181 -#: colors/functions/functions.php:340 colors/functions/functions.php:475 -#: colors/functions/functions.php:564 colors/functions/functions.php:658 -#: colors/functions/functions.php:812 colors/functions/functions.php:900 -#: colors/functions/functions.php:1139 colors/functions/functions.php:1232 -#: colors/functions/secondary-nav-colors.php:110 -#: colors/functions/secondary-nav-colors.php:264 -#: colors/functions/slideout-nav-colors.php:106 -#: colors/functions/slideout-nav-colors.php:260 -msgid "Text" -msgstr "Texto" - -#: colors/functions/functions.php:101 colors/functions/functions.php:187 -#: colors/functions/functions.php:664 colors/functions/functions.php:818 -#: colors/functions/functions.php:906 colors/functions/functions.php:1145 -msgid "Link" -msgstr "Link" - -#: colors/functions/functions.php:107 colors/functions/functions.php:193 -#: colors/functions/functions.php:670 colors/functions/functions.php:824 -#: colors/functions/functions.php:912 colors/functions/functions.php:1151 -msgid "Link Hover" -msgstr "Link Hover" - -#: colors/functions/functions.php:199 page-header/functions/metabox.php:512 -#: typography/functions/functions.php:424 -msgid "Site Title" -msgstr "Título do Site" - -#: colors/functions/functions.php:205 -msgid "Tagline" -msgstr "Slogan" - -#: colors/functions/functions.php:253 -#: colors/functions/secondary-nav-colors.php:64 -#: colors/functions/slideout-nav-colors.php:60 -#, fuzzy -#| msgid "Primary Menu Items" -msgid "Parent Items" -msgstr "Menu Primário - Itens" - -#: colors/functions/functions.php:301 colors/functions/functions.php:436 -#: colors/functions/functions.php:587 colors/functions/functions.php:1254 -#: colors/functions/secondary-nav-colors.php:133 -#: colors/functions/secondary-nav-colors.php:287 -#: colors/functions/slideout-nav-colors.php:129 -#: colors/functions/slideout-nav-colors.php:283 -#, fuzzy -msgid "Background Hover" -msgstr "" -"#-#-#-#-# generate-colors-pt_BR.po (Generate Colors) #-#-#-#-#\n" -"Cor de Fundo - Hover\n" -"#-#-#-#-# secondary-nav-pt_BR.po (Generate Secondary Navigation) #-#-#-#-" -"#\n" -"Cor de Fundo Hover" - -#: colors/functions/functions.php:326 colors/functions/functions.php:461 -#: colors/functions/secondary-nav-colors.php:180 -#: colors/functions/secondary-nav-colors.php:334 -#: colors/functions/slideout-nav-colors.php:176 -#: colors/functions/slideout-nav-colors.php:330 -#, fuzzy -msgid "Background Current" -msgstr "" -"#-#-#-#-# generate-colors-pt_BR.po (Generate Colors) #-#-#-#-#\n" -"Cor de Fundo - Ativo\n" -"#-#-#-#-# secondary-nav-pt_BR.po (Generate Secondary Navigation) #-#-#-#-" -"#\n" -"Cor de Fundo Ativo" - -#: colors/functions/functions.php:346 colors/functions/functions.php:481 -#: colors/functions/functions.php:610 colors/functions/functions.php:1277 -#: colors/functions/secondary-nav-colors.php:157 -#: colors/functions/secondary-nav-colors.php:311 -#: colors/functions/slideout-nav-colors.php:153 -#: colors/functions/slideout-nav-colors.php:307 -msgid "Text Hover" -msgstr "Texto Hover" - -#: colors/functions/functions.php:352 colors/functions/functions.php:487 -#: colors/functions/secondary-nav-colors.php:204 -#: colors/functions/secondary-nav-colors.php:358 -#: colors/functions/slideout-nav-colors.php:200 -#: colors/functions/slideout-nav-colors.php:354 -msgid "Text Current" -msgstr "Texto Ativo" - -#: colors/functions/functions.php:388 -#: colors/functions/secondary-nav-colors.php:218 -#: colors/functions/slideout-nav-colors.php:214 -#, fuzzy -msgid "Sub-Menu Items" -msgstr "" -"#-#-#-#-# generate-spacing-pt_BR.po (Generate Spacing) #-#-#-#-#\n" -"Item do Submenu - Altura\n" -"#-#-#-#-# secondary-nav-pt_BR.po (Generate Secondary Navigation) #-#-#-#-" -"#\n" -"Sub-menu - Altura do Item" - -#: colors/functions/functions.php:518 typography/functions/functions.php:732 -msgid "Buttons" -msgstr "" - -#: colors/functions/functions.php:676 -#: disable-elements/functions/functions.php:156 -#: disable-elements/functions/functions.php:158 -#: disable-elements/functions/functions.php:318 -#: disable-elements/functions/functions.php:320 -#, fuzzy -msgid "Content Title" -msgstr "" -"#-#-#-#-# disable-elements-pt_BR.po (Generate Disable Elements) #-#-#-#-#\n" -"Título do Conteúdo\n" -"#-#-#-#-# generate-colors-pt_BR.po (Generate Colors) #-#-#-#-#\n" -"Conteúdo - Título" - -#: colors/functions/functions.php:682 -msgid "Blog Post Title" -msgstr "Post do Blog - Título" - -#: colors/functions/functions.php:688 -msgid "Blog Post Title Hover" -msgstr "Post do Blog - Título Hover" - -#: colors/functions/functions.php:694 -msgid "Entry Meta Text" -msgstr "Entradas de Meta Texto" - -#: colors/functions/functions.php:700 -msgid "Entry Meta Links" -msgstr "Entrada de Meta Links" - -#: colors/functions/functions.php:706 -msgid "Entry Meta Links Hover" -msgstr "Entradas de Meta Links Hover" - -#: colors/functions/functions.php:712 -msgid "Heading 1 (H1) Color" -msgstr "Título 1 (H1) - Cor" - -#: colors/functions/functions.php:718 -msgid "Heading 2 (H2) Color" -msgstr "Título 2 (H2) - Cor" - -#: colors/functions/functions.php:724 -msgid "Heading 3 (H3) Color" -msgstr "Título 3 (H3) - Cor" - -#: colors/functions/functions.php:732 -msgid "Heading 4 (H4) Color" -msgstr "" - -#: colors/functions/functions.php:741 -msgid "Heading 5 (H5) Color" -msgstr "" - -#: colors/functions/functions.php:830 colors/functions/functions.php:918 -msgid "Widget Title" -msgstr "Título do Widget" - -#: colors/functions/functions.php:863 -msgid "Footer Widgets" -msgstr "Widgets do Rodapé" - -#: colors/functions/functions.php:951 -msgid "Forms" -msgstr "Formulários" - -#: colors/functions/functions.php:974 -msgid "Form Background" -msgstr "Formulário - Cor de Fundo" - -#: colors/functions/functions.php:999 -msgid "Form Background Focus" -msgstr "Formulário - Cor de Fundo em Foco" - -#: colors/functions/functions.php:1024 -msgid "Form Border" -msgstr "Formulário - Borda" - -#: colors/functions/functions.php:1049 -msgid "Form Border Focus" -msgstr "Formulário - Borda em Foco" - -#: colors/functions/functions.php:1063 -msgid "Form Text" -msgstr "Formulário - Texto" - -#: colors/functions/functions.php:1069 -msgid "Form Text Focus" -msgstr "Formulário - Texto em Foco" - -#: colors/functions/functions.php:1188 -msgid "Back to Top Button" -msgstr "" - -#: colors/functions/slideout-nav-colors.php:46 -#: menu-plus/functions/generate-menu-plus.php:14 -#: menu-plus/functions/generate-menu-plus.php:396 -#: menu-plus/functions/generate-menu-plus.php:417 -#: menu-plus/functions/generate-menu-plus.php:726 -#: typography/functions/slideout-nav-fonts.php:38 -msgid "Slideout Navigation" -msgstr "Menu Slideout" - -#: colors/functions/woocommerce-colors.php:51 -msgid "Product Title" -msgstr "" - -#: colors/functions/woocommerce-colors.php:73 -msgid "Product Title Hover" -msgstr "" - -#: colors/functions/woocommerce-colors.php:96 -msgid "Alt Button Background" -msgstr "" - -#: colors/functions/woocommerce-colors.php:120 -msgid "Alt Button Background Hover" -msgstr "" - -#: colors/functions/woocommerce-colors.php:143 -msgid "Alt Button Text" -msgstr "" - -#: colors/functions/woocommerce-colors.php:166 -msgid "Alt Button Text Hover" -msgstr "" - -#: colors/functions/woocommerce-colors.php:189 -msgid "Star Ratings" -msgstr "" - -#: colors/functions/woocommerce-colors.php:213 -msgid "Sale Sticker Background" -msgstr "" - -#: colors/functions/woocommerce-colors.php:236 -msgid "Sale Sticker Text" -msgstr "" - -#: colors/functions/woocommerce-colors.php:258 -msgid "Price" -msgstr "Preço" - -#: colors/functions/woocommerce-colors.php:280 -msgid "Product Tab Text" -msgstr "" - -#: colors/functions/woocommerce-colors.php:302 -msgid "Product Tab Active" -msgstr "" - -#: colors/functions/woocommerce-colors.php:325 -msgid "Success Message Background" -msgstr "" - -#: colors/functions/woocommerce-colors.php:348 -msgid "Success Message Text" -msgstr "" - -#: colors/functions/woocommerce-colors.php:371 -msgid "Info Message Background" -msgstr "" - -#: colors/functions/woocommerce-colors.php:394 -msgid "Info Message Text" -msgstr "" - -#: colors/functions/woocommerce-colors.php:417 -msgid "Error Message Background" -msgstr "" - -#: colors/functions/woocommerce-colors.php:440 -msgid "Error Message Text" -msgstr "" - -#: copyright/functions/functions.php:37 -msgid "Copyright" -msgstr "Texto e/ou Copyright" - -#: disable-elements/functions/functions.php:98 -msgid "Disable Elements" -msgstr "Desabilitar Elementos" - -#: disable-elements/functions/functions.php:151 -#: disable-elements/functions/functions.php:153 -#: disable-elements/functions/functions.php:313 -#: disable-elements/functions/functions.php:315 -msgid "Featured Image / Page Header" -msgstr "Imagem Destaque / Page Header" - -#: general/smooth-scroll.php:85 -msgid "Smooth scroll" -msgstr "" - -#: general/smooth-scroll.php:86 -msgid "" -"Initiate smooth scroll on anchor links using the smooth-scroll " -"class." -msgstr "" - -#: gp-premium.php:220 -msgid "GeneratePress has an update available." -msgstr "" - -#: gp-premium.php:222 -msgid "Update now." -msgstr "" - -#: gp-premium.php:234 -msgid "GP Premium requires GeneratePress to be your active theme." -msgstr "" - -#: gp-premium.php:235 -msgid "Install now." -msgstr "" - -#: gp-premium.php:250 -msgid "Configure" -msgstr "" - -#: hooks/functions/functions.php:69 -msgid "" -"DISALLOW_FILE_EDIT is defined. You should also disallow PHP execution in GP " -"Hooks." -msgstr "" - -#: hooks/functions/functions.php:70 -msgid "Learn how" -msgstr "" - -#: hooks/functions/functions.php:124 hooks/functions/functions.php:144 -#: hooks/functions/functions.php:395 -msgid "GP Hooks" -msgstr "GP Hooks" - -#: hooks/functions/functions.php:160 -msgid "wp_head" -msgstr "wp_head" - -#: hooks/functions/functions.php:166 -msgid "Before Header" -msgstr "Antes do Header" - -#: hooks/functions/functions.php:172 -msgid "Before Header Content" -msgstr "Antes do Conteúdo do Header" - -#: hooks/functions/functions.php:178 -msgid "After Header Content" -msgstr "Depois do Conteúdo do Header" - -#: hooks/functions/functions.php:184 -msgid "After Header" -msgstr "Depois do Header" - -#: hooks/functions/functions.php:190 -msgid "Inside Content Container" -msgstr "Dentro do Container de Conteúdo" - -#: hooks/functions/functions.php:196 -msgid "Before Content" -msgstr "Antes do Conteúdo" - -#: hooks/functions/functions.php:202 -msgid "After Entry Title" -msgstr "Depois do Título de Entrada" - -#: hooks/functions/functions.php:208 -msgid "After Content" -msgstr "Depois do Conteúdo" - -#: hooks/functions/functions.php:214 -msgid "Before Right Sidebar Content" -msgstr "Antes do Conteúdo da Sidebar Direita" - -#: hooks/functions/functions.php:220 -msgid "After Right Sidebar Content" -msgstr "Depois do Conteúdo da Sidebar Direita" - -#: hooks/functions/functions.php:226 -msgid "Before Left Sidebar Content" -msgstr "Antes do Conteúdo da Sidebar Esquerda" - -#: hooks/functions/functions.php:232 -msgid "After Left Sidebar Content" -msgstr "Depois do Conteúdo da Sidebar Esquerda" - -#: hooks/functions/functions.php:238 -msgid "Before Footer" -msgstr "Antes do Footer" - -#: hooks/functions/functions.php:244 -msgid "After Footer Widgets" -msgstr "Depois dos Widgets do Footer" - -#: hooks/functions/functions.php:250 -msgid "Before Footer Content" -msgstr "Antes do Conteúdo do Footer" - -#: hooks/functions/functions.php:256 -msgid "After Footer Content" -msgstr "Depois do Conteúdo do Footer" - -#: hooks/functions/functions.php:262 -msgid "wp_footer" -msgstr "wp_footer" - -#: hooks/functions/functions.php:347 -msgid "Execute PHP" -msgstr "Executar PHP" - -#: hooks/functions/functions.php:349 -msgid "Disable Hook" -msgstr "Desabilitar Hook" - -#: hooks/functions/functions.php:397 -msgid "" -"Use these fields to insert anything you like throughout GeneratePress. " -"Shortcodes are allowed, and you can even use PHP if you check the Execute " -"PHP checkboxes." -msgstr "" -"Utilize esses campos para inserir qualquer coisa no GeneratePress. " -"Shortcodes são permitidos, e você pode usar PHP caso as caixas de seleção " -"Executar PHP estejam selecionadas." - -#: hooks/functions/functions.php:399 -msgid "Show all" -msgstr "Exibir todos" - -#: hooks/functions/functions.php:410 -msgid "Save Hooks" -msgstr "Salvar Hooks" - -#: hooks/functions/functions.php:482 -msgid "Hooks saved." -msgstr "Hooks salvos." - -#: import-export/functions/functions.php:11 -msgid "Export" -msgstr "" - -#: import-export/functions/functions.php:14 library/reset.php:12 -#: page-header/functions/metabox.php:196 -msgid "Advanced" -msgstr "Avançado" - -#: import-export/functions/functions.php:16 library/reset.php:14 -msgctxt "Module name" -msgid "Core" -msgstr "" - -#: import-export/functions/functions.php:19 library/reset.php:17 -#, fuzzy -msgctxt "Module name" -msgid "Backgrounds" -msgstr "" -"#-#-#-#-# generate-colors-pt_BR.po (Generate Colors) #-#-#-#-#\n" -"Cor de Fundo\n" -"#-#-#-#-# generate-sections-pt_BR.po (Generate Sections) #-#-#-#-#\n" -"Fundo\n" -"#-#-#-#-# secondary-nav-pt_BR.po (Generate Secondary Navigation) #-#-#-#-" -"#\n" -"Cor de Fundo" - -#: import-export/functions/functions.php:23 library/reset.php:21 -#, fuzzy -#| msgid "Blog" -msgctxt "Module name" -msgid "Blog" -msgstr "Blog" - -#: import-export/functions/functions.php:27 library/reset.php:25 -#, fuzzy -#| msgid "GP Hooks" -msgctxt "Module name" -msgid "Hooks" -msgstr "GP Hooks" - -#: import-export/functions/functions.php:31 library/reset.php:29 -#, fuzzy -#| msgid "Page Header" -msgctxt "Module name" -msgid "Page Header" -msgstr "Cabeçalho da Página" - -#: import-export/functions/functions.php:35 library/reset.php:33 -#, fuzzy -#| msgid "Secondary Navigation" -msgctxt "Module name" -msgid "Secondary Navigation" -msgstr "Menu Secundário" - -#: import-export/functions/functions.php:39 library/reset.php:37 -#, fuzzy -#| msgid "Spacing" -msgctxt "Module name" -msgid "Spacing" -msgstr "Espaçamento" - -#: import-export/functions/functions.php:43 library/reset.php:41 -#, fuzzy -#| msgid "Menu Plus" -msgctxt "Module name" -msgid "Menu Plus" -msgstr "Menu Plus" - -#: import-export/functions/functions.php:47 library/reset.php:45 -#, fuzzy -#| msgid "WooCommerce" -msgctxt "Module name" -msgid "WooCommerce" -msgstr "Woocommerce" - -#: import-export/functions/functions.php:51 library/reset.php:49 -#, fuzzy -#| msgid "Copyright" -msgctxt "Module name" -msgid "Copyright" -msgstr "Texto e/ou Copyright" - -#: import-export/functions/functions.php:56 -msgctxt "Module name" -msgid "GeneratePress Site" -msgstr "" - -#: import-export/functions/functions.php:63 -msgid "Export Settings" -msgstr "" - -#: import-export/functions/functions.php:77 -msgid "Import" -msgstr "" - -#: import-export/functions/functions.php:86 -msgid "Import Settings" -msgstr "Importar Configurações" - -#: import-export/functions/functions.php:214 -msgid "Please upload a valid .json file" -msgstr "Envie um arquivo .json válido" - -#: import-export/functions/functions.php:220 -msgid "Please upload a file to import" -msgstr "Envie um arquivo para importar" - -#: inc/EDD_SL_Plugin_Updater.php:201 -#, php-format -msgid "" -"There is a new version of %1$s available. %2$sView version %3$s details%4$s." -msgstr "Existe uma nova versão de %1$s disponível. %2$sVer %3$s detalhes%4$s." - -#: inc/EDD_SL_Plugin_Updater.php:209 -#, php-format -msgid "" -"There is a new version of %1$s available. %2$sView version %3$s details%4$s " -"or %5$supdate now%6$s." -msgstr "" -"Existe uma nova versão de %1$s disponível. %2$sVer %3$s detalhes%4$s ou " -"%5$satualizar agora%6$s." - -#: inc/EDD_SL_Plugin_Updater.php:399 -msgid "You do not have permission to install plugin updates" -msgstr "Você não possui permissão para instalar atualizações do plugin" - -#: inc/EDD_SL_Plugin_Updater.php:399 -msgid "Error" -msgstr "Erro" - -#: inc/activation.php:14 -msgid "Add-on deactivated." -msgstr "Add-on desativado." - -#: inc/activation.php:18 -msgid "Add-on activated." -msgstr "Add-on ativado." - -#. Plugin Name of the plugin/theme -#: inc/activation.php:59 -msgid "GP Premium" -msgstr "GP Premium" - -#: inc/activation.php:67 -msgid "Bulk Actions" -msgstr "Ações em Massa" - -#: inc/activation.php:68 inc/activation.php:105 -msgid "Activate" -msgstr "Ativar" - -#: inc/activation.php:69 inc/activation.php:89 -msgid "Deactivate" -msgstr "Desativar" - -#: inc/activation.php:72 -#: sections/functions/metaboxes/views/sections-template.php:80 -msgid "Apply" -msgstr "Aplicar" - -#: inc/activation.php:102 -msgid "WooCommerce not activated." -msgstr "" - -#: inc/activation.php:430 -msgid "Enter valid license key for automatic updates." -msgstr "Informe uma licença válida para atualizar automaticamente." - -#: inc/dashboard.php:16 -msgid "Modules" -msgstr "" - -#: inc/verify.php:74 -msgid "License deactivated." -msgstr "Licença desativada." - -#: inc/verify.php:78 -msgid "License activated." -msgstr "Licença ativada." - -#: inc/verify.php:110 -msgid "Updates" -msgstr "Atualizações" - -#: inc/verify.php:110 -msgid "Help" -msgstr "Ajuda" - -#: inc/verify.php:126 -msgid "Receiving updates" -msgstr "" - -#: inc/verify.php:128 -msgid "Not receiving updates" -msgstr "" - -#: inc/verify.php:134 -msgid "License Key" -msgstr "Licença" - -#: inc/verify.php:139 -msgid "Update" -msgstr "Atualizar" - -#: inc/verify.php:224 -#, php-format -msgid "Your license key expired on %s." -msgstr "Sua licença expira em %s." - -#: inc/verify.php:231 -msgid "Your license key has been disabled." -msgstr "Sua licença foi desabilitada." - -#: inc/verify.php:236 -msgid "Invalid license." -msgstr "Licença inválida." - -#: inc/verify.php:242 -msgid "Your license is not active for this URL." -msgstr "Sua licença não está ativa para essa URL." - -#: inc/verify.php:247 -#, php-format -msgid "This appears to be an invalid license key for %s." -msgstr "Aparentemente essa é uma licença inválida para %s." - -#: inc/verify.php:252 -msgid "Your license key has reached its activation limit." -msgstr "Sua licença atingiu o limite de ativações." - -#: inc/verify.php:257 -msgid "An error occurred, please try again." -msgstr "Ocorreu um erro, tente novamente." - -#: library/batch-processing/wp-background-process.php:425 -#, php-format -msgid "Every %d Minutes" -msgstr "" - -#: library/customizer/controls/class-backgrounds-control.php:18 -msgid "left top, x% y%, xpos ypos (px)" -msgstr "" - -#: library/customizer/controls/class-backgrounds-control.php:19 -msgid "Position" -msgstr "Posição" - -#: library/customizer/controls/class-backgrounds-control.php:130 -msgid "Size (Auto)" -msgstr "Tamanho (Automático)" - -#: library/customizer/controls/class-backgrounds-control.php:131 -msgid "100% Width" -msgstr "100% de Largura" - -#: library/customizer/controls/class-backgrounds-control.php:132 -msgid "Cover" -msgstr "Cobrir / cover" - -#: library/customizer/controls/class-backgrounds-control.php:133 -msgid "Contain" -msgstr "Container / contain" - -#: library/customizer/controls/class-backgrounds-control.php:139 -msgid "Attachment" -msgstr "Anexo (Attachment" - -#: library/customizer/controls/class-backgrounds-control.php:140 -msgid "Fixed" -msgstr "Fixado / fixed" - -#: library/customizer/controls/class-backgrounds-control.php:141 -msgid "Local" -msgstr "Local" - -#: library/customizer/controls/class-backgrounds-control.php:142 -#: woocommerce/functions/customizer/customizer.php:550 -msgid "Inherit" -msgstr "Herdar / Inherit" - -#: library/customizer/controls/class-copyright-control.php:25 -msgid "%current_year% to update year automatically." -msgstr "" -"%current_year% para inserir e atualizar o ano automaticamente." - -#: library/customizer/controls/class-copyright-control.php:26 -msgid "%copy% to include the copyright symbol." -msgstr "%copy%para incluir o símbolo de copyright." - -#: library/customizer/controls/class-copyright-control.php:27 -msgid "HTML is allowed." -msgstr "Permitido usar HTML." - -#: library/customizer/controls/class-copyright-control.php:28 -msgid "Shortcodes are allowed." -msgstr "Permitido usar Shortcodes." - -#: library/customizer/controls/class-range-slider-control.php:42 -msgid "Desktop" -msgstr "" - -#: library/customizer/controls/class-range-slider-control.php:43 -msgid "Tablet" -msgstr "" - -#: library/customizer/controls/class-range-slider-control.php:44 -msgid "Mobile" -msgstr "Mobile" - -#: library/customizer/controls/class-range-slider-control.php:45 -#: library/reset.php:9 -msgid "Reset" -msgstr "Resetar" - -#: library/customizer/controls/class-spacing-control.php:23 -msgid "Top" -msgstr "Topo" - -#: library/customizer/controls/class-spacing-control.php:25 -msgid "Bottom" -msgstr "Inferior" - -#: library/customizer/controls/class-spacing-control.php:48 -msgid "Link values" -msgstr "Linkar Valores" - -#: library/customizer/controls/class-spacing-control.php:49 -msgid "Un-link values" -msgstr "Desvincular Valores" - -#: library/customizer/controls/class-typography-control.php:25 -msgid "System Fonts" -msgstr "" - -#: library/customizer/controls/class-typography-control.php:26 -msgid "Google Fonts" -msgstr "" - -#: library/customizer/controls/class-typography-control.php:29 -msgid "Font family" -msgstr "Familia da Fonte" - -#: library/customizer/controls/class-typography-control.php:30 -msgid "Font weight" -msgstr "Peso da Fonte" - -#: library/customizer/controls/class-typography-control.php:31 -msgid "Text transform" -msgstr "Transformar Texto" - -#: library/customizer/controls/class-typography-control.php:33 -msgid "Variants" -msgstr "" - -#: library/customizer/controls/class-typography-control.php:162 -msgid "normal" -msgstr "" - -#: library/customizer/controls/class-typography-control.php:163 -msgid "bold" -msgstr "" - -#: library/customizer/controls/class-typography-control.php:178 -msgid "none" -msgstr "" - -#: library/customizer/controls/class-typography-control.php:179 -msgid "capitalize" -msgstr "" - -#: library/customizer/controls/class-typography-control.php:180 -msgid "uppercase" -msgstr "" - -#: library/customizer/controls/class-typography-control.php:181 -msgid "lowercase" -msgstr "" - -#: library/reset.php:55 -msgid "Warning: This will delete your settings and can not be undone." -msgstr "" - -#: library/reset.php:58 -msgid "Reset Settings" -msgstr "" - -#: menu-plus/functions/generate-menu-plus.php:25 -#: menu-plus/functions/generate-menu-plus.php:632 -msgid "Menu" -msgstr "Menu" - -#: menu-plus/functions/generate-menu-plus.php:101 -msgid "Menu Plus" -msgstr "Menu Plus" - -#: menu-plus/functions/generate-menu-plus.php:126 -msgid "General Settings" -msgstr "Configurações Gerais" - -#: menu-plus/functions/generate-menu-plus.php:144 -#: secondary-nav/functions/functions.php:181 -msgid "Mobile Menu Label" -msgstr "Menu Mobile - Identificador" - -#: menu-plus/functions/generate-menu-plus.php:154 -#: menu-plus/functions/generate-menu-plus.php:175 -msgid "Sticky Navigation" -msgstr "Menu Sticky" - -#: menu-plus/functions/generate-menu-plus.php:178 -#: menu-plus/functions/generate-menu-plus.php:420 -msgid "Mobile only" -msgstr "Mobile apenas" - -#: menu-plus/functions/generate-menu-plus.php:179 -#: menu-plus/functions/generate-menu-plus.php:421 -msgid "Desktop only" -msgstr "Desktop apenas" - -#: menu-plus/functions/generate-menu-plus.php:180 -#: menu-plus/functions/generate-menu-plus.php:317 -#: menu-plus/functions/generate-menu-plus.php:363 -#: menu-plus/functions/generate-menu-plus.php:422 -msgid "On" -msgstr "" - -#: menu-plus/functions/generate-menu-plus.php:181 -#: menu-plus/functions/generate-menu-plus.php:316 -#: menu-plus/functions/generate-menu-plus.php:364 -#: menu-plus/functions/generate-menu-plus.php:423 -msgid "Off" -msgstr "" - -#: menu-plus/functions/generate-menu-plus.php:202 -#, fuzzy -#| msgid "Position" -msgid "Transition" -msgstr "Posição" - -#: menu-plus/functions/generate-menu-plus.php:205 -msgid "Fade" -msgstr "Fade" - -#: menu-plus/functions/generate-menu-plus.php:206 -msgid "Slide" -msgstr "Slide" - -#: menu-plus/functions/generate-menu-plus.php:207 -msgid "None" -msgstr "Nenhum" - -#: menu-plus/functions/generate-menu-plus.php:229 -#: menu-plus/functions/generate-menu-plus.php:385 -msgid "Hide when scrolling down" -msgstr "" - -#: menu-plus/functions/generate-menu-plus.php:252 -#: page-header/functions/metabox.php:477 -#, fuzzy -msgid "Navigation Logo" -msgstr "" -"#-#-#-#-# menu-plus-pt_BR.po (Generate Menu Plus) #-#-#-#-#\n" -"Logo do Menu\n" -"#-#-#-#-# page-header-pt_BR.po (Generate Page Header) #-#-#-#-#\n" -"Menu - Logo" - -#: menu-plus/functions/generate-menu-plus.php:274 -msgid "Navigation Logo Placement" -msgstr "Posição do Logo do Menu" - -#: menu-plus/functions/generate-menu-plus.php:277 -#: menu-plus/functions/generate-menu-plus.php:360 -msgid "Sticky" -msgstr "Sticky" - -#: menu-plus/functions/generate-menu-plus.php:278 -msgid "Sticky + Static" -msgstr "Sticky + Estático" - -#: menu-plus/functions/generate-menu-plus.php:279 -msgid "Static" -msgstr "Estático" - -#: menu-plus/functions/generate-menu-plus.php:292 -#: menu-plus/functions/generate-menu-plus.php:313 -msgid "Mobile Header" -msgstr "Cabeçalho Mobile" - -#: menu-plus/functions/generate-menu-plus.php:338 -#: page-header/functions/metabox.php:191 -msgid "Logo" -msgstr "Logo" - -#: menu-plus/functions/generate-menu-plus.php:442 -#, fuzzy -#| msgid "Sidebar" -msgid "Side" -msgstr "Sidebar" - -#: menu-plus/functions/generate-menu-plus.php:693 -#: sections/functions/metaboxes/views/sections-template.php:69 -#: sites/classes/class-site.php:161 sites/classes/class-site.php:477 -msgid "Close" -msgstr "Fechar" - -#: page-header/functions/functions.php:784 page-header/functions/metabox.php:37 -#: page-header/functions/metabox.php:57 page-header/functions/metabox.php:763 -#: page-header/functions/post-type.php:15 -#: page-header/functions/post-type.php:29 -#: page-header/functions/post-type.php:79 -#: page-header/functions/post-type.php:112 -msgid "Page Header" -msgstr "Cabeçalho da Página" - -#: page-header/functions/functions.php:808 -msgid "Page Header Location" -msgstr "Posição do Cabeçalho da Página" - -#: page-header/functions/functions.php:812 -#: page-header/functions/functions.php:837 -msgid "Inside Content Area" -msgstr "Dentro da Área de Conteúdo" - -#: page-header/functions/functions.php:833 -msgid "Single Post Header Location" -msgstr "Posição do Cabeçalho na Postagem Única" - -#: page-header/functions/functions.php:838 -msgid "Below Post Title" -msgstr "Abaixo do Título do Post" - -#: page-header/functions/functions.php:839 -msgid "Hide" -msgstr "Ocultar" - -#: page-header/functions/functions.php:1078 -#, php-format -msgid "View all posts by %s" -msgstr "" - -#: page-header/functions/global-locations.php:24 -#: page-header/functions/global-locations.php:25 -#: page-header/functions/global-locations.php:40 -msgid "Global Locations" -msgstr "" - -#: page-header/functions/global-locations.php:72 -msgid "Posts Page (blog)" -msgstr "" - -#: page-header/functions/global-locations.php:81 -msgid "Search Results" -msgstr "" - -#: page-header/functions/global-locations.php:90 -msgid "404 Template" -msgstr "" - -#: page-header/functions/global-locations.php:99 -msgid "Post Types - Single" -msgstr "" - -#: page-header/functions/global-locations.php:125 -msgid "Post Types - Archives" -msgstr "" - -#: page-header/functions/global-locations.php:147 -msgid "Taxonomies - Archives" -msgstr "" - -#: page-header/functions/metabox.php:139 page-header/functions/metabox.php:749 -#, php-format -msgid "" -"No Page Headers found. Want to create " -"one?" -msgstr "" - -#: page-header/functions/metabox.php:158 -msgid "Content is required for the below settings to work." -msgstr "" - -#: page-header/functions/metabox.php:178 -msgid "Image" -msgstr "Imagem" - -#: page-header/functions/metabox.php:186 -msgid "Background Video" -msgstr "Vídeo de Fundo" - -#: page-header/functions/metabox.php:202 -msgid "Add to excerpt" -msgstr "Adicionar ao resumo" - -#: page-header/functions/metabox.php:218 -msgid "" -"Currently using your featured image." -msgstr "" -"Atualmente usando sua Imagem " -"Destacada." - -#: page-header/functions/metabox.php:229 -msgid "Page Header Image" -msgstr "Imagem do Cabeçalho da Página" - -#: page-header/functions/metabox.php:229 -msgid "Insert Image" -msgstr "Inserir Imagem" - -#: page-header/functions/metabox.php:230 -msgid "Choose Image" -msgstr "Escolher Imagem" - -#: page-header/functions/metabox.php:233 -msgid "Remove Image" -msgstr "Remover Imagem" - -#: page-header/functions/metabox.php:238 -msgid "Or you can set the featured image." -msgstr "Ou você pode selecionar na imagem destacada." - -#: page-header/functions/metabox.php:243 -msgid "Image Link" -msgstr "" - -#: page-header/functions/metabox.php:248 -msgid "Resize Image" -msgstr "" - -#: page-header/functions/metabox.php:250 -#: sections/functions/metaboxes/views/sections-template.php:250 -#: sections/functions/metaboxes/views/sections-template.php:258 -msgid "Disable" -msgstr "Desabilitar" - -#: page-header/functions/metabox.php:251 -#: sections/functions/metaboxes/views/sections-template.php:251 -#: sections/functions/metaboxes/views/sections-template.php:259 -msgid "Enable" -msgstr "Habilitar" - -#: page-header/functions/metabox.php:257 -msgid "Image Width" -msgstr "" - -#: page-header/functions/metabox.php:262 -msgid "Image Height" -msgstr "" - -#: page-header/functions/metabox.php:265 -msgid "Use \"0\" or leave blank for proportional resizing." -msgstr "Use \"0\" ou deixe em brando para redimensionar proporcionalmente." - -#: page-header/functions/metabox.php:274 -msgid "HTML and shortcodes allowed." -msgstr "HTML e Shortcodes permitidos." - -#: page-header/functions/metabox.php:281 -msgid "Automatically add paragraphs" -msgstr "Adicionar parágrafos automaticamente" - -#: page-header/functions/metabox.php:286 -msgid "Add Padding" -msgstr "Adicionar Enchimento" - -#: page-header/functions/metabox.php:291 -msgid "Add Background Image" -msgstr "" - -#: page-header/functions/metabox.php:296 -msgid "Use background color as overlay" -msgstr "" - -#: page-header/functions/metabox.php:301 -#: sections/functions/metaboxes/views/sections-template.php:247 -msgid "Parallax Effect" -msgstr "Efeito Parallax" - -#: page-header/functions/metabox.php:306 -msgid "Fullscreen" -msgstr "Tela Cheia" - -#: page-header/functions/metabox.php:311 -msgid "Vertical center content" -msgstr "Conteúdo centralizado verticalmente" - -#: page-header/functions/metabox.php:317 -msgid "Container" -msgstr "" - -#: page-header/functions/metabox.php:319 page-header/functions/metabox.php:327 -#: secondary-nav/functions/functions.php:207 -#: secondary-nav/functions/functions.php:233 -#: sections/functions/metaboxes/views/sections-template.php:167 -#: sections/functions/metaboxes/views/sections-template.php:175 -#, fuzzy -msgid "Contained" -msgstr "" -"#-#-#-#-# generate-sections-pt_BR.po (Generate Sections) #-#-#-#-#\n" -"Largura Fixa\n" -"#-#-#-#-# page-header-pt_BR.po (Generate Page Header) #-#-#-#-#\n" -"Largura Fixa\n" -"#-#-#-#-# secondary-nav-pt_BR.po (Generate Secondary Navigation) #-#-#-#-" -"#\n" -"Fixa" - -#: page-header/functions/metabox.php:320 page-header/functions/metabox.php:328 -#: sections/functions/metaboxes/views/sections-template.php:166 -#: sections/functions/metaboxes/views/sections-template.php:176 -msgid "Full Width" -msgstr "Largura Total" - -#: page-header/functions/metabox.php:325 -msgid "Inner Container" -msgstr "" - -#: page-header/functions/metabox.php:333 -#: woocommerce/functions/customizer/customizer.php:282 -msgid "Text Alignment" -msgstr "Alinhamento do Texto" - -#: page-header/functions/metabox.php:342 -msgid "Top & Bottom Padding" -msgstr "" - -#: page-header/functions/metabox.php:351 -msgid "Left & Right Padding" -msgstr "" - -#: page-header/functions/metabox.php:362 -#: sections/functions/metaboxes/views/sections-template.php:212 -msgid "Background Color" -msgstr "Cor de Fundo" - -#: page-header/functions/metabox.php:367 -#: sections/functions/metaboxes/views/sections-template.php:217 -msgid "Text Color" -msgstr "Cor do Texto" - -#: page-header/functions/metabox.php:372 -#: sections/functions/metaboxes/views/sections-template.php:223 -msgid "Link Color" -msgstr "Cor do Link" - -#: page-header/functions/metabox.php:377 -#: sections/functions/metaboxes/views/sections-template.php:229 -msgid "Link Color Hover" -msgstr "Cor do Link Hover" - -#: page-header/functions/metabox.php:388 -msgid "MP4 file" -msgstr "Arquivo MP4" - -#: page-header/functions/metabox.php:390 page-header/functions/metabox.php:398 -#: page-header/functions/metabox.php:406 -msgid "Page Header Video" -msgstr "Vídeo no Cabeçalho da Página" - -#: page-header/functions/metabox.php:390 page-header/functions/metabox.php:398 -#: page-header/functions/metabox.php:406 -msgid "Insert Video" -msgstr "Inserir Vídeo" - -#: page-header/functions/metabox.php:391 page-header/functions/metabox.php:399 -#: page-header/functions/metabox.php:407 -msgid "Choose Video" -msgstr "Escolher Vídeo" - -#: page-header/functions/metabox.php:396 -msgid "OGV file" -msgstr "Arquivo OGV" - -#: page-header/functions/metabox.php:404 -msgid "WEBM file" -msgstr "Arquivo WEBM" - -#: page-header/functions/metabox.php:412 -msgid "Overlay Color" -msgstr "Sobrepor Cor" - -#: page-header/functions/metabox.php:428 -msgid "Overwrite your site-wide logo/header on this page." -msgstr "Substitua o logotipo do site nesta página." - -#: page-header/functions/metabox.php:438 -msgid "Header / Logo" -msgstr "Cabeçalho / Logo" - -#: page-header/functions/metabox.php:438 page-header/functions/metabox.php:477 -msgid "Insert Logo" -msgstr "Inserir Logo" - -#: page-header/functions/metabox.php:439 page-header/functions/metabox.php:478 -msgid "Choose Logo" -msgstr "Escolher Logo" - -#: page-header/functions/metabox.php:450 page-header/functions/metabox.php:490 -msgid "Remove Logo" -msgstr "Remover Logo" - -#: page-header/functions/metabox.php:467 -msgid "Overwrite your navigation logo on this page." -msgstr "Substitua o logotipo do menu nesta página." - -#: page-header/functions/metabox.php:502 -msgid "Merge with site header" -msgstr "Mesclar com o cabeçalho do site" - -#: page-header/functions/metabox.php:508 -msgid "Place content behind header (sliders etc..)" -msgstr "Insira o conteúdo atrás do cabeçalho (sliders, etc..)" - -#: page-header/functions/metabox.php:517 typography/functions/functions.php:547 -msgid "Site Tagline" -msgstr "" - -#: page-header/functions/metabox.php:523 -msgid "Custom Navigation Colors" -msgstr "" - -#: page-header/functions/metabox.php:528 -msgid "Navigation Background" -msgstr "" - -#: page-header/functions/metabox.php:533 -msgid "Navigation Text" -msgstr "" - -#: page-header/functions/metabox.php:538 -msgid "Navigation Background Hover" -msgstr "" - -#: page-header/functions/metabox.php:543 -msgid "Navigation Text Hover" -msgstr "" - -#: page-header/functions/metabox.php:548 -msgid "Navigation Background Current" -msgstr "" - -#: page-header/functions/metabox.php:553 -msgid "Navigation Text Current" -msgstr "" - -#: page-header/functions/metabox.php:673 -msgid "Template Tags" -msgstr "" - -#: page-header/functions/metabox.php:686 -msgid "The content title of the current post/taxonomy." -msgstr "" - -#: page-header/functions/metabox.php:689 -msgid "The published date of the current post." -msgstr "" - -#: page-header/functions/metabox.php:692 -msgid "The author of the current post." -msgstr "" - -#: page-header/functions/metabox.php:695 -msgid "" -"The terms attached to the chosen taxonomy (category, post_tag, product_cat)." -msgstr "" - -#: page-header/functions/metabox.php:698 -msgid "Custom post meta. Replace \"name\" with the name of your custom field." -msgstr "" - -#: page-header/functions/metabox.php:702 -msgid "" -"Display an Elementor library template. Replace \"id\" with the ID or name." -msgstr "" - -#: page-header/functions/metabox.php:707 -msgid "Display a Beaver Builder template. Replace \"id\" with the ID or name." -msgstr "" - -#: page-header/functions/post-type.php:12 -msgctxt "Post Type General Name" -msgid "Page Headers" -msgstr "" - -#: page-header/functions/post-type.php:13 -msgctxt "Post Type Singular Name" -msgid "Page Header" -msgstr "" - -#: page-header/functions/post-type.php:14 -msgid "Page Headers" -msgstr "" - -#: page-header/functions/post-type.php:16 -msgid "Page Header Archives" -msgstr "" - -#: page-header/functions/post-type.php:17 -msgid "Parent Page Header:" -msgstr "" - -#: page-header/functions/post-type.php:18 -msgid "All Page Headers" -msgstr "" - -#: page-header/functions/post-type.php:19 -msgid "Add New Page Header" -msgstr "" - -#: page-header/functions/post-type.php:20 -msgid "New Page Header" -msgstr "" - -#: page-header/functions/post-type.php:21 -msgid "Edit Page Header" -msgstr "" - -#: page-header/functions/post-type.php:22 -msgid "Update Page Header" -msgstr "" - -#: page-header/functions/post-type.php:23 -msgid "View Page Header" -msgstr "" - -#: page-header/functions/post-type.php:24 -msgid "Search Page Header" -msgstr "" - -#: page-header/functions/post-type.php:25 -msgid "Insert into Page Header" -msgstr "" - -#: page-header/functions/post-type.php:26 -msgid "Uploaded to this Page Header" -msgstr "" - -#: secondary-nav/functions/functions.php:16 -msgid "Secondary Menu" -msgstr "Menu Secundário" - -#: secondary-nav/functions/functions.php:203 -msgid "Navigation Width" -msgstr "Largura do Menu" - -#: secondary-nav/functions/functions.php:229 -msgid "Inner Navigation Width" -msgstr "Largura Interna" - -#: secondary-nav/functions/functions.php:255 -msgid "Navigation Alignment" -msgstr "Alinhamento do Menu" - -#: secondary-nav/functions/functions.php:282 -msgid "Navigation Location" -msgstr "Posição do Menu" - -#: secondary-nav/functions/functions.php:285 -msgid "Below Header" -msgstr "Abaixo do Cabeçalho" - -#: secondary-nav/functions/functions.php:286 -msgid "Above Header" -msgstr "Acima do Cabeçalho" - -#: secondary-nav/functions/functions.php:287 -msgid "Float Right" -msgstr "Flutuar à Direita" - -#: secondary-nav/functions/functions.php:288 -msgid "Float Left" -msgstr "" - -#: secondary-nav/functions/functions.php:289 -msgid "Left Sidebar" -msgstr "Sidebar Esquerdo" - -#: secondary-nav/functions/functions.php:290 -msgid "Right Sidebar" -msgstr "Sidebar Direito" - -#: secondary-nav/functions/functions.php:291 -msgid "No Navigation" -msgstr "Sem Menu" - -#: secondary-nav/functions/functions.php:312 -msgid "Merge with Secondary Navigation" -msgstr "Mesclar com Menu Secundário" - -#: sections/functions/metaboxes/metabox-functions.php:47 -msgid "Use Sections" -msgstr "Usar Seções" - -#: sections/functions/metaboxes/metabox-functions.php:59 -msgid "Sections" -msgstr "Seções" - -#: sections/functions/metaboxes/metabox-functions.php:237 -msgid "This action can not be undone, are you sure?" -msgstr "Essa ação não pode ser desfeita, tem certeza?" - -#: sections/functions/metaboxes/metabox-functions.php:240 -msgid "Section" -msgstr "Seção" - -#: sections/functions/metaboxes/metabox-functions.php:243 -msgid "Settings" -msgstr "Configurações" - -#: sections/functions/metaboxes/metabox-functions.php:249 -msgid "Section Background" -msgstr "Cor de Fundo da Seção" - -#: sections/functions/metaboxes/metabox-functions.php:250 -msgid "Set as Section Background" -msgstr "Escolha a Cor de Fundo da Seção" - -#: sections/functions/metaboxes/metabox-functions.php:254 -msgid "Insert into Section" -msgstr "Inserir na Seção" - -#: sections/functions/metaboxes/metabox-functions.php:255 -#: sections/functions/metaboxes/views/sections-template.php:74 -msgid "Edit Section" -msgstr "Editar Seção" - -#: sections/functions/metaboxes/views/sections-template.php:35 -msgid "Click to edit" -msgstr "Clique para editar" - -#: sections/functions/metaboxes/views/sections-template.php:37 -msgid "Click to edit content" -msgstr "Clique para editar o conteúdo" - -#: sections/functions/metaboxes/views/sections-template.php:38 -msgid "Click to edit settings" -msgstr "Clique para editar as configurações" - -#: sections/functions/metaboxes/views/sections-template.php:39 -msgid "Click and drag to sort" -msgstr "Clique e arraste para reordenar" - -#: sections/functions/metaboxes/views/sections-template.php:40 -msgid "Click to remove" -msgstr "Clique para remover" - -#: sections/functions/metaboxes/views/sections-template.php:54 -msgid "Add Section" -msgstr "Adicionar Seção" - -#: sections/functions/metaboxes/views/sections-template.php:55 -msgid "Remove Sections" -msgstr "Remover Seções" - -#: sections/functions/metaboxes/views/sections-template.php:81 -msgid "Cancel" -msgstr "Cancelar" - -#: sections/functions/metaboxes/views/sections-template.php:110 -msgid "Section Label" -msgstr "Identificador da Seção" - -#: sections/functions/metaboxes/views/sections-template.php:126 -msgid "Add Media" -msgstr "Adicionar Mídia" - -#: sections/functions/metaboxes/views/sections-template.php:131 -msgid "Visual" -msgstr "Visual" - -#: sections/functions/metaboxes/views/sections-template.php:132 -msgctxt "Name for the Text editor tab (formerly HTML)" -msgid "Text" -msgstr "Texto" - -#: sections/functions/metaboxes/views/sections-template.php:161 -msgid "Layout" -msgstr "Layout" - -#: sections/functions/metaboxes/views/sections-template.php:162 -msgid "Box Type" -msgstr "Tipo de Box" - -#: sections/functions/metaboxes/views/sections-template.php:171 -msgid "Inner Box Type" -msgstr "Tipo de Box - Interior" - -#: sections/functions/metaboxes/views/sections-template.php:180 -msgid "Custom ID" -msgstr "ID Personalizado" - -#: sections/functions/metaboxes/views/sections-template.php:186 -msgid "Custom Classes" -msgstr "Classes CSS Customizadas" - -#: sections/functions/metaboxes/views/sections-template.php:192 -msgid "Top Padding" -msgstr "Enchimento Superior" - -#: sections/functions/metaboxes/views/sections-template.php:201 -msgid "Bottom Padding" -msgstr "Enchimento Inferior" - -#: sections/functions/metaboxes/views/sections-template.php:237 -#: sections/functions/metaboxes/views/sections-template.php:242 -msgid "Background Image" -msgstr "Imagem de Fundo" - -#: sections/functions/metaboxes/views/sections-template.php:242 -msgid "Upload" -msgstr "Enviar" - -#: sections/functions/metaboxes/views/sections-template.php:243 -msgid "Remove" -msgstr "Remover" - -#: sections/functions/metaboxes/views/sections-template.php:255 -msgid "Background Color Overlay" -msgstr "" - -#: sections/functions/metaboxes/views/sections.php:8 -msgid "Javascript must be enabled to use Generate Sections" -msgstr "Javascript deve estar habilitado para usar Seções" - -#: sections/functions/templates/template.php:107 -msgid "No sections added!" -msgstr "Nenhuma seção adicionada!" - -#: sites/classes/class-site-helper.php:94 -msgid "Backing up options" -msgstr "" - -#: sites/classes/class-site-helper.php:95 -#, fuzzy -#| msgid "Import Settings" -msgid "Importing options" -msgstr "Importar Configurações" - -#: sites/classes/class-site-helper.php:96 -#, fuzzy -#| msgid "Blog Content" -msgid "Downloading content" -msgstr "Conteúdo do Blog" - -#: sites/classes/class-site-helper.php:97 -#, fuzzy -#| msgid "Skip to content" -msgid "Importing content" -msgstr "Pular para conteúdo" - -#: sites/classes/class-site-helper.php:98 -#, fuzzy -#| msgid "Import Settings" -msgid "Importing site options" -msgstr "Importar Configurações" - -#: sites/classes/class-site-helper.php:99 -#, fuzzy -#| msgid "Import Settings" -msgid "Importing widgets" -msgstr "Importar Configurações" - -#: sites/classes/class-site-helper.php:100 -msgid "Activating plugins" -msgstr "" - -#: sites/classes/class-site-helper.php:101 -msgid "Installing plugins" -msgstr "" - -#: sites/classes/class-site-helper.php:102 -#, fuzzy -#| msgid "Static" -msgid "Automatic" -msgstr "Estático" - -#: sites/classes/class-site-helper.php:103 -msgid "Manual" -msgstr "" - -#: sites/classes/class-site-helper.php:104 -msgid "Theme options exist and can be imported." -msgstr "" - -#: sites/classes/class-site-helper.php:105 -msgid "No theme options found, please contact the site author." -msgstr "" - -#: sites/classes/class-site-helper.php:106 -msgid "Site content exists and can be imported." -msgstr "" - -#: sites/classes/class-site.php:159 -msgid "Previous Site" -msgstr "" - -#: sites/classes/class-site.php:159 -msgid "Previous" -msgstr "" - -#: sites/classes/class-site.php:160 -msgid "Next Site" -msgstr "" - -#: sites/classes/class-site.php:160 -msgid "Next" -msgstr "" - -#: sites/classes/class-site.php:206 sites/classes/class-site.php:270 -msgid "Preview" -msgstr "" - -#: sites/classes/class-site.php:207 sites/classes/class-site.php:479 -msgid "Details" -msgstr "" - -#: sites/classes/class-site.php:224 -msgid "Overview" -msgstr "" - -#: sites/classes/class-site.php:228 -#, fuzzy -#| msgid "Remove Sections" -msgid "Theme Options" -msgstr "Remover Seções" - -#: sites/classes/class-site.php:236 -#, fuzzy -#| msgid "After Content" -msgid "Site Content" -msgstr "Depois do Conteúdo" - -#: sites/classes/class-site.php:236 sites/classes/class-site.php:351 -msgid "Optional" -msgstr "" - -#: sites/classes/class-site.php:243 -msgid "Plugins" -msgstr "" - -#: sites/classes/class-site.php:249 sites/classes/class-site.php:381 -msgid "The following plugins can be installed and activated automatically." -msgstr "" - -#: sites/classes/class-site.php:254 sites/classes/class-site.php:386 -msgid "The following plugins are already installed." -msgstr "" - -#: sites/classes/class-site.php:259 sites/classes/class-site.php:391 -msgid "The following plugins need to be installed and activated manually." -msgstr "" - -#: sites/classes/class-site.php:277 -msgid "Gathering data" -msgstr "" - -#: sites/classes/class-site.php:281 -msgid "Get Started" -msgstr "" - -#: sites/classes/class-site.php:293 -msgid "GeneratePress Options" -msgstr "" - -#: sites/classes/class-site.php:297 -msgid "" -"This step will backup your current theme options, then import the new ones." -msgstr "" - -#: sites/classes/class-site.php:300 -msgid "The following GP Premium modules will be activated:" -msgstr "" - -#: sites/classes/class-site.php:308 -msgid "Go Back" -msgstr "" - -#: sites/classes/class-site.php:315 -#, fuzzy -#| msgid "Bulk Actions" -msgid "Backup Options" -msgstr "Ações em Massa" - -#: sites/classes/class-site.php:325 -#, fuzzy -#| msgid "Import Settings" -msgid "Import Options" -msgstr "Importar Configurações" - -#: sites/classes/class-site.php:358 -msgid "" -"I understand that this step will add content, site options, menus, widgets " -"and plugins to my site." -msgstr "" - -#: sites/classes/class-site.php:365 -#, php-format -msgid "" -"For best results, only install this demo content on fresh sites with no " -"content. If you have already installed another GeneratePress Site, be sure " -"to %s by deleting the content, plugins and menus that it added." -msgstr "" - -#: sites/classes/class-site.php:368 -msgid "clean it up" -msgstr "" - -#: sites/classes/class-site.php:373 -msgid "" -"You can skip this step if you already " -"have content and do not want the demo content imported." -msgstr "" - -#: sites/classes/class-site.php:400 -msgid "Skip" -msgstr "" - -#: sites/classes/class-site.php:408 -#, fuzzy -#| msgid "Before Content" -msgid "Import Content" -msgstr "Antes do Conteúdo" - -#: sites/classes/class-site.php:435 -msgid "All done!" -msgstr "" - -#: sites/classes/class-site.php:436 -msgid "Your site is ready to go!" -msgstr "" - -#: sites/classes/class-site.php:440 -#, php-format -msgid "Crafted with %s by" -msgstr "" - -#: sites/classes/class-site.php:458 -msgid "Start Over" -msgstr "" - -#: sites/classes/class-site.php:461 -msgid "View Site" -msgstr "" - -#: sites/classes/class-site.php:829 -msgid "Site options imported" -msgstr "" - -#: sites/classes/class-site.php:859 -#, fuzzy -#| msgid "License activated." -msgid "Plugins activated" -msgstr "Licença ativada." - -#: sites/sites.php:37 -msgid "Sites" -msgstr "" - -#: sites/sites.php:78 -msgid "Refresh sites" -msgstr "" - -#: spacing/functions/customizer/content-spacing.php:32 -msgid "Container Width" -msgstr "" - -#: spacing/functions/customizer/content-spacing.php:67 -msgid "Separating Space" -msgstr "Espaço Separado" - -#: spacing/functions/customizer/content-spacing.php:132 -msgid "Content Padding" -msgstr "Conteúdo - Enchimento" - -#: spacing/functions/customizer/content-spacing.php:196 -msgid "Mobile Content Padding" -msgstr "Mobile - Enchimento do Conteúdo" - -#: spacing/functions/customizer/footer-spacing.php:73 -msgid "Footer Widget Area Padding" -msgstr "Rodapé - Enchimento das Áreas de Widgets" - -#: spacing/functions/customizer/footer-spacing.php:134 -msgid "Footer Padding" -msgstr "Rodapé - Enchimento" - -#: spacing/functions/customizer/header-spacing.php:68 -msgid "Header Padding" -msgstr "Cabeçalho - Enchimento" - -#: spacing/functions/customizer/navigation-spacing.php:47 -#: spacing/functions/customizer/secondary-nav-spacing.php:58 -msgid "Menu Item Width" -msgstr "Item do Menu - Largura" - -#: spacing/functions/customizer/navigation-spacing.php:100 -#: spacing/functions/customizer/navigation-spacing.php:178 -#: spacing/functions/customizer/navigation-spacing.php:214 -#: spacing/functions/customizer/secondary-nav-spacing.php:93 -msgid "Menu Item Height" -msgstr "Item do Menu - Altura" - -#: spacing/functions/customizer/navigation-spacing.php:143 -#: spacing/functions/customizer/secondary-nav-spacing.php:128 -#, fuzzy -msgid "Sub-Menu Item Height" -msgstr "" -"#-#-#-#-# generate-spacing-pt_BR.po (Generate Spacing) #-#-#-#-#\n" -"Item do Submenu - Altura\n" -"#-#-#-#-# secondary-nav-pt_BR.po (Generate Secondary Navigation) #-#-#-#-" -"#\n" -"Sub-menu - Altura do Item" - -#: spacing/functions/customizer/sidebar-spacing.php:12 -msgid "Sidebars" -msgstr "Sidebars" - -#: spacing/functions/customizer/sidebar-spacing.php:70 -msgid "Widget Padding" -msgstr "Widget - Enchimento" - -#: spacing/functions/customizer/sidebar-spacing.php:101 -msgid "Left Sidebar Width" -msgstr "Sidebar Esquerda - Largura" - -#: spacing/functions/customizer/sidebar-spacing.php:136 -msgid "Right Sidebar Width" -msgstr "Sidebar Direita - Largura" - -#: spacing/functions/customizer/top-bar-spacing.php:55 -msgid "Top Bar Padding" -msgstr "Barra do Topo - Enchimento" - -#: spacing/functions/functions.php:41 -msgid "Spacing" -msgstr "Espaçamento" - -#: spacing/functions/functions.php:42 -msgid "Change the spacing for various elements using pixels." -msgstr "Altere o espaçamento para vários elementos usando pixels." - -#: typography/functions/functions.php:44 -msgid "Typography" -msgstr "Tipografia" - -#: typography/functions/functions.php:145 -#: typography/functions/functions.php:336 -#: typography/functions/functions.php:465 -#: typography/functions/functions.php:577 -#: typography/functions/functions.php:701 -#: typography/functions/functions.php:818 -#: typography/functions/functions.php:938 -#: typography/functions/functions.php:1089 -#: typography/functions/functions.php:1230 -#: typography/functions/functions.php:1364 -#: typography/functions/functions.php:1497 -#: typography/functions/functions.php:1630 -#: typography/functions/functions.php:1779 -#: typography/functions/functions.php:1960 -#: typography/functions/secondary-nav-fonts.php:139 -#: typography/functions/slideout-nav-fonts.php:106 -#: typography/functions/woocommerce-fonts.php:99 -msgid "Font size" -msgstr "Tamanho da Fonte" - -#: typography/functions/functions.php:180 -#: typography/functions/functions.php:981 -#: typography/functions/functions.php:1132 -#: typography/functions/functions.php:1265 -#: typography/functions/functions.php:1398 -#: typography/functions/functions.php:1531 -#: typography/functions/functions.php:1664 -msgid "Line height" -msgstr "Altura da Linha" - -#: typography/functions/functions.php:215 -msgid "Paragraph margin" -msgstr "Margem do Parágrafo" - -#: typography/functions/functions.php:841 -msgid "Headings" -msgstr "" - -#: typography/functions/functions.php:900 -msgid "Heading 1 (H1)" -msgstr "Título 1 (H1)" - -#: typography/functions/functions.php:1051 -msgid "Heading 2 (H2)" -msgstr "Título 2 (H2)" - -#: typography/functions/functions.php:1202 -msgid "Heading 3 (H3)" -msgstr "Título 3 (H3)" - -#: typography/functions/functions.php:1336 -msgid "Heading 4 (H4)" -msgstr "" - -#: typography/functions/functions.php:1469 -msgid "Heading 5 (H5)" -msgstr "" - -#: typography/functions/functions.php:1602 -msgid "Heading 6 (H6)" -msgstr "" - -#: typography/functions/functions.php:1687 -msgid "Widgets" -msgstr "Widgets" - -#: typography/functions/functions.php:1750 -msgid "Widget Titles" -msgstr "" - -#: typography/functions/functions.php:1813 -msgid "Bottom margin" -msgstr "" - -#: typography/functions/functions.php:1848 -msgid "Content font size" -msgstr "Conteúdo - Tamanho da Fonte" - -#: typography/functions/woocommerce-fonts.php:63 -msgid "Product Titles" -msgstr "" - -#: typography/functions/woocommerce-fonts.php:142 -msgid "Related/upsell title font size" -msgstr "Produtos Relacionados - Tamanho da Fonte" - -#: woocommerce/functions/customizer/customizer.php:43 -#: woocommerce/functions/customizer/customizer.php:709 -#: woocommerce/functions/customizer/customizer.php:719 -msgid "WooCommerce" -msgstr "Woocommerce" - -#: woocommerce/functions/customizer/customizer.php:57 -msgid "General" -msgstr "Geral" - -#: woocommerce/functions/customizer/customizer.php:76 -msgid "Display cart in menu" -msgstr "Exibir carrinho no menu" - -#: woocommerce/functions/customizer/customizer.php:95 -msgid "Display breadcrumbs" -msgstr "Exibir breadcrumbs" - -#: woocommerce/functions/customizer/customizer.php:108 -msgid "Shop" -msgstr "Loja" - -#: woocommerce/functions/customizer/customizer.php:127 -#: woocommerce/functions/customizer/customizer.php:547 -msgid "Sidebar Layout" -msgstr "Sidebar - Layout" - -#: woocommerce/functions/customizer/customizer.php:130 -#: woocommerce/functions/customizer/customizer.php:551 -msgid "Sidebar / Content" -msgstr "Sidebar / Conteúdo" - -#: woocommerce/functions/customizer/customizer.php:131 -#: woocommerce/functions/customizer/customizer.php:552 -msgid "Content / Sidebar" -msgstr "Conteúdo / Sidebar" - -#: woocommerce/functions/customizer/customizer.php:132 -#: woocommerce/functions/customizer/customizer.php:553 -msgid "Content (no sidebars)" -msgstr "Conteúdo (sem sidebars)" - -#: woocommerce/functions/customizer/customizer.php:133 -#: woocommerce/functions/customizer/customizer.php:554 -msgid "Sidebar / Content / Sidebar" -msgstr "Sidebar / Conteúdo / Sidebar" - -#: woocommerce/functions/customizer/customizer.php:134 -#: woocommerce/functions/customizer/customizer.php:555 -msgid "Sidebar / Sidebar / Content" -msgstr "Sidebar / Sidebar / Conteúdo" - -#: woocommerce/functions/customizer/customizer.php:135 -#: woocommerce/functions/customizer/customizer.php:556 -msgid "Content / Sidebar / Sidebar" -msgstr "Conteúdo / Sidebar / Sidebar" - -#: woocommerce/functions/customizer/customizer.php:154 -#: woocommerce/functions/customizer/customizer.php:263 -msgid "Products Per Page" -msgstr "Produtos por Página" - -#: woocommerce/functions/customizer/customizer.php:192 -msgid "Product Columns" -msgstr "Colunas de Produtos" - -#: woocommerce/functions/customizer/customizer.php:239 -msgid "Image Alignment" -msgstr "Alinhamento da Imagem" - -#: woocommerce/functions/customizer/customizer.php:306 -msgid "Display page title" -msgstr "Exibir Título da Página" - -#: woocommerce/functions/customizer/customizer.php:325 -msgid "Display product results count" -msgstr "Exibir contagem de produtos" - -#: woocommerce/functions/customizer/customizer.php:344 -msgid "Display product sorting" -msgstr "Exibir tipo ordenação de produtos" - -#: woocommerce/functions/customizer/customizer.php:363 -msgid "Display product image" -msgstr "Exibir imagem do produto" - -#: woocommerce/functions/customizer/customizer.php:382 -msgid "Display secondary image on hover" -msgstr "Exibir imagem secundária ao passar o mouse" - -#: woocommerce/functions/customizer/customizer.php:401 -msgid "Display product title" -msgstr "Exibir título do produto" - -#: woocommerce/functions/customizer/customizer.php:420 -msgid "Display sale flash" -msgstr "Exibir selo de promoção" - -#: woocommerce/functions/customizer/customizer.php:439 -msgid "Sale Flash Over Image" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:458 -msgid "Display Rating" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:477 -msgid "Display price" -msgstr "Exibir preço" - -#: woocommerce/functions/customizer/customizer.php:496 -msgid "Display add to cart button" -msgstr "Exibir botão adicionar ao carrinho" - -#: woocommerce/functions/customizer/customizer.php:515 -#: woocommerce/functions/customizer/customizer.php:700 -msgid "Display short description" -msgstr "Exibir descrição resumida" - -#: woocommerce/functions/customizer/customizer.php:528 -msgid "Single Product" -msgstr "Produto Único" - -#: woocommerce/functions/customizer/customizer.php:575 -msgid "Display product tabs" -msgstr "Produto - Exibir abas" - -#: woocommerce/functions/customizer/customizer.php:594 -msgid "Display related products" -msgstr "Exibir produtos relacionados" - -#: woocommerce/functions/customizer/customizer.php:613 -msgid "Display upsell products" -msgstr "Exibir produtos upsell" - -#: woocommerce/functions/customizer/customizer.php:642 -msgid "Related/Upsell Columns" -msgstr "Relacionados/Upsell - Colunas" - -#: woocommerce/functions/customizer/customizer.php:681 -msgid "Display product meta data" -msgstr "Exibir metadados - código do produto, categoria, etc" - -#: woocommerce/functions/customizer/customizer.php:732 -msgid "Primary Button Colors" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:733 -msgid "Primary button colors can be set here." -msgstr "As cores do botão primário podem ser alteradas aqui." - -#: woocommerce/functions/customizer/customizer.php:747 -msgid "Checkout" -msgstr "Finalizar Compra" - -#: woocommerce/functions/customizer/customizer.php:766 -msgid "Distraction-free mode" -msgstr "Modo Livre de Distração" - -#: woocommerce/functions/customizer/customizer.php:767 -msgid "" -"Remove unnecessary distractions like sidebars, footer widgets and sticky " -"menus." -msgstr "Remover distrações: sidebar, widgets do rodapé e sticky menus." - -#: woocommerce/functions/functions.php:413 -#: woocommerce/functions/functions.php:433 -msgid "View your shopping cart" -msgstr "Ver carrinho de compras" - -#: woocommerce/functions/functions.php:715 -#, php-format -msgid "Rated %s out of 5" -msgstr "Avaliado %s em 5" - -#: woocommerce/functions/functions.php:717 -msgid "Not yet rated" -msgstr "Sem classificação" - -#: woocommerce/functions/functions.php:722 -msgid "out of 5" -msgstr "em 5" - -#. Plugin URI of the plugin/theme -msgid "https://generatepress.com" -msgstr "" - -#. Description of the plugin/theme -msgid "" -"The entire bundle of GeneratePress add-ons. Configure add-ons by going to Appearance > GeneratePress." -msgstr "" - -#. Author of the plugin/theme -msgid "Tom Usborne" -msgstr "" - -#. Author URI of the plugin/theme -msgid "https://tomusborne.com" -msgstr "" - -#~ msgid "Slide-out Navigation" -#~ msgstr "Menu Slideout" - -#~ msgid "Activated" -#~ msgstr "Ativado" - -#~ msgid "Not activated" -#~ msgstr "Não Ativado" - -#~ msgid "Slideout Menu" -#~ msgstr "Menu Slideout" - -#~ msgid "Both" -#~ msgstr "Ambos" - -#~ msgid "Sticky Navigation Transition" -#~ msgstr "Transição do Menu Sticky" - -#~ msgid "Mobile Header Logo" -#~ msgstr "Cabeçalho Mobile - Logo" - -#~ msgid "Sticky Mobile Header" -#~ msgstr "Cabeçalho - Sticky Mobile" - -#, fuzzy -#~ msgid "Warning: This will delete your settings." -#~ msgstr "" -#~ "#-#-#-#-# backgrounds-pt_BR.po (Generate Backgrounds) #-#-#-#-#\n" -#~ "Atenção: Isso irá apagar suas configurações.\n" -#~ "#-#-#-#-# generate-blog-pt_BR.po (Generate Blog) #-#-#-#-#\n" -#~ "Atenção: Isto irá apagar suas configurações.\n" -#~ "#-#-#-#-# generate-hooks-pt_BR.po (Generate Hooks) #-#-#-#-#\n" -#~ "Atenção: Isso apagará suas configurações.\n" -#~ "#-#-#-#-# generate-spacing-pt_BR.po (Generate Spacing) #-#-#-#-#\n" -#~ "Atenção: Isso ira apagar suas configurações.\n" -#~ "#-#-#-#-# generate-woocommerce-pt_BR.po (Generate WooCommerce) #-#-#-#-" -#~ "#\n" -#~ "Atenção: Isso apagará as suas configurações.\n" -#~ "#-#-#-#-# menu-plus-pt_BR.po (Generate Menu Plus) #-#-#-#-#\n" -#~ "Atenção: Isto irá apagar suas configurações.\n" -#~ "#-#-#-#-# page-header-pt_BR.po (Generate Page Header) #-#-#-#-#\n" -#~ "Atenção: Isso irá apagar suas configurações.\n" -#~ "#-#-#-#-# secondary-nav-pt_BR.po (Generate Secondary Navigation) #-#-#-" -#~ "#-#\n" -#~ "Atenção: Isso irá excluir as configurações." - -#~ msgid "Delete WooCommerce Settings" -#~ msgstr "Woocommerce - Apagar configurações" - -#~ msgid "Export Backgrounds Settings" -#~ msgstr "Exportar Configurações - Backgrounds" - -#~ msgid "Delete Backgrounds Settings" -#~ msgstr "Apagar Configurações - Backgrounds" - -#, fuzzy -#~ msgid "Apply image sizes" -#~ msgstr "" -#~ "#-#-#-#-# generate-blog-pt_BR.po (Generate Blog) #-#-#-#-#\n" -#~ "Aplicar tamanhos nas imagens\n" -#~ "#-#-#-#-# page-header-pt_BR.po (Generate Page Header) #-#-#-#-#\n" -#~ "Aplicar tamanho nas imagens" - -#~ msgid "Excerpt Length" -#~ msgstr "Tamanho do Resumo" - -#~ msgid "Masonry" -#~ msgstr "Masonry" - -#~ msgid "Masonry Block Width" -#~ msgstr "Masonry - Largura do Bloco" - -#~ msgid "Small" -#~ msgstr "Pequeno" - -#~ msgid "Medium" -#~ msgstr "Médio" - -#~ msgid "Large" -#~ msgstr "Grande" - -#~ msgid "Masonry Most Recent Width" -#~ msgstr "Masonry - Largura Mais Recente" - -#~ msgid "Masonry Load More Text" -#~ msgstr "Masonry - Texto para \"leia mais\"" - -#~ msgid "Masonry Loading Text" -#~ msgstr "Masonry - Texto para \"Carregando\"" - -#~ msgid "Featured Image" -#~ msgstr "Imagem em Destaque" - -#~ msgid "Show" -#~ msgstr "Exibir" - -#~ msgid "Date" -#~ msgstr "Data" - -#~ msgid "Author" -#~ msgstr "Autor" - -#~ msgid "Categories" -#~ msgstr "Categorias" - -#~ msgid "Tags" -#~ msgstr "Tags" - -#~ msgid "Comment Link" -#~ msgstr "Link do Comentário" - -#~ msgid "Masonry is enabled. These settings will be ignored." -#~ msgstr "Masonry está habilitado. Essas configurações serão ignoradas." - -#~ msgid "Column Layout" -#~ msgstr "Layout da Coluna" - -#~ msgid "First Post Full Width" -#~ msgstr "Primeiro Post com Largura Total" - -#~ msgid "Delete Blog Settings" -#~ msgstr "Blog - Apagar Configurações" - -#~ msgid "Export Blog Settings" -#~ msgstr "Blog - Exportar Configurações" - -#~ msgid "Masonry Post Width" -#~ msgstr "Masonry - Largura do Post" - -#~ msgid "Global setting" -#~ msgstr "Configuração global" - -#~ msgid "Form Button" -#~ msgstr "Botão" - -#~ msgid "Form Button Hover" -#~ msgstr "Botão em Foco/Hover" - -#~ msgid "Form Button Text" -#~ msgstr "Texto do Botão" - -#~ msgid "Form Button Text Hover" -#~ msgstr "Texto do Botão Hover" - -#~ msgid "Product title" -#~ msgstr "Título do Produto" - -#~ msgid "Product title hover" -#~ msgstr "Título do Produto - Hover" - -#~ msgid "Alt button background" -#~ msgstr "Botão Alternativo - Cor de Fundo" - -#~ msgid "Alt button background hover" -#~ msgstr "Botão Alternativo - Cor de Fundo Hover" - -#~ msgid "Alt button text" -#~ msgstr "Botão Alternativo - Texto" - -#~ msgid "Alt button text hover" -#~ msgstr "Botão Alternativo - Texto Hover" - -#~ msgid "Star ratings" -#~ msgstr "Estrelas da Classificação" - -#~ msgid "Sale sticker background" -#~ msgstr "Selo de Promoção - Cor de Fundo" - -#~ msgid "Sale sticker text" -#~ msgstr "Selo de Promoção - Texto" - -#~ msgid "Product tab text" -#~ msgstr "Produto - Texto da Aba" - -#~ msgid "Product tab active" -#~ msgstr "Produto - Aba Ativa" - -#~ msgid "Success message background" -#~ msgstr "Alerta de Sucesso - Cor de Fundo" - -#~ msgid "Success message text" -#~ msgstr "Alerta de Sucesso - Texto" - -#~ msgid "Info message background" -#~ msgstr "Alerta de Informação - Cor de Fundo" - -#~ msgid "Info message text" -#~ msgstr "Alerta de Informação - Texto" - -#~ msgid "Error message background" -#~ msgstr "Alerta de Erro - Cor de Fundo" - -#~ msgid "Error message text" -#~ msgstr "Alerta de Erro - Texto" - -#~ msgid "Export GP Hooks" -#~ msgstr "Exportar GP Hooks" - -#~ msgid "Delete GP Hooks" -#~ msgstr "Deletar GP Hooks" - -#~ msgid "Import / Export" -#~ msgstr "Importar / Exportar" - -#~ msgid "" -#~ "Export your settings set in the Customizer." -#~ msgstr "" -#~ "Exporte suas configurações definidas no Personalizador." - -#~ msgid "Export Default Settings" -#~ msgstr "Exportar Configurações Padrão" - -#~ msgid "" -#~ "Import your settings by uploading your exported .json " -#~ "file." -#~ msgstr "" -#~ "Importe suas configurações enviando o arquivo .json " -#~ "exportado." - -#~ msgid "Not a valid option name." -#~ msgstr "Nome da opção inválido." - -#~ msgid "Delete Spacing Settings" -#~ msgstr "Espaçamento - Deletar Configurações" - -#~ msgid "Export Spacing Settings" -#~ msgstr "Espaçamento - Exportar Configurações" - -#~ msgid "Site title" -#~ msgstr "Título do Site" - -#~ msgid "Site tagline" -#~ msgstr "Slogan do Site" - -#~ msgid "Widget titles" -#~ msgstr "Títulos dos Widgets" - -#~ msgid "Product titles" -#~ msgstr "Títulos dos Produtos" - -#~ msgid "Sale flash over image" -#~ msgstr "Exibir selo de promoção sobre a imagem" - -#~ msgid "Display rating" -#~ msgstr "Exibir classificação" - -#~ msgid "inherit" -#~ msgstr "herdar" - -#~ msgid "Primary button colors" -#~ msgstr "Cores do Botão Primário" - -#~ msgid "Export WooCommerce Settings" -#~ msgstr "Woocommerce - Exportar configurações" - -#~ msgid "WooCommerce not installed." -#~ msgstr "Woocommerce não instalado." - -#~ msgid "Delete Menu Plus Settings" -#~ msgstr "Menu Plus - Apagar Configurações" - -#~ msgid "Export Menu Plus Settings" -#~ msgstr "Menu Plus - Exportar Configurações" - -#~ msgid "Blog Page Header" -#~ msgstr "Cabeçalho da Página do Blog" - -#~ msgid "Upload an image to be used as your page header." -#~ msgstr "Envie uma imagem para ser usada no cabeçalho de sua página." - -#~ msgid "Image link" -#~ msgstr "Link da Imagen" - -#~ msgid "Make your page header image clickable by adding a URL. (optional)" -#~ msgstr "" -#~ "Torne a imagem do cabeçalho da página clicável adicionando uma URL. " -#~ "(opcional)" - -#~ msgid "Resize image" -#~ msgstr "Redimensionar imagem" - -#~ msgid "Image width" -#~ msgstr "Largura da Imagem" - -#~ msgid "Choose your image width in pixels. (integer only, default is 1200)" -#~ msgstr "" -#~ "Escolha a largura de sua imagem em pixels. (somente números inteiros, o " -#~ "padrão é 1200)" - -#~ msgid "Image height" -#~ msgstr "Altura da Imagem" - -#~ msgid "" -#~ "Choose your image height in pixels. Use \"0\" or leave blank for " -#~ "proportional resizing. (integer only, default is 0) " -#~ msgstr "" -#~ "Escolha a altura da imagem em pixels. Use \"0\" ou deixe em branco para " -#~ "redimensionar proporcionalmente. (apenas números inteiros. O padrão é 0)" - -#~ msgid "Video Background URL (MP4 only)" -#~ msgstr "Url do Vídeo de Fundo (MP4 apenas)" - -#~ msgid "Video Background URL (OGV only)" -#~ msgstr "Url do Vídeo de Fundo (OGV apenas)" - -#~ msgid "Video Background URL (WEBM only)" -#~ msgstr "Url do Vídeo de Fundo (WEBM apenas)" - -#~ msgid "Page Header Content" -#~ msgstr "Conteúdo no Cabeçalho da Página" - -#~ msgid "Add your content to the page header. HTML and shortcodes allowed." -#~ msgstr "" -#~ "Adicione seu conteúdo ao cabeçalho da página. HTML e shortcodes são " -#~ "permitidos." - -#~ msgid "Add Paragraphs" -#~ msgstr "Adicionar Parágrafos" - -#~ msgid "Wrap your text in paragraph tags automatically." -#~ msgstr "Envolva seu texto em tags de parágrafo automaticamente." - -#~ msgid "Add padding around your content." -#~ msgstr "Adicionar enchimento ao redor do conteúdo." - -#~ msgid "Image Background" -#~ msgstr "Imagem de Fundo" - -#~ msgid "" -#~ "Use the image uploaded above as a background image for your content. " -#~ "(requires image uploaded above)" -#~ msgstr "" -#~ "Usar a imagem enviada acima como imagem de fundo para o seu conteúdo. " -#~ "(requer a imagem enviada acima)" - -#~ msgid "Parallax Background" -#~ msgstr "Parallax Background" - -#~ msgid "" -#~ "Add a cool parallax effect to your background image. (requires the image " -#~ "background option to be checked)" -#~ msgstr "" -#~ "Adicionar efeito de parallax a sua imagem de fundo. (Requer a opção " -#~ "imagem de fundo selecionada)" - -#~ msgid "Full Screen" -#~ msgstr "Tela Cheia" - -#~ msgid "Make your page header content area full screen." -#~ msgstr "Deixar a área de conteúdo do cabeçalho da página em tela cheia." - -#~ msgid "Vertical Center" -#~ msgstr "Centralizado Verticalmente" - -#~ msgid "Center your page header content vertically." -#~ msgstr "Centralizar verticalmente o conteúdo do cabeçalho da página." - -#~ msgid "Container Type" -#~ msgstr "Tipo de Container" - -#~ msgid "Choose whether the page header is contained or fluid." -#~ msgstr "Escolha se o cabeçalho da página será fixo ou fluído." - -#~ msgid "Full width" -#~ msgstr "Largura Total" - -#~ msgid "Choose the horizontal alignment of your content." -#~ msgstr "Escolha o alinhamento horizontal do seu conteúdo." - -#~ msgid "Top/Bottom Padding" -#~ msgstr "Enchimento Superior/Inferior" - -#~ msgid "This will add space above and below your content. (integer only) " -#~ msgstr "" -#~ "Isso adicionará espaço acima e abaixo do seu conteúdo. (números inteiros " -#~ "somente)" - -#~ msgid "Padding Unit" -#~ msgstr "Unidade de Enchimento" - -#~ msgid "Page Header Advanced" -#~ msgstr "Cabeçalho da Página Avançado" - -#~ msgid "Transparent navigation" -#~ msgstr "Menu Transparente" - -#~ msgid "Navigation text" -#~ msgstr "Menu - texto" - -#~ msgid "Navigation background hover" -#~ msgstr "Menu - fundo hover" - -#~ msgid "Navigation text hover" -#~ msgstr "Menu - texto hover" - -#~ msgid "Navigation background current" -#~ msgstr "Menu - fundo atual" - -#~ msgid "Navigation text current" -#~ msgstr "Menu - texto ativo" - -#~ msgid "Page Header Logo" -#~ msgstr "Logo do Cabeçalho da Página" - -#~ msgid "Replace your logo on the blog." -#~ msgstr "Substituir seu logo no blog." - -#~ msgid "Replace your navigation logo on the blog." -#~ msgstr "Substituir seu logo do menu no blog." - -#~ msgid "Delete Page Header Settings" -#~ msgstr "Deletar Customizações do Cabeçalho da Página" - -#~ msgid "Export Page Header Settings" -#~ msgstr "Exportar Customizações do Cabeçalho da Página" - -#~ msgid "Add padding" -#~ msgstr "Adicionar enchimento" - -#~ msgid "Add background image" -#~ msgstr "Adicionar imagem de fundo" - -#~ msgid "Parallax effect" -#~ msgstr "Efeito Parallax" - -#~ msgid "Container type" -#~ msgstr "Tipo de Container" - -#~ msgid "Text alignment" -#~ msgstr "Alinhamento do Texto" - -#~ msgid "Top/Bottom padding" -#~ msgstr "Enchimento Superior/Inferior" - -#~ msgid "Background color" -#~ msgstr "Cor de Fundo" - -#~ msgid "Text color" -#~ msgstr "Cor do Texto" - -#~ msgid "Link color" -#~ msgstr "Cor do Link" - -#~ msgid "Link color hover" -#~ msgstr "Cor do Link hover" - -#~ msgid "Overlay color" -#~ msgstr "Cor Sobreposta" - -#~ msgid "Delete Secondary Nav Settings" -#~ msgstr "Menu Secundário - Excluir Configurações" - -#~ msgid "Export Secondary Nav Settings" -#~ msgstr "Menu Secundário - Exportar Configurações" - -#~ msgid "Post Image" -#~ msgstr "Imagem do Post" - -#~ msgid "Post Image Position" -#~ msgstr "Posição da Imagem do Post" - -#~ msgid "Post Image Width" -#~ msgstr "Largura da Imagem do Post" - -#~ msgid "Post Image Height" -#~ msgstr "Altura da Imagem do Post" - -#~ msgid "" -#~ "The spacing between elements when \"Content Layout\" is set to \"Separate " -#~ "Containers\"." -#~ msgstr "" -#~ "O espaçamento entre elementos quando \"Layout do Conteúdo\" é definido " -#~ "como \"Containers Separados\"." - -#~ msgid "Left/Right Spacing" -#~ msgstr "Esquerda/Direita Espaçamento" - -#, fuzzy -#~ msgid "The top and bottom spacing of sub-menu items." -#~ msgstr "" -#~ "#-#-#-#-# generate-spacing-pt_BR.po (Generate Spacing) #-#-#-#-#\n" -#~ "Espaçamento superior e inferior dos itens do submenu\n" -#~ "#-#-#-#-# secondary-nav-pt_BR.po (Generate Secondary Navigation) #-#-#-" -#~ "#-#\n" -#~ "Espaçamento Superior e Inferior dos itens do sub-menu" - -#~ msgid "15%" -#~ msgstr "15%" - -#~ msgid "20%" -#~ msgstr "20%" - -#~ msgid "25%" -#~ msgstr "25%" - -#~ msgid "30%" -#~ msgstr "30%" - -#~ msgid "35%" -#~ msgstr "35%" - -#~ msgid "40%" -#~ msgstr "40%" - -#~ msgid "45%" -#~ msgstr "45%" - -#~ msgid "50%" -#~ msgstr "50%" - -#~ msgid "Default fonts" -#~ msgstr "Fontes Padrão" - -#~ msgid "Google fonts" -#~ msgstr "Google Fonts" - -#~ msgid "Site navigation" -#~ msgstr "Fonte do Menu Primário" - -#~ msgid "Font-size" -#~ msgstr "Tamanho da Fonte" - -#~ msgid "Footer font size" -#~ msgstr "Rodapé - Tamanho da Fonte" - -#~ msgid "H1 font size" -#~ msgstr "Título H1 - Tamanho da Fonte" - -#~ msgid "H2 font size" -#~ msgstr "Título H2 - Tamanho da Fonte" - -#~ msgid "Updates %s" -#~ msgstr "Atualizações %s" - -#~ msgid "Sticky Menu" -#~ msgstr "Sticky Menu" - -#~ msgid "Sticky Navigation Effect" -#~ msgstr "Sticky Navegação Efeito" - -#~ msgid "Navigation Logo Position" -#~ msgstr "Menu - Posição do Logo " - -#~ msgid "Turn hard cropping or of off." -#~ msgstr "Ativar recorte ou de fora" - -#~ msgid "Secondary Menu Items" -#~ msgstr "Menu Secundário Itens" - -#~ msgid "Secondary navigation" -#~ msgstr "Menu Secundário" - -#~ msgid "Navigation Layout" -#~ msgstr "Layout do Menu" - -#~ msgid "Fluid / Full Width" -#~ msgstr "Fluído / Largura Total" diff --git a/wp-content/plugins/gp-premium/langs/gp-premium-pt_PT.mo b/wp-content/plugins/gp-premium/langs/gp-premium-pt_PT.mo index d7bcf2fed7fd50002bc9289d2fcca0e478d85feb..c4c8b1c97175841822307fee0c8449db268ce9c9 100644 GIT binary patch literal 39630 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%0DUVux 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\n" -"Language-Team: Pedro Mendonça \n" -"Language: pt_PT\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Generator: Poedit 2.1.1\n" -"X-Poedit-Basepath: ..\n" -"X-Poedit-SourceCharset: UTF-8\n" -"X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;esc_attr__;esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c;_n_noop:1,2;_nx_noop:3c,1,2;__ngettext_noop:1,2\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Poedit-WPHeader: gp-premium.php\n" -"X-Poedit-SearchPath-0: .\n" -"X-Poedit-SearchPathExcluded-0: *.js\n" -"X-Poedit-SearchPathExcluded-1: *deprecated*\n" -"X-Poedit-SearchPathExcluded-2: sites/libs\n" -"X-Poedit-SearchPathExcluded-3: sites/classes/class-site-widget-importer.php\n" - -#: backgrounds/functions/functions.php:99 -#: backgrounds/functions/functions.php:108 -msgid "Background Images" -msgstr "Imagens de fundo" - -#: backgrounds/functions/functions.php:117 -#: backgrounds/functions/functions.php:143 -#: typography/functions/functions.php:53 -msgid "Body" -msgstr "Corpo" - -#: backgrounds/functions/functions.php:206 -#: backgrounds/functions/functions.php:230 colors/functions/functions.php:56 -#: disable-elements/functions/functions.php:128 -#: disable-elements/functions/functions.php:130 -#: disable-elements/functions/functions.php:290 -#: disable-elements/functions/functions.php:292 elements/class-metabox.php:1030 -#: typography/functions/functions.php:238 -msgid "Top Bar" -msgstr "Barra superior" - -#: backgrounds/functions/functions.php:293 -#: backgrounds/functions/functions.php:316 colors/functions/functions.php:143 -#: disable-elements/functions/functions.php:134 -#: disable-elements/functions/functions.php:136 -#: disable-elements/functions/functions.php:296 -#: disable-elements/functions/functions.php:298 elements/class-metabox.php:157 -#: elements/class-metabox.php:1896 elements/class-post-type.php:192 -#: spacing/functions/customizer/header-spacing.php:11 -#: typography/functions/functions.php:361 -msgid "Header" -msgstr "Cabeçalho" - -#: backgrounds/functions/functions.php:376 colors/functions/functions.php:239 -#: disable-elements/functions/functions.php:139 -#: disable-elements/functions/functions.php:141 -#: disable-elements/functions/functions.php:301 -#: disable-elements/functions/functions.php:303 elements/class-metabox.php:1039 -#: spacing/functions/customizer/navigation-spacing.php:11 -#: typography/functions/functions.php:600 -msgid "Primary Navigation" -msgstr "Navegação principal" - -#: backgrounds/functions/functions.php:403 -#: backgrounds/functions/secondary-nav-backgrounds.php:65 -#: elements/class-metabox.php:1908 -msgid "Navigation" -msgstr "Navegação" - -#: backgrounds/functions/functions.php:423 -#: backgrounds/functions/functions.php:473 -#: backgrounds/functions/functions.php:523 -#: backgrounds/functions/functions.php:573 -#: backgrounds/functions/functions.php:633 -#: backgrounds/functions/functions.php:683 -#: backgrounds/functions/functions.php:733 -#: backgrounds/functions/secondary-nav-backgrounds.php:86 -#: backgrounds/functions/secondary-nav-backgrounds.php:135 -#: backgrounds/functions/secondary-nav-backgrounds.php:184 -#: backgrounds/functions/secondary-nav-backgrounds.php:233 -#: backgrounds/functions/secondary-nav-backgrounds.php:294 -#: backgrounds/functions/secondary-nav-backgrounds.php:343 -#: backgrounds/functions/secondary-nav-backgrounds.php:392 -#: library/customizer/controls/class-backgrounds-control.php:121 -msgid "Repeat" -msgstr "Repetir" - -#: backgrounds/functions/functions.php:424 -#: backgrounds/functions/functions.php:474 -#: backgrounds/functions/functions.php:524 -#: backgrounds/functions/functions.php:574 -#: backgrounds/functions/functions.php:634 -#: backgrounds/functions/functions.php:684 -#: backgrounds/functions/functions.php:734 -#: backgrounds/functions/secondary-nav-backgrounds.php:87 -#: backgrounds/functions/secondary-nav-backgrounds.php:136 -#: backgrounds/functions/secondary-nav-backgrounds.php:185 -#: backgrounds/functions/secondary-nav-backgrounds.php:234 -#: backgrounds/functions/secondary-nav-backgrounds.php:295 -#: backgrounds/functions/secondary-nav-backgrounds.php:344 -#: backgrounds/functions/secondary-nav-backgrounds.php:393 -#: library/customizer/controls/class-backgrounds-control.php:122 -msgid "Repeat x" -msgstr "Repetir na horizontal" - -#: backgrounds/functions/functions.php:425 -#: backgrounds/functions/functions.php:475 -#: backgrounds/functions/functions.php:525 -#: backgrounds/functions/functions.php:575 -#: backgrounds/functions/functions.php:635 -#: backgrounds/functions/functions.php:685 -#: backgrounds/functions/functions.php:735 -#: backgrounds/functions/secondary-nav-backgrounds.php:88 -#: backgrounds/functions/secondary-nav-backgrounds.php:137 -#: backgrounds/functions/secondary-nav-backgrounds.php:186 -#: backgrounds/functions/secondary-nav-backgrounds.php:235 -#: backgrounds/functions/secondary-nav-backgrounds.php:296 -#: backgrounds/functions/secondary-nav-backgrounds.php:345 -#: backgrounds/functions/secondary-nav-backgrounds.php:394 -#: library/customizer/controls/class-backgrounds-control.php:123 -msgid "Repeat y" -msgstr "Repetir na vertical" - -#: backgrounds/functions/functions.php:426 -#: backgrounds/functions/functions.php:476 -#: backgrounds/functions/functions.php:526 -#: backgrounds/functions/functions.php:576 -#: backgrounds/functions/functions.php:636 -#: backgrounds/functions/functions.php:686 -#: backgrounds/functions/functions.php:736 -#: backgrounds/functions/secondary-nav-backgrounds.php:89 -#: backgrounds/functions/secondary-nav-backgrounds.php:138 -#: backgrounds/functions/secondary-nav-backgrounds.php:187 -#: backgrounds/functions/secondary-nav-backgrounds.php:236 -#: backgrounds/functions/secondary-nav-backgrounds.php:297 -#: backgrounds/functions/secondary-nav-backgrounds.php:346 -#: backgrounds/functions/secondary-nav-backgrounds.php:395 -#: library/customizer/controls/class-backgrounds-control.php:124 -msgid "No Repeat" -msgstr "Não repetir" - -#: backgrounds/functions/functions.php:453 -#: backgrounds/functions/secondary-nav-backgrounds.php:114 -msgid "Navigation Item" -msgstr "Item de navegação" - -#: backgrounds/functions/functions.php:503 -#: backgrounds/functions/secondary-nav-backgrounds.php:163 -msgid "Navigation Item Hover" -msgstr "Item de navegação ao passar com o rato" - -#: backgrounds/functions/functions.php:553 -#: backgrounds/functions/secondary-nav-backgrounds.php:212 -msgid "Navigation Item Current" -msgstr "Item de navegação activo" - -#: backgrounds/functions/functions.php:586 -msgid "Primary Sub-Navigation" -msgstr "Navegação principal - subitens" - -#: backgrounds/functions/functions.php:613 -#: backgrounds/functions/secondary-nav-backgrounds.php:273 -msgid "Sub-Navigation Item" -msgstr "Subitem de navegação" - -#: backgrounds/functions/functions.php:663 -#: backgrounds/functions/secondary-nav-backgrounds.php:322 -msgid "Sub-Navigation Item Hover" -msgstr "Subitem de navegação ao passar com o rato" - -#: backgrounds/functions/functions.php:713 -#: backgrounds/functions/secondary-nav-backgrounds.php:371 -msgid "Sub-Navigation Item Current" -msgstr "Subitem de navegação activo" - -#: backgrounds/functions/functions.php:746 -#: backgrounds/functions/functions.php:772 blog/functions/customizer.php:49 -#: colors/functions/functions.php:621 elements/class-metabox.php:914 -#: elements/class-metabox.php:921 elements/class-metabox.php:935 -#: elements/class-metabox.php:942 elements/class-metabox.php:949 -#: elements/class-metabox.php:1920 page-header/functions/metabox.php:182 -#: sections/functions/metaboxes/metabox-functions.php:235 -#: sections/functions/metaboxes/metabox-functions.php:238 -#: sites/classes/class-site.php:406 -#: spacing/functions/customizer/content-spacing.php:11 -msgid "Content" -msgstr "Conteúdo" - -#: backgrounds/functions/functions.php:833 elements/class-metabox.php:194 -msgid "Sidebar" -msgstr "Barra lateral" - -#: backgrounds/functions/functions.php:856 colors/functions/functions.php:775 -msgid "Sidebar Widgets" -msgstr "Widgets da barra lateral" - -#: backgrounds/functions/functions.php:917 colors/functions/functions.php:1102 -#: disable-elements/functions/functions.php:161 -#: disable-elements/functions/functions.php:163 -#: disable-elements/functions/functions.php:323 -#: disable-elements/functions/functions.php:325 elements/class-metabox.php:200 -#: elements/class-metabox.php:1075 elements/class-metabox.php:1955 -#: spacing/functions/customizer/footer-spacing.php:12 -#: typography/functions/functions.php:1871 -msgid "Footer" -msgstr "Rodapé" - -#: backgrounds/functions/functions.php:941 -msgid "Footer Widget Area" -msgstr "Área de widgets do rodapé" - -#: backgrounds/functions/functions.php:1016 -msgid "Footer Area" -msgstr "Área do rodapé" - -#: backgrounds/functions/secondary-nav-backgrounds.php:39 -#: colors/functions/secondary-nav-colors.php:50 -#: disable-elements/functions/functions.php:145 -#: disable-elements/functions/functions.php:147 -#: disable-elements/functions/functions.php:307 -#: disable-elements/functions/functions.php:309 elements/class-metabox.php:1048 -#: secondary-nav/functions/functions.php:153 -#: secondary-nav/functions/functions.php:162 -#: typography/functions/secondary-nav-fonts.php:48 -msgid "Secondary Navigation" -msgstr "Navegação secundária" - -#: backgrounds/functions/secondary-nav-backgrounds.php:247 -msgid "Secondary Sub-Navigation" -msgstr "Navegação secundária - subitens" - -#: blog/functions/customizer.php:35 elements/class-conditions.php:40 -msgid "Blog" -msgstr "Blog" - -#: blog/functions/customizer.php:63 blog/functions/customizer.php:439 -msgid "Archives" -msgstr "Arquivo" - -#: blog/functions/customizer.php:64 -msgid "Single" -msgstr "Artigo" - -#: blog/functions/customizer.php:76 -msgid "Content type" -msgstr "Tipo de conteúdo" - -#: blog/functions/customizer.php:79 -msgid "Full Content" -msgstr "Completo" - -#: blog/functions/customizer.php:80 -msgid "Excerpt" -msgstr "Excerto" - -#: blog/functions/customizer.php:99 -msgid "Excerpt word count" -msgstr "Número de palavras do excerto" - -#: blog/functions/customizer.php:119 -msgid "Read more label" -msgstr "Texto \"Ler mais\"" - -#: blog/functions/customizer.php:139 -msgid "Display read more as button" -msgstr "Mostrar 'Ler mais' como um botão" - -#: blog/functions/customizer.php:159 blog/functions/customizer.php:337 -msgid "Display post date" -msgstr "Mostrar data do artigo" - -#: blog/functions/customizer.php:179 blog/functions/customizer.php:356 -msgid "Display post author" -msgstr "Mostrar autor do artigo" - -#: blog/functions/customizer.php:199 blog/functions/customizer.php:375 -msgid "Display post categories" -msgstr "Mostrar categorias de artigos" - -#: blog/functions/customizer.php:219 blog/functions/customizer.php:394 -msgid "Display post tags" -msgstr "Mostrar etiquetas de artigos" - -#: blog/functions/customizer.php:239 -msgid "Display comment count" -msgstr "Mostrar contagem de comentários" - -#: blog/functions/customizer.php:259 -msgid "Use infinite scroll" -msgstr "Usar scroll infinito" - -#: blog/functions/customizer.php:279 -msgid "Use button to load more posts" -msgstr "Usar botão para carregar mais artigos" - -#: blog/functions/customizer.php:298 -msgid "Load more label" -msgstr "Texto \"Carregar mais\"" - -#: blog/functions/customizer.php:317 -msgid "Loading label" -msgstr "Texto \"A carregar...\"" - -#: blog/functions/customizer.php:413 -msgid "Display post navigation" -msgstr "Mostrar navegação de artigos" - -#: blog/functions/customizer.php:426 -msgid "Featured Images" -msgstr "Imagens de destaque" - -#: blog/functions/customizer.php:440 -msgid "Posts" -msgstr "Artigos" - -#: blog/functions/customizer.php:441 -msgid "Pages" -msgstr "Páginas" - -#: blog/functions/customizer.php:462 blog/functions/customizer.php:625 -#: blog/functions/customizer.php:789 -msgid "Display featured images" -msgstr "Mostrar imagens de destaque" - -#: blog/functions/customizer.php:482 blog/functions/customizer.php:645 -#: blog/functions/customizer.php:809 -msgid "Display padding around images" -msgstr "Mostrar espaçamento em redor das imagens" - -#: blog/functions/customizer.php:503 blog/functions/customizer.php:666 -#: blog/functions/customizer.php:830 elements/class-metabox.php:1120 -#: elements/class-post-type.php:101 elements/class-post-type.php:111 -msgid "Location" -msgstr "Localização" - -#: blog/functions/customizer.php:506 blog/functions/customizer.php:669 -#: blog/functions/customizer.php:833 -msgid "Below Title" -msgstr "Abaixo do título" - -#: blog/functions/customizer.php:507 blog/functions/customizer.php:670 -#: blog/functions/customizer.php:834 -msgid "Above Title" -msgstr "Acima do título" - -#: blog/functions/customizer.php:528 blog/functions/customizer.php:692 -#: blog/functions/customizer.php:856 -msgid "Alignment" -msgstr "Alinhamento" - -#: blog/functions/customizer.php:531 blog/functions/customizer.php:695 -#: blog/functions/customizer.php:859 elements/class-metabox.php:373 -#: elements/class-metabox.php:395 page-header/functions/metabox.php:336 -#: secondary-nav/functions/functions.php:259 -#: woocommerce/functions/customizer/customizer.php:262 -#: woocommerce/functions/customizer/customizer.php:305 -msgid "Center" -msgstr "Centro" - -#: blog/functions/customizer.php:532 blog/functions/customizer.php:696 -#: blog/functions/customizer.php:860 elements/class-metabox.php:372 -#: elements/class-metabox.php:445 elements/class-metabox.php:483 -#: library/customizer/controls/class-spacing-control.php:26 -#: menu-plus/functions/generate-menu-plus.php:445 -#: page-header/functions/metabox.php:335 -#: secondary-nav/functions/functions.php:258 -#: woocommerce/functions/customizer/customizer.php:261 -#: woocommerce/functions/customizer/customizer.php:304 -msgid "Left" -msgstr "Esquerda" - -#: blog/functions/customizer.php:533 blog/functions/customizer.php:697 -#: blog/functions/customizer.php:861 elements/class-metabox.php:374 -#: elements/class-metabox.php:427 elements/class-metabox.php:465 -#: library/customizer/controls/class-spacing-control.php:24 -#: menu-plus/functions/generate-menu-plus.php:446 -#: page-header/functions/metabox.php:337 -#: secondary-nav/functions/functions.php:260 -#: woocommerce/functions/customizer/customizer.php:263 -#: woocommerce/functions/customizer/customizer.php:306 -msgid "Right" -msgstr "Direita" - -#: blog/functions/customizer.php:555 blog/functions/customizer.php:719 -#: blog/functions/customizer.php:883 -msgid "Width" -msgstr "Largura" - -#: blog/functions/customizer.php:559 blog/functions/customizer.php:586 -#: blog/functions/customizer.php:723 blog/functions/customizer.php:750 -#: blog/functions/customizer.php:887 blog/functions/customizer.php:914 -msgid "Auto" -msgstr "Automática" - -#: blog/functions/customizer.php:582 blog/functions/customizer.php:746 -#: blog/functions/customizer.php:910 -msgid "Height" -msgstr "Altura" - -#: blog/functions/customizer.php:601 blog/functions/customizer.php:765 -#: blog/functions/customizer.php:929 -msgid "Apply sizes" -msgstr "Aplicar tamanhos" - -#: blog/functions/customizer.php:671 blog/functions/customizer.php:835 -#: page-header/functions/functions.php:810 -#: page-header/functions/functions.php:835 -msgid "Above Content Area" -msgstr "Acima da área de conteúdo" - -#: blog/functions/customizer.php:943 blog/functions/customizer.php:983 -msgid "Columns" -msgstr "Colunas" - -#: blog/functions/customizer.php:963 -msgid "Display posts in columns" -msgstr "Mostrar artigos em colunas" - -#: blog/functions/customizer.php:1010 -msgid "Make first post featured" -msgstr "Primeiro artigo em destaque" - -#: blog/functions/customizer.php:1031 -msgid "Display posts in masonry grid" -msgstr "Mostrar artigos em grelha masonry" - -#: blog/functions/defaults.php:13 blog/functions/migrate.php:22 -msgid "Read more" -msgstr "Ler mais" - -#: blog/functions/defaults.php:16 blog/functions/migrate.php:26 -msgid "+ More" -msgstr "+ Mais" - -#: blog/functions/defaults.php:17 blog/functions/migrate.php:27 -msgid "Loading..." -msgstr "A carregar..." - -#: colors/functions/functions.php:46 -#: sections/functions/metaboxes/views/sections-template.php:211 -msgid "Colors" -msgstr "Cores" - -#: colors/functions/functions.php:79 colors/functions/functions.php:166 -#: colors/functions/functions.php:276 colors/functions/functions.php:411 -#: colors/functions/functions.php:541 colors/functions/functions.php:644 -#: colors/functions/functions.php:798 colors/functions/functions.php:886 -#: colors/functions/functions.php:1125 colors/functions/functions.php:1209 -#: colors/functions/secondary-nav-colors.php:86 -#: colors/functions/secondary-nav-colors.php:240 -#: colors/functions/slideout-nav-colors.php:82 -#: colors/functions/slideout-nav-colors.php:236 -#: sections/functions/metaboxes/views/sections-template.php:236 -msgid "Background" -msgstr "Fundo" - -#: colors/functions/functions.php:95 colors/functions/functions.php:181 -#: colors/functions/functions.php:340 colors/functions/functions.php:475 -#: colors/functions/functions.php:564 colors/functions/functions.php:658 -#: colors/functions/functions.php:812 colors/functions/functions.php:900 -#: colors/functions/functions.php:1139 colors/functions/functions.php:1232 -#: colors/functions/secondary-nav-colors.php:110 -#: colors/functions/secondary-nav-colors.php:264 -#: colors/functions/slideout-nav-colors.php:106 -#: colors/functions/slideout-nav-colors.php:260 -msgid "Text" -msgstr "Texto" - -#: colors/functions/functions.php:101 colors/functions/functions.php:187 -#: colors/functions/functions.php:664 colors/functions/functions.php:818 -#: colors/functions/functions.php:906 colors/functions/functions.php:1145 -msgid "Link" -msgstr "Ligação" - -#: colors/functions/functions.php:107 colors/functions/functions.php:193 -#: colors/functions/functions.php:670 colors/functions/functions.php:824 -#: colors/functions/functions.php:912 colors/functions/functions.php:1151 -msgid "Link Hover" -msgstr "Ligação ao passar com o rato" - -#: colors/functions/functions.php:199 elements/class-metabox.php:691 -#: page-header/functions/metabox.php:512 typography/functions/functions.php:424 -msgid "Site Title" -msgstr "Título do site" - -#: colors/functions/functions.php:205 -msgid "Tagline" -msgstr "Descrição do site" - -#: colors/functions/functions.php:253 -#: colors/functions/secondary-nav-colors.php:64 -#: colors/functions/slideout-nav-colors.php:60 -msgid "Parent Items" -msgstr "Itens superiores" - -#: colors/functions/functions.php:301 colors/functions/functions.php:436 -#: colors/functions/functions.php:587 colors/functions/functions.php:1254 -#: colors/functions/secondary-nav-colors.php:133 -#: colors/functions/secondary-nav-colors.php:287 -#: colors/functions/slideout-nav-colors.php:129 -#: colors/functions/slideout-nav-colors.php:283 -msgid "Background Hover" -msgstr "Fundo ao passar com o rato" - -#: colors/functions/functions.php:326 colors/functions/functions.php:461 -#: colors/functions/secondary-nav-colors.php:180 -#: colors/functions/secondary-nav-colors.php:334 -#: colors/functions/slideout-nav-colors.php:176 -#: colors/functions/slideout-nav-colors.php:330 -msgid "Background Current" -msgstr "Fundo activo" - -#: colors/functions/functions.php:346 colors/functions/functions.php:481 -#: colors/functions/functions.php:610 colors/functions/functions.php:1277 -#: colors/functions/secondary-nav-colors.php:157 -#: colors/functions/secondary-nav-colors.php:311 -#: colors/functions/slideout-nav-colors.php:153 -#: colors/functions/slideout-nav-colors.php:307 -msgid "Text Hover" -msgstr "Texto ao passar com o rato" - -#: colors/functions/functions.php:352 colors/functions/functions.php:487 -#: colors/functions/secondary-nav-colors.php:204 -#: colors/functions/secondary-nav-colors.php:358 -#: colors/functions/slideout-nav-colors.php:200 -#: colors/functions/slideout-nav-colors.php:354 -msgid "Text Current" -msgstr "Texto activo" - -#: colors/functions/functions.php:388 -#: colors/functions/secondary-nav-colors.php:218 -#: colors/functions/slideout-nav-colors.php:214 -msgid "Sub-Menu Items" -msgstr "Item de submenu" - -#: colors/functions/functions.php:518 typography/functions/functions.php:732 -msgid "Buttons" -msgstr "Botões" - -#: colors/functions/functions.php:676 -#: disable-elements/functions/functions.php:156 -#: disable-elements/functions/functions.php:158 -#: disable-elements/functions/functions.php:318 -#: disable-elements/functions/functions.php:320 elements/class-metabox.php:1066 -msgid "Content Title" -msgstr "Título do conteúdo" - -#: colors/functions/functions.php:682 -msgid "Blog Post Title" -msgstr "Título de artigo do blog" - -#: colors/functions/functions.php:688 -msgid "Blog Post Title Hover" -msgstr "Título de artigo do blog ao passar com o rato" - -#: colors/functions/functions.php:694 -msgid "Entry Meta Text" -msgstr "Texto de metadados" - -#: colors/functions/functions.php:700 -msgid "Entry Meta Links" -msgstr "Ligação de metadados" - -#: colors/functions/functions.php:706 -msgid "Entry Meta Links Hover" -msgstr "Ligação de metadados ao passar com o rato" - -#: colors/functions/functions.php:712 -msgid "Heading 1 (H1) Color" -msgstr "Título 1 (H1)" - -#: colors/functions/functions.php:718 -msgid "Heading 2 (H2) Color" -msgstr "Título 2 (H2)" - -#: colors/functions/functions.php:724 -msgid "Heading 3 (H3) Color" -msgstr "Título 3 (H3)" - -#: colors/functions/functions.php:732 -msgid "Heading 4 (H4) Color" -msgstr "Título 4 (H4)" - -#: colors/functions/functions.php:741 -msgid "Heading 5 (H5) Color" -msgstr "Título 5 (H5)" - -#: colors/functions/functions.php:830 colors/functions/functions.php:918 -msgid "Widget Title" -msgstr "Título do widget" - -#: colors/functions/functions.php:863 elements/class-metabox.php:961 -msgid "Footer Widgets" -msgstr "Widgets do rodapé" - -#: colors/functions/functions.php:951 -msgid "Forms" -msgstr "Formulários" - -#: colors/functions/functions.php:974 -msgid "Form Background" -msgstr "Fundo de formulário" - -#: colors/functions/functions.php:999 -msgid "Form Background Focus" -msgstr "Fundo de formulário em foco" - -#: colors/functions/functions.php:1024 -msgid "Form Border" -msgstr "Borda de formulário" - -#: colors/functions/functions.php:1049 -msgid "Form Border Focus" -msgstr "Borda de formulário em foco" - -#: colors/functions/functions.php:1063 -msgid "Form Text" -msgstr "Texto de formulário" - -#: colors/functions/functions.php:1069 -msgid "Form Text Focus" -msgstr "Texto de formulário em foco" - -#: colors/functions/functions.php:1188 -msgid "Back to Top Button" -msgstr "Botão voltar ao topo" - -#: colors/functions/slideout-nav-colors.php:46 -#: menu-plus/functions/generate-menu-plus.php:396 -#: menu-plus/functions/generate-menu-plus.php:417 -#: menu-plus/functions/generate-menu-plus.php:726 -#: typography/functions/slideout-nav-fonts.php:38 -msgid "Slideout Navigation" -msgstr "Navegação slideout" - -#: colors/functions/woocommerce-colors.php:51 -msgid "Product Title" -msgstr "Título do produto" - -#: colors/functions/woocommerce-colors.php:73 -msgid "Product Title Hover" -msgstr "Título do produto ao passar com o rato" - -#: colors/functions/woocommerce-colors.php:96 -msgid "Alt Button Background" -msgstr "Fundo do botão alternativo" - -#: colors/functions/woocommerce-colors.php:120 -msgid "Alt Button Background Hover" -msgstr "Fundo do botão alternativo ao passar com o rato" - -#: colors/functions/woocommerce-colors.php:143 -msgid "Alt Button Text" -msgstr "Texto do botão alternativo" - -#: colors/functions/woocommerce-colors.php:166 -msgid "Alt Button Text Hover" -msgstr "Texto do botão alternativo ao passar com o rato" - -#: colors/functions/woocommerce-colors.php:189 -msgid "Star Ratings" -msgstr "Classificação por estrelas" - -#: colors/functions/woocommerce-colors.php:213 -msgid "Sale Sticker Background" -msgstr "Fundo de etiqueta de promoção" - -#: colors/functions/woocommerce-colors.php:236 -msgid "Sale Sticker Text" -msgstr "Texto de etiqueta de promoção" - -#: colors/functions/woocommerce-colors.php:258 -msgid "Price" -msgstr "Preço" - -#: colors/functions/woocommerce-colors.php:280 -msgid "Product Tab Text" -msgstr "Texto de separador do produto" - -#: colors/functions/woocommerce-colors.php:302 -msgid "Product Tab Active" -msgstr "Separador activo do produto" - -#: colors/functions/woocommerce-colors.php:325 -msgid "Success Message Background" -msgstr "Fundo de mensagem de sucesso" - -#: colors/functions/woocommerce-colors.php:348 -msgid "Success Message Text" -msgstr "Texto de mensagem de sucesso" - -#: colors/functions/woocommerce-colors.php:371 -msgid "Info Message Background" -msgstr "Fundo de mensagem informativa" - -#: colors/functions/woocommerce-colors.php:394 -msgid "Info Message Text" -msgstr "Texto de mensagem informativa" - -#: colors/functions/woocommerce-colors.php:417 -msgid "Error Message Background" -msgstr "Fundo da mensagem de erro" - -#: colors/functions/woocommerce-colors.php:440 -msgid "Error Message Text" -msgstr "Texto da mensagem de erro" - -#: copyright/functions/functions.php:37 -msgid "Copyright" -msgstr "Copyright" - -#: disable-elements/functions/functions.php:98 elements/class-metabox.php:207 -msgid "Disable Elements" -msgstr "Desactivar elementos" - -#: disable-elements/functions/functions.php:151 -#: disable-elements/functions/functions.php:153 -#: disable-elements/functions/functions.php:313 -#: disable-elements/functions/functions.php:315 -msgid "Featured Image / Page Header" -msgstr "Imagem de destaque / Cabeçalho de página" - -#: elements/class-conditions.php:36 elements/class-conditions.php:121 -#: woocommerce/functions/customizer/customizer.php:70 -msgid "General" -msgstr "Geral" - -#: elements/class-conditions.php:38 -msgid "Entire Site" -msgstr "Todo o site" - -#: elements/class-conditions.php:39 -msgid "Front Page" -msgstr "Página inicial" - -#: elements/class-conditions.php:41 -msgid "All Singular" -msgstr "Todos os conteúdos" - -#: elements/class-conditions.php:42 -msgid "All Archives" -msgstr "Todos os arquivos" - -#: elements/class-conditions.php:43 -msgid "Author Archives" -msgstr "Arquivo de autor" - -#: elements/class-conditions.php:44 -msgid "Date Archives" -msgstr "Arquivo por data" - -#: elements/class-conditions.php:45 -#: page-header/functions/global-locations.php:81 -msgid "Search Results" -msgstr "Resultados de pesquisa" - -#: elements/class-conditions.php:46 -#: page-header/functions/global-locations.php:90 -msgid "404 Template" -msgstr "Página 404" - -#: elements/class-conditions.php:77 -#, php-format -msgctxt "%s is a singular post type name" -msgid "%s Archives" -msgstr "Arquivo de %s" - -#: elements/class-conditions.php:79 -#, php-format -msgctxt "%s is a singular post type name" -msgid "%s Archive" -msgstr "Arquivo de %s" - -#: elements/class-conditions.php:102 -#, php-format -msgctxt "%1$s is post type label. %2$s is taxonomy label." -msgid "%1$s %2$s Archive" -msgstr "Arquivo de %2$s de %1$s" - -#: elements/class-conditions.php:123 -msgid "All Users" -msgstr "Todos os utilizadores" - -#: elements/class-conditions.php:124 -msgid "Logged In" -msgstr "Com sessão iniciada" - -#: elements/class-conditions.php:125 -msgid "Logged Out" -msgstr "Sem sessão iniciada" - -#: elements/class-conditions.php:129 -msgid "Roles" -msgstr "Papéis" - -#: elements/class-hero.php:793 page-header/functions/functions.php:1077 -#, php-format -msgid "View all posts by %s" -msgstr "Ver todos os artigos de %s" - -#: elements/class-metabox.php:95 elements/class-metabox.php:497 -#: elements/class-metabox.php:506 -msgid "Custom Image" -msgstr "Imagem personalizada" - -#: elements/class-metabox.php:96 elements/class-metabox.php:508 -msgid "Fallback Image" -msgstr "Imagem alternativa" - -#: elements/class-metabox.php:97 elements/class-metabox.php:156 -#: elements/class-metabox.php:1140 elements/class-metabox.php:1167 -#: elements/class-metabox.php:1192 elements/class-metabox.php:1239 -#: elements/class-metabox.php:1266 elements/class-metabox.php:1291 -#: elements/class-metabox.php:1332 elements/class-metabox.php:1355 -#: elements/class-metabox.php:1376 -msgid "Choose..." -msgstr "Seleccione..." - -#: elements/class-metabox.php:133 page-header/functions/metabox.php:673 -msgid "Template Tags" -msgstr "Etiquetas de modelos" - -#: elements/class-metabox.php:154 -msgid "Choose Element Type" -msgstr "Escolha o tipo de elemento" - -#: elements/class-metabox.php:158 elements/class-metabox.php:235 -#: elements/class-post-type.php:196 -msgid "Hook" -msgstr "Hook" - -#: elements/class-metabox.php:159 elements/class-post-type.php:200 -#: sections/functions/metaboxes/views/sections-template.php:161 -msgid "Layout" -msgstr "Layout" - -#: elements/class-metabox.php:166 -msgid "This element needs a location set within the Display Rules tab in order to display." -msgstr "Para mostrar este elemento, tem de definir uma localização no separador das regras de apresentação." - -#: elements/class-metabox.php:176 -msgid "Page Hero" -msgstr "Hero de página" - -#: elements/class-metabox.php:182 elements/class-metabox.php:1021 -msgid "Site Header" -msgstr "Cabeçalho do site" - -#: elements/class-metabox.php:188 -#: sections/functions/metaboxes/metabox-functions.php:237 -msgid "Settings" -msgstr "Configurações" - -#: elements/class-metabox.php:214 elements/class-metabox.php:344 -#: page-header/functions/metabox.php:317 -msgid "Container" -msgstr "Contentor" - -#: elements/class-metabox.php:220 -msgid "Display Rules" -msgstr "Regras de apresentação" - -#: elements/class-metabox.php:226 -msgid "Internal Notes" -msgstr "Notas internas" - -#: elements/class-metabox.php:257 -msgid "Custom" -msgstr "Personalizado" - -#: elements/class-metabox.php:258 -msgid "Custom Hook" -msgstr "Hook personalizado" - -#: elements/class-metabox.php:266 -msgid "Custom Hook Name" -msgstr "Nome do hook personalizado" - -#: elements/class-metabox.php:275 -msgid "Disable Site Header" -msgstr "Desactivar cabeçalho do site" - -#: elements/class-metabox.php:284 -msgid "Disable Site Footer" -msgstr "Desactivar rodapé do site" - -#: elements/class-metabox.php:293 -msgid "Execute Shortcodes" -msgstr "Executar shortcodes" - -#: elements/class-metabox.php:302 hooks/functions/functions.php:347 -msgid "Execute PHP" -msgstr "Executar PHP" - -#: elements/class-metabox.php:309 -#, php-format -msgid "Unable to execute PHP as %s is defined." -msgstr "Não é possível executar PHP porque está defenido %s." - -#: elements/class-metabox.php:319 -msgid "Priority" -msgstr "Prioridade" - -#: elements/class-metabox.php:334 -msgid "Element Classes" -msgstr "Classes do elemento" - -#: elements/class-metabox.php:335 -msgid "Add custom classes to the Page Hero element." -msgstr "Adicione classes personalizadas ao elemento hero da página." - -#: elements/class-metabox.php:348 elements/class-metabox.php:361 -#: elements/class-metabox.php:1101 page-header/functions/metabox.php:320 -#: page-header/functions/metabox.php:328 -#: sections/functions/metaboxes/views/sections-template.php:166 -#: sections/functions/metaboxes/views/sections-template.php:176 -msgid "Full Width" -msgstr "Em toda a largura" - -#: elements/class-metabox.php:349 elements/class-metabox.php:360 -#: elements/class-metabox.php:1108 page-header/functions/metabox.php:319 -#: page-header/functions/metabox.php:327 -#: secondary-nav/functions/functions.php:207 -#: secondary-nav/functions/functions.php:233 -#: sections/functions/metaboxes/views/sections-template.php:167 -#: sections/functions/metaboxes/views/sections-template.php:175 -msgctxt "Width" -msgid "Contained" -msgstr "Limitado" - -#: elements/class-metabox.php:356 page-header/functions/metabox.php:325 -msgid "Inner Container" -msgstr "Contentor interior" - -#: elements/class-metabox.php:368 -msgid "Horizontal Alignment" -msgstr "Alinhamento horizontal" - -#: elements/class-metabox.php:381 page-header/functions/metabox.php:306 -msgid "Full Screen" -msgstr "Ecrã inteiro" - -#: elements/class-metabox.php:390 -msgid "Vertical Alignment" -msgstr "Alinhamento vertical" - -#: elements/class-metabox.php:394 elements/class-metabox.php:418 -#: elements/class-metabox.php:456 -#: library/customizer/controls/class-spacing-control.php:23 -msgid "Top" -msgstr "Superior" - -#: elements/class-metabox.php:396 elements/class-metabox.php:436 -#: elements/class-metabox.php:474 -#: library/customizer/controls/class-spacing-control.php:25 -msgid "Bottom" -msgstr "Inferior" - -#: elements/class-metabox.php:403 -msgid "Padding" -msgstr "Espaçamento" - -#: elements/class-metabox.php:491 elements/class-post-type.php:71 -#: sections/functions/metaboxes/views/sections-template.php:237 -#: sections/functions/metaboxes/views/sections-template.php:242 -msgid "Background Image" -msgstr "Imagem de fundo" - -#: elements/class-metabox.php:495 -msgid "No Background Image" -msgstr "Sem imagem de fundo" - -#: elements/class-metabox.php:496 elements/class-metabox.php:1057 -msgid "Featured Image" -msgstr "Imagem de destaque" - -#: elements/class-metabox.php:524 -msgid "Change" -msgstr "Alterar" - -#: elements/class-metabox.php:529 elements/class-metabox.php:728 -#: elements/class-metabox.php:754 elements/class-metabox.php:780 -#: elements/class-metabox.php:806 elements/class-metabox.php:1159 -#: elements/class-metabox.php:1185 elements/class-metabox.php:1210 -#: elements/class-metabox.php:1258 elements/class-metabox.php:1284 -#: elements/class-metabox.php:1309 elements/class-metabox.php:1347 -#: elements/class-metabox.php:1369 elements/class-metabox.php:1390 -#: sections/functions/metaboxes/views/sections-template.php:243 -msgid "Remove" -msgstr "Remover" - -#: elements/class-metabox.php:539 -#, php-format -msgid "Upload %s" -msgstr "Carregar %s" - -#: elements/class-metabox.php:550 -msgid "Background Position" -msgstr "Posição do fundo" - -#: elements/class-metabox.php:569 -msgid "Parallax" -msgstr "Parallax" - -#: elements/class-metabox.php:578 -msgid "Disable Featured Image" -msgstr "Desactivar imagem de destaque" - -#: elements/class-metabox.php:579 -msgid "Disable the featured image on posts with this hero area." -msgstr "Desactive a imagem de destaque em artigos com esta área de hero." - -#: elements/class-metabox.php:588 -msgid "Background Overlay" -msgstr "Sobreposição de fundo" - -#: elements/class-metabox.php:589 -msgid "Use the background color as a background overlay." -msgstr "Use a cor de fundo como sobreposição de fundo." - -#: elements/class-metabox.php:598 page-header/functions/metabox.php:362 -#: sections/functions/metaboxes/views/sections-template.php:212 -msgid "Background Color" -msgstr "Cor de fundo" - -#: elements/class-metabox.php:607 page-header/functions/metabox.php:367 -#: sections/functions/metaboxes/views/sections-template.php:217 -msgid "Text Color" -msgstr "Cor de texto" - -#: elements/class-metabox.php:616 page-header/functions/metabox.php:372 -#: sections/functions/metaboxes/views/sections-template.php:223 -msgid "Link Color" -msgstr "Cor da ligação" - -#: elements/class-metabox.php:625 page-header/functions/metabox.php:377 -#: sections/functions/metaboxes/views/sections-template.php:229 -msgid "Link Color Hover" -msgstr "Cor da ligação ao passar com o rato" - -#: elements/class-metabox.php:639 -msgid "Merge with Content" -msgstr "Juntar ao conteúdo" - -#: elements/class-metabox.php:640 -msgid "Place your site header on top of the element below it." -msgstr "Insira o cabeçalho do seu site acima do elemento imediatamente abaixo." - -#: elements/class-metabox.php:644 -msgid "No Merge" -msgstr "Não juntar" - -#: elements/class-metabox.php:645 -msgid "Merge" -msgstr "Juntar" - -#: elements/class-metabox.php:646 -msgid "Merge on Desktop Only" -msgstr "Juntar apenas em desktop" - -#: elements/class-metabox.php:653 -msgid "Offset Site Header Height" -msgstr "Deslocar altura do cabeçalho do site" - -#: elements/class-metabox.php:654 -msgid "Add to the top padding of your Page Hero to prevent overlapping." -msgstr "Adicione espaçamento superior ao hero da sua página para prevenir sobreposição." - -#: elements/class-metabox.php:681 -msgid "Header Background" -msgstr "Fundo do cabeçalho" - -#: elements/class-metabox.php:702 page-header/functions/metabox.php:517 -#: typography/functions/functions.php:547 -msgid "Site Tagline" -msgstr "Descrição do site" - -#: elements/class-metabox.php:713 elements/class-metabox.php:727 -msgid "Site Logo" -msgstr "Logótipo do site" - -#: elements/class-metabox.php:727 elements/class-metabox.php:753 -#: elements/class-metabox.php:779 elements/class-metabox.php:805 -#: sections/functions/metaboxes/views/sections-template.php:242 -msgid "Upload" -msgstr "Carregar" - -#: elements/class-metabox.php:739 elements/class-metabox.php:753 -#: elements/class-metabox.php:779 elements/class-metabox.php:805 -msgid "Retina Logo" -msgstr "Logótipo retina" - -#: elements/class-metabox.php:765 -#: menu-plus/functions/generate-menu-plus.php:252 -#: page-header/functions/metabox.php:477 -msgid "Navigation Logo" -msgstr "Logótipo da navegação" - -#: elements/class-metabox.php:791 -msgid "Mobile Header Logo" -msgstr "Logótipo do cabeçalho mobile" - -#: elements/class-metabox.php:816 secondary-nav/functions/functions.php:282 -msgid "Navigation Location" -msgstr "Localização da navegação" - -#: elements/class-metabox.php:820 elements/class-metabox.php:907 -#: elements/class-metabox.php:967 elements/class-metabox.php:1094 -msgid "Default" -msgstr "Por omissão" - -#: elements/class-metabox.php:821 secondary-nav/functions/functions.php:285 -msgid "Below Header" -msgstr "Abaixo do cabeçalho" - -#: elements/class-metabox.php:822 secondary-nav/functions/functions.php:286 -msgid "Above Header" -msgstr "Acima do cabeçalho" - -#: elements/class-metabox.php:823 secondary-nav/functions/functions.php:287 -msgid "Float Right" -msgstr "Flutuar para a direita" - -#: elements/class-metabox.php:824 secondary-nav/functions/functions.php:288 -msgid "Float Left" -msgstr "Flutuar para a esquerda" - -#: elements/class-metabox.php:825 elements/class-metabox.php:919 -#: secondary-nav/functions/functions.php:289 -msgid "Left Sidebar" -msgstr "Barra lateral esquerda" - -#: elements/class-metabox.php:826 elements/class-metabox.php:912 -#: secondary-nav/functions/functions.php:290 -msgid "Right Sidebar" -msgstr "Barra lateral direita" - -#: elements/class-metabox.php:827 secondary-nav/functions/functions.php:291 -msgid "No Navigation" -msgstr "Sem navegação" - -#: elements/class-metabox.php:834 -msgid "Navigation Colors" -msgstr "Cores da navegação" - -#: elements/class-metabox.php:843 page-header/functions/metabox.php:528 -msgid "Navigation Background" -msgstr "Fundo da navegação" - -#: elements/class-metabox.php:852 page-header/functions/metabox.php:533 -msgid "Navigation Text" -msgstr "Texto da navegação" - -#: elements/class-metabox.php:861 page-header/functions/metabox.php:538 -msgid "Navigation Background Hover" -msgstr "Fundo da navegação ao passar com o rato" - -#: elements/class-metabox.php:870 page-header/functions/metabox.php:543 -msgid "Navigation Text Hover" -msgstr "Texto da navegação ao passar com o rato" - -#: elements/class-metabox.php:879 page-header/functions/metabox.php:548 -msgid "Navigation Background Current" -msgstr "Fundo da navegação activa" - -#: elements/class-metabox.php:888 page-header/functions/metabox.php:553 -msgid "Navigation Text Current" -msgstr "Texto da navegação activa" - -#: elements/class-metabox.php:901 -#: woocommerce/functions/customizer/customizer.php:165 -#: woocommerce/functions/customizer/customizer.php:566 -msgid "Sidebar Layout" -msgstr "Layout das barras laterais" - -#: elements/class-metabox.php:914 elements/class-metabox.php:921 -#: elements/class-metabox.php:935 elements/class-metabox.php:942 -#: elements/class-metabox.php:949 -msgctxt "Short name for meta box" -msgid "Sidebar" -msgstr "Barra lateral" - -#: elements/class-metabox.php:926 -msgid "No Sidebars" -msgstr "Sem barras laterais" - -#: elements/class-metabox.php:928 -#: woocommerce/functions/customizer/customizer.php:170 -#: woocommerce/functions/customizer/customizer.php:572 -msgid "Content (no sidebars)" -msgstr "Só conteúdo (sem barra)" - -#: elements/class-metabox.php:933 -msgid "Both Sidebars" -msgstr "Duas barras laterais" - -#: elements/class-metabox.php:940 -msgid "Both Sidebars on Left" -msgstr "Duas barras à esquerda" - -#: elements/class-metabox.php:947 -msgid "Both Sidebars on Right" -msgstr "Duas barras à direita" - -#: elements/class-metabox.php:974 -msgid "0 Widgets" -msgstr "0 widgets" - -#: elements/class-metabox.php:981 -msgid "1 Widget" -msgstr "1 widget" - -#: elements/class-metabox.php:988 -msgid "2 Widgets" -msgstr "2 widgets" - -#: elements/class-metabox.php:995 -msgid "3 Widgets" -msgstr "3 widgets" - -#: elements/class-metabox.php:1002 -msgid "4 Widgets" -msgstr "4 widgets" - -#: elements/class-metabox.php:1009 -msgid "5 Widgets" -msgstr "5 widgets" - -#: elements/class-metabox.php:1088 -msgid "Content Area" -msgstr "Área do conteúdo" - -#: elements/class-metabox.php:1121 -msgid "Choose when this element should display." -msgstr "Defina em que condições este elemento deverá ser mostrado." - -#: elements/class-metabox.php:1213 -msgid "Add Location Rule" -msgstr "Adicionar regra de localização" - -#: elements/class-metabox.php:1219 -msgid "Exclude" -msgstr "Excluir" - -#: elements/class-metabox.php:1220 -msgid "Choose when this element should not display." -msgstr "Defina em que condições este elemento não deverá ser mostrado." - -#: elements/class-metabox.php:1312 -msgid "Add Exclusion Rule" -msgstr "Adicionar regra de exclusão" - -#: elements/class-metabox.php:1318 elements/class-post-type.php:103 -#: elements/class-post-type.php:113 -msgid "Users" -msgstr "Utilizadores" - -#: elements/class-metabox.php:1319 -msgid "Display this element for specific user roles." -msgstr "Defina para que utilizadores este elemento deverá ser mostrado." - -#: elements/class-metabox.php:1393 -msgid "Add User Rule" -msgstr "Adicionar regra de utilizador" - -#: elements/class-metabox.php:1404 -msgid "Internal notes can be helpful to remember why this element was added." -msgstr "A notas internas podem ser úteis para lembrar a razão pela qual este elemento foi adicionado." - -#: elements/class-metabox.php:1889 -msgid "Scripts & Styles" -msgstr "Scripts e estilos" - -#: elements/class-metabox.php:1937 -msgid "Comments" -msgstr "Comentários" - -#: elements/class-metabox.php:1946 -#: spacing/functions/customizer/sidebar-spacing.php:12 -msgid "Sidebars" -msgstr "Barras laterais" - -#: elements/class-metabox.php:1969 -msgid "WooCommerce - Global" -msgstr "WooCommerce - Global" - -#: elements/class-metabox.php:1979 -msgid "WooCommerce - Shop" -msgstr "WooCommerce - Loja" - -#: elements/class-metabox.php:1990 -msgid "WooCommerce - Product" -msgstr "WooCommerce - Produto" - -#: elements/class-metabox.php:2010 -msgid "WooCommerce - Cart" -msgstr "WooCommerce - Carrinho" - -#: elements/class-metabox.php:2032 -msgid "WooCommerce - Checkout" -msgstr "WooCommerce - Finalizar compra" - -#: elements/class-metabox.php:2059 -msgid "WooCommerce - Account" -msgstr "WooCommerce - Conta" - -#: elements/class-metabox.php:2075 page-header/functions/metabox.php:686 -msgid "The content title of the current post/taxonomy." -msgstr "O título do conteúdo/taxonomia actual." - -#: elements/class-metabox.php:2080 page-header/functions/metabox.php:689 -msgid "The published date of the current post." -msgstr "A data de publicação do conteúdo actual." - -#: elements/class-metabox.php:2085 page-header/functions/metabox.php:692 -msgid "The author of the current post." -msgstr "O autor do conteúdo actual." - -#: elements/class-metabox.php:2090 page-header/functions/metabox.php:695 -msgid "The terms attached to the chosen taxonomy (category, post_tag, product_cat)." -msgstr "Os termos atribuídos à taxonomia escolhida (category, post_tag, product_cat)." - -#: elements/class-metabox.php:2095 page-header/functions/metabox.php:698 -msgid "Custom post meta. Replace \"name\" with the name of your custom field." -msgstr "Metadados personalizados do conteúdo. Substitua \"name\" pelo nome do seu campo personalizado." - -#: elements/class-post-type.php:62 -msgctxt "Post Type General Name" -msgid "Elements" -msgstr "Elementos" - -#: elements/class-post-type.php:63 -msgctxt "Post Type Singular Name" -msgid "Element" -msgstr "Elemento" - -#: elements/class-post-type.php:64 elements/class-post-type.php:252 -#: elements/class-post-type.php:253 elements/elements.php:62 -msgid "Elements" -msgstr "Elementos" - -#: elements/class-post-type.php:65 -msgid "All Elements" -msgstr "Todos os elementos" - -#: elements/class-post-type.php:66 -msgid "Add New Element" -msgstr "Adicionar novo elemento" - -#: elements/class-post-type.php:67 -msgid "New Element" -msgstr "Novo elemento" - -#: elements/class-post-type.php:68 -msgid "Edit Element" -msgstr "Editar elemento" - -#: elements/class-post-type.php:69 -msgid "Update Element" -msgstr "Actualizar elemento" - -#: elements/class-post-type.php:70 -msgid "Search Element" -msgstr "Pesquisar elemento" - -#: elements/class-post-type.php:72 -msgid "Set background image" -msgstr "Definir imagem de fundo" - -#: elements/class-post-type.php:73 -msgid "Remove background image" -msgstr "Remover imagem de fundo" - -#: elements/class-post-type.php:100 elements/class-post-type.php:110 -msgid "Type" -msgstr "Tipo" - -#: elements/class-post-type.php:102 elements/class-post-type.php:112 -msgid "Exclusions" -msgstr "Exclusões" - -#: elements/class-post-type.php:133 -msgid "Headers" -msgstr "Cabeçalhos" - -#: elements/class-post-type.php:134 -msgid "Hooks" -msgstr "Hooks" - -#: elements/class-post-type.php:135 -msgid "Layouts" -msgstr "Layouts" - -#: elements/class-post-type.php:140 -msgid "All types" -msgstr "Todos os tipos" - -#: general/smooth-scroll.php:89 -msgid "Smooth scroll" -msgstr "Scroll suave" - -#: general/smooth-scroll.php:90 -msgid "Initiate smooth scroll on anchor links using the smooth-scroll class." -msgstr "Inicia um scroll suave nas âncoras de ligações com a classe smooth-scroll." - -#: gp-premium.php:226 -msgid "GeneratePress has an update available." -msgstr "Está disponível uma actualização do GeneratePress." - -#: gp-premium.php:228 -msgid "Update now." -msgstr "Actualizar agora" - -#: gp-premium.php:240 -msgid "GP Premium requires GeneratePress to be your active theme." -msgstr "O GP Premium requer que o GeneratePress seja o seu tema activo." - -#: gp-premium.php:241 -msgid "Install now." -msgstr "Instalar agora" - -#: gp-premium.php:256 -msgid "Configure" -msgstr "Configurar" - -#: hooks/functions/functions.php:69 -msgid "DISALLOW_FILE_EDIT is defined. You should also disallow PHP execution in GP Hooks." -msgstr "Está definido DISALLOW_FILE_EDIT. Deverá também desactivar a execução de PHP nos hooks do GP." - -#: hooks/functions/functions.php:70 -msgid "Learn how" -msgstr "Saiba como" - -#: hooks/functions/functions.php:124 hooks/functions/functions.php:144 -#: hooks/functions/functions.php:395 -msgid "GP Hooks" -msgstr "Hooks do GP" - -#: hooks/functions/functions.php:160 -msgid "wp_head" -msgstr "wp_head" - -#: hooks/functions/functions.php:166 -msgid "Before Header" -msgstr "Antes do cabeçalho" - -#: hooks/functions/functions.php:172 -msgid "Before Header Content" -msgstr "Antes do conteúdo do cabeçalho" - -#: hooks/functions/functions.php:178 -msgid "After Header Content" -msgstr "Depois do conteúdo do cabeçalho" - -#: hooks/functions/functions.php:184 -msgid "After Header" -msgstr "Depois do cabeçalho" - -#: hooks/functions/functions.php:190 -msgid "Inside Content Container" -msgstr "Dentro do contentor do conteúdo" - -#: hooks/functions/functions.php:196 -msgid "Before Content" -msgstr "Antes do conteúdo" - -#: hooks/functions/functions.php:202 -msgid "After Entry Title" -msgstr "Depois do título" - -#: hooks/functions/functions.php:208 -msgid "After Content" -msgstr "Depois do conteúdo" - -#: hooks/functions/functions.php:214 -msgid "Before Right Sidebar Content" -msgstr "Antes do conteúdo da barra direita" - -#: hooks/functions/functions.php:220 -msgid "After Right Sidebar Content" -msgstr "Depois do conteúdo da barra direita" - -#: hooks/functions/functions.php:226 -msgid "Before Left Sidebar Content" -msgstr "Antes do conteúdo da barra esquerda" - -#: hooks/functions/functions.php:232 -msgid "After Left Sidebar Content" -msgstr "Depois do conteúdo da barra esquerda" - -#: hooks/functions/functions.php:238 -msgid "Before Footer" -msgstr "Antes do rodapé" - -#: hooks/functions/functions.php:244 -msgid "After Footer Widgets" -msgstr "Depois dos widgets do rodapé" - -#: hooks/functions/functions.php:250 -msgid "Before Footer Content" -msgstr "Antes do conteúdo do rodapé" - -#: hooks/functions/functions.php:256 -msgid "After Footer Content" -msgstr "Depois do conteúdo do rodapé" - -#: hooks/functions/functions.php:262 -msgid "wp_footer" -msgstr "wp_footer" - -#: hooks/functions/functions.php:349 -msgid "Disable Hook" -msgstr "Desactivar hook" - -#: hooks/functions/functions.php:397 -msgid "Use these fields to insert anything you like throughout GeneratePress. Shortcodes are allowed, and you can even use PHP if you check the Execute PHP checkboxes." -msgstr "Use estes campos para inserir qualquer coisa no GeneratePress. Pode usar shortcodes, ou pode usar PHP se a respectiva caixa de selecção Executar PHP estiver seleccionada." - -#: hooks/functions/functions.php:399 -msgid "Show all" -msgstr "Mostrar todos" - -#: hooks/functions/functions.php:410 -msgid "Save Hooks" -msgstr "Guardar hooks" - -#: hooks/functions/functions.php:482 -msgid "Hooks saved." -msgstr "Hooks guardados." - -#: hooks/functions/functions.php:529 -msgid "Legacy Hooks" -msgstr "Hooks antigos" - -#: import-export/functions/functions.php:49 -msgid "Export Settings" -msgstr "Exportar configurações" - -#: import-export/functions/functions.php:52 inc/reset.php:12 -#: page-header/functions/metabox.php:196 -msgid "Advanced" -msgstr "Avançado" - -#: import-export/functions/functions.php:56 inc/reset.php:14 -msgctxt "Module name" -msgid "Core" -msgstr "Core" - -#: import-export/functions/functions.php:62 inc/reset.php:17 -msgctxt "Module name" -msgid "Backgrounds" -msgstr "Backgrounds" - -#: import-export/functions/functions.php:69 inc/reset.php:21 -msgctxt "Module name" -msgid "Blog" -msgstr "Blog" - -#: import-export/functions/functions.php:76 inc/reset.php:25 -msgctxt "Module name" -msgid "Hooks" -msgstr "Hooks" - -#: import-export/functions/functions.php:83 inc/reset.php:29 -msgctxt "Module name" -msgid "Page Header" -msgstr "Page Header" - -#: import-export/functions/functions.php:90 inc/reset.php:33 -msgctxt "Module name" -msgid "Secondary Navigation" -msgstr "Secondary Navigation" - -#: import-export/functions/functions.php:97 inc/reset.php:37 -msgctxt "Module name" -msgid "Spacing" -msgstr "Spacing" - -#: import-export/functions/functions.php:104 inc/reset.php:41 -msgctxt "Module name" -msgid "Menu Plus" -msgstr "Menu Plus" - -#: import-export/functions/functions.php:111 inc/reset.php:45 -msgctxt "Module name" -msgid "WooCommerce" -msgstr "WooCommerce" - -#: import-export/functions/functions.php:118 inc/reset.php:49 -msgctxt "Module name" -msgid "Copyright" -msgstr "Copyright" - -#: import-export/functions/functions.php:127 -msgid "Export" -msgstr "Exportar" - -#: import-export/functions/functions.php:134 -msgid "Import Settings" -msgstr "Importar configurações" - -#: import-export/functions/functions.php:143 -msgid "Import" -msgstr "Importar" - -#: import-export/functions/functions.php:237 -msgid "Please upload a valid .json file" -msgstr "Por favor, carregue um ficheiro .json válido" - -#: import-export/functions/functions.php:243 -msgid "Please upload a file to import" -msgstr "Por favor, carregue um ficheiro para importar" - -#: inc/activation.php:27 -msgid "This module has been deprecated. Deactivating it will remove it from this list." -msgstr "Este módulo está obsoleto. Ao desactivar, será removido desta lista." - -#: inc/activation.php:39 -msgid "Module deactivated." -msgstr "Módulo desactivado." - -#: inc/activation.php:43 -msgid "Module activated." -msgstr "Módulo activado." - -#: inc/activation.php:57 -msgid "License deactivated." -msgstr "Licença desactivada." - -#: inc/activation.php:61 -msgid "License activated." -msgstr "Licença activada." - -#. Plugin Name of the plugin/theme -#: inc/activation.php:120 -msgid "GP Premium" -msgstr "GP Premium" - -#: inc/activation.php:128 -msgid "Bulk Actions" -msgstr "Acções por lotes" - -#: inc/activation.php:129 inc/activation.php:170 -msgid "Activate" -msgstr "Activar" - -#: inc/activation.php:130 inc/activation.php:150 -msgid "Deactivate" -msgstr "Desactivar" - -#: inc/activation.php:133 -#: sections/functions/metaboxes/views/sections-template.php:80 -msgid "Apply" -msgstr "Aplicar" - -#: inc/activation.php:167 -msgid "WooCommerce not activated." -msgstr "WooCommerce não activado." - -#: inc/activation.php:347 -msgid "Receiving updates" -msgstr "Recebe actualizações" - -#: inc/activation.php:349 -msgid "Not receiving updates" -msgstr "Não recebe actualizações" - -#: inc/activation.php:355 -msgid "Updates" -msgstr "Actualizações" - -#: inc/activation.php:358 inc/activation.php:370 -msgid "Help" -msgstr "Ajuda" - -#: inc/activation.php:365 -msgid "License Key" -msgstr "Chave de licença" - -#: inc/activation.php:370 -msgid "Receive beta updates" -msgstr "Receber actualizações beta" - -#: inc/activation.php:374 -msgid "Save" -msgstr "Guardar" - -#: inc/activation.php:467 -#, php-format -msgid "Your license key expired on %s." -msgstr "A sua licença expirou em %s." - -#: inc/activation.php:474 -msgid "Your license key has been disabled." -msgstr "A sua licença foi desactivada." - -#: inc/activation.php:479 -msgid "Invalid license." -msgstr "Licença inválida." - -#: inc/activation.php:485 -msgid "Your license is not active for this URL." -msgstr "A sua licença não está activa para este URL." - -#: inc/activation.php:490 -msgid "This appears to be an invalid license key for GP Premium." -msgstr "A chave da licença do GP Premium parece ser inválida." - -#: inc/activation.php:495 -msgid "Your license key has reached its activation limit." -msgstr "A sua licença atingiu o limite de activações." - -#: inc/activation.php:500 -msgid "An error occurred, please try again." -msgstr "Ocorreu um erro, por favor de novo." - -#: inc/activation.php:545 -msgid "Enter valid license key for automatic updates." -msgstr "Insira uma chave de licença válida para receber automaticamente as actualizações." - -#: inc/dashboard.php:19 -msgid "Modules" -msgstr "Módulos" - -#: inc/reset.php:9 -msgid "Reset Settings" -msgstr "Repor configurações" - -#: inc/reset.php:55 -msgid "Warning: This will delete your settings and can not be undone." -msgstr "Aviso: Isto irá eliminar as suas configurações e não poderá ser desfeito." - -#: inc/reset.php:58 -#: library/customizer/controls/class-range-slider-control.php:45 -msgid "Reset" -msgstr "Repor" - -#: library/EDD_SL_Plugin_Updater.php:201 -#, php-format -msgid "There is a new version of %1$s available. %2$sView version %3$s details%4$s." -msgstr "Está disponível uma nova versão de %1$s. %2$sVer detalhes da versão %3$s%4$s." - -#: library/EDD_SL_Plugin_Updater.php:209 -#, php-format -msgid "There is a new version of %1$s available. %2$sView version %3$s details%4$s or %5$supdate now%6$s." -msgstr "Está disponível uma nova versão de %1$s. %2$sVer detalhes da versão %3$s%4$s ou %5$sactualizar agora%6$s." - -#: library/EDD_SL_Plugin_Updater.php:399 -msgid "You do not have permission to install plugin updates" -msgstr "Não tem permissão para instalar actualizações de plugins" - -#: library/EDD_SL_Plugin_Updater.php:399 -msgid "Error" -msgstr "Erro" - -#: library/batch-processing/wp-background-process.php:425 -#, php-format -msgid "Every %d Minutes" -msgstr "A cada %d minutos" - -#: library/customizer/controls/class-backgrounds-control.php:18 -msgid "left top, x% y%, xpos ypos (px)" -msgstr "left top, x% y%, xpos ypos (px)" - -#: library/customizer/controls/class-backgrounds-control.php:19 -msgid "Position" -msgstr "Posição" - -#: library/customizer/controls/class-backgrounds-control.php:130 -msgid "Size (Auto)" -msgstr "Tamanho (Automático)" - -#: library/customizer/controls/class-backgrounds-control.php:131 -msgid "100% Width" -msgstr "100% da largura" - -#: library/customizer/controls/class-backgrounds-control.php:132 -msgid "Cover" -msgstr "Capa" - -#: library/customizer/controls/class-backgrounds-control.php:133 -msgid "Contain" -msgstr "Limitar" - -#: library/customizer/controls/class-backgrounds-control.php:139 -msgid "Attachment" -msgstr "Anexo" - -#: library/customizer/controls/class-backgrounds-control.php:140 -msgid "Fixed" -msgstr "Fixo" - -#: library/customizer/controls/class-backgrounds-control.php:141 -msgid "Local" -msgstr "Local" - -#: library/customizer/controls/class-backgrounds-control.php:142 -#: woocommerce/functions/customizer/customizer.php:569 -msgid "Inherit" -msgstr "Herdar" - -#: library/customizer/controls/class-copyright-control.php:25 -msgid "%current_year% to update year automatically." -msgstr "%current_year% para inserir e actualizar automaticamente o ano." - -#: library/customizer/controls/class-copyright-control.php:26 -msgid "%copy% to include the copyright symbol." -msgstr "%copy%para incluir o símbolo de copyright." - -#: library/customizer/controls/class-copyright-control.php:27 -msgid "HTML is allowed." -msgstr "Pode usar HTML." - -#: library/customizer/controls/class-copyright-control.php:28 -msgid "Shortcodes are allowed." -msgstr "Pode usar shortcodes." - -#: library/customizer/controls/class-range-slider-control.php:42 -#: sites/classes/class-site.php:534 -msgid "Desktop" -msgstr "Desktop" - -#: library/customizer/controls/class-range-slider-control.php:43 -#: sites/classes/class-site.php:535 -msgid "Tablet" -msgstr "Tablet" - -#: library/customizer/controls/class-range-slider-control.php:44 -#: sites/classes/class-site.php:536 -msgid "Mobile" -msgstr "Mobile" - -#: library/customizer/controls/class-spacing-control.php:48 -msgid "Link values" -msgstr "Ligar valores" - -#: library/customizer/controls/class-spacing-control.php:49 -msgid "Un-link values" -msgstr "Desligar valores" - -#: library/customizer/controls/class-typography-control.php:25 -msgid "System Fonts" -msgstr "Fontes do sistema" - -#: library/customizer/controls/class-typography-control.php:26 -msgid "Google Fonts" -msgstr "Google Fonts" - -#: library/customizer/controls/class-typography-control.php:29 -msgid "Font family" -msgstr "Família tipográfica" - -#: library/customizer/controls/class-typography-control.php:30 -msgid "Font weight" -msgstr "Peso da fonte" - -#: library/customizer/controls/class-typography-control.php:31 -msgid "Text transform" -msgstr "Transformar texto" - -#: library/customizer/controls/class-typography-control.php:33 -msgid "Variants" -msgstr "Variantes" - -#: library/customizer/controls/class-typography-control.php:162 -msgid "normal" -msgstr "normal" - -#: library/customizer/controls/class-typography-control.php:163 -msgid "bold" -msgstr "negrito" - -#: library/customizer/controls/class-typography-control.php:178 -msgid "none" -msgstr "não" - -#: library/customizer/controls/class-typography-control.php:179 -msgid "capitalize" -msgstr "capitalizar" - -#: library/customizer/controls/class-typography-control.php:180 -msgid "uppercase" -msgstr "maiúsculas" - -#: library/customizer/controls/class-typography-control.php:181 -msgid "lowercase" -msgstr "minúsculas" - -#: menu-plus/functions/generate-menu-plus.php:14 -msgid "Slideout Menu" -msgstr "Menu slideout" - -#: menu-plus/functions/generate-menu-plus.php:25 -#: menu-plus/functions/generate-menu-plus.php:632 -msgid "Menu" -msgstr "Menu" - -#: menu-plus/functions/generate-menu-plus.php:101 -msgid "Menu Plus" -msgstr "Menu Plus" - -#: menu-plus/functions/generate-menu-plus.php:126 -msgid "General Settings" -msgstr "Configurações gerais" - -#: menu-plus/functions/generate-menu-plus.php:144 -#: secondary-nav/functions/functions.php:181 -msgid "Mobile Menu Label" -msgstr "Legenda do menu mobile" - -#: menu-plus/functions/generate-menu-plus.php:154 -#: menu-plus/functions/generate-menu-plus.php:175 -msgid "Sticky Navigation" -msgstr "Navegação fixa" - -#: menu-plus/functions/generate-menu-plus.php:178 -#: menu-plus/functions/generate-menu-plus.php:420 -msgid "Mobile only" -msgstr "Apenas em mobile" - -#: menu-plus/functions/generate-menu-plus.php:179 -#: menu-plus/functions/generate-menu-plus.php:421 -msgid "Desktop only" -msgstr "Apenas em desktop" - -#: menu-plus/functions/generate-menu-plus.php:180 -#: menu-plus/functions/generate-menu-plus.php:317 -#: menu-plus/functions/generate-menu-plus.php:363 -#: menu-plus/functions/generate-menu-plus.php:422 -msgid "On" -msgstr "Sim" - -#: menu-plus/functions/generate-menu-plus.php:181 -#: menu-plus/functions/generate-menu-plus.php:316 -#: menu-plus/functions/generate-menu-plus.php:364 -#: menu-plus/functions/generate-menu-plus.php:423 -msgid "Off" -msgstr "Não" - -#: menu-plus/functions/generate-menu-plus.php:202 -msgid "Transition" -msgstr "Transição" - -#: menu-plus/functions/generate-menu-plus.php:205 -msgid "Fade" -msgstr "Fade" - -#: menu-plus/functions/generate-menu-plus.php:206 -msgid "Slide" -msgstr "Slide" - -#: menu-plus/functions/generate-menu-plus.php:207 -msgid "None" -msgstr "Nenhuma" - -#: menu-plus/functions/generate-menu-plus.php:229 -#: menu-plus/functions/generate-menu-plus.php:385 -msgid "Hide when scrolling down" -msgstr "Esconder ao deslocar para baixo" - -#: menu-plus/functions/generate-menu-plus.php:274 -msgid "Navigation Logo Placement" -msgstr "Localização de logótipo da navegação" - -#: menu-plus/functions/generate-menu-plus.php:277 -#: menu-plus/functions/generate-menu-plus.php:360 -msgid "Sticky" -msgstr "Fixa" - -#: menu-plus/functions/generate-menu-plus.php:278 -msgid "Sticky + Static" -msgstr "Fixa + Estática" - -#: menu-plus/functions/generate-menu-plus.php:279 -msgid "Static" -msgstr "Estática" - -#: menu-plus/functions/generate-menu-plus.php:292 -#: menu-plus/functions/generate-menu-plus.php:313 -msgid "Mobile Header" -msgstr "Cabeçalho mobile" - -#: menu-plus/functions/generate-menu-plus.php:338 -#: page-header/functions/metabox.php:191 -msgid "Logo" -msgstr "Logótipo" - -#: menu-plus/functions/generate-menu-plus.php:442 -msgid "Side" -msgstr "Posição" - -#: menu-plus/functions/generate-menu-plus.php:693 -#: sections/functions/metaboxes/views/sections-template.php:69 -#: sites/classes/class-site.php:198 sites/classes/class-site.php:531 -msgid "Close" -msgstr "Fechar" - -#: page-header/functions/functions.php:783 page-header/functions/metabox.php:37 -#: page-header/functions/metabox.php:57 page-header/functions/metabox.php:754 -#: page-header/functions/post-type.php:15 -#: page-header/functions/post-type.php:29 -#: page-header/functions/post-type.php:157 -#: page-header/functions/post-type.php:190 -msgid "Page Header" -msgstr "Cabeçalho de página" - -#: page-header/functions/functions.php:807 -msgid "Page Header Location" -msgstr "Localização do cabeçalho de página" - -#: page-header/functions/functions.php:811 -#: page-header/functions/functions.php:836 -msgid "Inside Content Area" -msgstr "Dentro da área do conteúdo" - -#: page-header/functions/functions.php:832 -msgid "Single Post Header Location" -msgstr "Localização do cabeçalho de artigo" - -#: page-header/functions/functions.php:837 -msgid "Below Post Title" -msgstr "Abaixo do título do artigo" - -#: page-header/functions/functions.php:838 -msgid "Hide" -msgstr "Esconder" - -#: page-header/functions/global-locations.php:24 -#: page-header/functions/global-locations.php:25 -#: page-header/functions/global-locations.php:40 -#: page-header/functions/post-type.php:132 -msgid "Global Locations" -msgstr "Localizações globais" - -#: page-header/functions/global-locations.php:72 -msgid "Posts Page (blog)" -msgstr "Página de artigos (blog)" - -#: page-header/functions/global-locations.php:99 -msgid "Post Types - Single" -msgstr "Tipos de conteúdo - Conteúdo" - -#: page-header/functions/global-locations.php:125 -msgid "Post Types - Archives" -msgstr "Tipos de conteúdo - Arquivo" - -#: page-header/functions/global-locations.php:147 -msgid "Taxonomies - Archives" -msgstr "Taxonomias - Arquivo" - -#: page-header/functions/metabox.php:139 page-header/functions/metabox.php:740 -#, php-format -msgid "No Page Headers found. Want to create one?" -msgstr "Nenhum cabeçalho de página encontrado. Quer criar um?" - -#: page-header/functions/metabox.php:158 -msgid "Content is required for the below settings to work." -msgstr "É necessário conteúdo para que as definições abaixo funcionarem." - -#: page-header/functions/metabox.php:178 -msgid "Image" -msgstr "Imagem" - -#: page-header/functions/metabox.php:186 -msgid "Background Video" -msgstr "Vídeo de fundo" - -#: page-header/functions/metabox.php:202 -msgid "Add to excerpt" -msgstr "Adicionar ao excerto" - -#: page-header/functions/metabox.php:218 -msgid "Currently using your featured image." -msgstr "Actualmente a usar a sua imagem de destaque." - -#: page-header/functions/metabox.php:229 -msgid "Page Header Image" -msgstr "Imagem do cabeçalho de página" - -#: page-header/functions/metabox.php:229 -msgid "Insert Image" -msgstr "Inserir imagem" - -#: page-header/functions/metabox.php:230 -msgid "Choose Image" -msgstr "Escolher imagem" - -#: page-header/functions/metabox.php:233 -msgid "Remove Image" -msgstr "Remover imagem" - -#: page-header/functions/metabox.php:238 -msgid "Or you can set the featured image." -msgstr "Ou pode definir a imagem de destaque." - -#: page-header/functions/metabox.php:243 -msgid "Image Link" -msgstr "Ligação da imagem" - -#: page-header/functions/metabox.php:248 -msgid "Resize Image" -msgstr "Redimensionar a imagem" - -#: page-header/functions/metabox.php:250 -#: sections/functions/metaboxes/views/sections-template.php:250 -#: sections/functions/metaboxes/views/sections-template.php:258 -msgid "Disable" -msgstr "Desactivar" - -#: page-header/functions/metabox.php:251 -#: sections/functions/metaboxes/views/sections-template.php:251 -#: sections/functions/metaboxes/views/sections-template.php:259 -msgid "Enable" -msgstr "Activar" - -#: page-header/functions/metabox.php:257 -msgid "Image Width" -msgstr "Largura da imagem" - -#: page-header/functions/metabox.php:262 -msgid "Image Height" -msgstr "Altura da imagem" - -#: page-header/functions/metabox.php:265 -msgid "Use \"0\" or leave blank for proportional resizing." -msgstr "Use \"0\" ou deixe em branco para redimensionar proporcionalmente." - -#: page-header/functions/metabox.php:274 -msgid "HTML and shortcodes allowed." -msgstr "Pode usar HTML e shortcodes." - -#: page-header/functions/metabox.php:281 -msgid "Automatically add paragraphs" -msgstr "Adicionar parágrafos automaticamente" - -#: page-header/functions/metabox.php:286 -msgid "Add Padding" -msgstr "Adicionar espaçamento" - -#: page-header/functions/metabox.php:291 -msgid "Add Background Image" -msgstr "Adicionar imagem de fundo" - -#: page-header/functions/metabox.php:296 -msgid "Use background color as overlay" -msgstr "Usar a cor de fundo como sobreposição" - -#: page-header/functions/metabox.php:301 -#: sections/functions/metaboxes/views/sections-template.php:247 -msgid "Parallax Effect" -msgstr "Efeito parallax" - -#: page-header/functions/metabox.php:311 -msgid "Vertical center content" -msgstr "Conteúdo centrado na vertical" - -#: page-header/functions/metabox.php:333 -#: woocommerce/functions/customizer/customizer.php:301 -msgid "Text Alignment" -msgstr "Alinhamento do texto" - -#: page-header/functions/metabox.php:342 -msgid "Top & Bottom Padding" -msgstr "Espaçamento inferior e superior" - -#: page-header/functions/metabox.php:351 -msgid "Left & Right Padding" -msgstr "Espaçamento à esquerda e direita" - -#: page-header/functions/metabox.php:388 -msgid "MP4 file" -msgstr "Ficheiro MP4" - -#: page-header/functions/metabox.php:390 page-header/functions/metabox.php:398 -#: page-header/functions/metabox.php:406 -msgid "Page Header Video" -msgstr "Vídeo do cabeçalho de página" - -#: page-header/functions/metabox.php:390 page-header/functions/metabox.php:398 -#: page-header/functions/metabox.php:406 -msgid "Insert Video" -msgstr "Inserir vídeo" - -#: page-header/functions/metabox.php:391 page-header/functions/metabox.php:399 -#: page-header/functions/metabox.php:407 -msgid "Choose Video" -msgstr "Escolher vídeo" - -#: page-header/functions/metabox.php:396 -msgid "OGV file" -msgstr "Ficheiro OGV" - -#: page-header/functions/metabox.php:404 -msgid "WEBM file" -msgstr "Ficheiro WEBM" - -#: page-header/functions/metabox.php:412 -msgid "Overlay Color" -msgstr "Cor de sobreposição" - -#: page-header/functions/metabox.php:428 -msgid "Overwrite your site-wide logo/header on this page." -msgstr "Substitua o logótipo/cabeçalho do site nesta página." - -#: page-header/functions/metabox.php:438 -msgid "Header / Logo" -msgstr "Cabeçalho / Logótipo" - -#: page-header/functions/metabox.php:438 page-header/functions/metabox.php:477 -msgid "Insert Logo" -msgstr "Inserir logótipo" - -#: page-header/functions/metabox.php:439 page-header/functions/metabox.php:478 -msgid "Choose Logo" -msgstr "Escolher logótipo" - -#: page-header/functions/metabox.php:450 page-header/functions/metabox.php:490 -msgid "Remove Logo" -msgstr "Remover logótipo" - -#: page-header/functions/metabox.php:467 -msgid "Overwrite your navigation logo on this page." -msgstr "Substitua o logótipo da navegação nesta página." - -#: page-header/functions/metabox.php:502 -msgid "Merge with site header" -msgstr "Unir com cabeçalho do site" - -#: page-header/functions/metabox.php:508 -msgid "Place content behind header (sliders etc..)" -msgstr "Conteúdo por trás do cabeçalho (sliders, etc.)" - -#: page-header/functions/metabox.php:523 -msgid "Custom Navigation Colors" -msgstr "Cores de navegação personalizadas" - -#: page-header/functions/post-type.php:12 -msgctxt "Post Type General Name" -msgid "Page Headers" -msgstr "Cabeçalhos de página" - -#: page-header/functions/post-type.php:13 -msgctxt "Post Type Singular Name" -msgid "Page Header" -msgstr "Cabeçalho de página" - -#: page-header/functions/post-type.php:14 -#: page-header/functions/post-type.php:84 -#: page-header/functions/post-type.php:85 -msgid "Page Headers" -msgstr "Cabeçalhos de página" - -#: page-header/functions/post-type.php:16 -msgid "Page Header Archives" -msgstr "Arquivo de cabeçalhos de página" - -#: page-header/functions/post-type.php:17 -msgid "Parent Page Header:" -msgstr "Cabeçalho de página superior:" - -#: page-header/functions/post-type.php:18 -msgid "All Page Headers" -msgstr "Todos os cabeçalhos de página" - -#: page-header/functions/post-type.php:19 -msgid "Add New Page Header" -msgstr "Adicionar novo cabeçalho de página" - -#: page-header/functions/post-type.php:20 -msgid "New Page Header" -msgstr "Novo cabeçalho de página" - -#: page-header/functions/post-type.php:21 -msgid "Edit Page Header" -msgstr "Editar cabeçalho de página" - -#: page-header/functions/post-type.php:22 -msgid "Update Page Header" -msgstr "Actualizar cabeçalho de página" - -#: page-header/functions/post-type.php:23 -msgid "View Page Header" -msgstr "Ver cabeçalho de página" - -#: page-header/functions/post-type.php:24 -msgid "Search Page Header" -msgstr "Pesquisar cabeçalho de página" - -#: page-header/functions/post-type.php:25 -msgid "Insert into Page Header" -msgstr "Inserir no cabeçalho de página" - -#: page-header/functions/post-type.php:26 -msgid "Uploaded to this Page Header" -msgstr "Carregado neste cabeçalho de página" - -#: page-header/functions/post-type.php:142 -msgid "Legacy Page Headers" -msgstr "Cabeçalhos de página antigos" - -#: secondary-nav/functions/functions.php:16 -msgid "Secondary Menu" -msgstr "Menu secundário" - -#: secondary-nav/functions/functions.php:203 -msgid "Navigation Width" -msgstr "Largura da navegação" - -#: secondary-nav/functions/functions.php:206 -#: secondary-nav/functions/functions.php:232 -msgctxt "Width" -msgid "Full" -msgstr "Em toda a largura" - -#: secondary-nav/functions/functions.php:229 -msgid "Inner Navigation Width" -msgstr "Largura interior da navegação" - -#: secondary-nav/functions/functions.php:255 -msgid "Navigation Alignment" -msgstr "Alinhamento da navegação" - -#: secondary-nav/functions/functions.php:312 -msgid "Merge with Secondary Navigation" -msgstr "Unir com navegação secundária" - -#: sections/functions/metaboxes/metabox-functions.php:47 -#: sections/functions/metaboxes/metabox-functions.php:56 -msgid "Sections" -msgstr "Secções" - -#: sections/functions/metaboxes/metabox-functions.php:231 -msgid "This action can not be undone, are you sure?" -msgstr "Essa acção não pode ser desfeita, tem certeza?" - -#: sections/functions/metaboxes/metabox-functions.php:234 -msgid "Section" -msgstr "Secção" - -#: sections/functions/metaboxes/metabox-functions.php:243 -msgid "Section Background" -msgstr "Fundo da secção" - -#: sections/functions/metaboxes/metabox-functions.php:244 -msgid "Set as Section Background" -msgstr "Definir como fundo da secção" - -#: sections/functions/metaboxes/metabox-functions.php:248 -msgid "Insert into Section" -msgstr "Inserir na secção" - -#: sections/functions/metaboxes/metabox-functions.php:249 -#: sections/functions/metaboxes/views/sections-template.php:74 -msgid "Edit Section" -msgstr "Editar secção" - -#: sections/functions/metaboxes/views/sections-template.php:35 -msgid "Click to edit" -msgstr "Clique para editar" - -#: sections/functions/metaboxes/views/sections-template.php:37 -msgid "Click to edit content" -msgstr "Clique para editar conteúdo" - -#: sections/functions/metaboxes/views/sections-template.php:38 -msgid "Click to edit settings" -msgstr "Clique para editar as configurações" - -#: sections/functions/metaboxes/views/sections-template.php:39 -msgid "Click and drag to sort" -msgstr "Clique e arraste para ordenar" - -#: sections/functions/metaboxes/views/sections-template.php:40 -msgid "Click to remove" -msgstr "Clique para remover" - -#: sections/functions/metaboxes/views/sections-template.php:54 -msgid "Add Section" -msgstr "Adicionar secção" - -#: sections/functions/metaboxes/views/sections-template.php:55 -msgid "Remove Sections" -msgstr "Remover secções" - -#: sections/functions/metaboxes/views/sections-template.php:81 -msgid "Cancel" -msgstr "Cancelar" - -#: sections/functions/metaboxes/views/sections-template.php:110 -msgid "Section Label" -msgstr "Legenda da secção" - -#: sections/functions/metaboxes/views/sections-template.php:126 -msgid "Add Media" -msgstr "Adicionar multimédia" - -#: sections/functions/metaboxes/views/sections-template.php:131 -msgid "Visual" -msgstr "Visual" - -#: sections/functions/metaboxes/views/sections-template.php:132 -msgctxt "Name for the Text editor tab (formerly HTML)" -msgid "Text" -msgstr "Texto" - -#: sections/functions/metaboxes/views/sections-template.php:162 -msgid "Box Type" -msgstr "Tipo de caixa" - -#: sections/functions/metaboxes/views/sections-template.php:171 -msgid "Inner Box Type" -msgstr "Tipo de caixa interior" - -#: sections/functions/metaboxes/views/sections-template.php:180 -msgid "Custom ID" -msgstr "ID personalizado" - -#: sections/functions/metaboxes/views/sections-template.php:186 -msgid "Custom Classes" -msgstr "Classes personalizadas" - -#: sections/functions/metaboxes/views/sections-template.php:192 -msgid "Top Padding" -msgstr "Espaçamento superior" - -#: sections/functions/metaboxes/views/sections-template.php:201 -msgid "Bottom Padding" -msgstr "Espaçamento inferior" - -#: sections/functions/metaboxes/views/sections-template.php:255 -msgid "Background Color Overlay" -msgstr "Cor de fundo da sobreposição" - -#: sections/functions/metaboxes/views/sections.php:8 -msgid "Javascript must be enabled to use Generate Sections" -msgstr "O Javascript tem de estar activado para usar Generate Sections" - -#: sections/functions/metaboxes/views/use-sections.php:15 -msgid "Use Sections" -msgstr "Usar secções" - -#: sections/functions/templates/template.php:107 -msgid "No sections added!" -msgstr "Nenhuma secção adicionada!" - -#: sites/classes/class-site-helper.php:108 -msgid "Backing up options" -msgstr "A exportar opções" - -#: sites/classes/class-site-helper.php:109 -msgid "Importing options" -msgstr "A importar opções" - -#: sites/classes/class-site-helper.php:110 -msgid "Downloading content" -msgstr "A descarregar conteúdos" - -#: sites/classes/class-site-helper.php:111 -msgid "Importing content" -msgstr "A importar conteúdos" - -#: sites/classes/class-site-helper.php:112 -msgid "Importing site options" -msgstr "A importar opções do site" - -#: sites/classes/class-site-helper.php:113 -msgid "Importing widgets" -msgstr "A importar widgets" - -#: sites/classes/class-site-helper.php:114 -msgid "Activating plugins" -msgstr "A activar plugins" - -#: sites/classes/class-site-helper.php:115 -msgid "Installing plugins" -msgstr "A instalar plugins" - -#: sites/classes/class-site-helper.php:116 -msgid "Automatic" -msgstr "Automáticos" - -#: sites/classes/class-site-helper.php:117 -msgid "Manual" -msgstr "Manuais" - -#: sites/classes/class-site-helper.php:118 -msgid "Theme options exist and can be imported." -msgstr "O tema tem opções que podem ser importadas." - -#: sites/classes/class-site-helper.php:119 -msgid "No theme options found, please contact the site author." -msgstr "O tema não tem opções, por favor contacte o autor do site." - -#: sites/classes/class-site-helper.php:120 -msgid "Site content exists and can be imported." -msgstr "O site tem conteúdos que podem ser importados." - -#: sites/classes/class-site.php:196 -msgid "Previous Site" -msgstr "Site anterior" - -#: sites/classes/class-site.php:196 sites/classes/class-site.php:532 -msgid "Previous" -msgstr "Anterior" - -#: sites/classes/class-site.php:197 -msgid "Next Site" -msgstr "Site seguinte" - -#: sites/classes/class-site.php:197 sites/classes/class-site.php:533 -msgid "Next" -msgstr "Seguinte" - -#: sites/classes/class-site.php:256 sites/classes/class-site.php:325 -msgid "Preview" -msgstr "Pré-visualizar" - -#: sites/classes/class-site.php:257 sites/classes/class-site.php:537 -msgid "Details" -msgstr "Detalhes" - -#: sites/classes/class-site.php:260 -#, php-format -msgctxt "required version number" -msgid "Requires GP Premium %s" -msgstr "Requer o GP Premium %s" - -#: sites/classes/class-site.php:279 -msgid "Overview" -msgstr "Visão geral" - -#: sites/classes/class-site.php:283 -msgid "Theme Options" -msgstr "Opções do tema" - -#: sites/classes/class-site.php:291 -msgid "Site Content" -msgstr "Conteúdos do site" - -#: sites/classes/class-site.php:291 sites/classes/class-site.php:406 -msgid "Optional" -msgstr "Opcional" - -#: sites/classes/class-site.php:298 -msgid "Plugins" -msgstr "Plugins" - -#: sites/classes/class-site.php:304 sites/classes/class-site.php:436 -msgid "The following plugins can be installed and activated automatically." -msgstr "Os plugins abaixo poderão ser instalados e activados automaticamente." - -#: sites/classes/class-site.php:309 sites/classes/class-site.php:441 -msgid "The following plugins are already installed." -msgstr "Os plugins abaixo já estão instalados." - -#: sites/classes/class-site.php:314 sites/classes/class-site.php:446 -msgid "The following plugins need to be installed and activated manually." -msgstr "Os plugins abaixo deverão ser instalados e activados manualmente." - -#: sites/classes/class-site.php:332 -msgid "Gathering data" -msgstr "A obter dados" - -#: sites/classes/class-site.php:336 -msgid "Get Started" -msgstr "Começar" - -#: sites/classes/class-site.php:348 -msgid "GeneratePress Options" -msgstr "Opções do GeneratePress" - -#: sites/classes/class-site.php:352 -msgid "This step will backup your current theme options, then import the new ones." -msgstr "Este passo irá exportar as opções do seu tema actual, de seguida serão importadas as novas opções." - -#: sites/classes/class-site.php:355 -msgid "The following GP Premium modules will be activated:" -msgstr "Serão activados os seguintes módulos do GP Premium:" - -#: sites/classes/class-site.php:363 -msgid "Go Back" -msgstr "Voltar" - -#: sites/classes/class-site.php:370 -msgid "Backup Options" -msgstr "Exportar opções" - -#: sites/classes/class-site.php:380 -msgid "Import Options" -msgstr "Importar opções" - -#: sites/classes/class-site.php:413 -msgid "I understand that this step will add content, site options, menus, widgets and plugins to my site." -msgstr "Compreendo que este passo irá adicionar conteúdos, opções do site, menus, widgets e plugins ao meu site." - -#: sites/classes/class-site.php:420 -#, php-format -msgid "For best results, only install this demo content on fresh sites with no content. If you have already installed another GeneratePress Site, be sure to %s by deleting the content, plugins and menus that it added." -msgstr "Para melhores resultados, instale estes conteúdos de demonstração apenas em sites novos e sem conteúdos. Se já tiver instalado outro site do GeneratePress, certifique-se de o %s através de eliminar os conteúdos, plugins e menus que foram adicionados." - -#: sites/classes/class-site.php:423 -msgid "clean it up" -msgstr "limpar" - -#: sites/classes/class-site.php:428 -msgid "You can skip this step if you already have content and do not want the demo content imported." -msgstr "Pode ignorar este passo se já tiver conteúdos e não quiser importar conteúdos de demonstração." - -#: sites/classes/class-site.php:455 -msgid "Skip" -msgstr "Ignorar" - -#: sites/classes/class-site.php:463 -msgid "Import Content" -msgstr "Importar conteúdos" - -#: sites/classes/class-site.php:490 -msgid "All done!" -msgstr "Concluído!" - -#: sites/classes/class-site.php:491 -msgid "Your site is ready to go!" -msgstr "O seu site está pronto!" - -#: sites/classes/class-site.php:495 -#, php-format -msgid "Crafted with %s by" -msgstr "Criado com %s por" - -#: sites/classes/class-site.php:513 -msgid "Start Over" -msgstr "Começar de novo" - -#: sites/classes/class-site.php:516 -msgid "View Site" -msgstr "Ver site" - -#: sites/classes/class-site.php:920 -msgid "Site options imported" -msgstr "Opções do site importadas" - -#: sites/classes/class-site.php:964 -msgid "Plugins activated" -msgstr "Plugins activados" - -#: sites/sites.php:45 sites/sites.php:62 sites/sites.php:63 -msgid "Site Library" -msgstr "Biblioteca de sites" - -#: sites/sites.php:98 -msgid "GeneratePress Site Library" -msgstr "Biblioteca de sites do GeneratePress" - -#: sites/sites.php:102 -msgid "Support" -msgstr "Suporte" - -#: sites/sites.php:103 -msgid "Documentation" -msgstr "Documentação" - -#: sites/sites.php:111 -msgid "All" -msgstr "Todos" - -#: sites/sites.php:112 -msgid "Beaver Builder" -msgstr "Beaver Builder" - -#: sites/sites.php:113 -msgid "Elementor" -msgstr "Elementor" - -#: sites/sites.php:114 -msgid "No Page Builder" -msgstr "Sem construtor de páginas" - -#: sites/sites.php:126 -msgid "Refresh Sites" -msgstr "Actualizar sites" - -#: sites/sites.php:301 -msgctxt "Module name" -msgid "GeneratePress Site" -msgstr "GeneratePress Site" - -#: spacing/functions/customizer/content-spacing.php:32 -msgid "Container Width" -msgstr "Largura do contentor" - -#: spacing/functions/customizer/content-spacing.php:67 -msgid "Separating Space" -msgstr "Espaço separador" - -#: spacing/functions/customizer/content-spacing.php:132 -msgid "Content Padding" -msgstr "Espaçamento do conteúdo" - -#: spacing/functions/customizer/content-spacing.php:196 -msgid "Mobile Content Padding" -msgstr "Espaçamento do conteúdo mobile" - -#: spacing/functions/customizer/footer-spacing.php:73 -msgid "Footer Widget Area Padding" -msgstr "Espaçamento das áreas de widgets do rodapé" - -#: spacing/functions/customizer/footer-spacing.php:134 -msgid "Footer Padding" -msgstr "Espaçamento do rodapé" - -#: spacing/functions/customizer/header-spacing.php:68 -msgid "Header Padding" -msgstr "Espaçamento do cabeçalho" - -#: spacing/functions/customizer/navigation-spacing.php:47 -#: spacing/functions/customizer/secondary-nav-spacing.php:58 -msgid "Menu Item Width" -msgstr "Largura de item de menu" - -#: spacing/functions/customizer/navigation-spacing.php:100 -#: spacing/functions/customizer/navigation-spacing.php:215 -#: spacing/functions/customizer/navigation-spacing.php:251 -#: spacing/functions/customizer/secondary-nav-spacing.php:93 -msgid "Menu Item Height" -msgstr "Altura de item de menu" - -#: spacing/functions/customizer/navigation-spacing.php:143 -#: spacing/functions/customizer/secondary-nav-spacing.php:128 -msgid "Sub-Menu Item Height" -msgstr "Altura de item de submenu" - -#: spacing/functions/customizer/navigation-spacing.php:179 -msgid "Sub-Menu Width" -msgstr "Largura do submenu" - -#: spacing/functions/customizer/sidebar-spacing.php:70 -msgid "Widget Padding" -msgstr "Espaçamento de widgets" - -#: spacing/functions/customizer/sidebar-spacing.php:101 -msgid "Left Sidebar Width" -msgstr "Largura da barra lateral esquerda" - -#: spacing/functions/customizer/sidebar-spacing.php:136 -msgid "Right Sidebar Width" -msgstr "Largura da barra lateral direita" - -#: spacing/functions/customizer/top-bar-spacing.php:55 -msgid "Top Bar Padding" -msgstr "Espaçamento da barra superior" - -#: spacing/functions/functions.php:41 -msgid "Spacing" -msgstr "Espaçamento" - -#: spacing/functions/functions.php:42 -msgid "Change the spacing for various elements using pixels." -msgstr "Altere o espaçamento em píxeis para vários elementos." - -#: typography/functions/functions.php:44 -msgid "Typography" -msgstr "Tipografia" - -#: typography/functions/functions.php:145 -#: typography/functions/functions.php:336 -#: typography/functions/functions.php:465 -#: typography/functions/functions.php:577 -#: typography/functions/functions.php:701 -#: typography/functions/functions.php:818 -#: typography/functions/functions.php:938 -#: typography/functions/functions.php:1089 -#: typography/functions/functions.php:1230 -#: typography/functions/functions.php:1364 -#: typography/functions/functions.php:1497 -#: typography/functions/functions.php:1630 -#: typography/functions/functions.php:1779 -#: typography/functions/functions.php:1960 -#: typography/functions/secondary-nav-fonts.php:139 -#: typography/functions/slideout-nav-fonts.php:106 -#: typography/functions/woocommerce-fonts.php:99 -msgid "Font size" -msgstr "Tamanho da fonte" - -#: typography/functions/functions.php:180 -#: typography/functions/functions.php:981 -#: typography/functions/functions.php:1132 -#: typography/functions/functions.php:1265 -#: typography/functions/functions.php:1398 -#: typography/functions/functions.php:1531 -#: typography/functions/functions.php:1664 -msgid "Line height" -msgstr "Altura da linha" - -#: typography/functions/functions.php:215 -msgid "Paragraph margin" -msgstr "Margem do parágrafo" - -#: typography/functions/functions.php:841 -msgid "Headings" -msgstr "Títulos" - -#: typography/functions/functions.php:900 -msgid "Heading 1 (H1)" -msgstr "Título 1 (H1)" - -#: typography/functions/functions.php:1051 -msgid "Heading 2 (H2)" -msgstr "Título 2 (H2)" - -#: typography/functions/functions.php:1202 -msgid "Heading 3 (H3)" -msgstr "Título 3 (H3)" - -#: typography/functions/functions.php:1336 -msgid "Heading 4 (H4)" -msgstr "Título 4 (H4)" - -#: typography/functions/functions.php:1469 -msgid "Heading 5 (H5)" -msgstr "Título 5 (H5)" - -#: typography/functions/functions.php:1602 -msgid "Heading 6 (H6)" -msgstr "Título 6 (H6)" - -#: typography/functions/functions.php:1687 -msgid "Widgets" -msgstr "Widgets" - -#: typography/functions/functions.php:1750 -msgid "Widget Titles" -msgstr "Títulos dos widgets" - -#: typography/functions/functions.php:1813 -msgid "Bottom margin" -msgstr "Margem inferior" - -#: typography/functions/functions.php:1848 -msgid "Content font size" -msgstr "Tamanho da fonte do conteúdo" - -#: typography/functions/woocommerce-fonts.php:63 -msgid "Product Titles" -msgstr "Título dos produtos" - -#: typography/functions/woocommerce-fonts.php:142 -msgid "Related/upsell title font size" -msgstr "Tamanho da fonte do título de produtos relacionados" - -#: woocommerce/functions/customizer/customizer.php:56 -#: woocommerce/functions/customizer/customizer.php:747 -#: woocommerce/functions/customizer/customizer.php:757 -msgid "WooCommerce" -msgstr "WooCommerce" - -#: woocommerce/functions/customizer/customizer.php:89 -msgid "Display cart in menu" -msgstr "Mostrar carrinho no menu" - -#: woocommerce/functions/customizer/customizer.php:108 -msgid "Icon" -msgstr "Ícone" - -#: woocommerce/functions/customizer/customizer.php:111 -msgid "Shopping Cart" -msgstr "Carrinho de compras" - -#: woocommerce/functions/customizer/customizer.php:112 -msgid "Shopping Bag" -msgstr "Saco de compras" - -#: woocommerce/functions/customizer/customizer.php:113 -msgid "Shopping Basket" -msgstr "Cesto de compras" - -#: woocommerce/functions/customizer/customizer.php:133 -msgid "Display breadcrumbs" -msgstr "Mostrar breadcrumbs" - -#: woocommerce/functions/customizer/customizer.php:146 -msgid "Shop" -msgstr "Loja" - -#: woocommerce/functions/customizer/customizer.php:168 -#: woocommerce/functions/customizer/customizer.php:570 -msgid "Sidebar / Content" -msgstr "Barra / Conteúdo" - -#: woocommerce/functions/customizer/customizer.php:169 -#: woocommerce/functions/customizer/customizer.php:571 -msgid "Content / Sidebar" -msgstr "Conteúdo / Barra" - -#: woocommerce/functions/customizer/customizer.php:171 -#: woocommerce/functions/customizer/customizer.php:573 -msgid "Sidebar / Content / Sidebar" -msgstr "Barra / Conteúdo / Barra" - -#: woocommerce/functions/customizer/customizer.php:172 -#: woocommerce/functions/customizer/customizer.php:574 -msgid "Sidebar / Sidebar / Content" -msgstr "Barra / Barra / Conteúdo" - -#: woocommerce/functions/customizer/customizer.php:173 -#: woocommerce/functions/customizer/customizer.php:575 -msgid "Content / Sidebar / Sidebar" -msgstr "Conteúdo / Barra / Barra" - -#: woocommerce/functions/customizer/customizer.php:211 -msgid "Product Columns" -msgstr "Colunas de produtos" - -#: woocommerce/functions/customizer/customizer.php:258 -msgid "Image Alignment" -msgstr "Alinhamento da imagem" - -#: woocommerce/functions/customizer/customizer.php:282 -msgid "Products Per Page" -msgstr "Produtos por página" - -#: woocommerce/functions/customizer/customizer.php:325 -msgid "Display page title" -msgstr "Mostrar título da página" - -#: woocommerce/functions/customizer/customizer.php:344 -msgid "Display product results count" -msgstr "Mostrar contagem de produtos" - -#: woocommerce/functions/customizer/customizer.php:363 -msgid "Display product sorting" -msgstr "Mostrar ordenação de produtos" - -#: woocommerce/functions/customizer/customizer.php:382 -msgid "Display product image" -msgstr "Mostrar imagens de produtos" - -#: woocommerce/functions/customizer/customizer.php:401 -msgid "Display secondary image on hover" -msgstr "Mostrar imagem secundária ao passar com o rato" - -#: woocommerce/functions/customizer/customizer.php:420 -msgid "Display product title" -msgstr "Mostrar título do produto" - -#: woocommerce/functions/customizer/customizer.php:439 -#: woocommerce/functions/customizer/customizer.php:594 -msgid "Display sale flash" -msgstr "Mostrar etiqueta de promoção" - -#: woocommerce/functions/customizer/customizer.php:458 -msgid "Sale flash over image" -msgstr "Etiqueta de promoção sobre imagem" - -#: woocommerce/functions/customizer/customizer.php:477 -msgid "Display rating" -msgstr "Mostrar classificação" - -#: woocommerce/functions/customizer/customizer.php:496 -msgid "Display price" -msgstr "Mostrar preço" - -#: woocommerce/functions/customizer/customizer.php:515 -msgid "Display add to cart button" -msgstr "Mostrar botão para adicionar ao carrinho" - -#: woocommerce/functions/customizer/customizer.php:534 -#: woocommerce/functions/customizer/customizer.php:738 -msgid "Display short description" -msgstr "Mostrar descrição curta" - -#: woocommerce/functions/customizer/customizer.php:547 -msgid "Single Product" -msgstr "Produto" - -#: woocommerce/functions/customizer/customizer.php:613 -msgid "Display product tabs" -msgstr "Mostrar separadores do produto" - -#: woocommerce/functions/customizer/customizer.php:632 -msgid "Display related products" -msgstr "Mostrar produtos relacionados" - -#: woocommerce/functions/customizer/customizer.php:651 -msgid "Display upsell products" -msgstr "Mostrar produtos aumenta vendas" - -#: woocommerce/functions/customizer/customizer.php:680 -msgid "Related/Upsell Columns" -msgstr "Colunas de produtos relacionados" - -#: woocommerce/functions/customizer/customizer.php:719 -msgid "Display product meta data" -msgstr "Mostrar metadados dos produtos" - -#: woocommerce/functions/customizer/customizer.php:770 -msgid "Primary Button Colors" -msgstr "Cores dos botões principais" - -#: woocommerce/functions/customizer/customizer.php:771 -msgid "Primary button colors can be set here." -msgstr "As cores dos botões principais podem ser definidas aqui." - -#: woocommerce/functions/customizer/customizer.php:785 -msgid "Checkout" -msgstr "Finalizar compra" - -#: woocommerce/functions/customizer/customizer.php:804 -msgid "Distraction-free mode" -msgstr "Modo sem distracções" - -#: woocommerce/functions/customizer/customizer.php:805 -msgid "Remove unnecessary distractions like sidebars, footer widgets and sticky menus." -msgstr "Remove distracções desnecessárias como barras laterais, widgets de rodapé e menus fixos." - -#: woocommerce/functions/functions.php:422 -#: woocommerce/functions/functions.php:445 -msgid "View your shopping cart" -msgstr "Ver o seu carrinho de compras" - -#: woocommerce/functions/functions.php:726 -#, php-format -msgid "Rated %s out of 5" -msgstr "Classificado com %s de 5" - -#: woocommerce/functions/functions.php:728 -msgid "Not yet rated" -msgstr "Sem classificação" - -#: woocommerce/functions/functions.php:733 -msgid "out of 5" -msgstr "de 5" - -#. Plugin URI of the plugin/theme -msgid "https://generatepress.com" -msgstr "https://generatepress.com" - -#. Description of the plugin/theme -msgid "The entire collection of GeneratePress premium modules." -msgstr "A colecção completa de módulos premium do GeneratePress." - -#. Author of the plugin/theme -msgid "Tom Usborne" -msgstr "Tom Usborne" - -#. Author URI of the plugin/theme -msgid "https://tomusborne.com" -msgstr "https://tomusborne.com" - -#~ msgid "Internal notes can be helpful to remember why this hook was added, and what it does." -#~ msgstr "A notas internas podem ser úteis para lembrar a razão pela qual este hook foi adicionado, e qual a sua função." - -#~ msgid "Contained" -#~ msgstr "Limitado" - -#~ msgid "Fullscreen" -#~ msgstr "Ecrã inteiro" - -#~ msgid "Full" -#~ msgstr "Em toda a largura" - -#~ msgid "%s is defined, so executing PHP has been disabled." -#~ msgstr "Está definido %s, por isso foi desactivada a execução de PHP." - -#~ msgid "All Posts" -#~ msgstr "Todos os artigos" - -#~ msgid "All Pages" -#~ msgstr "Todas as páginas" - -#~ msgid "Sale Flash Over Image" -#~ msgstr "Imagem de sobreposição de promoção" - -#~ msgid "Display Rating" -#~ msgstr "Mostrar classificação" diff --git a/wp-content/plugins/gp-premium/langs/gp-premium-ru_RU.mo b/wp-content/plugins/gp-premium/langs/gp-premium-ru_RU.mo index 846a82469c6fc3ab9660b901b02c70f9509c72ab..33d629d5f3608153958dfaca5f42dfe60b47d383 100644 GIT binary patch delta 5826 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 NKl#S3%byZX_&*w>&Pf0O literal 18888 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\n" -"Language-Team: Alexey Chumakov \n" -"Language: ru_RU\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Generator: Poedit 2.0.6\n" -"X-Poedit-Basepath: ..\n" -"X-Poedit-SourceCharset: UTF-8\n" -"X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;esc_attr__;" -"esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c;_n_noop:1,2;" -"_nx_noop:3c,1,2;__ngettext_noop:1,2\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" -"X-Poedit-WPHeader: gp-premium.php\n" -"X-Poedit-SearchPath-0: .\n" -"X-Poedit-SearchPathExcluded-0: *.js\n" -"X-Poedit-SearchPathExcluded-1: *deprecated*\n" -"X-Poedit-SearchPathExcluded-2: sites/classes/class-site-widget-importer.php\n" -"X-Poedit-SearchPathExcluded-3: sites/libs/wxr-importer/WPImporterLogger.php\n" -"X-Poedit-SearchPathExcluded-4: sites/libs/wxr-importer/WXRImporter.php\n" -"X-Poedit-SearchPathExcluded-5: sites/libs/wxr-importer/WXRImportInfo.php\n" - -#: backgrounds/functions/functions.php:99 -#: backgrounds/functions/functions.php:108 -msgid "Background Images" -msgstr "Фоновые изображения" - -#: backgrounds/functions/functions.php:117 -#: backgrounds/functions/functions.php:143 -#: typography/functions/functions.php:53 -msgid "Body" -msgstr "Тело страницы" - -#: backgrounds/functions/functions.php:206 -#: backgrounds/functions/functions.php:230 colors/functions/functions.php:56 -#: disable-elements/functions/functions.php:128 -#: disable-elements/functions/functions.php:130 -#: disable-elements/functions/functions.php:290 -#: disable-elements/functions/functions.php:292 -#: typography/functions/functions.php:238 -msgid "Top Bar" -msgstr "" - -#: backgrounds/functions/functions.php:293 -#: backgrounds/functions/functions.php:316 colors/functions/functions.php:143 -#: disable-elements/functions/functions.php:134 -#: disable-elements/functions/functions.php:136 -#: disable-elements/functions/functions.php:296 -#: disable-elements/functions/functions.php:298 -#: spacing/functions/customizer/header-spacing.php:11 -#: typography/functions/functions.php:361 -msgid "Header" -msgstr "Шапка" - -#: backgrounds/functions/functions.php:376 colors/functions/functions.php:239 -#: disable-elements/functions/functions.php:139 -#: disable-elements/functions/functions.php:141 -#: disable-elements/functions/functions.php:301 -#: disable-elements/functions/functions.php:303 -#: spacing/functions/customizer/navigation-spacing.php:11 -#: typography/functions/functions.php:600 -msgid "Primary Navigation" -msgstr "Основное меню" - -#: backgrounds/functions/functions.php:403 -#: backgrounds/functions/secondary-nav-backgrounds.php:65 -msgid "Navigation" -msgstr "Меню" - -#: backgrounds/functions/functions.php:423 -#: backgrounds/functions/functions.php:473 -#: backgrounds/functions/functions.php:523 -#: backgrounds/functions/functions.php:573 -#: backgrounds/functions/functions.php:633 -#: backgrounds/functions/functions.php:683 -#: backgrounds/functions/functions.php:733 -#: backgrounds/functions/secondary-nav-backgrounds.php:86 -#: backgrounds/functions/secondary-nav-backgrounds.php:135 -#: backgrounds/functions/secondary-nav-backgrounds.php:184 -#: backgrounds/functions/secondary-nav-backgrounds.php:233 -#: backgrounds/functions/secondary-nav-backgrounds.php:294 -#: backgrounds/functions/secondary-nav-backgrounds.php:343 -#: backgrounds/functions/secondary-nav-backgrounds.php:392 -#: library/customizer/controls/class-backgrounds-control.php:121 -msgid "Repeat" -msgstr "Повторять" - -#: backgrounds/functions/functions.php:424 -#: backgrounds/functions/functions.php:474 -#: backgrounds/functions/functions.php:524 -#: backgrounds/functions/functions.php:574 -#: backgrounds/functions/functions.php:634 -#: backgrounds/functions/functions.php:684 -#: backgrounds/functions/functions.php:734 -#: backgrounds/functions/secondary-nav-backgrounds.php:87 -#: backgrounds/functions/secondary-nav-backgrounds.php:136 -#: backgrounds/functions/secondary-nav-backgrounds.php:185 -#: backgrounds/functions/secondary-nav-backgrounds.php:234 -#: backgrounds/functions/secondary-nav-backgrounds.php:295 -#: backgrounds/functions/secondary-nav-backgrounds.php:344 -#: backgrounds/functions/secondary-nav-backgrounds.php:393 -#: library/customizer/controls/class-backgrounds-control.php:122 -msgid "Repeat x" -msgstr "Горизонтально" - -#: backgrounds/functions/functions.php:425 -#: backgrounds/functions/functions.php:475 -#: backgrounds/functions/functions.php:525 -#: backgrounds/functions/functions.php:575 -#: backgrounds/functions/functions.php:635 -#: backgrounds/functions/functions.php:685 -#: backgrounds/functions/functions.php:735 -#: backgrounds/functions/secondary-nav-backgrounds.php:88 -#: backgrounds/functions/secondary-nav-backgrounds.php:137 -#: backgrounds/functions/secondary-nav-backgrounds.php:186 -#: backgrounds/functions/secondary-nav-backgrounds.php:235 -#: backgrounds/functions/secondary-nav-backgrounds.php:296 -#: backgrounds/functions/secondary-nav-backgrounds.php:345 -#: backgrounds/functions/secondary-nav-backgrounds.php:394 -#: library/customizer/controls/class-backgrounds-control.php:123 -msgid "Repeat y" -msgstr "Вертикально" - -#: backgrounds/functions/functions.php:426 -#: backgrounds/functions/functions.php:476 -#: backgrounds/functions/functions.php:526 -#: backgrounds/functions/functions.php:576 -#: backgrounds/functions/functions.php:636 -#: backgrounds/functions/functions.php:686 -#: backgrounds/functions/functions.php:736 -#: backgrounds/functions/secondary-nav-backgrounds.php:89 -#: backgrounds/functions/secondary-nav-backgrounds.php:138 -#: backgrounds/functions/secondary-nav-backgrounds.php:187 -#: backgrounds/functions/secondary-nav-backgrounds.php:236 -#: backgrounds/functions/secondary-nav-backgrounds.php:297 -#: backgrounds/functions/secondary-nav-backgrounds.php:346 -#: backgrounds/functions/secondary-nav-backgrounds.php:395 -#: library/customizer/controls/class-backgrounds-control.php:124 -msgid "No Repeat" -msgstr "Не повторять" - -#: backgrounds/functions/functions.php:453 -#: backgrounds/functions/secondary-nav-backgrounds.php:114 -msgid "Navigation Item" -msgstr "Пункт меню" - -#: backgrounds/functions/functions.php:503 -#: backgrounds/functions/secondary-nav-backgrounds.php:163 -msgid "Navigation Item Hover" -msgstr "Пункт меню — наведение" - -#: backgrounds/functions/functions.php:553 -#: backgrounds/functions/secondary-nav-backgrounds.php:212 -msgid "Navigation Item Current" -msgstr "Пункт меню — текущий" - -#: backgrounds/functions/functions.php:586 -msgid "Primary Sub-Navigation" -msgstr "Основное подменю" - -#: backgrounds/functions/functions.php:613 -#: backgrounds/functions/secondary-nav-backgrounds.php:273 -msgid "Sub-Navigation Item" -msgstr "Пункт подменю" - -#: backgrounds/functions/functions.php:663 -#: backgrounds/functions/secondary-nav-backgrounds.php:322 -msgid "Sub-Navigation Item Hover" -msgstr "Пункт подменю — наведение" - -#: backgrounds/functions/functions.php:713 -#: backgrounds/functions/secondary-nav-backgrounds.php:371 -msgid "Sub-Navigation Item Current" -msgstr "Пункт подменю — текущий" - -#: backgrounds/functions/functions.php:746 -#: backgrounds/functions/functions.php:772 blog/functions/customizer.php:49 -#: colors/functions/functions.php:621 page-header/functions/metabox.php:182 -#: sections/functions/metaboxes/metabox-functions.php:241 -#: sections/functions/metaboxes/metabox-functions.php:244 -#: sites/classes/class-site.php:351 -#: spacing/functions/customizer/content-spacing.php:11 -msgid "Content" -msgstr "Содержимое" - -#: backgrounds/functions/functions.php:833 -msgid "Sidebar" -msgstr "Боковик" - -#: backgrounds/functions/functions.php:856 colors/functions/functions.php:775 -msgid "Sidebar Widgets" -msgstr "Виджеты боковика" - -#: backgrounds/functions/functions.php:917 colors/functions/functions.php:1102 -#: disable-elements/functions/functions.php:161 -#: disable-elements/functions/functions.php:163 -#: disable-elements/functions/functions.php:323 -#: disable-elements/functions/functions.php:325 -#: spacing/functions/customizer/footer-spacing.php:12 -#: typography/functions/functions.php:1871 -#, fuzzy -msgid "Footer" -msgstr "" -"#-#-#-#-# backgrounds-ru_RU.po (Generate Backgrounds) #-#-#-#-#\n" -"Подвал\n" -"#-#-#-#-# disable-elements-ru_RU.po (Generate Disable Elements) #-#-#-#-#\n" -"Футер\n" -"#-#-#-#-# generate-colors-ru_RU.po (Generate Colors) #-#-#-#-#\n" -"Подвал\n" -"#-#-#-#-# generate-spacing-ru_RU.po (Generate Spacing) #-#-#-#-#\n" -"Подвал\n" -"#-#-#-#-# generate-typography-ru_RU.po (Generate Typography) #-#-#-#-#\n" -"Подвал" - -#: backgrounds/functions/functions.php:941 -msgid "Footer Widget Area" -msgstr "Область виджетов подвала" - -#: backgrounds/functions/functions.php:1016 -msgid "Footer Area" -msgstr "Область подвала" - -#: backgrounds/functions/secondary-nav-backgrounds.php:39 -#: colors/functions/secondary-nav-colors.php:50 -#: disable-elements/functions/functions.php:145 -#: disable-elements/functions/functions.php:147 -#: disable-elements/functions/functions.php:307 -#: disable-elements/functions/functions.php:309 -#: import-export/functions/functions.php:35 library/reset.php:33 -#: secondary-nav/functions/functions.php:153 -#: secondary-nav/functions/functions.php:162 -#: typography/functions/secondary-nav-fonts.php:48 -msgid "Secondary Navigation" -msgstr "Дополнительное меню" - -#: backgrounds/functions/secondary-nav-backgrounds.php:247 -msgid "Secondary Sub-Navigation" -msgstr "Дополнительное подменю" - -#: blog/functions/customizer.php:35 import-export/functions/functions.php:23 -#: library/reset.php:21 -msgid "Blog" -msgstr "Блог" - -#: blog/functions/customizer.php:63 blog/functions/customizer.php:439 -msgid "Archives" -msgstr "" - -#: blog/functions/customizer.php:64 -msgid "Single" -msgstr "" - -#: blog/functions/customizer.php:76 -msgid "Content type" -msgstr "" - -#: blog/functions/customizer.php:79 secondary-nav/functions/functions.php:206 -#: secondary-nav/functions/functions.php:232 -msgid "Full" -msgstr "" - -#: blog/functions/customizer.php:80 -msgid "Excerpt" -msgstr "" - -#: blog/functions/customizer.php:99 -msgid "Excerpt word count" -msgstr "" - -#: blog/functions/customizer.php:119 -msgid "Read more label" -msgstr "Метка \"ещё...\"" - -#: blog/functions/customizer.php:139 -msgid "Display read more as button" -msgstr "" - -#: blog/functions/customizer.php:159 blog/functions/customizer.php:337 -msgid "Display post date" -msgstr "" - -#: blog/functions/customizer.php:179 blog/functions/customizer.php:356 -msgid "Display post author" -msgstr "" - -#: blog/functions/customizer.php:199 blog/functions/customizer.php:375 -msgid "Display post categories" -msgstr "" - -#: blog/functions/customizer.php:219 blog/functions/customizer.php:394 -msgid "Display post tags" -msgstr "" - -#: blog/functions/customizer.php:239 -msgid "Display comment count" -msgstr "" - -#: blog/functions/customizer.php:259 -msgid "Use infinite scroll" -msgstr "" - -#: blog/functions/customizer.php:279 -msgid "Use button to load more posts" -msgstr "" - -#: blog/functions/customizer.php:298 -msgid "Load more label" -msgstr "" - -#: blog/functions/customizer.php:317 -msgid "Loading label" -msgstr "" - -#: blog/functions/customizer.php:413 -msgid "Display post navigation" -msgstr "" - -#: blog/functions/customizer.php:426 -msgid "Featured Images" -msgstr "" - -#: blog/functions/customizer.php:440 -msgid "Posts" -msgstr "" - -#: blog/functions/customizer.php:441 -msgid "Pages" -msgstr "" - -#: blog/functions/customizer.php:462 blog/functions/customizer.php:625 -#: blog/functions/customizer.php:789 -msgid "Display featured images" -msgstr "" - -#: blog/functions/customizer.php:482 blog/functions/customizer.php:645 -#: blog/functions/customizer.php:809 -msgid "Display padding around images" -msgstr "" - -#: blog/functions/customizer.php:503 blog/functions/customizer.php:666 -#: blog/functions/customizer.php:830 -msgid "Location" -msgstr "" - -#: blog/functions/customizer.php:506 blog/functions/customizer.php:669 -#: blog/functions/customizer.php:833 -msgid "Below Title" -msgstr "" - -#: blog/functions/customizer.php:507 blog/functions/customizer.php:670 -#: blog/functions/customizer.php:834 -msgid "Above Title" -msgstr "" - -#: blog/functions/customizer.php:528 blog/functions/customizer.php:692 -#: blog/functions/customizer.php:856 -msgid "Alignment" -msgstr "" - -#: blog/functions/customizer.php:531 blog/functions/customizer.php:695 -#: blog/functions/customizer.php:859 page-header/functions/metabox.php:336 -#: secondary-nav/functions/functions.php:259 -#: woocommerce/functions/customizer/customizer.php:243 -#: woocommerce/functions/customizer/customizer.php:286 -msgid "Center" -msgstr "По центру" - -#: blog/functions/customizer.php:532 blog/functions/customizer.php:696 -#: blog/functions/customizer.php:860 -#: library/customizer/controls/class-spacing-control.php:26 -#: menu-plus/functions/generate-menu-plus.php:445 -#: page-header/functions/metabox.php:335 -#: secondary-nav/functions/functions.php:258 -#: woocommerce/functions/customizer/customizer.php:242 -#: woocommerce/functions/customizer/customizer.php:285 -#, fuzzy -msgid "Left" -msgstr "" -"#-#-#-#-# generate-blog-ru_RU.po (Generate Blog) #-#-#-#-#\n" -"Влево\n" -"#-#-#-#-# generate-spacing-ru_RU.po (Generate Spacing) #-#-#-#-#\n" -"Слева\n" -"#-#-#-#-# page-header-ru_RU.po (Generate Page Header) #-#-#-#-#\n" -"Влево\n" -"#-#-#-#-# secondary-nav-ru_RU.po (Generate Secondary Navigation) #-#-#-#-" -"#\n" -"Влево" - -#: blog/functions/customizer.php:533 blog/functions/customizer.php:697 -#: blog/functions/customizer.php:861 -#: library/customizer/controls/class-spacing-control.php:24 -#: menu-plus/functions/generate-menu-plus.php:446 -#: page-header/functions/metabox.php:337 -#: secondary-nav/functions/functions.php:260 -#: woocommerce/functions/customizer/customizer.php:244 -#: woocommerce/functions/customizer/customizer.php:287 -#, fuzzy -msgid "Right" -msgstr "" -"#-#-#-#-# generate-blog-ru_RU.po (Generate Blog) #-#-#-#-#\n" -"Вправо\n" -"#-#-#-#-# generate-spacing-ru_RU.po (Generate Spacing) #-#-#-#-#\n" -"Справа\n" -"#-#-#-#-# page-header-ru_RU.po (Generate Page Header) #-#-#-#-#\n" -"Вправо\n" -"#-#-#-#-# secondary-nav-ru_RU.po (Generate Secondary Navigation) #-#-#-#-" -"#\n" -"Вправо" - -#: blog/functions/customizer.php:555 blog/functions/customizer.php:719 -#: blog/functions/customizer.php:883 -msgid "Width" -msgstr "" - -#: blog/functions/customizer.php:559 blog/functions/customizer.php:586 -#: blog/functions/customizer.php:723 blog/functions/customizer.php:750 -#: blog/functions/customizer.php:887 blog/functions/customizer.php:914 -msgid "Auto" -msgstr "Авто" - -#: blog/functions/customizer.php:582 blog/functions/customizer.php:746 -#: blog/functions/customizer.php:910 -msgid "Height" -msgstr "Высота" - -#: blog/functions/customizer.php:601 blog/functions/customizer.php:765 -#: blog/functions/customizer.php:929 -msgid "Apply sizes" -msgstr "" - -#: blog/functions/customizer.php:671 blog/functions/customizer.php:835 -#: page-header/functions/functions.php:811 -#: page-header/functions/functions.php:836 -msgid "Above Content Area" -msgstr "Над областью содержимого" - -#: blog/functions/customizer.php:943 blog/functions/customizer.php:983 -msgid "Columns" -msgstr "Столбцы" - -#: blog/functions/customizer.php:963 -msgid "Display posts in columns" -msgstr "" - -#: blog/functions/customizer.php:1010 -msgid "Make first post featured" -msgstr "" - -#: blog/functions/customizer.php:1031 -msgid "Display posts in masonry grid" -msgstr "" - -#: blog/functions/defaults.php:13 blog/functions/migrate.php:22 -msgid "Read more" -msgstr "" - -#: blog/functions/defaults.php:16 blog/functions/migrate.php:26 -msgid "+ More" -msgstr "+ Ещё" - -#: blog/functions/defaults.php:17 blog/functions/migrate.php:27 -msgid "Loading..." -msgstr "Загрузка ..." - -#: colors/functions/functions.php:46 -#: sections/functions/metaboxes/views/sections-template.php:211 -msgid "Colors" -msgstr "Цвета" - -#: colors/functions/functions.php:79 colors/functions/functions.php:166 -#: colors/functions/functions.php:276 colors/functions/functions.php:411 -#: colors/functions/functions.php:541 colors/functions/functions.php:644 -#: colors/functions/functions.php:798 colors/functions/functions.php:886 -#: colors/functions/functions.php:1125 colors/functions/functions.php:1209 -#: colors/functions/secondary-nav-colors.php:86 -#: colors/functions/secondary-nav-colors.php:240 -#: colors/functions/slideout-nav-colors.php:82 -#: colors/functions/slideout-nav-colors.php:236 -#: sections/functions/metaboxes/views/sections-template.php:236 -msgid "Background" -msgstr "Фон" - -#: colors/functions/functions.php:95 colors/functions/functions.php:181 -#: colors/functions/functions.php:340 colors/functions/functions.php:475 -#: colors/functions/functions.php:564 colors/functions/functions.php:658 -#: colors/functions/functions.php:812 colors/functions/functions.php:900 -#: colors/functions/functions.php:1139 colors/functions/functions.php:1232 -#: colors/functions/secondary-nav-colors.php:110 -#: colors/functions/secondary-nav-colors.php:264 -#: colors/functions/slideout-nav-colors.php:106 -#: colors/functions/slideout-nav-colors.php:260 -msgid "Text" -msgstr "Текст" - -#: colors/functions/functions.php:101 colors/functions/functions.php:187 -#: colors/functions/functions.php:664 colors/functions/functions.php:818 -#: colors/functions/functions.php:906 colors/functions/functions.php:1145 -msgid "Link" -msgstr "Ссылка" - -#: colors/functions/functions.php:107 colors/functions/functions.php:193 -#: colors/functions/functions.php:670 colors/functions/functions.php:824 -#: colors/functions/functions.php:912 colors/functions/functions.php:1151 -msgid "Link Hover" -msgstr "Ссылка — наведение" - -#: colors/functions/functions.php:199 page-header/functions/metabox.php:512 -#: typography/functions/functions.php:424 -msgid "Site Title" -msgstr "Название сайта" - -#: colors/functions/functions.php:205 -msgid "Tagline" -msgstr "Краткое описание" - -#: colors/functions/functions.php:253 -#: colors/functions/secondary-nav-colors.php:64 -#: colors/functions/slideout-nav-colors.php:60 -#, fuzzy -#| msgid "Primary Menu Items" -msgid "Parent Items" -msgstr "Пункты основного меню" - -#: colors/functions/functions.php:301 colors/functions/functions.php:436 -#: colors/functions/functions.php:587 colors/functions/functions.php:1254 -#: colors/functions/secondary-nav-colors.php:133 -#: colors/functions/secondary-nav-colors.php:287 -#: colors/functions/slideout-nav-colors.php:129 -#: colors/functions/slideout-nav-colors.php:283 -msgid "Background Hover" -msgstr "Фон — наведение" - -#: colors/functions/functions.php:326 colors/functions/functions.php:461 -#: colors/functions/secondary-nav-colors.php:180 -#: colors/functions/secondary-nav-colors.php:334 -#: colors/functions/slideout-nav-colors.php:176 -#: colors/functions/slideout-nav-colors.php:330 -msgid "Background Current" -msgstr "Фон — текущий пункт" - -#: colors/functions/functions.php:346 colors/functions/functions.php:481 -#: colors/functions/functions.php:610 colors/functions/functions.php:1277 -#: colors/functions/secondary-nav-colors.php:157 -#: colors/functions/secondary-nav-colors.php:311 -#: colors/functions/slideout-nav-colors.php:153 -#: colors/functions/slideout-nav-colors.php:307 -msgid "Text Hover" -msgstr "Текст — наведение" - -#: colors/functions/functions.php:352 colors/functions/functions.php:487 -#: colors/functions/secondary-nav-colors.php:204 -#: colors/functions/secondary-nav-colors.php:358 -#: colors/functions/slideout-nav-colors.php:200 -#: colors/functions/slideout-nav-colors.php:354 -msgid "Text Current" -msgstr "Текст — текущий пункт" - -#: colors/functions/functions.php:388 -#: colors/functions/secondary-nav-colors.php:218 -#: colors/functions/slideout-nav-colors.php:214 -#, fuzzy -#| msgid "Sub-Menu Item Height" -msgid "Sub-Menu Items" -msgstr "Высота пункта подменю" - -#: colors/functions/functions.php:518 typography/functions/functions.php:732 -msgid "Buttons" -msgstr "" - -#: colors/functions/functions.php:676 -#: disable-elements/functions/functions.php:156 -#: disable-elements/functions/functions.php:158 -#: disable-elements/functions/functions.php:318 -#: disable-elements/functions/functions.php:320 -msgid "Content Title" -msgstr "Заголовок содержимого" - -#: colors/functions/functions.php:682 -msgid "Blog Post Title" -msgstr "Заголовок записи" - -#: colors/functions/functions.php:688 -msgid "Blog Post Title Hover" -msgstr "Заголовок записи — наведение" - -#: colors/functions/functions.php:694 -msgid "Entry Meta Text" -msgstr "Текст мета" - -#: colors/functions/functions.php:700 -msgid "Entry Meta Links" -msgstr "Ссылки мета" - -#: colors/functions/functions.php:706 -msgid "Entry Meta Links Hover" -msgstr "Ссылки мета — наведение" - -#: colors/functions/functions.php:712 -msgid "Heading 1 (H1) Color" -msgstr "Цвет заголовка 1 (H1)" - -#: colors/functions/functions.php:718 -msgid "Heading 2 (H2) Color" -msgstr "Цвет заголовка 2 (H2)" - -#: colors/functions/functions.php:724 -msgid "Heading 3 (H3) Color" -msgstr "Цвет заголовка 3 (H3)" - -#: colors/functions/functions.php:732 -msgid "Heading 4 (H4) Color" -msgstr "" - -#: colors/functions/functions.php:741 -msgid "Heading 5 (H5) Color" -msgstr "" - -#: colors/functions/functions.php:830 colors/functions/functions.php:918 -msgid "Widget Title" -msgstr "Заголовок виджета" - -#: colors/functions/functions.php:863 -msgid "Footer Widgets" -msgstr "Виджеты подвала" - -#: colors/functions/functions.php:951 -msgid "Forms" -msgstr "Формы" - -#: colors/functions/functions.php:974 -msgid "Form Background" -msgstr "Фон формы" - -#: colors/functions/functions.php:999 -msgid "Form Background Focus" -msgstr "" - -#: colors/functions/functions.php:1024 -msgid "Form Border" -msgstr "Рамка формы" - -#: colors/functions/functions.php:1049 -msgid "Form Border Focus" -msgstr "" - -#: colors/functions/functions.php:1063 -msgid "Form Text" -msgstr "Текст формы" - -#: colors/functions/functions.php:1069 -msgid "Form Text Focus" -msgstr "" - -#: colors/functions/functions.php:1188 -msgid "Back to Top Button" -msgstr "" - -#: colors/functions/slideout-nav-colors.php:46 -#: menu-plus/functions/generate-menu-plus.php:14 -#: menu-plus/functions/generate-menu-plus.php:396 -#: menu-plus/functions/generate-menu-plus.php:417 -#: menu-plus/functions/generate-menu-plus.php:726 -#: typography/functions/slideout-nav-fonts.php:38 -msgid "Slideout Navigation" -msgstr "Выезжающее меню" - -#: colors/functions/woocommerce-colors.php:51 -msgid "Product Title" -msgstr "" - -#: colors/functions/woocommerce-colors.php:73 -msgid "Product Title Hover" -msgstr "" - -#: colors/functions/woocommerce-colors.php:96 -msgid "Alt Button Background" -msgstr "" - -#: colors/functions/woocommerce-colors.php:120 -msgid "Alt Button Background Hover" -msgstr "" - -#: colors/functions/woocommerce-colors.php:143 -msgid "Alt Button Text" -msgstr "" - -#: colors/functions/woocommerce-colors.php:166 -msgid "Alt Button Text Hover" -msgstr "" - -#: colors/functions/woocommerce-colors.php:189 -msgid "Star Ratings" -msgstr "" - -#: colors/functions/woocommerce-colors.php:213 -msgid "Sale Sticker Background" -msgstr "" - -#: colors/functions/woocommerce-colors.php:236 -msgid "Sale Sticker Text" -msgstr "" - -#: colors/functions/woocommerce-colors.php:258 -msgid "Price" -msgstr "" - -#: colors/functions/woocommerce-colors.php:280 -msgid "Product Tab Text" -msgstr "" - -#: colors/functions/woocommerce-colors.php:302 -msgid "Product Tab Active" -msgstr "" - -#: colors/functions/woocommerce-colors.php:325 -msgid "Success Message Background" -msgstr "" - -#: colors/functions/woocommerce-colors.php:348 -msgid "Success Message Text" -msgstr "" - -#: colors/functions/woocommerce-colors.php:371 -msgid "Info Message Background" -msgstr "" - -#: colors/functions/woocommerce-colors.php:394 -msgid "Info Message Text" -msgstr "" - -#: colors/functions/woocommerce-colors.php:417 -msgid "Error Message Background" -msgstr "" - -#: colors/functions/woocommerce-colors.php:440 -msgid "Error Message Text" -msgstr "" - -#: copyright/functions/functions.php:37 -#: import-export/functions/functions.php:51 library/reset.php:49 -msgid "Copyright" -msgstr "Сведения об авторских правах" - -#: disable-elements/functions/functions.php:98 -msgid "Disable Elements" -msgstr "Отключить элементы" - -#: disable-elements/functions/functions.php:151 -#: disable-elements/functions/functions.php:153 -#: disable-elements/functions/functions.php:313 -#: disable-elements/functions/functions.php:315 -msgid "Featured Image / Page Header" -msgstr "" - -#: general/smooth-scroll.php:85 -msgid "Smooth scroll" -msgstr "" - -#: general/smooth-scroll.php:86 -msgid "" -"Initiate smooth scroll on anchor links using the smooth-scroll " -"class." -msgstr "" - -#: gp-premium.php:220 -msgid "GeneratePress has an update available." -msgstr "" - -#: gp-premium.php:222 -msgid "Update now." -msgstr "" - -#: gp-premium.php:234 -msgid "GP Premium requires GeneratePress to be your active theme." -msgstr "" - -#: gp-premium.php:235 -msgid "Install now." -msgstr "" - -#: gp-premium.php:250 -msgid "Configure" -msgstr "" - -#: hooks/functions/functions.php:69 -msgid "" -"DISALLOW_FILE_EDIT is defined. You should also disallow PHP execution in GP " -"Hooks." -msgstr "" - -#: hooks/functions/functions.php:70 -msgid "Learn how" -msgstr "" - -#: hooks/functions/functions.php:124 hooks/functions/functions.php:144 -#: hooks/functions/functions.php:395 -msgid "GP Hooks" -msgstr "Хуки GP" - -#: hooks/functions/functions.php:160 -msgid "wp_head" -msgstr "wp_head" - -#: hooks/functions/functions.php:166 -msgid "Before Header" -msgstr "Перед шапкой" - -#: hooks/functions/functions.php:172 -msgid "Before Header Content" -msgstr "Перед содержимым шапки" - -#: hooks/functions/functions.php:178 -msgid "After Header Content" -msgstr "После содержимого шапки" - -#: hooks/functions/functions.php:184 -msgid "After Header" -msgstr "После шапки" - -#: hooks/functions/functions.php:190 -msgid "Inside Content Container" -msgstr "Внутри блока содержимого" - -#: hooks/functions/functions.php:196 -msgid "Before Content" -msgstr "Перед содержимым" - -#: hooks/functions/functions.php:202 -msgid "After Entry Title" -msgstr "После заголовка элемента" - -#: hooks/functions/functions.php:208 -msgid "After Content" -msgstr "После содержимого" - -# Long text here could make right dropdown too wide to display. -#: hooks/functions/functions.php:214 -msgid "Before Right Sidebar Content" -msgstr "Перед сод. правого боковика" - -#: hooks/functions/functions.php:220 -msgid "After Right Sidebar Content" -msgstr "После сод. правого боковика" - -#: hooks/functions/functions.php:226 -msgid "Before Left Sidebar Content" -msgstr "Перед сод. левого боковика" - -#: hooks/functions/functions.php:232 -msgid "After Left Sidebar Content" -msgstr "После сод. левого боковика" - -#: hooks/functions/functions.php:238 -msgid "Before Footer" -msgstr "Перед подвалом" - -#: hooks/functions/functions.php:244 -msgid "After Footer Widgets" -msgstr "После виджетов подвала" - -#: hooks/functions/functions.php:250 -msgid "Before Footer Content" -msgstr "Перед содержимым подвала" - -#: hooks/functions/functions.php:256 -msgid "After Footer Content" -msgstr "После содержимого подвала" - -#: hooks/functions/functions.php:262 -msgid "wp_footer" -msgstr "wp_footer" - -#: hooks/functions/functions.php:347 -msgid "Execute PHP" -msgstr "Исполнять код PHP" - -#: hooks/functions/functions.php:349 -msgid "Disable Hook" -msgstr "Отключить хук" - -#: hooks/functions/functions.php:397 -msgid "" -"Use these fields to insert anything you like throughout GeneratePress. " -"Shortcodes are allowed, and you can even use PHP if you check the Execute " -"PHP checkboxes." -msgstr "" -"Вставляйте любые хуки через эти поля средствами GeneratePress. Можно " -"использовать шорткоды, и даже код PHP, отметив флажки \"Исполнять PHP\"." - -#: hooks/functions/functions.php:399 -msgid "Show all" -msgstr "Показать все" - -#: hooks/functions/functions.php:410 -msgid "Save Hooks" -msgstr "Сохранить хуки" - -#: hooks/functions/functions.php:482 -msgid "Hooks saved." -msgstr "Хуки сохранены." - -#: import-export/functions/functions.php:11 -msgid "Export" -msgstr "" - -#: import-export/functions/functions.php:14 library/reset.php:12 -#: page-header/functions/metabox.php:196 -msgid "Advanced" -msgstr "" - -#: import-export/functions/functions.php:16 library/reset.php:14 -msgid "Core" -msgstr "" - -#: import-export/functions/functions.php:19 library/reset.php:17 -msgid "Backgrounds" -msgstr "" - -#: import-export/functions/functions.php:27 library/reset.php:25 -msgid "Hooks" -msgstr "" - -#: import-export/functions/functions.php:31 library/reset.php:29 -#: page-header/functions/functions.php:784 page-header/functions/metabox.php:37 -#: page-header/functions/metabox.php:57 page-header/functions/metabox.php:763 -#: page-header/functions/post-type.php:15 -#: page-header/functions/post-type.php:29 -#: page-header/functions/post-type.php:79 -#: page-header/functions/post-type.php:112 -msgid "Page Header" -msgstr "Шапка страницы" - -#: import-export/functions/functions.php:39 library/reset.php:37 -#: spacing/functions/functions.php:41 -msgid "Spacing" -msgstr "Отступы" - -#: import-export/functions/functions.php:43 library/reset.php:41 -#: menu-plus/functions/generate-menu-plus.php:101 -msgid "Menu Plus" -msgstr "Menu Plus" - -#: import-export/functions/functions.php:47 library/reset.php:45 -#: woocommerce/functions/customizer/customizer.php:43 -#: woocommerce/functions/customizer/customizer.php:709 -#: woocommerce/functions/customizer/customizer.php:719 -msgid "WooCommerce" -msgstr "" - -#: import-export/functions/functions.php:56 -msgid "GeneratePress Site" -msgstr "" - -#: import-export/functions/functions.php:63 -msgid "Export Settings" -msgstr "" - -#: import-export/functions/functions.php:77 -msgid "Import" -msgstr "" - -#: import-export/functions/functions.php:86 -msgid "Import Settings" -msgstr "Импортировать настройки" - -#: import-export/functions/functions.php:214 -msgid "Please upload a valid .json file" -msgstr "Пожалуйста, загрузите допустимый файл .json" - -#: import-export/functions/functions.php:220 -msgid "Please upload a file to import" -msgstr "Пожалуйста, загрузите файл для импорта" - -#: inc/EDD_SL_Plugin_Updater.php:201 -#, php-format -msgid "" -"There is a new version of %1$s available. %2$sView version %3$s details%4$s." -msgstr "Доступна новая версия %1$s. %2$sПосмотреть подробности %3$s%4$s." - -#: inc/EDD_SL_Plugin_Updater.php:209 -#, php-format -msgid "" -"There is a new version of %1$s available. %2$sView version %3$s details%4$s " -"or %5$supdate now%6$s." -msgstr "" -"Доступна новая версия %1$s. %2$sПосмотреть подробности %3$s%4$s или " -"%5$sобновить сейчас%6$s." - -#: inc/EDD_SL_Plugin_Updater.php:399 -msgid "You do not have permission to install plugin updates" -msgstr "У вас нет прав для установки обновлений плагинов" - -#: inc/EDD_SL_Plugin_Updater.php:399 -msgid "Error" -msgstr "Ошибка" - -#: inc/activation.php:14 -msgid "Add-on deactivated." -msgstr "Дополнение деактивировано." - -#: inc/activation.php:18 -msgid "Add-on activated." -msgstr "Дополнение активировано." - -#. Plugin Name of the plugin/theme -#: inc/activation.php:59 -msgid "GP Premium" -msgstr "Дополнения GP Premium" - -#: inc/activation.php:67 -msgid "Bulk Actions" -msgstr "Пакетные операции" - -#: inc/activation.php:68 inc/activation.php:105 -msgid "Activate" -msgstr "Активировать" - -#: inc/activation.php:69 inc/activation.php:89 -msgid "Deactivate" -msgstr "Деактивировать" - -#: inc/activation.php:72 -#: sections/functions/metaboxes/views/sections-template.php:80 -msgid "Apply" -msgstr "Применить" - -#: inc/activation.php:102 -msgid "WooCommerce not activated." -msgstr "" - -#: inc/activation.php:430 -msgid "Enter valid license key for automatic updates." -msgstr "Для автоматического обновления укажите действующий ключ лицензии." - -#: inc/dashboard.php:16 -msgid "Modules" -msgstr "" - -#: inc/verify.php:74 -msgid "License deactivated." -msgstr "Лицензия деактивирована." - -#: inc/verify.php:78 -msgid "License activated." -msgstr "Лицензия активирована." - -#: inc/verify.php:110 -msgid "Updates" -msgstr "" - -#: inc/verify.php:110 -msgid "Help" -msgstr "Справка" - -#: inc/verify.php:126 -msgid "Receiving updates" -msgstr "" - -#: inc/verify.php:128 -msgid "Not receiving updates" -msgstr "" - -#: inc/verify.php:134 -msgid "License Key" -msgstr "Лицензионный ключ" - -#: inc/verify.php:139 -msgid "Update" -msgstr "Обновить" - -#: inc/verify.php:224 -#, php-format -msgid "Your license key expired on %s." -msgstr "Ваш лицензионный ключ истек %s." - -#: inc/verify.php:231 -msgid "Your license key has been disabled." -msgstr "Ваш лицензионный ключ заблокирован." - -#: inc/verify.php:236 -msgid "Invalid license." -msgstr "Недействительная лицензия." - -#: inc/verify.php:242 -msgid "Your license is not active for this URL." -msgstr "Ваша лицензия не активна для этого URL." - -#: inc/verify.php:247 -#, php-format -msgid "This appears to be an invalid license key for %s." -msgstr "Похоже, это не действующий лицензионный ключ для %s." - -#: inc/verify.php:252 -msgid "Your license key has reached its activation limit." -msgstr "Ваш лицензионный ключ достиг предела активаций." - -#: inc/verify.php:257 -msgid "An error occurred, please try again." -msgstr "Произошла ошибка, пожалуйста, попробуйте ещё раз." - -#: library/batch-processing/wp-background-process.php:425 -#, php-format -msgid "Every %d Minutes" -msgstr "" - -#: library/customizer/controls/class-backgrounds-control.php:18 -msgid "left top, x% y%, xpos ypos (px)" -msgstr "" - -#: library/customizer/controls/class-backgrounds-control.php:19 -msgid "Position" -msgstr "Позиция" - -#: library/customizer/controls/class-backgrounds-control.php:130 -msgid "Size (Auto)" -msgstr "По размеру (авто)" - -#: library/customizer/controls/class-backgrounds-control.php:131 -msgid "100% Width" -msgstr "100% ширина" - -#: library/customizer/controls/class-backgrounds-control.php:132 -msgid "Cover" -msgstr "Накрыть" - -#: library/customizer/controls/class-backgrounds-control.php:133 -msgid "Contain" -msgstr "Уместить" - -#: library/customizer/controls/class-backgrounds-control.php:139 -msgid "Attachment" -msgstr "Прикрепление" - -#: library/customizer/controls/class-backgrounds-control.php:140 -msgid "Fixed" -msgstr "Фиксированная" - -#: library/customizer/controls/class-backgrounds-control.php:141 -msgid "Local" -msgstr "Локальная" - -#: library/customizer/controls/class-backgrounds-control.php:142 -#: woocommerce/functions/customizer/customizer.php:550 -msgid "Inherit" -msgstr "Наследовать" - -#: library/customizer/controls/class-copyright-control.php:25 -msgid "%current_year% to update year automatically." -msgstr "%current_year%, чтобы автоматически обновлять год." - -#: library/customizer/controls/class-copyright-control.php:26 -msgid "%copy% to include the copyright symbol." -msgstr "%copy%, чтобы включить знак авторского права." - -#: library/customizer/controls/class-copyright-control.php:27 -msgid "HTML is allowed." -msgstr "Можно использовать HTML." - -#: library/customizer/controls/class-copyright-control.php:28 -msgid "Shortcodes are allowed." -msgstr "Можно использовать шорткоды." - -#: library/customizer/controls/class-range-slider-control.php:42 -msgid "Desktop" -msgstr "" - -#: library/customizer/controls/class-range-slider-control.php:43 -msgid "Tablet" -msgstr "" - -#: library/customizer/controls/class-range-slider-control.php:44 -msgid "Mobile" -msgstr "Мобильный вид" - -#: library/customizer/controls/class-range-slider-control.php:45 -#: library/reset.php:9 -msgid "Reset" -msgstr "" - -#: library/customizer/controls/class-spacing-control.php:23 -msgid "Top" -msgstr "Сверху" - -#: library/customizer/controls/class-spacing-control.php:25 -msgid "Bottom" -msgstr "Снизу" - -#: library/customizer/controls/class-spacing-control.php:48 -msgid "Link values" -msgstr "" - -#: library/customizer/controls/class-spacing-control.php:49 -msgid "Un-link values" -msgstr "" - -#: library/customizer/controls/class-typography-control.php:25 -msgid "System Fonts" -msgstr "" - -#: library/customizer/controls/class-typography-control.php:26 -msgid "Google Fonts" -msgstr "" - -#: library/customizer/controls/class-typography-control.php:29 -msgid "Font family" -msgstr "Гарнитура" - -#: library/customizer/controls/class-typography-control.php:30 -msgid "Font weight" -msgstr "Насыщенность" - -#: library/customizer/controls/class-typography-control.php:31 -msgid "Text transform" -msgstr "Эффект" - -#: library/customizer/controls/class-typography-control.php:33 -msgid "Variants" -msgstr "" - -#: library/customizer/controls/class-typography-control.php:162 -msgid "normal" -msgstr "" - -#: library/customizer/controls/class-typography-control.php:163 -msgid "bold" -msgstr "" - -#: library/customizer/controls/class-typography-control.php:178 -msgid "none" -msgstr "" - -#: library/customizer/controls/class-typography-control.php:179 -msgid "capitalize" -msgstr "" - -#: library/customizer/controls/class-typography-control.php:180 -msgid "uppercase" -msgstr "" - -#: library/customizer/controls/class-typography-control.php:181 -msgid "lowercase" -msgstr "" - -#: library/reset.php:55 -msgid "Warning: This will delete your settings and can not be undone." -msgstr "" - -#: library/reset.php:58 -msgid "Reset Settings" -msgstr "" - -#: menu-plus/functions/generate-menu-plus.php:25 -#: menu-plus/functions/generate-menu-plus.php:632 -msgid "Menu" -msgstr "Меню" - -#: menu-plus/functions/generate-menu-plus.php:126 -msgid "General Settings" -msgstr "Основные настройки" - -#: menu-plus/functions/generate-menu-plus.php:144 -#: secondary-nav/functions/functions.php:181 -msgid "Mobile Menu Label" -msgstr "Метка мобильного меню" - -#: menu-plus/functions/generate-menu-plus.php:154 -#: menu-plus/functions/generate-menu-plus.php:175 -msgid "Sticky Navigation" -msgstr "Липкое меню" - -#: menu-plus/functions/generate-menu-plus.php:178 -#: menu-plus/functions/generate-menu-plus.php:420 -msgid "Mobile only" -msgstr "Только мобильный вид" - -#: menu-plus/functions/generate-menu-plus.php:179 -#: menu-plus/functions/generate-menu-plus.php:421 -msgid "Desktop only" -msgstr "Только настольный вид" - -#: menu-plus/functions/generate-menu-plus.php:180 -#: menu-plus/functions/generate-menu-plus.php:317 -#: menu-plus/functions/generate-menu-plus.php:363 -#: menu-plus/functions/generate-menu-plus.php:422 -msgid "On" -msgstr "" - -#: menu-plus/functions/generate-menu-plus.php:181 -#: menu-plus/functions/generate-menu-plus.php:316 -#: menu-plus/functions/generate-menu-plus.php:364 -#: menu-plus/functions/generate-menu-plus.php:423 -msgid "Off" -msgstr "" - -#: menu-plus/functions/generate-menu-plus.php:202 -#, fuzzy -#| msgid "Position" -msgid "Transition" -msgstr "Позиция" - -#: menu-plus/functions/generate-menu-plus.php:205 -msgid "Fade" -msgstr "Растворение" - -#: menu-plus/functions/generate-menu-plus.php:206 -msgid "Slide" -msgstr "Выезд" - -#: menu-plus/functions/generate-menu-plus.php:207 -msgid "None" -msgstr "Отсутствует" - -#: menu-plus/functions/generate-menu-plus.php:229 -#: menu-plus/functions/generate-menu-plus.php:385 -msgid "Hide when scrolling down" -msgstr "" - -#: menu-plus/functions/generate-menu-plus.php:252 -#: page-header/functions/metabox.php:477 -msgid "Navigation Logo" -msgstr "Логотип меню" - -#: menu-plus/functions/generate-menu-plus.php:274 -msgid "Navigation Logo Placement" -msgstr "" - -#: menu-plus/functions/generate-menu-plus.php:277 -#: menu-plus/functions/generate-menu-plus.php:360 -msgid "Sticky" -msgstr "Липкий" - -#: menu-plus/functions/generate-menu-plus.php:278 -msgid "Sticky + Static" -msgstr "Липкий + статический" - -#: menu-plus/functions/generate-menu-plus.php:279 -msgid "Static" -msgstr "Статический" - -#: menu-plus/functions/generate-menu-plus.php:292 -#: menu-plus/functions/generate-menu-plus.php:313 -msgid "Mobile Header" -msgstr "Мобильная шапка" - -#: menu-plus/functions/generate-menu-plus.php:338 -#: page-header/functions/metabox.php:191 -msgid "Logo" -msgstr "Логотип" - -#: menu-plus/functions/generate-menu-plus.php:442 -#, fuzzy -#| msgid "Sidebar" -msgid "Side" -msgstr "Боковик" - -#: menu-plus/functions/generate-menu-plus.php:693 -#: sections/functions/metaboxes/views/sections-template.php:69 -#: sites/classes/class-site.php:161 sites/classes/class-site.php:477 -msgid "Close" -msgstr "Закрыть" - -#: page-header/functions/functions.php:808 -msgid "Page Header Location" -msgstr "" - -#: page-header/functions/functions.php:812 -#: page-header/functions/functions.php:837 -msgid "Inside Content Area" -msgstr "Внутри области содержимого" - -#: page-header/functions/functions.php:833 -msgid "Single Post Header Location" -msgstr "" - -#: page-header/functions/functions.php:838 -msgid "Below Post Title" -msgstr "Под заголовком записи" - -#: page-header/functions/functions.php:839 -msgid "Hide" -msgstr "Скрыть" - -#: page-header/functions/functions.php:1078 -#, php-format -msgid "View all posts by %s" -msgstr "" - -#: page-header/functions/global-locations.php:24 -#: page-header/functions/global-locations.php:25 -#: page-header/functions/global-locations.php:40 -msgid "Global Locations" -msgstr "" - -#: page-header/functions/global-locations.php:72 -msgid "Posts Page (blog)" -msgstr "" - -#: page-header/functions/global-locations.php:81 -msgid "Search Results" -msgstr "" - -#: page-header/functions/global-locations.php:90 -msgid "404 Template" -msgstr "" - -#: page-header/functions/global-locations.php:99 -msgid "Post Types - Single" -msgstr "" - -#: page-header/functions/global-locations.php:125 -msgid "Post Types - Archives" -msgstr "" - -#: page-header/functions/global-locations.php:147 -msgid "Taxonomies - Archives" -msgstr "" - -#: page-header/functions/metabox.php:139 page-header/functions/metabox.php:749 -#, php-format -msgid "" -"No Page Headers found. Want to create " -"one?" -msgstr "" - -#: page-header/functions/metabox.php:158 -msgid "Content is required for the below settings to work." -msgstr "" - -#: page-header/functions/metabox.php:178 -msgid "Image" -msgstr "Изображение" - -#: page-header/functions/metabox.php:186 -msgid "Background Video" -msgstr "" - -#: page-header/functions/metabox.php:202 -msgid "Add to excerpt" -msgstr "" - -#: page-header/functions/metabox.php:218 -msgid "" -"Currently using your featured image." -msgstr "" - -#: page-header/functions/metabox.php:229 -msgid "Page Header Image" -msgstr "Изображение для шапки страницы" - -#: page-header/functions/metabox.php:229 -msgid "Insert Image" -msgstr "Вставить изображение" - -#: page-header/functions/metabox.php:230 -msgid "Choose Image" -msgstr "" - -#: page-header/functions/metabox.php:233 -msgid "Remove Image" -msgstr "" - -#: page-header/functions/metabox.php:238 -msgid "Or you can set the featured image." -msgstr "" - -#: page-header/functions/metabox.php:243 -msgid "Image Link" -msgstr "" - -#: page-header/functions/metabox.php:248 -msgid "Resize Image" -msgstr "" - -#: page-header/functions/metabox.php:250 -#: sections/functions/metaboxes/views/sections-template.php:250 -#: sections/functions/metaboxes/views/sections-template.php:258 -#, fuzzy -msgid "Disable" -msgstr "" -"#-#-#-#-# generate-blog-ru_RU.po (Generate Blog) #-#-#-#-#\n" -"Выключить\n" -"#-#-#-#-# generate-sections-ru_RU.po (Generate Sections) #-#-#-#-#\n" -"Отключить\n" -"#-#-#-#-# menu-plus-ru_RU.po (Generate Menu Plus) #-#-#-#-#\n" -"Выключить\n" -"#-#-#-#-# page-header-ru_RU.po (Generate Page Header) #-#-#-#-#\n" -"Выключить" - -#: page-header/functions/metabox.php:251 -#: sections/functions/metaboxes/views/sections-template.php:251 -#: sections/functions/metaboxes/views/sections-template.php:259 -msgid "Enable" -msgstr "Включить" - -#: page-header/functions/metabox.php:257 -msgid "Image Width" -msgstr "Ширина изображения" - -#: page-header/functions/metabox.php:262 -msgid "Image Height" -msgstr "Высота изображения" - -#: page-header/functions/metabox.php:265 -msgid "Use \"0\" or leave blank for proportional resizing." -msgstr "" -"Укажите \"0\" или оставьте пустым для пропорционального масштабирования." - -#: page-header/functions/metabox.php:274 -msgid "HTML and shortcodes allowed." -msgstr "Можно использовать HTML и шорткоды." - -#: page-header/functions/metabox.php:281 -msgid "Automatically add paragraphs" -msgstr "Автоматически добавить теги абзаца" - -#: page-header/functions/metabox.php:286 -msgid "Add Padding" -msgstr "Добавление отступов" - -#: page-header/functions/metabox.php:291 -msgid "Add Background Image" -msgstr "" - -#: page-header/functions/metabox.php:296 -msgid "Use background color as overlay" -msgstr "" - -#: page-header/functions/metabox.php:301 -#: sections/functions/metaboxes/views/sections-template.php:247 -msgid "Parallax Effect" -msgstr "Эффект параллакса" - -#: page-header/functions/metabox.php:306 -msgid "Fullscreen" -msgstr "Полный экран" - -#: page-header/functions/metabox.php:311 -msgid "Vertical center content" -msgstr "Центрировать содержимое по вертикали" - -#: page-header/functions/metabox.php:317 -msgid "Container" -msgstr "" - -#: page-header/functions/metabox.php:319 page-header/functions/metabox.php:327 -#: secondary-nav/functions/functions.php:207 -#: secondary-nav/functions/functions.php:233 -#: sections/functions/metaboxes/views/sections-template.php:167 -#: sections/functions/metaboxes/views/sections-template.php:175 -#, fuzzy -msgid "Contained" -msgstr "" -"#-#-#-#-# generate-sections-ru_RU.po (Generate Sections) #-#-#-#-#\n" -"Ограниченный\n" -"#-#-#-#-# page-header-ru_RU.po (Generate Page Header) #-#-#-#-#\n" -"Ограниченный\n" -"#-#-#-#-# secondary-nav-ru_RU.po (Generate Secondary Navigation) #-#-#-#-" -"#\n" -"Ограниченная" - -#: page-header/functions/metabox.php:320 page-header/functions/metabox.php:328 -#: sections/functions/metaboxes/views/sections-template.php:166 -#: sections/functions/metaboxes/views/sections-template.php:176 -msgid "Full Width" -msgstr "Во всю ширину" - -#: page-header/functions/metabox.php:325 -msgid "Inner Container" -msgstr "" - -#: page-header/functions/metabox.php:333 -#: woocommerce/functions/customizer/customizer.php:282 -msgid "Text Alignment" -msgstr "Выравнивание текста" - -#: page-header/functions/metabox.php:342 -msgid "Top & Bottom Padding" -msgstr "" - -#: page-header/functions/metabox.php:351 -msgid "Left & Right Padding" -msgstr "" - -#: page-header/functions/metabox.php:362 -#: sections/functions/metaboxes/views/sections-template.php:212 -msgid "Background Color" -msgstr "Цвет фона" - -#: page-header/functions/metabox.php:367 -#: sections/functions/metaboxes/views/sections-template.php:217 -msgid "Text Color" -msgstr "Цвет текста" - -#: page-header/functions/metabox.php:372 -#: sections/functions/metaboxes/views/sections-template.php:223 -msgid "Link Color" -msgstr "Цвет ссылок" - -#: page-header/functions/metabox.php:377 -#: sections/functions/metaboxes/views/sections-template.php:229 -#, fuzzy -msgid "Link Color Hover" -msgstr "" -"#-#-#-#-# generate-sections-ru_RU.po (Generate Sections) #-#-#-#-#\n" -"Цвет ссылок — наведение\n" -"#-#-#-#-# page-header-ru_RU.po (Generate Page Header) #-#-#-#-#\n" -"Ссылки — наведение" - -#: page-header/functions/metabox.php:388 -msgid "MP4 file" -msgstr "" - -#: page-header/functions/metabox.php:390 page-header/functions/metabox.php:398 -#: page-header/functions/metabox.php:406 -msgid "Page Header Video" -msgstr "Видео шапки" - -#: page-header/functions/metabox.php:390 page-header/functions/metabox.php:398 -#: page-header/functions/metabox.php:406 -msgid "Insert Video" -msgstr "Вставить видео" - -#: page-header/functions/metabox.php:391 page-header/functions/metabox.php:399 -#: page-header/functions/metabox.php:407 -msgid "Choose Video" -msgstr "" - -#: page-header/functions/metabox.php:396 -msgid "OGV file" -msgstr "" - -#: page-header/functions/metabox.php:404 -msgid "WEBM file" -msgstr "" - -#: page-header/functions/metabox.php:412 -msgid "Overlay Color" -msgstr "Цвет наложения" - -#: page-header/functions/metabox.php:428 -msgid "Overwrite your site-wide logo/header on this page." -msgstr "" - -#: page-header/functions/metabox.php:438 -msgid "Header / Logo" -msgstr "Шапка / логотип" - -#: page-header/functions/metabox.php:438 page-header/functions/metabox.php:477 -msgid "Insert Logo" -msgstr "" - -#: page-header/functions/metabox.php:439 page-header/functions/metabox.php:478 -msgid "Choose Logo" -msgstr "" - -#: page-header/functions/metabox.php:450 page-header/functions/metabox.php:490 -msgid "Remove Logo" -msgstr "" - -#: page-header/functions/metabox.php:467 -msgid "Overwrite your navigation logo on this page." -msgstr "" - -#: page-header/functions/metabox.php:502 -msgid "Merge with site header" -msgstr "Объединить с шапкой сайта" - -#: page-header/functions/metabox.php:508 -msgid "Place content behind header (sliders etc..)" -msgstr "Поместить содержимое за шапку (слайдеры и т.п.)" - -#: page-header/functions/metabox.php:517 typography/functions/functions.php:547 -msgid "Site Tagline" -msgstr "" - -#: page-header/functions/metabox.php:523 -msgid "Custom Navigation Colors" -msgstr "" - -#: page-header/functions/metabox.php:528 -msgid "Navigation Background" -msgstr "" - -#: page-header/functions/metabox.php:533 -msgid "Navigation Text" -msgstr "" - -#: page-header/functions/metabox.php:538 -msgid "Navigation Background Hover" -msgstr "" - -#: page-header/functions/metabox.php:543 -msgid "Navigation Text Hover" -msgstr "" - -#: page-header/functions/metabox.php:548 -msgid "Navigation Background Current" -msgstr "" - -#: page-header/functions/metabox.php:553 -msgid "Navigation Text Current" -msgstr "" - -#: page-header/functions/metabox.php:673 -msgid "Template Tags" -msgstr "" - -#: page-header/functions/metabox.php:686 -msgid "The content title of the current post/taxonomy." -msgstr "" - -#: page-header/functions/metabox.php:689 -msgid "The published date of the current post." -msgstr "" - -#: page-header/functions/metabox.php:692 -msgid "The author of the current post." -msgstr "" - -#: page-header/functions/metabox.php:695 -msgid "" -"The terms attached to the chosen taxonomy (category, post_tag, product_cat)." -msgstr "" - -#: page-header/functions/metabox.php:698 -msgid "Custom post meta. Replace \"name\" with the name of your custom field." -msgstr "" - -#: page-header/functions/metabox.php:702 -msgid "" -"Display an Elementor library template. Replace \"id\" with the ID or name." -msgstr "" - -#: page-header/functions/metabox.php:707 -msgid "Display a Beaver Builder template. Replace \"id\" with the ID or name." -msgstr "" - -#: page-header/functions/post-type.php:12 -msgctxt "Post Type General Name" -msgid "Page Headers" -msgstr "" - -#: page-header/functions/post-type.php:13 -msgctxt "Post Type Singular Name" -msgid "Page Header" -msgstr "" - -#: page-header/functions/post-type.php:14 -msgid "Page Headers" -msgstr "" - -#: page-header/functions/post-type.php:16 -msgid "Page Header Archives" -msgstr "" - -#: page-header/functions/post-type.php:17 -msgid "Parent Page Header:" -msgstr "" - -#: page-header/functions/post-type.php:18 -msgid "All Page Headers" -msgstr "" - -#: page-header/functions/post-type.php:19 -msgid "Add New Page Header" -msgstr "" - -#: page-header/functions/post-type.php:20 -msgid "New Page Header" -msgstr "" - -#: page-header/functions/post-type.php:21 -msgid "Edit Page Header" -msgstr "" - -#: page-header/functions/post-type.php:22 -msgid "Update Page Header" -msgstr "" - -#: page-header/functions/post-type.php:23 -msgid "View Page Header" -msgstr "" - -#: page-header/functions/post-type.php:24 -msgid "Search Page Header" -msgstr "" - -#: page-header/functions/post-type.php:25 -msgid "Insert into Page Header" -msgstr "" - -#: page-header/functions/post-type.php:26 -msgid "Uploaded to this Page Header" -msgstr "" - -#: secondary-nav/functions/functions.php:16 -msgid "Secondary Menu" -msgstr "Дополнительное меню" - -#: secondary-nav/functions/functions.php:203 -msgid "Navigation Width" -msgstr "" - -#: secondary-nav/functions/functions.php:229 -msgid "Inner Navigation Width" -msgstr "" - -#: secondary-nav/functions/functions.php:255 -msgid "Navigation Alignment" -msgstr "Выравнивание" - -#: secondary-nav/functions/functions.php:282 -msgid "Navigation Location" -msgstr "" - -#: secondary-nav/functions/functions.php:285 -msgid "Below Header" -msgstr "Под шапкой" - -#: secondary-nav/functions/functions.php:286 -msgid "Above Header" -msgstr "Над шапкой" - -#: secondary-nav/functions/functions.php:287 -msgid "Float Right" -msgstr "Плавающее вправо" - -#: secondary-nav/functions/functions.php:288 -msgid "Float Left" -msgstr "" - -#: secondary-nav/functions/functions.php:289 -msgid "Left Sidebar" -msgstr "В левом боковике" - -#: secondary-nav/functions/functions.php:290 -msgid "Right Sidebar" -msgstr "В правом боковике" - -#: secondary-nav/functions/functions.php:291 -msgid "No Navigation" -msgstr "Без меню" - -#: secondary-nav/functions/functions.php:312 -msgid "Merge with Secondary Navigation" -msgstr "" - -#: sections/functions/metaboxes/metabox-functions.php:47 -msgid "Use Sections" -msgstr "Использовать секции" - -#: sections/functions/metaboxes/metabox-functions.php:59 -msgid "Sections" -msgstr "Секции" - -#: sections/functions/metaboxes/metabox-functions.php:237 -msgid "This action can not be undone, are you sure?" -msgstr "Это действие нельзя отменить; вы уверены?" - -#: sections/functions/metaboxes/metabox-functions.php:240 -msgid "Section" -msgstr "Секция" - -#: sections/functions/metaboxes/metabox-functions.php:243 -msgid "Settings" -msgstr "Настройки" - -#: sections/functions/metaboxes/metabox-functions.php:249 -msgid "Section Background" -msgstr "Фон секции" - -#: sections/functions/metaboxes/metabox-functions.php:250 -msgid "Set as Section Background" -msgstr "Установить как фон секции" - -#: sections/functions/metaboxes/metabox-functions.php:254 -msgid "Insert into Section" -msgstr "Вставить в секцию" - -#: sections/functions/metaboxes/metabox-functions.php:255 -#: sections/functions/metaboxes/views/sections-template.php:74 -msgid "Edit Section" -msgstr "Редактировать секцию" - -#: sections/functions/metaboxes/views/sections-template.php:35 -msgid "Click to edit" -msgstr "Нажмите, чтобы редактировать" - -#: sections/functions/metaboxes/views/sections-template.php:37 -msgid "Click to edit content" -msgstr "Нажмите, чтобы редактировать содержимое" - -#: sections/functions/metaboxes/views/sections-template.php:38 -msgid "Click to edit settings" -msgstr "Нажмите, чтобы изменить параметры" - -#: sections/functions/metaboxes/views/sections-template.php:39 -msgid "Click and drag to sort" -msgstr "Нажмите и тащите, чтобы упорядочить" - -#: sections/functions/metaboxes/views/sections-template.php:40 -msgid "Click to remove" -msgstr "Нажмите, чтобы убрать" - -#: sections/functions/metaboxes/views/sections-template.php:54 -msgid "Add Section" -msgstr "Добавить секцию" - -#: sections/functions/metaboxes/views/sections-template.php:55 -msgid "Remove Sections" -msgstr "Удалить секции" - -#: sections/functions/metaboxes/views/sections-template.php:81 -msgid "Cancel" -msgstr "Отмена" - -#: sections/functions/metaboxes/views/sections-template.php:110 -msgid "Section Label" -msgstr "Метка секции" - -#: sections/functions/metaboxes/views/sections-template.php:126 -msgid "Add Media" -msgstr "Добавить медиафайл" - -#: sections/functions/metaboxes/views/sections-template.php:131 -msgid "Visual" -msgstr "Визуально" - -#: sections/functions/metaboxes/views/sections-template.php:132 -msgctxt "Name for the Text editor tab (formerly HTML)" -msgid "Text" -msgstr "Текст" - -#: sections/functions/metaboxes/views/sections-template.php:161 -msgid "Layout" -msgstr "Разметка" - -#: sections/functions/metaboxes/views/sections-template.php:162 -msgid "Box Type" -msgstr "Тип блока" - -#: sections/functions/metaboxes/views/sections-template.php:171 -msgid "Inner Box Type" -msgstr "Тип внутреннего блока" - -#: sections/functions/metaboxes/views/sections-template.php:180 -msgid "Custom ID" -msgstr "" - -#: sections/functions/metaboxes/views/sections-template.php:186 -msgid "Custom Classes" -msgstr "Настраиваемые классы" - -#: sections/functions/metaboxes/views/sections-template.php:192 -msgid "Top Padding" -msgstr "Отступ сверху" - -#: sections/functions/metaboxes/views/sections-template.php:201 -msgid "Bottom Padding" -msgstr "Отступ снизу" - -#: sections/functions/metaboxes/views/sections-template.php:237 -#: sections/functions/metaboxes/views/sections-template.php:242 -msgid "Background Image" -msgstr "Фоновое изображение" - -#: sections/functions/metaboxes/views/sections-template.php:242 -msgid "Upload" -msgstr "Загрузить" - -#: sections/functions/metaboxes/views/sections-template.php:243 -msgid "Remove" -msgstr "Убрать" - -#: sections/functions/metaboxes/views/sections-template.php:255 -msgid "Background Color Overlay" -msgstr "" - -#: sections/functions/metaboxes/views/sections.php:8 -msgid "Javascript must be enabled to use Generate Sections" -msgstr "Для использования Generate Sections нужно включить Javascript." - -#: sections/functions/templates/template.php:107 -msgid "No sections added!" -msgstr "Не добавлено ни одной секции." - -#: sites/classes/class-site-helper.php:94 -msgid "Backing up options" -msgstr "" - -#: sites/classes/class-site-helper.php:95 -#, fuzzy -#| msgid "Import Settings" -msgid "Importing options" -msgstr "Импортировать настройки" - -#: sites/classes/class-site-helper.php:96 -#, fuzzy -#| msgid "Blog Content" -msgid "Downloading content" -msgstr "Содержимое блога" - -#: sites/classes/class-site-helper.php:97 -#, fuzzy -#| msgid "Skip to content" -msgid "Importing content" -msgstr "Перейти к содержимому" - -#: sites/classes/class-site-helper.php:98 -#, fuzzy -#| msgid "Import Settings" -msgid "Importing site options" -msgstr "Импортировать настройки" - -#: sites/classes/class-site-helper.php:99 -#, fuzzy -#| msgid "Import Settings" -msgid "Importing widgets" -msgstr "Импортировать настройки" - -#: sites/classes/class-site-helper.php:100 -msgid "Activating plugins" -msgstr "" - -#: sites/classes/class-site-helper.php:101 -msgid "Installing plugins" -msgstr "" - -#: sites/classes/class-site-helper.php:102 -#, fuzzy -#| msgid "Static" -msgid "Automatic" -msgstr "Статический" - -#: sites/classes/class-site-helper.php:103 -msgid "Manual" -msgstr "" - -#: sites/classes/class-site-helper.php:104 -msgid "Theme options exist and can be imported." -msgstr "" - -#: sites/classes/class-site-helper.php:105 -msgid "No theme options found, please contact the site author." -msgstr "" - -#: sites/classes/class-site-helper.php:106 -msgid "Site content exists and can be imported." -msgstr "" - -#: sites/classes/class-site-widget-importer.php:60 -msgid "Import data could not be read. Please try a different file." -msgstr "" - -#: sites/classes/class-site-widget-importer.php:104 -msgid "Widget area does not exist in theme (using Inactive)" -msgstr "" - -#: sites/classes/class-site-widget-importer.php:126 -msgid "Site does not support widget" -msgstr "" - -#: sites/classes/class-site-widget-importer.php:161 -msgid "Widget already exists" -msgstr "" - -#: sites/classes/class-site-widget-importer.php:238 -msgid "Imported" -msgstr "" - -#: sites/classes/class-site-widget-importer.php:241 -msgid "Imported to Inactive" -msgstr "" - -#: sites/classes/class-site-widget-importer.php:247 -msgid "No Title" -msgstr "" - -#: sites/classes/class-site.php:159 -msgid "Previous Site" -msgstr "" - -#: sites/classes/class-site.php:159 -msgid "Previous" -msgstr "" - -#: sites/classes/class-site.php:160 -msgid "Next Site" -msgstr "" - -#: sites/classes/class-site.php:160 -msgid "Next" -msgstr "" - -#: sites/classes/class-site.php:206 sites/classes/class-site.php:270 -msgid "Preview" -msgstr "" - -#: sites/classes/class-site.php:207 sites/classes/class-site.php:479 -msgid "Details" -msgstr "" - -#: sites/classes/class-site.php:224 -msgid "Overview" -msgstr "" - -#: sites/classes/class-site.php:228 -#, fuzzy -#| msgid "Remove Sections" -msgid "Theme Options" -msgstr "Удалить секции" - -#: sites/classes/class-site.php:236 -#, fuzzy -#| msgid "After Content" -msgid "Site Content" -msgstr "После содержимого" - -#: sites/classes/class-site.php:236 sites/classes/class-site.php:351 -msgid "Optional" -msgstr "" - -#: sites/classes/class-site.php:243 -msgid "Plugins" -msgstr "" - -#: sites/classes/class-site.php:249 sites/classes/class-site.php:381 -msgid "The following plugins can be installed and activated automatically." -msgstr "" - -#: sites/classes/class-site.php:254 sites/classes/class-site.php:386 -msgid "The following plugins are already installed." -msgstr "" - -#: sites/classes/class-site.php:259 sites/classes/class-site.php:391 -msgid "The following plugins need to be installed and activated manually." -msgstr "" - -#: sites/classes/class-site.php:277 -msgid "Gathering data" -msgstr "" - -#: sites/classes/class-site.php:281 -msgid "Get Started" -msgstr "" - -#: sites/classes/class-site.php:293 -msgid "GeneratePress Options" -msgstr "" - -#: sites/classes/class-site.php:297 -msgid "" -"This step will backup your current theme options, then import the new ones." -msgstr "" - -#: sites/classes/class-site.php:300 -msgid "The following GP Premium modules will be activated:" -msgstr "" - -#: sites/classes/class-site.php:308 -msgid "Go Back" -msgstr "" - -#: sites/classes/class-site.php:315 -#, fuzzy -#| msgid "Bulk Actions" -msgid "Backup Options" -msgstr "Пакетные операции" - -#: sites/classes/class-site.php:325 -#, fuzzy -#| msgid "Import Settings" -msgid "Import Options" -msgstr "Импортировать настройки" - -#: sites/classes/class-site.php:358 -msgid "" -"I understand that this step will add content, site options, menus, widgets " -"and plugins to my site." -msgstr "" - -#: sites/classes/class-site.php:365 -#, php-format -msgid "" -"For best results, only install this demo content on fresh sites with no " -"content. If you have already installed another GeneratePress Site, be sure " -"to %s by deleting the content, plugins and menus that it added." -msgstr "" - -#: sites/classes/class-site.php:368 -msgid "clean it up" -msgstr "" - -#: sites/classes/class-site.php:373 -msgid "" -"You can skip this step if you already " -"have content and do not want the demo content imported." -msgstr "" - -#: sites/classes/class-site.php:400 -msgid "Skip" -msgstr "" - -#: sites/classes/class-site.php:408 -#, fuzzy -#| msgid "Before Content" -msgid "Import Content" -msgstr "Перед содержимым" - -#: sites/classes/class-site.php:435 -msgid "All done!" -msgstr "" - -#: sites/classes/class-site.php:436 -msgid "Your site is ready to go!" -msgstr "" - -#: sites/classes/class-site.php:440 -#, php-format -msgid "Crafted with %s by" -msgstr "" - -#: sites/classes/class-site.php:458 -msgid "Start Over" -msgstr "" - -#: sites/classes/class-site.php:461 -msgid "View Site" -msgstr "" - -#: sites/classes/class-site.php:829 -msgid "Site options imported" -msgstr "" - -#: sites/classes/class-site.php:859 -#, fuzzy -#| msgid "License activated." -msgid "Plugins activated" -msgstr "Лицензия активирована." - -#: sites/libs/wxr-importer/WXRImporter.php:132 -msgid "Could not open the file for parsing" -msgstr "" - -#: sites/libs/wxr-importer/WXRImporter.php:168 -#: sites/libs/wxr-importer/WXRImporter.php:284 -#: sites/libs/wxr-importer/WXRImporter.php:357 -#, php-format -msgid "" -"This WXR file (version %s) is newer than the importer (version %s) and may " -"not be supported. Please consider updating." -msgstr "" - -#: sites/libs/wxr-importer/WXRImporter.php:507 -msgid "The file does not exist, please try again." -msgstr "" - -#: sites/libs/wxr-importer/WXRImporter.php:567 -msgid "Invalid author mapping" -msgstr "" - -#: sites/libs/wxr-importer/WXRImporter.php:668 -msgid "Cannot import auto-draft posts" -msgstr "" - -#: sites/libs/wxr-importer/WXRImporter.php:756 -#, php-format -msgid "Failed to import \"%s\": Invalid post type %s" -msgstr "" - -#: sites/libs/wxr-importer/WXRImporter.php:766 -#, php-format -msgid "%s \"%s\" already exists." -msgstr "" - -#: sites/libs/wxr-importer/WXRImporter.php:851 -#, php-format -msgid "Skipping attachment \"%s\", fetching attachments disabled" -msgstr "" - -#: sites/libs/wxr-importer/WXRImporter.php:872 -#, php-format -msgid "Failed to import \"%s\" (%s)" -msgstr "" - -#: sites/libs/wxr-importer/WXRImporter.php:904 -#: sites/libs/wxr-importer/WXRImporter.php:1738 -#, php-format -msgid "Imported \"%s\" (%s)" -msgstr "" - -#: sites/libs/wxr-importer/WXRImporter.php:909 -#, php-format -msgid "Post %d remapped to %d" -msgstr "" - -#: sites/libs/wxr-importer/WXRImporter.php:1053 -msgid "Invalid file type" -msgstr "" - -#: sites/libs/wxr-importer/WXRImporter.php:1544 -#, php-format -msgid "Failed to import user \"%s\"" -msgstr "" - -#: sites/libs/wxr-importer/WXRImporter.php:1565 -#, php-format -msgid "Imported user \"%s\"" -msgstr "" - -#: sites/libs/wxr-importer/WXRImporter.php:1569 -#, php-format -msgid "User %d remapped to %d" -msgstr "" - -#: sites/libs/wxr-importer/WXRImporter.php:1714 -#, php-format -msgid "Failed to import %s %s" -msgstr "" - -#: sites/libs/wxr-importer/WXRImporter.php:1743 -#, php-format -msgid "Term %d remapped to %d" -msgstr "" - -#: sites/libs/wxr-importer/WXRImporter.php:1796 -#, php-format -msgid "Remote server returned %1$d %2$s for %3$s" -msgstr "" - -#: sites/libs/wxr-importer/WXRImporter.php:1809 -msgid "Remote file is incorrect size" -msgstr "" - -#: sites/libs/wxr-importer/WXRImporter.php:1814 -msgid "Zero size file downloaded" -msgstr "" - -#: sites/libs/wxr-importer/WXRImporter.php:1820 -#, php-format -msgid "Remote file is too large, limit is %s" -msgstr "" - -#: sites/libs/wxr-importer/WXRImporter.php:1842 -#, php-format -msgid "Running post-processing for post %d" -msgstr "" - -#: sites/libs/wxr-importer/WXRImporter.php:1855 -#, php-format -msgid "Could not find the post parent for \"%s\" (post #%d)" -msgstr "" - -#: sites/libs/wxr-importer/WXRImporter.php:1860 -#, php-format -msgid "Post %d was imported with parent %d, but could not be found" -msgstr "" - -#: sites/libs/wxr-importer/WXRImporter.php:1874 -#, php-format -msgid "Could not find the author for \"%s\" (post #%d)" -msgstr "" - -#: sites/libs/wxr-importer/WXRImporter.php:1879 -#, php-format -msgid "Post %d was imported with author \"%s\", but could not be found" -msgstr "" - -#: sites/libs/wxr-importer/WXRImporter.php:1905 -#, php-format -msgid "Post %d was marked for post-processing, but none was required." -msgstr "" - -#: sites/libs/wxr-importer/WXRImporter.php:1916 -#, php-format -msgid "Could not update \"%s\" (post #%d) with mapped data" -msgstr "" - -#: sites/libs/wxr-importer/WXRImporter.php:1961 -#, php-format -msgid "Could not find the menu object for \"%s\" (post #%d)" -msgstr "" - -#: sites/libs/wxr-importer/WXRImporter.php:1966 -#, php-format -msgid "" -"Post %d was imported with object \"%d\" of type \"%s\", but could not be " -"found" -msgstr "" - -#: sites/libs/wxr-importer/WXRImporter.php:1988 -#, php-format -msgid "Could not find the comment parent for comment #%d" -msgstr "" - -#: sites/libs/wxr-importer/WXRImporter.php:1992 -#, php-format -msgid "Comment %d was imported with parent %d, but could not be found" -msgstr "" - -#: sites/libs/wxr-importer/WXRImporter.php:2006 -#, php-format -msgid "Could not find the author for comment #%d" -msgstr "" - -#: sites/libs/wxr-importer/WXRImporter.php:2010 -#, php-format -msgid "Comment %d was imported with author %d, but could not be found" -msgstr "" - -#: sites/libs/wxr-importer/WXRImporter.php:2027 -#, php-format -msgid "Could not update comment #%d with mapped data" -msgstr "" - -#: sites/sites.php:37 -msgid "Sites" -msgstr "" - -#: sites/sites.php:78 -msgid "Refresh sites" -msgstr "" - -#: spacing/functions/customizer/content-spacing.php:32 -msgid "Container Width" -msgstr "" - -#: spacing/functions/customizer/content-spacing.php:67 -msgid "Separating Space" -msgstr "Разделитель" - -#: spacing/functions/customizer/content-spacing.php:132 -msgid "Content Padding" -msgstr "Отбивка содержимого" - -#: spacing/functions/customizer/content-spacing.php:196 -msgid "Mobile Content Padding" -msgstr "" - -#: spacing/functions/customizer/footer-spacing.php:73 -msgid "Footer Widget Area Padding" -msgstr "Отбивка области виджетов подвала" - -#: spacing/functions/customizer/footer-spacing.php:134 -msgid "Footer Padding" -msgstr "Отбивка подвала" - -#: spacing/functions/customizer/header-spacing.php:68 -msgid "Header Padding" -msgstr "Отбивка шапки" - -#: spacing/functions/customizer/navigation-spacing.php:47 -#: spacing/functions/customizer/secondary-nav-spacing.php:58 -msgid "Menu Item Width" -msgstr "" - -#: spacing/functions/customizer/navigation-spacing.php:100 -#: spacing/functions/customizer/navigation-spacing.php:178 -#: spacing/functions/customizer/navigation-spacing.php:214 -#: spacing/functions/customizer/secondary-nav-spacing.php:93 -msgid "Menu Item Height" -msgstr "" - -#: spacing/functions/customizer/navigation-spacing.php:143 -#: spacing/functions/customizer/secondary-nav-spacing.php:128 -msgid "Sub-Menu Item Height" -msgstr "Высота пункта подменю" - -#: spacing/functions/customizer/sidebar-spacing.php:12 -msgid "Sidebars" -msgstr "Боковики" - -#: spacing/functions/customizer/sidebar-spacing.php:70 -msgid "Widget Padding" -msgstr "Отбивка виджетов" - -#: spacing/functions/customizer/sidebar-spacing.php:101 -msgid "Left Sidebar Width" -msgstr "Ширина левого боковика" - -#: spacing/functions/customizer/sidebar-spacing.php:136 -msgid "Right Sidebar Width" -msgstr "Ширина правого боковика" - -#: spacing/functions/customizer/top-bar-spacing.php:55 -msgid "Top Bar Padding" -msgstr "" - -#: spacing/functions/functions.php:42 -msgid "Change the spacing for various elements using pixels." -msgstr "Изменение расстояний между различными элементами в пикселах." - -#: typography/functions/functions.php:44 -msgid "Typography" -msgstr "Типографика" - -#: typography/functions/functions.php:145 -#: typography/functions/functions.php:336 -#: typography/functions/functions.php:465 -#: typography/functions/functions.php:577 -#: typography/functions/functions.php:701 -#: typography/functions/functions.php:818 -#: typography/functions/functions.php:938 -#: typography/functions/functions.php:1089 -#: typography/functions/functions.php:1230 -#: typography/functions/functions.php:1364 -#: typography/functions/functions.php:1497 -#: typography/functions/functions.php:1630 -#: typography/functions/functions.php:1779 -#: typography/functions/functions.php:1960 -#: typography/functions/secondary-nav-fonts.php:139 -#: typography/functions/slideout-nav-fonts.php:106 -#: typography/functions/woocommerce-fonts.php:99 -msgid "Font size" -msgstr "Размер" - -#: typography/functions/functions.php:180 -#: typography/functions/functions.php:981 -#: typography/functions/functions.php:1132 -#: typography/functions/functions.php:1265 -#: typography/functions/functions.php:1398 -#: typography/functions/functions.php:1531 -#: typography/functions/functions.php:1664 -msgid "Line height" -msgstr "" - -#: typography/functions/functions.php:215 -msgid "Paragraph margin" -msgstr "" - -#: typography/functions/functions.php:841 -msgid "Headings" -msgstr "" - -#: typography/functions/functions.php:900 -msgid "Heading 1 (H1)" -msgstr "Заголовок 1 (H1)" - -#: typography/functions/functions.php:1051 -msgid "Heading 2 (H2)" -msgstr "Заголовок 2 (H2)" - -#: typography/functions/functions.php:1202 -msgid "Heading 3 (H3)" -msgstr "Заголовок 3 (H3)" - -#: typography/functions/functions.php:1336 -msgid "Heading 4 (H4)" -msgstr "" - -#: typography/functions/functions.php:1469 -msgid "Heading 5 (H5)" -msgstr "" - -#: typography/functions/functions.php:1602 -msgid "Heading 6 (H6)" -msgstr "" - -#: typography/functions/functions.php:1687 -msgid "Widgets" -msgstr "Виджеты" - -#: typography/functions/functions.php:1750 -msgid "Widget Titles" -msgstr "" - -#: typography/functions/functions.php:1813 -msgid "Bottom margin" -msgstr "" - -#: typography/functions/functions.php:1848 -msgid "Content font size" -msgstr "Размер шрифта содержимого" - -#: typography/functions/woocommerce-fonts.php:63 -msgid "Product Titles" -msgstr "" - -#: typography/functions/woocommerce-fonts.php:142 -msgid "Related/upsell title font size" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:57 -msgid "General" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:76 -msgid "Display cart in menu" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:95 -msgid "Display breadcrumbs" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:108 -msgid "Shop" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:127 -#: woocommerce/functions/customizer/customizer.php:547 -msgid "Sidebar Layout" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:130 -#: woocommerce/functions/customizer/customizer.php:551 -msgid "Sidebar / Content" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:131 -#: woocommerce/functions/customizer/customizer.php:552 -msgid "Content / Sidebar" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:132 -#: woocommerce/functions/customizer/customizer.php:553 -msgid "Content (no sidebars)" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:133 -#: woocommerce/functions/customizer/customizer.php:554 -msgid "Sidebar / Content / Sidebar" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:134 -#: woocommerce/functions/customizer/customizer.php:555 -msgid "Sidebar / Sidebar / Content" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:135 -#: woocommerce/functions/customizer/customizer.php:556 -msgid "Content / Sidebar / Sidebar" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:154 -#: woocommerce/functions/customizer/customizer.php:263 -msgid "Products Per Page" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:192 -msgid "Product Columns" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:239 -msgid "Image Alignment" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:306 -msgid "Display page title" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:325 -msgid "Display product results count" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:344 -msgid "Display product sorting" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:363 -msgid "Display product image" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:382 -msgid "Display secondary image on hover" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:401 -msgid "Display product title" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:420 -msgid "Display sale flash" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:439 -msgid "Sale Flash Over Image" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:458 -msgid "Display Rating" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:477 -msgid "Display price" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:496 -msgid "Display add to cart button" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:515 -#: woocommerce/functions/customizer/customizer.php:700 -msgid "Display short description" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:528 -msgid "Single Product" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:575 -msgid "Display product tabs" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:594 -msgid "Display related products" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:613 -msgid "Display upsell products" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:642 -msgid "Related/Upsell Columns" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:681 -msgid "Display product meta data" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:732 -msgid "Primary Button Colors" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:733 -msgid "Primary button colors can be set here." -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:747 -msgid "Checkout" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:766 -msgid "Distraction-free mode" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:767 -msgid "" -"Remove unnecessary distractions like sidebars, footer widgets and sticky " -"menus." -msgstr "" - -#: woocommerce/functions/functions.php:413 -#: woocommerce/functions/functions.php:433 -msgid "View your shopping cart" -msgstr "" - -#: woocommerce/functions/functions.php:715 -#, php-format -msgid "Rated %s out of 5" -msgstr "" - -#: woocommerce/functions/functions.php:717 -msgid "Not yet rated" -msgstr "" - -#: woocommerce/functions/functions.php:722 -msgid "out of 5" -msgstr "" - -#. Plugin URI of the plugin/theme -msgid "https://generatepress.com" -msgstr "" - -#. Description of the plugin/theme -msgid "" -"The entire bundle of GeneratePress add-ons. Configure add-ons by going to Appearance > GeneratePress." -msgstr "" - -#. Author of the plugin/theme -msgid "Tom Usborne" -msgstr "" - -#. Author URI of the plugin/theme -msgid "https://tomusborne.com" -msgstr "" - -#, fuzzy -#~| msgid "Slideout Navigation" -#~ msgid "Slide-out Navigation" -#~ msgstr "Выезжающее меню" - -#~ msgid "Slideout Menu" -#~ msgstr "Выезжающее меню" - -#~ msgid "Both" -#~ msgstr "Оба" - -#~ msgid "Mobile Header Logo" -#~ msgstr "Логотип мобильной шапки" - -#~ msgid "Sticky Mobile Header" -#~ msgstr "Липкая мобильная шапка" - -#~ msgid "Warning: This will delete your settings." -#~ msgstr "Внимание: ваши настройки будут удалены." - -#~ msgid "Updates %s" -#~ msgstr "Обновления %s" - -#~ msgid "Export Backgrounds Customizer Settings" -#~ msgstr "Экспортировать настройки фонов" - -#~ msgid "Delete Backgrounds Customizer Settings" -#~ msgstr "Удалить настройки фонов" - -#~ msgid "Post Image / Page Header" -#~ msgstr "Изобр. записи / шапка страницы" - -#, fuzzy -#~ msgid "Apply image sizes" -#~ msgstr "" -#~ "#-#-#-#-# generate-blog-ru_RU.po (Generate Blog) #-#-#-#-#\n" -#~ "Применить размеры\n" -#~ "#-#-#-#-# page-header-ru_RU.po (Generate Page Header) #-#-#-#-#\n" -#~ "Применить размеры изображений" - -#~ msgid "Excerpt Length" -#~ msgstr "Длина отрывка" - -#~ msgid "Masonry" -#~ msgstr "Мозаика" - -#~ msgid "Masonry Block Width" -#~ msgstr "Ширина блока" - -#~ msgid "Small" -#~ msgstr "Малый" - -#~ msgid "Medium" -#~ msgstr "Средний" - -#~ msgid "Large" -#~ msgstr "Большой" - -#~ msgid "Masonry Most Recent Width" -#~ msgstr "Ширина самых свежих" - -#~ msgid "Masonry Load More Text" -#~ msgstr "Текст \"ещё\" в мозаике" - -#~ msgid "Masonry Loading Text" -#~ msgstr "Текст загрузки мозаики" - -#~ msgid "Post Image" -#~ msgstr "Изображение к записи" - -#~ msgid "Show" -#~ msgstr "Показать" - -#~ msgid "Post Image Position" -#~ msgstr "Положение изображения" - -#~ msgid "Post Image Alignment" -#~ msgstr "Выравнивание изображения" - -#~ msgid "Post Image Width" -#~ msgstr "Ширина изображения" - -#~ msgid "Post Image Height" -#~ msgstr "Высота изображения" - -#~ msgid "Date" -#~ msgstr "Дата" - -#~ msgid "Author" -#~ msgstr "Автор" - -#~ msgid "Categories" -#~ msgstr "Рубрики" - -#~ msgid "Tags" -#~ msgstr "Метки" - -#~ msgid "Comment Link" -#~ msgstr "Ссылка \"комментировать\"" - -#~ msgid "Masonry is enabled. These settings will be ignored." -#~ msgstr "Включена мозаика. Настройки игнорируются." - -#~ msgid "Column Layout" -#~ msgstr "В несколько столбцов" - -#~ msgid "First Post Full Width" -#~ msgstr "Первая запись на всю ширину" - -#~ msgid "Read more..." -#~ msgstr "Подробнее..." - -#~ msgid "Delete Blog Customizer Settings" -#~ msgstr "Удалить настройки блога" - -#~ msgid "Export Blog Customizer Settings" -#~ msgstr "Экспортировать настройки блога" - -#~ msgid "Masonry Post Width" -#~ msgstr "Ширина записи в мозаике" - -#~ msgid "Global setting" -#~ msgstr "По умолчанию" - -#~ msgid "Form Background Focus/Hover" -#~ msgstr "Фокус/наведение фона формы" - -#~ msgid "Form Text Focus/Hover" -#~ msgstr "Фокус/наведение текста формы" - -#~ msgid "Form Border Focus/Hover" -#~ msgstr "Фокус/наведение рамки формы" - -#~ msgid "Form Button" -#~ msgstr "Кнопка формы" - -#~ msgid "Form Button Focus/Hover" -#~ msgstr "Фокус/наведение кнопки формы" - -#~ msgid "Form Button Text" -#~ msgstr "Текст кнопки формы" - -#~ msgid "Form Button Text Focus/Hover" -#~ msgstr "Фокус/наведение текста кнопки формы" - -#~ msgid "Export GP Hooks" -#~ msgstr "Экспортировать хуки GP" - -#~ msgid "Delete GP Hooks" -#~ msgstr "Удалить хуки GP" - -#~ msgid "Import / Export" -#~ msgstr "Импорт / экспорт" - -#~ msgid "" -#~ "Export your settings set in the Customizer." -#~ msgstr "Экспортировать ваши настройки." - -#~ msgid "Export Default Customizer Settings" -#~ msgstr "Экспортировать основные настройки" - -#~ msgid "" -#~ "Import your settings by uploading your exported .json " -#~ "file." -#~ msgstr "" -#~ "Импортируйте свои настройки, загрузив экспортированный " -#~ "файл .json." - -#~ msgid "Error: Content already detected in default editor." -#~ msgstr "Ошибка: в редакторе по умолчанию уже есть содержимое." - -#~ msgid "" -#~ "Please activate the \"Visual\" tab in your main editor before " -#~ "transferring content." -#~ msgstr "" -#~ "Пожалуйста, до переноса содержимого откройте вкладку \"Визуально\" " -#~ "основного редактора." - -#~ msgid "" -#~ "The spacing between elements when \"Content Layout\" is set to \"Separate " -#~ "Containers\"." -#~ msgstr "" -#~ "Расстояние между элементами, когда \"Разметка содержимого\" — \"Отдельные " -#~ "блоки\"." - -#~ msgid "Delete Spacing Customizer Settings" -#~ msgstr "Удалить настройки отступов" - -#~ msgid "Export Spacing Customizer Settings" -#~ msgstr "Экспортировать настройки отступов" - -#~ msgid "Left/Right Spacing" -#~ msgstr "Отступы слева/справа" - -#~ msgid "The top and bottom spacing of sub-menu items." -#~ msgstr "Верхний/нижний отступ пунктов подменю" - -#~ msgid "15%" -#~ msgstr "15%" - -#~ msgid "20%" -#~ msgstr "20%" - -#~ msgid "25%" -#~ msgstr "25%" - -#~ msgid "30%" -#~ msgstr "30%" - -#~ msgid "35%" -#~ msgstr "35%" - -#~ msgid "40%" -#~ msgstr "40%" - -#~ msgid "45%" -#~ msgstr "45%" - -#~ msgid "50%" -#~ msgstr "50%" - -#~ msgid "Default fonts" -#~ msgstr "Шрифты по умолчанию" - -#~ msgid "Google fonts" -#~ msgstr "Шрифты Google" - -#, fuzzy -#~ msgid "Site title" -#~ msgstr "" -#~ "#-#-#-#-# generate-typography-ru_RU.po (Generate Typography) #-#-#-#-#\n" -#~ "Заголовок сайта\n" -#~ "#-#-#-#-# page-header-ru_RU.po (Generate Page Header) #-#-#-#-#\n" -#~ "Название сайта" - -#~ msgid "Site tagline" -#~ msgstr "Краткое описание сайта" - -#~ msgid "Site navigation" -#~ msgstr "Меню сайта" - -#~ msgid "Font-size" -#~ msgstr "Размер шрифта" - -#~ msgid "Widget titles" -#~ msgstr "Названия виджетов" - -#~ msgid "Footer font size" -#~ msgstr "Размер шрифта подвала" - -#~ msgid "Site title font size" -#~ msgstr "Размер шрифта названия сайта" - -#~ msgid "H1 font size" -#~ msgstr "Размер шрифта H1" - -#~ msgid "H2 font size" -#~ msgstr "Размер шрифта H2" - -#~ msgid "Sticky Menu" -#~ msgstr "Липкое меню" - -#~ msgid "Sticky Navigation Effect" -#~ msgstr "Эффект липкого меню" - -#~ msgid "Navigation Logo Position" -#~ msgstr "Положение логотипа меню" - -#~ msgid "Delete Menu Plus Customizer Settings" -#~ msgstr "Удалить настройки Menu Plus" - -#~ msgid "Export Menu Plus Customizer Settings" -#~ msgstr "Экспортировать настройки Menu Plus" - -#~ msgid "Thomas Usborne" -#~ msgstr "Томас Асборн" - -#~ msgid "http://edge22.com" -#~ msgstr "http://edge22.com" - -#~ msgid "Blog Page Header" -#~ msgstr "Шапка страницы блога" - -#~ msgid "Upload an image to be used as your page header." -#~ msgstr "Загрузить изображение для шапки страницы" - -#~ msgid "Make your page header image clickable by adding a URL. (optional)" -#~ msgstr "" -#~ "Сделать изображение шапки страницы кликабельным, добавив URL " -#~ "(необязательно)" - -#~ msgid "Turn hard cropping or of off." -#~ msgstr "Включить или выключить жесткую обрезку" - -#~ msgid "Choose your image width in pixels. (integer only, default is 1200)" -#~ msgstr "" -#~ "Укажите ширину изображения в пикселах (только целое число, по умолчанию " -#~ "1200)" - -#~ msgid "" -#~ "Choose your image height in pixels. Use \"0\" or leave blank for " -#~ "proportional resizing. (integer only, default is 0) " -#~ msgstr "" -#~ "Укажите высоту изображения в пикселах. Укажите \"0\" или оставьте пустым " -#~ "для пропорционального масштабирования. (только целое, 0 по умолчанию)" - -#~ msgid "Video Background URL (MP4 only)" -#~ msgstr "URL видеозадника (только MP4)" - -#~ msgid "Video Background URL (OGV only)" -#~ msgstr "URL видеозадника (только OGV)" - -#~ msgid "Video Background URL (WEBM only)" -#~ msgstr "URL видеозадника (только WEBM)" - -#~ msgid "Page Header Content" -#~ msgstr "Содержимое шапки" - -#~ msgid "Add your content to the page header. HTML and shortcodes allowed." -#~ msgstr "" -#~ "Добавьте свое содержимое в шапку страницы. Можно использовать HTML и " -#~ "шорткоды." - -#~ msgid "Add Paragraphs" -#~ msgstr "Добавление тегов абзаца" - -#~ msgid "Wrap your text in paragraph tags automatically." -#~ msgstr "Автоматически заключить текст в теги абзаца" - -#~ msgid "Add padding around your content." -#~ msgstr "Добавить отступы вокруг содержимого" - -#~ msgid "Image Background" -#~ msgstr "Изображение как фон" - -#~ msgid "" -#~ "Use the image uploaded above as a background image for your content. " -#~ "(requires image uploaded above)" -#~ msgstr "" -#~ "Использовать загруженное изображение как фон для содержимого (требуется " -#~ "загрузить изображение выше)" - -#~ msgid "Parallax Background" -#~ msgstr "Параллаксный фон" - -#~ msgid "" -#~ "Add a cool parallax effect to your background image. (requires the image " -#~ "background option to be checked)" -#~ msgstr "" -#~ "Добавить крутой параллаксный эффект к фоновому изображению (флажок " -#~ "\"Использовать как фон\" нужно включить)" - -#~ msgid "Full Screen" -#~ msgstr "На весь экран" - -#~ msgid "Make your page header content area full screen." -#~ msgstr "Расширить область содержимого шапки страницы на весь экран" - -#~ msgid "Vertical Center" -#~ msgstr "Вертикальная центровка" - -#~ msgid "Center your page header content vertically." -#~ msgstr "Центровать содержимое шапки страницы по вертикали" - -#~ msgid "Container Type" -#~ msgstr "Тип блока" - -#~ msgid "Choose whether the page header is contained or fluid." -#~ msgstr "Выберите ограниченный или резиновый вариант шапки страницы" - -#~ msgid "Choose the horizontal alignment of your content." -#~ msgstr "Выберите вариант выравнивания содержимого по горизонтали" - -#~ msgid "Top/Bottom Padding" -#~ msgstr "Отступ сверху/снизу" - -#~ msgid "Page Header Advanced" -#~ msgstr "Шапка страницы — расширенные" - -#~ msgid "Transparent navigation" -#~ msgstr "Прозрачное меню" - -#~ msgid "Navigation text" -#~ msgstr "Текст мено" - -#~ msgid "Navigation background hover" -#~ msgstr "Фон — наведение" - -#~ msgid "Navigation text hover" -#~ msgstr "Текст — наведение" - -#~ msgid "Navigation background current" -#~ msgstr "Фон — текущий пункт" - -#~ msgid "Navigation text current" -#~ msgstr "Текст — текущий пункт" - -#~ msgid "Page Header Logo" -#~ msgstr "Логотип шапки страницы" - -#~ msgid "Replace your logo on the blog." -#~ msgstr "Заменить ваш логотип в блоге." - -#~ msgid "Page Header Position" -#~ msgstr "Положение шапки страницы" - -#~ msgid "Single Post Header Position" -#~ msgstr "Положение шапки записи" - -#~ msgid "Delete Page Header Customizer Settings" -#~ msgstr "Удалить настройки шапки страницы" - -#~ msgid "Export Page Header Customizer Settings" -#~ msgstr "Экспортировать настройки шапки страницы" - -#~ msgid "Add padding" -#~ msgstr "Добавить отступы" - -#~ msgid "Add background image" -#~ msgstr "Добавить фоновое изображение" - -#~ msgid "Parallax effect" -#~ msgstr "Эффект параллакса" - -#~ msgid "Container type" -#~ msgstr "Тип блока" - -#~ msgid "Text alignment" -#~ msgstr "Выравнивание текста" - -#~ msgid "Top/Bottom padding" -#~ msgstr "Отступы сверху/снизу" - -#~ msgid "Background color" -#~ msgstr "Цвет фона" - -#~ msgid "Text color" -#~ msgstr "Цвет текста" - -#~ msgid "Link color" -#~ msgstr "Цвет ссылок" - -#~ msgid "Link color hover" -#~ msgstr "Цвет ссылок — наведение" - -#~ msgid "Overlay color" -#~ msgstr "Цвет наложения" - -#~ msgid "Secondary Menu Items" -#~ msgstr "Пункты дополнительного меню" - -#~ msgid "Secondary navigation" -#~ msgstr "Дополнительное меню" - -#~ msgid "Navigation Position" -#~ msgstr "Расположение" - -#~ msgid "Delete Secondary Navigation Customizer Settings" -#~ msgstr "Удалить настройки дополнительного меню" - -#~ msgid "Export Secondary Navigation Customizer Settings" -#~ msgstr "Экспортировать настройки дополнительного меню" - -#~ msgid "Select Image" -#~ msgstr "Выбрать изображение" - -#~ msgid "Use Image" -#~ msgstr "Использовать изображение" - -#~ msgid "Headline / Post Title" -#~ msgstr "Заголовок / название записи" - -#~ msgid "" -#~ "There is a new version of %1$s available. View version %3$s details." -#~ msgstr "" -#~ "Доступна новая версия %1$s. Посмотреть подробности %3$s." - -#~ msgid "" -#~ "There is a new version of %1$s available. View version %3$s details or update now." -#~ msgstr "" -#~ "Доступна новая версия %1$s. Посмотреть подробности %3$s или обновить " -#~ "сейчас." - -#~ msgid "" -#~ "Want updates served directly to your Dashboard? Activate the email you " -#~ "purchased your add-ons with here." -#~ msgstr "" -#~ "Хотите, чтобы обновления подавались прямо в консоль? Активируйте адрес " -#~ "email, указанный при покупке дополнений." - -#~ msgid "Email" -#~ msgstr "Email" - -#~ msgid "Deactivate Email" -#~ msgstr "Деактивировать адрес" - -#~ msgid "Activate Email" -#~ msgstr "Активировать адрес" - -#~ msgid "Save Email" -#~ msgstr "Сохранить адрес" - -#~ msgid "Enable All Updates" -#~ msgstr "Включить все обновления" - -#~ msgid "Disable Updates" -#~ msgstr "Отключить обновления" - -#~ msgid "Enable Updates" -#~ msgstr "Включить обновления" - -#~ msgid "Email activation failed. This email does not exist in our records." -#~ msgstr "Активация адреса не удалась. Этого адреса нет в наших записях." - -#~ msgid "Email activated." -#~ msgstr "Адрес активирован." - -#~ msgid "Email deactivated." -#~ msgstr "Адрес деактивирован." - -#~ msgid "License failed." -#~ msgstr "Сбой лицензии." - -#~ msgid "Licenses activated." -#~ msgstr "Лицензии активированы." - -#~ msgid "Deactivation failed." -#~ msgstr "Сбой деактивации." - -#~ msgid "Header Colors" -#~ msgstr "Цвета шапки" - -#~ msgid "Navigation Colors" -#~ msgstr "Цвета меню" - -#~ msgid "Sub-Navigation Colors" -#~ msgstr "Цвета подменю" - -#~ msgid "Content Colors" -#~ msgstr "Цвета содержимого" - -#~ msgid "Sidebar Widget Colors" -#~ msgstr "Цвета виджетов боковика" - -#~ msgid "Footer Widget Colors" -#~ msgstr "Цвета виджетов подвала" - -#~ msgid "Footer Colors" -#~ msgstr "Цвета подвала" - -#~ msgid "Form Colors" -#~ msgstr "Цвета форм" - -#~ msgid "Page Header Link" -#~ msgstr "Ссылка для шапки страницы" - -#~ msgid "Hard Crop" -#~ msgstr "Жесткая обрезка" - -#~ msgid "Fluid" -#~ msgstr "Резиновый" - -#~ msgid "" -#~ "Choose your content padding in pixels. This will add space above and " -#~ "below your content. (integer only) " -#~ msgstr "" -#~ "Укажите величину отступа содержимого в пикселах. Это приведет к " -#~ "добавлению отступа над и под вашим содержимым (только целое число)" - -#~ msgid "Image Settings" -#~ msgstr "Параметры изображения" - -#~ msgid "Video Settings" -#~ msgstr "Параметры видео" - -#~ msgid "Content Settings" -#~ msgstr "Параметры содержимого" - -#~ msgid "Logo Settings" -#~ msgstr "Параметры логотипа" - -#~ msgid "Advanced Settings" -#~ msgstr "Расширенные настройки" - -#~ msgid "Add Image" -#~ msgstr "Добавить изображение" - -#~ msgid "Video background - MP4 file only" -#~ msgstr "Видеозадник — только файл MP4" - -#~ msgid "Add Video" -#~ msgstr "Добавить видео" - -#~ msgid "Video background - OGV file only" -#~ msgstr "Видеозадник — только файл OGV" - -#~ msgid "Video background - WEBM file only" -#~ msgstr "Видеозадник — только файл WEBM" - -#~ msgid "Add to blog excerpt" -#~ msgstr "Добавить к отрывку блога" - -#~ msgid "Navigation Layout" -#~ msgstr "Разметка меню" - -#~ msgid "Fluid / Full Width" -#~ msgstr "Резиновая / во всю ширину" diff --git a/wp-content/plugins/gp-premium/langs/gp-premium-sk_SK.mo b/wp-content/plugins/gp-premium/langs/gp-premium-sk_SK.mo deleted file mode 100644 index 9f3382d5eda5061547f4a62ac1e350386717c677..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2503 zcma)-&u<$=6vr1@3WT36KgzGeNYGNMuH!fc{fQzaxo98e{=VWbN6Pzi|xQbj8v*9SOrLWoOGNE|ry58(UkjU5W4j57O~dGqG| zn(^efUE42tXwRX)fc^*i9`x_;!3V8!ujlOo-vl23BXB3!0G|Lq0BPT6;12K`@Iml9 z@P6Wf)v+0_$2r) zNP6#q6yN(G+5Z%r055@iu<<95_WgM9*6@xmEiN#wB4%T4T&N>q8GPwgfr#cCye9fzc3j9>?DEN38M)Y-S5`)MNq+cxgr9*7& zP%wVTFHRPVQ1nlWrX&Mf>Md~V{3XMcO}Nu0U=T_c2$Yz)*| zFcBW0HDSXlcg|qLU?_&ed;=}Tu94(gyQZBK*dzm_1o*>~Egr%ur zea=?;7dl|I)KB}rvO*fCLya?nn=r1RvVIY@{kMg=wJ^yd5s||F!Uemf&KPte0aqbz zaZCh%;?$5d_G*zwVE*h74#ss@hxnfJH27-u4X3w zhnabGUfCJ21 z54n;8{+V?K@Ajz`D|t)?uh5vs^nwo~d570K?RAQ2Q+P9RYlZ*wCExsxr@E;V*}YtV zQ3DIQ?k#t&ciVN2bV*RpyzZBstKBa)OO{pV8s0F4(C;YD^35B(sr#>cDEX$!v3mbaW5a&l5MI&CMIPO+z{1nNcQld9Xs XgWqX~G9&*PPvknyI#=`m0h#v~D8SO( diff --git a/wp-content/plugins/gp-premium/langs/gp-premium-sk_SK.po b/wp-content/plugins/gp-premium/langs/gp-premium-sk_SK.po deleted file mode 100644 index 59dac302..00000000 --- a/wp-content/plugins/gp-premium/langs/gp-premium-sk_SK.po +++ /dev/null @@ -1,2682 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: GP Premium\n" -"POT-Creation-Date: 2018-02-27 17:37-0800\n" -"PO-Revision-Date: 2018-02-27 17:37-0800\n" -"Last-Translator: Pedro Mendonça \n" -"Language-Team: \n" -"Language: sk_SK\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Generator: Poedit 2.0.6\n" -"X-Poedit-Basepath: ..\n" -"X-Poedit-SourceCharset: UTF-8\n" -"X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;esc_attr__;" -"esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c;_n_noop:1,2;" -"_nx_noop:3c,1,2;__ngettext_noop:1,2\n" -"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" -"X-Poedit-WPHeader: gp-premium.php\n" -"X-Poedit-SearchPath-0: .\n" -"X-Poedit-SearchPathExcluded-0: *.js\n" -"X-Poedit-SearchPathExcluded-1: *deprecated*\n" -"X-Poedit-SearchPathExcluded-2: sites/libs/wxr-importer/WPImporterLogger.php\n" -"X-Poedit-SearchPathExcluded-3: sites/libs/wxr-importer/WXRImporter.php\n" -"X-Poedit-SearchPathExcluded-4: sites/libs/wxr-importer/WXRImportInfo.php\n" -"X-Poedit-SearchPathExcluded-5: sites/classes/class-site-widget-importer.php\n" - -#: backgrounds/functions/functions.php:99 -#: backgrounds/functions/functions.php:108 -msgid "Background Images" -msgstr "" - -#: backgrounds/functions/functions.php:117 -#: backgrounds/functions/functions.php:143 -#: typography/functions/functions.php:53 -msgid "Body" -msgstr "" - -#: backgrounds/functions/functions.php:206 -#: backgrounds/functions/functions.php:230 colors/functions/functions.php:56 -#: disable-elements/functions/functions.php:128 -#: disable-elements/functions/functions.php:130 -#: disable-elements/functions/functions.php:290 -#: disable-elements/functions/functions.php:292 -#: typography/functions/functions.php:238 -msgid "Top Bar" -msgstr "" - -#: backgrounds/functions/functions.php:293 -#: backgrounds/functions/functions.php:316 colors/functions/functions.php:143 -#: disable-elements/functions/functions.php:134 -#: disable-elements/functions/functions.php:136 -#: disable-elements/functions/functions.php:296 -#: disable-elements/functions/functions.php:298 -#: spacing/functions/customizer/header-spacing.php:11 -#: typography/functions/functions.php:361 -msgid "Header" -msgstr "" - -#: backgrounds/functions/functions.php:376 colors/functions/functions.php:239 -#: disable-elements/functions/functions.php:139 -#: disable-elements/functions/functions.php:141 -#: disable-elements/functions/functions.php:301 -#: disable-elements/functions/functions.php:303 -#: spacing/functions/customizer/navigation-spacing.php:11 -#: typography/functions/functions.php:600 -msgid "Primary Navigation" -msgstr "" - -#: backgrounds/functions/functions.php:403 -#: backgrounds/functions/secondary-nav-backgrounds.php:65 -msgid "Navigation" -msgstr "" - -#: backgrounds/functions/functions.php:423 -#: backgrounds/functions/functions.php:473 -#: backgrounds/functions/functions.php:523 -#: backgrounds/functions/functions.php:573 -#: backgrounds/functions/functions.php:633 -#: backgrounds/functions/functions.php:683 -#: backgrounds/functions/functions.php:733 -#: backgrounds/functions/secondary-nav-backgrounds.php:86 -#: backgrounds/functions/secondary-nav-backgrounds.php:135 -#: backgrounds/functions/secondary-nav-backgrounds.php:184 -#: backgrounds/functions/secondary-nav-backgrounds.php:233 -#: backgrounds/functions/secondary-nav-backgrounds.php:294 -#: backgrounds/functions/secondary-nav-backgrounds.php:343 -#: backgrounds/functions/secondary-nav-backgrounds.php:392 -#: library/customizer/controls/class-backgrounds-control.php:121 -msgid "Repeat" -msgstr "" - -#: backgrounds/functions/functions.php:424 -#: backgrounds/functions/functions.php:474 -#: backgrounds/functions/functions.php:524 -#: backgrounds/functions/functions.php:574 -#: backgrounds/functions/functions.php:634 -#: backgrounds/functions/functions.php:684 -#: backgrounds/functions/functions.php:734 -#: backgrounds/functions/secondary-nav-backgrounds.php:87 -#: backgrounds/functions/secondary-nav-backgrounds.php:136 -#: backgrounds/functions/secondary-nav-backgrounds.php:185 -#: backgrounds/functions/secondary-nav-backgrounds.php:234 -#: backgrounds/functions/secondary-nav-backgrounds.php:295 -#: backgrounds/functions/secondary-nav-backgrounds.php:344 -#: backgrounds/functions/secondary-nav-backgrounds.php:393 -#: library/customizer/controls/class-backgrounds-control.php:122 -msgid "Repeat x" -msgstr "" - -#: backgrounds/functions/functions.php:425 -#: backgrounds/functions/functions.php:475 -#: backgrounds/functions/functions.php:525 -#: backgrounds/functions/functions.php:575 -#: backgrounds/functions/functions.php:635 -#: backgrounds/functions/functions.php:685 -#: backgrounds/functions/functions.php:735 -#: backgrounds/functions/secondary-nav-backgrounds.php:88 -#: backgrounds/functions/secondary-nav-backgrounds.php:137 -#: backgrounds/functions/secondary-nav-backgrounds.php:186 -#: backgrounds/functions/secondary-nav-backgrounds.php:235 -#: backgrounds/functions/secondary-nav-backgrounds.php:296 -#: backgrounds/functions/secondary-nav-backgrounds.php:345 -#: backgrounds/functions/secondary-nav-backgrounds.php:394 -#: library/customizer/controls/class-backgrounds-control.php:123 -msgid "Repeat y" -msgstr "" - -#: backgrounds/functions/functions.php:426 -#: backgrounds/functions/functions.php:476 -#: backgrounds/functions/functions.php:526 -#: backgrounds/functions/functions.php:576 -#: backgrounds/functions/functions.php:636 -#: backgrounds/functions/functions.php:686 -#: backgrounds/functions/functions.php:736 -#: backgrounds/functions/secondary-nav-backgrounds.php:89 -#: backgrounds/functions/secondary-nav-backgrounds.php:138 -#: backgrounds/functions/secondary-nav-backgrounds.php:187 -#: backgrounds/functions/secondary-nav-backgrounds.php:236 -#: backgrounds/functions/secondary-nav-backgrounds.php:297 -#: backgrounds/functions/secondary-nav-backgrounds.php:346 -#: backgrounds/functions/secondary-nav-backgrounds.php:395 -#: library/customizer/controls/class-backgrounds-control.php:124 -msgid "No Repeat" -msgstr "" - -#: backgrounds/functions/functions.php:453 -#: backgrounds/functions/secondary-nav-backgrounds.php:114 -msgid "Navigation Item" -msgstr "" - -#: backgrounds/functions/functions.php:503 -#: backgrounds/functions/secondary-nav-backgrounds.php:163 -msgid "Navigation Item Hover" -msgstr "" - -#: backgrounds/functions/functions.php:553 -#: backgrounds/functions/secondary-nav-backgrounds.php:212 -msgid "Navigation Item Current" -msgstr "" - -#: backgrounds/functions/functions.php:586 -msgid "Primary Sub-Navigation" -msgstr "" - -#: backgrounds/functions/functions.php:613 -#: backgrounds/functions/secondary-nav-backgrounds.php:273 -msgid "Sub-Navigation Item" -msgstr "" - -#: backgrounds/functions/functions.php:663 -#: backgrounds/functions/secondary-nav-backgrounds.php:322 -msgid "Sub-Navigation Item Hover" -msgstr "" - -#: backgrounds/functions/functions.php:713 -#: backgrounds/functions/secondary-nav-backgrounds.php:371 -msgid "Sub-Navigation Item Current" -msgstr "" - -#: backgrounds/functions/functions.php:746 -#: backgrounds/functions/functions.php:772 blog/functions/customizer.php:49 -#: colors/functions/functions.php:621 page-header/functions/metabox.php:182 -#: sections/functions/metaboxes/metabox-functions.php:241 -#: sections/functions/metaboxes/metabox-functions.php:244 -#: sites/classes/class-site.php:351 -#: spacing/functions/customizer/content-spacing.php:11 -msgid "Content" -msgstr "Obsah" - -#: backgrounds/functions/functions.php:833 -msgid "Sidebar" -msgstr "" - -#: backgrounds/functions/functions.php:856 colors/functions/functions.php:775 -msgid "Sidebar Widgets" -msgstr "" - -#: backgrounds/functions/functions.php:917 colors/functions/functions.php:1102 -#: disable-elements/functions/functions.php:161 -#: disable-elements/functions/functions.php:163 -#: disable-elements/functions/functions.php:323 -#: disable-elements/functions/functions.php:325 -#: spacing/functions/customizer/footer-spacing.php:12 -#: typography/functions/functions.php:1871 -msgid "Footer" -msgstr "" - -#: backgrounds/functions/functions.php:941 -msgid "Footer Widget Area" -msgstr "" - -#: backgrounds/functions/functions.php:1016 -msgid "Footer Area" -msgstr "" - -#: backgrounds/functions/secondary-nav-backgrounds.php:39 -#: colors/functions/secondary-nav-colors.php:50 -#: disable-elements/functions/functions.php:145 -#: disable-elements/functions/functions.php:147 -#: disable-elements/functions/functions.php:307 -#: disable-elements/functions/functions.php:309 -#: secondary-nav/functions/functions.php:153 -#: secondary-nav/functions/functions.php:162 -#: typography/functions/secondary-nav-fonts.php:48 -msgid "Secondary Navigation" -msgstr "" - -#: backgrounds/functions/secondary-nav-backgrounds.php:247 -msgid "Secondary Sub-Navigation" -msgstr "" - -#: blog/functions/customizer.php:35 -msgid "Blog" -msgstr "" - -#: blog/functions/customizer.php:63 blog/functions/customizer.php:439 -msgid "Archives" -msgstr "" - -#: blog/functions/customizer.php:64 -msgid "Single" -msgstr "" - -#: blog/functions/customizer.php:76 -msgid "Content type" -msgstr "" - -#: blog/functions/customizer.php:79 secondary-nav/functions/functions.php:206 -#: secondary-nav/functions/functions.php:232 -msgid "Full" -msgstr "" - -#: blog/functions/customizer.php:80 -msgid "Excerpt" -msgstr "" - -#: blog/functions/customizer.php:99 -msgid "Excerpt word count" -msgstr "" - -#: blog/functions/customizer.php:119 -msgid "Read more label" -msgstr "" - -#: blog/functions/customizer.php:139 -msgid "Display read more as button" -msgstr "" - -#: blog/functions/customizer.php:159 blog/functions/customizer.php:337 -msgid "Display post date" -msgstr "" - -#: blog/functions/customizer.php:179 blog/functions/customizer.php:356 -msgid "Display post author" -msgstr "" - -#: blog/functions/customizer.php:199 blog/functions/customizer.php:375 -msgid "Display post categories" -msgstr "" - -#: blog/functions/customizer.php:219 blog/functions/customizer.php:394 -msgid "Display post tags" -msgstr "" - -#: blog/functions/customizer.php:239 -msgid "Display comment count" -msgstr "" - -#: blog/functions/customizer.php:259 -msgid "Use infinite scroll" -msgstr "" - -#: blog/functions/customizer.php:279 -msgid "Use button to load more posts" -msgstr "" - -#: blog/functions/customizer.php:298 -msgid "Load more label" -msgstr "" - -#: blog/functions/customizer.php:317 -msgid "Loading label" -msgstr "" - -#: blog/functions/customizer.php:413 -msgid "Display post navigation" -msgstr "" - -#: blog/functions/customizer.php:426 -msgid "Featured Images" -msgstr "" - -#: blog/functions/customizer.php:440 -msgid "Posts" -msgstr "" - -#: blog/functions/customizer.php:441 -msgid "Pages" -msgstr "" - -#: blog/functions/customizer.php:462 blog/functions/customizer.php:625 -#: blog/functions/customizer.php:789 -msgid "Display featured images" -msgstr "" - -#: blog/functions/customizer.php:482 blog/functions/customizer.php:645 -#: blog/functions/customizer.php:809 -msgid "Display padding around images" -msgstr "" - -#: blog/functions/customizer.php:503 blog/functions/customizer.php:666 -#: blog/functions/customizer.php:830 -msgid "Location" -msgstr "" - -#: blog/functions/customizer.php:506 blog/functions/customizer.php:669 -#: blog/functions/customizer.php:833 -msgid "Below Title" -msgstr "" - -#: blog/functions/customizer.php:507 blog/functions/customizer.php:670 -#: blog/functions/customizer.php:834 -msgid "Above Title" -msgstr "" - -#: blog/functions/customizer.php:528 blog/functions/customizer.php:692 -#: blog/functions/customizer.php:856 -msgid "Alignment" -msgstr "" - -#: blog/functions/customizer.php:531 blog/functions/customizer.php:695 -#: blog/functions/customizer.php:859 page-header/functions/metabox.php:336 -#: secondary-nav/functions/functions.php:259 -#: woocommerce/functions/customizer/customizer.php:243 -#: woocommerce/functions/customizer/customizer.php:286 -msgid "Center" -msgstr "Na stred" - -#: blog/functions/customizer.php:532 blog/functions/customizer.php:696 -#: blog/functions/customizer.php:860 -#: library/customizer/controls/class-spacing-control.php:26 -#: menu-plus/functions/generate-menu-plus.php:445 -#: page-header/functions/metabox.php:335 -#: secondary-nav/functions/functions.php:258 -#: woocommerce/functions/customizer/customizer.php:242 -#: woocommerce/functions/customizer/customizer.php:285 -msgid "Left" -msgstr "Vľavo" - -#: blog/functions/customizer.php:533 blog/functions/customizer.php:697 -#: blog/functions/customizer.php:861 -#: library/customizer/controls/class-spacing-control.php:24 -#: menu-plus/functions/generate-menu-plus.php:446 -#: page-header/functions/metabox.php:337 -#: secondary-nav/functions/functions.php:260 -#: woocommerce/functions/customizer/customizer.php:244 -#: woocommerce/functions/customizer/customizer.php:287 -msgid "Right" -msgstr "Vpravo" - -#: blog/functions/customizer.php:555 blog/functions/customizer.php:719 -#: blog/functions/customizer.php:883 -msgid "Width" -msgstr "" - -#: blog/functions/customizer.php:559 blog/functions/customizer.php:586 -#: blog/functions/customizer.php:723 blog/functions/customizer.php:750 -#: blog/functions/customizer.php:887 blog/functions/customizer.php:914 -msgid "Auto" -msgstr "" - -#: blog/functions/customizer.php:582 blog/functions/customizer.php:746 -#: blog/functions/customizer.php:910 -msgid "Height" -msgstr "" - -#: blog/functions/customizer.php:601 blog/functions/customizer.php:765 -#: blog/functions/customizer.php:929 -msgid "Apply sizes" -msgstr "" - -#: blog/functions/customizer.php:671 blog/functions/customizer.php:835 -#: page-header/functions/functions.php:811 -#: page-header/functions/functions.php:836 -msgid "Above Content Area" -msgstr "Nad oblasť obsahu" - -#: blog/functions/customizer.php:943 blog/functions/customizer.php:983 -msgid "Columns" -msgstr "" - -#: blog/functions/customizer.php:963 -msgid "Display posts in columns" -msgstr "" - -#: blog/functions/customizer.php:1010 -msgid "Make first post featured" -msgstr "" - -#: blog/functions/customizer.php:1031 -msgid "Display posts in masonry grid" -msgstr "" - -#: blog/functions/defaults.php:13 blog/functions/migrate.php:22 -msgid "Read more" -msgstr "" - -#: blog/functions/defaults.php:16 blog/functions/migrate.php:26 -msgid "+ More" -msgstr "" - -#: blog/functions/defaults.php:17 blog/functions/migrate.php:27 -msgid "Loading..." -msgstr "" - -#: colors/functions/functions.php:46 -#: sections/functions/metaboxes/views/sections-template.php:211 -msgid "Colors" -msgstr "" - -#: colors/functions/functions.php:79 colors/functions/functions.php:166 -#: colors/functions/functions.php:276 colors/functions/functions.php:411 -#: colors/functions/functions.php:541 colors/functions/functions.php:644 -#: colors/functions/functions.php:798 colors/functions/functions.php:886 -#: colors/functions/functions.php:1125 colors/functions/functions.php:1209 -#: colors/functions/secondary-nav-colors.php:86 -#: colors/functions/secondary-nav-colors.php:240 -#: colors/functions/slideout-nav-colors.php:82 -#: colors/functions/slideout-nav-colors.php:236 -#: sections/functions/metaboxes/views/sections-template.php:236 -msgid "Background" -msgstr "" - -#: colors/functions/functions.php:95 colors/functions/functions.php:181 -#: colors/functions/functions.php:340 colors/functions/functions.php:475 -#: colors/functions/functions.php:564 colors/functions/functions.php:658 -#: colors/functions/functions.php:812 colors/functions/functions.php:900 -#: colors/functions/functions.php:1139 colors/functions/functions.php:1232 -#: colors/functions/secondary-nav-colors.php:110 -#: colors/functions/secondary-nav-colors.php:264 -#: colors/functions/slideout-nav-colors.php:106 -#: colors/functions/slideout-nav-colors.php:260 -msgid "Text" -msgstr "" - -#: colors/functions/functions.php:101 colors/functions/functions.php:187 -#: colors/functions/functions.php:664 colors/functions/functions.php:818 -#: colors/functions/functions.php:906 colors/functions/functions.php:1145 -msgid "Link" -msgstr "" - -#: colors/functions/functions.php:107 colors/functions/functions.php:193 -#: colors/functions/functions.php:670 colors/functions/functions.php:824 -#: colors/functions/functions.php:912 colors/functions/functions.php:1151 -msgid "Link Hover" -msgstr "" - -#: colors/functions/functions.php:199 page-header/functions/metabox.php:512 -#: typography/functions/functions.php:424 -msgid "Site Title" -msgstr "" - -#: colors/functions/functions.php:205 -msgid "Tagline" -msgstr "" - -#: colors/functions/functions.php:253 -#: colors/functions/secondary-nav-colors.php:64 -#: colors/functions/slideout-nav-colors.php:60 -msgid "Parent Items" -msgstr "" - -#: colors/functions/functions.php:301 colors/functions/functions.php:436 -#: colors/functions/functions.php:587 colors/functions/functions.php:1254 -#: colors/functions/secondary-nav-colors.php:133 -#: colors/functions/secondary-nav-colors.php:287 -#: colors/functions/slideout-nav-colors.php:129 -#: colors/functions/slideout-nav-colors.php:283 -msgid "Background Hover" -msgstr "" - -#: colors/functions/functions.php:326 colors/functions/functions.php:461 -#: colors/functions/secondary-nav-colors.php:180 -#: colors/functions/secondary-nav-colors.php:334 -#: colors/functions/slideout-nav-colors.php:176 -#: colors/functions/slideout-nav-colors.php:330 -msgid "Background Current" -msgstr "" - -#: colors/functions/functions.php:346 colors/functions/functions.php:481 -#: colors/functions/functions.php:610 colors/functions/functions.php:1277 -#: colors/functions/secondary-nav-colors.php:157 -#: colors/functions/secondary-nav-colors.php:311 -#: colors/functions/slideout-nav-colors.php:153 -#: colors/functions/slideout-nav-colors.php:307 -msgid "Text Hover" -msgstr "" - -#: colors/functions/functions.php:352 colors/functions/functions.php:487 -#: colors/functions/secondary-nav-colors.php:204 -#: colors/functions/secondary-nav-colors.php:358 -#: colors/functions/slideout-nav-colors.php:200 -#: colors/functions/slideout-nav-colors.php:354 -msgid "Text Current" -msgstr "" - -#: colors/functions/functions.php:388 -#: colors/functions/secondary-nav-colors.php:218 -#: colors/functions/slideout-nav-colors.php:214 -msgid "Sub-Menu Items" -msgstr "" - -#: colors/functions/functions.php:518 typography/functions/functions.php:732 -msgid "Buttons" -msgstr "" - -#: colors/functions/functions.php:676 -#: disable-elements/functions/functions.php:156 -#: disable-elements/functions/functions.php:158 -#: disable-elements/functions/functions.php:318 -#: disable-elements/functions/functions.php:320 -msgid "Content Title" -msgstr "" - -#: colors/functions/functions.php:682 -msgid "Blog Post Title" -msgstr "" - -#: colors/functions/functions.php:688 -msgid "Blog Post Title Hover" -msgstr "" - -#: colors/functions/functions.php:694 -msgid "Entry Meta Text" -msgstr "" - -#: colors/functions/functions.php:700 -msgid "Entry Meta Links" -msgstr "" - -#: colors/functions/functions.php:706 -msgid "Entry Meta Links Hover" -msgstr "" - -#: colors/functions/functions.php:712 -msgid "Heading 1 (H1) Color" -msgstr "" - -#: colors/functions/functions.php:718 -msgid "Heading 2 (H2) Color" -msgstr "" - -#: colors/functions/functions.php:724 -msgid "Heading 3 (H3) Color" -msgstr "" - -#: colors/functions/functions.php:732 -msgid "Heading 4 (H4) Color" -msgstr "" - -#: colors/functions/functions.php:741 -msgid "Heading 5 (H5) Color" -msgstr "" - -#: colors/functions/functions.php:830 colors/functions/functions.php:918 -msgid "Widget Title" -msgstr "" - -#: colors/functions/functions.php:863 -msgid "Footer Widgets" -msgstr "" - -#: colors/functions/functions.php:951 -msgid "Forms" -msgstr "" - -#: colors/functions/functions.php:974 -msgid "Form Background" -msgstr "" - -#: colors/functions/functions.php:999 -msgid "Form Background Focus" -msgstr "" - -#: colors/functions/functions.php:1024 -msgid "Form Border" -msgstr "" - -#: colors/functions/functions.php:1049 -msgid "Form Border Focus" -msgstr "" - -#: colors/functions/functions.php:1063 -msgid "Form Text" -msgstr "" - -#: colors/functions/functions.php:1069 -msgid "Form Text Focus" -msgstr "" - -#: colors/functions/functions.php:1188 -msgid "Back to Top Button" -msgstr "" - -#: colors/functions/slideout-nav-colors.php:46 -#: menu-plus/functions/generate-menu-plus.php:14 -#: menu-plus/functions/generate-menu-plus.php:396 -#: menu-plus/functions/generate-menu-plus.php:417 -#: menu-plus/functions/generate-menu-plus.php:726 -#: typography/functions/slideout-nav-fonts.php:38 -msgid "Slideout Navigation" -msgstr "" - -#: colors/functions/woocommerce-colors.php:51 -msgid "Product Title" -msgstr "" - -#: colors/functions/woocommerce-colors.php:73 -msgid "Product Title Hover" -msgstr "" - -#: colors/functions/woocommerce-colors.php:96 -msgid "Alt Button Background" -msgstr "" - -#: colors/functions/woocommerce-colors.php:120 -msgid "Alt Button Background Hover" -msgstr "" - -#: colors/functions/woocommerce-colors.php:143 -msgid "Alt Button Text" -msgstr "" - -#: colors/functions/woocommerce-colors.php:166 -msgid "Alt Button Text Hover" -msgstr "" - -#: colors/functions/woocommerce-colors.php:189 -msgid "Star Ratings" -msgstr "" - -#: colors/functions/woocommerce-colors.php:213 -msgid "Sale Sticker Background" -msgstr "" - -#: colors/functions/woocommerce-colors.php:236 -msgid "Sale Sticker Text" -msgstr "" - -#: colors/functions/woocommerce-colors.php:258 -msgid "Price" -msgstr "" - -#: colors/functions/woocommerce-colors.php:280 -msgid "Product Tab Text" -msgstr "" - -#: colors/functions/woocommerce-colors.php:302 -msgid "Product Tab Active" -msgstr "" - -#: colors/functions/woocommerce-colors.php:325 -msgid "Success Message Background" -msgstr "" - -#: colors/functions/woocommerce-colors.php:348 -msgid "Success Message Text" -msgstr "" - -#: colors/functions/woocommerce-colors.php:371 -msgid "Info Message Background" -msgstr "" - -#: colors/functions/woocommerce-colors.php:394 -msgid "Info Message Text" -msgstr "" - -#: colors/functions/woocommerce-colors.php:417 -msgid "Error Message Background" -msgstr "" - -#: colors/functions/woocommerce-colors.php:440 -msgid "Error Message Text" -msgstr "" - -#: copyright/functions/functions.php:37 -msgid "Copyright" -msgstr "" - -#: disable-elements/functions/functions.php:98 -msgid "Disable Elements" -msgstr "" - -#: disable-elements/functions/functions.php:151 -#: disable-elements/functions/functions.php:153 -#: disable-elements/functions/functions.php:313 -#: disable-elements/functions/functions.php:315 -msgid "Featured Image / Page Header" -msgstr "" - -#: general/smooth-scroll.php:85 -msgid "Smooth scroll" -msgstr "" - -#: general/smooth-scroll.php:86 -msgid "" -"Initiate smooth scroll on anchor links using the smooth-scroll " -"class." -msgstr "" - -#: gp-premium.php:220 -msgid "GeneratePress has an update available." -msgstr "" - -#: gp-premium.php:222 -msgid "Update now." -msgstr "" - -#: gp-premium.php:234 -msgid "GP Premium requires GeneratePress to be your active theme." -msgstr "" - -#: gp-premium.php:235 -msgid "Install now." -msgstr "" - -#: gp-premium.php:250 -msgid "Configure" -msgstr "" - -#: hooks/functions/functions.php:69 -msgid "" -"DISALLOW_FILE_EDIT is defined. You should also disallow PHP execution in GP " -"Hooks." -msgstr "" - -#: hooks/functions/functions.php:70 -msgid "Learn how" -msgstr "" - -#: hooks/functions/functions.php:124 hooks/functions/functions.php:144 -#: hooks/functions/functions.php:395 -msgid "GP Hooks" -msgstr "" - -#: hooks/functions/functions.php:160 -msgid "wp_head" -msgstr "" - -#: hooks/functions/functions.php:166 -msgid "Before Header" -msgstr "" - -#: hooks/functions/functions.php:172 -msgid "Before Header Content" -msgstr "" - -#: hooks/functions/functions.php:178 -msgid "After Header Content" -msgstr "" - -#: hooks/functions/functions.php:184 -msgid "After Header" -msgstr "" - -#: hooks/functions/functions.php:190 -msgid "Inside Content Container" -msgstr "" - -#: hooks/functions/functions.php:196 -msgid "Before Content" -msgstr "" - -#: hooks/functions/functions.php:202 -msgid "After Entry Title" -msgstr "" - -#: hooks/functions/functions.php:208 -msgid "After Content" -msgstr "" - -#: hooks/functions/functions.php:214 -msgid "Before Right Sidebar Content" -msgstr "" - -#: hooks/functions/functions.php:220 -msgid "After Right Sidebar Content" -msgstr "" - -#: hooks/functions/functions.php:226 -msgid "Before Left Sidebar Content" -msgstr "" - -#: hooks/functions/functions.php:232 -msgid "After Left Sidebar Content" -msgstr "" - -#: hooks/functions/functions.php:238 -msgid "Before Footer" -msgstr "" - -#: hooks/functions/functions.php:244 -msgid "After Footer Widgets" -msgstr "" - -#: hooks/functions/functions.php:250 -msgid "Before Footer Content" -msgstr "" - -#: hooks/functions/functions.php:256 -msgid "After Footer Content" -msgstr "" - -#: hooks/functions/functions.php:262 -msgid "wp_footer" -msgstr "" - -#: hooks/functions/functions.php:347 -msgid "Execute PHP" -msgstr "" - -#: hooks/functions/functions.php:349 -msgid "Disable Hook" -msgstr "" - -#: hooks/functions/functions.php:397 -msgid "" -"Use these fields to insert anything you like throughout GeneratePress. " -"Shortcodes are allowed, and you can even use PHP if you check the Execute " -"PHP checkboxes." -msgstr "" - -#: hooks/functions/functions.php:399 -msgid "Show all" -msgstr "" - -#: hooks/functions/functions.php:410 -msgid "Save Hooks" -msgstr "" - -#: hooks/functions/functions.php:482 -msgid "Hooks saved." -msgstr "" - -#: import-export/functions/functions.php:11 -msgid "Export" -msgstr "" - -#: import-export/functions/functions.php:14 library/reset.php:12 -#: page-header/functions/metabox.php:196 -msgid "Advanced" -msgstr "" - -#: import-export/functions/functions.php:16 library/reset.php:14 -msgctxt "Module name" -msgid "Core" -msgstr "" - -#: import-export/functions/functions.php:19 library/reset.php:17 -#, fuzzy -#| msgid "Background type" -msgctxt "Module name" -msgid "Backgrounds" -msgstr "Typ pozadia" - -#: import-export/functions/functions.php:23 library/reset.php:21 -msgctxt "Module name" -msgid "Blog" -msgstr "" - -#: import-export/functions/functions.php:27 library/reset.php:25 -msgctxt "Module name" -msgid "Hooks" -msgstr "" - -#: import-export/functions/functions.php:31 library/reset.php:29 -#, fuzzy -#| msgid "Page Header" -msgctxt "Module name" -msgid "Page Header" -msgstr "Hlavička stránky" - -#: import-export/functions/functions.php:35 library/reset.php:33 -msgctxt "Module name" -msgid "Secondary Navigation" -msgstr "" - -#: import-export/functions/functions.php:39 library/reset.php:37 -msgctxt "Module name" -msgid "Spacing" -msgstr "" - -#: import-export/functions/functions.php:43 library/reset.php:41 -msgctxt "Module name" -msgid "Menu Plus" -msgstr "" - -#: import-export/functions/functions.php:47 library/reset.php:45 -msgctxt "Module name" -msgid "WooCommerce" -msgstr "" - -#: import-export/functions/functions.php:51 library/reset.php:49 -#, fuzzy -#| msgid "Top right" -msgctxt "Module name" -msgid "Copyright" -msgstr "Vpravo hore" - -#: import-export/functions/functions.php:56 -msgctxt "Module name" -msgid "GeneratePress Site" -msgstr "" - -#: import-export/functions/functions.php:63 -msgid "Export Settings" -msgstr "" - -#: import-export/functions/functions.php:77 -msgid "Import" -msgstr "" - -#: import-export/functions/functions.php:86 -msgid "Import Settings" -msgstr "" - -#: import-export/functions/functions.php:214 -msgid "Please upload a valid .json file" -msgstr "" - -#: import-export/functions/functions.php:220 -msgid "Please upload a file to import" -msgstr "" - -#: inc/EDD_SL_Plugin_Updater.php:201 -#, php-format -msgid "" -"There is a new version of %1$s available. %2$sView version %3$s details%4$s." -msgstr "" - -#: inc/EDD_SL_Plugin_Updater.php:209 -#, php-format -msgid "" -"There is a new version of %1$s available. %2$sView version %3$s details%4$s " -"or %5$supdate now%6$s." -msgstr "" - -#: inc/EDD_SL_Plugin_Updater.php:399 -msgid "You do not have permission to install plugin updates" -msgstr "Nemáte oprávnenie na inštaláciu aktualizácií pluginu" - -#: inc/EDD_SL_Plugin_Updater.php:399 -msgid "Error" -msgstr "Chyba" - -#: inc/activation.php:14 -msgid "Add-on deactivated." -msgstr "Doplnok vypnutý." - -#: inc/activation.php:18 -msgid "Add-on activated." -msgstr "Doplnok aktivovaný." - -#. Plugin Name of the plugin/theme -#: inc/activation.php:59 -msgid "GP Premium" -msgstr "GP Premium" - -#: inc/activation.php:67 -msgid "Bulk Actions" -msgstr "" - -#: inc/activation.php:68 inc/activation.php:105 -msgid "Activate" -msgstr "Aktivovať" - -#: inc/activation.php:69 inc/activation.php:89 -msgid "Deactivate" -msgstr "Deaktivovať" - -#: inc/activation.php:72 -#: sections/functions/metaboxes/views/sections-template.php:80 -msgid "Apply" -msgstr "" - -#: inc/activation.php:102 -msgid "WooCommerce not activated." -msgstr "" - -#: inc/activation.php:430 -msgid "Enter valid license key for automatic updates." -msgstr "" - -#: inc/dashboard.php:16 -msgid "Modules" -msgstr "" - -#: inc/verify.php:74 -msgid "License deactivated." -msgstr "Licencia deaktivovaná. " - -#: inc/verify.php:78 -msgid "License activated." -msgstr "Licencia aktivovaná." - -#: inc/verify.php:110 -msgid "Updates" -msgstr "" - -#: inc/verify.php:110 -msgid "Help" -msgstr "" - -#: inc/verify.php:126 -msgid "Receiving updates" -msgstr "" - -#: inc/verify.php:128 -msgid "Not receiving updates" -msgstr "" - -#: inc/verify.php:134 -msgid "License Key" -msgstr "" - -#: inc/verify.php:139 -msgid "Update" -msgstr "" - -#: inc/verify.php:224 -#, php-format -msgid "Your license key expired on %s." -msgstr "" - -#: inc/verify.php:231 -msgid "Your license key has been disabled." -msgstr "" - -#: inc/verify.php:236 -msgid "Invalid license." -msgstr "" - -#: inc/verify.php:242 -msgid "Your license is not active for this URL." -msgstr "" - -#: inc/verify.php:247 -#, php-format -msgid "This appears to be an invalid license key for %s." -msgstr "" - -#: inc/verify.php:252 -msgid "Your license key has reached its activation limit." -msgstr "" - -#: inc/verify.php:257 -msgid "An error occurred, please try again." -msgstr "" - -#: library/batch-processing/wp-background-process.php:425 -#, php-format -msgid "Every %d Minutes" -msgstr "" - -#: library/customizer/controls/class-backgrounds-control.php:18 -msgid "left top, x% y%, xpos ypos (px)" -msgstr "" - -#: library/customizer/controls/class-backgrounds-control.php:19 -msgid "Position" -msgstr "" - -#: library/customizer/controls/class-backgrounds-control.php:130 -msgid "Size (Auto)" -msgstr "" - -#: library/customizer/controls/class-backgrounds-control.php:131 -msgid "100% Width" -msgstr "" - -#: library/customizer/controls/class-backgrounds-control.php:132 -msgid "Cover" -msgstr "" - -#: library/customizer/controls/class-backgrounds-control.php:133 -msgid "Contain" -msgstr "" - -#: library/customizer/controls/class-backgrounds-control.php:139 -msgid "Attachment" -msgstr "" - -#: library/customizer/controls/class-backgrounds-control.php:140 -msgid "Fixed" -msgstr "" - -#: library/customizer/controls/class-backgrounds-control.php:141 -msgid "Local" -msgstr "" - -#: library/customizer/controls/class-backgrounds-control.php:142 -#: woocommerce/functions/customizer/customizer.php:550 -msgid "Inherit" -msgstr "" - -#: library/customizer/controls/class-copyright-control.php:25 -msgid "%current_year% to update year automatically." -msgstr "" - -#: library/customizer/controls/class-copyright-control.php:26 -msgid "%copy% to include the copyright symbol." -msgstr "" - -#: library/customizer/controls/class-copyright-control.php:27 -msgid "HTML is allowed." -msgstr "" - -#: library/customizer/controls/class-copyright-control.php:28 -msgid "Shortcodes are allowed." -msgstr "" - -#: library/customizer/controls/class-range-slider-control.php:42 -msgid "Desktop" -msgstr "" - -#: library/customizer/controls/class-range-slider-control.php:43 -msgid "Tablet" -msgstr "" - -#: library/customizer/controls/class-range-slider-control.php:44 -msgid "Mobile" -msgstr "" - -#: library/customizer/controls/class-range-slider-control.php:45 -#: library/reset.php:9 -msgid "Reset" -msgstr "" - -#: library/customizer/controls/class-spacing-control.php:23 -msgid "Top" -msgstr "" - -#: library/customizer/controls/class-spacing-control.php:25 -msgid "Bottom" -msgstr "" - -#: library/customizer/controls/class-spacing-control.php:48 -msgid "Link values" -msgstr "" - -#: library/customizer/controls/class-spacing-control.php:49 -msgid "Un-link values" -msgstr "" - -#: library/customizer/controls/class-typography-control.php:25 -msgid "System Fonts" -msgstr "" - -#: library/customizer/controls/class-typography-control.php:26 -msgid "Google Fonts" -msgstr "" - -#: library/customizer/controls/class-typography-control.php:29 -msgid "Font family" -msgstr "" - -#: library/customizer/controls/class-typography-control.php:30 -msgid "Font weight" -msgstr "" - -#: library/customizer/controls/class-typography-control.php:31 -msgid "Text transform" -msgstr "" - -#: library/customizer/controls/class-typography-control.php:33 -msgid "Variants" -msgstr "" - -#: library/customizer/controls/class-typography-control.php:162 -msgid "normal" -msgstr "" - -#: library/customizer/controls/class-typography-control.php:163 -msgid "bold" -msgstr "" - -#: library/customizer/controls/class-typography-control.php:178 -msgid "none" -msgstr "" - -#: library/customizer/controls/class-typography-control.php:179 -msgid "capitalize" -msgstr "" - -#: library/customizer/controls/class-typography-control.php:180 -msgid "uppercase" -msgstr "" - -#: library/customizer/controls/class-typography-control.php:181 -msgid "lowercase" -msgstr "" - -#: library/reset.php:55 -msgid "Warning: This will delete your settings and can not be undone." -msgstr "" - -#: library/reset.php:58 -msgid "Reset Settings" -msgstr "" - -#: menu-plus/functions/generate-menu-plus.php:25 -#: menu-plus/functions/generate-menu-plus.php:632 -msgid "Menu" -msgstr "" - -#: menu-plus/functions/generate-menu-plus.php:101 -msgid "Menu Plus" -msgstr "" - -#: menu-plus/functions/generate-menu-plus.php:126 -msgid "General Settings" -msgstr "" - -#: menu-plus/functions/generate-menu-plus.php:144 -#: secondary-nav/functions/functions.php:181 -msgid "Mobile Menu Label" -msgstr "" - -#: menu-plus/functions/generate-menu-plus.php:154 -#: menu-plus/functions/generate-menu-plus.php:175 -msgid "Sticky Navigation" -msgstr "" - -#: menu-plus/functions/generate-menu-plus.php:178 -#: menu-plus/functions/generate-menu-plus.php:420 -msgid "Mobile only" -msgstr "" - -#: menu-plus/functions/generate-menu-plus.php:179 -#: menu-plus/functions/generate-menu-plus.php:421 -msgid "Desktop only" -msgstr "" - -#: menu-plus/functions/generate-menu-plus.php:180 -#: menu-plus/functions/generate-menu-plus.php:317 -#: menu-plus/functions/generate-menu-plus.php:363 -#: menu-plus/functions/generate-menu-plus.php:422 -msgid "On" -msgstr "" - -#: menu-plus/functions/generate-menu-plus.php:181 -#: menu-plus/functions/generate-menu-plus.php:316 -#: menu-plus/functions/generate-menu-plus.php:364 -#: menu-plus/functions/generate-menu-plus.php:423 -msgid "Off" -msgstr "" - -#: menu-plus/functions/generate-menu-plus.php:202 -msgid "Transition" -msgstr "" - -#: menu-plus/functions/generate-menu-plus.php:205 -msgid "Fade" -msgstr "" - -#: menu-plus/functions/generate-menu-plus.php:206 -msgid "Slide" -msgstr "" - -#: menu-plus/functions/generate-menu-plus.php:207 -msgid "None" -msgstr "" - -#: menu-plus/functions/generate-menu-plus.php:229 -#: menu-plus/functions/generate-menu-plus.php:385 -msgid "Hide when scrolling down" -msgstr "" - -#: menu-plus/functions/generate-menu-plus.php:252 -#: page-header/functions/metabox.php:477 -msgid "Navigation Logo" -msgstr "" - -#: menu-plus/functions/generate-menu-plus.php:274 -msgid "Navigation Logo Placement" -msgstr "" - -#: menu-plus/functions/generate-menu-plus.php:277 -#: menu-plus/functions/generate-menu-plus.php:360 -msgid "Sticky" -msgstr "" - -#: menu-plus/functions/generate-menu-plus.php:278 -msgid "Sticky + Static" -msgstr "" - -#: menu-plus/functions/generate-menu-plus.php:279 -msgid "Static" -msgstr "" - -#: menu-plus/functions/generate-menu-plus.php:292 -#: menu-plus/functions/generate-menu-plus.php:313 -msgid "Mobile Header" -msgstr "" - -#: menu-plus/functions/generate-menu-plus.php:338 -#: page-header/functions/metabox.php:191 -msgid "Logo" -msgstr "" - -#: menu-plus/functions/generate-menu-plus.php:442 -msgid "Side" -msgstr "" - -#: menu-plus/functions/generate-menu-plus.php:693 -#: sections/functions/metaboxes/views/sections-template.php:69 -#: sites/classes/class-site.php:161 sites/classes/class-site.php:477 -msgid "Close" -msgstr "" - -#: page-header/functions/functions.php:784 page-header/functions/metabox.php:37 -#: page-header/functions/metabox.php:57 page-header/functions/metabox.php:763 -#: page-header/functions/post-type.php:15 -#: page-header/functions/post-type.php:29 -#: page-header/functions/post-type.php:79 -#: page-header/functions/post-type.php:112 -msgid "Page Header" -msgstr "Hlavička stránky" - -#: page-header/functions/functions.php:808 -msgid "Page Header Location" -msgstr "" - -#: page-header/functions/functions.php:812 -#: page-header/functions/functions.php:837 -msgid "Inside Content Area" -msgstr "Vnútorná oblasť obsahu" - -#: page-header/functions/functions.php:833 -msgid "Single Post Header Location" -msgstr "" - -#: page-header/functions/functions.php:838 -msgid "Below Post Title" -msgstr "" - -#: page-header/functions/functions.php:839 -msgid "Hide" -msgstr "" - -#: page-header/functions/functions.php:1078 -#, php-format -msgid "View all posts by %s" -msgstr "" - -#: page-header/functions/global-locations.php:24 -#: page-header/functions/global-locations.php:25 -#: page-header/functions/global-locations.php:40 -msgid "Global Locations" -msgstr "" - -#: page-header/functions/global-locations.php:72 -msgid "Posts Page (blog)" -msgstr "" - -#: page-header/functions/global-locations.php:81 -msgid "Search Results" -msgstr "" - -#: page-header/functions/global-locations.php:90 -msgid "404 Template" -msgstr "" - -#: page-header/functions/global-locations.php:99 -msgid "Post Types - Single" -msgstr "" - -#: page-header/functions/global-locations.php:125 -msgid "Post Types - Archives" -msgstr "" - -#: page-header/functions/global-locations.php:147 -msgid "Taxonomies - Archives" -msgstr "" - -#: page-header/functions/metabox.php:139 page-header/functions/metabox.php:749 -#, php-format -msgid "" -"No Page Headers found. Want to create " -"one?" -msgstr "" - -#: page-header/functions/metabox.php:158 -msgid "Content is required for the below settings to work." -msgstr "" - -#: page-header/functions/metabox.php:178 -msgid "Image" -msgstr "Obrázok" - -#: page-header/functions/metabox.php:186 -msgid "Background Video" -msgstr "" - -#: page-header/functions/metabox.php:202 -msgid "Add to excerpt" -msgstr "" - -#: page-header/functions/metabox.php:218 -msgid "" -"Currently using your featured image." -msgstr "" - -#: page-header/functions/metabox.php:229 -msgid "Page Header Image" -msgstr "Obrázok stránky hlavičky" - -#: page-header/functions/metabox.php:229 -msgid "Insert Image" -msgstr "" - -#: page-header/functions/metabox.php:230 -msgid "Choose Image" -msgstr "" - -#: page-header/functions/metabox.php:233 -msgid "Remove Image" -msgstr "" - -#: page-header/functions/metabox.php:238 -msgid "Or you can set the featured image." -msgstr "" - -#: page-header/functions/metabox.php:243 -msgid "Image Link" -msgstr "" - -#: page-header/functions/metabox.php:248 -msgid "Resize Image" -msgstr "" - -#: page-header/functions/metabox.php:250 -#: sections/functions/metaboxes/views/sections-template.php:250 -#: sections/functions/metaboxes/views/sections-template.php:258 -msgid "Disable" -msgstr "Zakázať" - -#: page-header/functions/metabox.php:251 -#: sections/functions/metaboxes/views/sections-template.php:251 -#: sections/functions/metaboxes/views/sections-template.php:259 -msgid "Enable" -msgstr "Aktivovať" - -#: page-header/functions/metabox.php:257 -msgid "Image Width" -msgstr "Šířka obrázku" - -#: page-header/functions/metabox.php:262 -msgid "Image Height" -msgstr "Výška obrázku" - -#: page-header/functions/metabox.php:265 -msgid "Use \"0\" or leave blank for proportional resizing." -msgstr "" - -#: page-header/functions/metabox.php:274 -msgid "HTML and shortcodes allowed." -msgstr "HTML a shortcodes povoliť." - -#: page-header/functions/metabox.php:281 -msgid "Automatically add paragraphs" -msgstr "Automaticky pridať nové slová do zoznamu na dopĺňanie" - -#: page-header/functions/metabox.php:286 -msgid "Add Padding" -msgstr "" - -#: page-header/functions/metabox.php:291 -msgid "Add Background Image" -msgstr "" - -#: page-header/functions/metabox.php:296 -msgid "Use background color as overlay" -msgstr "" - -#: page-header/functions/metabox.php:301 -#: sections/functions/metaboxes/views/sections-template.php:247 -msgid "Parallax Effect" -msgstr "" - -#: page-header/functions/metabox.php:306 -msgid "Fullscreen" -msgstr "" - -#: page-header/functions/metabox.php:311 -msgid "Vertical center content" -msgstr "" - -#: page-header/functions/metabox.php:317 -msgid "Container" -msgstr "" - -#: page-header/functions/metabox.php:319 page-header/functions/metabox.php:327 -#: secondary-nav/functions/functions.php:207 -#: secondary-nav/functions/functions.php:233 -#: sections/functions/metaboxes/views/sections-template.php:167 -#: sections/functions/metaboxes/views/sections-template.php:175 -msgid "Contained" -msgstr "Obsiahnuté" - -#: page-header/functions/metabox.php:320 page-header/functions/metabox.php:328 -#: sections/functions/metaboxes/views/sections-template.php:166 -#: sections/functions/metaboxes/views/sections-template.php:176 -msgid "Full Width" -msgstr "" - -#: page-header/functions/metabox.php:325 -msgid "Inner Container" -msgstr "" - -#: page-header/functions/metabox.php:333 -#: woocommerce/functions/customizer/customizer.php:282 -msgid "Text Alignment" -msgstr "" - -#: page-header/functions/metabox.php:342 -msgid "Top & Bottom Padding" -msgstr "" - -#: page-header/functions/metabox.php:351 -msgid "Left & Right Padding" -msgstr "" - -#: page-header/functions/metabox.php:362 -#: sections/functions/metaboxes/views/sections-template.php:212 -msgid "Background Color" -msgstr "" - -#: page-header/functions/metabox.php:367 -#: sections/functions/metaboxes/views/sections-template.php:217 -msgid "Text Color" -msgstr "" - -#: page-header/functions/metabox.php:372 -#: sections/functions/metaboxes/views/sections-template.php:223 -msgid "Link Color" -msgstr "" - -#: page-header/functions/metabox.php:377 -#: sections/functions/metaboxes/views/sections-template.php:229 -msgid "Link Color Hover" -msgstr "" - -#: page-header/functions/metabox.php:388 -msgid "MP4 file" -msgstr "" - -#: page-header/functions/metabox.php:390 page-header/functions/metabox.php:398 -#: page-header/functions/metabox.php:406 -msgid "Page Header Video" -msgstr "" - -#: page-header/functions/metabox.php:390 page-header/functions/metabox.php:398 -#: page-header/functions/metabox.php:406 -msgid "Insert Video" -msgstr "" - -#: page-header/functions/metabox.php:391 page-header/functions/metabox.php:399 -#: page-header/functions/metabox.php:407 -msgid "Choose Video" -msgstr "" - -#: page-header/functions/metabox.php:396 -msgid "OGV file" -msgstr "" - -#: page-header/functions/metabox.php:404 -msgid "WEBM file" -msgstr "" - -#: page-header/functions/metabox.php:412 -msgid "Overlay Color" -msgstr "" - -#: page-header/functions/metabox.php:428 -msgid "Overwrite your site-wide logo/header on this page." -msgstr "" - -#: page-header/functions/metabox.php:438 -msgid "Header / Logo" -msgstr "" - -#: page-header/functions/metabox.php:438 page-header/functions/metabox.php:477 -msgid "Insert Logo" -msgstr "" - -#: page-header/functions/metabox.php:439 page-header/functions/metabox.php:478 -msgid "Choose Logo" -msgstr "" - -#: page-header/functions/metabox.php:450 page-header/functions/metabox.php:490 -msgid "Remove Logo" -msgstr "" - -#: page-header/functions/metabox.php:467 -msgid "Overwrite your navigation logo on this page." -msgstr "" - -#: page-header/functions/metabox.php:502 -msgid "Merge with site header" -msgstr "" - -#: page-header/functions/metabox.php:508 -msgid "Place content behind header (sliders etc..)" -msgstr "" - -#: page-header/functions/metabox.php:517 typography/functions/functions.php:547 -msgid "Site Tagline" -msgstr "" - -#: page-header/functions/metabox.php:523 -msgid "Custom Navigation Colors" -msgstr "" - -#: page-header/functions/metabox.php:528 -msgid "Navigation Background" -msgstr "" - -#: page-header/functions/metabox.php:533 -msgid "Navigation Text" -msgstr "" - -#: page-header/functions/metabox.php:538 -msgid "Navigation Background Hover" -msgstr "" - -#: page-header/functions/metabox.php:543 -msgid "Navigation Text Hover" -msgstr "" - -#: page-header/functions/metabox.php:548 -msgid "Navigation Background Current" -msgstr "" - -#: page-header/functions/metabox.php:553 -msgid "Navigation Text Current" -msgstr "" - -#: page-header/functions/metabox.php:673 -msgid "Template Tags" -msgstr "" - -#: page-header/functions/metabox.php:686 -msgid "The content title of the current post/taxonomy." -msgstr "" - -#: page-header/functions/metabox.php:689 -msgid "The published date of the current post." -msgstr "" - -#: page-header/functions/metabox.php:692 -msgid "The author of the current post." -msgstr "" - -#: page-header/functions/metabox.php:695 -msgid "" -"The terms attached to the chosen taxonomy (category, post_tag, product_cat)." -msgstr "" - -#: page-header/functions/metabox.php:698 -msgid "Custom post meta. Replace \"name\" with the name of your custom field." -msgstr "" - -#: page-header/functions/metabox.php:702 -msgid "" -"Display an Elementor library template. Replace \"id\" with the ID or name." -msgstr "" - -#: page-header/functions/metabox.php:707 -msgid "Display a Beaver Builder template. Replace \"id\" with the ID or name." -msgstr "" - -#: page-header/functions/post-type.php:12 -msgctxt "Post Type General Name" -msgid "Page Headers" -msgstr "" - -#: page-header/functions/post-type.php:13 -msgctxt "Post Type Singular Name" -msgid "Page Header" -msgstr "" - -#: page-header/functions/post-type.php:14 -msgid "Page Headers" -msgstr "" - -#: page-header/functions/post-type.php:16 -msgid "Page Header Archives" -msgstr "" - -#: page-header/functions/post-type.php:17 -msgid "Parent Page Header:" -msgstr "" - -#: page-header/functions/post-type.php:18 -msgid "All Page Headers" -msgstr "" - -#: page-header/functions/post-type.php:19 -msgid "Add New Page Header" -msgstr "" - -#: page-header/functions/post-type.php:20 -msgid "New Page Header" -msgstr "" - -#: page-header/functions/post-type.php:21 -msgid "Edit Page Header" -msgstr "" - -#: page-header/functions/post-type.php:22 -msgid "Update Page Header" -msgstr "" - -#: page-header/functions/post-type.php:23 -msgid "View Page Header" -msgstr "" - -#: page-header/functions/post-type.php:24 -msgid "Search Page Header" -msgstr "" - -#: page-header/functions/post-type.php:25 -msgid "Insert into Page Header" -msgstr "" - -#: page-header/functions/post-type.php:26 -msgid "Uploaded to this Page Header" -msgstr "" - -#: secondary-nav/functions/functions.php:16 -msgid "Secondary Menu" -msgstr "" - -#: secondary-nav/functions/functions.php:203 -msgid "Navigation Width" -msgstr "" - -#: secondary-nav/functions/functions.php:229 -msgid "Inner Navigation Width" -msgstr "" - -#: secondary-nav/functions/functions.php:255 -msgid "Navigation Alignment" -msgstr "" - -#: secondary-nav/functions/functions.php:282 -msgid "Navigation Location" -msgstr "" - -#: secondary-nav/functions/functions.php:285 -msgid "Below Header" -msgstr "" - -#: secondary-nav/functions/functions.php:286 -msgid "Above Header" -msgstr "" - -#: secondary-nav/functions/functions.php:287 -msgid "Float Right" -msgstr "" - -#: secondary-nav/functions/functions.php:288 -msgid "Float Left" -msgstr "" - -#: secondary-nav/functions/functions.php:289 -msgid "Left Sidebar" -msgstr "" - -#: secondary-nav/functions/functions.php:290 -msgid "Right Sidebar" -msgstr "" - -#: secondary-nav/functions/functions.php:291 -msgid "No Navigation" -msgstr "" - -#: secondary-nav/functions/functions.php:312 -msgid "Merge with Secondary Navigation" -msgstr "" - -#: sections/functions/metaboxes/metabox-functions.php:47 -msgid "Use Sections" -msgstr "" - -#: sections/functions/metaboxes/metabox-functions.php:59 -msgid "Sections" -msgstr "" - -#: sections/functions/metaboxes/metabox-functions.php:237 -msgid "This action can not be undone, are you sure?" -msgstr "" - -#: sections/functions/metaboxes/metabox-functions.php:240 -msgid "Section" -msgstr "" - -#: sections/functions/metaboxes/metabox-functions.php:243 -msgid "Settings" -msgstr "" - -#: sections/functions/metaboxes/metabox-functions.php:249 -msgid "Section Background" -msgstr "" - -#: sections/functions/metaboxes/metabox-functions.php:250 -msgid "Set as Section Background" -msgstr "" - -#: sections/functions/metaboxes/metabox-functions.php:254 -msgid "Insert into Section" -msgstr "" - -#: sections/functions/metaboxes/metabox-functions.php:255 -#: sections/functions/metaboxes/views/sections-template.php:74 -msgid "Edit Section" -msgstr "" - -#: sections/functions/metaboxes/views/sections-template.php:35 -msgid "Click to edit" -msgstr "" - -#: sections/functions/metaboxes/views/sections-template.php:37 -msgid "Click to edit content" -msgstr "" - -#: sections/functions/metaboxes/views/sections-template.php:38 -msgid "Click to edit settings" -msgstr "" - -#: sections/functions/metaboxes/views/sections-template.php:39 -msgid "Click and drag to sort" -msgstr "" - -#: sections/functions/metaboxes/views/sections-template.php:40 -msgid "Click to remove" -msgstr "" - -#: sections/functions/metaboxes/views/sections-template.php:54 -msgid "Add Section" -msgstr "" - -#: sections/functions/metaboxes/views/sections-template.php:55 -msgid "Remove Sections" -msgstr "" - -#: sections/functions/metaboxes/views/sections-template.php:81 -msgid "Cancel" -msgstr "" - -#: sections/functions/metaboxes/views/sections-template.php:110 -msgid "Section Label" -msgstr "" - -#: sections/functions/metaboxes/views/sections-template.php:126 -msgid "Add Media" -msgstr "" - -#: sections/functions/metaboxes/views/sections-template.php:131 -msgid "Visual" -msgstr "" - -#: sections/functions/metaboxes/views/sections-template.php:132 -msgctxt "Name for the Text editor tab (formerly HTML)" -msgid "Text" -msgstr "" - -#: sections/functions/metaboxes/views/sections-template.php:161 -msgid "Layout" -msgstr "" - -#: sections/functions/metaboxes/views/sections-template.php:162 -msgid "Box Type" -msgstr "" - -#: sections/functions/metaboxes/views/sections-template.php:171 -msgid "Inner Box Type" -msgstr "" - -#: sections/functions/metaboxes/views/sections-template.php:180 -msgid "Custom ID" -msgstr "" - -#: sections/functions/metaboxes/views/sections-template.php:186 -msgid "Custom Classes" -msgstr "" - -#: sections/functions/metaboxes/views/sections-template.php:192 -msgid "Top Padding" -msgstr "" - -#: sections/functions/metaboxes/views/sections-template.php:201 -msgid "Bottom Padding" -msgstr "" - -#: sections/functions/metaboxes/views/sections-template.php:237 -#: sections/functions/metaboxes/views/sections-template.php:242 -msgid "Background Image" -msgstr "" - -#: sections/functions/metaboxes/views/sections-template.php:242 -msgid "Upload" -msgstr "" - -#: sections/functions/metaboxes/views/sections-template.php:243 -msgid "Remove" -msgstr "" - -#: sections/functions/metaboxes/views/sections-template.php:255 -msgid "Background Color Overlay" -msgstr "" - -#: sections/functions/metaboxes/views/sections.php:8 -msgid "Javascript must be enabled to use Generate Sections" -msgstr "" - -#: sections/functions/templates/template.php:107 -msgid "No sections added!" -msgstr "" - -#: sites/classes/class-site-helper.php:94 -msgid "Backing up options" -msgstr "" - -#: sites/classes/class-site-helper.php:95 -msgid "Importing options" -msgstr "" - -#: sites/classes/class-site-helper.php:96 -msgid "Downloading content" -msgstr "" - -#: sites/classes/class-site-helper.php:97 -msgid "Importing content" -msgstr "" - -#: sites/classes/class-site-helper.php:98 -msgid "Importing site options" -msgstr "" - -#: sites/classes/class-site-helper.php:99 -msgid "Importing widgets" -msgstr "" - -#: sites/classes/class-site-helper.php:100 -#, fuzzy -#| msgid "Activate License" -msgid "Activating plugins" -msgstr "Aktivácia licencie" - -#: sites/classes/class-site-helper.php:101 -msgid "Installing plugins" -msgstr "" - -#: sites/classes/class-site-helper.php:102 -msgid "Automatic" -msgstr "" - -#: sites/classes/class-site-helper.php:103 -msgid "Manual" -msgstr "" - -#: sites/classes/class-site-helper.php:104 -msgid "Theme options exist and can be imported." -msgstr "" - -#: sites/classes/class-site-helper.php:105 -msgid "No theme options found, please contact the site author." -msgstr "" - -#: sites/classes/class-site-helper.php:106 -msgid "Site content exists and can be imported." -msgstr "" - -#: sites/classes/class-site.php:159 -msgid "Previous Site" -msgstr "" - -#: sites/classes/class-site.php:159 -msgid "Previous" -msgstr "" - -#: sites/classes/class-site.php:160 -msgid "Next Site" -msgstr "" - -#: sites/classes/class-site.php:160 -msgid "Next" -msgstr "" - -#: sites/classes/class-site.php:206 sites/classes/class-site.php:270 -msgid "Preview" -msgstr "" - -#: sites/classes/class-site.php:207 sites/classes/class-site.php:479 -msgid "Details" -msgstr "" - -#: sites/classes/class-site.php:224 -msgid "Overview" -msgstr "" - -#: sites/classes/class-site.php:228 -msgid "Theme Options" -msgstr "" - -#: sites/classes/class-site.php:236 -#, fuzzy -#| msgid "Content" -msgid "Site Content" -msgstr "Obsah" - -#: sites/classes/class-site.php:236 sites/classes/class-site.php:351 -msgid "Optional" -msgstr "" - -#: sites/classes/class-site.php:243 -msgid "Plugins" -msgstr "" - -#: sites/classes/class-site.php:249 sites/classes/class-site.php:381 -msgid "The following plugins can be installed and activated automatically." -msgstr "" - -#: sites/classes/class-site.php:254 sites/classes/class-site.php:386 -msgid "The following plugins are already installed." -msgstr "" - -#: sites/classes/class-site.php:259 sites/classes/class-site.php:391 -msgid "The following plugins need to be installed and activated manually." -msgstr "" - -#: sites/classes/class-site.php:277 -msgid "Gathering data" -msgstr "" - -#: sites/classes/class-site.php:281 -msgid "Get Started" -msgstr "" - -#: sites/classes/class-site.php:293 -msgid "GeneratePress Options" -msgstr "" - -#: sites/classes/class-site.php:297 -msgid "" -"This step will backup your current theme options, then import the new ones." -msgstr "" - -#: sites/classes/class-site.php:300 -msgid "The following GP Premium modules will be activated:" -msgstr "" - -#: sites/classes/class-site.php:308 -msgid "Go Back" -msgstr "" - -#: sites/classes/class-site.php:315 -msgid "Backup Options" -msgstr "" - -#: sites/classes/class-site.php:325 -msgid "Import Options" -msgstr "" - -#: sites/classes/class-site.php:358 -msgid "" -"I understand that this step will add content, site options, menus, widgets " -"and plugins to my site." -msgstr "" - -#: sites/classes/class-site.php:365 -#, php-format -msgid "" -"For best results, only install this demo content on fresh sites with no " -"content. If you have already installed another GeneratePress Site, be sure " -"to %s by deleting the content, plugins and menus that it added." -msgstr "" - -#: sites/classes/class-site.php:368 -msgid "clean it up" -msgstr "" - -#: sites/classes/class-site.php:373 -msgid "" -"You can skip this step if you already " -"have content and do not want the demo content imported." -msgstr "" - -#: sites/classes/class-site.php:400 -msgid "Skip" -msgstr "" - -#: sites/classes/class-site.php:408 -#, fuzzy -#| msgid "Content" -msgid "Import Content" -msgstr "Obsah" - -#: sites/classes/class-site.php:435 -msgid "All done!" -msgstr "" - -#: sites/classes/class-site.php:436 -msgid "Your site is ready to go!" -msgstr "" - -#: sites/classes/class-site.php:440 -#, php-format -msgid "Crafted with %s by" -msgstr "" - -#: sites/classes/class-site.php:458 -msgid "Start Over" -msgstr "" - -#: sites/classes/class-site.php:461 -msgid "View Site" -msgstr "" - -#: sites/classes/class-site.php:829 -msgid "Site options imported" -msgstr "" - -#: sites/classes/class-site.php:859 -#, fuzzy -#| msgid "License activated." -msgid "Plugins activated" -msgstr "Licencia aktivovaná." - -#: sites/sites.php:37 -msgid "Sites" -msgstr "" - -#: sites/sites.php:78 -msgid "Refresh sites" -msgstr "" - -#: spacing/functions/customizer/content-spacing.php:32 -msgid "Container Width" -msgstr "" - -#: spacing/functions/customizer/content-spacing.php:67 -msgid "Separating Space" -msgstr "" - -#: spacing/functions/customizer/content-spacing.php:132 -msgid "Content Padding" -msgstr "" - -#: spacing/functions/customizer/content-spacing.php:196 -msgid "Mobile Content Padding" -msgstr "" - -#: spacing/functions/customizer/footer-spacing.php:73 -msgid "Footer Widget Area Padding" -msgstr "" - -#: spacing/functions/customizer/footer-spacing.php:134 -msgid "Footer Padding" -msgstr "" - -#: spacing/functions/customizer/header-spacing.php:68 -msgid "Header Padding" -msgstr "" - -#: spacing/functions/customizer/navigation-spacing.php:47 -#: spacing/functions/customizer/secondary-nav-spacing.php:58 -msgid "Menu Item Width" -msgstr "" - -#: spacing/functions/customizer/navigation-spacing.php:100 -#: spacing/functions/customizer/navigation-spacing.php:178 -#: spacing/functions/customizer/navigation-spacing.php:214 -#: spacing/functions/customizer/secondary-nav-spacing.php:93 -msgid "Menu Item Height" -msgstr "" - -#: spacing/functions/customizer/navigation-spacing.php:143 -#: spacing/functions/customizer/secondary-nav-spacing.php:128 -msgid "Sub-Menu Item Height" -msgstr "" - -#: spacing/functions/customizer/sidebar-spacing.php:12 -msgid "Sidebars" -msgstr "" - -#: spacing/functions/customizer/sidebar-spacing.php:70 -msgid "Widget Padding" -msgstr "" - -#: spacing/functions/customizer/sidebar-spacing.php:101 -msgid "Left Sidebar Width" -msgstr "" - -#: spacing/functions/customizer/sidebar-spacing.php:136 -msgid "Right Sidebar Width" -msgstr "" - -#: spacing/functions/customizer/top-bar-spacing.php:55 -msgid "Top Bar Padding" -msgstr "" - -#: spacing/functions/functions.php:41 -msgid "Spacing" -msgstr "" - -#: spacing/functions/functions.php:42 -msgid "Change the spacing for various elements using pixels." -msgstr "" - -#: typography/functions/functions.php:44 -msgid "Typography" -msgstr "" - -#: typography/functions/functions.php:145 -#: typography/functions/functions.php:336 -#: typography/functions/functions.php:465 -#: typography/functions/functions.php:577 -#: typography/functions/functions.php:701 -#: typography/functions/functions.php:818 -#: typography/functions/functions.php:938 -#: typography/functions/functions.php:1089 -#: typography/functions/functions.php:1230 -#: typography/functions/functions.php:1364 -#: typography/functions/functions.php:1497 -#: typography/functions/functions.php:1630 -#: typography/functions/functions.php:1779 -#: typography/functions/functions.php:1960 -#: typography/functions/secondary-nav-fonts.php:139 -#: typography/functions/slideout-nav-fonts.php:106 -#: typography/functions/woocommerce-fonts.php:99 -msgid "Font size" -msgstr "" - -#: typography/functions/functions.php:180 -#: typography/functions/functions.php:981 -#: typography/functions/functions.php:1132 -#: typography/functions/functions.php:1265 -#: typography/functions/functions.php:1398 -#: typography/functions/functions.php:1531 -#: typography/functions/functions.php:1664 -msgid "Line height" -msgstr "" - -#: typography/functions/functions.php:215 -msgid "Paragraph margin" -msgstr "" - -#: typography/functions/functions.php:841 -msgid "Headings" -msgstr "" - -#: typography/functions/functions.php:900 -msgid "Heading 1 (H1)" -msgstr "" - -#: typography/functions/functions.php:1051 -msgid "Heading 2 (H2)" -msgstr "" - -#: typography/functions/functions.php:1202 -msgid "Heading 3 (H3)" -msgstr "" - -#: typography/functions/functions.php:1336 -msgid "Heading 4 (H4)" -msgstr "" - -#: typography/functions/functions.php:1469 -msgid "Heading 5 (H5)" -msgstr "" - -#: typography/functions/functions.php:1602 -msgid "Heading 6 (H6)" -msgstr "" - -#: typography/functions/functions.php:1687 -msgid "Widgets" -msgstr "" - -#: typography/functions/functions.php:1750 -msgid "Widget Titles" -msgstr "" - -#: typography/functions/functions.php:1813 -msgid "Bottom margin" -msgstr "" - -#: typography/functions/functions.php:1848 -msgid "Content font size" -msgstr "" - -#: typography/functions/woocommerce-fonts.php:63 -msgid "Product Titles" -msgstr "" - -#: typography/functions/woocommerce-fonts.php:142 -msgid "Related/upsell title font size" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:43 -#: woocommerce/functions/customizer/customizer.php:709 -#: woocommerce/functions/customizer/customizer.php:719 -msgid "WooCommerce" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:57 -msgid "General" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:76 -msgid "Display cart in menu" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:95 -msgid "Display breadcrumbs" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:108 -msgid "Shop" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:127 -#: woocommerce/functions/customizer/customizer.php:547 -msgid "Sidebar Layout" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:130 -#: woocommerce/functions/customizer/customizer.php:551 -msgid "Sidebar / Content" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:131 -#: woocommerce/functions/customizer/customizer.php:552 -msgid "Content / Sidebar" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:132 -#: woocommerce/functions/customizer/customizer.php:553 -msgid "Content (no sidebars)" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:133 -#: woocommerce/functions/customizer/customizer.php:554 -msgid "Sidebar / Content / Sidebar" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:134 -#: woocommerce/functions/customizer/customizer.php:555 -msgid "Sidebar / Sidebar / Content" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:135 -#: woocommerce/functions/customizer/customizer.php:556 -msgid "Content / Sidebar / Sidebar" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:154 -#: woocommerce/functions/customizer/customizer.php:263 -msgid "Products Per Page" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:192 -msgid "Product Columns" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:239 -msgid "Image Alignment" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:306 -msgid "Display page title" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:325 -msgid "Display product results count" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:344 -msgid "Display product sorting" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:363 -msgid "Display product image" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:382 -msgid "Display secondary image on hover" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:401 -msgid "Display product title" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:420 -msgid "Display sale flash" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:439 -msgid "Sale Flash Over Image" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:458 -msgid "Display Rating" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:477 -msgid "Display price" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:496 -msgid "Display add to cart button" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:515 -#: woocommerce/functions/customizer/customizer.php:700 -msgid "Display short description" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:528 -msgid "Single Product" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:575 -msgid "Display product tabs" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:594 -msgid "Display related products" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:613 -msgid "Display upsell products" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:642 -msgid "Related/Upsell Columns" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:681 -msgid "Display product meta data" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:732 -msgid "Primary Button Colors" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:733 -msgid "Primary button colors can be set here." -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:747 -msgid "Checkout" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:766 -msgid "Distraction-free mode" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:767 -msgid "" -"Remove unnecessary distractions like sidebars, footer widgets and sticky " -"menus." -msgstr "" - -#: woocommerce/functions/functions.php:413 -#: woocommerce/functions/functions.php:433 -msgid "View your shopping cart" -msgstr "" - -#: woocommerce/functions/functions.php:715 -#, php-format -msgid "Rated %s out of 5" -msgstr "" - -#: woocommerce/functions/functions.php:717 -msgid "Not yet rated" -msgstr "" - -#: woocommerce/functions/functions.php:722 -msgid "out of 5" -msgstr "" - -#. Plugin URI of the plugin/theme -msgid "https://generatepress.com" -msgstr "" - -#. Description of the plugin/theme -msgid "" -"The entire bundle of GeneratePress add-ons. Configure add-ons by going to Appearance > GeneratePress." -msgstr "" - -#. Author of the plugin/theme -msgid "Tom Usborne" -msgstr "" - -#. Author URI of the plugin/theme -msgid "https://tomusborne.com" -msgstr "" - -#~ msgid "" -#~ "There is a new version of %1$s available. View version %3$s details." -#~ msgstr "" -#~ "K dispozícii je nová verzia %1$s. Zobraziť detaily %3$s verzie." - -#~ msgid "" -#~ "There is a new version of %1$s available. View version %3$s details or update now." -#~ msgstr "" -#~ "K dispozícii je nová verzia%1$s. Zobraziť detaily%3$s verzieaktualizovať teraz ." - -#~ msgid "" -#~ "Want updates served directly to your Dashboard? Activate the email you " -#~ "purchased your add-ons with here." -#~ msgstr "" -#~ "Chcete aby sa vám aktualizácie zobrazovali priamo na vašej nástenke? " -#~ "Aktivujte si e-mail na ktorý ste si zakúpili licenciu." - -#~ msgid "Email" -#~ msgstr "E-mail" - -#~ msgid "Deactivate Email" -#~ msgstr "Deaktivácia E-mailu" - -#~ msgid "Activate Email" -#~ msgstr "Aktivácia E-mailu" - -#~ msgid "Save Email" -#~ msgstr "Uloženie E-mailu" - -#~ msgid "Enable All Updates" -#~ msgstr "Povoliť všetky aktualizácie." - -#~ msgid "Disable Updates" -#~ msgstr "Vypnutie aktualizácií" - -#~ msgid "Enable Updates" -#~ msgstr "Povolenie aktualizácii" - -#~ msgid "Email activation failed. This email does not exist in our records." -#~ msgstr "" -#~ "Aktivácia emailu zlyhala. Tento email neexistuje v našich záznamoch." - -#~ msgid "Email activated." -#~ msgstr "Email aktivovaný." - -#~ msgid "Email deactivated." -#~ msgstr "Email deaktivovaný." - -#~ msgid "License failed." -#~ msgstr "Chyba licencie." - -#~ msgid "Licenses activated." -#~ msgstr "Licencie aktivované." - -#~ msgid "Deactivation failed." -#~ msgstr "Deaktivácia zlyhala. " - -#~ msgid "Page Header Link" -#~ msgstr "Odkaz na stránku:" - -#~ msgid "Hard Crop" -#~ msgstr "Orezať náhľad" - -#~ msgid "Fluid" -#~ msgstr "Pohyblivá / plná šírka" - -#~ msgid "Add Image" -#~ msgstr "Pridať obrázok" - -#~ msgid "Add padding" -#~ msgstr "Pridať vnútorné medzery (padding)" - -#~ msgid "Text alignment" -#~ msgstr "Zarovnanie textu" - -#~ msgid "Top/Bottom padding" -#~ msgstr "Horné alebo Dolné odsadenie" - -#~ msgid "Text color" -#~ msgstr "Farba textu" - -#~ msgid "Link color" -#~ msgstr "Farba prepojenia" - -#~ msgid "Link color hover" -#~ msgstr "Farba normálneho odkazu" - -#~ msgid "Page Header Position" -#~ msgstr "Pozícia stránky hlavičky" - -#~ msgid "Single Post Header Position" -#~ msgstr "Jediný príspevok pozícia hlavičky" - -#~ msgid "Delete Page Header Customizer Settings" -#~ msgstr "Odstrániť Customizer nastavenie stránky hlavičky" - -#~ msgid "Export Page Header Customizer Settings" -#~ msgstr "Exportovať nastavenie stránky hlavičky Customizer" - -#~ msgid "" -#~ "Note: You've chosen content to show as your page header. Remove the " -#~ "content and save to use the image below." -#~ msgstr "" -#~ "Poznámka: Ste vybrali obsah Zobraziť ako hlavičky stránky. Odstránenie " -#~ "obsahu a uložiť použiť obrázok nižšie." - -#~ msgid "Image Crop Position" -#~ msgstr "Pozícia:" - -#~ msgid "Top left" -#~ msgstr "Vľavo hore" - -#~ msgid "Bottom left" -#~ msgstr "Vľavo dole" - -#~ msgid "Bottom right" -#~ msgstr "Vpravo dole" - -#~ msgid "Use image (from image tab) as a background image?" -#~ msgstr "Obraz (z obraz kartu) použiť ako obrázok na pozadí?" - -#~ msgid "Add parallax effect?" -#~ msgstr "Pridať efekt paralaxy?" - -#~ msgid "Add to blog excerpt (if no Featured Image is set)" -#~ msgstr "Pridať blog výpis (ak nie najlepšie Image je nastavené)" - -#~ msgid "verified" -#~ msgstr "overený" - -#~ msgid "unverified" -#~ msgstr "neoverené" - -#~ msgid "Deactivate License" -#~ msgstr "Deaktivovať licencie" - -#~ msgid "active" -#~ msgstr "aktívny" - -#~ msgid "inactive" -#~ msgstr "neaktívny" diff --git a/wp-content/plugins/gp-premium/langs/gp-premium-sv_SE.mo b/wp-content/plugins/gp-premium/langs/gp-premium-sv_SE.mo index 0a3973801613a7c39c35e69d32f86361fade66c3..94508fb4de9affd254b34a14c6f1ea0575ed9a1b 100644 GIT binary patch literal 35470 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�BgdlCq$EM#X-h_l9bP1 zO3!T`(P5=1^Ba{TOuQxad?v4@2e)*ZS3Gl1OYh64V>@n(vsch^`T|8S72)4fYbEcQ z(WUI&yx3Acf!i`=-+63ds^ZXaD0CJxbqoa_Ixw@1or}xDT(bJQxHPY&e-R6x3q>JC zk9$`s+>&JnezqsU@UqxkONWJ^a+Z6L%N#;6&OQYXVt7YemBPy4GmkWNk5F9*bJ%FG zR&_AFl3g)wMmhFaM9igHwZUQF%oO}>O$w*imckR``F<&eRfpaP``vdsWiv%6gsk< ztk7><7Tko#A;ICZ{#7ZdR!jh9Qt|mr!q+qGdo44Z1Sy?`?l!H->W5=R8!+v|_5%0oFiuu3X_6hIh(A zi}iLgHoX_Kn18u|ry)=hOFmd}pT(e!5AtF&1uI&A}V7~e38cIjs%@AIuu>x?OW6*PfO8! z?xWKazHeZ|I)v|;Pu8`Q=ldq<;UV3$@LLuOp( z%U$H-xCmt?ZV0QE`jUYCoA!>ud>JwYFO^Z;YRLLoR^7Q)@z^BB62M?oC#djBtrUhV-)(b(p>ul5|2 z+cr##i}y2_n~XuqGs}N1EF|~m;%OFgIncXmBR7WaZlk}grR{WhrKkdJUzh6Y z*E$vvooeJ2$-K_6kAc?V9Cck5T@!psT7cahnxu$S!4%`1etFV-57(Q}$$Os4-X*S* z7RkK6&eIfgsZdUMn?s#Sk7q2XL;m=Ap8Qt)3oYE~@&2dsZ-3K4ZZ&fXaZ*#9Lb&@H zPKjzcvWJ`HB60pb?s_0|d$|}i)WHqdPTiT)kTyqIT~`gH%D6(}epLC=$Tm*Jv#MKu z-6>t3teB79^39)wExtRZq*$yByO-nb74@juTV8o+DX@v`W;|;S(j2)@k2?NXz?L)_ z5?B4>d3{`-D1oqH>Q^r4 z6e)e_3*$_Tf3&bvo|8bbI(YTMCrUMcjD?M_*130jcYmx-`ZuBa-A5WMXIN^DU3Oq2 zZDHo26brr#bF?BL=J3K#ae$Q085`2@H4W_u#w7+y;h{a?+Y`IV>DI(&aMysInt_p z;dI4mEv10cf~w0JVeOXLyq3YVEsX4Qe7?As?XopvXWu5NHu-UheV#OgGt4K-KTgtp z2>UvT#?uz}fl|0Qns(hMO8>J(u{7{`O<@(`m)9IUsDEBfm4A))+jW-0FCTpIF|J%W z+!cm<0`rb($BOPl3p#W=_eZn-RI^kCO1dwl;(ZPI*rUNWamA0Zg*1>_O+Ai_uXObWOE&yuYR-1 zM=z7L2Dd}#{xlhuUQ+w%qe2GUZ6~@Z|L)1Gb?MuFci1T7=-@>m5;OE)kT*N>35Q+! z7)m<`iZ86h7!^yGt4=nkc&-bL(c>(jvw3-JAjVT8*R)+{Ok=joh?AmNL0Ot@7P+Sk zKNlI07lf-hwo86`Y1jPtOAdR^GQw=*gQ=bmskksq6#r1U4#>j~Eyw&E%1c`$m7xnyQZ>O~Q;c)UQxR2tMXdE? zT%uT<3rQyg-Ks=3$4fGp3*Sy$WbTC2t+)F4hm56eFV7{-l&{-z`s*3}!Me6Bf)7#M zYr+Q};m6En)_gT)Bk9H}qAv5y{oL;^#c%ys>xo<65$kqxv+Tsim-CL8>f61){T{d* z%jM6ol>7kSY$b^3QI#1Dlh#11Fw*txBvhE literal 2730 zcmb`Jzi%8x6vr0`zs&Chf{+qvkbF^yvg^CElQ?HPO5!-N;jEnE%MS{4jCY^+_B=PU z%*>sAf(B6|s)!yrqM@M)71cEe(NRGWi3*7d{(wk)XZLceh9t>Cg36PWAJJ43-CqoHuyaF z6*vWcGZ_DF(Ec8L75zVe2f$yz7r=YqLGTaob?`p;CV22E&)Wn~fK~8w@EPz|(E0Zp zcnpdTqb#Gn1SeO)PeJGJk9avhe+J(Ge+S+C`{2vq0XXaYJ%pF@_bBM(jt|=BKsSF4 zbn`v{-8v)C#o?pD_-Ei-XnzT|z;D5;;1MWA)f3<>*acmPT@0K)xRLDv;Jt!^;mjVE zmBkgv{B(5BvnU8n7Bkm&zBoVJ^Ad`Ssf(jqgNvhkoPBRGR1uvkgevV77H6^svx+4$ z6rG5eZ4z^1I*FT>nO=KSiC{FTqcus}=n>bGlRIg|Eiu>4c*m+Xw@Ju_=mp+|&?a3B zdKaR|SCa8TJHk-j6VYT}nu?xxu_Lybo2jJnmWSSWmqwD_iq=YdS8A-LshxD%-fDfl z$`Zq1RqYV8uaZc;Y7&w(#NMOcs6JtBIQ$P6HkwLX7Z)hgG*(z|5}M8gleELSqz(LI zYKs+0)9CH;MDR^P0V|ZJ&5dM2rZ5YEh%6*bVGebrS>e>Q8N^Mhox}kwR%JuoUjW`COYM+~`av67cOn#ksyTab(Z7$eitL1q5?D?j$ z56V`U={7c2rqTblM0^51r|2BHe{Es*Dw3?V>##W z7HNM);=Cj>uCV#d#7^DvuaG1?Sc#%2v8)^vgVPwPWljGgH+^S#2odm;c8VK>^nW=$@@;mg zOC+0SW@lHArq0}~tqrtPRUAKpuDN}5-MThZ_P;KjdIU9Va!X~3yp3(0blJl)%2xj_ zQh~LM%Wi*9MjTg5+U(!$8r|PRcb-^C2LICWumm&G74;;?-L-8Qt`ywDoi4{0h@{oO zqmfRwk!kSNdG$ny{$3n2KIlO<825E2daqlj+q==<6D=sQaeq%o6A9\n" -"Language-Team: Jamal \n" -"Language: sv_SE\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Generator: Poedit 2.0.6\n" -"X-Poedit-Basepath: ..\n" -"X-Poedit-SourceCharset: UTF-8\n" -"X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;esc_attr__;" -"esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c;_n_noop:1,2;" -"_nx_noop:3c,1,2;__ngettext_noop:1,2\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Poedit-WPHeader: gp-premium.php\n" -"X-Poedit-SearchPath-0: .\n" -"X-Poedit-SearchPathExcluded-0: *.js\n" -"X-Poedit-SearchPathExcluded-1: *deprecated*\n" -"X-Poedit-SearchPathExcluded-2: sites/classes/class-site-widget-importer.php\n" -"X-Poedit-SearchPathExcluded-3: sites/libs/wxr-importer/WPImporterLogger.php\n" -"X-Poedit-SearchPathExcluded-4: sites/libs/wxr-importer/WXRImporter.php\n" -"X-Poedit-SearchPathExcluded-5: sites/libs/wxr-importer/WXRImportInfo.php\n" - -#: backgrounds/functions/functions.php:99 -#: backgrounds/functions/functions.php:108 -msgid "Background Images" -msgstr "" - -#: backgrounds/functions/functions.php:117 -#: backgrounds/functions/functions.php:143 -#: typography/functions/functions.php:53 -msgid "Body" -msgstr "" - -#: backgrounds/functions/functions.php:206 -#: backgrounds/functions/functions.php:230 colors/functions/functions.php:56 -#: disable-elements/functions/functions.php:128 -#: disable-elements/functions/functions.php:130 -#: disable-elements/functions/functions.php:290 -#: disable-elements/functions/functions.php:292 -#: typography/functions/functions.php:238 -msgid "Top Bar" -msgstr "" - -#: backgrounds/functions/functions.php:293 -#: backgrounds/functions/functions.php:316 colors/functions/functions.php:143 -#: disable-elements/functions/functions.php:134 -#: disable-elements/functions/functions.php:136 -#: disable-elements/functions/functions.php:296 -#: disable-elements/functions/functions.php:298 -#: spacing/functions/customizer/header-spacing.php:11 -#: typography/functions/functions.php:361 -msgid "Header" -msgstr "" - -#: backgrounds/functions/functions.php:376 colors/functions/functions.php:239 -#: disable-elements/functions/functions.php:139 -#: disable-elements/functions/functions.php:141 -#: disable-elements/functions/functions.php:301 -#: disable-elements/functions/functions.php:303 -#: spacing/functions/customizer/navigation-spacing.php:11 -#: typography/functions/functions.php:600 -msgid "Primary Navigation" -msgstr "" - -#: backgrounds/functions/functions.php:403 -#: backgrounds/functions/secondary-nav-backgrounds.php:65 -msgid "Navigation" -msgstr "" - -#: backgrounds/functions/functions.php:423 -#: backgrounds/functions/functions.php:473 -#: backgrounds/functions/functions.php:523 -#: backgrounds/functions/functions.php:573 -#: backgrounds/functions/functions.php:633 -#: backgrounds/functions/functions.php:683 -#: backgrounds/functions/functions.php:733 -#: backgrounds/functions/secondary-nav-backgrounds.php:86 -#: backgrounds/functions/secondary-nav-backgrounds.php:135 -#: backgrounds/functions/secondary-nav-backgrounds.php:184 -#: backgrounds/functions/secondary-nav-backgrounds.php:233 -#: backgrounds/functions/secondary-nav-backgrounds.php:294 -#: backgrounds/functions/secondary-nav-backgrounds.php:343 -#: backgrounds/functions/secondary-nav-backgrounds.php:392 -#: library/customizer/controls/class-backgrounds-control.php:121 -msgid "Repeat" -msgstr "" - -#: backgrounds/functions/functions.php:424 -#: backgrounds/functions/functions.php:474 -#: backgrounds/functions/functions.php:524 -#: backgrounds/functions/functions.php:574 -#: backgrounds/functions/functions.php:634 -#: backgrounds/functions/functions.php:684 -#: backgrounds/functions/functions.php:734 -#: backgrounds/functions/secondary-nav-backgrounds.php:87 -#: backgrounds/functions/secondary-nav-backgrounds.php:136 -#: backgrounds/functions/secondary-nav-backgrounds.php:185 -#: backgrounds/functions/secondary-nav-backgrounds.php:234 -#: backgrounds/functions/secondary-nav-backgrounds.php:295 -#: backgrounds/functions/secondary-nav-backgrounds.php:344 -#: backgrounds/functions/secondary-nav-backgrounds.php:393 -#: library/customizer/controls/class-backgrounds-control.php:122 -msgid "Repeat x" -msgstr "" - -#: backgrounds/functions/functions.php:425 -#: backgrounds/functions/functions.php:475 -#: backgrounds/functions/functions.php:525 -#: backgrounds/functions/functions.php:575 -#: backgrounds/functions/functions.php:635 -#: backgrounds/functions/functions.php:685 -#: backgrounds/functions/functions.php:735 -#: backgrounds/functions/secondary-nav-backgrounds.php:88 -#: backgrounds/functions/secondary-nav-backgrounds.php:137 -#: backgrounds/functions/secondary-nav-backgrounds.php:186 -#: backgrounds/functions/secondary-nav-backgrounds.php:235 -#: backgrounds/functions/secondary-nav-backgrounds.php:296 -#: backgrounds/functions/secondary-nav-backgrounds.php:345 -#: backgrounds/functions/secondary-nav-backgrounds.php:394 -#: library/customizer/controls/class-backgrounds-control.php:123 -msgid "Repeat y" -msgstr "" - -#: backgrounds/functions/functions.php:426 -#: backgrounds/functions/functions.php:476 -#: backgrounds/functions/functions.php:526 -#: backgrounds/functions/functions.php:576 -#: backgrounds/functions/functions.php:636 -#: backgrounds/functions/functions.php:686 -#: backgrounds/functions/functions.php:736 -#: backgrounds/functions/secondary-nav-backgrounds.php:89 -#: backgrounds/functions/secondary-nav-backgrounds.php:138 -#: backgrounds/functions/secondary-nav-backgrounds.php:187 -#: backgrounds/functions/secondary-nav-backgrounds.php:236 -#: backgrounds/functions/secondary-nav-backgrounds.php:297 -#: backgrounds/functions/secondary-nav-backgrounds.php:346 -#: backgrounds/functions/secondary-nav-backgrounds.php:395 -#: library/customizer/controls/class-backgrounds-control.php:124 -msgid "No Repeat" -msgstr "" - -#: backgrounds/functions/functions.php:453 -#: backgrounds/functions/secondary-nav-backgrounds.php:114 -msgid "Navigation Item" -msgstr "" - -#: backgrounds/functions/functions.php:503 -#: backgrounds/functions/secondary-nav-backgrounds.php:163 -msgid "Navigation Item Hover" -msgstr "" - -#: backgrounds/functions/functions.php:553 -#: backgrounds/functions/secondary-nav-backgrounds.php:212 -msgid "Navigation Item Current" -msgstr "" - -#: backgrounds/functions/functions.php:586 -msgid "Primary Sub-Navigation" -msgstr "" - -#: backgrounds/functions/functions.php:613 -#: backgrounds/functions/secondary-nav-backgrounds.php:273 -msgid "Sub-Navigation Item" -msgstr "" - -#: backgrounds/functions/functions.php:663 -#: backgrounds/functions/secondary-nav-backgrounds.php:322 -msgid "Sub-Navigation Item Hover" -msgstr "" - -#: backgrounds/functions/functions.php:713 -#: backgrounds/functions/secondary-nav-backgrounds.php:371 -msgid "Sub-Navigation Item Current" -msgstr "" - -#: backgrounds/functions/functions.php:746 -#: backgrounds/functions/functions.php:772 blog/functions/customizer.php:49 -#: colors/functions/functions.php:621 page-header/functions/metabox.php:182 -#: sections/functions/metaboxes/metabox-functions.php:241 -#: sections/functions/metaboxes/metabox-functions.php:244 -#: sites/classes/class-site.php:351 -#: spacing/functions/customizer/content-spacing.php:11 -msgid "Content" -msgstr "" - -#: backgrounds/functions/functions.php:833 -msgid "Sidebar" -msgstr "" - -#: backgrounds/functions/functions.php:856 colors/functions/functions.php:775 -msgid "Sidebar Widgets" -msgstr "" - -#: backgrounds/functions/functions.php:917 colors/functions/functions.php:1102 -#: disable-elements/functions/functions.php:161 -#: disable-elements/functions/functions.php:163 -#: disable-elements/functions/functions.php:323 -#: disable-elements/functions/functions.php:325 -#: spacing/functions/customizer/footer-spacing.php:12 -#: typography/functions/functions.php:1871 -msgid "Footer" -msgstr "" - -#: backgrounds/functions/functions.php:941 -msgid "Footer Widget Area" -msgstr "" - -#: backgrounds/functions/functions.php:1016 -msgid "Footer Area" -msgstr "" - -#: backgrounds/functions/secondary-nav-backgrounds.php:39 -#: colors/functions/secondary-nav-colors.php:50 -#: disable-elements/functions/functions.php:145 -#: disable-elements/functions/functions.php:147 -#: disable-elements/functions/functions.php:307 -#: disable-elements/functions/functions.php:309 -#: secondary-nav/functions/functions.php:153 -#: secondary-nav/functions/functions.php:162 -#: typography/functions/secondary-nav-fonts.php:48 -msgid "Secondary Navigation" -msgstr "" - -#: backgrounds/functions/secondary-nav-backgrounds.php:247 -msgid "Secondary Sub-Navigation" -msgstr "" - -#: blog/functions/customizer.php:35 -msgid "Blog" -msgstr "" - -#: blog/functions/customizer.php:63 blog/functions/customizer.php:439 -msgid "Archives" -msgstr "" - -#: blog/functions/customizer.php:64 -msgid "Single" -msgstr "" - -#: blog/functions/customizer.php:76 -msgid "Content type" -msgstr "" - -#: blog/functions/customizer.php:79 secondary-nav/functions/functions.php:206 -#: secondary-nav/functions/functions.php:232 -msgid "Full" -msgstr "" - -#: blog/functions/customizer.php:80 -msgid "Excerpt" -msgstr "" - -#: blog/functions/customizer.php:99 -msgid "Excerpt word count" -msgstr "" - -#: blog/functions/customizer.php:119 -msgid "Read more label" -msgstr "" - -#: blog/functions/customizer.php:139 -msgid "Display read more as button" -msgstr "" - -#: blog/functions/customizer.php:159 blog/functions/customizer.php:337 -msgid "Display post date" -msgstr "" - -#: blog/functions/customizer.php:179 blog/functions/customizer.php:356 -msgid "Display post author" -msgstr "" - -#: blog/functions/customizer.php:199 blog/functions/customizer.php:375 -msgid "Display post categories" -msgstr "" - -#: blog/functions/customizer.php:219 blog/functions/customizer.php:394 -msgid "Display post tags" -msgstr "" - -#: blog/functions/customizer.php:239 -msgid "Display comment count" -msgstr "" - -#: blog/functions/customizer.php:259 -msgid "Use infinite scroll" -msgstr "" - -#: blog/functions/customizer.php:279 -msgid "Use button to load more posts" -msgstr "" - -#: blog/functions/customizer.php:298 -msgid "Load more label" -msgstr "" - -#: blog/functions/customizer.php:317 -msgid "Loading label" -msgstr "" - -#: blog/functions/customizer.php:413 -msgid "Display post navigation" -msgstr "" - -#: blog/functions/customizer.php:426 -msgid "Featured Images" -msgstr "" - -#: blog/functions/customizer.php:440 -msgid "Posts" -msgstr "" - -#: blog/functions/customizer.php:441 -msgid "Pages" -msgstr "" - -#: blog/functions/customizer.php:462 blog/functions/customizer.php:625 -#: blog/functions/customizer.php:789 -msgid "Display featured images" -msgstr "" - -#: blog/functions/customizer.php:482 blog/functions/customizer.php:645 -#: blog/functions/customizer.php:809 -msgid "Display padding around images" -msgstr "" - -#: blog/functions/customizer.php:503 blog/functions/customizer.php:666 -#: blog/functions/customizer.php:830 -msgid "Location" -msgstr "" - -#: blog/functions/customizer.php:506 blog/functions/customizer.php:669 -#: blog/functions/customizer.php:833 -msgid "Below Title" -msgstr "" - -#: blog/functions/customizer.php:507 blog/functions/customizer.php:670 -#: blog/functions/customizer.php:834 -msgid "Above Title" -msgstr "" - -#: blog/functions/customizer.php:528 blog/functions/customizer.php:692 -#: blog/functions/customizer.php:856 -msgid "Alignment" -msgstr "" - -#: blog/functions/customizer.php:531 blog/functions/customizer.php:695 -#: blog/functions/customizer.php:859 page-header/functions/metabox.php:336 -#: secondary-nav/functions/functions.php:259 -#: woocommerce/functions/customizer/customizer.php:243 -#: woocommerce/functions/customizer/customizer.php:286 -msgid "Center" -msgstr "" - -#: blog/functions/customizer.php:532 blog/functions/customizer.php:696 -#: blog/functions/customizer.php:860 -#: library/customizer/controls/class-spacing-control.php:26 -#: menu-plus/functions/generate-menu-plus.php:445 -#: page-header/functions/metabox.php:335 -#: secondary-nav/functions/functions.php:258 -#: woocommerce/functions/customizer/customizer.php:242 -#: woocommerce/functions/customizer/customizer.php:285 -msgid "Left" -msgstr "" - -#: blog/functions/customizer.php:533 blog/functions/customizer.php:697 -#: blog/functions/customizer.php:861 -#: library/customizer/controls/class-spacing-control.php:24 -#: menu-plus/functions/generate-menu-plus.php:446 -#: page-header/functions/metabox.php:337 -#: secondary-nav/functions/functions.php:260 -#: woocommerce/functions/customizer/customizer.php:244 -#: woocommerce/functions/customizer/customizer.php:287 -msgid "Right" -msgstr "" - -#: blog/functions/customizer.php:555 blog/functions/customizer.php:719 -#: blog/functions/customizer.php:883 -msgid "Width" -msgstr "" - -#: blog/functions/customizer.php:559 blog/functions/customizer.php:586 -#: blog/functions/customizer.php:723 blog/functions/customizer.php:750 -#: blog/functions/customizer.php:887 blog/functions/customizer.php:914 -msgid "Auto" -msgstr "" - -#: blog/functions/customizer.php:582 blog/functions/customizer.php:746 -#: blog/functions/customizer.php:910 -msgid "Height" -msgstr "" - -#: blog/functions/customizer.php:601 blog/functions/customizer.php:765 -#: blog/functions/customizer.php:929 -msgid "Apply sizes" -msgstr "" - -#: blog/functions/customizer.php:671 blog/functions/customizer.php:835 -#: page-header/functions/functions.php:811 -#: page-header/functions/functions.php:836 -msgid "Above Content Area" -msgstr "" - -#: blog/functions/customizer.php:943 blog/functions/customizer.php:983 -msgid "Columns" -msgstr "" - -#: blog/functions/customizer.php:963 -msgid "Display posts in columns" -msgstr "" - -#: blog/functions/customizer.php:1010 -msgid "Make first post featured" -msgstr "" - -#: blog/functions/customizer.php:1031 -msgid "Display posts in masonry grid" -msgstr "" - -#: blog/functions/defaults.php:13 blog/functions/migrate.php:22 -msgid "Read more" -msgstr "" - -#: blog/functions/defaults.php:16 blog/functions/migrate.php:26 -msgid "+ More" -msgstr "" - -#: blog/functions/defaults.php:17 blog/functions/migrate.php:27 -msgid "Loading..." -msgstr "" - -#: colors/functions/functions.php:46 -#: sections/functions/metaboxes/views/sections-template.php:211 -msgid "Colors" -msgstr "" - -#: colors/functions/functions.php:79 colors/functions/functions.php:166 -#: colors/functions/functions.php:276 colors/functions/functions.php:411 -#: colors/functions/functions.php:541 colors/functions/functions.php:644 -#: colors/functions/functions.php:798 colors/functions/functions.php:886 -#: colors/functions/functions.php:1125 colors/functions/functions.php:1209 -#: colors/functions/secondary-nav-colors.php:86 -#: colors/functions/secondary-nav-colors.php:240 -#: colors/functions/slideout-nav-colors.php:82 -#: colors/functions/slideout-nav-colors.php:236 -#: sections/functions/metaboxes/views/sections-template.php:236 -msgid "Background" -msgstr "" - -#: colors/functions/functions.php:95 colors/functions/functions.php:181 -#: colors/functions/functions.php:340 colors/functions/functions.php:475 -#: colors/functions/functions.php:564 colors/functions/functions.php:658 -#: colors/functions/functions.php:812 colors/functions/functions.php:900 -#: colors/functions/functions.php:1139 colors/functions/functions.php:1232 -#: colors/functions/secondary-nav-colors.php:110 -#: colors/functions/secondary-nav-colors.php:264 -#: colors/functions/slideout-nav-colors.php:106 -#: colors/functions/slideout-nav-colors.php:260 -msgid "Text" -msgstr "" - -#: colors/functions/functions.php:101 colors/functions/functions.php:187 -#: colors/functions/functions.php:664 colors/functions/functions.php:818 -#: colors/functions/functions.php:906 colors/functions/functions.php:1145 -msgid "Link" -msgstr "" - -#: colors/functions/functions.php:107 colors/functions/functions.php:193 -#: colors/functions/functions.php:670 colors/functions/functions.php:824 -#: colors/functions/functions.php:912 colors/functions/functions.php:1151 -msgid "Link Hover" -msgstr "" - -#: colors/functions/functions.php:199 page-header/functions/metabox.php:512 -#: typography/functions/functions.php:424 -msgid "Site Title" -msgstr "" - -#: colors/functions/functions.php:205 -msgid "Tagline" -msgstr "" - -#: colors/functions/functions.php:253 -#: colors/functions/secondary-nav-colors.php:64 -#: colors/functions/slideout-nav-colors.php:60 -msgid "Parent Items" -msgstr "" - -#: colors/functions/functions.php:301 colors/functions/functions.php:436 -#: colors/functions/functions.php:587 colors/functions/functions.php:1254 -#: colors/functions/secondary-nav-colors.php:133 -#: colors/functions/secondary-nav-colors.php:287 -#: colors/functions/slideout-nav-colors.php:129 -#: colors/functions/slideout-nav-colors.php:283 -msgid "Background Hover" -msgstr "" - -#: colors/functions/functions.php:326 colors/functions/functions.php:461 -#: colors/functions/secondary-nav-colors.php:180 -#: colors/functions/secondary-nav-colors.php:334 -#: colors/functions/slideout-nav-colors.php:176 -#: colors/functions/slideout-nav-colors.php:330 -msgid "Background Current" -msgstr "" - -#: colors/functions/functions.php:346 colors/functions/functions.php:481 -#: colors/functions/functions.php:610 colors/functions/functions.php:1277 -#: colors/functions/secondary-nav-colors.php:157 -#: colors/functions/secondary-nav-colors.php:311 -#: colors/functions/slideout-nav-colors.php:153 -#: colors/functions/slideout-nav-colors.php:307 -msgid "Text Hover" -msgstr "" - -#: colors/functions/functions.php:352 colors/functions/functions.php:487 -#: colors/functions/secondary-nav-colors.php:204 -#: colors/functions/secondary-nav-colors.php:358 -#: colors/functions/slideout-nav-colors.php:200 -#: colors/functions/slideout-nav-colors.php:354 -msgid "Text Current" -msgstr "" - -#: colors/functions/functions.php:388 -#: colors/functions/secondary-nav-colors.php:218 -#: colors/functions/slideout-nav-colors.php:214 -msgid "Sub-Menu Items" -msgstr "" - -#: colors/functions/functions.php:518 typography/functions/functions.php:732 -msgid "Buttons" -msgstr "" - -#: colors/functions/functions.php:676 -#: disable-elements/functions/functions.php:156 -#: disable-elements/functions/functions.php:158 -#: disable-elements/functions/functions.php:318 -#: disable-elements/functions/functions.php:320 -msgid "Content Title" -msgstr "" - -#: colors/functions/functions.php:682 -msgid "Blog Post Title" -msgstr "" - -#: colors/functions/functions.php:688 -msgid "Blog Post Title Hover" -msgstr "" - -#: colors/functions/functions.php:694 -msgid "Entry Meta Text" -msgstr "" - -#: colors/functions/functions.php:700 -msgid "Entry Meta Links" -msgstr "" - -#: colors/functions/functions.php:706 -msgid "Entry Meta Links Hover" -msgstr "" - -#: colors/functions/functions.php:712 -msgid "Heading 1 (H1) Color" -msgstr "" - -#: colors/functions/functions.php:718 -msgid "Heading 2 (H2) Color" -msgstr "" - -#: colors/functions/functions.php:724 -msgid "Heading 3 (H3) Color" -msgstr "" - -#: colors/functions/functions.php:732 -msgid "Heading 4 (H4) Color" -msgstr "" - -#: colors/functions/functions.php:741 -msgid "Heading 5 (H5) Color" -msgstr "" - -#: colors/functions/functions.php:830 colors/functions/functions.php:918 -msgid "Widget Title" -msgstr "" - -#: colors/functions/functions.php:863 -msgid "Footer Widgets" -msgstr "" - -#: colors/functions/functions.php:951 -msgid "Forms" -msgstr "" - -#: colors/functions/functions.php:974 -msgid "Form Background" -msgstr "" - -#: colors/functions/functions.php:999 -msgid "Form Background Focus" -msgstr "" - -#: colors/functions/functions.php:1024 -msgid "Form Border" -msgstr "" - -#: colors/functions/functions.php:1049 -msgid "Form Border Focus" -msgstr "" - -#: colors/functions/functions.php:1063 -msgid "Form Text" -msgstr "" - -#: colors/functions/functions.php:1069 -msgid "Form Text Focus" -msgstr "" - -#: colors/functions/functions.php:1188 -msgid "Back to Top Button" -msgstr "" - -#: colors/functions/slideout-nav-colors.php:46 -#: menu-plus/functions/generate-menu-plus.php:14 -#: menu-plus/functions/generate-menu-plus.php:396 -#: menu-plus/functions/generate-menu-plus.php:417 -#: menu-plus/functions/generate-menu-plus.php:726 -#: typography/functions/slideout-nav-fonts.php:38 -msgid "Slideout Navigation" -msgstr "" - -#: colors/functions/woocommerce-colors.php:51 -msgid "Product Title" -msgstr "" - -#: colors/functions/woocommerce-colors.php:73 -msgid "Product Title Hover" -msgstr "" - -#: colors/functions/woocommerce-colors.php:96 -msgid "Alt Button Background" -msgstr "" - -#: colors/functions/woocommerce-colors.php:120 -msgid "Alt Button Background Hover" -msgstr "" - -#: colors/functions/woocommerce-colors.php:143 -msgid "Alt Button Text" -msgstr "" - -#: colors/functions/woocommerce-colors.php:166 -msgid "Alt Button Text Hover" -msgstr "" - -#: colors/functions/woocommerce-colors.php:189 -msgid "Star Ratings" -msgstr "" - -#: colors/functions/woocommerce-colors.php:213 -msgid "Sale Sticker Background" -msgstr "" - -#: colors/functions/woocommerce-colors.php:236 -msgid "Sale Sticker Text" -msgstr "" - -#: colors/functions/woocommerce-colors.php:258 -msgid "Price" -msgstr "" - -#: colors/functions/woocommerce-colors.php:280 -msgid "Product Tab Text" -msgstr "" - -#: colors/functions/woocommerce-colors.php:302 -msgid "Product Tab Active" -msgstr "" - -#: colors/functions/woocommerce-colors.php:325 -msgid "Success Message Background" -msgstr "" - -#: colors/functions/woocommerce-colors.php:348 -msgid "Success Message Text" -msgstr "" - -#: colors/functions/woocommerce-colors.php:371 -msgid "Info Message Background" -msgstr "" - -#: colors/functions/woocommerce-colors.php:394 -msgid "Info Message Text" -msgstr "" - -#: colors/functions/woocommerce-colors.php:417 -msgid "Error Message Background" -msgstr "" - -#: colors/functions/woocommerce-colors.php:440 -msgid "Error Message Text" -msgstr "" - -#: copyright/functions/functions.php:37 -msgid "Copyright" -msgstr "Copyright" - -#: disable-elements/functions/functions.php:98 -msgid "Disable Elements" -msgstr "" - -#: disable-elements/functions/functions.php:151 -#: disable-elements/functions/functions.php:153 -#: disable-elements/functions/functions.php:313 -#: disable-elements/functions/functions.php:315 -msgid "Featured Image / Page Header" -msgstr "" - -#: general/smooth-scroll.php:85 -msgid "Smooth scroll" -msgstr "" - -#: general/smooth-scroll.php:86 -msgid "" -"Initiate smooth scroll on anchor links using the smooth-scroll " -"class." -msgstr "" - -#: gp-premium.php:220 -msgid "GeneratePress has an update available." -msgstr "" - -#: gp-premium.php:222 -msgid "Update now." -msgstr "" - -#: gp-premium.php:234 -msgid "GP Premium requires GeneratePress to be your active theme." -msgstr "" - -#: gp-premium.php:235 -msgid "Install now." -msgstr "" - -#: gp-premium.php:250 -msgid "Configure" -msgstr "" - -#: hooks/functions/functions.php:69 -msgid "" -"DISALLOW_FILE_EDIT is defined. You should also disallow PHP execution in GP " -"Hooks." -msgstr "" - -#: hooks/functions/functions.php:70 -msgid "Learn how" -msgstr "" - -#: hooks/functions/functions.php:124 hooks/functions/functions.php:144 -#: hooks/functions/functions.php:395 -msgid "GP Hooks" -msgstr "" - -#: hooks/functions/functions.php:160 -msgid "wp_head" -msgstr "" - -#: hooks/functions/functions.php:166 -msgid "Before Header" -msgstr "" - -#: hooks/functions/functions.php:172 -msgid "Before Header Content" -msgstr "" - -#: hooks/functions/functions.php:178 -msgid "After Header Content" -msgstr "" - -#: hooks/functions/functions.php:184 -msgid "After Header" -msgstr "" - -#: hooks/functions/functions.php:190 -msgid "Inside Content Container" -msgstr "" - -#: hooks/functions/functions.php:196 -msgid "Before Content" -msgstr "" - -#: hooks/functions/functions.php:202 -msgid "After Entry Title" -msgstr "" - -#: hooks/functions/functions.php:208 -msgid "After Content" -msgstr "" - -#: hooks/functions/functions.php:214 -msgid "Before Right Sidebar Content" -msgstr "" - -#: hooks/functions/functions.php:220 -msgid "After Right Sidebar Content" -msgstr "" - -#: hooks/functions/functions.php:226 -msgid "Before Left Sidebar Content" -msgstr "" - -#: hooks/functions/functions.php:232 -msgid "After Left Sidebar Content" -msgstr "" - -#: hooks/functions/functions.php:238 -msgid "Before Footer" -msgstr "" - -#: hooks/functions/functions.php:244 -msgid "After Footer Widgets" -msgstr "" - -#: hooks/functions/functions.php:250 -msgid "Before Footer Content" -msgstr "" - -#: hooks/functions/functions.php:256 -msgid "After Footer Content" -msgstr "" - -#: hooks/functions/functions.php:262 -msgid "wp_footer" -msgstr "" - -#: hooks/functions/functions.php:347 -msgid "Execute PHP" -msgstr "" - -#: hooks/functions/functions.php:349 -msgid "Disable Hook" -msgstr "" - -#: hooks/functions/functions.php:397 -msgid "" -"Use these fields to insert anything you like throughout GeneratePress. " -"Shortcodes are allowed, and you can even use PHP if you check the Execute " -"PHP checkboxes." -msgstr "" - -#: hooks/functions/functions.php:399 -msgid "Show all" -msgstr "" - -#: hooks/functions/functions.php:410 -msgid "Save Hooks" -msgstr "" - -#: hooks/functions/functions.php:482 -msgid "Hooks saved." -msgstr "" - -#: import-export/functions/functions.php:11 -msgid "Export" -msgstr "" - -#: import-export/functions/functions.php:14 library/reset.php:12 -#: page-header/functions/metabox.php:196 -msgid "Advanced" -msgstr "" - -#: import-export/functions/functions.php:16 library/reset.php:14 -msgctxt "Module name" -msgid "Core" -msgstr "" - -#: import-export/functions/functions.php:19 library/reset.php:17 -msgctxt "Module name" -msgid "Backgrounds" -msgstr "" - -#: import-export/functions/functions.php:23 library/reset.php:21 -msgctxt "Module name" -msgid "Blog" -msgstr "" - -#: import-export/functions/functions.php:27 library/reset.php:25 -msgctxt "Module name" -msgid "Hooks" -msgstr "" - -#: import-export/functions/functions.php:31 library/reset.php:29 -msgctxt "Module name" -msgid "Page Header" -msgstr "" - -#: import-export/functions/functions.php:35 library/reset.php:33 -msgctxt "Module name" -msgid "Secondary Navigation" -msgstr "" - -#: import-export/functions/functions.php:39 library/reset.php:37 -msgctxt "Module name" -msgid "Spacing" -msgstr "" - -#: import-export/functions/functions.php:43 library/reset.php:41 -msgctxt "Module name" -msgid "Menu Plus" -msgstr "" - -#: import-export/functions/functions.php:47 library/reset.php:45 -msgctxt "Module name" -msgid "WooCommerce" -msgstr "" - -#: import-export/functions/functions.php:51 library/reset.php:49 -#, fuzzy -#| msgid "Copyright" -msgctxt "Module name" -msgid "Copyright" -msgstr "Copyright" - -#: import-export/functions/functions.php:56 -msgctxt "Module name" -msgid "GeneratePress Site" -msgstr "" - -#: import-export/functions/functions.php:63 -msgid "Export Settings" -msgstr "" - -#: import-export/functions/functions.php:77 -msgid "Import" -msgstr "" - -#: import-export/functions/functions.php:86 -msgid "Import Settings" -msgstr "" - -#: import-export/functions/functions.php:214 -msgid "Please upload a valid .json file" -msgstr "" - -#: import-export/functions/functions.php:220 -msgid "Please upload a file to import" -msgstr "" - -#: inc/EDD_SL_Plugin_Updater.php:201 -#, php-format -msgid "" -"There is a new version of %1$s available. %2$sView version %3$s details%4$s." -msgstr "" -"Det finns en ny version av %1$s tillgänglig. %2$sSe version %3$s detaljer" -"%4$s." - -#: inc/EDD_SL_Plugin_Updater.php:209 -#, php-format -msgid "" -"There is a new version of %1$s available. %2$sView version %3$s details%4$s " -"or %5$supdate now%6$s." -msgstr "" -"Det finns en ny version av %1$s tillgänglig. %2$sSe version %3$s detaljer" -"%4$s eller %5$suppdatera nu%6$s." - -#: inc/EDD_SL_Plugin_Updater.php:399 -msgid "You do not have permission to install plugin updates" -msgstr "Du har inte behörighet för att uppdatera tillägg" - -#: inc/EDD_SL_Plugin_Updater.php:399 -msgid "Error" -msgstr "Ett fel har uppstått" - -#: inc/activation.php:14 -msgid "Add-on deactivated." -msgstr "Tillägg avaktiverad." - -#: inc/activation.php:18 -msgid "Add-on activated." -msgstr "Tillägg aktiverad." - -#. Plugin Name of the plugin/theme -#: inc/activation.php:59 -msgid "GP Premium" -msgstr "GP Premium" - -#: inc/activation.php:67 -msgid "Bulk Actions" -msgstr "Välj åtgärd" - -#: inc/activation.php:68 inc/activation.php:105 -msgid "Activate" -msgstr "Aktivera" - -#: inc/activation.php:69 inc/activation.php:89 -msgid "Deactivate" -msgstr "Avaktivera" - -#: inc/activation.php:72 -#: sections/functions/metaboxes/views/sections-template.php:80 -msgid "Apply" -msgstr "Utför" - -#: inc/activation.php:102 -msgid "WooCommerce not activated." -msgstr "" - -#: inc/activation.php:430 -msgid "Enter valid license key for automatic updates." -msgstr "" - -#: inc/dashboard.php:16 -msgid "Modules" -msgstr "" - -#: inc/verify.php:74 -msgid "License deactivated." -msgstr "Licens avaktiverad." - -#: inc/verify.php:78 -msgid "License activated." -msgstr "Licens aktiverad." - -#: inc/verify.php:110 -msgid "Updates" -msgstr "" - -#: inc/verify.php:110 -msgid "Help" -msgstr "Hjälp" - -#: inc/verify.php:126 -msgid "Receiving updates" -msgstr "" - -#: inc/verify.php:128 -msgid "Not receiving updates" -msgstr "" - -#: inc/verify.php:134 -msgid "License Key" -msgstr "Licensnyckel" - -#: inc/verify.php:139 -msgid "Update" -msgstr "Uppdatera" - -#: inc/verify.php:224 -#, php-format -msgid "Your license key expired on %s." -msgstr "" - -#: inc/verify.php:231 -msgid "Your license key has been disabled." -msgstr "" - -#: inc/verify.php:236 -msgid "Invalid license." -msgstr "" - -#: inc/verify.php:242 -msgid "Your license is not active for this URL." -msgstr "" - -#: inc/verify.php:247 -#, php-format -msgid "This appears to be an invalid license key for %s." -msgstr "" - -#: inc/verify.php:252 -msgid "Your license key has reached its activation limit." -msgstr "" - -#: inc/verify.php:257 -msgid "An error occurred, please try again." -msgstr "" - -#: library/batch-processing/wp-background-process.php:425 -#, php-format -msgid "Every %d Minutes" -msgstr "" - -#: library/customizer/controls/class-backgrounds-control.php:18 -msgid "left top, x% y%, xpos ypos (px)" -msgstr "" - -#: library/customizer/controls/class-backgrounds-control.php:19 -msgid "Position" -msgstr "" - -#: library/customizer/controls/class-backgrounds-control.php:130 -msgid "Size (Auto)" -msgstr "" - -#: library/customizer/controls/class-backgrounds-control.php:131 -msgid "100% Width" -msgstr "" - -#: library/customizer/controls/class-backgrounds-control.php:132 -msgid "Cover" -msgstr "" - -#: library/customizer/controls/class-backgrounds-control.php:133 -msgid "Contain" -msgstr "" - -#: library/customizer/controls/class-backgrounds-control.php:139 -msgid "Attachment" -msgstr "" - -#: library/customizer/controls/class-backgrounds-control.php:140 -msgid "Fixed" -msgstr "" - -#: library/customizer/controls/class-backgrounds-control.php:141 -msgid "Local" -msgstr "" - -#: library/customizer/controls/class-backgrounds-control.php:142 -#: woocommerce/functions/customizer/customizer.php:550 -msgid "Inherit" -msgstr "" - -#: library/customizer/controls/class-copyright-control.php:25 -msgid "%current_year% to update year automatically." -msgstr "Skriv %current_year% för att dynamiskt visa nuvarande år." - -#: library/customizer/controls/class-copyright-control.php:26 -msgid "%copy% to include the copyright symbol." -msgstr "Skriv %copy% för att använda upphövsrätt symbolen." - -#: library/customizer/controls/class-copyright-control.php:27 -msgid "HTML is allowed." -msgstr "HTML är tillåtet." - -#: library/customizer/controls/class-copyright-control.php:28 -msgid "Shortcodes are allowed." -msgstr "Shortcodes är tillåtna." - -#: library/customizer/controls/class-range-slider-control.php:42 -msgid "Desktop" -msgstr "" - -#: library/customizer/controls/class-range-slider-control.php:43 -msgid "Tablet" -msgstr "" - -#: library/customizer/controls/class-range-slider-control.php:44 -msgid "Mobile" -msgstr "" - -#: library/customizer/controls/class-range-slider-control.php:45 -#: library/reset.php:9 -msgid "Reset" -msgstr "" - -#: library/customizer/controls/class-spacing-control.php:23 -msgid "Top" -msgstr "" - -#: library/customizer/controls/class-spacing-control.php:25 -msgid "Bottom" -msgstr "" - -#: library/customizer/controls/class-spacing-control.php:48 -msgid "Link values" -msgstr "" - -#: library/customizer/controls/class-spacing-control.php:49 -msgid "Un-link values" -msgstr "" - -#: library/customizer/controls/class-typography-control.php:25 -msgid "System Fonts" -msgstr "" - -#: library/customizer/controls/class-typography-control.php:26 -msgid "Google Fonts" -msgstr "" - -#: library/customizer/controls/class-typography-control.php:29 -msgid "Font family" -msgstr "" - -#: library/customizer/controls/class-typography-control.php:30 -msgid "Font weight" -msgstr "" - -#: library/customizer/controls/class-typography-control.php:31 -msgid "Text transform" -msgstr "" - -#: library/customizer/controls/class-typography-control.php:33 -msgid "Variants" -msgstr "" - -#: library/customizer/controls/class-typography-control.php:162 -msgid "normal" -msgstr "" - -#: library/customizer/controls/class-typography-control.php:163 -msgid "bold" -msgstr "" - -#: library/customizer/controls/class-typography-control.php:178 -msgid "none" -msgstr "" - -#: library/customizer/controls/class-typography-control.php:179 -msgid "capitalize" -msgstr "" - -#: library/customizer/controls/class-typography-control.php:180 -msgid "uppercase" -msgstr "" - -#: library/customizer/controls/class-typography-control.php:181 -msgid "lowercase" -msgstr "" - -#: library/reset.php:55 -msgid "Warning: This will delete your settings and can not be undone." -msgstr "" - -#: library/reset.php:58 -msgid "Reset Settings" -msgstr "" - -#: menu-plus/functions/generate-menu-plus.php:25 -#: menu-plus/functions/generate-menu-plus.php:632 -msgid "Menu" -msgstr "" - -#: menu-plus/functions/generate-menu-plus.php:101 -msgid "Menu Plus" -msgstr "" - -#: menu-plus/functions/generate-menu-plus.php:126 -msgid "General Settings" -msgstr "" - -#: menu-plus/functions/generate-menu-plus.php:144 -#: secondary-nav/functions/functions.php:181 -msgid "Mobile Menu Label" -msgstr "" - -#: menu-plus/functions/generate-menu-plus.php:154 -#: menu-plus/functions/generate-menu-plus.php:175 -msgid "Sticky Navigation" -msgstr "" - -#: menu-plus/functions/generate-menu-plus.php:178 -#: menu-plus/functions/generate-menu-plus.php:420 -msgid "Mobile only" -msgstr "" - -#: menu-plus/functions/generate-menu-plus.php:179 -#: menu-plus/functions/generate-menu-plus.php:421 -msgid "Desktop only" -msgstr "" - -#: menu-plus/functions/generate-menu-plus.php:180 -#: menu-plus/functions/generate-menu-plus.php:317 -#: menu-plus/functions/generate-menu-plus.php:363 -#: menu-plus/functions/generate-menu-plus.php:422 -msgid "On" -msgstr "" - -#: menu-plus/functions/generate-menu-plus.php:181 -#: menu-plus/functions/generate-menu-plus.php:316 -#: menu-plus/functions/generate-menu-plus.php:364 -#: menu-plus/functions/generate-menu-plus.php:423 -msgid "Off" -msgstr "" - -#: menu-plus/functions/generate-menu-plus.php:202 -msgid "Transition" -msgstr "" - -#: menu-plus/functions/generate-menu-plus.php:205 -msgid "Fade" -msgstr "" - -#: menu-plus/functions/generate-menu-plus.php:206 -msgid "Slide" -msgstr "" - -#: menu-plus/functions/generate-menu-plus.php:207 -msgid "None" -msgstr "" - -#: menu-plus/functions/generate-menu-plus.php:229 -#: menu-plus/functions/generate-menu-plus.php:385 -msgid "Hide when scrolling down" -msgstr "" - -#: menu-plus/functions/generate-menu-plus.php:252 -#: page-header/functions/metabox.php:477 -msgid "Navigation Logo" -msgstr "" - -#: menu-plus/functions/generate-menu-plus.php:274 -msgid "Navigation Logo Placement" -msgstr "" - -#: menu-plus/functions/generate-menu-plus.php:277 -#: menu-plus/functions/generate-menu-plus.php:360 -msgid "Sticky" -msgstr "" - -#: menu-plus/functions/generate-menu-plus.php:278 -msgid "Sticky + Static" -msgstr "" - -#: menu-plus/functions/generate-menu-plus.php:279 -msgid "Static" -msgstr "" - -#: menu-plus/functions/generate-menu-plus.php:292 -#: menu-plus/functions/generate-menu-plus.php:313 -msgid "Mobile Header" -msgstr "" - -#: menu-plus/functions/generate-menu-plus.php:338 -#: page-header/functions/metabox.php:191 -msgid "Logo" -msgstr "" - -#: menu-plus/functions/generate-menu-plus.php:442 -msgid "Side" -msgstr "" - -#: menu-plus/functions/generate-menu-plus.php:693 -#: sections/functions/metaboxes/views/sections-template.php:69 -#: sites/classes/class-site.php:161 sites/classes/class-site.php:477 -msgid "Close" -msgstr "" - -#: page-header/functions/functions.php:784 page-header/functions/metabox.php:37 -#: page-header/functions/metabox.php:57 page-header/functions/metabox.php:763 -#: page-header/functions/post-type.php:15 -#: page-header/functions/post-type.php:29 -#: page-header/functions/post-type.php:79 -#: page-header/functions/post-type.php:112 -msgid "Page Header" -msgstr "" - -#: page-header/functions/functions.php:808 -msgid "Page Header Location" -msgstr "" - -#: page-header/functions/functions.php:812 -#: page-header/functions/functions.php:837 -msgid "Inside Content Area" -msgstr "" - -#: page-header/functions/functions.php:833 -msgid "Single Post Header Location" -msgstr "" - -#: page-header/functions/functions.php:838 -msgid "Below Post Title" -msgstr "" - -#: page-header/functions/functions.php:839 -msgid "Hide" -msgstr "" - -#: page-header/functions/functions.php:1078 -#, php-format -msgid "View all posts by %s" -msgstr "" - -#: page-header/functions/global-locations.php:24 -#: page-header/functions/global-locations.php:25 -#: page-header/functions/global-locations.php:40 -msgid "Global Locations" -msgstr "" - -#: page-header/functions/global-locations.php:72 -msgid "Posts Page (blog)" -msgstr "" - -#: page-header/functions/global-locations.php:81 -msgid "Search Results" -msgstr "" - -#: page-header/functions/global-locations.php:90 -msgid "404 Template" -msgstr "" - -#: page-header/functions/global-locations.php:99 -msgid "Post Types - Single" -msgstr "" - -#: page-header/functions/global-locations.php:125 -msgid "Post Types - Archives" -msgstr "" - -#: page-header/functions/global-locations.php:147 -msgid "Taxonomies - Archives" -msgstr "" - -#: page-header/functions/metabox.php:139 page-header/functions/metabox.php:749 -#, php-format -msgid "" -"No Page Headers found. Want to create " -"one?" -msgstr "" - -#: page-header/functions/metabox.php:158 -msgid "Content is required for the below settings to work." -msgstr "" - -#: page-header/functions/metabox.php:178 -msgid "Image" -msgstr "" - -#: page-header/functions/metabox.php:186 -msgid "Background Video" -msgstr "" - -#: page-header/functions/metabox.php:202 -msgid "Add to excerpt" -msgstr "" - -#: page-header/functions/metabox.php:218 -msgid "" -"Currently using your featured image." -msgstr "" - -#: page-header/functions/metabox.php:229 -msgid "Page Header Image" -msgstr "" - -#: page-header/functions/metabox.php:229 -msgid "Insert Image" -msgstr "" - -#: page-header/functions/metabox.php:230 -msgid "Choose Image" -msgstr "" - -#: page-header/functions/metabox.php:233 -msgid "Remove Image" -msgstr "" - -#: page-header/functions/metabox.php:238 -msgid "Or you can set the featured image." -msgstr "" - -#: page-header/functions/metabox.php:243 -msgid "Image Link" -msgstr "" - -#: page-header/functions/metabox.php:248 -msgid "Resize Image" -msgstr "" - -#: page-header/functions/metabox.php:250 -#: sections/functions/metaboxes/views/sections-template.php:250 -#: sections/functions/metaboxes/views/sections-template.php:258 -msgid "Disable" -msgstr "" - -#: page-header/functions/metabox.php:251 -#: sections/functions/metaboxes/views/sections-template.php:251 -#: sections/functions/metaboxes/views/sections-template.php:259 -msgid "Enable" -msgstr "" - -#: page-header/functions/metabox.php:257 -msgid "Image Width" -msgstr "" - -#: page-header/functions/metabox.php:262 -msgid "Image Height" -msgstr "" - -#: page-header/functions/metabox.php:265 -msgid "Use \"0\" or leave blank for proportional resizing." -msgstr "" - -#: page-header/functions/metabox.php:274 -msgid "HTML and shortcodes allowed." -msgstr "" - -#: page-header/functions/metabox.php:281 -msgid "Automatically add paragraphs" -msgstr "" - -#: page-header/functions/metabox.php:286 -msgid "Add Padding" -msgstr "" - -#: page-header/functions/metabox.php:291 -msgid "Add Background Image" -msgstr "" - -#: page-header/functions/metabox.php:296 -msgid "Use background color as overlay" -msgstr "" - -#: page-header/functions/metabox.php:301 -#: sections/functions/metaboxes/views/sections-template.php:247 -msgid "Parallax Effect" -msgstr "" - -#: page-header/functions/metabox.php:306 -msgid "Fullscreen" -msgstr "" - -#: page-header/functions/metabox.php:311 -msgid "Vertical center content" -msgstr "" - -#: page-header/functions/metabox.php:317 -msgid "Container" -msgstr "" - -#: page-header/functions/metabox.php:319 page-header/functions/metabox.php:327 -#: secondary-nav/functions/functions.php:207 -#: secondary-nav/functions/functions.php:233 -#: sections/functions/metaboxes/views/sections-template.php:167 -#: sections/functions/metaboxes/views/sections-template.php:175 -msgid "Contained" -msgstr "" - -#: page-header/functions/metabox.php:320 page-header/functions/metabox.php:328 -#: sections/functions/metaboxes/views/sections-template.php:166 -#: sections/functions/metaboxes/views/sections-template.php:176 -msgid "Full Width" -msgstr "" - -#: page-header/functions/metabox.php:325 -msgid "Inner Container" -msgstr "" - -#: page-header/functions/metabox.php:333 -#: woocommerce/functions/customizer/customizer.php:282 -msgid "Text Alignment" -msgstr "" - -#: page-header/functions/metabox.php:342 -msgid "Top & Bottom Padding" -msgstr "" - -#: page-header/functions/metabox.php:351 -msgid "Left & Right Padding" -msgstr "" - -#: page-header/functions/metabox.php:362 -#: sections/functions/metaboxes/views/sections-template.php:212 -msgid "Background Color" -msgstr "" - -#: page-header/functions/metabox.php:367 -#: sections/functions/metaboxes/views/sections-template.php:217 -msgid "Text Color" -msgstr "" - -#: page-header/functions/metabox.php:372 -#: sections/functions/metaboxes/views/sections-template.php:223 -msgid "Link Color" -msgstr "" - -#: page-header/functions/metabox.php:377 -#: sections/functions/metaboxes/views/sections-template.php:229 -msgid "Link Color Hover" -msgstr "" - -#: page-header/functions/metabox.php:388 -msgid "MP4 file" -msgstr "" - -#: page-header/functions/metabox.php:390 page-header/functions/metabox.php:398 -#: page-header/functions/metabox.php:406 -msgid "Page Header Video" -msgstr "" - -#: page-header/functions/metabox.php:390 page-header/functions/metabox.php:398 -#: page-header/functions/metabox.php:406 -msgid "Insert Video" -msgstr "" - -#: page-header/functions/metabox.php:391 page-header/functions/metabox.php:399 -#: page-header/functions/metabox.php:407 -msgid "Choose Video" -msgstr "" - -#: page-header/functions/metabox.php:396 -msgid "OGV file" -msgstr "" - -#: page-header/functions/metabox.php:404 -msgid "WEBM file" -msgstr "" - -#: page-header/functions/metabox.php:412 -msgid "Overlay Color" -msgstr "" - -#: page-header/functions/metabox.php:428 -msgid "Overwrite your site-wide logo/header on this page." -msgstr "" - -#: page-header/functions/metabox.php:438 -msgid "Header / Logo" -msgstr "" - -#: page-header/functions/metabox.php:438 page-header/functions/metabox.php:477 -msgid "Insert Logo" -msgstr "" - -#: page-header/functions/metabox.php:439 page-header/functions/metabox.php:478 -msgid "Choose Logo" -msgstr "" - -#: page-header/functions/metabox.php:450 page-header/functions/metabox.php:490 -msgid "Remove Logo" -msgstr "" - -#: page-header/functions/metabox.php:467 -msgid "Overwrite your navigation logo on this page." -msgstr "" - -#: page-header/functions/metabox.php:502 -msgid "Merge with site header" -msgstr "" - -#: page-header/functions/metabox.php:508 -msgid "Place content behind header (sliders etc..)" -msgstr "" - -#: page-header/functions/metabox.php:517 typography/functions/functions.php:547 -msgid "Site Tagline" -msgstr "" - -#: page-header/functions/metabox.php:523 -msgid "Custom Navigation Colors" -msgstr "" - -#: page-header/functions/metabox.php:528 -msgid "Navigation Background" -msgstr "" - -#: page-header/functions/metabox.php:533 -msgid "Navigation Text" -msgstr "" - -#: page-header/functions/metabox.php:538 -msgid "Navigation Background Hover" -msgstr "" - -#: page-header/functions/metabox.php:543 -msgid "Navigation Text Hover" -msgstr "" - -#: page-header/functions/metabox.php:548 -msgid "Navigation Background Current" -msgstr "" - -#: page-header/functions/metabox.php:553 -msgid "Navigation Text Current" -msgstr "" - -#: page-header/functions/metabox.php:673 -msgid "Template Tags" -msgstr "" - -#: page-header/functions/metabox.php:686 -msgid "The content title of the current post/taxonomy." -msgstr "" - -#: page-header/functions/metabox.php:689 -msgid "The published date of the current post." -msgstr "" - -#: page-header/functions/metabox.php:692 -msgid "The author of the current post." -msgstr "" - -#: page-header/functions/metabox.php:695 -msgid "" -"The terms attached to the chosen taxonomy (category, post_tag, product_cat)." -msgstr "" - -#: page-header/functions/metabox.php:698 -msgid "Custom post meta. Replace \"name\" with the name of your custom field." -msgstr "" - -#: page-header/functions/metabox.php:702 -msgid "" -"Display an Elementor library template. Replace \"id\" with the ID or name." -msgstr "" - -#: page-header/functions/metabox.php:707 -msgid "Display a Beaver Builder template. Replace \"id\" with the ID or name." -msgstr "" - -#: page-header/functions/post-type.php:12 -msgctxt "Post Type General Name" -msgid "Page Headers" -msgstr "" - -#: page-header/functions/post-type.php:13 -msgctxt "Post Type Singular Name" -msgid "Page Header" -msgstr "" - -#: page-header/functions/post-type.php:14 -msgid "Page Headers" -msgstr "" - -#: page-header/functions/post-type.php:16 -msgid "Page Header Archives" -msgstr "" - -#: page-header/functions/post-type.php:17 -msgid "Parent Page Header:" -msgstr "" - -#: page-header/functions/post-type.php:18 -msgid "All Page Headers" -msgstr "" - -#: page-header/functions/post-type.php:19 -msgid "Add New Page Header" -msgstr "" - -#: page-header/functions/post-type.php:20 -msgid "New Page Header" -msgstr "" - -#: page-header/functions/post-type.php:21 -msgid "Edit Page Header" -msgstr "" - -#: page-header/functions/post-type.php:22 -msgid "Update Page Header" -msgstr "" - -#: page-header/functions/post-type.php:23 -msgid "View Page Header" -msgstr "" - -#: page-header/functions/post-type.php:24 -msgid "Search Page Header" -msgstr "" - -#: page-header/functions/post-type.php:25 -msgid "Insert into Page Header" -msgstr "" - -#: page-header/functions/post-type.php:26 -msgid "Uploaded to this Page Header" -msgstr "" - -#: secondary-nav/functions/functions.php:16 -msgid "Secondary Menu" -msgstr "" - -#: secondary-nav/functions/functions.php:203 -msgid "Navigation Width" -msgstr "" - -#: secondary-nav/functions/functions.php:229 -msgid "Inner Navigation Width" -msgstr "" - -#: secondary-nav/functions/functions.php:255 -msgid "Navigation Alignment" -msgstr "" - -#: secondary-nav/functions/functions.php:282 -msgid "Navigation Location" -msgstr "" - -#: secondary-nav/functions/functions.php:285 -msgid "Below Header" -msgstr "" - -#: secondary-nav/functions/functions.php:286 -msgid "Above Header" -msgstr "" - -#: secondary-nav/functions/functions.php:287 -msgid "Float Right" -msgstr "" - -#: secondary-nav/functions/functions.php:288 -msgid "Float Left" -msgstr "" - -#: secondary-nav/functions/functions.php:289 -msgid "Left Sidebar" -msgstr "" - -#: secondary-nav/functions/functions.php:290 -msgid "Right Sidebar" -msgstr "" - -#: secondary-nav/functions/functions.php:291 -msgid "No Navigation" -msgstr "" - -#: secondary-nav/functions/functions.php:312 -msgid "Merge with Secondary Navigation" -msgstr "" - -#: sections/functions/metaboxes/metabox-functions.php:47 -msgid "Use Sections" -msgstr "" - -#: sections/functions/metaboxes/metabox-functions.php:59 -msgid "Sections" -msgstr "" - -#: sections/functions/metaboxes/metabox-functions.php:237 -msgid "This action can not be undone, are you sure?" -msgstr "" - -#: sections/functions/metaboxes/metabox-functions.php:240 -msgid "Section" -msgstr "" - -#: sections/functions/metaboxes/metabox-functions.php:243 -msgid "Settings" -msgstr "" - -#: sections/functions/metaboxes/metabox-functions.php:249 -msgid "Section Background" -msgstr "" - -#: sections/functions/metaboxes/metabox-functions.php:250 -msgid "Set as Section Background" -msgstr "" - -#: sections/functions/metaboxes/metabox-functions.php:254 -msgid "Insert into Section" -msgstr "" - -#: sections/functions/metaboxes/metabox-functions.php:255 -#: sections/functions/metaboxes/views/sections-template.php:74 -msgid "Edit Section" -msgstr "" - -#: sections/functions/metaboxes/views/sections-template.php:35 -msgid "Click to edit" -msgstr "" - -#: sections/functions/metaboxes/views/sections-template.php:37 -msgid "Click to edit content" -msgstr "" - -#: sections/functions/metaboxes/views/sections-template.php:38 -msgid "Click to edit settings" -msgstr "" - -#: sections/functions/metaboxes/views/sections-template.php:39 -msgid "Click and drag to sort" -msgstr "" - -#: sections/functions/metaboxes/views/sections-template.php:40 -msgid "Click to remove" -msgstr "" - -#: sections/functions/metaboxes/views/sections-template.php:54 -msgid "Add Section" -msgstr "" - -#: sections/functions/metaboxes/views/sections-template.php:55 -msgid "Remove Sections" -msgstr "" - -#: sections/functions/metaboxes/views/sections-template.php:81 -msgid "Cancel" -msgstr "" - -#: sections/functions/metaboxes/views/sections-template.php:110 -msgid "Section Label" -msgstr "" - -#: sections/functions/metaboxes/views/sections-template.php:126 -msgid "Add Media" -msgstr "" - -#: sections/functions/metaboxes/views/sections-template.php:131 -msgid "Visual" -msgstr "" - -#: sections/functions/metaboxes/views/sections-template.php:132 -msgctxt "Name for the Text editor tab (formerly HTML)" -msgid "Text" -msgstr "" - -#: sections/functions/metaboxes/views/sections-template.php:161 -msgid "Layout" -msgstr "" - -#: sections/functions/metaboxes/views/sections-template.php:162 -msgid "Box Type" -msgstr "" - -#: sections/functions/metaboxes/views/sections-template.php:171 -msgid "Inner Box Type" -msgstr "" - -#: sections/functions/metaboxes/views/sections-template.php:180 -msgid "Custom ID" -msgstr "" - -#: sections/functions/metaboxes/views/sections-template.php:186 -msgid "Custom Classes" -msgstr "" - -#: sections/functions/metaboxes/views/sections-template.php:192 -msgid "Top Padding" -msgstr "" - -#: sections/functions/metaboxes/views/sections-template.php:201 -msgid "Bottom Padding" -msgstr "" - -#: sections/functions/metaboxes/views/sections-template.php:237 -#: sections/functions/metaboxes/views/sections-template.php:242 -msgid "Background Image" -msgstr "" - -#: sections/functions/metaboxes/views/sections-template.php:242 -msgid "Upload" -msgstr "" - -#: sections/functions/metaboxes/views/sections-template.php:243 -msgid "Remove" -msgstr "" - -#: sections/functions/metaboxes/views/sections-template.php:255 -msgid "Background Color Overlay" -msgstr "" - -#: sections/functions/metaboxes/views/sections.php:8 -msgid "Javascript must be enabled to use Generate Sections" -msgstr "" - -#: sections/functions/templates/template.php:107 -msgid "No sections added!" -msgstr "" - -#: sites/classes/class-site-helper.php:94 -msgid "Backing up options" -msgstr "" - -#: sites/classes/class-site-helper.php:95 -msgid "Importing options" -msgstr "" - -#: sites/classes/class-site-helper.php:96 -msgid "Downloading content" -msgstr "" - -#: sites/classes/class-site-helper.php:97 -msgid "Importing content" -msgstr "" - -#: sites/classes/class-site-helper.php:98 -msgid "Importing site options" -msgstr "" - -#: sites/classes/class-site-helper.php:99 -msgid "Importing widgets" -msgstr "" - -#: sites/classes/class-site-helper.php:100 -msgid "Activating plugins" -msgstr "" - -#: sites/classes/class-site-helper.php:101 -msgid "Installing plugins" -msgstr "" - -#: sites/classes/class-site-helper.php:102 -msgid "Automatic" -msgstr "" - -#: sites/classes/class-site-helper.php:103 -msgid "Manual" -msgstr "" - -#: sites/classes/class-site-helper.php:104 -msgid "Theme options exist and can be imported." -msgstr "" - -#: sites/classes/class-site-helper.php:105 -msgid "No theme options found, please contact the site author." -msgstr "" - -#: sites/classes/class-site-helper.php:106 -msgid "Site content exists and can be imported." -msgstr "" - -#: sites/classes/class-site.php:159 -msgid "Previous Site" -msgstr "" - -#: sites/classes/class-site.php:159 -msgid "Previous" -msgstr "" - -#: sites/classes/class-site.php:160 -msgid "Next Site" -msgstr "" - -#: sites/classes/class-site.php:160 -msgid "Next" -msgstr "" - -#: sites/classes/class-site.php:206 sites/classes/class-site.php:270 -msgid "Preview" -msgstr "" - -#: sites/classes/class-site.php:207 sites/classes/class-site.php:479 -msgid "Details" -msgstr "" - -#: sites/classes/class-site.php:224 -msgid "Overview" -msgstr "" - -#: sites/classes/class-site.php:228 -msgid "Theme Options" -msgstr "" - -#: sites/classes/class-site.php:236 -msgid "Site Content" -msgstr "" - -#: sites/classes/class-site.php:236 sites/classes/class-site.php:351 -msgid "Optional" -msgstr "" - -#: sites/classes/class-site.php:243 -msgid "Plugins" -msgstr "" - -#: sites/classes/class-site.php:249 sites/classes/class-site.php:381 -msgid "The following plugins can be installed and activated automatically." -msgstr "" - -#: sites/classes/class-site.php:254 sites/classes/class-site.php:386 -msgid "The following plugins are already installed." -msgstr "" - -#: sites/classes/class-site.php:259 sites/classes/class-site.php:391 -msgid "The following plugins need to be installed and activated manually." -msgstr "" - -#: sites/classes/class-site.php:277 -msgid "Gathering data" -msgstr "" - -#: sites/classes/class-site.php:281 -msgid "Get Started" -msgstr "" - -#: sites/classes/class-site.php:293 -msgid "GeneratePress Options" -msgstr "" - -#: sites/classes/class-site.php:297 -msgid "" -"This step will backup your current theme options, then import the new ones." -msgstr "" - -#: sites/classes/class-site.php:300 -msgid "The following GP Premium modules will be activated:" -msgstr "" - -#: sites/classes/class-site.php:308 -msgid "Go Back" -msgstr "" - -#: sites/classes/class-site.php:315 -#, fuzzy -#| msgid "Bulk Actions" -msgid "Backup Options" -msgstr "Välj åtgärd" - -#: sites/classes/class-site.php:325 -msgid "Import Options" -msgstr "" - -#: sites/classes/class-site.php:358 -msgid "" -"I understand that this step will add content, site options, menus, widgets " -"and plugins to my site." -msgstr "" - -#: sites/classes/class-site.php:365 -#, php-format -msgid "" -"For best results, only install this demo content on fresh sites with no " -"content. If you have already installed another GeneratePress Site, be sure " -"to %s by deleting the content, plugins and menus that it added." -msgstr "" - -#: sites/classes/class-site.php:368 -msgid "clean it up" -msgstr "" - -#: sites/classes/class-site.php:373 -msgid "" -"You can skip this step if you already " -"have content and do not want the demo content imported." -msgstr "" - -#: sites/classes/class-site.php:400 -msgid "Skip" -msgstr "" - -#: sites/classes/class-site.php:408 -msgid "Import Content" -msgstr "" - -#: sites/classes/class-site.php:435 -msgid "All done!" -msgstr "" - -#: sites/classes/class-site.php:436 -msgid "Your site is ready to go!" -msgstr "" - -#: sites/classes/class-site.php:440 -#, php-format -msgid "Crafted with %s by" -msgstr "" - -#: sites/classes/class-site.php:458 -msgid "Start Over" -msgstr "" - -#: sites/classes/class-site.php:461 -msgid "View Site" -msgstr "" - -#: sites/classes/class-site.php:829 -msgid "Site options imported" -msgstr "" - -#: sites/classes/class-site.php:859 -#, fuzzy -#| msgid "License activated." -msgid "Plugins activated" -msgstr "Licens aktiverad." - -#: sites/sites.php:37 -msgid "Sites" -msgstr "" - -#: sites/sites.php:78 -msgid "Refresh sites" -msgstr "" - -#: spacing/functions/customizer/content-spacing.php:32 -msgid "Container Width" -msgstr "" - -#: spacing/functions/customizer/content-spacing.php:67 -msgid "Separating Space" -msgstr "" - -#: spacing/functions/customizer/content-spacing.php:132 -msgid "Content Padding" -msgstr "" - -#: spacing/functions/customizer/content-spacing.php:196 -msgid "Mobile Content Padding" -msgstr "" - -#: spacing/functions/customizer/footer-spacing.php:73 -msgid "Footer Widget Area Padding" -msgstr "" - -#: spacing/functions/customizer/footer-spacing.php:134 -msgid "Footer Padding" -msgstr "" - -#: spacing/functions/customizer/header-spacing.php:68 -msgid "Header Padding" -msgstr "" - -#: spacing/functions/customizer/navigation-spacing.php:47 -#: spacing/functions/customizer/secondary-nav-spacing.php:58 -msgid "Menu Item Width" -msgstr "" - -#: spacing/functions/customizer/navigation-spacing.php:100 -#: spacing/functions/customizer/navigation-spacing.php:178 -#: spacing/functions/customizer/navigation-spacing.php:214 -#: spacing/functions/customizer/secondary-nav-spacing.php:93 -msgid "Menu Item Height" -msgstr "" - -#: spacing/functions/customizer/navigation-spacing.php:143 -#: spacing/functions/customizer/secondary-nav-spacing.php:128 -msgid "Sub-Menu Item Height" -msgstr "" - -#: spacing/functions/customizer/sidebar-spacing.php:12 -msgid "Sidebars" -msgstr "" - -#: spacing/functions/customizer/sidebar-spacing.php:70 -msgid "Widget Padding" -msgstr "" - -#: spacing/functions/customizer/sidebar-spacing.php:101 -msgid "Left Sidebar Width" -msgstr "" - -#: spacing/functions/customizer/sidebar-spacing.php:136 -msgid "Right Sidebar Width" -msgstr "" - -#: spacing/functions/customizer/top-bar-spacing.php:55 -msgid "Top Bar Padding" -msgstr "" - -#: spacing/functions/functions.php:41 -msgid "Spacing" -msgstr "" - -#: spacing/functions/functions.php:42 -msgid "Change the spacing for various elements using pixels." -msgstr "" - -#: typography/functions/functions.php:44 -msgid "Typography" -msgstr "" - -#: typography/functions/functions.php:145 -#: typography/functions/functions.php:336 -#: typography/functions/functions.php:465 -#: typography/functions/functions.php:577 -#: typography/functions/functions.php:701 -#: typography/functions/functions.php:818 -#: typography/functions/functions.php:938 -#: typography/functions/functions.php:1089 -#: typography/functions/functions.php:1230 -#: typography/functions/functions.php:1364 -#: typography/functions/functions.php:1497 -#: typography/functions/functions.php:1630 -#: typography/functions/functions.php:1779 -#: typography/functions/functions.php:1960 -#: typography/functions/secondary-nav-fonts.php:139 -#: typography/functions/slideout-nav-fonts.php:106 -#: typography/functions/woocommerce-fonts.php:99 -msgid "Font size" -msgstr "" - -#: typography/functions/functions.php:180 -#: typography/functions/functions.php:981 -#: typography/functions/functions.php:1132 -#: typography/functions/functions.php:1265 -#: typography/functions/functions.php:1398 -#: typography/functions/functions.php:1531 -#: typography/functions/functions.php:1664 -msgid "Line height" -msgstr "" - -#: typography/functions/functions.php:215 -msgid "Paragraph margin" -msgstr "" - -#: typography/functions/functions.php:841 -msgid "Headings" -msgstr "" - -#: typography/functions/functions.php:900 -msgid "Heading 1 (H1)" -msgstr "" - -#: typography/functions/functions.php:1051 -msgid "Heading 2 (H2)" -msgstr "" - -#: typography/functions/functions.php:1202 -msgid "Heading 3 (H3)" -msgstr "" - -#: typography/functions/functions.php:1336 -msgid "Heading 4 (H4)" -msgstr "" - -#: typography/functions/functions.php:1469 -msgid "Heading 5 (H5)" -msgstr "" - -#: typography/functions/functions.php:1602 -msgid "Heading 6 (H6)" -msgstr "" - -#: typography/functions/functions.php:1687 -msgid "Widgets" -msgstr "" - -#: typography/functions/functions.php:1750 -msgid "Widget Titles" -msgstr "" - -#: typography/functions/functions.php:1813 -msgid "Bottom margin" -msgstr "" - -#: typography/functions/functions.php:1848 -msgid "Content font size" -msgstr "" - -#: typography/functions/woocommerce-fonts.php:63 -msgid "Product Titles" -msgstr "" - -#: typography/functions/woocommerce-fonts.php:142 -msgid "Related/upsell title font size" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:43 -#: woocommerce/functions/customizer/customizer.php:709 -#: woocommerce/functions/customizer/customizer.php:719 -msgid "WooCommerce" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:57 -msgid "General" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:76 -msgid "Display cart in menu" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:95 -msgid "Display breadcrumbs" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:108 -msgid "Shop" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:127 -#: woocommerce/functions/customizer/customizer.php:547 -msgid "Sidebar Layout" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:130 -#: woocommerce/functions/customizer/customizer.php:551 -msgid "Sidebar / Content" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:131 -#: woocommerce/functions/customizer/customizer.php:552 -msgid "Content / Sidebar" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:132 -#: woocommerce/functions/customizer/customizer.php:553 -msgid "Content (no sidebars)" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:133 -#: woocommerce/functions/customizer/customizer.php:554 -msgid "Sidebar / Content / Sidebar" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:134 -#: woocommerce/functions/customizer/customizer.php:555 -msgid "Sidebar / Sidebar / Content" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:135 -#: woocommerce/functions/customizer/customizer.php:556 -msgid "Content / Sidebar / Sidebar" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:154 -#: woocommerce/functions/customizer/customizer.php:263 -msgid "Products Per Page" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:192 -msgid "Product Columns" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:239 -msgid "Image Alignment" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:306 -msgid "Display page title" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:325 -msgid "Display product results count" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:344 -msgid "Display product sorting" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:363 -msgid "Display product image" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:382 -msgid "Display secondary image on hover" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:401 -msgid "Display product title" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:420 -msgid "Display sale flash" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:439 -msgid "Sale Flash Over Image" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:458 -msgid "Display Rating" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:477 -msgid "Display price" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:496 -msgid "Display add to cart button" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:515 -#: woocommerce/functions/customizer/customizer.php:700 -msgid "Display short description" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:528 -msgid "Single Product" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:575 -msgid "Display product tabs" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:594 -msgid "Display related products" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:613 -msgid "Display upsell products" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:642 -msgid "Related/Upsell Columns" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:681 -msgid "Display product meta data" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:732 -msgid "Primary Button Colors" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:733 -msgid "Primary button colors can be set here." -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:747 -msgid "Checkout" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:766 -msgid "Distraction-free mode" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:767 -msgid "" -"Remove unnecessary distractions like sidebars, footer widgets and sticky " -"menus." -msgstr "" - -#: woocommerce/functions/functions.php:413 -#: woocommerce/functions/functions.php:433 -msgid "View your shopping cart" -msgstr "" - -#: woocommerce/functions/functions.php:715 -#, php-format -msgid "Rated %s out of 5" -msgstr "" - -#: woocommerce/functions/functions.php:717 -msgid "Not yet rated" -msgstr "" - -#: woocommerce/functions/functions.php:722 -msgid "out of 5" -msgstr "" - -#. Plugin URI of the plugin/theme -msgid "https://generatepress.com" -msgstr "" - -#. Description of the plugin/theme -msgid "" -"The entire bundle of GeneratePress add-ons. Configure add-ons by going to Appearance > GeneratePress." -msgstr "" - -#. Author of the plugin/theme -msgid "Tom Usborne" -msgstr "" - -#. Author URI of the plugin/theme -msgid "https://tomusborne.com" -msgstr "" - -#~ msgid "License failed." -#~ msgstr "Registreringen misslyckades." - -#~ msgid "Updates %s" -#~ msgstr "Uppdateringar %s" - -#~ msgid "" -#~ "There is a new version of %1$s available. View version %3$s details." -#~ msgstr "" -#~ "Det finns en ny version av %1$s tillgänglig. Se version %3$s detaljer." - -#~ msgid "" -#~ "There is a new version of %1$s available. View version %3$s details or update now." -#~ msgstr "" -#~ "Det finns en ny version av %1$s tillgänglig. Se version %3$s detaljer eller uppdatera nu." - -#~ msgid "" -#~ "Use %current_year% to include the current year dynamically." -#~ msgstr "" -#~ "Skriv %current_year% för att dynamiskt visa nuvarande år." - -#~ msgid "Use %copy% to include the copyright symbol." -#~ msgstr "Skriv %copy% för att använda upphövsrätt symbolen." diff --git a/wp-content/plugins/gp-premium/langs/gp-premium-uk.mo b/wp-content/plugins/gp-premium/langs/gp-premium-uk.mo new file mode 100644 index 0000000000000000000000000000000000000000..007659aa5e0d986cbbc305f20f2e36c38fc4d66c GIT binary patch literal 26349 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 Wg`*uoA9L-r^yYKAT*BkkgpY^2;Cb*tcs~3N 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�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 I>Ui{j0cM;{vj6}9 literal 0 HcmV?d00001 diff --git a/wp-content/plugins/gp-premium/langs/gp-premium-zh_CN.mo b/wp-content/plugins/gp-premium/langs/gp-premium-zh_CN.mo index 8333c3c927c45f8d0c97eda2dd46405292641921..20c575dee47d26853f5de07d1feeb52fdf657c88 100644 GIT binary patch literal 27626 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%0AxlyQAi^XIF+QMnV!x*mj5|7j@g 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 Stk6#G=uxQ{yo*JpkN*MFeoQU^ diff --git a/wp-content/plugins/gp-premium/langs/gp-premium-zh_CN.po b/wp-content/plugins/gp-premium/langs/gp-premium-zh_CN.po deleted file mode 100644 index 9ceb928e..00000000 --- a/wp-content/plugins/gp-premium/langs/gp-premium-zh_CN.po +++ /dev/null @@ -1,3001 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: GP Premium\n" -"POT-Creation-Date: 2018-02-27 17:38-0800\n" -"PO-Revision-Date: 2018-02-27 17:38-0800\n" -"Last-Translator: Pedro Mendonça \n" -"Language-Team: \n" -"Language: zh_CN\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Generator: Poedit 2.0.6\n" -"X-Poedit-Basepath: ..\n" -"X-Poedit-SourceCharset: UTF-8\n" -"X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;esc_attr__;" -"esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c;_n_noop:1,2;" -"_nx_noop:3c,1,2;__ngettext_noop:1,2\n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Poedit-WPHeader: gp-premium.php\n" -"X-Poedit-SearchPath-0: .\n" -"X-Poedit-SearchPathExcluded-0: *.js\n" -"X-Poedit-SearchPathExcluded-1: *deprecated*\n" -"X-Poedit-SearchPathExcluded-2: sites/libs/wxr-importer/WPImporterLogger.php\n" -"X-Poedit-SearchPathExcluded-3: sites/libs/wxr-importer/WXRImporter.php\n" -"X-Poedit-SearchPathExcluded-4: sites/libs/wxr-importer/WXRImportInfo.php\n" -"X-Poedit-SearchPathExcluded-5: sites/classes/class-site-widget-importer.php\n" - -#: backgrounds/functions/functions.php:99 -#: backgrounds/functions/functions.php:108 -msgid "Background Images" -msgstr "背景图像" - -#: backgrounds/functions/functions.php:117 -#: backgrounds/functions/functions.php:143 -#: typography/functions/functions.php:53 -msgid "Body" -msgstr "正文" - -#: backgrounds/functions/functions.php:206 -#: backgrounds/functions/functions.php:230 colors/functions/functions.php:56 -#: disable-elements/functions/functions.php:128 -#: disable-elements/functions/functions.php:130 -#: disable-elements/functions/functions.php:290 -#: disable-elements/functions/functions.php:292 -#: typography/functions/functions.php:238 -msgid "Top Bar" -msgstr "" - -#: backgrounds/functions/functions.php:293 -#: backgrounds/functions/functions.php:316 colors/functions/functions.php:143 -#: disable-elements/functions/functions.php:134 -#: disable-elements/functions/functions.php:136 -#: disable-elements/functions/functions.php:296 -#: disable-elements/functions/functions.php:298 -#: spacing/functions/customizer/header-spacing.php:11 -#: typography/functions/functions.php:361 -msgid "Header" -msgstr "页眉" - -#: backgrounds/functions/functions.php:376 colors/functions/functions.php:239 -#: disable-elements/functions/functions.php:139 -#: disable-elements/functions/functions.php:141 -#: disable-elements/functions/functions.php:301 -#: disable-elements/functions/functions.php:303 -#: spacing/functions/customizer/navigation-spacing.php:11 -#: typography/functions/functions.php:600 -msgid "Primary Navigation" -msgstr "主导航" - -#: backgrounds/functions/functions.php:403 -#: backgrounds/functions/secondary-nav-backgrounds.php:65 -msgid "Navigation" -msgstr "导航" - -#: backgrounds/functions/functions.php:423 -#: backgrounds/functions/functions.php:473 -#: backgrounds/functions/functions.php:523 -#: backgrounds/functions/functions.php:573 -#: backgrounds/functions/functions.php:633 -#: backgrounds/functions/functions.php:683 -#: backgrounds/functions/functions.php:733 -#: backgrounds/functions/secondary-nav-backgrounds.php:86 -#: backgrounds/functions/secondary-nav-backgrounds.php:135 -#: backgrounds/functions/secondary-nav-backgrounds.php:184 -#: backgrounds/functions/secondary-nav-backgrounds.php:233 -#: backgrounds/functions/secondary-nav-backgrounds.php:294 -#: backgrounds/functions/secondary-nav-backgrounds.php:343 -#: backgrounds/functions/secondary-nav-backgrounds.php:392 -#: library/customizer/controls/class-backgrounds-control.php:121 -msgid "Repeat" -msgstr "铺满" - -#: backgrounds/functions/functions.php:424 -#: backgrounds/functions/functions.php:474 -#: backgrounds/functions/functions.php:524 -#: backgrounds/functions/functions.php:574 -#: backgrounds/functions/functions.php:634 -#: backgrounds/functions/functions.php:684 -#: backgrounds/functions/functions.php:734 -#: backgrounds/functions/secondary-nav-backgrounds.php:87 -#: backgrounds/functions/secondary-nav-backgrounds.php:136 -#: backgrounds/functions/secondary-nav-backgrounds.php:185 -#: backgrounds/functions/secondary-nav-backgrounds.php:234 -#: backgrounds/functions/secondary-nav-backgrounds.php:295 -#: backgrounds/functions/secondary-nav-backgrounds.php:344 -#: backgrounds/functions/secondary-nav-backgrounds.php:393 -#: library/customizer/controls/class-backgrounds-control.php:122 -msgid "Repeat x" -msgstr "横向铺满" - -#: backgrounds/functions/functions.php:425 -#: backgrounds/functions/functions.php:475 -#: backgrounds/functions/functions.php:525 -#: backgrounds/functions/functions.php:575 -#: backgrounds/functions/functions.php:635 -#: backgrounds/functions/functions.php:685 -#: backgrounds/functions/functions.php:735 -#: backgrounds/functions/secondary-nav-backgrounds.php:88 -#: backgrounds/functions/secondary-nav-backgrounds.php:137 -#: backgrounds/functions/secondary-nav-backgrounds.php:186 -#: backgrounds/functions/secondary-nav-backgrounds.php:235 -#: backgrounds/functions/secondary-nav-backgrounds.php:296 -#: backgrounds/functions/secondary-nav-backgrounds.php:345 -#: backgrounds/functions/secondary-nav-backgrounds.php:394 -#: library/customizer/controls/class-backgrounds-control.php:123 -msgid "Repeat y" -msgstr "纵向铺满" - -#: backgrounds/functions/functions.php:426 -#: backgrounds/functions/functions.php:476 -#: backgrounds/functions/functions.php:526 -#: backgrounds/functions/functions.php:576 -#: backgrounds/functions/functions.php:636 -#: backgrounds/functions/functions.php:686 -#: backgrounds/functions/functions.php:736 -#: backgrounds/functions/secondary-nav-backgrounds.php:89 -#: backgrounds/functions/secondary-nav-backgrounds.php:138 -#: backgrounds/functions/secondary-nav-backgrounds.php:187 -#: backgrounds/functions/secondary-nav-backgrounds.php:236 -#: backgrounds/functions/secondary-nav-backgrounds.php:297 -#: backgrounds/functions/secondary-nav-backgrounds.php:346 -#: backgrounds/functions/secondary-nav-backgrounds.php:395 -#: library/customizer/controls/class-backgrounds-control.php:124 -msgid "No Repeat" -msgstr "无铺满" - -#: backgrounds/functions/functions.php:453 -#: backgrounds/functions/secondary-nav-backgrounds.php:114 -msgid "Navigation Item" -msgstr "导航项" - -#: backgrounds/functions/functions.php:503 -#: backgrounds/functions/secondary-nav-backgrounds.php:163 -msgid "Navigation Item Hover" -msgstr "划过导航项" - -#: backgrounds/functions/functions.php:553 -#: backgrounds/functions/secondary-nav-backgrounds.php:212 -msgid "Navigation Item Current" -msgstr "导航项流动" - -#: backgrounds/functions/functions.php:586 -msgid "Primary Sub-Navigation" -msgstr "主子导航" - -#: backgrounds/functions/functions.php:613 -#: backgrounds/functions/secondary-nav-backgrounds.php:273 -msgid "Sub-Navigation Item" -msgstr "子导航项" - -#: backgrounds/functions/functions.php:663 -#: backgrounds/functions/secondary-nav-backgrounds.php:322 -msgid "Sub-Navigation Item Hover" -msgstr "划过子导航项" - -#: backgrounds/functions/functions.php:713 -#: backgrounds/functions/secondary-nav-backgrounds.php:371 -msgid "Sub-Navigation Item Current" -msgstr "子导航项流动" - -#: backgrounds/functions/functions.php:746 -#: backgrounds/functions/functions.php:772 blog/functions/customizer.php:49 -#: colors/functions/functions.php:621 page-header/functions/metabox.php:182 -#: sections/functions/metaboxes/metabox-functions.php:241 -#: sections/functions/metaboxes/metabox-functions.php:244 -#: sites/classes/class-site.php:351 -#: spacing/functions/customizer/content-spacing.php:11 -msgid "Content" -msgstr "内容" - -#: backgrounds/functions/functions.php:833 -msgid "Sidebar" -msgstr "边栏" - -#: backgrounds/functions/functions.php:856 colors/functions/functions.php:775 -msgid "Sidebar Widgets" -msgstr "边栏小工具" - -#: backgrounds/functions/functions.php:917 colors/functions/functions.php:1102 -#: disable-elements/functions/functions.php:161 -#: disable-elements/functions/functions.php:163 -#: disable-elements/functions/functions.php:323 -#: disable-elements/functions/functions.php:325 -#: spacing/functions/customizer/footer-spacing.php:12 -#: typography/functions/functions.php:1871 -msgid "Footer" -msgstr "页脚" - -#: backgrounds/functions/functions.php:941 -msgid "Footer Widget Area" -msgstr "页脚小工具区域" - -#: backgrounds/functions/functions.php:1016 -msgid "Footer Area" -msgstr "页脚区域" - -#: backgrounds/functions/secondary-nav-backgrounds.php:39 -#: colors/functions/secondary-nav-colors.php:50 -#: disable-elements/functions/functions.php:145 -#: disable-elements/functions/functions.php:147 -#: disable-elements/functions/functions.php:307 -#: disable-elements/functions/functions.php:309 -#: secondary-nav/functions/functions.php:153 -#: secondary-nav/functions/functions.php:162 -#: typography/functions/secondary-nav-fonts.php:48 -msgid "Secondary Navigation" -msgstr "副导航" - -#: backgrounds/functions/secondary-nav-backgrounds.php:247 -msgid "Secondary Sub-Navigation" -msgstr "副子导航" - -#: blog/functions/customizer.php:35 -msgid "Blog" -msgstr "文章" - -#: blog/functions/customizer.php:63 blog/functions/customizer.php:439 -msgid "Archives" -msgstr "" - -#: blog/functions/customizer.php:64 -msgid "Single" -msgstr "" - -#: blog/functions/customizer.php:76 -msgid "Content type" -msgstr "" - -#: blog/functions/customizer.php:79 secondary-nav/functions/functions.php:206 -#: secondary-nav/functions/functions.php:232 -msgid "Full" -msgstr "" - -#: blog/functions/customizer.php:80 -msgid "Excerpt" -msgstr "" - -#: blog/functions/customizer.php:99 -msgid "Excerpt word count" -msgstr "" - -#: blog/functions/customizer.php:119 -msgid "Read more label" -msgstr "更多 标签" - -#: blog/functions/customizer.php:139 -msgid "Display read more as button" -msgstr "" - -#: blog/functions/customizer.php:159 blog/functions/customizer.php:337 -msgid "Display post date" -msgstr "" - -#: blog/functions/customizer.php:179 blog/functions/customizer.php:356 -msgid "Display post author" -msgstr "" - -#: blog/functions/customizer.php:199 blog/functions/customizer.php:375 -msgid "Display post categories" -msgstr "" - -#: blog/functions/customizer.php:219 blog/functions/customizer.php:394 -msgid "Display post tags" -msgstr "" - -#: blog/functions/customizer.php:239 -msgid "Display comment count" -msgstr "" - -#: blog/functions/customizer.php:259 -msgid "Use infinite scroll" -msgstr "" - -#: blog/functions/customizer.php:279 -msgid "Use button to load more posts" -msgstr "" - -#: blog/functions/customizer.php:298 -msgid "Load more label" -msgstr "" - -#: blog/functions/customizer.php:317 -msgid "Loading label" -msgstr "" - -#: blog/functions/customizer.php:413 -msgid "Display post navigation" -msgstr "" - -#: blog/functions/customizer.php:426 -msgid "Featured Images" -msgstr "" - -#: blog/functions/customizer.php:440 -msgid "Posts" -msgstr "" - -#: blog/functions/customizer.php:441 -msgid "Pages" -msgstr "" - -#: blog/functions/customizer.php:462 blog/functions/customizer.php:625 -#: blog/functions/customizer.php:789 -msgid "Display featured images" -msgstr "" - -#: blog/functions/customizer.php:482 blog/functions/customizer.php:645 -#: blog/functions/customizer.php:809 -msgid "Display padding around images" -msgstr "" - -#: blog/functions/customizer.php:503 blog/functions/customizer.php:666 -#: blog/functions/customizer.php:830 -msgid "Location" -msgstr "" - -#: blog/functions/customizer.php:506 blog/functions/customizer.php:669 -#: blog/functions/customizer.php:833 -msgid "Below Title" -msgstr "" - -#: blog/functions/customizer.php:507 blog/functions/customizer.php:670 -#: blog/functions/customizer.php:834 -msgid "Above Title" -msgstr "" - -#: blog/functions/customizer.php:528 blog/functions/customizer.php:692 -#: blog/functions/customizer.php:856 -msgid "Alignment" -msgstr "" - -#: blog/functions/customizer.php:531 blog/functions/customizer.php:695 -#: blog/functions/customizer.php:859 page-header/functions/metabox.php:336 -#: secondary-nav/functions/functions.php:259 -#: woocommerce/functions/customizer/customizer.php:243 -#: woocommerce/functions/customizer/customizer.php:286 -msgid "Center" -msgstr "中间" - -#: blog/functions/customizer.php:532 blog/functions/customizer.php:696 -#: blog/functions/customizer.php:860 -#: library/customizer/controls/class-spacing-control.php:26 -#: menu-plus/functions/generate-menu-plus.php:445 -#: page-header/functions/metabox.php:335 -#: secondary-nav/functions/functions.php:258 -#: woocommerce/functions/customizer/customizer.php:242 -#: woocommerce/functions/customizer/customizer.php:285 -msgid "Left" -msgstr "左侧" - -#: blog/functions/customizer.php:533 blog/functions/customizer.php:697 -#: blog/functions/customizer.php:861 -#: library/customizer/controls/class-spacing-control.php:24 -#: menu-plus/functions/generate-menu-plus.php:446 -#: page-header/functions/metabox.php:337 -#: secondary-nav/functions/functions.php:260 -#: woocommerce/functions/customizer/customizer.php:244 -#: woocommerce/functions/customizer/customizer.php:287 -msgid "Right" -msgstr "右侧" - -#: blog/functions/customizer.php:555 blog/functions/customizer.php:719 -#: blog/functions/customizer.php:883 -msgid "Width" -msgstr "" - -#: blog/functions/customizer.php:559 blog/functions/customizer.php:586 -#: blog/functions/customizer.php:723 blog/functions/customizer.php:750 -#: blog/functions/customizer.php:887 blog/functions/customizer.php:914 -msgid "Auto" -msgstr "自动" - -#: blog/functions/customizer.php:582 blog/functions/customizer.php:746 -#: blog/functions/customizer.php:910 -msgid "Height" -msgstr "高度" - -#: blog/functions/customizer.php:601 blog/functions/customizer.php:765 -#: blog/functions/customizer.php:929 -msgid "Apply sizes" -msgstr "" - -#: blog/functions/customizer.php:671 blog/functions/customizer.php:835 -#: page-header/functions/functions.php:811 -#: page-header/functions/functions.php:836 -msgid "Above Content Area" -msgstr "内容区域以上" - -#: blog/functions/customizer.php:943 blog/functions/customizer.php:983 -msgid "Columns" -msgstr "列" - -#: blog/functions/customizer.php:963 -msgid "Display posts in columns" -msgstr "" - -#: blog/functions/customizer.php:1010 -msgid "Make first post featured" -msgstr "" - -#: blog/functions/customizer.php:1031 -msgid "Display posts in masonry grid" -msgstr "" - -#: blog/functions/defaults.php:13 blog/functions/migrate.php:22 -msgid "Read more" -msgstr "" - -#: blog/functions/defaults.php:16 blog/functions/migrate.php:26 -msgid "+ More" -msgstr "+ 更多" - -#: blog/functions/defaults.php:17 blog/functions/migrate.php:27 -msgid "Loading..." -msgstr "载入中…" - -#: colors/functions/functions.php:46 -#: sections/functions/metaboxes/views/sections-template.php:211 -msgid "Colors" -msgstr "颜色" - -#: colors/functions/functions.php:79 colors/functions/functions.php:166 -#: colors/functions/functions.php:276 colors/functions/functions.php:411 -#: colors/functions/functions.php:541 colors/functions/functions.php:644 -#: colors/functions/functions.php:798 colors/functions/functions.php:886 -#: colors/functions/functions.php:1125 colors/functions/functions.php:1209 -#: colors/functions/secondary-nav-colors.php:86 -#: colors/functions/secondary-nav-colors.php:240 -#: colors/functions/slideout-nav-colors.php:82 -#: colors/functions/slideout-nav-colors.php:236 -#: sections/functions/metaboxes/views/sections-template.php:236 -msgid "Background" -msgstr "背景" - -#: colors/functions/functions.php:95 colors/functions/functions.php:181 -#: colors/functions/functions.php:340 colors/functions/functions.php:475 -#: colors/functions/functions.php:564 colors/functions/functions.php:658 -#: colors/functions/functions.php:812 colors/functions/functions.php:900 -#: colors/functions/functions.php:1139 colors/functions/functions.php:1232 -#: colors/functions/secondary-nav-colors.php:110 -#: colors/functions/secondary-nav-colors.php:264 -#: colors/functions/slideout-nav-colors.php:106 -#: colors/functions/slideout-nav-colors.php:260 -msgid "Text" -msgstr "文本" - -#: colors/functions/functions.php:101 colors/functions/functions.php:187 -#: colors/functions/functions.php:664 colors/functions/functions.php:818 -#: colors/functions/functions.php:906 colors/functions/functions.php:1145 -msgid "Link" -msgstr "链接" - -#: colors/functions/functions.php:107 colors/functions/functions.php:193 -#: colors/functions/functions.php:670 colors/functions/functions.php:824 -#: colors/functions/functions.php:912 colors/functions/functions.php:1151 -msgid "Link Hover" -msgstr "划过链接" - -#: colors/functions/functions.php:199 page-header/functions/metabox.php:512 -#: typography/functions/functions.php:424 -msgid "Site Title" -msgstr "站点标题" - -#: colors/functions/functions.php:205 -msgid "Tagline" -msgstr "广告语" - -#: colors/functions/functions.php:253 -#: colors/functions/secondary-nav-colors.php:64 -#: colors/functions/slideout-nav-colors.php:60 -#, fuzzy -#| msgid "Primary Menu Items" -msgid "Parent Items" -msgstr "主菜单项" - -#: colors/functions/functions.php:301 colors/functions/functions.php:436 -#: colors/functions/functions.php:587 colors/functions/functions.php:1254 -#: colors/functions/secondary-nav-colors.php:133 -#: colors/functions/secondary-nav-colors.php:287 -#: colors/functions/slideout-nav-colors.php:129 -#: colors/functions/slideout-nav-colors.php:283 -msgid "Background Hover" -msgstr "背景划过" - -#: colors/functions/functions.php:326 colors/functions/functions.php:461 -#: colors/functions/secondary-nav-colors.php:180 -#: colors/functions/secondary-nav-colors.php:334 -#: colors/functions/slideout-nav-colors.php:176 -#: colors/functions/slideout-nav-colors.php:330 -msgid "Background Current" -msgstr "背景当前" - -#: colors/functions/functions.php:346 colors/functions/functions.php:481 -#: colors/functions/functions.php:610 colors/functions/functions.php:1277 -#: colors/functions/secondary-nav-colors.php:157 -#: colors/functions/secondary-nav-colors.php:311 -#: colors/functions/slideout-nav-colors.php:153 -#: colors/functions/slideout-nav-colors.php:307 -msgid "Text Hover" -msgstr "文本划过" - -#: colors/functions/functions.php:352 colors/functions/functions.php:487 -#: colors/functions/secondary-nav-colors.php:204 -#: colors/functions/secondary-nav-colors.php:358 -#: colors/functions/slideout-nav-colors.php:200 -#: colors/functions/slideout-nav-colors.php:354 -msgid "Text Current" -msgstr "文本当前" - -#: colors/functions/functions.php:388 -#: colors/functions/secondary-nav-colors.php:218 -#: colors/functions/slideout-nav-colors.php:214 -#, fuzzy -#| msgid "Sub-Menu Item Height" -msgid "Sub-Menu Items" -msgstr "子菜单项高度" - -#: colors/functions/functions.php:518 typography/functions/functions.php:732 -msgid "Buttons" -msgstr "" - -#: colors/functions/functions.php:676 -#: disable-elements/functions/functions.php:156 -#: disable-elements/functions/functions.php:158 -#: disable-elements/functions/functions.php:318 -#: disable-elements/functions/functions.php:320 -msgid "Content Title" -msgstr "内容标题" - -#: colors/functions/functions.php:682 -msgid "Blog Post Title" -msgstr "文章标题" - -#: colors/functions/functions.php:688 -msgid "Blog Post Title Hover" -msgstr "文章标题划过" - -#: colors/functions/functions.php:694 -msgid "Entry Meta Text" -msgstr "进入功能文本" - -#: colors/functions/functions.php:700 -msgid "Entry Meta Links" -msgstr "进入功能链接" - -#: colors/functions/functions.php:706 -msgid "Entry Meta Links Hover" -msgstr "划过进入功能链接" - -#: colors/functions/functions.php:712 -msgid "Heading 1 (H1) Color" -msgstr "标题 1 (H1) 颜色" - -#: colors/functions/functions.php:718 -msgid "Heading 2 (H2) Color" -msgstr "标题 2 (H2) 颜色" - -#: colors/functions/functions.php:724 -msgid "Heading 3 (H3) Color" -msgstr "标题 3 (H3) 颜色" - -#: colors/functions/functions.php:732 -msgid "Heading 4 (H4) Color" -msgstr "" - -#: colors/functions/functions.php:741 -msgid "Heading 5 (H5) Color" -msgstr "" - -#: colors/functions/functions.php:830 colors/functions/functions.php:918 -msgid "Widget Title" -msgstr "小工具标题" - -#: colors/functions/functions.php:863 -msgid "Footer Widgets" -msgstr "页脚小工具" - -#: colors/functions/functions.php:951 -msgid "Forms" -msgstr "表格" - -#: colors/functions/functions.php:974 -msgid "Form Background" -msgstr "表格背景" - -#: colors/functions/functions.php:999 -msgid "Form Background Focus" -msgstr "" - -#: colors/functions/functions.php:1024 -msgid "Form Border" -msgstr "表格边框" - -#: colors/functions/functions.php:1049 -msgid "Form Border Focus" -msgstr "" - -#: colors/functions/functions.php:1063 -msgid "Form Text" -msgstr "表格文本" - -#: colors/functions/functions.php:1069 -msgid "Form Text Focus" -msgstr "" - -#: colors/functions/functions.php:1188 -msgid "Back to Top Button" -msgstr "" - -#: colors/functions/slideout-nav-colors.php:46 -#: menu-plus/functions/generate-menu-plus.php:14 -#: menu-plus/functions/generate-menu-plus.php:396 -#: menu-plus/functions/generate-menu-plus.php:417 -#: menu-plus/functions/generate-menu-plus.php:726 -#: typography/functions/slideout-nav-fonts.php:38 -msgid "Slideout Navigation" -msgstr "滑出导航" - -#: colors/functions/woocommerce-colors.php:51 -msgid "Product Title" -msgstr "" - -#: colors/functions/woocommerce-colors.php:73 -msgid "Product Title Hover" -msgstr "" - -#: colors/functions/woocommerce-colors.php:96 -msgid "Alt Button Background" -msgstr "" - -#: colors/functions/woocommerce-colors.php:120 -msgid "Alt Button Background Hover" -msgstr "" - -#: colors/functions/woocommerce-colors.php:143 -msgid "Alt Button Text" -msgstr "" - -#: colors/functions/woocommerce-colors.php:166 -msgid "Alt Button Text Hover" -msgstr "" - -#: colors/functions/woocommerce-colors.php:189 -msgid "Star Ratings" -msgstr "" - -#: colors/functions/woocommerce-colors.php:213 -msgid "Sale Sticker Background" -msgstr "" - -#: colors/functions/woocommerce-colors.php:236 -msgid "Sale Sticker Text" -msgstr "" - -#: colors/functions/woocommerce-colors.php:258 -msgid "Price" -msgstr "" - -#: colors/functions/woocommerce-colors.php:280 -msgid "Product Tab Text" -msgstr "" - -#: colors/functions/woocommerce-colors.php:302 -msgid "Product Tab Active" -msgstr "" - -#: colors/functions/woocommerce-colors.php:325 -msgid "Success Message Background" -msgstr "" - -#: colors/functions/woocommerce-colors.php:348 -msgid "Success Message Text" -msgstr "" - -#: colors/functions/woocommerce-colors.php:371 -msgid "Info Message Background" -msgstr "" - -#: colors/functions/woocommerce-colors.php:394 -msgid "Info Message Text" -msgstr "" - -#: colors/functions/woocommerce-colors.php:417 -msgid "Error Message Background" -msgstr "" - -#: colors/functions/woocommerce-colors.php:440 -msgid "Error Message Text" -msgstr "" - -#: copyright/functions/functions.php:37 -msgid "Copyright" -msgstr "版本" - -#: disable-elements/functions/functions.php:98 -msgid "Disable Elements" -msgstr "取消元素" - -#: disable-elements/functions/functions.php:151 -#: disable-elements/functions/functions.php:153 -#: disable-elements/functions/functions.php:313 -#: disable-elements/functions/functions.php:315 -msgid "Featured Image / Page Header" -msgstr "" - -#: general/smooth-scroll.php:85 -msgid "Smooth scroll" -msgstr "" - -#: general/smooth-scroll.php:86 -msgid "" -"Initiate smooth scroll on anchor links using the smooth-scroll " -"class." -msgstr "" - -#: gp-premium.php:220 -msgid "GeneratePress has an update available." -msgstr "" - -#: gp-premium.php:222 -msgid "Update now." -msgstr "" - -#: gp-premium.php:234 -msgid "GP Premium requires GeneratePress to be your active theme." -msgstr "" - -#: gp-premium.php:235 -msgid "Install now." -msgstr "" - -#: gp-premium.php:250 -msgid "Configure" -msgstr "" - -#: hooks/functions/functions.php:69 -msgid "" -"DISALLOW_FILE_EDIT is defined. You should also disallow PHP execution in GP " -"Hooks." -msgstr "" - -#: hooks/functions/functions.php:70 -msgid "Learn how" -msgstr "" - -#: hooks/functions/functions.php:124 hooks/functions/functions.php:144 -#: hooks/functions/functions.php:395 -msgid "GP Hooks" -msgstr "挂钩" - -#: hooks/functions/functions.php:160 -msgid "wp_head" -msgstr "" - -#: hooks/functions/functions.php:166 -msgid "Before Header" -msgstr "页眉之前" - -#: hooks/functions/functions.php:172 -msgid "Before Header Content" -msgstr "页眉内容之前" - -#: hooks/functions/functions.php:178 -msgid "After Header Content" -msgstr "页眉内容之后" - -#: hooks/functions/functions.php:184 -msgid "After Header" -msgstr "页眉之后" - -#: hooks/functions/functions.php:190 -msgid "Inside Content Container" -msgstr "内容区域中" - -#: hooks/functions/functions.php:196 -msgid "Before Content" -msgstr "内容之前" - -#: hooks/functions/functions.php:202 -msgid "After Entry Title" -msgstr "条目标题之后" - -#: hooks/functions/functions.php:208 -msgid "After Content" -msgstr "内容之后" - -#: hooks/functions/functions.php:214 -msgid "Before Right Sidebar Content" -msgstr "右边栏内容之前" - -#: hooks/functions/functions.php:220 -msgid "After Right Sidebar Content" -msgstr "右边栏内容之后" - -#: hooks/functions/functions.php:226 -msgid "Before Left Sidebar Content" -msgstr "左边栏内容之前" - -#: hooks/functions/functions.php:232 -msgid "After Left Sidebar Content" -msgstr "左边栏内容之后" - -#: hooks/functions/functions.php:238 -msgid "Before Footer" -msgstr "页脚之前" - -#: hooks/functions/functions.php:244 -msgid "After Footer Widgets" -msgstr "页脚小工具之后" - -#: hooks/functions/functions.php:250 -msgid "Before Footer Content" -msgstr "页脚内容之前" - -#: hooks/functions/functions.php:256 -msgid "After Footer Content" -msgstr "页脚内容之后" - -#: hooks/functions/functions.php:262 -msgid "wp_footer" -msgstr "" - -#: hooks/functions/functions.php:347 -msgid "Execute PHP" -msgstr "执行PHP" - -#: hooks/functions/functions.php:349 -msgid "Disable Hook" -msgstr "关闭挂钩" - -#: hooks/functions/functions.php:397 -msgid "" -"Use these fields to insert anything you like throughout GeneratePress. " -"Shortcodes are allowed, and you can even use PHP if you check the Execute " -"PHP checkboxes." -msgstr "这个区域可输入多种形式,允许短代码、甚至是PHP" - -#: hooks/functions/functions.php:399 -msgid "Show all" -msgstr "显示全部" - -#: hooks/functions/functions.php:410 -msgid "Save Hooks" -msgstr "保存挂钩" - -#: hooks/functions/functions.php:482 -msgid "Hooks saved." -msgstr "挂钩已保存" - -#: import-export/functions/functions.php:11 -msgid "Export" -msgstr "" - -#: import-export/functions/functions.php:14 library/reset.php:12 -#: page-header/functions/metabox.php:196 -msgid "Advanced" -msgstr "高级设置" - -#: import-export/functions/functions.php:16 library/reset.php:14 -msgctxt "Module name" -msgid "Core" -msgstr "" - -#: import-export/functions/functions.php:19 library/reset.php:17 -#, fuzzy -#| msgid "Background" -msgctxt "Module name" -msgid "Backgrounds" -msgstr "背景" - -#: import-export/functions/functions.php:23 library/reset.php:21 -#, fuzzy -#| msgid "Blog" -msgctxt "Module name" -msgid "Blog" -msgstr "文章" - -#: import-export/functions/functions.php:27 library/reset.php:25 -#, fuzzy -#| msgid "GP Hooks" -msgctxt "Module name" -msgid "Hooks" -msgstr "挂钩" - -#: import-export/functions/functions.php:31 library/reset.php:29 -#, fuzzy -#| msgid "Page Header" -msgctxt "Module name" -msgid "Page Header" -msgstr "页面页眉" - -#: import-export/functions/functions.php:35 library/reset.php:33 -#, fuzzy -#| msgid "Secondary Navigation" -msgctxt "Module name" -msgid "Secondary Navigation" -msgstr "副导航" - -#: import-export/functions/functions.php:39 library/reset.php:37 -#, fuzzy -#| msgid "Spacing" -msgctxt "Module name" -msgid "Spacing" -msgstr "间距" - -#: import-export/functions/functions.php:43 library/reset.php:41 -#, fuzzy -#| msgid "Menu Plus" -msgctxt "Module name" -msgid "Menu Plus" -msgstr "菜单+" - -#: import-export/functions/functions.php:47 library/reset.php:45 -msgctxt "Module name" -msgid "WooCommerce" -msgstr "" - -#: import-export/functions/functions.php:51 library/reset.php:49 -#, fuzzy -#| msgid "Copyright" -msgctxt "Module name" -msgid "Copyright" -msgstr "版本" - -#: import-export/functions/functions.php:56 -msgctxt "Module name" -msgid "GeneratePress Site" -msgstr "" - -#: import-export/functions/functions.php:63 -msgid "Export Settings" -msgstr "" - -#: import-export/functions/functions.php:77 -msgid "Import" -msgstr "" - -#: import-export/functions/functions.php:86 -msgid "Import Settings" -msgstr "导入设置" - -#: import-export/functions/functions.php:214 -msgid "Please upload a valid .json file" -msgstr "请上传可用的.json文件" - -#: import-export/functions/functions.php:220 -msgid "Please upload a file to import" -msgstr "请上传文件以导入设置" - -#: inc/EDD_SL_Plugin_Updater.php:201 -#, php-format -msgid "" -"There is a new version of %1$s available. %2$sView version %3$s details%4$s." -msgstr "新版本%1$s可用 %2$s查看版本 %3$s 详细%4$s" - -#: inc/EDD_SL_Plugin_Updater.php:209 -#, php-format -msgid "" -"There is a new version of %1$s available. %2$sView version %3$s details%4$s " -"or %5$supdate now%6$s." -msgstr "新版本%1$s可用 %2$s查看版本 %3$s 详细%4$s 或者 %5$s现在更新%6$s" - -#: inc/EDD_SL_Plugin_Updater.php:399 -msgid "You do not have permission to install plugin updates" -msgstr "没有安装插件更新的权限" - -#: inc/EDD_SL_Plugin_Updater.php:399 -msgid "Error" -msgstr "错误" - -#: inc/activation.php:14 -msgid "Add-on deactivated." -msgstr "附件已注销" - -#: inc/activation.php:18 -msgid "Add-on activated." -msgstr "附件已激活" - -#. Plugin Name of the plugin/theme -#: inc/activation.php:59 -msgid "GP Premium" -msgstr "附件" - -#: inc/activation.php:67 -msgid "Bulk Actions" -msgstr "批量操作" - -#: inc/activation.php:68 inc/activation.php:105 -msgid "Activate" -msgstr "激活" - -#: inc/activation.php:69 inc/activation.php:89 -msgid "Deactivate" -msgstr "注销" - -#: inc/activation.php:72 -#: sections/functions/metaboxes/views/sections-template.php:80 -msgid "Apply" -msgstr "应用" - -#: inc/activation.php:102 -msgid "WooCommerce not activated." -msgstr "" - -#: inc/activation.php:430 -msgid "Enter valid license key for automatic updates." -msgstr "" - -#: inc/dashboard.php:16 -msgid "Modules" -msgstr "" - -#: inc/verify.php:74 -msgid "License deactivated." -msgstr "许可证已注销" - -#: inc/verify.php:78 -msgid "License activated." -msgstr "许可证已激活" - -#: inc/verify.php:110 -msgid "Updates" -msgstr "" - -#: inc/verify.php:110 -msgid "Help" -msgstr "帮助" - -#: inc/verify.php:126 -msgid "Receiving updates" -msgstr "" - -#: inc/verify.php:128 -msgid "Not receiving updates" -msgstr "" - -#: inc/verify.php:134 -msgid "License Key" -msgstr "许可证" - -#: inc/verify.php:139 -msgid "Update" -msgstr "更新" - -#: inc/verify.php:224 -#, php-format -msgid "Your license key expired on %s." -msgstr "许可证到期:%s." - -#: inc/verify.php:231 -msgid "Your license key has been disabled." -msgstr "许可证失效" - -#: inc/verify.php:236 -msgid "Invalid license." -msgstr "无效的许可证" - -#: inc/verify.php:242 -msgid "Your license is not active for this URL." -msgstr "许可证未对这个URL未激活" - -#: inc/verify.php:247 -#, php-format -msgid "This appears to be an invalid license key for %s." -msgstr "无效的许可证:%s." - -#: inc/verify.php:252 -msgid "Your license key has reached its activation limit." -msgstr "许可证达到激活上限" - -#: inc/verify.php:257 -msgid "An error occurred, please try again." -msgstr "发生错误,请重试" - -#: library/batch-processing/wp-background-process.php:425 -#, php-format -msgid "Every %d Minutes" -msgstr "" - -#: library/customizer/controls/class-backgrounds-control.php:18 -msgid "left top, x% y%, xpos ypos (px)" -msgstr "" - -#: library/customizer/controls/class-backgrounds-control.php:19 -msgid "Position" -msgstr "位置" - -#: library/customizer/controls/class-backgrounds-control.php:130 -msgid "Size (Auto)" -msgstr "大小(自动)" - -#: library/customizer/controls/class-backgrounds-control.php:131 -msgid "100% Width" -msgstr "100% 宽度" - -#: library/customizer/controls/class-backgrounds-control.php:132 -msgid "Cover" -msgstr "覆盖" - -#: library/customizer/controls/class-backgrounds-control.php:133 -msgid "Contain" -msgstr "平铺" - -#: library/customizer/controls/class-backgrounds-control.php:139 -msgid "Attachment" -msgstr "Attachment效果" - -#: library/customizer/controls/class-backgrounds-control.php:140 -msgid "Fixed" -msgstr "Fixed效果" - -#: library/customizer/controls/class-backgrounds-control.php:141 -msgid "Local" -msgstr "Local效果" - -#: library/customizer/controls/class-backgrounds-control.php:142 -#: woocommerce/functions/customizer/customizer.php:550 -msgid "Inherit" -msgstr "Inherit效果" - -#: library/customizer/controls/class-copyright-control.php:25 -msgid "%current_year% to update year automatically." -msgstr "%current_year% 自动更换当前年份的代码" - -#: library/customizer/controls/class-copyright-control.php:26 -msgid "%copy% to include the copyright symbol." -msgstr "%copy% 版权符号的代码" - -#: library/customizer/controls/class-copyright-control.php:27 -msgid "HTML is allowed." -msgstr "允许HTML" - -#: library/customizer/controls/class-copyright-control.php:28 -msgid "Shortcodes are allowed." -msgstr "允许短代码" - -#: library/customizer/controls/class-range-slider-control.php:42 -msgid "Desktop" -msgstr "" - -#: library/customizer/controls/class-range-slider-control.php:43 -msgid "Tablet" -msgstr "" - -#: library/customizer/controls/class-range-slider-control.php:44 -msgid "Mobile" -msgstr "便携设备" - -#: library/customizer/controls/class-range-slider-control.php:45 -#: library/reset.php:9 -msgid "Reset" -msgstr "" - -#: library/customizer/controls/class-spacing-control.php:23 -msgid "Top" -msgstr "顶部" - -#: library/customizer/controls/class-spacing-control.php:25 -msgid "Bottom" -msgstr "底部" - -#: library/customizer/controls/class-spacing-control.php:48 -msgid "Link values" -msgstr "" - -#: library/customizer/controls/class-spacing-control.php:49 -msgid "Un-link values" -msgstr "" - -#: library/customizer/controls/class-typography-control.php:25 -msgid "System Fonts" -msgstr "" - -#: library/customizer/controls/class-typography-control.php:26 -msgid "Google Fonts" -msgstr "" - -#: library/customizer/controls/class-typography-control.php:29 -msgid "Font family" -msgstr "字体列表" - -#: library/customizer/controls/class-typography-control.php:30 -msgid "Font weight" -msgstr "字体粗细" - -#: library/customizer/controls/class-typography-control.php:31 -msgid "Text transform" -msgstr "文本格式" - -#: library/customizer/controls/class-typography-control.php:33 -msgid "Variants" -msgstr "" - -#: library/customizer/controls/class-typography-control.php:162 -msgid "normal" -msgstr "" - -#: library/customizer/controls/class-typography-control.php:163 -msgid "bold" -msgstr "" - -#: library/customizer/controls/class-typography-control.php:178 -msgid "none" -msgstr "" - -#: library/customizer/controls/class-typography-control.php:179 -msgid "capitalize" -msgstr "" - -#: library/customizer/controls/class-typography-control.php:180 -msgid "uppercase" -msgstr "" - -#: library/customizer/controls/class-typography-control.php:181 -msgid "lowercase" -msgstr "" - -#: library/reset.php:55 -msgid "Warning: This will delete your settings and can not be undone." -msgstr "" - -#: library/reset.php:58 -msgid "Reset Settings" -msgstr "" - -#: menu-plus/functions/generate-menu-plus.php:25 -#: menu-plus/functions/generate-menu-plus.php:632 -msgid "Menu" -msgstr "菜单" - -#: menu-plus/functions/generate-menu-plus.php:101 -msgid "Menu Plus" -msgstr "菜单+" - -#: menu-plus/functions/generate-menu-plus.php:126 -msgid "General Settings" -msgstr "通用设置" - -#: menu-plus/functions/generate-menu-plus.php:144 -#: secondary-nav/functions/functions.php:181 -msgid "Mobile Menu Label" -msgstr "便携设备菜单标签" - -#: menu-plus/functions/generate-menu-plus.php:154 -#: menu-plus/functions/generate-menu-plus.php:175 -msgid "Sticky Navigation" -msgstr "粘性导航" - -#: menu-plus/functions/generate-menu-plus.php:178 -#: menu-plus/functions/generate-menu-plus.php:420 -msgid "Mobile only" -msgstr "便携设备" - -#: menu-plus/functions/generate-menu-plus.php:179 -#: menu-plus/functions/generate-menu-plus.php:421 -msgid "Desktop only" -msgstr "桌面设备" - -#: menu-plus/functions/generate-menu-plus.php:180 -#: menu-plus/functions/generate-menu-plus.php:317 -#: menu-plus/functions/generate-menu-plus.php:363 -#: menu-plus/functions/generate-menu-plus.php:422 -msgid "On" -msgstr "" - -#: menu-plus/functions/generate-menu-plus.php:181 -#: menu-plus/functions/generate-menu-plus.php:316 -#: menu-plus/functions/generate-menu-plus.php:364 -#: menu-plus/functions/generate-menu-plus.php:423 -msgid "Off" -msgstr "" - -#: menu-plus/functions/generate-menu-plus.php:202 -#, fuzzy -#| msgid "Position" -msgid "Transition" -msgstr "位置" - -#: menu-plus/functions/generate-menu-plus.php:205 -msgid "Fade" -msgstr "淡入" - -#: menu-plus/functions/generate-menu-plus.php:206 -msgid "Slide" -msgstr "划入" - -#: menu-plus/functions/generate-menu-plus.php:207 -msgid "None" -msgstr "无" - -#: menu-plus/functions/generate-menu-plus.php:229 -#: menu-plus/functions/generate-menu-plus.php:385 -msgid "Hide when scrolling down" -msgstr "" - -#: menu-plus/functions/generate-menu-plus.php:252 -#: page-header/functions/metabox.php:477 -msgid "Navigation Logo" -msgstr "导航图标" - -#: menu-plus/functions/generate-menu-plus.php:274 -msgid "Navigation Logo Placement" -msgstr "" - -#: menu-plus/functions/generate-menu-plus.php:277 -#: menu-plus/functions/generate-menu-plus.php:360 -msgid "Sticky" -msgstr "粘性" - -#: menu-plus/functions/generate-menu-plus.php:278 -msgid "Sticky + Static" -msgstr "粘性+静止" - -#: menu-plus/functions/generate-menu-plus.php:279 -msgid "Static" -msgstr "静止" - -#: menu-plus/functions/generate-menu-plus.php:292 -#: menu-plus/functions/generate-menu-plus.php:313 -msgid "Mobile Header" -msgstr "便携设备页眉" - -#: menu-plus/functions/generate-menu-plus.php:338 -#: page-header/functions/metabox.php:191 -msgid "Logo" -msgstr "图标" - -#: menu-plus/functions/generate-menu-plus.php:442 -#, fuzzy -#| msgid "Sidebar" -msgid "Side" -msgstr "边栏" - -#: menu-plus/functions/generate-menu-plus.php:693 -#: sections/functions/metaboxes/views/sections-template.php:69 -#: sites/classes/class-site.php:161 sites/classes/class-site.php:477 -msgid "Close" -msgstr "关闭" - -#: page-header/functions/functions.php:784 page-header/functions/metabox.php:37 -#: page-header/functions/metabox.php:57 page-header/functions/metabox.php:763 -#: page-header/functions/post-type.php:15 -#: page-header/functions/post-type.php:29 -#: page-header/functions/post-type.php:79 -#: page-header/functions/post-type.php:112 -msgid "Page Header" -msgstr "页面页眉" - -#: page-header/functions/functions.php:808 -msgid "Page Header Location" -msgstr "" - -#: page-header/functions/functions.php:812 -#: page-header/functions/functions.php:837 -msgid "Inside Content Area" -msgstr "内容区域中" - -#: page-header/functions/functions.php:833 -msgid "Single Post Header Location" -msgstr "" - -#: page-header/functions/functions.php:838 -msgid "Below Post Title" -msgstr "文章标题以下" - -#: page-header/functions/functions.php:839 -msgid "Hide" -msgstr "隐藏" - -#: page-header/functions/functions.php:1078 -#, php-format -msgid "View all posts by %s" -msgstr "" - -#: page-header/functions/global-locations.php:24 -#: page-header/functions/global-locations.php:25 -#: page-header/functions/global-locations.php:40 -msgid "Global Locations" -msgstr "" - -#: page-header/functions/global-locations.php:72 -msgid "Posts Page (blog)" -msgstr "" - -#: page-header/functions/global-locations.php:81 -msgid "Search Results" -msgstr "" - -#: page-header/functions/global-locations.php:90 -msgid "404 Template" -msgstr "" - -#: page-header/functions/global-locations.php:99 -msgid "Post Types - Single" -msgstr "" - -#: page-header/functions/global-locations.php:125 -msgid "Post Types - Archives" -msgstr "" - -#: page-header/functions/global-locations.php:147 -msgid "Taxonomies - Archives" -msgstr "" - -#: page-header/functions/metabox.php:139 page-header/functions/metabox.php:749 -#, php-format -msgid "" -"No Page Headers found. Want to create " -"one?" -msgstr "" - -#: page-header/functions/metabox.php:158 -msgid "Content is required for the below settings to work." -msgstr "" - -#: page-header/functions/metabox.php:178 -msgid "Image" -msgstr "图像" - -#: page-header/functions/metabox.php:186 -msgid "Background Video" -msgstr "背景视频" - -#: page-header/functions/metabox.php:202 -msgid "Add to excerpt" -msgstr "" - -#: page-header/functions/metabox.php:218 -msgid "" -"Currently using your featured image." -msgstr "" - -#: page-header/functions/metabox.php:229 -msgid "Page Header Image" -msgstr "页面页眉图像" - -#: page-header/functions/metabox.php:229 -msgid "Insert Image" -msgstr "插入图像" - -#: page-header/functions/metabox.php:230 -msgid "Choose Image" -msgstr "选择图像" - -#: page-header/functions/metabox.php:233 -msgid "Remove Image" -msgstr "移除图像" - -#: page-header/functions/metabox.php:238 -msgid "Or you can set the featured image." -msgstr "" - -#: page-header/functions/metabox.php:243 -msgid "Image Link" -msgstr "" - -#: page-header/functions/metabox.php:248 -msgid "Resize Image" -msgstr "" - -#: page-header/functions/metabox.php:250 -#: sections/functions/metaboxes/views/sections-template.php:250 -#: sections/functions/metaboxes/views/sections-template.php:258 -msgid "Disable" -msgstr "关闭" - -#: page-header/functions/metabox.php:251 -#: sections/functions/metaboxes/views/sections-template.php:251 -#: sections/functions/metaboxes/views/sections-template.php:259 -msgid "Enable" -msgstr "启用" - -#: page-header/functions/metabox.php:257 -msgid "Image Width" -msgstr "" - -#: page-header/functions/metabox.php:262 -msgid "Image Height" -msgstr "" - -#: page-header/functions/metabox.php:265 -msgid "Use \"0\" or leave blank for proportional resizing." -msgstr "填写 \"0\" 或者留白维持原比例" - -#: page-header/functions/metabox.php:274 -msgid "HTML and shortcodes allowed." -msgstr "允许HTML和短代码" - -#: page-header/functions/metabox.php:281 -msgid "Automatically add paragraphs" -msgstr "自动添加段落" - -#: page-header/functions/metabox.php:286 -msgid "Add Padding" -msgstr "添加内边距" - -#: page-header/functions/metabox.php:291 -msgid "Add Background Image" -msgstr "" - -#: page-header/functions/metabox.php:296 -msgid "Use background color as overlay" -msgstr "" - -#: page-header/functions/metabox.php:301 -#: sections/functions/metaboxes/views/sections-template.php:247 -msgid "Parallax Effect" -msgstr "视差效果" - -#: page-header/functions/metabox.php:306 -msgid "Fullscreen" -msgstr "全屏" - -#: page-header/functions/metabox.php:311 -msgid "Vertical center content" -msgstr "垂直居中内容" - -#: page-header/functions/metabox.php:317 -msgid "Container" -msgstr "" - -#: page-header/functions/metabox.php:319 page-header/functions/metabox.php:327 -#: secondary-nav/functions/functions.php:207 -#: secondary-nav/functions/functions.php:233 -#: sections/functions/metaboxes/views/sections-template.php:167 -#: sections/functions/metaboxes/views/sections-template.php:175 -msgid "Contained" -msgstr "平铺" - -#: page-header/functions/metabox.php:320 page-header/functions/metabox.php:328 -#: sections/functions/metaboxes/views/sections-template.php:166 -#: sections/functions/metaboxes/views/sections-template.php:176 -msgid "Full Width" -msgstr "拉伸" - -#: page-header/functions/metabox.php:325 -msgid "Inner Container" -msgstr "" - -#: page-header/functions/metabox.php:333 -#: woocommerce/functions/customizer/customizer.php:282 -msgid "Text Alignment" -msgstr "文本位置" - -#: page-header/functions/metabox.php:342 -msgid "Top & Bottom Padding" -msgstr "" - -#: page-header/functions/metabox.php:351 -msgid "Left & Right Padding" -msgstr "" - -#: page-header/functions/metabox.php:362 -#: sections/functions/metaboxes/views/sections-template.php:212 -msgid "Background Color" -msgstr "背景颜色" - -#: page-header/functions/metabox.php:367 -#: sections/functions/metaboxes/views/sections-template.php:217 -msgid "Text Color" -msgstr "文本颜色" - -#: page-header/functions/metabox.php:372 -#: sections/functions/metaboxes/views/sections-template.php:223 -msgid "Link Color" -msgstr "链接颜色" - -#: page-header/functions/metabox.php:377 -#: sections/functions/metaboxes/views/sections-template.php:229 -msgid "Link Color Hover" -msgstr "划过链接颜色" - -#: page-header/functions/metabox.php:388 -msgid "MP4 file" -msgstr "MP4格式" - -#: page-header/functions/metabox.php:390 page-header/functions/metabox.php:398 -#: page-header/functions/metabox.php:406 -msgid "Page Header Video" -msgstr "页面页眉视频" - -#: page-header/functions/metabox.php:390 page-header/functions/metabox.php:398 -#: page-header/functions/metabox.php:406 -msgid "Insert Video" -msgstr "插入视频" - -#: page-header/functions/metabox.php:391 page-header/functions/metabox.php:399 -#: page-header/functions/metabox.php:407 -msgid "Choose Video" -msgstr "选择视频" - -#: page-header/functions/metabox.php:396 -msgid "OGV file" -msgstr "OGV格式" - -#: page-header/functions/metabox.php:404 -msgid "WEBM file" -msgstr "WEBM格式" - -#: page-header/functions/metabox.php:412 -msgid "Overlay Color" -msgstr "覆盖颜色" - -#: page-header/functions/metabox.php:428 -msgid "Overwrite your site-wide logo/header on this page." -msgstr "用全局 图标/页眉 覆盖这个页面" - -#: page-header/functions/metabox.php:438 -msgid "Header / Logo" -msgstr "页眉/图标" - -#: page-header/functions/metabox.php:438 page-header/functions/metabox.php:477 -msgid "Insert Logo" -msgstr "插入图标" - -#: page-header/functions/metabox.php:439 page-header/functions/metabox.php:478 -msgid "Choose Logo" -msgstr "选择图标" - -#: page-header/functions/metabox.php:450 page-header/functions/metabox.php:490 -msgid "Remove Logo" -msgstr "移除图标" - -#: page-header/functions/metabox.php:467 -msgid "Overwrite your navigation logo on this page." -msgstr "" - -#: page-header/functions/metabox.php:502 -msgid "Merge with site header" -msgstr "合并站点页眉" - -#: page-header/functions/metabox.php:508 -msgid "Place content behind header (sliders etc..)" -msgstr "内容置于页眉之后" - -#: page-header/functions/metabox.php:517 typography/functions/functions.php:547 -msgid "Site Tagline" -msgstr "" - -#: page-header/functions/metabox.php:523 -msgid "Custom Navigation Colors" -msgstr "" - -#: page-header/functions/metabox.php:528 -msgid "Navigation Background" -msgstr "" - -#: page-header/functions/metabox.php:533 -msgid "Navigation Text" -msgstr "" - -#: page-header/functions/metabox.php:538 -msgid "Navigation Background Hover" -msgstr "" - -#: page-header/functions/metabox.php:543 -msgid "Navigation Text Hover" -msgstr "" - -#: page-header/functions/metabox.php:548 -msgid "Navigation Background Current" -msgstr "" - -#: page-header/functions/metabox.php:553 -msgid "Navigation Text Current" -msgstr "" - -#: page-header/functions/metabox.php:673 -msgid "Template Tags" -msgstr "" - -#: page-header/functions/metabox.php:686 -msgid "The content title of the current post/taxonomy." -msgstr "" - -#: page-header/functions/metabox.php:689 -msgid "The published date of the current post." -msgstr "" - -#: page-header/functions/metabox.php:692 -msgid "The author of the current post." -msgstr "" - -#: page-header/functions/metabox.php:695 -msgid "" -"The terms attached to the chosen taxonomy (category, post_tag, product_cat)." -msgstr "" - -#: page-header/functions/metabox.php:698 -msgid "Custom post meta. Replace \"name\" with the name of your custom field." -msgstr "" - -#: page-header/functions/metabox.php:702 -msgid "" -"Display an Elementor library template. Replace \"id\" with the ID or name." -msgstr "" - -#: page-header/functions/metabox.php:707 -msgid "Display a Beaver Builder template. Replace \"id\" with the ID or name." -msgstr "" - -#: page-header/functions/post-type.php:12 -msgctxt "Post Type General Name" -msgid "Page Headers" -msgstr "" - -#: page-header/functions/post-type.php:13 -msgctxt "Post Type Singular Name" -msgid "Page Header" -msgstr "" - -#: page-header/functions/post-type.php:14 -msgid "Page Headers" -msgstr "" - -#: page-header/functions/post-type.php:16 -msgid "Page Header Archives" -msgstr "" - -#: page-header/functions/post-type.php:17 -msgid "Parent Page Header:" -msgstr "" - -#: page-header/functions/post-type.php:18 -msgid "All Page Headers" -msgstr "" - -#: page-header/functions/post-type.php:19 -msgid "Add New Page Header" -msgstr "" - -#: page-header/functions/post-type.php:20 -msgid "New Page Header" -msgstr "" - -#: page-header/functions/post-type.php:21 -msgid "Edit Page Header" -msgstr "" - -#: page-header/functions/post-type.php:22 -msgid "Update Page Header" -msgstr "" - -#: page-header/functions/post-type.php:23 -msgid "View Page Header" -msgstr "" - -#: page-header/functions/post-type.php:24 -msgid "Search Page Header" -msgstr "" - -#: page-header/functions/post-type.php:25 -msgid "Insert into Page Header" -msgstr "" - -#: page-header/functions/post-type.php:26 -msgid "Uploaded to this Page Header" -msgstr "" - -#: secondary-nav/functions/functions.php:16 -msgid "Secondary Menu" -msgstr "副菜单" - -#: secondary-nav/functions/functions.php:203 -msgid "Navigation Width" -msgstr "" - -#: secondary-nav/functions/functions.php:229 -msgid "Inner Navigation Width" -msgstr "" - -#: secondary-nav/functions/functions.php:255 -msgid "Navigation Alignment" -msgstr "导航位置" - -#: secondary-nav/functions/functions.php:282 -msgid "Navigation Location" -msgstr "" - -#: secondary-nav/functions/functions.php:285 -msgid "Below Header" -msgstr "页眉以下" - -#: secondary-nav/functions/functions.php:286 -msgid "Above Header" -msgstr "页眉以上" - -#: secondary-nav/functions/functions.php:287 -msgid "Float Right" -msgstr "右侧悬浮" - -#: secondary-nav/functions/functions.php:288 -msgid "Float Left" -msgstr "" - -#: secondary-nav/functions/functions.php:289 -msgid "Left Sidebar" -msgstr "左边栏" - -#: secondary-nav/functions/functions.php:290 -msgid "Right Sidebar" -msgstr "右边栏" - -#: secondary-nav/functions/functions.php:291 -msgid "No Navigation" -msgstr "无导航" - -#: secondary-nav/functions/functions.php:312 -msgid "Merge with Secondary Navigation" -msgstr "" - -#: sections/functions/metaboxes/metabox-functions.php:47 -msgid "Use Sections" -msgstr "使用模块" - -#: sections/functions/metaboxes/metabox-functions.php:59 -msgid "Sections" -msgstr "模块" - -#: sections/functions/metaboxes/metabox-functions.php:237 -msgid "This action can not be undone, are you sure?" -msgstr "操作无法取消,确定继续?" - -#: sections/functions/metaboxes/metabox-functions.php:240 -msgid "Section" -msgstr "模块" - -#: sections/functions/metaboxes/metabox-functions.php:243 -msgid "Settings" -msgstr "设置" - -#: sections/functions/metaboxes/metabox-functions.php:249 -msgid "Section Background" -msgstr "模块背景" - -#: sections/functions/metaboxes/metabox-functions.php:250 -msgid "Set as Section Background" -msgstr "设为模块背景" - -#: sections/functions/metaboxes/metabox-functions.php:254 -msgid "Insert into Section" -msgstr "插入模块" - -#: sections/functions/metaboxes/metabox-functions.php:255 -#: sections/functions/metaboxes/views/sections-template.php:74 -msgid "Edit Section" -msgstr "编辑模块" - -#: sections/functions/metaboxes/views/sections-template.php:35 -msgid "Click to edit" -msgstr "点击编辑" - -#: sections/functions/metaboxes/views/sections-template.php:37 -msgid "Click to edit content" -msgstr "点击编辑内容" - -#: sections/functions/metaboxes/views/sections-template.php:38 -msgid "Click to edit settings" -msgstr "点击编辑设置" - -#: sections/functions/metaboxes/views/sections-template.php:39 -msgid "Click and drag to sort" -msgstr "点击拖拽位置" - -#: sections/functions/metaboxes/views/sections-template.php:40 -msgid "Click to remove" -msgstr "点击移除" - -#: sections/functions/metaboxes/views/sections-template.php:54 -msgid "Add Section" -msgstr "添加模块" - -#: sections/functions/metaboxes/views/sections-template.php:55 -msgid "Remove Sections" -msgstr "移除模块" - -#: sections/functions/metaboxes/views/sections-template.php:81 -msgid "Cancel" -msgstr "取消" - -#: sections/functions/metaboxes/views/sections-template.php:110 -msgid "Section Label" -msgstr "模块标签" - -#: sections/functions/metaboxes/views/sections-template.php:126 -msgid "Add Media" -msgstr "添加媒体" - -#: sections/functions/metaboxes/views/sections-template.php:131 -msgid "Visual" -msgstr "可视化" - -#: sections/functions/metaboxes/views/sections-template.php:132 -msgctxt "Name for the Text editor tab (formerly HTML)" -msgid "Text" -msgstr "文本" - -#: sections/functions/metaboxes/views/sections-template.php:161 -msgid "Layout" -msgstr "布局" - -#: sections/functions/metaboxes/views/sections-template.php:162 -msgid "Box Type" -msgstr "模块类型" - -#: sections/functions/metaboxes/views/sections-template.php:171 -msgid "Inner Box Type" -msgstr "模块内部类型" - -#: sections/functions/metaboxes/views/sections-template.php:180 -msgid "Custom ID" -msgstr "" - -#: sections/functions/metaboxes/views/sections-template.php:186 -msgid "Custom Classes" -msgstr "自定义类" - -#: sections/functions/metaboxes/views/sections-template.php:192 -msgid "Top Padding" -msgstr "顶部内边距" - -#: sections/functions/metaboxes/views/sections-template.php:201 -msgid "Bottom Padding" -msgstr "底部内边距" - -#: sections/functions/metaboxes/views/sections-template.php:237 -#: sections/functions/metaboxes/views/sections-template.php:242 -msgid "Background Image" -msgstr "背景图像" - -#: sections/functions/metaboxes/views/sections-template.php:242 -msgid "Upload" -msgstr "上传" - -#: sections/functions/metaboxes/views/sections-template.php:243 -msgid "Remove" -msgstr "移除" - -#: sections/functions/metaboxes/views/sections-template.php:255 -msgid "Background Color Overlay" -msgstr "" - -#: sections/functions/metaboxes/views/sections.php:8 -msgid "Javascript must be enabled to use Generate Sections" -msgstr "必须开启Javascript" - -#: sections/functions/templates/template.php:107 -msgid "No sections added!" -msgstr "未添加任何模块" - -#: sites/classes/class-site-helper.php:94 -msgid "Backing up options" -msgstr "" - -#: sites/classes/class-site-helper.php:95 -#, fuzzy -#| msgid "Import Settings" -msgid "Importing options" -msgstr "导入设置" - -#: sites/classes/class-site-helper.php:96 -#, fuzzy -#| msgid "Blog Content" -msgid "Downloading content" -msgstr "文章内容" - -#: sites/classes/class-site-helper.php:97 -#, fuzzy -#| msgid "Skip to content" -msgid "Importing content" -msgstr "跳转到内容" - -#: sites/classes/class-site-helper.php:98 -#, fuzzy -#| msgid "Import Settings" -msgid "Importing site options" -msgstr "导入设置" - -#: sites/classes/class-site-helper.php:99 -#, fuzzy -#| msgid "Import Settings" -msgid "Importing widgets" -msgstr "导入设置" - -#: sites/classes/class-site-helper.php:100 -msgid "Activating plugins" -msgstr "" - -#: sites/classes/class-site-helper.php:101 -msgid "Installing plugins" -msgstr "" - -#: sites/classes/class-site-helper.php:102 -#, fuzzy -#| msgid "Static" -msgid "Automatic" -msgstr "静止" - -#: sites/classes/class-site-helper.php:103 -msgid "Manual" -msgstr "" - -#: sites/classes/class-site-helper.php:104 -msgid "Theme options exist and can be imported." -msgstr "" - -#: sites/classes/class-site-helper.php:105 -msgid "No theme options found, please contact the site author." -msgstr "" - -#: sites/classes/class-site-helper.php:106 -msgid "Site content exists and can be imported." -msgstr "" - -#: sites/classes/class-site.php:159 -msgid "Previous Site" -msgstr "" - -#: sites/classes/class-site.php:159 -msgid "Previous" -msgstr "" - -#: sites/classes/class-site.php:160 -msgid "Next Site" -msgstr "" - -#: sites/classes/class-site.php:160 -msgid "Next" -msgstr "" - -#: sites/classes/class-site.php:206 sites/classes/class-site.php:270 -msgid "Preview" -msgstr "" - -#: sites/classes/class-site.php:207 sites/classes/class-site.php:479 -msgid "Details" -msgstr "" - -#: sites/classes/class-site.php:224 -msgid "Overview" -msgstr "" - -#: sites/classes/class-site.php:228 -#, fuzzy -#| msgid "Remove Sections" -msgid "Theme Options" -msgstr "移除模块" - -#: sites/classes/class-site.php:236 -#, fuzzy -#| msgid "After Content" -msgid "Site Content" -msgstr "内容之后" - -#: sites/classes/class-site.php:236 sites/classes/class-site.php:351 -msgid "Optional" -msgstr "" - -#: sites/classes/class-site.php:243 -msgid "Plugins" -msgstr "" - -#: sites/classes/class-site.php:249 sites/classes/class-site.php:381 -msgid "The following plugins can be installed and activated automatically." -msgstr "" - -#: sites/classes/class-site.php:254 sites/classes/class-site.php:386 -msgid "The following plugins are already installed." -msgstr "" - -#: sites/classes/class-site.php:259 sites/classes/class-site.php:391 -msgid "The following plugins need to be installed and activated manually." -msgstr "" - -#: sites/classes/class-site.php:277 -msgid "Gathering data" -msgstr "" - -#: sites/classes/class-site.php:281 -msgid "Get Started" -msgstr "" - -#: sites/classes/class-site.php:293 -msgid "GeneratePress Options" -msgstr "" - -#: sites/classes/class-site.php:297 -msgid "" -"This step will backup your current theme options, then import the new ones." -msgstr "" - -#: sites/classes/class-site.php:300 -msgid "The following GP Premium modules will be activated:" -msgstr "" - -#: sites/classes/class-site.php:308 -msgid "Go Back" -msgstr "" - -#: sites/classes/class-site.php:315 -#, fuzzy -#| msgid "Bulk Actions" -msgid "Backup Options" -msgstr "批量操作" - -#: sites/classes/class-site.php:325 -#, fuzzy -#| msgid "Import Settings" -msgid "Import Options" -msgstr "导入设置" - -#: sites/classes/class-site.php:358 -msgid "" -"I understand that this step will add content, site options, menus, widgets " -"and plugins to my site." -msgstr "" - -#: sites/classes/class-site.php:365 -#, php-format -msgid "" -"For best results, only install this demo content on fresh sites with no " -"content. If you have already installed another GeneratePress Site, be sure " -"to %s by deleting the content, plugins and menus that it added." -msgstr "" - -#: sites/classes/class-site.php:368 -msgid "clean it up" -msgstr "" - -#: sites/classes/class-site.php:373 -msgid "" -"You can skip this step if you already " -"have content and do not want the demo content imported." -msgstr "" - -#: sites/classes/class-site.php:400 -msgid "Skip" -msgstr "" - -#: sites/classes/class-site.php:408 -#, fuzzy -#| msgid "Before Content" -msgid "Import Content" -msgstr "内容之前" - -#: sites/classes/class-site.php:435 -msgid "All done!" -msgstr "" - -#: sites/classes/class-site.php:436 -msgid "Your site is ready to go!" -msgstr "" - -#: sites/classes/class-site.php:440 -#, php-format -msgid "Crafted with %s by" -msgstr "" - -#: sites/classes/class-site.php:458 -msgid "Start Over" -msgstr "" - -#: sites/classes/class-site.php:461 -msgid "View Site" -msgstr "" - -#: sites/classes/class-site.php:829 -msgid "Site options imported" -msgstr "" - -#: sites/classes/class-site.php:859 -#, fuzzy -#| msgid "License activated." -msgid "Plugins activated" -msgstr "许可证已激活" - -#: sites/sites.php:37 -msgid "Sites" -msgstr "" - -#: sites/sites.php:78 -msgid "Refresh sites" -msgstr "" - -#: spacing/functions/customizer/content-spacing.php:32 -msgid "Container Width" -msgstr "" - -#: spacing/functions/customizer/content-spacing.php:67 -msgid "Separating Space" -msgstr "间距" - -#: spacing/functions/customizer/content-spacing.php:132 -msgid "Content Padding" -msgstr "内容内边距" - -#: spacing/functions/customizer/content-spacing.php:196 -msgid "Mobile Content Padding" -msgstr "" - -#: spacing/functions/customizer/footer-spacing.php:73 -msgid "Footer Widget Area Padding" -msgstr "页脚小工具区域内边距" - -#: spacing/functions/customizer/footer-spacing.php:134 -msgid "Footer Padding" -msgstr "页脚内边距" - -#: spacing/functions/customizer/header-spacing.php:68 -msgid "Header Padding" -msgstr "页眉内边距" - -#: spacing/functions/customizer/navigation-spacing.php:47 -#: spacing/functions/customizer/secondary-nav-spacing.php:58 -msgid "Menu Item Width" -msgstr "" - -#: spacing/functions/customizer/navigation-spacing.php:100 -#: spacing/functions/customizer/navigation-spacing.php:178 -#: spacing/functions/customizer/navigation-spacing.php:214 -#: spacing/functions/customizer/secondary-nav-spacing.php:93 -msgid "Menu Item Height" -msgstr "" - -#: spacing/functions/customizer/navigation-spacing.php:143 -#: spacing/functions/customizer/secondary-nav-spacing.php:128 -msgid "Sub-Menu Item Height" -msgstr "子菜单项高度" - -#: spacing/functions/customizer/sidebar-spacing.php:12 -msgid "Sidebars" -msgstr "边栏" - -#: spacing/functions/customizer/sidebar-spacing.php:70 -msgid "Widget Padding" -msgstr "小工具内边距" - -#: spacing/functions/customizer/sidebar-spacing.php:101 -msgid "Left Sidebar Width" -msgstr "左边栏宽度" - -#: spacing/functions/customizer/sidebar-spacing.php:136 -msgid "Right Sidebar Width" -msgstr "右边栏宽度" - -#: spacing/functions/customizer/top-bar-spacing.php:55 -msgid "Top Bar Padding" -msgstr "" - -#: spacing/functions/functions.php:41 -msgid "Spacing" -msgstr "间距" - -#: spacing/functions/functions.php:42 -msgid "Change the spacing for various elements using pixels." -msgstr "使用px设置间距" - -#: typography/functions/functions.php:44 -msgid "Typography" -msgstr "字体" - -#: typography/functions/functions.php:145 -#: typography/functions/functions.php:336 -#: typography/functions/functions.php:465 -#: typography/functions/functions.php:577 -#: typography/functions/functions.php:701 -#: typography/functions/functions.php:818 -#: typography/functions/functions.php:938 -#: typography/functions/functions.php:1089 -#: typography/functions/functions.php:1230 -#: typography/functions/functions.php:1364 -#: typography/functions/functions.php:1497 -#: typography/functions/functions.php:1630 -#: typography/functions/functions.php:1779 -#: typography/functions/functions.php:1960 -#: typography/functions/secondary-nav-fonts.php:139 -#: typography/functions/slideout-nav-fonts.php:106 -#: typography/functions/woocommerce-fonts.php:99 -msgid "Font size" -msgstr "字体大小" - -#: typography/functions/functions.php:180 -#: typography/functions/functions.php:981 -#: typography/functions/functions.php:1132 -#: typography/functions/functions.php:1265 -#: typography/functions/functions.php:1398 -#: typography/functions/functions.php:1531 -#: typography/functions/functions.php:1664 -msgid "Line height" -msgstr "" - -#: typography/functions/functions.php:215 -msgid "Paragraph margin" -msgstr "" - -#: typography/functions/functions.php:841 -msgid "Headings" -msgstr "" - -#: typography/functions/functions.php:900 -msgid "Heading 1 (H1)" -msgstr "标题1" - -#: typography/functions/functions.php:1051 -msgid "Heading 2 (H2)" -msgstr "标题2" - -#: typography/functions/functions.php:1202 -msgid "Heading 3 (H3)" -msgstr "标题3" - -#: typography/functions/functions.php:1336 -msgid "Heading 4 (H4)" -msgstr "" - -#: typography/functions/functions.php:1469 -msgid "Heading 5 (H5)" -msgstr "" - -#: typography/functions/functions.php:1602 -msgid "Heading 6 (H6)" -msgstr "" - -#: typography/functions/functions.php:1687 -msgid "Widgets" -msgstr "小工具" - -#: typography/functions/functions.php:1750 -msgid "Widget Titles" -msgstr "" - -#: typography/functions/functions.php:1813 -msgid "Bottom margin" -msgstr "" - -#: typography/functions/functions.php:1848 -msgid "Content font size" -msgstr "内容字体大小" - -#: typography/functions/woocommerce-fonts.php:63 -msgid "Product Titles" -msgstr "" - -#: typography/functions/woocommerce-fonts.php:142 -msgid "Related/upsell title font size" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:43 -#: woocommerce/functions/customizer/customizer.php:709 -#: woocommerce/functions/customizer/customizer.php:719 -msgid "WooCommerce" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:57 -msgid "General" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:76 -msgid "Display cart in menu" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:95 -msgid "Display breadcrumbs" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:108 -msgid "Shop" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:127 -#: woocommerce/functions/customizer/customizer.php:547 -msgid "Sidebar Layout" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:130 -#: woocommerce/functions/customizer/customizer.php:551 -msgid "Sidebar / Content" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:131 -#: woocommerce/functions/customizer/customizer.php:552 -msgid "Content / Sidebar" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:132 -#: woocommerce/functions/customizer/customizer.php:553 -msgid "Content (no sidebars)" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:133 -#: woocommerce/functions/customizer/customizer.php:554 -msgid "Sidebar / Content / Sidebar" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:134 -#: woocommerce/functions/customizer/customizer.php:555 -msgid "Sidebar / Sidebar / Content" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:135 -#: woocommerce/functions/customizer/customizer.php:556 -msgid "Content / Sidebar / Sidebar" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:154 -#: woocommerce/functions/customizer/customizer.php:263 -msgid "Products Per Page" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:192 -msgid "Product Columns" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:239 -msgid "Image Alignment" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:306 -msgid "Display page title" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:325 -msgid "Display product results count" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:344 -msgid "Display product sorting" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:363 -msgid "Display product image" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:382 -msgid "Display secondary image on hover" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:401 -msgid "Display product title" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:420 -msgid "Display sale flash" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:439 -msgid "Sale Flash Over Image" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:458 -msgid "Display Rating" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:477 -msgid "Display price" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:496 -msgid "Display add to cart button" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:515 -#: woocommerce/functions/customizer/customizer.php:700 -msgid "Display short description" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:528 -msgid "Single Product" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:575 -msgid "Display product tabs" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:594 -msgid "Display related products" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:613 -msgid "Display upsell products" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:642 -msgid "Related/Upsell Columns" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:681 -msgid "Display product meta data" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:732 -msgid "Primary Button Colors" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:733 -msgid "Primary button colors can be set here." -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:747 -msgid "Checkout" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:766 -msgid "Distraction-free mode" -msgstr "" - -#: woocommerce/functions/customizer/customizer.php:767 -msgid "" -"Remove unnecessary distractions like sidebars, footer widgets and sticky " -"menus." -msgstr "" - -#: woocommerce/functions/functions.php:413 -#: woocommerce/functions/functions.php:433 -msgid "View your shopping cart" -msgstr "" - -#: woocommerce/functions/functions.php:715 -#, php-format -msgid "Rated %s out of 5" -msgstr "" - -#: woocommerce/functions/functions.php:717 -msgid "Not yet rated" -msgstr "" - -#: woocommerce/functions/functions.php:722 -msgid "out of 5" -msgstr "" - -#. Plugin URI of the plugin/theme -msgid "https://generatepress.com" -msgstr "" - -#. Description of the plugin/theme -msgid "" -"The entire bundle of GeneratePress add-ons. Configure add-ons by going to Appearance > GeneratePress." -msgstr "" - -#. Author of the plugin/theme -msgid "Tom Usborne" -msgstr "" - -#. Author URI of the plugin/theme -msgid "https://tomusborne.com" -msgstr "" - -#, fuzzy -#~| msgid "Slideout Navigation" -#~ msgid "Slide-out Navigation" -#~ msgstr "滑出导航" - -#~ msgid "Slideout Menu" -#~ msgstr "滑出菜单" - -#~ msgid "Both" -#~ msgstr "应用两者" - -#~ msgid "Mobile Header Logo" -#~ msgstr "便携设备页眉图标" - -#~ msgid "Sticky Mobile Header" -#~ msgstr "粘性便携设备页眉" - -#~ msgid "Warning: This will delete your settings." -#~ msgstr "警告:这将删除你的设置" - -#~ msgid "Export Backgrounds Customizer Settings" -#~ msgstr "导出背景自定义设置" - -#~ msgid "Delete Backgrounds Customizer Settings" -#~ msgstr "删除背景自定义设置" - -#~ msgid "Post Image / Page Header" -#~ msgstr "文章图像/文章页眉" - -#~ msgid "Updates %s" -#~ msgstr "更新 %s" - -#~ msgid "Apply image sizes" -#~ msgstr "应用图像尺寸" - -#~ msgid "Excerpt Length" -#~ msgstr "摘要长度" - -#~ msgid "Masonry" -#~ msgstr "砖块结构" - -#~ msgid "Masonry Block Width" -#~ msgstr "砖块结构砖块宽度" - -#~ msgid "Small" -#~ msgstr "小" - -#~ msgid "Medium" -#~ msgstr "中等" - -#~ msgid "Large" -#~ msgstr "大" - -#~ msgid "Masonry Most Recent Width" -#~ msgstr "砖块结构最近文章宽度" - -#~ msgid "Masonry Load More Text" -#~ msgstr "砖块结构载入更多文本" - -#~ msgid "Masonry Loading Text" -#~ msgstr "砖块结构载入文本" - -#~ msgid "Post Image" -#~ msgstr "文章图像" - -#~ msgid "Show" -#~ msgstr "显示" - -#~ msgid "Post Image Position" -#~ msgstr "文章图像位置" - -#~ msgid "Post Image Alignment" -#~ msgstr "文章图像位置" - -#~ msgid "Post Image Width" -#~ msgstr "文章图像宽度" - -#~ msgid "Post Image Height" -#~ msgstr "文章图像高度" - -#~ msgid "Date" -#~ msgstr "日期" - -#~ msgid "Author" -#~ msgstr "作者" - -#~ msgid "Categories" -#~ msgstr "分类目录" - -#~ msgid "Tags" -#~ msgstr "标签" - -#~ msgid "Comment Link" -#~ msgstr "评论链接" - -#~ msgid "Masonry is enabled. These settings will be ignored." -#~ msgstr "砖块结构已启用,这些设置将被忽略" - -#~ msgid "Column Layout" -#~ msgstr "列布局" - -#~ msgid "First Post Full Width" -#~ msgstr "第一篇文章拉伸宽度" - -#~ msgid "Read more..." -#~ msgstr "阅读更多…" - -#~ msgid "Delete Blog Customizer Settings" -#~ msgstr "删除文章自定义设置" - -#~ msgid "Export Blog Customizer Settings" -#~ msgstr "导出文章自定义设置" - -#~ msgid "Masonry Post Width" -#~ msgstr "砖块结构文章宽度" - -#~ msgid "Global setting" -#~ msgstr "全局设置" - -#~ msgid "Form Background Focus/Hover" -#~ msgstr "表格背景 聚焦/划过" - -#~ msgid "Form Text Focus/Hover" -#~ msgstr "表格文本 聚焦/划过" - -#~ msgid "Form Border Focus/Hover" -#~ msgstr "表格边框 聚焦/划过" - -#~ msgid "Form Button" -#~ msgstr "表格按钮" - -#~ msgid "Form Button Focus/Hover" -#~ msgstr "表格按钮 聚焦/划过" - -#~ msgid "Form Button Text" -#~ msgstr "表格按钮文本" - -#~ msgid "Form Button Text Focus/Hover" -#~ msgstr "表格按钮文本 聚焦/划过" - -#~ msgid "Export GP Hooks" -#~ msgstr "导出挂钩设置" - -#~ msgid "Delete GP Hooks" -#~ msgstr "删除挂钩设置" - -#~ msgid "Import / Export" -#~ msgstr "导入/导出" - -#~ msgid "" -#~ "Export your settings set in the Customizer." -#~ msgstr "导出自定义中所做的设置" - -#~ msgid "Export Default Customizer Settings" -#~ msgstr "导出默认自定义设置" - -#~ msgid "" -#~ "Import your settings by uploading your exported .json " -#~ "file." -#~ msgstr "通过上传已经导出的.json文件导入设置 " - -#~ msgid "Error: Content already detected in default editor." -#~ msgstr "错误:默认编辑器存在内容" - -#~ msgid "" -#~ "Please activate the \"Visual\" tab in your main editor before " -#~ "transferring content." -#~ msgstr "转移内容之前,请激活主编辑器中的“可视化”标签" - -#~ msgid "" -#~ "The spacing between elements when \"Content Layout\" is set to \"Separate " -#~ "Containers\"." -#~ msgstr "多段式元素间距" - -#~ msgid "Delete Spacing Customizer Settings" -#~ msgstr "删除间距自定义设置" - -#~ msgid "Export Spacing Customizer Settings" -#~ msgstr "导出间距自定义设置" - -#~ msgid "Left/Right Spacing" -#~ msgstr "左侧/右侧空间" - -#~ msgid "The top and bottom spacing of sub-menu items." -#~ msgstr "子菜单项顶部和底部的空间" - -#~ msgid "Default fonts" -#~ msgstr "默认字体" - -#~ msgid "Google fonts" -#~ msgstr "谷歌字体" - -#~ msgid "Site title" -#~ msgstr "站点标题" - -#~ msgid "Site tagline" -#~ msgstr "站点副标题" - -#~ msgid "Site navigation" -#~ msgstr "站点导航" - -#~ msgid "Font-size" -#~ msgstr "字体大小" - -#~ msgid "Widget titles" -#~ msgstr "小工具标题" - -#~ msgid "Footer font size" -#~ msgstr "页脚字体大小" - -#~ msgid "Site title font size" -#~ msgstr "站点标题字体大小" - -#~ msgid "H1 font size" -#~ msgstr "标题1字体大小" - -#~ msgid "H2 font size" -#~ msgstr "标题2字体大小" - -#~ msgid "Sticky Menu" -#~ msgstr "粘性菜单" - -#~ msgid "Sticky Navigation Effect" -#~ msgstr "粘性导航特效" - -#~ msgid "Navigation Logo Position" -#~ msgstr "导航图标位置" - -#~ msgid "Delete Menu Plus Customizer Settings" -#~ msgstr "删除菜单+自定义设置" - -#~ msgid "Export Menu Plus Customizer Settings" -#~ msgstr "导出菜单+自定义设置" - -#~ msgid "Blog Page Header" -#~ msgstr "文章页页眉" - -#~ msgid "Upload an image to be used as your page header." -#~ msgstr "上传图像用于页面页眉" - -#~ msgid "Image link" -#~ msgstr "图像链接" - -#~ msgid "Make your page header image clickable by adding a URL. (optional)" -#~ msgstr "给页面页眉图像添加URL" - -#~ msgid "Resize image" -#~ msgstr "调整图像大小" - -#~ msgid "Turn hard cropping or of off." -#~ msgstr "强制剪裁或关闭" - -#~ msgid "Image width" -#~ msgstr "图像宽度" - -#~ msgid "Choose your image width in pixels. (integer only, default is 1200)" -#~ msgstr "使用px设置图像宽度(填写整数,默认1200)" - -#~ msgid "Image height" -#~ msgstr "图像高度" - -#~ msgid "" -#~ "Choose your image height in pixels. Use \"0\" or leave blank for " -#~ "proportional resizing. (integer only, default is 0) " -#~ msgstr "使用px设置图像高度,填写 \"0\" 或者留白维持原比例" - -#~ msgid "Video Background URL (MP4 only)" -#~ msgstr "背景视频URL(MP4格式)" - -#~ msgid "Video Background URL (OGV only)" -#~ msgstr "背景视频URL(OGV格式)" - -#~ msgid "Video Background URL (WEBM only)" -#~ msgstr "背景视频URL(WEBM格式)" - -#~ msgid "Page Header Content" -#~ msgstr "页面页眉内容" - -#~ msgid "Add your content to the page header. HTML and shortcodes allowed." -#~ msgstr "给页面页眉添加内容,允许HTML和短代码" - -#~ msgid "Add Paragraphs" -#~ msgstr "添加段落" - -#~ msgid "Wrap your text in paragraph tags automatically." -#~ msgstr "自动生成段落标签" - -#~ msgid "Add padding around your content." -#~ msgstr "内容周围添加内边距" - -#~ msgid "Image Background" -#~ msgstr "图像背景" - -#~ msgid "" -#~ "Use the image uploaded above as a background image for your content. " -#~ "(requires image uploaded above)" -#~ msgstr "使用上传的图像作为内容背景图像" - -#~ msgid "Parallax Background" -#~ msgstr "视差背景" - -#~ msgid "" -#~ "Add a cool parallax effect to your background image. (requires the image " -#~ "background option to be checked)" -#~ msgstr "给背景图像添加视差效果" - -#~ msgid "Full Screen" -#~ msgstr "全屏" - -#~ msgid "Make your page header content area full screen." -#~ msgstr "全屏显示页面页眉内容区域" - -#~ msgid "Vertical Center" -#~ msgstr "垂直居中" - -#~ msgid "Center your page header content vertically." -#~ msgstr "页面页眉内容垂直居中" - -#~ msgid "Container Type" -#~ msgstr "主体类型" - -#~ msgid "Choose whether the page header is contained or fluid." -#~ msgstr "选择页面页眉平铺或者流动" - -#~ msgid "Full width" -#~ msgstr "拉伸" - -#~ msgid "Choose the horizontal alignment of your content." -#~ msgstr "设置内容水平位置" - -#~ msgid "Top/Bottom Padding" -#~ msgstr "顶部/底部 内边距" - -#~ msgid "This will add space above and below your content. (integer only) " -#~ msgstr "将在内容上下增加间距(填写整数)" - -#~ msgid "Padding Unit" -#~ msgstr "内边距单元" - -#~ msgid "Page Header Advanced" -#~ msgstr "页面页眉高级设置" - -#~ msgid "Transparent navigation" -#~ msgstr "透明导航" - -#~ msgid "Navigation text" -#~ msgstr "导航文本" - -#~ msgid "Navigation background hover" -#~ msgstr "划过导航背景" - -#~ msgid "Navigation text hover" -#~ msgstr "划过导航文本" - -#~ msgid "Navigation background current" -#~ msgstr "导航背景流动" - -#~ msgid "Navigation text current" -#~ msgstr "导航文本流动" - -#~ msgid "Page Header Logo" -#~ msgstr "页面页眉图标" - -#~ msgid "Replace your logo on the blog." -#~ msgstr "替换图标" - -#~ msgid "Page Header Position" -#~ msgstr "页面页眉位置" - -#~ msgid "Single Post Header Position" -#~ msgstr "单篇文章页眉位置" - -#~ msgid "Delete Page Header Customizer Settings" -#~ msgstr "删除页面页眉自定义设置" - -#~ msgid "Export Page Header Customizer Settings" -#~ msgstr "导出页面页眉自定义设置" - -#~ msgid "Add padding" -#~ msgstr "添加内边距" - -#~ msgid "Add background image" -#~ msgstr "添加背景图像" - -#~ msgid "Parallax effect" -#~ msgstr "视差效果" - -#~ msgid "Container type" -#~ msgstr "主体类型" - -#~ msgid "Text alignment" -#~ msgstr "文本位置" - -#~ msgid "Top/Bottom padding" -#~ msgstr "顶部/底部内边距" - -#~ msgid "Background color" -#~ msgstr "背景颜色" - -#~ msgid "Text color" -#~ msgstr "文本颜色" - -#~ msgid "Link color" -#~ msgstr "链接颜色" - -#~ msgid "Link color hover" -#~ msgstr "链接划过颜色" - -#~ msgid "Overlay color" -#~ msgstr "覆盖颜色" - -#~ msgid "Secondary Menu Items" -#~ msgstr "副菜单项" - -#~ msgid "Secondary navigation" -#~ msgstr "副导航" - -#~ msgid "Navigation Layout" -#~ msgstr "导航布局" - -#~ msgid "Fluid / Full Width" -#~ msgstr "流动/拉伸" - -#~ msgid "Navigation Position" -#~ msgstr "导航位置" - -#~ msgid "Delete Secondary Navigation Customizer Settings" -#~ msgstr "删除副导航自定义设置" - -#~ msgid "Export Secondary Navigation Customizer Settings" -#~ msgstr "导出副导航自定义设置" diff --git a/wp-content/plugins/gp-premium/langs/gp-premium.pot b/wp-content/plugins/gp-premium/langs/gp-premium.pot index 049fd0aa..765ab202 100644 --- a/wp-content/plugins/gp-premium/langs/gp-premium.pot +++ b/wp-content/plugins/gp-premium/langs/gp-premium.pot @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: GP Premium\n" -"POT-Creation-Date: 2019-11-06 11:02-0800\n" +"POT-Creation-Date: 2020-04-06 11:59-0700\n" "PO-Revision-Date: 2016-10-01 21:24-0700\n" "Last-Translator: \n" "Language-Team: \n" @@ -220,7 +220,7 @@ msgstr "" #: disable-elements/functions/functions.php:163 #: disable-elements/functions/functions.php:323 #: disable-elements/functions/functions.php:325 elements/class-metabox.php:199 -#: elements/class-metabox.php:1074 elements/class-metabox.php:2001 +#: elements/class-metabox.php:1074 elements/class-metabox.php:2003 #: library/customizer-helpers.php:205 #: spacing/functions/customizer/footer-spacing.php:12 #: typography/functions/functions.php:2355 @@ -345,47 +345,47 @@ msgstr "" msgid "Pages" msgstr "" -#: blog/functions/customizer.php:462 blog/functions/customizer.php:625 -#: blog/functions/customizer.php:789 +#: blog/functions/customizer.php:462 blog/functions/customizer.php:636 +#: blog/functions/customizer.php:811 msgid "Display featured images" msgstr "" -#: blog/functions/customizer.php:482 blog/functions/customizer.php:645 -#: blog/functions/customizer.php:809 +#: blog/functions/customizer.php:482 blog/functions/customizer.php:656 +#: blog/functions/customizer.php:831 msgid "Display padding around images" msgstr "" -#: blog/functions/customizer.php:503 blog/functions/customizer.php:666 -#: blog/functions/customizer.php:830 elements/class-metabox.php:1128 +#: blog/functions/customizer.php:503 blog/functions/customizer.php:677 +#: blog/functions/customizer.php:852 elements/class-metabox.php:1128 #: elements/class-post-type.php:104 elements/class-post-type.php:114 msgid "Location" msgstr "" -#: blog/functions/customizer.php:506 blog/functions/customizer.php:669 -#: blog/functions/customizer.php:833 +#: blog/functions/customizer.php:506 blog/functions/customizer.php:680 +#: blog/functions/customizer.php:855 msgid "Below Title" msgstr "" -#: blog/functions/customizer.php:507 blog/functions/customizer.php:670 -#: blog/functions/customizer.php:834 +#: blog/functions/customizer.php:507 blog/functions/customizer.php:681 +#: blog/functions/customizer.php:856 msgid "Above Title" msgstr "" -#: blog/functions/customizer.php:528 blog/functions/customizer.php:692 -#: blog/functions/customizer.php:856 +#: blog/functions/customizer.php:528 blog/functions/customizer.php:703 +#: blog/functions/customizer.php:878 msgid "Alignment" msgstr "" -#: blog/functions/customizer.php:531 blog/functions/customizer.php:695 -#: blog/functions/customizer.php:859 elements/class-metabox.php:372 +#: blog/functions/customizer.php:531 blog/functions/customizer.php:706 +#: blog/functions/customizer.php:881 elements/class-metabox.php:372 #: elements/class-metabox.php:394 secondary-nav/functions/functions.php:284 #: woocommerce/functions/customizer/customizer.php:390 #: woocommerce/functions/customizer/customizer.php:433 msgid "Center" msgstr "" -#: blog/functions/customizer.php:532 blog/functions/customizer.php:696 -#: blog/functions/customizer.php:860 elements/class-metabox.php:371 +#: blog/functions/customizer.php:532 blog/functions/customizer.php:707 +#: blog/functions/customizer.php:882 elements/class-metabox.php:371 #: elements/class-metabox.php:444 elements/class-metabox.php:482 #: library/customizer/controls/class-spacing-control.php:43 #: menu-plus/functions/generate-menu-plus.php:655 @@ -396,8 +396,8 @@ msgstr "" msgid "Left" msgstr "" -#: blog/functions/customizer.php:533 blog/functions/customizer.php:697 -#: blog/functions/customizer.php:861 elements/class-metabox.php:373 +#: blog/functions/customizer.php:533 blog/functions/customizer.php:708 +#: blog/functions/customizer.php:883 elements/class-metabox.php:373 #: elements/class-metabox.php:426 elements/class-metabox.php:464 #: library/customizer/controls/class-spacing-control.php:41 #: menu-plus/functions/generate-menu-plus.php:656 @@ -408,45 +408,49 @@ msgstr "" msgid "Right" msgstr "" -#: blog/functions/customizer.php:555 blog/functions/customizer.php:719 -#: blog/functions/customizer.php:883 +#: blog/functions/customizer.php:553 blog/functions/customizer.php:728 +#: blog/functions/customizer.php:903 +msgid "Media Attachment Size" +msgstr "" + +#: blog/functions/customizer.php:575 blog/functions/customizer.php:750 +#: blog/functions/customizer.php:925 msgid "Width" msgstr "" -#: blog/functions/customizer.php:559 blog/functions/customizer.php:586 -#: blog/functions/customizer.php:723 blog/functions/customizer.php:750 -#: blog/functions/customizer.php:887 blog/functions/customizer.php:914 -msgid "Auto" -msgstr "" - -#: blog/functions/customizer.php:582 blog/functions/customizer.php:746 -#: blog/functions/customizer.php:910 +#: blog/functions/customizer.php:596 blog/functions/customizer.php:771 +#: blog/functions/customizer.php:946 msgid "Height" msgstr "" -#: blog/functions/customizer.php:601 blog/functions/customizer.php:765 -#: blog/functions/customizer.php:929 inc/activation.php:139 -#: sections/functions/metaboxes/views/sections-template.php:80 -msgid "Apply" +#: blog/functions/customizer.php:610 blog/functions/customizer.php:785 +#: blog/functions/customizer.php:960 +#, php-format +msgid "We will attempt to serve exact image sizes based on your width/height settings. If that is not possible, we will resize your images using CSS. Learn more about featured image sizing %s." msgstr "" -#: blog/functions/customizer.php:671 blog/functions/customizer.php:835 +#: blog/functions/customizer.php:611 blog/functions/customizer.php:786 +#: blog/functions/customizer.php:961 +msgid "here" +msgstr "" + +#: blog/functions/customizer.php:682 blog/functions/customizer.php:857 msgid "Above Content Area" msgstr "" -#: blog/functions/customizer.php:943 blog/functions/customizer.php:983 +#: blog/functions/customizer.php:976 blog/functions/customizer.php:1016 msgid "Columns" msgstr "" -#: blog/functions/customizer.php:963 +#: blog/functions/customizer.php:996 msgid "Display posts in columns" msgstr "" -#: blog/functions/customizer.php:1010 +#: blog/functions/customizer.php:1043 msgid "Make first post featured" msgstr "" -#: blog/functions/customizer.php:1031 +#: blog/functions/customizer.php:1064 msgid "Display posts in masonry grid" msgstr "" @@ -1411,56 +1415,56 @@ msgstr "" msgid "Scripts & Styles" msgstr "" -#: elements/class-metabox.php:1983 +#: elements/class-metabox.php:1985 msgid "Comments" msgstr "" -#: elements/class-metabox.php:1992 +#: elements/class-metabox.php:1994 #: spacing/functions/customizer/sidebar-spacing.php:12 msgid "Sidebars" msgstr "" -#: elements/class-metabox.php:2017 +#: elements/class-metabox.php:2019 msgid "WooCommerce - Global" msgstr "" -#: elements/class-metabox.php:2027 +#: elements/class-metabox.php:2029 msgid "WooCommerce - Shop" msgstr "" -#: elements/class-metabox.php:2038 +#: elements/class-metabox.php:2040 msgid "WooCommerce - Product" msgstr "" -#: elements/class-metabox.php:2059 +#: elements/class-metabox.php:2061 msgid "WooCommerce - Cart" msgstr "" -#: elements/class-metabox.php:2081 +#: elements/class-metabox.php:2083 msgid "WooCommerce - Checkout" msgstr "" -#: elements/class-metabox.php:2108 +#: elements/class-metabox.php:2110 msgid "WooCommerce - Account" msgstr "" -#: elements/class-metabox.php:2124 +#: elements/class-metabox.php:2126 msgid "The content title of the current post/taxonomy." msgstr "" -#: elements/class-metabox.php:2129 +#: elements/class-metabox.php:2131 msgid "The published date of the current post." msgstr "" -#: elements/class-metabox.php:2134 +#: elements/class-metabox.php:2136 msgid "The author of the current post." msgstr "" -#: elements/class-metabox.php:2139 +#: elements/class-metabox.php:2141 msgid "The terms attached to the chosen taxonomy (category, post_tag, product_cat)." msgstr "" -#: elements/class-metabox.php:2144 +#: elements/class-metabox.php:2146 msgid "Custom post meta. Replace \"name\" with the name of your custom field." msgstr "" @@ -1475,7 +1479,7 @@ msgid "Element" msgstr "" #: elements/class-post-type.php:67 elements/class-post-type.php:255 -#: elements/class-post-type.php:256 elements/elements.php:66 +#: elements/class-post-type.php:256 elements/elements.php:71 msgid "Elements" msgstr "" @@ -1678,6 +1682,11 @@ msgstr "" msgid "Deactivate" msgstr "" +#: inc/activation.php:139 +#: sections/functions/metaboxes/views/sections-template.php:80 +msgid "Apply" +msgstr "" + #: inc/activation.php:173 msgid "WooCommerce not activated." msgstr "" @@ -2295,31 +2304,45 @@ msgstr "" msgid "No sections added!" msgstr "" -#: sites/classes/class-site-restore.php:105 +#: sites/classes/class-site-restore.php:42 +#: sites/classes/class-site-restore.php:115 +#: sites/classes/class-site-restore.php:145 +#: sites/classes/class-site-restore.php:170 +#: sites/classes/class-site-restore.php:189 +#: sites/classes/class-site-restore.php:208 +#: sites/classes/class-site-restore.php:239 sites/classes/class-site.php:552 +#: sites/classes/class-site.php:588 sites/classes/class-site.php:629 +#: sites/classes/class-site.php:787 sites/classes/class-site.php:815 +#: sites/classes/class-site.php:860 sites/classes/class-site.php:891 +#: sites/classes/class-site.php:990 sites/classes/class-site.php:1040 +msgid "You are not allowed to perform this action" +msgstr "" + +#: sites/classes/class-site-restore.php:106 msgid "Theme options restored." msgstr "" -#: sites/classes/class-site-restore.php:134 +#: sites/classes/class-site-restore.php:136 msgid "Site options restored." msgstr "" -#: sites/classes/class-site-restore.php:158 +#: sites/classes/class-site-restore.php:161 msgid "Content restored." msgstr "" -#: sites/classes/class-site-restore.php:176 +#: sites/classes/class-site-restore.php:180 msgid "Plugins restored." msgstr "" -#: sites/classes/class-site-restore.php:194 +#: sites/classes/class-site-restore.php:199 msgid "Widgets restored." msgstr "" -#: sites/classes/class-site-restore.php:224 +#: sites/classes/class-site-restore.php:230 msgid "CSS restored." msgstr "" -#: sites/classes/class-site-restore.php:240 +#: sites/classes/class-site-restore.php:247 msgid "Completed clean-up." msgstr "" @@ -2488,15 +2511,15 @@ msgstr "" msgid "View Your Site" msgstr "" -#: sites/classes/class-site.php:631 +#: sites/classes/class-site.php:634 msgid "No theme options exist." msgstr "" -#: sites/classes/class-site.php:967 +#: sites/classes/class-site.php:974 msgid "Site options imported" msgstr "" -#: sites/classes/class-site.php:1011 +#: sites/classes/class-site.php:1019 msgid "Plugins activated" msgstr "" @@ -2978,7 +3001,7 @@ msgid "Display product meta data" msgstr "" #: woocommerce/functions/customizer/customizer.php:1005 -#: woocommerce/functions/functions.php:1114 +#: woocommerce/functions/functions.php:1117 msgid "Checkout" msgstr "" @@ -2994,35 +3017,29 @@ msgstr "" msgid "View your shopping cart" msgstr "" -#: woocommerce/functions/functions.php:531 -msgid " 900, - 'mobile' => 640, + 'tablet' => 800, + 'mobile' => 411, + 'mobile_height' => 731, ) ); ?> process = new IPQ_Process(); - add_filter( 'update_post_metadata', array( $this, 'filter_update_post_metadata' ), 10, 5 ); - } - - /** - * Filter the post meta data for backup sizes - * - * Unfortunately WordPress core is lacking hooks in its image resizing functions so we are reduced - * to this hackery to detect when images are resized and previous versions are relegated to backup sizes. - * - * @param bool $check - * @param int $object_id - * @param string $meta_key - * @param mixed $meta_value - * @param mixed $prev_value - * @return bool - */ - public function filter_update_post_metadata( $check, $object_id, $meta_key, $meta_value, $prev_value ) { - if ( '_wp_attachment_backup_sizes' !== $meta_key ) { - return $check; - } - - $current_value = get_post_meta( $object_id, $meta_key, true ); - - if ( ! $current_value ) { - $current_value = array(); - } - - $diff = array_diff_key( $meta_value, $current_value ); - - if ( ! $diff ) { - return $check; - } - - $key = key( $diff ); - $suffix = substr( $key, strrpos( $key, '-' ) + 1 ); - - $image_meta = self::get_image_meta( $object_id ); - - foreach ( $image_meta['sizes'] as $size_name => $size ) { - if ( 0 !== strpos( $size_name, 'ipq-' ) ) { - continue; - } - - $meta_value[ $size_name . '-' . $suffix ] = $size; - unset( $image_meta['sizes'][ $size_name ] ); - } - - if ( ! $this->is_updating_backup_sizes ) { - $this->is_updating_backup_sizes = true; - update_post_meta( $object_id, '_wp_attachment_backup_sizes', $meta_value ); - wp_update_attachment_metadata( $object_id, $image_meta ); - return true; - } - - $this->is_updating_backup_sizes = false; - - return $check; - } - - /** - * Check if the image sizes exist and push them to the queue if not. - * - * @param int $post_id - * @param array $sizes - */ - protected function process_image( $post_id, $sizes ) { - $new_item = false; - - foreach ( $sizes as $size ) { - if ( self::does_size_already_exist_for_image( $post_id, $size ) ) { - continue; - } - - if ( self::is_size_larger_than_original( $post_id, $size ) ) { - continue; - } - - $item = array( - 'post_id' => $post_id, - 'width' => $size[0], - 'height' => $size[1], - 'crop' => $size[2], - ); - $this->process->push_to_queue( $item ); - $new_item = true; - } - - if ( $new_item ) { - $this->process->save()->dispatch(); - } - } - - /** - * Get image HTML for a specific context in a theme, specifying the exact sizes - * for the image. The first image size is always used as the `src` and the other - * sizes are used in the `srcset` if they're the same aspect ratio as the original - * image. If any of the image sizes don't currently exist, they are queued for - * creation by a background process. Example: - * - * echo ipq_get_theme_image( 1353, array( - * array( 600, 400, false ), - * array( 1280, 720, false ), - * array( 1600, 1067, false ), - * ), - * array( - * 'class' => 'header-banner' - * ) - * ); - * - * @param int $post_id Image attachment ID. - * @param array $sizes Array of arrays of sizes in the format array(width,height,crop). - * @param string $attr Optional. Attributes for the image markup. Default empty. - * @return string HTML img element or empty string on failure. - */ - public function get_image( $post_id, $sizes, $attr = '' ) { - $this->process_image( $post_id, $sizes ); - - return wp_get_attachment_image( $post_id, array( $sizes[0][0], $sizes[0][1] ), false, $attr ); - } - - /** - * Get image URL for a specific context in a theme, specifying the exact size - * for the image. If the image size does not currently exist, it is queued for - * creation by a background process. Example: - * - * echo ipq_get_theme_image_url( 1353, array( 600, 400, false ) ); - * - * @param int $post_id - * @param array $size - * - * @return string - */ - public function get_image_url( $post_id, $size ) { - $this->process_image( $post_id, array( $size ) ); - - $size = self::get_size_name( $size ); - $src = wp_get_attachment_image_src( $post_id, $size ); - - if ( isset( $src[0] ) ) { - return $src[0]; - } - - return ''; - } - - /** - * Get array index name for image size. - * - * @param array $size array in format array(width,height,crop). - * @return string Image size name. - */ - public static function get_size_name( $size ) { - $crop = $size[2] ? 'true' : 'false'; - return 'ipq-' . $size[0] . 'x' . $size[1] . '-' . $crop; - } - - /** - * Get an image's file path. - * - * @param int $post_id ID of the image post. - * @return false|string - */ - public static function get_image_path( $post_id ) { - return get_attached_file( $post_id ); - } - - /** - * Get an image's post meta data. - * - * @param int $post_id ID of the image post. - * @return mixed Post meta field. False on failure. - */ - public static function get_image_meta( $post_id ) { - return wp_get_attachment_metadata( $post_id ); - } - - /** - * Update meta data for an image - * - * @param int $post_id Image ID. - * @param array $data Image data. - * @return bool|int False if $post is invalid. - */ - public static function update_image_meta( $post_id, $data ) { - return wp_update_attachment_metadata( $post_id, $data ); - } - - /** - * Checks if an image size already exists for an image - * - * @param int $post_id Image ID. - * @param array $size array in format array(width,height,crop). - * @return bool - */ - public static function does_size_already_exist_for_image( $post_id, $size ) { - $image_meta = self::get_image_meta( $post_id ); - $size_name = self::get_size_name( $size ); - - return isset( $image_meta['sizes'][ $size_name ] ); - } - - /** - * Check if an image size is larger than the original. - * - * @param int $post_id Image ID. - * @param array $size array in format array(width,height,crop). - * - * @return bool - */ - public static function is_size_larger_than_original( $post_id, $size ) { - $image_meta = self::get_image_meta( $post_id ); - - if ( ! isset( $image_meta['width'] ) || ! isset( $image_meta['height'] ) ) { - return true; - } - - if ( $size[0] > $image_meta['width'] || $size[1] > $image_meta['height'] ) { - return true; - } - - return false; - } - } - -} diff --git a/wp-content/plugins/gp-premium/library/image-processing-queue/includes/class-ipq-process.php b/wp-content/plugins/gp-premium/library/image-processing-queue/includes/class-ipq-process.php deleted file mode 100644 index 88da8432..00000000 --- a/wp-content/plugins/gp-premium/library/image-processing-queue/includes/class-ipq-process.php +++ /dev/null @@ -1,97 +0,0 @@ - 0, - 'width' => 0, - 'height' => 0, - 'crop' => false, - ); - $item = wp_parse_args( $item, $defaults ); - - $post_id = $item['post_id']; - $width = $item['width']; - $height = $item['height']; - $crop = $item['crop']; - - if ( ! $width && ! $height ) { - throw new IPQ_Process_Exception( "Invalid dimensions '{$width}x{$height}'" ); - } - - if ( Image_Processing_Queue::does_size_already_exist_for_image( $post_id, array( $width, $height, $crop ) ) ) { - return false; - } - - $image_meta = Image_Processing_Queue::get_image_meta( $post_id ); - - if ( ! $image_meta ) { - return false; - } - - add_filter( 'as3cf_get_attached_file_copy_back_to_local', '__return_true' ); - $img_path = Image_Processing_Queue::get_image_path( $post_id ); - - if ( ! $img_path ) { - return false; - } - - $editor = wp_get_image_editor( $img_path ); - - if ( is_wp_error( $editor ) ) { - throw new IPQ_Process_Exception( 'Unable to get WP_Image_Editor for file "' . $img_path . '": ' . $editor->get_error_message() . ' (is GD or ImageMagick installed?)' ); - } - - if ( is_wp_error( $editor->resize( $width, $height, $crop ) ) ) { - throw new IPQ_Process_Exception( 'Error resizing image: ' . $editor->get_error_message() ); - } - - $resized_file = $editor->save(); - - if ( is_wp_error( $resized_file ) ) { - throw new IPQ_Process_Exception( 'Unable to save resized image file: ' . $editor->get_error_message() ); - } - - $size_name = Image_Processing_Queue::get_size_name( array( $width, $height, $crop ) ); - $image_meta['sizes'][ $size_name ] = array( - 'file' => $resized_file['file'], - 'width' => $resized_file['width'], - 'height' => $resized_file['height'], - 'mime-type' => $resized_file['mime-type'], - ); - wp_update_attachment_metadata( $post_id, $image_meta ); - - return false; - } - } -} - diff --git a/wp-content/plugins/gp-premium/library/image-processing-queue/includes/ipq-template-functions.php b/wp-content/plugins/gp-premium/library/image-processing-queue/includes/ipq-template-functions.php deleted file mode 100644 index 13c6fc39..00000000 --- a/wp-content/plugins/gp-premium/library/image-processing-queue/includes/ipq-template-functions.php +++ /dev/null @@ -1,47 +0,0 @@ - 'header-banner' - * ) - * ); - * - * @param int $post_id Image attachment ID. - * @param array $sizes Array of arrays of sizes in the format array(width,height,crop). - * @param string $attr Optional. Attributes for the image markup. Default empty. - * - * @return string HTML img element or empty string on failure. - */ - function ipq_get_theme_image( $post_id, $sizes, $attr = '' ) { - return Image_Processing_Queue::instance()->get_image( $post_id, $sizes, $attr ); - } -} - -if ( ! function_exists( 'ipq_get_theme_image_url' ) ) { - /** - * Get image URL for a specific context in a theme, specifying the exact size - * for the image. If the image size does not currently exist, it is queued for - * creation by a background process. Example: - * - * echo ipq_get_theme_image_url( 1353, array( 600, 400, false ) ); - * - * @param int $post_id - * @param array $size - * - * @return string Img URL - */ - function ipq_get_theme_image_url( $post_id, $size ) { - return Image_Processing_Queue::instance()->get_image_url( $post_id, $size ); - } -} diff --git a/wp-content/plugins/gp-premium/menu-plus/functions/css/sticky.css b/wp-content/plugins/gp-premium/menu-plus/functions/css/sticky.css index 0d2afef7..13d21025 100644 --- a/wp-content/plugins/gp-premium/menu-plus/functions/css/sticky.css +++ b/wp-content/plugins/gp-premium/menu-plus/functions/css/sticky.css @@ -34,7 +34,8 @@ z-index: 999; } -#sticky-placeholder.mobile-header-navigation .mobile-header-logo { +#sticky-placeholder.mobile-header-navigation .mobile-header-logo, +#sticky-placeholder .navigation-branding { display: none; } diff --git a/wp-content/plugins/gp-premium/menu-plus/functions/css/sticky.min.css b/wp-content/plugins/gp-premium/menu-plus/functions/css/sticky.min.css index d0100f28..f72cf33e 100644 --- a/wp-content/plugins/gp-premium/menu-plus/functions/css/sticky.min.css +++ b/wp-content/plugins/gp-premium/menu-plus/functions/css/sticky.min.css @@ -1 +1 @@ -.sticky-enabled .gen-sidebar-nav.is_stuck .main-navigation{margin-bottom:0}.sticky-enabled .gen-sidebar-nav.is_stuck{z-index:500}.sticky-enabled .main-navigation.is_stuck{box-shadow:0 2px 2px -2px rgba(0,0,0,.2)}.sticky-enabled .fixfixed .is_stuck{position:relative!important}.navigation-stick:not(.gen-sidebar-nav){left:0;right:0;width:100%!important}.both-sticky-menu .main-navigation:not(#mobile-header).toggled .main-nav,.mobile-sticky-menu .main-navigation:not(#mobile-header).toggled .main-nav{clear:both}.both-sticky-menu .main-navigation:not(#mobile-header).toggled .main-nav>ul,.mobile-header-sticky #mobile-header.toggled .main-nav>ul,.mobile-sticky-menu .main-navigation:not(#mobile-header).toggled .main-nav>ul{position:absolute;left:0;right:0;z-index:999}#sticky-placeholder.mobile-header-navigation .mobile-header-logo{display:none}.nav-float-right .is_stuck.main-navigation:not(.toggled) .menu>li{float:none;display:inline-block}.nav-float-right .is_stuck.main-navigation:not(.toggled) .menu>li.search-item,.nav-float-right .is_stuck.main-navigation:not(.toggled) .menu>li.slideout-toggle,.nav-float-right .is_stuck.main-navigation:not(.toggled) .menu>li.wc-menu-item{display:block;float:right}.nav-float-right .is_stuck.main-navigation:not(.toggled) ul{letter-spacing:-.31em;font-size:1em}.nav-float-right .is_stuck.main-navigation:not(.toggled) ul li{letter-spacing:normal}.nav-float-right .is_stuck.main-navigation:not(.toggled){text-align:right}.nav-float-right .is_stuck.main-navigation.has-branding:not(.toggled) ul,.nav-float-right .is_stuck.main-navigation.has-sticky-branding:not(.toggled) ul{letter-spacing:unset}.nav-float-right .is_stuck.main-navigation.has-branding:not(.toggled) .menu>li,.nav-float-right .is_stuck.main-navigation.has-sticky-branding:not(.toggled) .menu>li{display:block;float:left} +.sticky-enabled .gen-sidebar-nav.is_stuck .main-navigation{margin-bottom:0}.sticky-enabled .gen-sidebar-nav.is_stuck{z-index:500}.sticky-enabled .main-navigation.is_stuck{box-shadow:0 2px 2px -2px rgba(0,0,0,.2)}.sticky-enabled .fixfixed .is_stuck{position:relative!important}.navigation-stick:not(.gen-sidebar-nav){left:0;right:0;width:100%!important}.both-sticky-menu .main-navigation:not(#mobile-header).toggled .main-nav,.mobile-sticky-menu .main-navigation:not(#mobile-header).toggled .main-nav{clear:both}.both-sticky-menu .main-navigation:not(#mobile-header).toggled .main-nav>ul,.mobile-header-sticky #mobile-header.toggled .main-nav>ul,.mobile-sticky-menu .main-navigation:not(#mobile-header).toggled .main-nav>ul{position:absolute;left:0;right:0;z-index:999}#sticky-placeholder .navigation-branding,#sticky-placeholder.mobile-header-navigation .mobile-header-logo{display:none}.nav-float-right .is_stuck.main-navigation:not(.toggled) .menu>li{float:none;display:inline-block}.nav-float-right .is_stuck.main-navigation:not(.toggled) .menu>li.search-item,.nav-float-right .is_stuck.main-navigation:not(.toggled) .menu>li.slideout-toggle,.nav-float-right .is_stuck.main-navigation:not(.toggled) .menu>li.wc-menu-item{display:block;float:right}.nav-float-right .is_stuck.main-navigation:not(.toggled) ul{letter-spacing:-.31em;font-size:1em}.nav-float-right .is_stuck.main-navigation:not(.toggled) ul li{letter-spacing:normal}.nav-float-right .is_stuck.main-navigation:not(.toggled){text-align:right}.nav-float-right .is_stuck.main-navigation.has-branding:not(.toggled) ul,.nav-float-right .is_stuck.main-navigation.has-sticky-branding:not(.toggled) ul{letter-spacing:unset}.nav-float-right .is_stuck.main-navigation.has-branding:not(.toggled) .menu>li,.nav-float-right .is_stuck.main-navigation.has-sticky-branding:not(.toggled) .menu>li{display:block;float:left} diff --git a/wp-content/plugins/gp-premium/menu-plus/functions/generate-menu-plus.php b/wp-content/plugins/gp-premium/menu-plus/functions/generate-menu-plus.php index 7b23bdf4..2b13b43d 100644 --- a/wp-content/plugins/gp-premium/menu-plus/functions/generate-menu-plus.php +++ b/wp-content/plugins/gp-premium/menu-plus/functions/generate-menu-plus.php @@ -1776,7 +1776,7 @@ function generate_do_navigation_branding() { } } - if ( '' !== $settings['sticky_navigation_logo'] ) { + if ( 'false' !== $settings['sticky_menu'] && '' !== $settings['sticky_navigation_logo'] ) { $sticky_logo = apply_filters( 'generate_sticky_navigation_logo_output', sprintf( ' diff --git a/wp-content/plugins/gp-premium/sections/functions/metaboxes/js/generate-sections-metabox.js b/wp-content/plugins/gp-premium/sections/functions/metaboxes/js/generate-sections-metabox.js index e6b59fd8..b6e5faed 100644 --- a/wp-content/plugins/gp-premium/sections/functions/metaboxes/js/generate-sections-metabox.js +++ b/wp-content/plugins/gp-premium/sections/functions/metaboxes/js/generate-sections-metabox.js @@ -780,11 +780,17 @@ var Generate_Sections = { 'overflow': 'hidden' }); - $( '.editor-block-list__layout' ).hide(); - $( '.edit-post-layout__content .edit-post-visual-editor' ).css( { + $( '.block-editor-block-list__layout' ).hide(); + + $( '.edit-post-layout .edit-post-visual-editor' ).css( { 'flex-grow': 'unset', 'flex-basis': '0' } ); + + $( '.edit-post-visual-editor .block-editor-writing-flow__click-redirect' ).css( { + 'min-height': '0' + } ); + $( '.edit-post-layout__metaboxes:not(:empty)' ).css( 'border-top', '0' ); // Show the sections @@ -818,11 +824,17 @@ var Generate_Sections = { 'height': 'auto' }); - $( '.editor-block-list__layout' ).show(); - $( '.edit-post-layout__content .edit-post-visual-editor' ).css( { + $( '.block-editor-block-list__layout' ).show(); + + $( '.edit-post-layout .edit-post-visual-editor' ).css( { 'flex-grow': '', 'flex-basis': '' } ); + + $( '.edit-post-visual-editor .block-editor-writing-flow__click-redirect' ).css( { + 'min-height': '' + } ); + $( '.edit-post-layout__metaboxes:not(:empty)' ).css( 'border-top', '' ); // Hide the sections diff --git a/wp-content/plugins/gp-premium/sites/classes/class-site-restore.php b/wp-content/plugins/gp-premium/sites/classes/class-site-restore.php index b9ddbbd2..08fd7fc2 100644 --- a/wp-content/plugins/gp-premium/sites/classes/class-site-restore.php +++ b/wp-content/plugins/gp-premium/sites/classes/class-site-restore.php @@ -39,7 +39,8 @@ class GeneratePress_Sites_Restore { check_ajax_referer( 'generate_sites_nonce', 'nonce' ); if ( ! current_user_can( 'manage_options' ) ) { - return; + wp_send_json_error( __( 'You are not allowed to perform this action', 'gp-premium' ) ); + return; // Just in case. } $backup_data = get_option( '_generatepress_site_library_backup', array() ); @@ -111,7 +112,8 @@ class GeneratePress_Sites_Restore { check_ajax_referer( 'generate_sites_nonce', 'nonce' ); if ( ! current_user_can( 'manage_options' ) ) { - return; + wp_send_json_error( __( 'You are not allowed to perform this action', 'gp-premium' ) ); + return; // Just in case. } $backup_data = get_option( '_generatepress_site_library_backup', array() ); @@ -140,7 +142,8 @@ class GeneratePress_Sites_Restore { check_ajax_referer( 'generate_sites_nonce', 'nonce' ); if ( ! current_user_can( 'manage_options' ) ) { - return; + wp_send_json_error( __( 'You are not allowed to perform this action', 'gp-premium' ) ); + return; // Just in case. } $backup_data = get_option( '_generatepress_site_library_backup', array() ); @@ -164,7 +167,8 @@ class GeneratePress_Sites_Restore { check_ajax_referer( 'generate_sites_nonce', 'nonce' ); if ( ! current_user_can( 'manage_options' ) ) { - return; + wp_send_json_error( __( 'You are not allowed to perform this action', 'gp-premium' ) ); + return; // Just in case. } $backup_data = get_option( '_generatepress_site_library_backup', array() ); @@ -182,7 +186,8 @@ class GeneratePress_Sites_Restore { check_ajax_referer( 'generate_sites_nonce', 'nonce' ); if ( ! current_user_can( 'manage_options' ) ) { - return; + wp_send_json_error( __( 'You are not allowed to perform this action', 'gp-premium' ) ); + return; // Just in case. } $backup_data = get_option( '_generatepress_site_library_backup', array() ); @@ -200,7 +205,8 @@ class GeneratePress_Sites_Restore { check_ajax_referer( 'generate_sites_nonce', 'nonce' ); if ( ! current_user_can( 'manage_options' ) ) { - return; + wp_send_json_error( __( 'You are not allowed to perform this action', 'gp-premium' ) ); + return; // Just in case. } $backup_data = get_option( '_generatepress_site_library_backup', array() ); @@ -230,7 +236,8 @@ class GeneratePress_Sites_Restore { check_ajax_referer( 'generate_sites_nonce', 'nonce' ); if ( ! current_user_can( 'manage_options' ) ) { - return; + wp_send_json_error( __( 'You are not allowed to perform this action', 'gp-premium' ) ); + return; // Just in case. } delete_option( 'generate_dynamic_css_output' ); @@ -243,4 +250,4 @@ class GeneratePress_Sites_Restore { } } -GeneratePress_Sites_Restore::get_instance(); \ No newline at end of file +GeneratePress_Sites_Restore::get_instance(); diff --git a/wp-content/plugins/gp-premium/sites/classes/class-site.php b/wp-content/plugins/gp-premium/sites/classes/class-site.php index ec8eaea0..274cf812 100644 --- a/wp-content/plugins/gp-premium/sites/classes/class-site.php +++ b/wp-content/plugins/gp-premium/sites/classes/class-site.php @@ -549,7 +549,8 @@ class GeneratePress_Site { check_ajax_referer( 'generate_sites_nonce', 'nonce' ); if ( ! current_user_can( 'manage_options' ) ) { - return; + wp_send_json_error( __( 'You are not allowed to perform this action', 'gp-premium' ) ); + return; // Just in case. } $theme_mods = GeneratePress_Sites_Helper::get_theme_mods(); @@ -584,7 +585,8 @@ class GeneratePress_Site { check_ajax_referer( 'generate_sites_nonce', 'nonce' ); if ( ! current_user_can( 'manage_options' ) ) { - return; + wp_send_json_error( __( 'You are not allowed to perform this action', 'gp-premium' ) ); + return; // Just in case. } $settings = GeneratePress_Sites_Helper::get_options( $this->directory . 'options.json' ); @@ -624,7 +626,8 @@ class GeneratePress_Site { check_ajax_referer( 'generate_sites_nonce', 'nonce' ); if ( ! current_user_can( 'manage_options' ) ) { - return; + wp_send_json_error( __( 'You are not allowed to perform this action', 'gp-premium' ) ); + return; // Just in case. } if ( ! GeneratePress_Sites_Helper::file_exists( $this->directory . 'options.json' ) ) { @@ -781,7 +784,8 @@ class GeneratePress_Site { check_ajax_referer( 'generate_sites_nonce', 'nonce' ); if ( ! current_user_can( 'manage_options' ) ) { - return; + wp_send_json_error( __( 'You are not allowed to perform this action', 'gp-premium' ) ); + return; // Just in case. } // Increase PHP max execution time. @@ -808,7 +812,8 @@ class GeneratePress_Site { check_ajax_referer( 'generate_sites_nonce', 'nonce' ); if ( ! current_user_can( 'manage_options' ) ) { - return; + wp_send_json_error( __( 'You are not allowed to perform this action', 'gp-premium' ) ); + return; // Just in case. } // Increase PHP max execution time. @@ -852,7 +857,8 @@ class GeneratePress_Site { check_ajax_referer( 'generate_sites_nonce', 'nonce' ); if ( ! current_user_can( 'manage_options' ) ) { - return; + wp_send_json_error( __( 'You are not allowed to perform this action', 'gp-premium' ) ); + return; // Just in case. } $widgets_path = $this->directory . 'widgets.wie'; @@ -882,7 +888,8 @@ class GeneratePress_Site { check_ajax_referer( 'generate_sites_nonce', 'nonce' ); if ( ! current_user_can( 'manage_options' ) ) { - return; + wp_send_json_error( __( 'You are not allowed to perform this action', 'gp-premium' ) ); + return; // Just in case. } $backup_data = get_option( '_generatepress_site_library_backup', array() ); @@ -980,7 +987,8 @@ class GeneratePress_Site { check_ajax_referer( 'generate_sites_nonce', 'nonce' ); if ( ! current_user_can( 'manage_options' ) ) { - return; + wp_send_json_error( __( 'You are not allowed to perform this action', 'gp-premium' ) ); + return; // Just in case. } $settings = GeneratePress_Sites_Helper::get_options( $this->directory . 'options.json' ); @@ -1029,7 +1037,8 @@ class GeneratePress_Site { check_ajax_referer( 'generate_sites_nonce', 'nonce' ); if ( ! current_user_can( 'manage_options' ) ) { - return; + wp_send_json_error( __( 'You are not allowed to perform this action', 'gp-premium' ) ); + return; // Just in case. } if ( GeneratePress_Sites_Helper::file_exists( $this->directory . 'options.json' ) ) { diff --git a/wp-content/plugins/gp-premium/woocommerce/functions/css/woocommerce-mobile.css b/wp-content/plugins/gp-premium/woocommerce/functions/css/woocommerce-mobile.css index 08e83fe9..e23d352b 100644 --- a/wp-content/plugins/gp-premium/woocommerce/functions/css/woocommerce-mobile.css +++ b/wp-content/plugins/gp-premium/woocommerce/functions/css/woocommerce-mobile.css @@ -15,21 +15,21 @@ .wc-related-upsell-mobile-columns-1 .related ul.products, .wc-related-upsell-mobile-columns-1 .up-sells ul.products { -ms-grid-columns: 1fr; - grid-template-columns: 1fr; + grid-template-columns: repeat(1,minmax(0, 1fr)); } .woocommerce #wc-column-container.wc-mobile-columns-2 .products, .wc-related-upsell-mobile-columns-2 .related ul.products, .wc-related-upsell-mobile-columns-2 .up-sells ul.products { -ms-grid-columns: 1fr 1fr; - grid-template-columns: 1fr 1fr; + grid-template-columns: repeat(2,minmax(0, 1fr)); } .woocommerce #wc-column-container.wc-mobile-columns-3 .products, .wc-related-upsell-mobile-columns-3 .related ul.products, .wc-related-upsell-mobile-columns-3 .up-sells ul.products { -ms-grid-columns: 1fr 1fr 1fr; - grid-template-columns: 1fr 1fr 1fr; + grid-template-columns: repeat(3,minmax(0, 1fr)); } .woocommerce ul.products li.product a img { @@ -212,3 +212,7 @@ .add-to-cart-panel .product-price { font-size: 13px; } + +.add-to-cart-panel:not(.item-added):not(.show-sticky-add-to-cart) { + pointer-events: none; +} diff --git a/wp-content/plugins/gp-premium/woocommerce/functions/css/woocommerce-mobile.min.css b/wp-content/plugins/gp-premium/woocommerce/functions/css/woocommerce-mobile.min.css index 43a7040a..5bc20970 100644 --- a/wp-content/plugins/gp-premium/woocommerce/functions/css/woocommerce-mobile.min.css +++ b/wp-content/plugins/gp-premium/woocommerce/functions/css/woocommerce-mobile.min.css @@ -1 +1 @@ -.woocommerce-product-gallery{margin-right:0}.woocommerce .woocommerce-ordering,.woocommerce-page .woocommerce-ordering{float:none}.woocommerce .woocommerce-ordering select{max-width:100%}.wc-related-upsell-mobile-columns-1 .related ul.products,.wc-related-upsell-mobile-columns-1 .up-sells ul.products,.woocommerce #wc-column-container.wc-mobile-columns-1 .products{-ms-grid-columns:1fr;grid-template-columns:1fr}.wc-related-upsell-mobile-columns-2 .related ul.products,.wc-related-upsell-mobile-columns-2 .up-sells ul.products,.woocommerce #wc-column-container.wc-mobile-columns-2 .products{-ms-grid-columns:1fr 1fr;grid-template-columns:1fr 1fr}.wc-related-upsell-mobile-columns-3 .related ul.products,.wc-related-upsell-mobile-columns-3 .up-sells ul.products,.woocommerce #wc-column-container.wc-mobile-columns-3 .products{-ms-grid-columns:1fr 1fr 1fr;grid-template-columns:1fr 1fr 1fr}.woocommerce ul.products li.product a img{width:auto;margin-left:auto;margin-right:auto}.woocommerce div.product .woocommerce-tabs .panel,.woocommerce div.product .woocommerce-tabs ul.tabs,.woocommerce form .woocommerce-billing-fields__field-wrapper .form-row-first,.woocommerce form .woocommerce-billing-fields__field-wrapper .form-row-last,.woocommerce-page form .woocommerce-billing-fields__field-wrapper .form-row-first,.woocommerce-page form .woocommerce-billing-fields__field-wrapper .form-row-last{float:none;width:100%}.woocommerce div.product .woocommerce-tabs .panel{margin-top:20px}.wc-tabs .active a:after{transform:rotate(90deg);padding-right:3px}#customer_details+#wc_checkout_add_ons,#order_review,#order_review_heading,.woocommerce .col2-set,.woocommerce-page .col2-set{width:100%;float:none;margin-right:0}.woocommerce ul.products li.product.woocommerce-image-align-left .wc-product-image,.woocommerce ul.products li.product.woocommerce-image-align-right .wc-product-image{float:none;margin:0}.woocommerce #content div.product div.images,.woocommerce div.product div.images,.woocommerce ul.products li.product.woocommerce-image-align-left a .wc-product-image img,.woocommerce ul.products li.product.woocommerce-image-align-right a .wc-product-image img,.woocommerce-account .woocommerce-MyAccount-navigation,.woocommerce-page #content div.product div.images,.woocommerce-page div.product div.images{width:100%}.woocommerce .related ul.products li.product,.woocommerce .up-sells ul.products li.product,.woocommerce-page .related ul.products li.product,.woocommerce-page .up-sells ul.products li.product,.woocommerce-page[class*=columns-] .related ul.products li.product,.woocommerce-page[class*=columns-] .up-sells ul.products li.product,.woocommerce[class*=columns-] .related ul.products li.product,.woocommerce[class*=columns-] .up-sells ul.products li.product{width:100%;margin-left:0;margin-right:0}.woocommerce-MyAccount-navigation li.is-active a:after{content:"\e901"}#wc-mini-cart{display:none}.do-quantity-buttons div.quantity{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.woocommerce div.product .woocommerce-tabs ul.tabs{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.woocommerce div.product .woocommerce-tabs ul.tabs li{border-left-width:1px}.woocommerce div.product .woocommerce-tabs ul.tabs li:last-child{border-bottom-color:rgba(0,0,0,.08);border-bottom-width:1px}.woocommerce .coupon .button{font-size:14px;padding:10px}.woocommerce .woocommerce-ordering{margin-bottom:0}.add-to-cart-panel{bottom:0;top:auto;-webkit-transform:translateY(0)!important;-ms-transform:translateY(0)!important;transform:translateY(0)!important}.add-to-cart-panel .continue-shopping:not(.has-svg-icon):before{content:"\f00d";font-family:'GP Premium';line-height:1em;width:1.28571429em;text-align:center;display:inline-block;padding:10px}#wc-sticky-cart-panel .quantity,.add-to-cart-panel .continue-shopping-text{display:none}.add-to-cart-panel .continue-shopping{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5;margin-left:auto;margin-right:0;position:absolute;top:-20px;left:10px;height:50px;width:50px;text-align:center;border-radius:50%;line-height:50px;cursor:pointer}.add-to-cart-panel .continue-shopping .gp-icon{display:block}.add-to-cart-panel .cart,.add-to-cart-panel .product-image{-ms-flex-negative:0;flex-shrink:0}.add-to-cart-panel .product-title{padding-right:20px;margin-left:10px}.add-to-cart-panel .cart-info{margin-right:auto}.add-to-cart-panel .product-price{font-size:13px} +.woocommerce-product-gallery{margin-right:0}.woocommerce .woocommerce-ordering,.woocommerce-page .woocommerce-ordering{float:none}.woocommerce .woocommerce-ordering select{max-width:100%}.wc-related-upsell-mobile-columns-1 .related ul.products,.wc-related-upsell-mobile-columns-1 .up-sells ul.products,.woocommerce #wc-column-container.wc-mobile-columns-1 .products{-ms-grid-columns:1fr;grid-template-columns:repeat(1,minmax(0,1fr))}.wc-related-upsell-mobile-columns-2 .related ul.products,.wc-related-upsell-mobile-columns-2 .up-sells ul.products,.woocommerce #wc-column-container.wc-mobile-columns-2 .products{-ms-grid-columns:1fr 1fr;grid-template-columns:repeat(2,minmax(0,1fr))}.wc-related-upsell-mobile-columns-3 .related ul.products,.wc-related-upsell-mobile-columns-3 .up-sells ul.products,.woocommerce #wc-column-container.wc-mobile-columns-3 .products{-ms-grid-columns:1fr 1fr 1fr;grid-template-columns:repeat(3,minmax(0,1fr))}.woocommerce ul.products li.product a img{width:auto;margin-left:auto;margin-right:auto}.woocommerce div.product .woocommerce-tabs .panel,.woocommerce div.product .woocommerce-tabs ul.tabs,.woocommerce form .woocommerce-billing-fields__field-wrapper .form-row-first,.woocommerce form .woocommerce-billing-fields__field-wrapper .form-row-last,.woocommerce-page form .woocommerce-billing-fields__field-wrapper .form-row-first,.woocommerce-page form .woocommerce-billing-fields__field-wrapper .form-row-last{float:none;width:100%}.woocommerce div.product .woocommerce-tabs .panel{margin-top:20px}.wc-tabs .active a:after{transform:rotate(90deg);padding-right:3px}#customer_details+#wc_checkout_add_ons,#order_review,#order_review_heading,.woocommerce .col2-set,.woocommerce-page .col2-set{width:100%;float:none;margin-right:0}.woocommerce ul.products li.product.woocommerce-image-align-left .wc-product-image,.woocommerce ul.products li.product.woocommerce-image-align-right .wc-product-image{float:none;margin:0}.woocommerce #content div.product div.images,.woocommerce div.product div.images,.woocommerce ul.products li.product.woocommerce-image-align-left a .wc-product-image img,.woocommerce ul.products li.product.woocommerce-image-align-right a .wc-product-image img,.woocommerce-account .woocommerce-MyAccount-navigation,.woocommerce-page #content div.product div.images,.woocommerce-page div.product div.images{width:100%}.woocommerce .related ul.products li.product,.woocommerce .up-sells ul.products li.product,.woocommerce-page .related ul.products li.product,.woocommerce-page .up-sells ul.products li.product,.woocommerce-page[class*=columns-] .related ul.products li.product,.woocommerce-page[class*=columns-] .up-sells ul.products li.product,.woocommerce[class*=columns-] .related ul.products li.product,.woocommerce[class*=columns-] .up-sells ul.products li.product{width:100%;margin-left:0;margin-right:0}.woocommerce-MyAccount-navigation li.is-active a:after{content:"\e901"}#wc-mini-cart{display:none}.do-quantity-buttons div.quantity{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.woocommerce div.product .woocommerce-tabs ul.tabs{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.woocommerce div.product .woocommerce-tabs ul.tabs li{border-left-width:1px}.woocommerce div.product .woocommerce-tabs ul.tabs li:last-child{border-bottom-color:rgba(0,0,0,.08);border-bottom-width:1px}.woocommerce .coupon .button{font-size:14px;padding:10px}.woocommerce .woocommerce-ordering{margin-bottom:0}.add-to-cart-panel{bottom:0;top:auto;-webkit-transform:translateY(0)!important;-ms-transform:translateY(0)!important;transform:translateY(0)!important}.add-to-cart-panel .continue-shopping:not(.has-svg-icon):before{content:"\f00d";font-family:'GP Premium';line-height:1em;width:1.28571429em;text-align:center;display:inline-block;padding:10px}#wc-sticky-cart-panel .quantity,.add-to-cart-panel .continue-shopping-text{display:none}.add-to-cart-panel .continue-shopping{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5;margin-left:auto;margin-right:0;position:absolute;top:-20px;left:10px;height:50px;width:50px;text-align:center;border-radius:50%;line-height:50px;cursor:pointer}.add-to-cart-panel .continue-shopping .gp-icon{display:block}.add-to-cart-panel .cart,.add-to-cart-panel .product-image{-ms-flex-negative:0;flex-shrink:0}.add-to-cart-panel .product-title{padding-right:20px;margin-left:10px}.add-to-cart-panel .cart-info{margin-right:auto}.add-to-cart-panel .product-price{font-size:13px}.add-to-cart-panel:not(.item-added):not(.show-sticky-add-to-cart){pointer-events:none} diff --git a/wp-content/plugins/gp-premium/woocommerce/functions/css/woocommerce.css b/wp-content/plugins/gp-premium/woocommerce/functions/css/woocommerce.css index 26905a8e..e9858528 100644 --- a/wp-content/plugins/gp-premium/woocommerce/functions/css/woocommerce.css +++ b/wp-content/plugins/gp-premium/woocommerce/functions/css/woocommerce.css @@ -198,35 +198,35 @@ .wc-related-upsell-columns-6 .related ul.products, .wc-related-upsell-columns-6 .up-sells ul.products { -ms-grid-columns: 1fr 50px 1fr 50px 1fr 50px 1fr 50px 1fr 50px 1fr; - grid-template-columns: repeat(6, 1fr); + grid-template-columns: repeat(6,minmax(0, 1fr)); } .wc-columns-container.wc-columns-5 .products, .wc-related-upsell-columns-5 .related ul.products, .wc-related-upsell-columns-5 .up-sells ul.products { -ms-grid-columns: 1fr 50px 1fr 50px 1fr 50px 1fr 50px 1fr; - grid-template-columns: repeat(5, 1fr); + grid-template-columns: repeat(5,minmax(0, 1fr)); } .woocommerce .wc-columns-container.wc-columns-4 .products, .wc-related-upsell-columns-4 .related ul.products, .wc-related-upsell-columns-4 .up-sells ul.products { -ms-grid-columns: (1fr)[4]; - grid-template-columns: repeat(4, 1fr); + grid-template-columns: repeat(4,minmax(0, 1fr)); } .woocommerce .wc-columns-container.wc-columns-3 .products, .wc-related-upsell-columns-3 .related ul.products, .wc-related-upsell-columns-3 .up-sells ul.products { -ms-grid-columns: (1fr)[3]; - grid-template-columns: repeat(3, 1fr); + grid-template-columns: repeat(3,minmax(0, 1fr)); } .woocommerce .wc-columns-container.wc-columns-2 .products, .wc-related-upsell-columns-2 .related ul.products, .wc-related-upsell-columns-2 .up-sells ul.products { -ms-grid-columns: (1fr)[2]; - grid-template-columns: repeat(2, 1fr); + grid-template-columns: repeat(2,minmax(0, 1fr)); } .woocommerce .wc-columns-container.wc-columns-1 .products, @@ -756,6 +756,7 @@ nav span.count { -webkit-transform: translate(-50%,0px); -ms-transform: translate(-50%,0px); transform: translate(-50%,0px); + top: 0; } .woocommerce ul.products li.product a img { diff --git a/wp-content/plugins/gp-premium/woocommerce/functions/css/woocommerce.min.css b/wp-content/plugins/gp-premium/woocommerce/functions/css/woocommerce.min.css index c0454d96..e1ea80ce 100644 --- a/wp-content/plugins/gp-premium/woocommerce/functions/css/woocommerce.min.css +++ b/wp-content/plugins/gp-premium/woocommerce/functions/css/woocommerce.min.css @@ -1 +1 @@ -@supports (display:grid){.woocommerce ul.products li.product{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.product_meta>span,.woocommerce ul.products li.product.woocommerce-image-align-left,.woocommerce ul.products li.product.woocommerce-image-align-right{display:block}.woocommerce ul.products li.product .woocommerce-LoopProduct-link{display:block;margin-bottom:auto}.woocommerce ul.products li.product .button{margin-left:auto;margin-right:auto}.woocommerce ul.products li.product.woocommerce-text-align-left .button{margin-left:0}.woocommerce ul.products li.product.woocommerce-text-align-right .button{margin-right:0}.woocommerce ul.products li.product .woocommerce-LoopProduct-link>:not(:first-child){margin-top:10px;margin-bottom:0}.woocommerce ul.products li.product .woocommerce-LoopProduct-link>.secondary-image+img{margin-top:0}.woocommerce span.onsale,.woocommerce ul.products li.product .onsale{position:relative;border-radius:0;min-height:15px;min-width:initial;padding:8px 13px;line-height:1;display:inline-block;top:auto;left:auto;font-size:80%;text-transform:uppercase;font-weight:700}.woocommerce ul.products li.product.sales-flash-overlay .onsale{position:absolute;top:0;right:0;margin:0}.single-product span.onsale{margin-bottom:15px}.woocommerce-product-gallery{margin-right:4%}.rtl .woocommerce-product-gallery{margin-right:0;margin-left:4%}.woocommerce div.product div.images .flex-control-thumbs li{max-width:100px;padding-top:5px;padding-right:5px;-webkit-box-sizing:border-box;box-sizing:border-box}#wc-mini-cart .woocommerce-mini-cart-item a,.woocommerce ul.products li.product .woocommerce-loop-product__title{padding:0}.woocommerce .page-header-image-single{display:none}.woocommerce .entry-content,.woocommerce .product .entry-summary{margin-top:0}.related.products{clear:both}.checkout-subscribe-prompt.clear{visibility:visible;height:initial;width:initial}.woocommerce .add_to_cart_button+.added_to_cart{display:none}.woocommerce-result-count{font-size:14px;padding:10px 0;border:1px solid transparent}.woocommerce-ordering select{font-size:14px;font-weight:500;padding:10px 40px 10px 12px;-webkit-appearance:none;-moz-appearance:none;width:100%;background:0 0;border-color:rgba(0,0,0,.1);color:inherit;cursor:pointer}.woocommerce-ordering select::-ms-expand{display:none}.woocommerce-ordering:after{content:"\e903";font-family:"GP Premium";display:inline-block;position:absolute;pointer-events:none;color:inherit;top:10px;right:15px;font-size:16px}.woocommerce div.product .woocommerce-tabs ul.tabs li a,.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,.woocommerce-ordering select option{color:initial}.woocommerce .woocommerce-ordering,.woocommerce .woocommerce-result-count{margin-bottom:30px}.add-to-cart-panel form.cart,.woocommerce div.product form.cart,.woocommerce-variation-add-to-cart{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}@supports (display:grid){#wc-column-container .product{float:none;width:auto;margin:0}.woocommerce .related ul.products::after,.woocommerce .related ul.products::before,.woocommerce .up-sells ul.products::after,.woocommerce .up-sells ul.products::before,.woocommerce .wc-columns-container .products::after,.woocommerce .wc-columns-container .products::before{display:none}.wc-columns-container .products,.woocommerce .related ul.products,.woocommerce .up-sells ul.products{display:-ms-grid;display:grid;grid-gap:50px;width:100%}.wc-columns-container.wc-columns-6 .products,.wc-related-upsell-columns-6 .related ul.products,.wc-related-upsell-columns-6 .up-sells ul.products{-ms-grid-columns:1fr 50px 1fr 50px 1fr 50px 1fr 50px 1fr 50px 1fr;grid-template-columns:repeat(6,1fr)}.wc-columns-container.wc-columns-5 .products,.wc-related-upsell-columns-5 .related ul.products,.wc-related-upsell-columns-5 .up-sells ul.products{-ms-grid-columns:1fr 50px 1fr 50px 1fr 50px 1fr 50px 1fr;grid-template-columns:repeat(5,1fr)}.wc-related-upsell-columns-4 .related ul.products,.wc-related-upsell-columns-4 .up-sells ul.products,.woocommerce .wc-columns-container.wc-columns-4 .products{-ms-grid-columns:(1fr)[4];grid-template-columns:repeat(4,1fr)}.wc-related-upsell-columns-3 .related ul.products,.wc-related-upsell-columns-3 .up-sells ul.products,.woocommerce .wc-columns-container.wc-columns-3 .products{-ms-grid-columns:(1fr)[3];grid-template-columns:repeat(3,1fr)}.wc-related-upsell-columns-2 .related ul.products,.wc-related-upsell-columns-2 .up-sells ul.products,.woocommerce .wc-columns-container.wc-columns-2 .products{-ms-grid-columns:(1fr)[2];grid-template-columns:repeat(2,1fr)}.wc-related-upsell-columns-1 .related ul.products,.wc-related-upsell-columns-1 .up-sells ul.products,.woocommerce .wc-columns-container.wc-columns-1 .products{width:100%}.woocommerce .wc-columns-1 ul.products li.product,.woocommerce-page .wc-columns-1 ul.products li.product{margin-left:0;margin-right:0}}#wc-mini-cart ul.woocommerce-mini-cart{position:relative;left:auto;right:auto;opacity:1;pointer-events:auto;height:auto;width:auto;float:none;background-color:transparent;box-shadow:0 0 0;visibility:visible}.wc-mini-cart{position:absolute;width:300px;right:0;box-shadow:0 2px 2px rgba(0,0,0,.1);z-index:99999;left:-99999px;opacity:0;height:0;overflow:hidden;pointer-events:none;transition:opacity 80ms linear;transition-delay:0s;visibility:hidden}.wc-menu-item.sfHover .wc-mini-cart,.wc-menu-item:hover .wc-mini-cart{left:auto;opacity:1;transition-delay:150ms;pointer-events:auto;height:auto;overflow:visible;visibility:visible}.sidebar .wc-mini-cart{right:100%;top:0}.sidebar .wc-mini-cart .widget,.wc-menu-item .wc-mini-cart .widget_shopping_cart_content li.sfHover a,.wc-menu-item .wc-mini-cart .widget_shopping_cart_content li:hover a{background:0 0}body:not(.using-mouse) .wc-menu-item.sfHover .wc-mini-cart{display:none}.wc-menu-item .sub-menu{left:auto;right:0;width:300px}.wc-menu-item .wc-mini-cart .widget_shopping_cart{padding:15px}.woocommerce.widget_shopping_cart .cart_list li{padding:0 0 0 4em;margin:0;-webkit-box-sizing:border-box;box-sizing:border-box;min-height:3em}.woocommerce.widget_shopping_cart{font-size:14px}.widget_shopping_cart .woocommerce-mini-cart__buttons{margin-bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex}.woocommerce.widget_shopping_cart .woocommerce-mini-cart__buttons a{margin:0;width:calc(50% - 10px);text-align:center;padding:10px 15px;line-height:inherit;font-size:14px}.woocommerce.widget_shopping_cart .woocommerce-mini-cart__buttons a:first-child{margin-right:2px}.woocommerce.widget_shopping_cart .woocommerce-mini-cart__buttons a:last-child{margin-left:2px}.woocommerce.widget_shopping_cart .cart_list li a.remove{right:0;left:auto;height:20px;width:20px;border-width:1px;border-style:solid;border-radius:50%;padding:0;font-size:16px;line-height:17px;font-weight:400;position:relative;float:right}.woocommerce ul.cart_list li img{position:absolute;left:0;width:3em;height:auto;top:0;margin-left:0}.woocommerce-mini-cart-item .quantity{font-size:12px;display:block}.woocommerce.widget_shopping_cart .total{margin:15px 0;padding:15px;background:rgba(0,0,0,.05);border:0;font-size:14px}#wc-mini-cart .total{padding:15px;margin:15px -15px;text-align:left}#generate-slideout-menu .total{padding:10px 20px;margin:20px -20px}#generate-slideout-menu.do-overlay .total{margin:20px 0}#wc-mini-cart .widgettitle,.woocommerce-error::before,.woocommerce-info::before,.woocommerce-message::before,.woocommerce.widget_shopping_cart a.button.wc-forward:after{display:none}.woocommerce.widget_shopping_cart .cart_list li.woocommerce-mini-cart-item:not(:last-child){margin-bottom:15px}.slideout-widget .widget_shopping_cart_content,.slideout-widget .widget_shopping_cart_content a{font-size:14px}#generate-slideout-menu.do-overlay li.woocommerce-mini-cart-item{text-align:left}#wc-mini-cart a:not(.button){font-family:inherit}.wc-menu-item:not(.has-items) .wc-mini-cart{display:none}.woocommerce .related ul.products li.product a img,.woocommerce .up-sells ul.products li.product a img,.woocommerce ul.products li.product a img,.woocommerce-mini-cart__empty-message{margin-bottom:0}.secondary-nav-aligned-center .secondary-navigation ul.woocommerce-mini-cart,.secondary-nav-aligned-right .secondary-navigation ul.woocommerce-mini-cart{font-size:inherit}@supports (display:grid){.woocommerce .related ul.products li.product,.woocommerce .up-sells ul.products li.product{width:auto;margin-left:0;margin-right:0}}.woocommerce #respond input#submit,.woocommerce a.button,.woocommerce button.button,.woocommerce input.button{border-radius:0;font-weight:inherit;font-size:inherit;line-height:inherit;padding:10px 20px}ul.products .woocommerce-text-align-center{text-align:center}ul.products li.product.woocommerce-text-align-center .price,ul.products li.product.woocommerce-text-align-center .star-rating{margin-left:auto;margin-right:auto}ul.products li.product.woocommerce-text-align-right .price,ul.products li.product.woocommerce-text-align-right .star-rating{margin-left:auto}.woocommerce .star-rating:before,.woocommerce p.stars a{color:rgba(0,0,0,.4)}.woocommerce ul.products li.product .price del{display:inline;padding-right:10px}ul.products .woocommerce-text-align-right{text-align:right}.woocommerce #content div.product div.images,.woocommerce div.product div.images,.woocommerce-page #content div.product div.images,.woocommerce-page div.product div.images{width:50%}.woocommerce #content div.product div.summary,.woocommerce div.product div.summary,.woocommerce-page #content div.product div.summary,.woocommerce-page div.product div.summary{width:auto;float:none;overflow:hidden}.product_meta{font-size:80%;border-top:1px solid rgba(0,0,0,.1);padding-top:30px}.up-sells{margin-top:40px}.woocommerce div.product form.cart>:not(.quantity):not(.single_add_to_cart_button){width:100%}.add-to-cart-panel form.cart{-ms-flex-negative:0;flex-shrink:0}.woocommerce .quantity .qty{width:auto;max-width:80px;background:0 0;border:1px solid rgba(0,0,0,.1);padding:0 10px;height:50px}.do-quantity-buttons .quantity:not(.buttons-added) .qty{width:50px}.add-to-cart-panel .cart.do-quantity-buttons div.quantity,.add-to-cart-panel>div,.do-quantity-buttons div.quantity{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.do-quantity-buttons form .quantity:not(.buttons-added):not(.hidden):after,.do-quantity-buttons form .quantity:not(.buttons-added):not(.hidden):before,.woocommerce form .quantity.buttons-added .minus,.woocommerce form .quantity.buttons-added .plus,.woocommerce form .quantity.buttons-added .qty{display:block;width:50px;height:100%;min-height:50px;background-color:transparent;border:1px solid rgba(0,0,0,.1);margin:0;padding:0;text-align:center;vertical-align:middle;-moz-appearance:textfield!important;-webkit-appearance:none;border-radius:0;color:inherit;box-sizing:border-box}.do-quantity-buttons form .quantity:not(.buttons-added):not(.hidden):after,.do-quantity-buttons form .quantity:not(.buttons-added):not(.hidden):before,.woocommerce form .quantity.buttons-added .minus,.woocommerce form .quantity.buttons-added .plus{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.do-quantity-buttons form .quantity:not(.buttons-added):not(.hidden):before{content:"-";border-right:0}.do-quantity-buttons form .quantity:not(.buttons-added):not(.hidden):after{content:"+";border-left:0}.woocommerce form .quantity.buttons-added .qty:focus{border-color:rgba(0,0,0,.1)}.do-quantity-buttons form .quantity input[type=number]::-webkit-inner-spin-button,.do-quantity-buttons form .quantity input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.do-quantity-buttons form .quantity:not(.buttons-added):before,.woocommerce form .quantity.buttons-added .minus{border-right-width:0}.do-quantity-buttons form .quantity:not(.buttons-added):after,.woocommerce form .quantity.buttons-added .plus{border-left-width:0}.do-quantity-buttons .elementor-add-to-cart form .quantity:not(.buttons-added):after,.do-quantity-buttons .elementor-add-to-cart form .quantity:not(.buttons-added):before,.do-quantity-buttons form .quantity.hidden{display:none}.woocommerce div.product form.cart div.quantity.hidden{margin:0}.woocommerce div.product .woocommerce-tabs ul.tabs li::after,.woocommerce div.product .woocommerce-tabs ul.tabs li::before,.woocommerce div.product .woocommerce-tabs ul.tabs::before{display:none;border:0}.woocommerce div.product .woocommerce-tabs ul.tabs{display:-webkit-box;display:-ms-flexbox;display:flex;margin-left:0;padding-left:0}.woocommerce div.product .woocommerce-tabs ul.tabs li{background-color:rgba(0,0,0,.02);margin:0;border-radius:0;border-width:1px 1px 0 0;border-color:rgba(0,0,0,.08)}.woocommerce div.product .woocommerce-tabs ul.tabs li:first-child{border-left-width:1px}.woocommerce-ordering{float:left;margin-right:1em;margin-bottom:0;position:relative;padding:0}#add_payment_method #payment ul.payment_methods li img,.woocommerce-cart #payment ul.payment_methods li img,.woocommerce-checkout #payment ul.payment_methods li img,nav li.wc-menu-item{float:right}.cart-contents>span{line-height:0}.cart-contents>span:not(:empty){margin-left:10px}nav span.count{font-size:.8em;opacity:.5}.woocommerce a.remove{color:inherit!important;background:0 0!important;border:1px solid!important;border-color:inherit;font-weight:400;font-size:16px;width:20px;height:20px;line-height:17px;font-family:-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"!important}.woocommerce a.remove:hover{color:inherit!important;background:0 0!important;opacity:.7}.woocommerce .star-rating:before{opacity:.25;content:"SSSSS"}.woocommerce div.product .woocommerce-product-rating{margin:1em 0}.woocommerce div.product p.price,.woocommerce div.product span.price{color:inherit}.wc-has-gallery .secondary-image{position:absolute;opacity:0;transition:opacity 100ms ease-in-out;left:50%;-webkit-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0)}.woocommerce div.product p.price,.woocommerce ul.products li.product .price,.woocommerce-error a,.woocommerce-info a,.woocommerce-message a{font-weight:700}div.woocommerce-error a.button,div.woocommerce-error a.button:focus,div.woocommerce-error a.button:hover,div.woocommerce-info a.button,div.woocommerce-info a.button:focus,div.woocommerce-info a.button:hover,div.woocommerce-message a.button,div.woocommerce-message a.button:focus,div.woocommerce-message a.button:hover{background:0 0;padding:0}.woocommerce-error,.woocommerce-info,.woocommerce-message{padding:20px 30px;border:0;border-left:10px solid rgba(0,0,0,.3)}a.button.wc-forward:after{content:"\e901";font-family:"GP Premium";line-height:1em;speak:none;padding-left:10px;position:relative;top:2px}#add_payment_method #payment div.payment_box:before,.cart-contents>span.number-of-items.no-items,.rtl a.button.wc-forward:after,.woocommerce-cart #payment div.payment_box:before,.woocommerce-checkout #payment div.payment_box:before,a.checkout-button:after{display:none}.woocommerce-checkout .col2-set .col-1,.woocommerce-checkout .col2-set .col-2{float:none;width:100%;margin:0}.woocommerce-checkout .col2-set{width:52.9411764706%;float:left;margin-right:5.8823529412%}.rtl.woocommerce-checkout .col2-set{float:right;margin-right:0;margin-left:5.8823529412%}#customer_details+#wc_checkout_add_ons,#order_review,#order_review_heading{width:41.1764705882%;float:right;margin-right:0}.woocommerce-additional-fields>h3{margin-top:20px}.woocommerce table.shop_table,.woocommerce table.shop_table tfoot td,.woocommerce table.shop_table tfoot th{border:0;border-radius:0}.woocommerce table.shop_table th{background-color:rgba(0,0,0,.03);padding:20px;border:0}.woocommerce table.shop_table td{padding:20px;border:0;background-color:rgba(0,0,0,.005);border-bottom:1px solid rgba(0,0,0,.1)}#add_payment_method .cart-collaterals .cart_totals tr td,#add_payment_method .cart-collaterals .cart_totals tr th,.woocommerce-cart .cart-collaterals .cart_totals tr td,.woocommerce-cart .cart-collaterals .cart_totals tr th,.woocommerce-checkout .cart-collaterals .cart_totals tr td,.woocommerce-checkout .cart-collaterals .cart_totals tr th{border-top:0}#add_payment_method #payment,#add_payment_method #payment div.payment_box,.woocommerce-cart #payment,.woocommerce-cart #payment div.payment_box,.woocommerce-checkout #payment,.woocommerce-checkout #payment div.payment_box{background-color:transparent;color:inherit}#payment .payment_methods>.wc_payment_method>label{padding:20px;background-color:rgba(0,0,0,.04);display:block;cursor:pointer}#payment .payment_methods li.wc_payment_method>input[type=radio]:first-child:checked+label{font-weight:700;background-color:rgba(0,0,0,.07)}#payment .payment_methods li.wc_payment_method>input[type=radio]:first-child{clip:rect(1px,1px,1px,1px);position:absolute!important}#payment .payment_methods>.wc_payment_method>label:before{display:inline-block;font-size:inherit;-webkit-font-smoothing:antialiased;content:"\e902";margin-right:.5407911001em;-webkit-transition:color,ease,.2s;-moz-transition:color,ease,.2s;transition:color,ease,.2s;font-family:"GP Premium"}#payment .payment_methods li.wc_payment_method>input[type=radio]:first-child:checked+label:before{content:"\e904"}#add_payment_method #payment ul.payment_methods,.woocommerce-cart #payment ul.payment_methods,.woocommerce-checkout #payment ul.payment_methods{padding:0;border:0}.woocommerce #payment #place_order,.woocommerce-page #payment #place_order{float:none;width:100%;padding-top:20px;padding-bottom:20px;font-weight:700;font-size:150%}#add_payment_method #payment div.form-row,.woocommerce-cart #payment div.form-row,.woocommerce-checkout #payment div.form-row{padding-left:0;padding-right:0;padding-top:0}#add_payment_method #payment .payment_method_paypal .about_paypal,.woocommerce-cart #payment .payment_method_paypal .about_paypal,.woocommerce-checkout #payment .payment_method_paypal .about_paypal{float:none;display:inline-block;line-height:1}.woocommerce #content table.cart td.actions .input-text,.woocommerce table.cart td.actions .input-text,.woocommerce-page #content table.cart td.actions .input-text,.woocommerce-page table.cart td.actions .input-text{width:150px;padding:10px 15px}.woocommerce .coupon .button{border:1px solid transparent}.woocommerce ul.products li.product .woocommerce-product-details__short-description p:last-child{margin-bottom:0}.wc-product-image{text-align:center}.woocommerce-text-align-left .wc-product-image{text-align:left}.woocommerce-text-align-right .wc-product-image{text-align:right}.inside-wc-product-image{position:relative;display:inline-block}.woocommerce ul.products li.product.woocommerce-image-align-left .wc-product-image{float:left;margin-right:2em}.woocommerce ul.products li.product.woocommerce-image-align-right .wc-product-image{float:right;margin-left:2em}.woocommerce ul.products li.product.woocommerce-image-align-left a .wc-product-image img,.woocommerce ul.products li.product.woocommerce-image-align-right a .wc-product-image img{width:auto}.woocommerce-cart ul.products li.product.woocommerce-image-align-left .wc-product-image,.woocommerce-cart ul.products li.product.woocommerce-image-align-right .wc-product-image{float:none;margin:0}.woocommerce-cart ul.products li.product.woocommerce-image-align-left a .wc-product-image img,.woocommerce-cart ul.products li.product.woocommerce-image-align-right a .wc-product-image img{width:100%}.woocommerce .widget_price_filter .price_slider_amount .button{font-size:1em;line-height:normal}.woocommerce-review-link{font-size:80%}.woocommerce-Reviews .comment-reply-title{font-size:120%;font-weight:700;display:block;margin-bottom:10px}.woocommerce-MyAccount-navigation ul{margin:0;border-top:1px solid rgba(0,0,0,.1);list-style-type:none}.site-main .woocommerce-MyAccount-navigation li{margin:0;padding:0}.woocommerce-MyAccount-navigation li a{display:block;padding:20px 0;border-bottom:1px solid rgba(0,0,0,.1);font-size:85%}.woocommerce-MyAccount-navigation li.is-active a{font-weight:700}.woocommerce-MyAccount-navigation li a:hover{border-bottom:1px solid rgba(0,0,0,.2)}.woocommerce-MyAccount-navigation li.is-active a:after{font-family:"GP Premium";content:"\e901";float:right;font-weight:700;font-size:115%}.woocommerce-account .woocommerce-MyAccount-navigation{width:25%}.woocommerce #payment .terms{padding:20px}h2.woocommerce-loop-category__title mark{background:0 0;font-size:80%;opacity:.5}.woocommerce form.checkout_coupon,.woocommerce form.login,.woocommerce form.register{padding:0;margin:0 0 1.5em;border:0}#ship-to-different-address{padding:3px;font-size:inherit}.woocommerce-image-align-left .products ul,.woocommerce-image-align-left .products ul:after,.woocommerce-image-align-left ul.products,.woocommerce-image-align-left ul.products:after,.woocommerce-image-align-right .products ul,.woocommerce-image-align-right .products ul:after,.woocommerce-image-align-right ul.products,.woocommerce-image-align-right ul.products:after{clear:none}.woocommerce nav.woocommerce-pagination{margin-top:60px;clear:both}.woocommerce input.button:disabled,.woocommerce input.button:disabled:hover,.woocommerce input.button:disabled[disabled],.woocommerce input.button:disabled[disabled]:hover{background-color:transparent;color:initial;opacity:.3}.entry-summary+.up-sells{clear:both}.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea{line-height:1.5}.main-navigation a.cart-contents:not(.has-svg-icon):before,.secondary-navigation a.cart-contents:not(.has-svg-icon):before{content:"\f07a";display:inline-block;font-family:"GP Premium";speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.main-navigation a.cart-contents:not(.has-svg-icon).shopping-bag:before,.secondary-navigation a.cart-contents:not(.has-svg-icon).shopping-bag:before{content:"\f290"}.main-navigation a.cart-contents:not(.has-svg-icon).shopping-basket:before,.secondary-navigation a.cart-contents:not(.has-svg-icon).shopping-basket:before{content:"\f291"}.cart-contents>span.number-of-items{font-size:11px;background:rgba(255,255,255,.1);line-height:1.7em;height:1.7em;width:1.7em;text-align:center;border-radius:50%;margin-left:5px;position:relative;top:-5px;display:none}form.checkout:after,form.checkout:before{content:'';display:table}form.checkout:after{clear:both}.add-to-cart-panel{position:fixed;top:0;left:0;right:0;background:#fff;padding:20px;opacity:0;transition:opacity 500ms ease-in-out,transform 500ms ease-in-out;box-shadow:0 2px 2px -2px rgba(0,0,0,.2);z-index:50;font-size:90%;box-sizing:border-box;-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%)}.add-to-cart-panel.item-added,.add-to-cart-panel.show-sticky-add-to-cart{opacity:1}.add-to-cart-panel .continue-shopping{margin-right:auto}.add-to-cart-panel .continue-shopping .gp-icon{display:none}.add-to-cart-panel .cart-info{margin-right:20px}.add-to-cart-panel img{height:50px;width:auto;vertical-align:middle}.add-to-cart-panel .product-title{margin-left:20px;margin-right:auto;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.add-to-cart-panel .product-price{margin-right:20px}.add-to-cart-panel div.quantity{margin-right:4px}.add-to-cart-panel .cart-data{font-size:12px}.add-to-cart-panel del{opacity:.4}.do-quantity-buttons input.qty::-webkit-inner-spin-button,.do-quantity-buttons input.qty::-webkit-outer-spin-button{-webkit-appearance:none} +@supports (display:grid){.woocommerce ul.products li.product{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.product_meta>span,.woocommerce ul.products li.product.woocommerce-image-align-left,.woocommerce ul.products li.product.woocommerce-image-align-right{display:block}.woocommerce ul.products li.product .woocommerce-LoopProduct-link{display:block;margin-bottom:auto}.woocommerce ul.products li.product .button{margin-left:auto;margin-right:auto}.woocommerce ul.products li.product.woocommerce-text-align-left .button{margin-left:0}.woocommerce ul.products li.product.woocommerce-text-align-right .button{margin-right:0}.woocommerce ul.products li.product .woocommerce-LoopProduct-link>:not(:first-child){margin-top:10px;margin-bottom:0}.woocommerce ul.products li.product .woocommerce-LoopProduct-link>.secondary-image+img{margin-top:0}.woocommerce span.onsale,.woocommerce ul.products li.product .onsale{position:relative;border-radius:0;min-height:15px;min-width:initial;padding:8px 13px;line-height:1;display:inline-block;top:auto;left:auto;font-size:80%;text-transform:uppercase;font-weight:700}.woocommerce ul.products li.product.sales-flash-overlay .onsale{position:absolute;top:0;right:0;margin:0}.single-product span.onsale{margin-bottom:15px}.woocommerce-product-gallery{margin-right:4%}.rtl .woocommerce-product-gallery{margin-right:0;margin-left:4%}.woocommerce div.product div.images .flex-control-thumbs li{max-width:100px;padding-top:5px;padding-right:5px;-webkit-box-sizing:border-box;box-sizing:border-box}#wc-mini-cart .woocommerce-mini-cart-item a,.woocommerce ul.products li.product .woocommerce-loop-product__title{padding:0}.woocommerce .page-header-image-single{display:none}.woocommerce .entry-content,.woocommerce .product .entry-summary{margin-top:0}.related.products{clear:both}.checkout-subscribe-prompt.clear{visibility:visible;height:initial;width:initial}.woocommerce .add_to_cart_button+.added_to_cart{display:none}.woocommerce-result-count{font-size:14px;padding:10px 0;border:1px solid transparent}.woocommerce-ordering select{font-size:14px;font-weight:500;padding:10px 40px 10px 12px;-webkit-appearance:none;-moz-appearance:none;width:100%;background:0 0;border-color:rgba(0,0,0,.1);color:inherit;cursor:pointer}.woocommerce-ordering select::-ms-expand{display:none}.woocommerce-ordering:after{content:"\e903";font-family:"GP Premium";display:inline-block;position:absolute;pointer-events:none;color:inherit;top:10px;right:15px;font-size:16px}.woocommerce div.product .woocommerce-tabs ul.tabs li a,.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,.woocommerce-ordering select option{color:initial}.woocommerce .woocommerce-ordering,.woocommerce .woocommerce-result-count{margin-bottom:30px}.add-to-cart-panel form.cart,.woocommerce div.product form.cart,.woocommerce-variation-add-to-cart{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}@supports (display:grid){#wc-column-container .product{float:none;width:auto;margin:0}.woocommerce .related ul.products::after,.woocommerce .related ul.products::before,.woocommerce .up-sells ul.products::after,.woocommerce .up-sells ul.products::before,.woocommerce .wc-columns-container .products::after,.woocommerce .wc-columns-container .products::before{display:none}.wc-columns-container .products,.woocommerce .related ul.products,.woocommerce .up-sells ul.products{display:-ms-grid;display:grid;grid-gap:50px;width:100%}.wc-columns-container.wc-columns-6 .products,.wc-related-upsell-columns-6 .related ul.products,.wc-related-upsell-columns-6 .up-sells ul.products{-ms-grid-columns:1fr 50px 1fr 50px 1fr 50px 1fr 50px 1fr 50px 1fr;grid-template-columns:repeat(6,minmax(0,1fr))}.wc-columns-container.wc-columns-5 .products,.wc-related-upsell-columns-5 .related ul.products,.wc-related-upsell-columns-5 .up-sells ul.products{-ms-grid-columns:1fr 50px 1fr 50px 1fr 50px 1fr 50px 1fr;grid-template-columns:repeat(5,minmax(0,1fr))}.wc-related-upsell-columns-4 .related ul.products,.wc-related-upsell-columns-4 .up-sells ul.products,.woocommerce .wc-columns-container.wc-columns-4 .products{-ms-grid-columns:(1fr)[4];grid-template-columns:repeat(4,minmax(0,1fr))}.wc-related-upsell-columns-3 .related ul.products,.wc-related-upsell-columns-3 .up-sells ul.products,.woocommerce .wc-columns-container.wc-columns-3 .products{-ms-grid-columns:(1fr)[3];grid-template-columns:repeat(3,minmax(0,1fr))}.wc-related-upsell-columns-2 .related ul.products,.wc-related-upsell-columns-2 .up-sells ul.products,.woocommerce .wc-columns-container.wc-columns-2 .products{-ms-grid-columns:(1fr)[2];grid-template-columns:repeat(2,minmax(0,1fr))}.wc-related-upsell-columns-1 .related ul.products,.wc-related-upsell-columns-1 .up-sells ul.products,.woocommerce .wc-columns-container.wc-columns-1 .products{width:100%}.woocommerce .wc-columns-1 ul.products li.product,.woocommerce-page .wc-columns-1 ul.products li.product{margin-left:0;margin-right:0}}#wc-mini-cart ul.woocommerce-mini-cart{position:relative;left:auto;right:auto;opacity:1;pointer-events:auto;height:auto;width:auto;float:none;background-color:transparent;box-shadow:0 0 0;visibility:visible}.wc-mini-cart{position:absolute;width:300px;right:0;box-shadow:0 2px 2px rgba(0,0,0,.1);z-index:99999;left:-99999px;opacity:0;height:0;overflow:hidden;pointer-events:none;transition:opacity 80ms linear;transition-delay:0s;visibility:hidden}.wc-menu-item.sfHover .wc-mini-cart,.wc-menu-item:hover .wc-mini-cart{left:auto;opacity:1;transition-delay:150ms;pointer-events:auto;height:auto;overflow:visible;visibility:visible}.sidebar .wc-mini-cart{right:100%;top:0}.sidebar .wc-mini-cart .widget,.wc-menu-item .wc-mini-cart .widget_shopping_cart_content li.sfHover a,.wc-menu-item .wc-mini-cart .widget_shopping_cart_content li:hover a{background:0 0}body:not(.using-mouse) .wc-menu-item.sfHover .wc-mini-cart{display:none}.wc-menu-item .sub-menu{left:auto;right:0;width:300px}.wc-menu-item .wc-mini-cart .widget_shopping_cart{padding:15px}.woocommerce.widget_shopping_cart .cart_list li{padding:0 0 0 4em;margin:0;-webkit-box-sizing:border-box;box-sizing:border-box;min-height:3em}.woocommerce.widget_shopping_cart{font-size:14px}.widget_shopping_cart .woocommerce-mini-cart__buttons{margin-bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex}.woocommerce.widget_shopping_cart .woocommerce-mini-cart__buttons a{margin:0;width:calc(50% - 10px);text-align:center;padding:10px 15px;line-height:inherit;font-size:14px}.woocommerce.widget_shopping_cart .woocommerce-mini-cart__buttons a:first-child{margin-right:2px}.woocommerce.widget_shopping_cart .woocommerce-mini-cart__buttons a:last-child{margin-left:2px}.woocommerce.widget_shopping_cart .cart_list li a.remove{right:0;left:auto;height:20px;width:20px;border-width:1px;border-style:solid;border-radius:50%;padding:0;font-size:16px;line-height:17px;font-weight:400;position:relative;float:right}.woocommerce ul.cart_list li img{position:absolute;left:0;width:3em;height:auto;top:0;margin-left:0}.woocommerce-mini-cart-item .quantity{font-size:12px;display:block}.woocommerce.widget_shopping_cart .total{margin:15px 0;padding:15px;background:rgba(0,0,0,.05);border:0;font-size:14px}#wc-mini-cart .total{padding:15px;margin:15px -15px;text-align:left}#generate-slideout-menu .total{padding:10px 20px;margin:20px -20px}#generate-slideout-menu.do-overlay .total{margin:20px 0}#wc-mini-cart .widgettitle,.woocommerce-error::before,.woocommerce-info::before,.woocommerce-message::before,.woocommerce.widget_shopping_cart a.button.wc-forward:after{display:none}.woocommerce.widget_shopping_cart .cart_list li.woocommerce-mini-cart-item:not(:last-child){margin-bottom:15px}.slideout-widget .widget_shopping_cart_content,.slideout-widget .widget_shopping_cart_content a{font-size:14px}#generate-slideout-menu.do-overlay li.woocommerce-mini-cart-item{text-align:left}#wc-mini-cart a:not(.button){font-family:inherit}.wc-menu-item:not(.has-items) .wc-mini-cart{display:none}.woocommerce .related ul.products li.product a img,.woocommerce .up-sells ul.products li.product a img,.woocommerce ul.products li.product a img,.woocommerce-mini-cart__empty-message{margin-bottom:0}.secondary-nav-aligned-center .secondary-navigation ul.woocommerce-mini-cart,.secondary-nav-aligned-right .secondary-navigation ul.woocommerce-mini-cart{font-size:inherit}@supports (display:grid){.woocommerce .related ul.products li.product,.woocommerce .up-sells ul.products li.product{width:auto;margin-left:0;margin-right:0}}.woocommerce #respond input#submit,.woocommerce a.button,.woocommerce button.button,.woocommerce input.button{border-radius:0;font-weight:inherit;font-size:inherit;line-height:inherit;padding:10px 20px}ul.products .woocommerce-text-align-center{text-align:center}ul.products li.product.woocommerce-text-align-center .price,ul.products li.product.woocommerce-text-align-center .star-rating{margin-left:auto;margin-right:auto}ul.products li.product.woocommerce-text-align-right .price,ul.products li.product.woocommerce-text-align-right .star-rating{margin-left:auto}.woocommerce .star-rating:before,.woocommerce p.stars a{color:rgba(0,0,0,.4)}.woocommerce ul.products li.product .price del{display:inline;padding-right:10px}ul.products .woocommerce-text-align-right{text-align:right}.woocommerce #content div.product div.images,.woocommerce div.product div.images,.woocommerce-page #content div.product div.images,.woocommerce-page div.product div.images{width:50%}.woocommerce #content div.product div.summary,.woocommerce div.product div.summary,.woocommerce-page #content div.product div.summary,.woocommerce-page div.product div.summary{width:auto;float:none;overflow:hidden}.product_meta{font-size:80%;border-top:1px solid rgba(0,0,0,.1);padding-top:30px}.up-sells{margin-top:40px}.woocommerce div.product form.cart>:not(.quantity):not(.single_add_to_cart_button){width:100%}.add-to-cart-panel form.cart{-ms-flex-negative:0;flex-shrink:0}.woocommerce .quantity .qty{width:auto;max-width:80px;background:0 0;border:1px solid rgba(0,0,0,.1);padding:0 10px;height:50px}.do-quantity-buttons .quantity:not(.buttons-added) .qty{width:50px}.add-to-cart-panel .cart.do-quantity-buttons div.quantity,.add-to-cart-panel>div,.do-quantity-buttons div.quantity{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.do-quantity-buttons form .quantity:not(.buttons-added):not(.hidden):after,.do-quantity-buttons form .quantity:not(.buttons-added):not(.hidden):before,.woocommerce form .quantity.buttons-added .minus,.woocommerce form .quantity.buttons-added .plus,.woocommerce form .quantity.buttons-added .qty{display:block;width:50px;height:100%;min-height:50px;background-color:transparent;border:1px solid rgba(0,0,0,.1);margin:0;padding:0;text-align:center;vertical-align:middle;-moz-appearance:textfield!important;-webkit-appearance:none;border-radius:0;color:inherit;box-sizing:border-box}.do-quantity-buttons form .quantity:not(.buttons-added):not(.hidden):after,.do-quantity-buttons form .quantity:not(.buttons-added):not(.hidden):before,.woocommerce form .quantity.buttons-added .minus,.woocommerce form .quantity.buttons-added .plus{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.do-quantity-buttons form .quantity:not(.buttons-added):not(.hidden):before{content:"-";border-right:0}.do-quantity-buttons form .quantity:not(.buttons-added):not(.hidden):after{content:"+";border-left:0}.woocommerce form .quantity.buttons-added .qty:focus{border-color:rgba(0,0,0,.1)}.do-quantity-buttons form .quantity input[type=number]::-webkit-inner-spin-button,.do-quantity-buttons form .quantity input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.do-quantity-buttons form .quantity:not(.buttons-added):before,.woocommerce form .quantity.buttons-added .minus{border-right-width:0}.do-quantity-buttons form .quantity:not(.buttons-added):after,.woocommerce form .quantity.buttons-added .plus{border-left-width:0}.do-quantity-buttons .elementor-add-to-cart form .quantity:not(.buttons-added):after,.do-quantity-buttons .elementor-add-to-cart form .quantity:not(.buttons-added):before,.do-quantity-buttons form .quantity.hidden{display:none}.woocommerce div.product form.cart div.quantity.hidden{margin:0}.woocommerce div.product .woocommerce-tabs ul.tabs li::after,.woocommerce div.product .woocommerce-tabs ul.tabs li::before,.woocommerce div.product .woocommerce-tabs ul.tabs::before{display:none;border:0}.woocommerce div.product .woocommerce-tabs ul.tabs{display:-webkit-box;display:-ms-flexbox;display:flex;margin-left:0;padding-left:0}.woocommerce div.product .woocommerce-tabs ul.tabs li{background-color:rgba(0,0,0,.02);margin:0;border-radius:0;border-width:1px 1px 0 0;border-color:rgba(0,0,0,.08)}.woocommerce div.product .woocommerce-tabs ul.tabs li:first-child{border-left-width:1px}.woocommerce-ordering{float:left;margin-right:1em;margin-bottom:0;position:relative;padding:0}#add_payment_method #payment ul.payment_methods li img,.woocommerce-cart #payment ul.payment_methods li img,.woocommerce-checkout #payment ul.payment_methods li img,nav li.wc-menu-item{float:right}.cart-contents>span{line-height:0}.cart-contents>span:not(:empty){margin-left:10px}nav span.count{font-size:.8em;opacity:.5}.woocommerce a.remove{color:inherit!important;background:0 0!important;border:1px solid!important;border-color:inherit;font-weight:400;font-size:16px;width:20px;height:20px;line-height:17px;font-family:-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"!important}.woocommerce a.remove:hover{color:inherit!important;background:0 0!important;opacity:.7}.woocommerce .star-rating:before{opacity:.25;content:"SSSSS"}.woocommerce div.product .woocommerce-product-rating{margin:1em 0}.woocommerce div.product p.price,.woocommerce div.product span.price{color:inherit}.wc-has-gallery .secondary-image{position:absolute;opacity:0;transition:opacity 100ms ease-in-out;left:50%;-webkit-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);top:0}.woocommerce div.product p.price,.woocommerce ul.products li.product .price,.woocommerce-error a,.woocommerce-info a,.woocommerce-message a{font-weight:700}div.woocommerce-error a.button,div.woocommerce-error a.button:focus,div.woocommerce-error a.button:hover,div.woocommerce-info a.button,div.woocommerce-info a.button:focus,div.woocommerce-info a.button:hover,div.woocommerce-message a.button,div.woocommerce-message a.button:focus,div.woocommerce-message a.button:hover{background:0 0;padding:0}.woocommerce-error,.woocommerce-info,.woocommerce-message{padding:20px 30px;border:0;border-left:10px solid rgba(0,0,0,.3)}a.button.wc-forward:after{content:"\e901";font-family:"GP Premium";line-height:1em;speak:none;padding-left:10px;position:relative;top:2px}#add_payment_method #payment div.payment_box:before,.cart-contents>span.number-of-items.no-items,.rtl a.button.wc-forward:after,.woocommerce-cart #payment div.payment_box:before,.woocommerce-checkout #payment div.payment_box:before,a.checkout-button:after{display:none}.woocommerce-checkout .col2-set .col-1,.woocommerce-checkout .col2-set .col-2{float:none;width:100%;margin:0}.woocommerce-checkout .col2-set{width:52.9411764706%;float:left;margin-right:5.8823529412%}.rtl.woocommerce-checkout .col2-set{float:right;margin-right:0;margin-left:5.8823529412%}#customer_details+#wc_checkout_add_ons,#order_review,#order_review_heading{width:41.1764705882%;float:right;margin-right:0}.woocommerce-additional-fields>h3{margin-top:20px}.woocommerce table.shop_table,.woocommerce table.shop_table tfoot td,.woocommerce table.shop_table tfoot th{border:0;border-radius:0}.woocommerce table.shop_table th{background-color:rgba(0,0,0,.03);padding:20px;border:0}.woocommerce table.shop_table td{padding:20px;border:0;background-color:rgba(0,0,0,.005);border-bottom:1px solid rgba(0,0,0,.1)}#add_payment_method .cart-collaterals .cart_totals tr td,#add_payment_method .cart-collaterals .cart_totals tr th,.woocommerce-cart .cart-collaterals .cart_totals tr td,.woocommerce-cart .cart-collaterals .cart_totals tr th,.woocommerce-checkout .cart-collaterals .cart_totals tr td,.woocommerce-checkout .cart-collaterals .cart_totals tr th{border-top:0}#add_payment_method #payment,#add_payment_method #payment div.payment_box,.woocommerce-cart #payment,.woocommerce-cart #payment div.payment_box,.woocommerce-checkout #payment,.woocommerce-checkout #payment div.payment_box{background-color:transparent;color:inherit}#payment .payment_methods>.wc_payment_method>label{padding:20px;background-color:rgba(0,0,0,.04);display:block;cursor:pointer}#payment .payment_methods li.wc_payment_method>input[type=radio]:first-child:checked+label{font-weight:700;background-color:rgba(0,0,0,.07)}#payment .payment_methods li.wc_payment_method>input[type=radio]:first-child{clip:rect(1px,1px,1px,1px);position:absolute!important}#payment .payment_methods>.wc_payment_method>label:before{display:inline-block;font-size:inherit;-webkit-font-smoothing:antialiased;content:"\e902";margin-right:.5407911001em;-webkit-transition:color,ease,.2s;-moz-transition:color,ease,.2s;transition:color,ease,.2s;font-family:"GP Premium"}#payment .payment_methods li.wc_payment_method>input[type=radio]:first-child:checked+label:before{content:"\e904"}#add_payment_method #payment ul.payment_methods,.woocommerce-cart #payment ul.payment_methods,.woocommerce-checkout #payment ul.payment_methods{padding:0;border:0}.woocommerce #payment #place_order,.woocommerce-page #payment #place_order{float:none;width:100%;padding-top:20px;padding-bottom:20px;font-weight:700;font-size:150%}#add_payment_method #payment div.form-row,.woocommerce-cart #payment div.form-row,.woocommerce-checkout #payment div.form-row{padding-left:0;padding-right:0;padding-top:0}#add_payment_method #payment .payment_method_paypal .about_paypal,.woocommerce-cart #payment .payment_method_paypal .about_paypal,.woocommerce-checkout #payment .payment_method_paypal .about_paypal{float:none;display:inline-block;line-height:1}.woocommerce #content table.cart td.actions .input-text,.woocommerce table.cart td.actions .input-text,.woocommerce-page #content table.cart td.actions .input-text,.woocommerce-page table.cart td.actions .input-text{width:150px;padding:10px 15px}.woocommerce .coupon .button{border:1px solid transparent}.woocommerce ul.products li.product .woocommerce-product-details__short-description p:last-child{margin-bottom:0}.wc-product-image{text-align:center}.woocommerce-text-align-left .wc-product-image{text-align:left}.woocommerce-text-align-right .wc-product-image{text-align:right}.inside-wc-product-image{position:relative;display:inline-block}.woocommerce ul.products li.product.woocommerce-image-align-left .wc-product-image{float:left;margin-right:2em}.woocommerce ul.products li.product.woocommerce-image-align-right .wc-product-image{float:right;margin-left:2em}.woocommerce ul.products li.product.woocommerce-image-align-left a .wc-product-image img,.woocommerce ul.products li.product.woocommerce-image-align-right a .wc-product-image img{width:auto}.woocommerce-cart ul.products li.product.woocommerce-image-align-left .wc-product-image,.woocommerce-cart ul.products li.product.woocommerce-image-align-right .wc-product-image{float:none;margin:0}.woocommerce-cart ul.products li.product.woocommerce-image-align-left a .wc-product-image img,.woocommerce-cart ul.products li.product.woocommerce-image-align-right a .wc-product-image img{width:100%}.woocommerce .widget_price_filter .price_slider_amount .button{font-size:1em;line-height:normal}.woocommerce-review-link{font-size:80%}.woocommerce-Reviews .comment-reply-title{font-size:120%;font-weight:700;display:block;margin-bottom:10px}.woocommerce-MyAccount-navigation ul{margin:0;border-top:1px solid rgba(0,0,0,.1);list-style-type:none}.site-main .woocommerce-MyAccount-navigation li{margin:0;padding:0}.woocommerce-MyAccount-navigation li a{display:block;padding:20px 0;border-bottom:1px solid rgba(0,0,0,.1);font-size:85%}.woocommerce-MyAccount-navigation li.is-active a{font-weight:700}.woocommerce-MyAccount-navigation li a:hover{border-bottom:1px solid rgba(0,0,0,.2)}.woocommerce-MyAccount-navigation li.is-active a:after{font-family:"GP Premium";content:"\e901";float:right;font-weight:700;font-size:115%}.woocommerce-account .woocommerce-MyAccount-navigation{width:25%}.woocommerce #payment .terms{padding:20px}h2.woocommerce-loop-category__title mark{background:0 0;font-size:80%;opacity:.5}.woocommerce form.checkout_coupon,.woocommerce form.login,.woocommerce form.register{padding:0;margin:0 0 1.5em;border:0}#ship-to-different-address{padding:3px;font-size:inherit}.woocommerce-image-align-left .products ul,.woocommerce-image-align-left .products ul:after,.woocommerce-image-align-left ul.products,.woocommerce-image-align-left ul.products:after,.woocommerce-image-align-right .products ul,.woocommerce-image-align-right .products ul:after,.woocommerce-image-align-right ul.products,.woocommerce-image-align-right ul.products:after{clear:none}.woocommerce nav.woocommerce-pagination{margin-top:60px;clear:both}.woocommerce input.button:disabled,.woocommerce input.button:disabled:hover,.woocommerce input.button:disabled[disabled],.woocommerce input.button:disabled[disabled]:hover{background-color:transparent;color:initial;opacity:.3}.entry-summary+.up-sells{clear:both}.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea{line-height:1.5}.main-navigation a.cart-contents:not(.has-svg-icon):before,.secondary-navigation a.cart-contents:not(.has-svg-icon):before{content:"\f07a";display:inline-block;font-family:"GP Premium";speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.main-navigation a.cart-contents:not(.has-svg-icon).shopping-bag:before,.secondary-navigation a.cart-contents:not(.has-svg-icon).shopping-bag:before{content:"\f290"}.main-navigation a.cart-contents:not(.has-svg-icon).shopping-basket:before,.secondary-navigation a.cart-contents:not(.has-svg-icon).shopping-basket:before{content:"\f291"}.cart-contents>span.number-of-items{font-size:11px;background:rgba(255,255,255,.1);line-height:1.7em;height:1.7em;width:1.7em;text-align:center;border-radius:50%;margin-left:5px;position:relative;top:-5px;display:none}form.checkout:after,form.checkout:before{content:'';display:table}form.checkout:after{clear:both}.add-to-cart-panel{position:fixed;top:0;left:0;right:0;background:#fff;padding:20px;opacity:0;transition:opacity 500ms ease-in-out,transform 500ms ease-in-out;box-shadow:0 2px 2px -2px rgba(0,0,0,.2);z-index:50;font-size:90%;box-sizing:border-box;-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%)}.add-to-cart-panel.item-added,.add-to-cart-panel.show-sticky-add-to-cart{opacity:1}.add-to-cart-panel .continue-shopping{margin-right:auto}.add-to-cart-panel .continue-shopping .gp-icon{display:none}.add-to-cart-panel .cart-info{margin-right:20px}.add-to-cart-panel img{height:50px;width:auto;vertical-align:middle}.add-to-cart-panel .product-title{margin-left:20px;margin-right:auto;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.add-to-cart-panel .product-price{margin-right:20px}.add-to-cart-panel div.quantity{margin-right:4px}.add-to-cart-panel .cart-data{font-size:12px}.add-to-cart-panel del{opacity:.4}.do-quantity-buttons input.qty::-webkit-inner-spin-button,.do-quantity-buttons input.qty::-webkit-outer-spin-button{-webkit-appearance:none} diff --git a/wp-content/plugins/gp-premium/woocommerce/functions/customizer/customizer.php b/wp-content/plugins/gp-premium/woocommerce/functions/customizer/customizer.php index 8897d671..a03e0370 100644 --- a/wp-content/plugins/gp-premium/woocommerce/functions/customizer/customizer.php +++ b/wp-content/plugins/gp-premium/woocommerce/functions/customizer/customizer.php @@ -85,7 +85,7 @@ function generatepress_woocommerce_customize_register( $wp_customize ) { array( 'section' => 'generate_woocommerce_layout', 'type' => 'generatepress-customizer-title', - 'title' => __( 'General','generate-woocommerce' ), + 'title' => __( 'General', 'gp-premium' ), 'settings' => ( isset( $wp_customize->selective_refresh ) ) ? array() : 'blogname' ) ) @@ -205,7 +205,7 @@ function generatepress_woocommerce_customize_register( $wp_customize ) { array( 'section' => 'generate_woocommerce_layout', 'type' => 'generatepress-customizer-title', - 'title' => __( 'Shop','generate-woocommerce' ), + 'title' => __( 'Shop', 'gp-premium' ), 'settings' => ( isset( $wp_customize->selective_refresh ) ) ? array() : 'blogname' ) ) @@ -691,7 +691,7 @@ function generatepress_woocommerce_customize_register( $wp_customize ) { array( 'section' => 'generate_woocommerce_layout', 'type' => 'generatepress-customizer-title', - 'title' => __( 'Single Product','generate-woocommerce' ), + 'title' => __( 'Single Product', 'gp-premium' ), 'settings' => ( isset( $wp_customize->selective_refresh ) ) ? array() : 'blogname' ) ) @@ -713,7 +713,7 @@ function generatepress_woocommerce_customize_register( $wp_customize ) { 'label' => __( 'Sidebar Layout', 'gp-premium' ), 'section' => 'generate_woocommerce_layout', 'choices' => array( - 'inherit' => __( 'Inherit','generate-woocommerce' ), + 'inherit' => __( 'Inherit', 'gp-premium' ), 'left-sidebar' => __( 'Sidebar / Content', 'gp-premium' ), 'right-sidebar' => __( 'Content / Sidebar', 'gp-premium' ), 'no-sidebar' => __( 'Content (no sidebars)', 'gp-premium' ), @@ -1002,7 +1002,7 @@ function generatepress_woocommerce_customize_register( $wp_customize ) { array( 'section' => 'generate_woocommerce_layout', 'type' => 'generatepress-customizer-title', - 'title' => __( 'Checkout','generate-woocommerce' ), + 'title' => __( 'Checkout', 'gp-premium' ), 'settings' => ( isset( $wp_customize->selective_refresh ) ) ? array() : 'blogname' ) ) @@ -1022,7 +1022,7 @@ function generatepress_woocommerce_customize_register( $wp_customize ) { array( 'type' => 'checkbox', 'label' => __( 'Distraction-free mode', 'gp-premium' ), - 'description' => __( 'Remove unnecessary distractions like sidebars, footer widgets and sticky menus.','generate-woocommerce' ), + 'description' => __( 'Remove unnecessary distractions like sidebars, footer widgets and sticky menus.', 'gp-premium' ), 'section' => 'generate_woocommerce_layout', 'settings' => 'generate_woocommerce_settings[distraction_free]', ) diff --git a/wp-content/plugins/gp-premium/woocommerce/functions/functions.php b/wp-content/plugins/gp-premium/woocommerce/functions/functions.php index a43ffa00..fbfb50f3 100644 --- a/wp-content/plugins/gp-premium/woocommerce/functions/functions.php +++ b/wp-content/plugins/gp-premium/woocommerce/functions/functions.php @@ -526,12 +526,9 @@ function generatepress_wc_cart_link() { $icon ? 'has-svg-icon' : '', esc_attr__( 'View your shopping cart', 'gp-premium' ), $icon, - sprintf ( - _n( - '%d', - '%d', - WC()->cart->get_cart_contents_count() - ), + sprintf( + '%2$s', + $no_items, WC()->cart->get_cart_contents_count() ), $legacy_icon,