From db17150983806fc6cd1cd310f122831611981a82 Mon Sep 17 00:00:00 2001 From: PiotrParysek Date: Tue, 6 Jun 2017 22:04:46 +0200 Subject: [PATCH] =?UTF-8?q?Dodane=20t=C5=82umaczenia=20+=20usuni=C4=99to?= =?UTF-8?q?=20nachalne=20komunikaty=20ulepszenia=20do=20wersji=20PRO?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- profile-builder/admin/basic-info.php | 15 +- profile-builder/admin/general-settings.php | 16 +- profile-builder/admin/manage-fields.php | 74 +- profile-builder/admin/pms-cross-promotion.php | 4 +- profile-builder/features/functions.php | 53 +- .../translation/profile-builder-pl_PL.mo | Bin 72377 -> 42609 bytes .../translation/profile-builder-pl_PL.po | 7844 +++++++---------- user-private-files/user-private-files.php | 172 +- 8 files changed, 3255 insertions(+), 4923 deletions(-) diff --git a/profile-builder/admin/basic-info.php b/profile-builder/admin/basic-info.php index 2022852..fc7c523 100644 --- a/profile-builder/admin/basic-info.php +++ b/profile-builder/admin/basic-info.php @@ -19,10 +19,10 @@ add_action( 'admin_menu', 'wppb_register_basic_info_submenu_page', 2 ); * @return string */ function wppb_basic_info_content() { - + $version = 'Free'; - $version = ( ( PROFILE_BUILDER == 'Profile Builder Pro' ) ? 'Pro' : $version ); - $version = ( ( PROFILE_BUILDER == 'Profile Builder Hobbyist' ) ? 'Hobbyist' : $version ); + //$version = ( ( PROFILE_BUILDER == 'Profile Builder Pro' ) ? 'Pro' : $version ); + //$version = ( ( PROFILE_BUILDER == 'Profile Builder Hobbyist' ) ? 'Hobbyist' : $version ); ?>
@@ -45,7 +45,7 @@ function wppb_basic_info_content() {

[wppb-edit-profile]' ); ?>

- +

@@ -76,6 +76,7 @@ function wppb_basic_info_content() {

-
+

@@ -189,5 +190,5 @@ function wppb_basic_info_content() {
- +?>
@@ -74,7 +74,7 @@ function wppb_general_settings_content() { 'ASC', 'sort_column' => 'post_title', 'post_type' => 'page', 'post_status' => array( 'publish' ) ) ) ); - + foreach ( $pages as $key => $value ){ echo '
- + Hobbyist or PRO versions.' , 'profile-builder'), esc_url( 'https://www.cozmoslabs.com/wordpress-profile-builder/?utm_source=wpbackend&utm_medium=clientsite&utm_content=manage-fields-link&utm_campaign=PBFree' ) ); - } + }*/ //user roles @@ -160,7 +160,7 @@ function wppb_manage_fields_submenu(){ array( 'type' => 'select', 'slug' => 'required', 'title' => __( 'Required', 'profile-builder' ), 'options' => array( 'No', 'Yes' ), 'default' => 'No', 'description' => __( 'Whether the field is required or not', 'profile-builder' ) ), array( 'type' => 'select', 'slug' => 'overwrite-existing', 'title' => __( 'Overwrite Existing', 'profile-builder' ), 'options' => array( 'No', 'Yes' ), 'default' => 'No', 'description' => __( "Selecting 'Yes' will add the field to the list, but will overwrite any other field in the database that has the same meta-name
Use this at your own risk", 'profile-builder' ) ), ) ); - + // create the new submenu with the above options $args = array( 'metabox_id' => 'manage-fields', @@ -206,14 +206,14 @@ function wppb_prepopulate_fields(){ $prepopulated_fields[] = array( 'field' => 'Default - Contact Info (Heading)', 'field-title' => __( 'Contact Info', 'profile-builder' ), 'meta-name' => '', 'overwrite-existing' => 'No', 'id' => '7', 'description' => '', 'row-count' => '5', 'allowed-image-extensions' => '.*', 'allowed-upload-extensions' => '.*', 'avatar-size' => '100', 'date-format' => 'mm/dd/yy', 'terms-of-agreement' => '', 'options' => '', 'labels' => '', 'public-key' => '', 'private-key' => '', 'default-value' => '', 'default-option' => '', 'default-options' => '', 'default-content' => '', 'required' => 'No' ); $prepopulated_fields[] = array( 'field' => 'Default - E-mail', 'field-title' => __( 'E-mail', 'profile-builder' ), 'meta-name' => '', 'overwrite-existing' => 'No', 'id' => '8', 'description' => '', 'row-count' => '5', 'allowed-image-extensions' => '.*', 'allowed-upload-extensions' => '.*', 'avatar-size' => '100', 'date-format' => 'mm/dd/yy', 'terms-of-agreement' => '', 'options' => '', 'labels' => '', 'public-key' => '', 'private-key' => '', 'default-value' => '', 'default-option' => '', 'default-options' => '', 'default-content' => '', 'required' => 'Yes' ); $prepopulated_fields[] = array( 'field' => 'Default - Website', 'field-title' => __( 'Website', 'profile-builder' ), 'meta-name' => '', 'overwrite-existing' => 'No', 'id' => '9', 'description' => '', 'row-count' => '5', 'allowed-image-extensions' => '.*', 'allowed-upload-extensions' => '.*', 'avatar-size' => '100', 'date-format' => 'mm/dd/yy', 'terms-of-agreement' => '', 'options' => '', 'labels' => '', 'public-key' => '', 'private-key' => '', 'default-value' => '', 'default-option' => '', 'default-options' => '', 'default-content' => '', 'required' => 'No' ); - + // Default contact methods were removed in WP 3.6. A filter dictates contact methods. if ( apply_filters( 'wppb_remove_default_contact_methods', get_site_option( 'initial_db_version' ) < 23588 ) ){ $prepopulated_fields[] = array( 'field' => 'Default - AIM', 'field-title' => __( 'AIM', 'profile-builder' ), 'meta-name' => 'aim', 'overwrite-existing' => 'No', 'id' => '10', 'description' => '', 'row-count' => '5', 'allowed-image-extensions' => '.*', 'allowed-upload-extensions' => '.*', 'avatar-size' => '100', 'date-format' => 'mm/dd/yy', 'terms-of-agreement' => '', 'options' => '', 'labels' => '', 'public-key' => '', 'private-key' => '', 'default-value' => '', 'default-option' => '', 'default-options' => '', 'default-content' => '', 'required' => 'No' ); $prepopulated_fields[] = array( 'field' => 'Default - Yahoo IM', 'field-title' => __( 'Yahoo IM', 'profile-builder' ), 'meta-name' => 'yim', 'overwrite-existing' => 'No', 'id' => '11', 'description' => '', 'row-count' => '5', 'allowed-image-extensions' => '.*', 'allowed-upload-extensions' => '.*', 'avatar-size' => '100', 'date-format' => 'mm/dd/yy', 'terms-of-agreement' => '', 'options' => '', 'labels' => '', 'public-key' => '', 'private-key' => '', 'default-value' => '', 'default-option' => '', 'default-options' => '', 'default-content' => '', 'required' => 'No' ); $prepopulated_fields[] = array( 'field' => 'Default - Jabber / Google Talk', 'field-title' => __( 'Jabber / Google Talk', 'profile-builder' ), 'meta-name' => 'jabber', 'overwrite-existing' => 'No', 'id' => '12', 'description' => '', 'row-count' => '5', 'allowed-image-extensions' => '.*', 'allowed-upload-extensions' => '.*', 'avatar-size' => '100', 'date-format' => 'mm/dd/yy', 'terms-of-agreement' => '', 'options' => '', 'labels' => '', 'public-key' => '', 'private-key' => '', 'default-value' => '', 'default-option' => '', 'default-options' => '', 'default-content' => '', 'required' => 'No' ); } - + $prepopulated_fields[] = array( 'field' => 'Default - About Yourself (Heading)', 'field-title' => __( 'About Yourself', 'profile-builder' ), 'meta-name' => '', 'overwrite-existing' => 'No', 'id' => '13', 'description' => '', 'row-count' => '5', 'allowed-image-extensions' => '.*', 'allowed-upload-extensions' => '.*', 'avatar-size' => '100', 'date-format' => 'mm/dd/yy', 'terms-of-agreement' => '', 'options' => '', 'labels' => '', 'public-key' => '', 'private-key' => '', 'default-value' => '', 'default-option' => '', 'default-options' => '', 'default-content' => '', 'required' => 'No' ); $prepopulated_fields[] = array( 'field' => 'Default - Biographical Info', 'field-title' => __( 'Biographical Info', 'profile-builder' ), 'meta-name' => 'description', 'overwrite-existing' => 'No', 'id' => '14', 'description' => __( 'Share a little biographical information to fill out your profile. This may be shown publicly.', 'profile-builder' ), 'row-count' => '5', 'allowed-image-extensions' => '.*', 'allowed-upload-extensions' => '.*', 'avatar-size' => '100', 'date-format' => 'mm/dd/yy', 'terms-of-agreement' => '', 'options' => '', 'labels' => '', 'public-key' => '', 'private-key' => '', 'default-value' => '', 'default-option' => '', 'default-options' => '', 'required' => 'No' ); $prepopulated_fields[] = array( 'field' => 'Default - Password', 'field-title' => __( 'Password', 'profile-builder' ), 'meta-name' => '', 'overwrite-existing' => 'No', 'id' => '15', 'description' => __( 'Type your password.', 'profile-builder' ), 'row-count' => '5', 'allowed-image-extensions' => '.*', 'allowed-upload-extensions' => '.*', 'avatar-size' => '100', 'date-format' => 'mm/dd/yy', 'terms-of-agreement' => '', 'options' => '', 'labels' => '', 'public-key' => '', 'private-key' => '', 'default-value' => '', 'default-option' => '', 'default-options' => '', 'default-content' => '', 'required' => 'Yes' ); @@ -234,7 +234,7 @@ function wppb_prepopulate_fields(){ */ function wppb_get_meta_name( $option = 'wppb_manage_fields', $prefix = 'custom_field_' ){ $id = 1; - + $wppb_manage_fields = get_option( $option, 'not_found' ); if ( ( $wppb_manage_fields === 'not_found' ) || ( empty( $wppb_manage_fields ) ) ){ @@ -920,7 +920,7 @@ add_filter( 'wck_add_meta_filter_values_wppb_manage_fields', 'wppb_check_unique_ function wppb_return_unique_field_list( $only_default_fields = false ){ - + $unique_field_list[] = 'Default - Name (Heading)'; $unique_field_list[] = 'Default - Contact Info (Heading)'; $unique_field_list[] = 'Default - About Yourself (Heading)'; @@ -937,7 +937,7 @@ function wppb_return_unique_field_list( $only_default_fields = false ){ $unique_field_list[] = 'Default - Yahoo IM'; $unique_field_list[] = 'Default - Jabber / Google Talk'; } - + $unique_field_list[] = 'Default - Password'; $unique_field_list[] = 'Default - Repeat Password'; $unique_field_list[] = 'Default - Biographical Info'; @@ -974,15 +974,15 @@ function wppb_check_field_on_edit_add( $message, $fields, $required_fields, $met global $wpdb; if ( $meta_name == 'wppb_manage_fields' ){ - + // check for a valid field-type (fallback) if ( $posted_values['field'] == '' ) $message .= __( "You must select a field\n", 'profile-builder' ); // END check for a valid field-type (fallback) - + $unique_field_list = wppb_return_unique_field_list(); $all_fields = apply_filters( 'wppb_manage_fields_check_field_on_edit_add', get_option ( $meta_name, 'not_set' ), $posted_values ); - + // check if the unique fields are only added once if( $all_fields != 'not_set' ){ foreach( $all_fields as $field ){ @@ -999,23 +999,23 @@ function wppb_check_field_on_edit_add( $message, $fields, $required_fields, $met if ( is_numeric( $posted_values['avatar-size'] ) ){ if ( ( $posted_values['avatar-size'] < 20 ) || ( $posted_values['avatar-size'] > 200 ) ) $message .= __( "The entered avatar size is not between 20 and 200\n", 'profile-builder' ); - + }else $message .= __( "The entered avatar size is not numerical\n", 'profile-builder' ); } // END check for avatar size - + // check for correct row value if ( ( $posted_values['field'] == 'Default - Biographical Info' ) || ( $posted_values['field'] == 'Textarea' ) ){ if ( !is_numeric( $posted_values['row-count'] ) ) $message .= __( "The entered row number is not numerical\n", 'profile-builder' ); - + elseif ( trim( $posted_values['row-count'] ) == '' ) $message .= __( "You must enter a value for the row number\n", 'profile-builder' ); } // END check for correct row value - + // check for the public and private keys if ( $posted_values['field'] == 'reCAPTCHA'){ @@ -1025,26 +1025,26 @@ function wppb_check_field_on_edit_add( $message, $fields, $required_fields, $met $message .= __( "You must enter the secret key\n", 'profile-builder' ); } // END check for the public and private keys - + // check for the correct the date-format if ( $posted_values['field'] == 'Datepicker' ){ - $date_format = strtolower( $posted_values['date-format'] ); + $date_format = strtolower( $posted_values['date-format'] ); if ( trim( $date_format ) != 'mm/dd/yy' && trim( $date_format ) != 'mm/yy/dd' && trim( $date_format ) != 'dd/yy/mm' && trim( $date_format ) != 'dd/mm/yy' && trim( $date_format ) != 'yy/dd/mm' && trim( $date_format ) != 'yy/mm/dd' && trim( $date_format ) != 'yy-mm-dd' && trim( $date_format ) != 'DD, dd-M-y' && trim( $date_format ) != 'D, dd M yy' && trim( $date_format ) != 'D, d M y' && trim( $date_format ) != 'D, d M yy' && trim( $date_format ) != 'mm-dd-yy' && trim( $date_format ) != '@' ) $message .= __( "The entered value for the Datepicker is not a valid date-format\n", 'profile-builder' ); - + elseif ( trim( $date_format ) == '' ) $message .= __( "You must enter a value for the date-format\n", 'profile-builder' ); } - // END check for the correct the date-format - + // END check for the correct the date-format + //check for empty meta-name and duplicate meta-name if ( $posted_values['overwrite-existing'] == 'No' ){ $skip_check_for_fields = wppb_return_unique_field_list(true); $skip_check_for_fields = apply_filters ( 'wppb_skip_check_for_fields', $skip_check_for_fields ); - + if ( !in_array( trim( $posted_values['field'] ), $skip_check_for_fields ) ){ $unique_meta_name_list = array( 'first_name', 'last_name', 'nickname', 'description' ); @@ -1061,24 +1061,24 @@ function wppb_check_field_on_edit_add( $message, $fields, $required_fields, $met $unique_meta_name_list[] = 'yim'; $unique_meta_name_list[] = 'jabber'; } - + // if the desired meta-name is one of the following, automatically give an error if ( in_array( trim( $posted_values['meta-name'] ), apply_filters ( 'wppb_unique_meta_name_list', $unique_meta_name_list ) ) ) $message .= __( "That meta-name is already in use\n", 'profile-builder' ); - + else{ $found_in_custom_fields = false; - + if( $all_fields != 'not_set' ) foreach( $all_fields as $field ){ if ( $posted_values['meta-name'] != '' && ( $field['meta-name'] == $posted_values['meta-name'] ) && ( $field['id'] != $posted_values['id'] ) ){ $message .= __( "That meta-name is already in use\n", 'profile-builder' ); $found_in_custom_fields = true; - + }elseif ( ( $field['meta-name'] == $posted_values['meta-name'] ) && ( $field['id'] == $posted_values['id'] ) ) $found_in_custom_fields = true; } - + if ( $found_in_custom_fields === false ){ if( $posted_values['meta-name'] != '' ) { $found_meta_name = $wpdb->get_row($wpdb->prepare("SELECT * FROM $wpdb->usermeta WHERE meta_key = %s", $posted_values['meta-name'])); @@ -1098,7 +1098,7 @@ function wppb_check_field_on_edit_add( $message, $fields, $required_fields, $met } } // END check for correct meta name on upload field - + // check for valid default option (checkbox, select, radio) if ( ( $posted_values['field'] == 'Checkbox' ) || ( $posted_values['field'] == 'Select (Multiple)' ) ) { $options = array_map( 'trim', explode( ',', $posted_values['options'] ) ); @@ -1106,16 +1106,16 @@ function wppb_check_field_on_edit_add( $message, $fields, $required_fields, $met /* echo ""; echo ""; */ - + $not_found = ''; foreach ( $default_options as $key => $value ){ if ( !in_array( $value, $options ) ) $not_found .= $value . ', '; } - + if ( $not_found != '' ) $message .= sprintf( __( "The following option(s) did not coincide with the ones in the options list: %s\n", 'profile-builder' ), trim( $not_found, ', ' ) ); - + }elseif ( ( $posted_values['field'] == 'Radio' ) || ( $posted_values['field'] == 'Select' ) ){ if ( ( trim( $posted_values['default-option'] ) != '' ) && ( !in_array( $posted_values['default-option'], array_map( 'trim', explode( ',', $posted_values['options'] ) ) ) ) ) $message .= sprintf( __( "The following option did not coincide with the ones in the options list: %s\n", 'profile-builder' ), $posted_values['default-option'] ); @@ -1135,10 +1135,10 @@ function wppb_check_field_on_edit_add( $message, $fields, $required_fields, $met }elseif ( ( $meta_name == 'wppb_rf_fields' ) || ( $meta_name == 'wppb_epf_fields' ) ){ if ( $posted_values['field'] == '' ){ $message .= __( "You must select a field\n", 'profile-builder' ); - + }else{ $fields_so_far = get_post_meta ( $post_id, $meta_name, true ); - + foreach ( $fields_so_far as $key => $value ){ if ( $value['id'] == $posted_values['id'] ) $message .= __( "That field is already added in this form\n", 'profile-builder' ); @@ -1212,12 +1212,12 @@ function wppb_add_content_before_manage_fields(){
  • [wppb-register role="author"]
  • - + */?>

    paid accounts with Profile Builder. %1$sFind out how >%2$s %3$sDismiss%4$s', 'profile-builder'), "", "", "", ""), 'pms-cross-promo'); } - - +*/ diff --git a/profile-builder/features/functions.php b/profile-builder/features/functions.php index 4a65c53..56e5437 100644 --- a/profile-builder/features/functions.php +++ b/profile-builder/features/functions.php @@ -3,7 +3,7 @@ * Functions Load * */ - + // whitelist options, you can add more register_settings changing the second parameter function wppb_register_settings() { register_setting( 'wppb_option_group', 'wppb_default_settings' ); @@ -23,10 +23,10 @@ function wppb_register_settings() { // WPML support -function wppb_icl_t($context, $name, $value){ +function wppb_icl_t($context, $name, $value){ if( function_exists( 'icl_t' ) ) return icl_t( $context, $name, $value ); - + else return $value; } @@ -73,10 +73,10 @@ function wppb_show_admin_bar($content){ if(!function_exists('wppb_curpageurl')){ function wppb_curpageurl() { $pageURL = 'http'; - + if ((isset($_SERVER["HTTPS"])) && ($_SERVER["HTTPS"] == "on")) $pageURL .= "s"; - + $pageURL .= "://"; if( strpos( $_SERVER["HTTP_HOST"], $_SERVER["SERVER_NAME"] ) !== false ){ @@ -88,7 +88,7 @@ if(!function_exists('wppb_curpageurl')){ else $pageURL .= $_SERVER["SERVER_NAME"] . $_SERVER["REQUEST_URI"]; } - + if ( function_exists('apply_filters') ) $pageURL = apply_filters('wppb_curpageurl', $pageURL); return $pageURL; @@ -99,12 +99,12 @@ if(!function_exists('wppb_curpageurl')){ if ( is_admin() ){ // register the settings for the menu only display sidebar menu for a user with a certain capability, in this case only the "admin" - add_action( 'admin_init', 'wppb_register_settings' ); + add_action( 'admin_init', 'wppb_register_settings' ); // display the same extra profile fields in the admin panel also if ( file_exists ( WPPB_PLUGIN_DIR.'/front-end/extra-fields/extra-fields.php' ) ){ require_once( WPPB_PLUGIN_DIR.'/front-end/extra-fields/extra-fields.php' ); - + add_action( 'show_user_profile', 'display_profile_extra_fields_in_admin', 10 ); add_action( 'edit_user_profile', 'display_profile_extra_fields_in_admin', 10 ); global $pagenow; @@ -116,15 +116,15 @@ if ( is_admin() ){ }else if ( !is_admin() ){ // include the stylesheet - add_action( 'wp_print_styles', 'wppb_add_plugin_stylesheet' ); + add_action( 'wp_print_styles', 'wppb_add_plugin_stylesheet' ); // include the menu file for the profile informations - include_once( WPPB_PLUGIN_DIR.'/front-end/edit-profile.php' ); - include_once( WPPB_PLUGIN_DIR.'/front-end/class-formbuilder.php' ); + include_once( WPPB_PLUGIN_DIR.'/front-end/edit-profile.php' ); + include_once( WPPB_PLUGIN_DIR.'/front-end/class-formbuilder.php' ); add_shortcode( 'wppb-edit-profile', 'wppb_front_end_profile_info' ); // include the menu file for the login screen - include_once( WPPB_PLUGIN_DIR.'/front-end/login.php' ); + include_once( WPPB_PLUGIN_DIR.'/front-end/login.php' ); add_shortcode( 'wppb-login', 'wppb_front_end_login' ); // include the menu file for the logout screen @@ -132,11 +132,11 @@ if ( is_admin() ){ add_shortcode( 'wppb-logout', 'wppb_front_end_logout' ); // include the menu file for the register screen - include_once( WPPB_PLUGIN_DIR.'/front-end/register.php' ); - add_shortcode( 'wppb-register', 'wppb_front_end_register_handler' ); - + include_once( WPPB_PLUGIN_DIR.'/front-end/register.php' ); + add_shortcode( 'wppb-register', 'wppb_front_end_register_handler' ); + // include the menu file for the recover password screen - include_once( WPPB_PLUGIN_DIR.'/front-end/recover.php' ); + include_once( WPPB_PLUGIN_DIR.'/front-end/recover.php' ); add_shortcode( 'wppb-recover-password', 'wppb_front_end_password_recovery' ); // set the front-end admin bar to show/hide @@ -165,7 +165,7 @@ function wppb_mail( $to, $subject, $message, $message_from = null, $context = nu $message = apply_filters( 'wppb_email_message', $message, $context ); do_action( 'wppb_before_sending_email', $to, $subject, $message, $send_email, $context ); - + if ( $send_email ) { //we add this filter to enable html encoding add_filter( 'wp_mail_content_type', create_function( '', 'return "text/html"; ' ) ); @@ -187,7 +187,7 @@ function wppb_activate_account_check(){ $wppb_generalSettings = get_option( 'wppb_general_settings' ); $activation_landing_page_id = ( ( isset( $wppb_generalSettings['activationLandingPage'] ) && ( trim( $wppb_generalSettings['activationLandingPage'] ) != '' ) ) ? $wppb_generalSettings['activationLandingPage'] : 'not_set' ); - + if ( $activation_landing_page_id != 'not_set' ){ //an activation page was selected, but we still need to check if the current page doesn't already have the registration shortcode if ( strpos( $post->post_content, '[wppb-register' ) === false ) @@ -210,7 +210,7 @@ function wppb_add_activation_message( $content ){ // Create a new, top-level page -$args = array( +$args = array( 'page_title' => 'Profile Builder', 'menu_title' => 'Profile Builder', 'capability' => 'manage_options', @@ -244,7 +244,7 @@ add_action( 'admin_menu', 'wppb_remove_main_menu_page', 11 ); function wppb_print_cpt_script( $hook ){ wp_enqueue_script( 'jquery-ui-dialog' ); wp_enqueue_style( 'wp-jquery-ui-dialog' ); - + if ( $hook == 'profile-builder_page_manage-fields' ){ wp_enqueue_script( 'wppb-manage-fields-live-change', WPPB_PLUGIN_URL . 'assets/js/jquery-manage-fields-live-change.js', array(), PROFILE_BUILDER_VERSION, true ); } @@ -265,7 +265,7 @@ function wppb_print_cpt_script( $hook ){ ( $hook == 'admin_page_profile-builder-pms-promo') ) { wp_enqueue_style( 'wppb-back-end-style', WPPB_PLUGIN_URL . 'assets/css/style-back-end.css', false, PROFILE_BUILDER_VERSION ); } - + if ( $hook == 'profile-builder_page_profile-builder-general-settings' ) wp_enqueue_script( 'wppb-manage-fields-live-change', WPPB_PLUGIN_URL . 'assets/js/jquery-email-confirmation.js', array(), PROFILE_BUILDER_VERSION, true ); @@ -279,10 +279,10 @@ function wppb_print_cpt_script( $hook ){ if ( isset( $_GET['post_type'] ) || isset( $_GET['post'] ) ){ if ( isset( $_GET['post_type'] ) ) $post_type = sanitize_text_field( $_GET['post_type'] ); - + elseif ( isset( $_GET['post'] ) ) $post_type = get_post_type( absint( $_GET['post'] ) ); - + if ( ( 'wppb-epf-cpt' == $post_type ) || ( 'wppb-rf-cpt' == $post_type ) || ( 'wppb-ul-cpt' == $post_type ) ){ wp_enqueue_style( 'wppb-back-end-style', WPPB_PLUGIN_URL . 'assets/css/style-back-end.css', false, PROFILE_BUILDER_VERSION ); wp_enqueue_script( 'wppb-epf-rf', WPPB_PLUGIN_URL . 'assets/js/jquery-epf-rf.js', array(), PROFILE_BUILDER_VERSION, true ); @@ -507,7 +507,7 @@ add_action('admin_print_styles-users_page_ProfileBuilderOptionsAndSettings', 'wp function wppb_user_meta_exists( $id, $meta_name ){ global $wpdb; - + return $wpdb->get_row( $wpdb->prepare( "SELECT * FROM $wpdb->usermeta WHERE user_id = %d AND meta_key = %s", $id, $meta_name ) ); } @@ -730,6 +730,7 @@ add_filter('wck_metabox_content_header_wppb_epf_page_settings', 'wppb_change_met /* Add a notice if people are not able to register via Profile Builder; Membership -> "Anyone can register" checkbox is not checked under WordPress admin UI -> Settings -> General tab */ +/* if ( (get_option('users_can_register') == false) && (!class_exists('PMS_Add_General_Notices')) ) { if( is_multisite() ) { new WPPB_Add_General_Notices('wppb_anyone_can_register', @@ -741,7 +742,7 @@ if ( (get_option('users_can_register') == false) && (!class_exists('PMS_Add_Gene 'update-nag'); } } - +*/ /*Filter default WordPress notices ("Post published. Post updated."), add post type name for User Listing, Registration Forms and Edit Profile Forms*/ function wppb_change_default_post_updated_messages($messages){ global $post; @@ -1006,4 +1007,4 @@ function wppb_build_redirect( $redirect_url, $redirect_delay, $redirect_type = N */ function wppb_sanitize_value( $string ){ return preg_replace( '/]*>(.*?)<\/script>/is', '', $string ); -} \ No newline at end of file +} diff --git a/profile-builder/translation/profile-builder-pl_PL.mo b/profile-builder/translation/profile-builder-pl_PL.mo index 63d0ccb4f0455a4b6ce6e55653f08bb0d312ffb7..d5b5219e66a2b103b2625cae1ecc493f74bfd1cc 100644 GIT binary patch delta 13851 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 literal 72377 zcmc$n37lP3mF{n3k|3ifg9s;KN-$L!0D%w^GD65yrV`Qw1y9vIsk&9S?k(?-$}Ln7 zp&eUo+6l!8UaRe_wAv!J1Bv=t+j*YavF&!mS$W$1{@+^r47Ucrru#j9p}xEK*=LVy zuf5jVYoGnC;|_jFiT_p{R4SbU{_!M*N~Ld{n`4!q-z3}tuQ;z%8U*))UjP@J@8Lgz zr8%Wi{PU=6$&`~`S4*t5J;+5}z#D&2FytHFN; z9|JBV@k!u%@HFsRa6WiF_&D%(a6R}ba4C5Fic;xta08ftec&U&_kfQE?*Zq6UkmX+ z0FNj9OK=%@*d_jaIoLyZJ-7{QhWL9x<^L&A_5TX^Rq)@y6TpwGES1XO*TAd5RjW#+ z%fMT~?cjGn_1}4ymP+%$mxFXw=`QeW@R#5#z>`;(N(X`O29E;Y2Rj2XL~sav40r?hLhv?lGq?!i(DM$c_TK_t1il4Sz5f+tNJ_r} z>AKSS8@#*;Q2lv5sQ&s(P;~P`@R8svz(c^dfvVr%gGzTdsQMiU@t+2j?#tj3@SEZJ zQI~nT6G6Q{A5{OJ1FBxDz(c{Up!#hm_*gIoBk+1q{qtH-{r)yk_4_b*F!)LEFz~Yh zzY6O4cRPi_J!v+1bhyt zdfpQ7R&Xxi*MjQTH-n;wyFm5R=fOqbS3s3>$R=;!Q2~z!&nEt4Q1f&R_)KsT(}Q5>WKr1jSdL1B#{I9iHC{s=WUIHIEP5;_W#B6rG#~DxW^^5#TkT z+B+J;O>i#Z8$k8f^T3_p?V#HEdr;{Q+v@E+8dUgrQ1v_oTnP4n>aShkQQ$S;5#Si8 z{5t_}0`>k2LDlzV;8EZkK#lu*K+*5VL0EC=o1p4_(l+n!vq1I7D)2~fCwMYA2#T(s z4yqovfhzY7Q1yIUzz>2E;m?4o$1gyo`va)@9^B{sc?_ucP6Ac_IpERY1)#?LGEn{g zWbi1k0xkykfxX}xL9HWS29@scC;0q24pe?;f~xN_Q1$HtH6M0`@RLB*s|>ydtb?lW z(J+6}+XiBn zUjeG0uLd;_E1>d!9{5P`bs$|=dN(NkcgPOP0M~=>0lx(%;7cH?UEu!#RiFMVy*)|5 zF;M-~1_!{Whwyhmwev@y+Vi`Bhmx7b<53_>Wa&&$bWjFW@9RO;`$b>_d^Mn z`~*<#UjV8<&jU{bF9OxiSApvP7*x4cQ1kOTQ2l)~sP?`tJpT@;al98)xxWKdk3(3z zmHyG7%3B7i|5k#k&kj)U?FN-T2Gy$U%ID{x+VeY5?S0s8fA26*{eCQ{_f7^?|9K(27*sir2Q~gHz>VNFpz?VmsQ2Fr zsvhqFRo;idhk+jt;ZJ}cBK&#qdho?p`+LVf(er;SsP|6?HUE1+_179u{k0W50W5=R z=Tkw^(Q`o6ix$Dyc9g2@D-riaRVqidN!zjdpUR__zqC{{BQ7i;HSY;z^kwI z^7nzq5xyQ&J#PWkj@N^F@13B^eQ${WF!*%Bp9EF^O;7grY!7%fsCJh@yZ)_<@+vBH$8C_>X`mg9pGfz;B1}A!QFopvqqlo(f(Kiq0lM z&By102ZOhP;+wAnRj+q|8kf64_4gOS)4^|m=Yd)z#)0!e<@b6}^YT65!QdyrOTf>7 z3&5lHc>ON`MX#$s_4{^E?R*k=2)GASeXHQ1;EkaA>p7s(y&~Wppz8M)@GS5EsPcaT zYJSWa@_soL>?M2=H~|iWs^7Okwets{^8E#PA$T8nE_m)RJQExO)o&jK7lA(rcwB`w zjPNQ@bd!K5fzJR{{wu*l!G8cB4t@|+`#uh;eV+oA?)#wHF=xc20 zdhgvKd^f0iehl0QejdCHd~DsCeemVrSi4kuEqLf&WJmA~;7;&DCi_0{1>obs!wB39t_0Pd#U1b0i@@UuUmC*w zpvu_|s(nue9}QMOy>|ns@pvw%`u#Pi^sfr>cYrqDpx%EssQmvigg+bbYv4lSzX#3( zkDPS=x)^*J;eN0e{4ux@Jo!4OzcP3(;oHDv;AcSPbI?LqrKpA@b%zX;CH~2!G}NHkC-DYycxfskhD&ETcrDbMitp9HEMw}KJ)Nl^9wDX4rNeWR~8tHJXL?*-R^ zZvn3ce*x|Ww>;D5-y1=->!YB??YH0~!6R?-^5%i+*C&CG1)mR|4!#LgJw64hzH@GN z{=5=An()=2#&HzX_&*)|6?ilFJ+Ska-rgrY%j@|(@L=LU42teQ3LXM}3RHc*5aRz0 zRDSn@qW|B4CxQn*+v6V#YCO&W_1>z0{op}_hd{kQ3LXYFz{9~wP;__`cnbJJ@Obbo zpyvCB!6U)XfMHjH9j|is^{&X-hT(Ed3P76_Iwn4IQVr? z^AN>O7cZa_a8Jh5=p!(-lQ1o{@D7txLz_);E-#fs|z^{R- z@BA0}JlFsZ5Pl}O3H(=Z5xDHHeV$$m&L{kA5LQ-tGx%Zf%v*fE{SZ{Xr~i%5uTk)E zgkKGw3I0>p>I9vvbZufwi56=Wu{%xS<=f8pCKWDzg`BV%J6aE62fS0_~ z?RR&8YTqZoCE#zsW#Cyb*|Wf_K(*%vQ1yB%7=d2}SAq9|mx9Y*?(^e1Q2lu$cs%$# zQ2q5_dijIB+D!;>Tb-Fws)O(kMYS$A$)vE>`3%(q@6nqo79Q-l36+G(|K5lJL zbZ{Lgy1M~Xe$NF(zkd^+za3P){vH%v{clj|z5uG6Z-NWwK<{9S@JY9M|GfZ=3D0>I zbjkBUutB)hC9p@O7Zd ze-3yO_zLhm@bAO(e+M-#zXP{`r@z7Tc?$Rl!qyaUvGp9B|!KLalTPko#B-xER6^$2(Z_$+We_!{tW;19qO; z>*)!g$~imWQt;7)F9ucr?ch>yU%)qkqPuT^yTDuC;qChosQG;4JE2MNQc&anOmGAE zVsI_^bx`G<_AZ|f3&FXBmw}G}F99C~UJ=4i4mbuLMf@aq1o#|K`Md-?415hJx_twv z{JsS$-M@oM_Zv|3^PiyVb>f|&eDGMp%fOZ3I#Bg|CaCg02C6<^0#(1CfXeR=0T23n z4<8BY`3a!PKLb?%F9u;J6FeHc8&tlZ1S9Z^pwj;~#2@`$Pk$n)_MRSa8L0ZL4$n6Q zyb@G?aljE!?QVkV*Be01gTDq31>XXS{_X^i1pff4eTV&nC;IqLN zxQ2l8e=m3(xIf^R!Se|J2)q5l=`&XYrU9(W?*$ARa9>p=C_K2ZJh3{d@W zOTgEHD(7vW#`pc;3E;;-(dEAc{6&aA=mS2V9s{cW1K??38;ro0fTGv;1pFj;4&m>D z>h~l6(d+Rj@MOYgfsX`NgW^*=LG{BvQ1!VHRQp~4s@^XFRlhqx_3Qh=lfch_YWI&o z_4`2|^mZKuUPAaW;N!uoz>C2bflBvDQ2BfrRJlI^9|QgtRKFefA;-sndVU6|{^|wa z0bUH+d!W+)7S#CvCn!F7^oN~)E)CcRs=PX=_TL1myw`y0pZ9}m=RM%f;Acbpu8%lh zycX2^dqKVbJn$m$_23!cw?Xy8A@{hy!KvUA2tNhD%Ok-nh+hS&AD#<7 z9J~Wmxo-hgkGsLgf}aLe-cP{@ybo0VkNGEm?{rY@TLdlySA&OxqXFBX=<#~+Z182E z-v1yd`u!NFdVU^MJ-#2}e+nv}KY%L#pig)|90TgT6TrFP>7d^01y%nGLijRJ<@AB- zpT7Y6!Ka4!&wzUWE8r2}_du2RbMRpB4%0K#3-Vf)33U2}r1?vI#f-3)M;E~|7K(*^7pvrl5h<|;E|9kM! z#D4(PdtU&R?pxvczXtp{sQ&vs$dXn%EFI5!8Z}A*lE6 z1=oOo0yW<*h54u**MRfDec&SS6`=C_SisMM%IE8#^8Y@l{C*zrkD$^Y{zdPPM}o%_ zejKQNy%bdXCxS{>3E?KVfbb2V`uFd^5%ANX(k=gzm%9$s`&&T8?*`RR<$zUCCA>i}DbHH1` zW#9+Ev%!18#o&ow@%CH}_7JXts>f}h=HvT7<@ZhS81Va`>h&8?>&QW0^>&{MD*f5u zx!@*nFL*tu_kIh`2M_z2=XVacmhe*W0Fo$m=}rX|zYtV;%RsejCwMCOOz<(_?V$4cM^NRf%CrQ{c<(<1tA9k0)opz3oCD84fe>iz3M zweMx1=;C%z^zbE6^!!6m@BI$cdxw7)TQPVdsCvI06kYEJH7=h5PX@mj;_n5O-+iF^ z^N8;`9uKM=j|G+Q5>WM71**NfLVNIi-v(9A&q3Ay z_uwPJhkxJc_!LmjcYvaUCxOcUx!~#G>%j>8r+_~ORi8)vz}tB;sCu6Ps=N!pI=BIR z5BMHX^&I-OK!*1HS{+p5Ok$+yAg%djA{&sy|KyRn9zcF1QfX z{5TKPds{%Iy9!kO20*1B5AplJM-YAnsP|t0ijHm#_;(@xeP9pq`@vrDm*C^TdA~xZ z1h;?+AM$JZ6kH0f2HyfM0DlIq2T%Bo>oHFP&mjCtQ0@H?xCs0sD0*4=TX+gs1;o zPk`d9e*_!gMfW)!z6C53KJ@>%{xu4!A8rSg&u779;6Z=%b>#8jg@h-;OTat9Cin~R z8Zh~jw`)JBdj1?d0X*qHe10wkuOz$$ya@bXp!)w?p!(?%|LNh2z{P}zz_Y=ZfhU3= z1U0T-0X6XQ1fn=s9z&-kTpb$NKx};Gv}ZFetkJI4C;#9QY{kYa#w#Q2E^l zivABeXpZr}<3PptfR6%A^stjbwQn`3^0tC{zX~efec(0Vjo^0hJD~dQJd_0WV+usOOF_+pz7TGMqQe)1SAz$@VQ?PCTb1`*Q2DTQ2lUq zzywtP)B|1zsz09<@MWOVzX7}ud?%=S{Rli2JbJEUFQ{?f0$u<<5j+cgF{t*wAJq7M z8dST#0``GF12vATj+kR|b02smMmar7LUA0wdZeGB+@@Si}2q%?VqxBD5#&M`Ug zE^rmk{{vKitUPXx$z>A(Zv{^#{{7%7;Fmzr;jci^)3J}7WBXMLz!ij_0bT;D3(UYppg5WjmScs}?xQ2q0L@I3I;M|=DGLA84?C_eNm@N)2z;70IK zC-^vA3#vbdL5)WfTmU`?)cfxOHNIa3HSc~8&I1>m=;M3^sQj-2HGiHBD*d~`A@B>J z=Glsq=9H@7D?#y%hjVyFcnm1II}ubp&HzQXi$T%JPEh$>18P1#4OF@phWJ;2rMWAH z&s}+0yRJ?+$11f-v(<=O^+q%tH=~huvlYeTq#SkX z?M4(24%XYX*7E4O>)OqvQH#ftr#&sI*9bQ&t>jvd=v}dReC1p(?DC{qtuM+7+F9FE zZ?xLAxJ7&?if1jCBoDFVT}gGYK9)qSdUx&eR$rwirR|6+&E;LKifiR)JZ?58>Wwl_ z(w|RzTA_9Svt=+aYZCe^QRhd4>a4-Rq}l8mi$&8rv6dv|rrI64FsihABN`h`RI1fz zAc<=AR%K6xLET%4qhu_uRI?!)UkPPI&GtZZuu&OE8nX;8RofW|psUxcZ+N)AN4bVa z*IE&I$Ni6&K?QaUC(&w=bhO&&D6U3(lDO5TGbfVIP^+#)%H#8pV8Po7Hhoow+nosSOq9VPW2_7-%eB zIX4@Zu1T5>%*H)rMMbR>qA}VUk0y(Ju2+U?A~t(&Lk4M;MJ&TA(}-snl1ge$E$ZcZ zs3ING$ZEa_x}sWB>s&6=oaS<`<#pFxXN|kITB(gbtwnU0PVx@PF2bQ}h&mBG;| zIV+1i+wd~u*OfQ5UA?Ep0BY>g0v1`wTGmJglgi$NCevP$c?V2XTEkw8!A4R}YOP9K zZ5AerX4P=aYt6Pz%{^_gH6OOFK7mriHPgW@Hn@xHi1Fq`5odiG4Gzb(p~Plv7nKAO zaoWxX=JHB&v071MGN)yV!_82I=p5#_c=29lY&=j+pj7MNGnbyxyu3az(1A#d68akT zXm8SJ(zVSqmz~ktwlz1Fm&9cn5#y!EnnhA-6c5zfkV8F6_KjB>kXx8k zDk0jQsFL>L=E`7FYbGJ@ne*~2$`3LR6<%c)rvqMgMwrgsa*{rPN2c>OB_L?trb1}4 zxP$e4wLMg+^_J#$vzPhN>XfG}pZ;uvj}K4Qi!nxP>$N?V##r2G@{np{8J8 zJd~ta%#V7E+cb^AY=*&XtocA1&0028GUWy~fEGF9i}ua{lpjrhp^(dr?;7=32I;%K zB^z1BvFyJdDpiZI%|_Cq7B7VX@&J8OZ&%B;vo)qsIjJUa*wUHJ2;QZRES*)2pVF>h z9Q8Gly=fqg+fZpVTcrg_?@({FeM{e(o~7sa^l$B1cK*5X`R5PB@p*d&k_!g*oPW{z z1IyxgVBo^?1v@Nn^$05I=o3S899XYNZ@eHtR=|{_Ks6srUI( zsj>HE)VXbg(HQTjsbT>cpLJ1&n7G}lYbFdv?eQ{eGL2{1X|~755fyupRJBS+@O|-y zXf)}piq1UujAmcE0Z$}G>u9Y$aprkvG_}gnvPQCUhXx{Apw3)KEHQ<6kMMLPCSewU1gH@!!OXg3Ej}P>W4fG5rak)n<8ctT8zjAx{l@`(*XT5K>I@RQo`GfUp zy|J8R7tde0wcbjW)2lpQ>C9X+S`3Bdeas2Rd6jc|I*Vt`VftXOUQXtf(t%pPefzfU z+3+lnb`)iXG0E(l-Mjk2C7t+v&!SlmF8)FKvc6Z9lS zDbuOiN_ejz@`_t6(7OwvR*8cNLpYCg?OFwK4T&3y?HOX-LRq2}8`lL9jn!s6Za~TH zYTSsBu&ZU881#d+1xd!26joR|VWiE9L3NCGGWpb(nj)>ZF@)IXa#$6?v(}0#draU= zJj1nd;B85n*<3EI-ngZ-+7?-Lc{AaVOu8DSKUC1Bq*DxTMs6yGcQ&dXOiHWEODgUffCtk z{FW@6PKKSvIAQi7zSz5YELsRfLCbKi!B(_$`{rmteOx3MR~IfXtsZJ5NwlLL?MND9 zO;(U(aCD%)ue7?tuvNvAH#P+{r8+=8VsJ>J9#}QGK~JhdDlsNxW7Z`ar;9NOdzcQ5 zD$Nli+>wlpSD8)9p+4ccX)Z{xq0+mM!>OS?D_8dHVMa13ltI*}S6MPhs<|LqtRR7o zCxhxwUKMw>Ztc}ju*5`T?P{xn1Zpp2)Twl+MUwaP0&EI5Z9oQ-Mk}T!d6{&!)kiT_ z0oU?853fgJ!XAuAX=EIUCWc{2uEwj`FeGZr91fX@n~WjlNg`mmV`!{T>k~ZKIbN;D zOv~v{OnIdT%9SRaD4yC$6_RKSor?_NXjHzLz;?<_=yQyL6MOBC$Lb8=tag|gtuW%D zCgCm6s=koA&-(r>cAObpCb1?S9Och&JQg>F4G0({)3}^8hxtj$a$V1wOqPxLWGOwc;Ry<8 z&R~4f;t44Rx_L0Brw3h@Mk>|Zf(+pk$fsHC28P}!$f1K`V4k2-gOM5GGq^LRN>$uD9Ts^r7}KnUy=5j;kFq4no51B5swcu1FAMc zr8V_x1;ZU!i%pyEXINX&ddLz+*LLx_KZe}b)SJ-0wfpjvN5>#gQQY|qDD{ap#Lc<_ZL%({jmHM+6rmqUqh7D^qZZR2 zz+h4Z#*^sEq)|@z*%_k}X<2KT^32d^^&V$!+mrG30BS>N?QmS?Peu)i87G6xmWiXj z_BttKYv0;obRynWx49x^>P9dH1RVw5Y`qz^q`EzDIy2x#R9%cd)9cdrCS+g~_c6K3 zmYZODlXc3L{RPd1h+MgBYCGMZ&7gCYZ@@GdOdXuueh ziF6?)v~dD*8!jw$n4OU3^p0&4L<0ymA(K65kF6eXp`-O%HPwO|C~n=m_Fl-LXwXlQCH*3oCkRS4s`9|AkkmTYa#e){Cm3 zv5gIg`s!n2a0Wz%&@pvNhf@+i4yDLUX0n2<6$J}XDv<>>TKSu$Co;iLp%#qCC$a+2 zERprmoQmsA<7m4UytOi7*r2)&V*@g;5M8N}7Ksba*Hf=yu1JvBrI%+!g|Q&06PL`t zb^z&ZbpFcpEeNo!rOS;56ef9}7FQ7tOKTf-nn@kBY_4si>BV(WVk^bC1W9jL1iZ`b zcar0qrjYJJ3b_h)y(@+@Ng!U^85hS}JDEUO+00yr#Mk2zT1mghG43K0uglDG{4^R) zF-rR^#7Emqe$5_xkol3t6h+|~BcrpZPj2-0VGUw>!Ah6E%hb#Q{ix@XLj8kM3thr$P265JV|rIE zj88q7p-F=Y9@?ttxseD(Sfw2Fuw?j_xVm($*e8@cX?@j zjFo0b1&*Shom_bdN|0+DscK{_CU8}6J^dI>uz@Nx)}W$gh=VKHf-x?MAB88i9>GzY zS`q5foRpZk52LUVw&h_ko5)sLC>jg@`oVULWX@+oDlPky>YN_X$mmg~Mi~pppLNZw zDbIFFdz0OO3Z-wPR68wCOE9&Rq0Ts!s-nbH_j)a>6~+oiLifa@+0F+dQMFaarlKto zY))ah!>Xu}m5nUhBMBxhjbkElcu>6+N2&Igr9%ZUV;DUo9nb%YJ7s45G%D>``p~q& z{`SC#IIM?QvU9~>dpR~6Y!plDYqlN3?8i79b}yT0tc}xHz1&9oB~I3WI9gD~eu>0V zUdZB~&Ea&u`*@q&qxIS*l4uXs;$|i1o-wTn`LTgM7Sml=wdm9`f-;1Q@WVb)Qf->p zaV1-QS`Fzdn?}m@0pBIvTE&*>;PNGO&?CY|4HS z+yOynIA0#Ms!F|;+K&X7nO`<6#%Ra+OQ=6s)d*R~tg`DYEa zE)GGle5G0(D>Ca(Uly=UwkBlST(-m*&ax#-7H0k5)M^~$)3aThJo`b&hf9|%38ko) z(`ixYNJZz=?|m;DPj9q2(FUj~5mpPfLDKg%9ijB6wB=Nyk-4m0sj-l)XSvjZwjOyx z+WC5hy*{oVh*C}izBtHXAyxT;z-)x?vd6(u3|D#m(C);j;IjvR-=EA)^>vxu?H z!tap^f5=n&ye6i{W{uX~ROom;SHnQ|*KCi)e=gq4YA7+mgZ_(Y%X`?&%o2#WOy@{p zM;&Ap$=jiJp-TEbzHNSpMvYV8vB8#0R2laPyLNToj+NwKw&OAVfe*%5;4W*^;3hi< zVeUHgtYPafZWGy2ahJzf2TGTt)umQqBe5-m>ttL`&kl89o(@q+~>i5A0#vp_z9 z!|G;CC7o-TUUhi|3&7=AGto`R7g09a#GlgT?HZM37N zw*}mcnQaTCjtRN`gne_m2BpOi1}`IKrbG8KXr@U)xU^A@GAc}_;W11l{8eAXWGwZ#duVN~g_+v*DcSUTaZjCKCopYg2n1 z!xCZwt`u<#W0_g=a702wlek+=YtviW7`8_EAT9L8MF*w&qw#dihNhnieegQ==NPvK7(*(Q<)i`^DIXf|T( zLmSbE8U4K&r4YwpEu|~iq(>%kptATsN>JVbrzLVMmW+Qz%)V^t3PuY;zXH1mp-u5* zJUXluytFAvj8z7fYHTj7u^9nG<+wRKP^WVj<$Ek}3*;8xB6CZLMDt+A@%wD{^P3;M0Vrf&S zG1Qr~s&6(?t+Y9=H~9nSJ&O*+_aT7CZ58{?`0(bqCHvy$gk2u^*5;&%!LVN1EPp`7 zR|Y6~a|Jrl9z`p`Xelw?7t+n_ptNmwXtQ=Jrp(*3nKTo%Xl;K#3NM2&)rhpbBs)4> zHpR5MS=hRrehK@$v&Hx7fhuNuUZh9n*FeZ0L=FSFaNr7BFJ=o;nHG)-fXTCU+YTw9 zGE_~i<-BM?#>5bjeavF`jx(Yr9)8*Z zvnsGdB4NzeD3rx*+8Qj_LHw0&-#8hga&?97MCOpfqn5JmX3L$dQ8Fs_QhYU@s2Fs_ zEeMy9Sep7_(JjT96*M)FNG=Jom#=2wxr0#9cDlAz$FJP2(B&ysY_mYaZfF!QT27@c2q74;O2)_Z zXK~SlMMOn5-K|hayR;Q;w#r|MY)Cw4@_Qm$8>2Pb{84CH^DND@hFPp;aFm)c^z!Zm zx<~BL?}Aqei=6gMU2QatES>wywTo&o!EIXZO%^7PeHq7&N?Tc~8ZmpI`Za2FytTp> zJVD=x-&$cJY_0QedJ_;T;7T(-lD&y%#^;cxhLvbqWApc?J(}tLVz=b4PLJ&>R2IvS zS+6PqAF&M#tKK|fYHD5sN9fdGt{}Tvo1j^GMZYDU!xkjRXKaE8ESfxLk9Udzf64+i zV;bYfv&&nms&+?$V|YC1zF{&O;rJ%`@Qz3V4N4AyN$H(9(_*x9iI59jO<5bOQia7gXp+7f3O{g z2g%WhxGd6BJzmm`Aa;odwkQ|hRb;@?Og*V(4+;gTkUDKeO=WDi; zoNkkDBy){cG-G5EQ``V(BxikVCM=EL^fek;5%Cp!SHbLv?aaKB+;$H6EJhgVNkeo^ z0uStCTeC7g&hp?1QK?!M{U<{33pAGyC7xenr@A-};u_XPqSI)BY5uG)?x44DZkoMSK3jFBm0ozv zMvMkY(=JY^Jn8#oHciRz2;v6`M|~c@!uA@|j%T zrasA)W|2H@GqCqQSYUgI18t}ekyf! zKhxG^cgzOJZh8!TP?UX)kx%gzoStC4P2sMcgYEfYqk4O2coAd?C5bkTBzxQp%t|&8 z7%M()5SdMlR9Q*8yq7wS!2VP%HMYtkg|zn=>ZuZhHN!ljK#Y)p-LyO&xDk;y$7VE12&3<94|ct!~5;cl$BR z+n)#r7<5$C40~~ZYIn3yIvnmCg5d)m)wS7T4-grGH>h$!B_13OU(foW}2DE+xMwVgO(8D zVv%jU(htEueCl*1Cnl*m(a~2;Ei&v3xYC*`4Wy9)B-jaLPrOj6mo;n--9SwE)vA7GrjjwT0w9Ld>t8;&j!tA@6On7cegB#4nY(3IVzj$Yi zWk!l%Kh~@s`qEZsxyr`SjH0JH&7xZb=W?F4;Gm380@Ib2qV>yuY-OtXFD+O7RV*u` zVxs&o2jYHthB4Tw<%tu#2=65LZ#v1lVqm58h!u+mR;J6IP4kC%P**GH4pXF=vp!xy z0GRoduKXX(9$^im2JpHGElLwQCANs)Xd9VZTD?{imkkV*`2m~D{BKRV9g2}GtBi63 zB0zoUI8&r1vcqyf&&~<3sc1*Z#B^|D7e9_$^LT;nw&2eh0%3D3TO&OQ3uAdgE{pl- z=uNi@ge3UXGUnsdhrc==fZq)hR5~FOLO)G-^jU698#;!M+F=Qs=z~R{OQw+e#>PnV zw!oaFN~9;X^(f|p3B#?{`0~YzCnhF($1sNC@Q?WR5Gq1_*>bn- z9vh$SQv8GHkMp~l8QgbVjDf*w7TV&7V>9%L2o{#WG-qf;ES>+eBQNfFvxvo$MT%J| zx*v0k6E$3PcC-Mp9E-dAcb0;isYhO3a#wwAI&t2G@-@4_AK~VEBXzTN3FG zPgqziH^~ORn&m>Oub{|NN+Al6M686?Hxhj9BM*|hbWWx>GKB(tJgq+#6GR?uO?DYl zoE@Z$AYbq`nrVCBX^l#>8Mj&%0=)0paY!xx2zF)6wb-Z?rJd=1=RoXI$aYZbXDkM^ zU#|LIVUm4EtI~wr?TO=;ggBtm;z)-_b+iGuBd#z7fsslur|pPqlcvXDMMHvspRFDW zzDuQ)>`FU^u@xy}e(+HV?XTG3{M2!VEnGJN+eR3CYp$ovSazFA_@P01}a@ggHwp0yp)l4i}4KS9fL%Qrn_$IiOjn!U@Vs4HnWva=0NBVnW z!|6M8x_Ii0dn=)=kb6`Cw8ZbMfu5tg1|Fm4i^%57Gpj}UqPRn?o=bu zXr`2MstH9FJiuKFo$`eTH7(`pVZF(Zp{5Q-;(s$I%03NOGbz8=6 z-6effvR2VD>ep<7_)IlPr~8aGn&|~9;VyoZ?k$8p*K0E+l?KzrQL}CesZ-t1%_&TZ z+y%_fJBdn7m*o6eCU856N|gS8N`+eMQro4QcC^7prS;7tIYP@ql8y;nU*d-^mUwrH z@*XgQFrGOpbF*gpt}V3bcs=lXk*>|Q>lc_#u%}oLBAuCvi5a8OK(wK*%mHm&AUPsPfb;QF7D0wF^LLaTeQL~y=lIJ#u0f8Y#x^mvS_L0$ z-aDZyx2!+dteJu?3}`L}smm!%1<&+UObitrE@zHVkOnTn%-WDX6A9BDFwaJ#tcBN> zs*u#hnF-r5Vv7s=x8|rMA}mOmsFM*B3ooK>csHC#SC%$c(uso_(dFBr=|Y;6fU`FG z4q(VEdrHc*6EaS(!7b)cNb>+)QOq{|-c5n0^BCCyyBXHhf)mdSb>hP`PI~O@apEVL z)J~uqqzTK?7K{(p`5v{rw1YX){cV9v%aKq-UpKJC*f~qH?@rm!b9ZPQvk+E&XUI>I zs8!H)?&Q^rGh{jw@QC44hoe-^iCNp!s7A=H?##Bm@LraPgG8x|88qcv$KSo-ww)>{ zh}L+%x=k=`LQ?+j4X^68Z}_kcBfF12-ShvY&1qYso|RGX%T}}HuUBmP7W?#Ha~NOp zncKU%CQn_{I@4Cp)<(vFAqd{+HfwBz^uZT&z}0;lv(-#J^1!LX-d!q)iFVk%+fg6I zL$(cK7A@^SQ41;1D)8P=UUbVBQ%DFr66swRp!Cj>qn3OENF% zt4dCUsf5T`84PQ(x$x6Z z0&FcfAo7sapRGyuyI`Fa88n({9lQx=KqkBU+t)?XtV0W?EcSWFy*09}Cl6H4EV8$hasPM>BRhF;`f~ zc8juK^tF=srs_63=xPy?GE9T@=UuX&JEBOPwxnIp{P^aKkFukh=~K9kbZl>RPgbuU z=vP)4Wu8iD=_I$vtSu%+iNtL=&z{MpBOKXO9+pZ`+N94C%_vJLxw}@SEI<@6hCYJJ ztFqM!DZ3Oq&UWrPe3>d$R1mP3DrqL_L(b~xGdGBnGvt`t(H~r%T|M1B3RA@Mu3?z+ zZ0b0KFXrq-Z!||>W}}NotKA8>v~zMG2}Y_br5(x3v)S$DsX^%aesJkZ^-!w~>ccO! z(v|F6PO?)T^UK^o^c^#PcA{Mz^YmXj@LA$0myQw%S$5@BW#_o^DJ82XYB;%g8i{q& zHl*`M+ly=71_{EJv)X4vY4Va<=tjZEV!MTWUbEve7DoaM8LpHSa zmE@AOZ(eklRTgsGK%B7dfv6O7|MYCGe&xc|7;?AyN zKNqV;O_Kmcw~%6WMH-2Ce27PhOtL&pYU-TDR53j z+EJWlCRFuj{AOl)k|q`G!#QwCW^aZK)Ms}%Gw!zN_rt{woik4Th4_S4F>Y0Ft z{;z|=cK#8g;Z-r8bd31W+f_P~%HL+`D!$CcsGH7`GmD(!P`pJb$XWnvrraTg|*re>*cOI#;PH=*(G)uq;q!XUnhKn`?%=F!%%w zIvxEWHsHolYfmXyy^y*s*e;i}Z0wITCas~!vB3RkA7=zhLs@SArg5rFmhRBzcX_M%8xni+~}?N|59=k&ct_*gPpfF zX)PES)Pu8~zRd@%umP>zA!c#vPM0e5E`o(l5Awu3>-U6d&crBWQP{(F3eRjJ>Sv|y zwzPOYW}oa@o28jf*{Vm@D^P{$3mBa8c^-tJAdDIE)JkBg{vvfjMvtj+1pMHHO%`TR7@NhbK1%t#0Mae)%~ne#~aYUsXc2nJ0w!=)!?YYc2;n_*g^F23dxdN40SaHZM8%V*DNSd<)a&| zL?1CJo@y(UI?1VHj`Tj{BB#|WZ}5(Zd+rRv4GTLzCM|Y#{ zw}ko#LPR_{5l8ICQSbq1JO)A}d7;AE?H z%+5l`boGkmO5?+UTJNx~dx*M=?EJqdlKO0D*G30NbndTKKk!Prad#YMh}^fLY#uR< zVze42QWTH2Iumpt=M)<8=penB_jzT}+zAG65Zz@AWSYnev^lx|)P+mJBD8k@A7NCe=Urln3}c%ehOSe7!bi$O1l7eYLfV;lg6BLwo%)5&C#9%?|y;#yEV zi>Yo}qMSGzzAKWE#UmoF2U7{IIpRy#qDeODxSnIw_x~r@M{P7mbf~0YFo1#gHR^6D zDCuxD`g1?_=8;-Qcb|G+n(rC{vqeV}qm6s+Y+*8)=nVPlms6%GDBH@ld+wZw`kilX z*1n3EW?D!XpedP>7ft^2a`G7xkBR{}^FWo{;+&wI@J$NDo}jXq`0>R-~C3iOwfk_44|$#w*9rl>00BL6$dD zyQUYaVKzdAB6UHp{hl&YZ60RRP-jbKn}epSg-j-0b0dWJCVd(tkbw@XQM<`LG%Hs} zC9*FtIGK#LM|7cQdLL7t*nuh+BC>b{%ZcV>%#;7ZWlg*^U_6GtUq}|**ff9;T@z}`UoY^K{6k{JTbsyj`!@gVGM687Thp%20Iiv%9)$A1 z(nyC+k%M>u^Ph?Bq#rVaU6}^- zjqyuV2FU>9jBqkqZ8MRvpNS#DVPWWg!P6$rcEO>rUB;8y-Dg;^u-p zuCi!&x*Lf0PK+P8v7^}lFH09dTS7)FE-#hax;{1?-!%uGvHzxZ*|08`??QzWXuPe3 zl&w51jkW}z*}T8^F88(C1bU=%#xQjlX8KLm;!zeU&9+$!E~s%PUq+KGt5PE}DO0X6 z&PBU9eJXKI(?zDpnZ@F#&~@RuC$2Vbu~COZ6(`1+gKH}ZlgMRTb!wNWNrOzcC~#S? zw`oFw;8_%Fe1(p?bfsvunB9vazLLc)1Uz6V@O#Qc;FQCqPb#&g!4eO!d9r8s%xa^gg10Le9~k2WOa(tl(crheNp-YT}K z%ux!+FDZAZ9+jf9y8EeA+7{v0Q?c-9YogO0A#RgqmM@~QW|nyDW|^tOazA^NFT6@G zMu$K!&bjt9Kx^qe4DKnI>Fgn`+{!PElu^d8XMX_n~9jiz!5!C1wcZicF-2w($Ye zIPeADrn&+G+hrO%%EMqK^WqS52zDJ6&G$qywSKA~7t}y$sDT?52VE^JUSOrXx)+IY zTf*A<^q4)&79y)&8qdN3hm@K(i*{xwI>*r}f`LO5j%%)h)}3(Cm2!thCx_~MFBncS z!DTG9(Ml$Q(HU@69oiE8>iR4G>f}^*yj0-F|Z@{+zhSx$b@qFF=I|z-J7G#qcUt#Dor|Y z(QY=gp%=!cj)Di8r%wviv)MO8w+0Em+k}O*f<43J zW>~8U&MxgBV8b4Y*^0#0)h8!7)J-KD^~okj?8KZ=G5B!qWZ)dLB!RnWebb7oH|TMr zmi@Pq>sl!#*&teu9LA_uYv@&Gvv{Tb%oKIz+5&ydU=%M~`dzZ<>h8$X~+r z*zMei#4;?_x0+ApU|aWG^*j8sOTDzn+YY<4Mv{wDy77REy~LzfbGk8Z@MC*j@*De} z7NJU}F{>w(gwOJ)%4$XzMmO5AE^-SIoyPw`zCMn%w%n;9Qy?uAiCcO20?Vgjy^dZJ zn+;qPmc`~*g&Av?1%r3f8^i3E-5I7|*{xv;gnPqErHy`P*dP)QjnsO>(n21ySe>Ux zdNy^;jwF+08-kU~c^9>tpqdjoLs}3(AHd=)8@;iEU~GP9^$Nz+@zfIH&k?FVHv;t$})b~*F*N$j7qO7 zBNn^&{a;w7G&5dVhJZWJDYF$KQQOq*ai(k{HlAHurk}-&%Lx0`W%_ZymzU)Urg*9A zfn8w6kMs&NWwpAB|^WHx`I_Mlve<8F`^DJWsoCP2D*-NrT`V6IdNa zwSa93n-MMU860uL&IBvKp!gbPxEUT9457gUC6-7emTi*UBWF z?xAI%rgq=hrf|5ktxMtAHUycOAh9-F-A38=?N?|s-F=&kFd@joWkx;_=3O+S`MmHQ zIykwBl+>WG=xN=8dpjrCA@zO#v#gGVE8SE@h(%vclytBag5^^X+A%RM&UnipO#c-r zWZn!ZC-E&HBR-2FdrR4DknP@x`G3!ySko9XG-}baY!iO1B8IFvJ@@k%d(Z*)f7K9H7mXj(^JfmC3Z3Fq|qg4(nMrp(UJ*qOT^i-mGnR$=4qXujN7;F$4z z>V@ih;HDH)WmLkmJxC)UxL~Xb>h6J?d=EA=UO(U^bPPkdhOSiN>+p%TMpVu=H$3fP zt5?=D*9-``id?i>O_nk zG%b$d%Ql|}x@4-bw<~L)FCSVG3sadTaaH%*+Vt3eGgH{O$Lw!K-LD0|mh8RzEm7}6 zHmKvqbkd(SXxfhq^1M$bL)&)nUy=)>3hX;D8G@t=$DxpH%mz)2|Byw2>+4#P-(*)R z9e75}y;QRO1y!Hj8QC=0b6`=M(j`7`jP;?ZX=|Rf%uK4I@qxR`(rH*@b3+Bah_ufR z0_Xi%or0;Ho*sn_4)TpulPGkYR>mQ*bWUBk(X?8ba2o^NZG1_45@PM?<#znSplUqC ze}pw#N$kP>87V`GjKxhcP=?2|*(Sqdb6Loyi#VQ}M3XL?3H8Yy>Dv6kfFE2rUGkt`M{0sA@8=3-ZybNs6jH6(9=b0 z^>}@6@x5LztIkoduB?J3h2zIw85M|--qs|O_-i8Yu92=Ax+f7`e5 zU>CyNL|jG|SkRo5=8fg-My%MlF~F(#Bbi6@GA~t<@o4?PO@kyG95(4w3yt{zX?o>Z zYL-ZBZ*^ErIe<}??}O$KRIW9ay9h_|^RX=WSTj;Si*I*fe1~eL9G$XMlaQ(JJ+lCZ zMj$C=JbYSNwyPnZ8{2yrtmAFM3$TQFykRA!0HiML90~N-`&(hGdxo zcVkUdJHrl?d99AHy`?zY4X3Vfh&^HhT}@0|V8h^};Pza#wmqgD1_m+HfgwA0P|62r z6ps>ZWov7s5)6yhQjrM#G6{oD_j0KHm{=9YU_RXi^}wcJKyAC<4@oSTMdSa%9e*r# zKA~ieG=q{GZOnWm@2)ayk#79s&yt1RS`3v;H5fK8WP{cG<6Dd6AQBbi0u7{Y`zz8( zI`3hd?88p7L6;2#Yhq!<7zOPA8Zn#M^nZCf*1cMb8AowXmGOco~cT>HUj63ByhjXr+knLJ183JlI z?T$f36>k|NJcTD_%PYHq)Cdo;RM(RTBkL-Qa#_+oOHG0KdDl-W@o3Y&eSy~nh6Bd& zz)ezoTnq@V0n!fG(x4|X8R+)GWXv@%+i;Y+p}ncFm`h}(F)s9lfL%nW?uW0GCtbZt zD>{Xfr`HiOf|^_!N#SDU$JdnWX#}{A5n-QGzA30XBaz=mh!LnV!(O8{bTvNR?c}Ce zcfb-KAB`t9DJIL}Z^1yhu}^F&bAF#kv72O$g(JaVa`{6|4p$cHNAc3aEDQ;SYYVfe z880q`d zhzi@ih^25dBKUxJBO>s~5)=0M%_IyLr=hwYvFNs!^8?+Gh#N`hh;~pYlk`&+nml}6 zqcZ|#S0&oda9JY1!*z*}|2k4_3|A(y!IHb%@{0x3)OHE;xa@>M&~Re4Gtqr$rEfQ7 z`{4xx1m||9fA6h62n&E~*d4BBF-NS=>}b8&b&9)~l`<;jHDGoXR&TBIb;Jfa5v6l| zsz|rU^t+L005$T~vb`ZE{c19fEGtu{9Fts@%6DAVd!ZLH6Qa8;1&hABMNRE=KFpB$ z+Pk9^F2IPf7{$086akmTwQJ|wv=?{J8Wra#I!ocI>en$M>Zv|kQ)dDZpWnu4h+?dd zxkxZ(9d0F~ETc@H#gT>|jS2p!Xp6NswK5|Gn{!nbVbV90CTSIBt^6oZYh?v>K%$g6 zYZd)R=FO63TD-eJ6$N9HRqakknxI=91u)N=Y}$N_#XgO+h0i}IWOqCAgKAsT3->!} zGth2$On=bq;vJ8QMnNz&*zbANxY|vR{NOY3Rz%^pM{yhUR{RiMmMBsi`{iN!>7YDr z6*c*Ji)`IETet+$SUvJB*=Wa~)HYE%5yvkeLEjLDtkd24wh6kyRxK43f2paWr?$-b z(lvIXN_Dgy{K@y9@Ve!_;RGyOJV|B>xj?@sa zUX{ns(PD#qH|Qxu(~LUoH~ljp~ZV8tn2s zCf)pHe??4>Xm#^uecue+Nmos9ZY&7jvgf8lIfK$*D=QyuwLKZU=gn&@iMDQB&*U5- zBQFOYh!8abzcXT~B=fjy(mcP|AIWyL5#h7#2MJBgS@jlzlU+Bd#oCOH=@yXrd}^I9 zlJe9x^3v|1_5gkaV)(Xk9;AFdiE&ZZMYMlwU@v-`RDPblEtA z$to_px1UhS8Tp_-a}yj-5ixzIn7$GFscEOkdJs`QY)?kJW;zg4XdoE|M^%Ze5@cAz z%rC$!NNzL;4tUvqnCXYsb}ZwW_1COL*d-YzYhE?B3oXr7=~r6X&+yQwXLq`!Pd!gP z3GE(FMQGacSF@m+U}0r9J?n{hhOT&!Nm(*RvHjT?%=$_6!CgG0!ul6GGqY7yCWAt9tMWa+Lgc99BhpWz}= zD@~Se_9V5Nto44%*0I-UN*W9vT8n1cZMFqDlCk9GNrXF{3>xU5my9u3d6v#D z7GPqD*-PwtQCaDAmadB%V5mf6V4o6!N~@nllx%`_(%m8Vi{P6`Gv*Q0V6Bm?K{5tl zYAsa9M6q>51F52H0xQ|&c90_b5t-~HY0%d8-RXoiwatYwT{W`}D{gaC_ctJ8TNc=NwQXSg z0Uh&Bw!ISR3)$IJCH7^Q^0wOtg2JlY-yUUmGTSooXCdE7q(K;%R-UeSZ5fzrD8m_U zBc)|5rK&>(USHVQE&8bjiK){xQ;u!)6$V7~VV3%$`yP=x?&C-GpjN2IHJfgM%hnZy zW9{RJ#`8TQjPG>gP{8l*JV0$|H zMuBEkx=t1sJJD$7Wi`_~nTia}%bX3ZWmtmbnFk9PBmw1u4mbaq;$!@Z}-7~UETXjwzhO87P_&r+qstl&Y2(h9SS z)!NS?PN{boP}~=S(5=Lw{&^pA05=}d2Kq>F595(sriwkFs`cfbk?yZT7l<3C?iu3H z(+*>#cCfC47}-gViOey;` zEuU~BWa@RdOqc_hq@Z>ET)A|~XtDp8M+?cqxd%2voBdL?C?=eTAb<*yYEY&>O^I@Q z)s)CCTNcl9R+YCJ7xj!q`2mWoBz2j%VV+p4SRsTzfo)>5xLCJpg090WIm*+hb26!B zw)n2k9!x1>29KLD__~-)kWKT#WU=fkFc?->YjQX=OwN7CsrD@e*HE)Fm}&FiwTXIXH)^!-DOU1}i~kJK`Y zNZ}Jy9ZMHz;c=H0Gp-Vu-ucQe-y}+BG;3;BeQEki8*YHjL>>xku-~XheibY~AaXub z%^H9MUMs@=9ess8btUqsa3O3OoO&f}8t<3FrlD{xY#N;DV%YTA{ag*JBx7~2U3NXJ zBI_8Lrd|-M_`(&jX4irD(+&(g_Nfqki$U!Q;mpjW0z#aBZNfb2(%~)Afo7Qb__ES* zs!@G3*&dBYvL92_0OnE@c6enc?PJIWhe<3tM@Qk!!qDp}&vtdflbml%bBCEBP0j|y zbFu_dJ6QR4cF{5kcElW-bep#&Prapf$F|>)R!g%bTNSZT7K33a>7FLpZt7Spq1{$- z1m>9?IyT$prQy3oBF@SJF}H%+0j?4WiC```nklur=SEQ%ppV zN4L6FO9z0ksSiWRVYJa8x>3Ly#IhXkiZ zYTYsCtYD^2BCUyhJ`U#~JgPe5Xrq)R zomc7(6>G}XvNzgdA0El}44A!b_r_#%n^-F*y+nW_`|6^C>_^IQOti2a6Hl<%HhFc% z7r)@b8DEiy&jN9fA&v{WD#ce(8y(~FT^H&G!HlNC6f|AbXg;bG+r7H{p7Dt4{mqB2 z`*u?)#Hd6|jGNQ?<@l*!E_r4tvTJxLJiUmQpHr^lRScg(2>YK12l6y|@L#1WQW1_@ zQ!nBTLJI=OOrM+@;syz%rU(AylswGBSD{?g3JN`}l_f))A~LU-7m|H6OHQ-tRlK+! zv)WRAb5grZCJ)7Dg!8+P3?`=l*W;d5`vOd{kcvs`JHTQTIHNN%5xMH25Iz>P?ex;-j`ka+a6h zmdP`_u@^ZxILDc(Kxe!cX+`m4M1>I?FQfd>s)t>EI-x+Ef_I~q9Q^TCaP-}PKo2lMt!1zCvMM{{|F6|J<@&6n=~?JxaUp<-0?zOKjg;n2@lic!1)@4t$W24~#G2^6FLRxn z{z$m%bSa4g~Vyg%68;C zlWw{O#J>@hHHt0vKeJ7Kw2bDUIAM8B*KFxB_ji$SPCV%X95fPJ@l1%bgBtmL!d9YUDaT*h)tiLxK(ide-)&rh@=hNT7`jpj={a#` z$UgxkAugo|OQgi+ejjq=kb7`EMpUpZJz2HqFPhKMXoeKW=43R8v1S|lvnxU)a$&-j z4{b1~41!rTjVa)iQ!C0OOu@|VD5;!qE`jX7)%U}h`tAl0?fAdFoy%?<#}$V4C?r=7 zVEX~G2p~v60w|J&Ktup-jFCjyq+kvqW*~6(f!-;|F7kWj`~P#Q>Qwje62-}eoSE*f zs;eVLJxs zC#1gn_~t?Y8p7)gu@As>!b$2QskKY?82cPQecQH28Dl7Jl+fV=h^P$aju3hEafgg2 zQtvXx`k#f2`ADW;p<1q7GD;b9p%*jOXO}b9hf&a&Z!T#pUCTv{t#q}r#`=0TH-;r!QmC%Qq^~g3G+2c8%Z+Y- zh95{MRAm|^0u$n5*w%>UCH3AwwI(-OPDM+25UC~}SEziQ?^F5hSoYY40h?nRs@Xp8 z$nv=~mn@Pmsj@-lVGC&?-H^U~*0}YK%8y7!C^ncw6p$5^y7$HA!hUo; zpf5DkG~8&vNBj+MKMqtqd9p02Vsa!K5d;uSE>BG7ZeF_PVPm*Av2LWj=0+PPihfvd zyTgv2rc;pq377K%MQovkinKrYsChLTfG!cKb_FAegb$hCLEUjooHxglDfew+%l4Fd zJ(J7+cXHX+-np-p0Oo@{OW_Z1{4Lo_=BIlMkGhtNxTBK29JPx`CK>D_NXSDwh*V`6 zb-A7qjYih(mf;nWhmv2q@OT6S?Ybt2%7(|Kum@FGK3X<`E=ChT0Mi@Y(SjO~IgV3H zL4@Yo;^zyIRY-!5t!-l40BRAWGm4=Kb_&K0_ZP7Og)=RjTr_Svtu0;K?@AWRl)2r+ z?ialw7|{n?H}e6{J+C+XDXs72RX?wn-~Y5B8lHX%`Xr9>Kd!KBDF8`jilC3#jD*o) zYr4*KjXFGt4Z?&AJ85z(;y}0C2x;p;^`{$0XxaZ&nQ>*7MpTevR>Ydc0XD{<#-+v= zG8<^k3+H1Eqjn0;O5=vEbMrnT&w#gvJxvK&>Gk-CfjsC@twI{erA9V@Ui&vxs?G5c zR8Q;puEdbUwO|A^(Y&=i^4ax0Ny+D? zn5NY5^gxX`NGE34rH?uL0u^d&up)x{c7=_KLcXGY!2h)xvo>HgMI6HR-b1N!r|N|*9hhCX(*OztP7>tQoX4`Mc0Ng;l>eFJuYUUn-KslNs16Y# zv!P}SeftFUGt+IYa{_H&?~)tCb>ceAQ(&Tc(PpOT&5RUwQjXqG_mISwKF1f|s!M)t zJOknwBZ`BrEC%vN(lMVLM3Qy*?3@lmPZiwj{SNV(Xl}Cv^cDgv<1sUt6wYf|4kLDTE} z7js0Qvh^gb!qnz%QtE|%RKV6J)xhTefhySiia;BoQ&|aHKb2b8@imIF zKAEdw>ym05(RO%H)tCv+M>uErYRei>@8H6r%Gmb2(6y+J&4;XyEngAOE*JfY2xI{= zFX2-ovSEAl;+$x~0SN7?U0d@&cH?!`?EZ7Bo85m99CRkVC!dS&N6!z}&SnV{u6EeX zYecIC+oCOx4s7Y}8D#Y$i`86t z1*^j67{1b>g;tnWII9b$3&vF&$oGNWF1lR+R6O}2`$ozfStT7 znuI(zwnRqw<6A4K-L7Kl@hg;Z1sV3|yju$HIJ`VGn05K|N00i1QA7@(hYemC#5`Y~ zDRr7#R>VC&ONu(SIcxlpzaVY%{YtaVxV!7FjNx5zY4NKUlk{u`}ofbodY949cg) z&o7(UV25DuMx8>v3@kP(-?p;2h#y!{#1tuM;H*EG$_$R61HjPopqf$eOJ z_jRaxd8jDh?0&id`Hl(s$eOIFwugD8> z_Vz}Opx1kCRqUWLQkFT~Fgt?5S4w5Q~q%!qv2h=9I+L{8v zlpvw>39>*bLoi2NNckH^PA%eZGTx#0hz@GKGo5vWvJfnFB`^2Ys4P)IstCbok2$x) za5iCD-ep#Zi7+k;bO?@%ew*$Ca+!w*Ce!lC^=fm9nW7w&Yh-B}yxj7g#d5V_oFE{k zVTqekb(F2Wlm?Hd2NTji z)TJC3IJS5WJiqyMuP+85;VHM_FduDxE#l?nA#>E=WOLFPy17e-;0%$slKax6Z`sxkv)5RBGBRi(4m+WAs&L@ZP7`Nq0TDsCUqAo!&yW z!hE|i=RrT({cuR9;^^;@GLzy4yQQ)bP)V3p>;7a}yNO-&qBPo)otlAaV5d?DG&?{# zxXxoR2rKaBSe)4DrZ593jj**|T#(t8=4;e#n6qjBW({dBvc^3hT9x}pt)%_q%uK37 z!JS#?z9*N!CM`zI7DPXQaU$E{C#D;xRj1m0wo^;49=Po1b0||L({sZ9nVizC_PQYT;xbDqJx+;1P2Wm2ZJB4&wsky zU0v&D&N_AullG;mq|1X4cQqN=bkQ(YDd|v36)82dBZ~0JE5xYgSce$|RkzJ;dN zPBib4*YqwH*!gc+l>Z%w_duc+qCZN*W(zd9I~a}GViYvd0$jB?hOH26R~R_BW!PJb TUDN77(}>vMj9OZbX#@Q?igS{q diff --git a/profile-builder/translation/profile-builder-pl_PL.po b/profile-builder/translation/profile-builder-pl_PL.po index 61980c6..cf0e69d 100644 --- a/profile-builder/translation/profile-builder-pl_PL.po +++ b/profile-builder/translation/profile-builder-pl_PL.po @@ -1,94 +1,72 @@ -# Translation of Profile Builder in Polish -# This file is distributed under the same license as the Profile Builder package. msgid "" msgstr "" -"PO-Revision-Date: 2016-11-28 13:11:48+0000\n" +"PO-Revision-Date: 2017-06-06 19:35+0000\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" -"X-Generator: GlotPress/0.1\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-Generator: Loco - https://localise.biz/\n" "Project-Id-Version: Profile Builder\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-06-06 19:35+0000\n" +"Last-Translator: admin \n" +"Language-Team: Polish\n" +"Language: pl-PL" -#: admin/manage-fields.php:125 -msgid "Specify the format of the date when using Datepicker
    Valid options: mm/dd/yy, mm/yy/dd, dd/yy/mm, dd/mm/yy, yy/dd/mm, yy/mm/dd, mm-dd-yy, yy-mm-dd, D, dd M yy, D, d M y, DD, dd-M-y, D, d M yy, @
    If not specified, defaults to mm/dd/yy" +#: features/functions.php:678 +#: front-end/default-fields/recaptcha/recaptcha.php:374 +#: front-end/default-fields/recaptcha/recaptcha.php:379 +#: front-end/default-fields/recaptcha/recaptcha.php:421 +#: front-end/default-fields/recaptcha/recaptcha.php:458 +msgid "Please enter a (valid) reCAPTCHA value" msgstr "" -#: modules/custom-redirects/custom_redirects_admin.php:244 -msgid "Individual redirects defined in shortcodes; redirect_priority=\"top\" parameter can be added in any shortcode, then that shortcode redirect will have priority over all other redirects." +#: features/functions.php:685 +msgid "Incorrect phone number" msgstr "" -#: admin/manage-fields.php:1214 -msgid "If you're interested in displaying different fields in the registration and edit profile forms, please use the Multiple Registration & Edit Profile Forms Modules." -msgstr "" - -#: modules/custom-redirects/custom_redirects_admin.php:240 -msgid "Multiple Registration and Edit Profile form settings Redirects" -msgstr "" - -#: admin/register-version.php:251 -msgid "

    Your Profile Builder license is about to expire on %5$s.
    Please %1$sRenew Your Licence%2$s to continue receiving access to product downloads, automatic updates and support. %3$sRenew now and get 40% off %4$s %6$sDismiss%7$s

    " -msgstr "" - -#: admin/register-version.php:246 -msgid "

    Your Profile Builder license has expired.
    Please %1$sRenew Your Licence%2$s to continue receiving access to product downloads, automatic updates and support. %3$sRenew now and get 40% off %4$s %5$sDismiss%6$s

    " -msgstr "" - -#: front-end/recover.php:151 -msgid "You are already logged in. You can change your password on the edit profile form." -msgstr "" - -#: front-end/default-fields/blog-details/blog-details.php:70 -msgid "Your site url will look like this:
    " -msgstr "" - -#: features/functions.php:909 -msgid "

    You can visit your site at " -msgstr "" - -#: features/functions.php:896 +#: features/functions.php:897 msgid "

    Also, you will be able to visit your site at " msgstr "" -#: front-end/default-fields/blog-details/blog-details.php:138 -msgid "Privacy: I would like my site to appear in search engines, and in public listings around this network." +#: features/functions.php:910 +msgid "

    You can visit your site at " msgstr "" -#: front-end/default-fields/blog-details/blog-details.php:116 -msgid "Site Title" +#: front-end/recover.php:151 +msgid "" +"You are already logged in. You can change your password on the edit profile " +"form." msgstr "" -#: front-end/default-fields/blog-details/blog-details.php:93 -msgid "Site URL slug" +#: front-end/class-formbuilder.php:124 +msgid "" +"The role of the created user set to the default role. Only an administrator " +"can register a user with the role assigned to this form." msgstr "" -#: front-end/default-fields/blog-details/blog-details.php:63 -msgid "Yes, I'd like to create a new site" +#: admin/general-settings.php:59 +msgid "" +"This works with front-end forms only. Recommended to redirect WP default " +"registration to a Profile Builder one using \"Custom Redirects\" module." msgstr "" -#: modules/email-customizer/email-customizer.php:36 -#: modules/user-listing/userlisting.php:118 -msgid "Blog URL" +#: admin/general-settings.php:115 +msgid "\"Admin Approval\" on User Role:" msgstr "" -#: admin/admin-functions.php:44 -msgid "Blog Details - only appears on the Registration page!" +#: admin/general-settings.php:134 +msgid "Select on what user roles to activate Admin Approval." msgstr "" -#: admin/manage-fields.php:219 -msgid "Blog Details" -msgstr "" +#: admin/general-settings.php:146 +msgid "\"Roles Editor\" Activated:" +msgstr "\"Rola Edytora\" Aktywna:" -#: admin/pms-cross-promotion.php:239 -msgid "Allow your users to have paid accounts with Profile Builder. %1$sFind out how >%2$s %3$sDismiss%4$s" -msgstr "" - -#: features/email-confirmation/email-confirmation.php:578 -msgid "Welcome to %1$s!


    Your username is:%2$s" -msgstr "" - -#: modules/user-listing/userlisting.php:1303 -msgid "View Map" +#: admin/general-settings.php:154 +#, php-format +msgid "You can add / edit user roles at %1$sUsers > Roles Editor%2$s." msgstr "" #: admin/add-ons.php:103 @@ -103,1010 +81,6 @@ msgstr "" msgid "Learn More" msgstr "" -#: admin/basic-info.php:99 -msgid "Timepicker" -msgstr "" - -#: admin/basic-info.php:100 -msgid "Colorpicker" -msgstr "" - -#: admin/basic-info.php:103 -msgid "Currency Select" -msgstr "" - -#: admin/basic-info.php:109 -msgid "Number" -msgstr "" - -#: admin/basic-info.php:114 -msgid "Validation" -msgstr "" - -#: admin/basic-info.php:115 -msgid "Map" -msgstr "" - -#: admin/basic-info.php:116 -msgid "HTML" -msgstr "" - -#: admin/basic-info.php:162 modules/modules.php:117 -msgid "Repeater Fields" -msgstr "" - -#: admin/basic-info.php:163 -msgid "Set up a repeating group of fields on register and edit profile forms. Limit the number of repeated groups for each user role." -msgstr "" - -#: admin/general-settings.php:62 -msgid "This works with front-end forms only. Recommended to redirect WP default registration to a Profile Builder one using \"Custom Redirects\" module." -msgstr "" - -#: admin/manage-fields.php:118 -msgid "Use this in conjunction with WordPress functions to display the value in the page of your choosing
    Auto-completed but in some cases editable (in which case it must be unique)
    Changing this might take long in case of a very big user-count" -msgstr "" - -#: admin/manage-fields.php:141 -msgid "Show Currency Symbol" -msgstr "" - -#: admin/manage-fields.php:141 -msgid "Whether the currency symbol should be displayed after the currency name in the select option." -msgstr "" - -#: admin/manage-fields.php:142 -msgid "Show Post Type" -msgstr "" - -#: admin/manage-fields.php:142 -msgid "Posts from what post type will be displayed in the select." -msgstr "" - -#: admin/manage-fields.php:143 -msgid "Allowable Values" -msgstr "" - -#: admin/manage-fields.php:143 -msgid "Enter a comma separated list of possible values. Upon registration if the value provided by the user does not match one of these values, the user will not be registered." -msgstr "" - -#: admin/manage-fields.php:144 -msgid "Error Message" -msgstr "" - -#: admin/manage-fields.php:144 -msgid "Set a custom error message that will be displayed to the user." -msgstr "" - -#: admin/manage-fields.php:145 -msgid "Time Format" -msgstr "" - -#: admin/manage-fields.php:145 -msgid "Specify the time format." -msgstr "" - -#: admin/manage-fields.php:146 -msgid "Google Maps API Key" -msgstr "" - -#: admin/manage-fields.php:146 -msgid "Enter your Google Maps API key ( Get your API key ). If more than one map fields are added to a form the API key from the first map displayed will be used." -msgstr "" - -#: admin/manage-fields.php:147 -msgid "Default Latitude" -msgstr "" - -#: admin/manage-fields.php:147 -msgid "The latitude at which the map should be displayed when no pins are attached." -msgstr "" - -#: admin/manage-fields.php:148 -msgid "Default Longitude" -msgstr "" - -#: admin/manage-fields.php:148 -msgid "The longitude at which the map should be displayed when no pins are attached." -msgstr "" - -#: admin/manage-fields.php:149 -msgid "Default Zoom Level" -msgstr "" - -#: admin/manage-fields.php:149 -msgid "Add a number from 0 to 19. The higher the number the higher the zoom." -msgstr "" - -#: admin/manage-fields.php:150 -msgid "Map Height" -msgstr "" - -#: admin/manage-fields.php:150 -msgid "The height of the map." -msgstr "" - -#: admin/manage-fields.php:152 -msgid "HTML Content" -msgstr "" - -#: admin/manage-fields.php:152 -msgid "Add your HTML (or text) content" -msgstr "" - -#: admin/manage-fields.php:153 -msgid "Phone Format" -msgstr "" - -#: admin/manage-fields.php:153 -msgid "You can use: # for numbers, parentheses ( ), - sign, + sign, dot . and spaces." -msgstr "" - -#: admin/manage-fields.php:153 -msgid "Eg. (###) ###-####" -msgstr "" - -#: admin/manage-fields.php:153 -msgid "Empty field won't check for correct phone number." -msgstr "" - -#: admin/manage-fields.php:154 -msgid "Heading Tag" -msgstr "" - -#: admin/manage-fields.php:154 -msgid "Change heading field size on front-end forms" -msgstr "" - -#: admin/manage-fields.php:155 -msgid "Min Number Value" -msgstr "" - -#: admin/manage-fields.php:155 -msgid "Min allowed number value (0 to allow only positive numbers)" -msgstr "" - -#: admin/manage-fields.php:155 -msgid "Leave it empty for no min value" -msgstr "" - -#: admin/manage-fields.php:156 -msgid "Max Number Value" -msgstr "" - -#: admin/manage-fields.php:156 -msgid "Max allowed number value (0 to allow only negative numbers)" -msgstr "" - -#: admin/manage-fields.php:156 -msgid "Leave it empty for no max value" -msgstr "" - -#: admin/manage-fields.php:157 -msgid "Number Step Value" -msgstr "" - -#: admin/manage-fields.php:157 -msgid "Step value 1 to allow only integers, 0.1 to allow integers and numbers with 1 decimal" -msgstr "" - -#: admin/manage-fields.php:157 -msgid "To allow multiple decimals use for eg. 0.01 (for 2 deciamls) and so on" -msgstr "" - -#: admin/manage-fields.php:157 -msgid "You can also use step value to specify the legal number intervals (eg. step value 2 will allow only -4, -2, 0, 2 and so on)" -msgstr "" - -#: admin/manage-fields.php:157 -msgid "Leave it empty for no restriction" -msgstr "" - -#: admin/manage-fields.php:561 -msgid "Albania Lek" -msgstr "" - -#: admin/manage-fields.php:562 -msgid "Afghanistan Afghani" -msgstr "" - -#: admin/manage-fields.php:563 -msgid "Argentina Peso" -msgstr "" - -#: admin/manage-fields.php:564 -msgid "Aruba Guilder" -msgstr "" - -#: admin/manage-fields.php:565 -msgid "Australia Dollar" -msgstr "" - -#: admin/manage-fields.php:566 -msgid "Azerbaijan New Manat" -msgstr "" - -#: admin/manage-fields.php:567 -msgid "Bahamas Dollar" -msgstr "" - -#: admin/manage-fields.php:568 -msgid "Barbados Dollar" -msgstr "" - -#: admin/manage-fields.php:569 -msgid "Bangladeshi taka" -msgstr "" - -#: admin/manage-fields.php:570 -msgid "Belarus Ruble" -msgstr "" - -#: admin/manage-fields.php:571 -msgid "Belize Dollar" -msgstr "" - -#: admin/manage-fields.php:572 -msgid "Bermuda Dollar" -msgstr "" - -#: admin/manage-fields.php:573 -msgid "Bolivia Boliviano" -msgstr "" - -#: admin/manage-fields.php:574 -msgid "Bosnia and Herzegovina Convertible Marka" -msgstr "" - -#: admin/manage-fields.php:575 -msgid "Botswana Pula" -msgstr "" - -#: admin/manage-fields.php:576 -msgid "Bulgaria Lev" -msgstr "" - -#: admin/manage-fields.php:577 -msgid "Brazil Real" -msgstr "" - -#: admin/manage-fields.php:578 -msgid "Brunei Darussalam Dollar" -msgstr "" - -#: admin/manage-fields.php:579 -msgid "Cambodia Riel" -msgstr "" - -#: admin/manage-fields.php:580 -msgid "Canada Dollar" -msgstr "" - -#: admin/manage-fields.php:581 -msgid "Cayman Islands Dollar" -msgstr "" - -#: admin/manage-fields.php:582 -msgid "Chile Peso" -msgstr "" - -#: admin/manage-fields.php:583 -msgid "China Yuan Renminbi" -msgstr "" - -#: admin/manage-fields.php:584 -msgid "Colombia Peso" -msgstr "" - -#: admin/manage-fields.php:585 -msgid "Costa Rica Colon" -msgstr "" - -#: admin/manage-fields.php:586 -msgid "Croatia Kuna" -msgstr "" - -#: admin/manage-fields.php:587 -msgid "Cuba Peso" -msgstr "" - -#: admin/manage-fields.php:588 -msgid "Czech Republic Koruna" -msgstr "" - -#: admin/manage-fields.php:589 -msgid "Denmark Krone" -msgstr "" - -#: admin/manage-fields.php:590 -msgid "Dominican Republic Peso" -msgstr "" - -#: admin/manage-fields.php:591 -msgid "East Caribbean Dollar" -msgstr "" - -#: admin/manage-fields.php:592 -msgid "Egypt Pound" -msgstr "" - -#: admin/manage-fields.php:593 -msgid "El Salvador Colon" -msgstr "" - -#: admin/manage-fields.php:594 -msgid "Estonia Kroon" -msgstr "" - -#: admin/manage-fields.php:595 -msgid "Euro" -msgstr "" - -#: admin/manage-fields.php:596 -msgid "Falkland Islands (Malvinas) Pound" -msgstr "" - -#: admin/manage-fields.php:597 -msgid "Fiji Dollar" -msgstr "" - -#: admin/manage-fields.php:598 -msgid "Ghana Cedis" -msgstr "" - -#: admin/manage-fields.php:599 -msgid "Gibraltar Pound" -msgstr "" - -#: admin/manage-fields.php:600 -msgid "Guatemala Quetzal" -msgstr "" - -#: admin/manage-fields.php:601 -msgid "Guernsey Pound" -msgstr "" - -#: admin/manage-fields.php:602 -msgid "Guyana Dollar" -msgstr "" - -#: admin/manage-fields.php:603 -msgid "Honduras Lempira" -msgstr "" - -#: admin/manage-fields.php:604 -msgid "Hong Kong Dollar" -msgstr "" - -#: admin/manage-fields.php:605 -msgid "Hungary Forint" -msgstr "" - -#: admin/manage-fields.php:606 -msgid "Iceland Krona" -msgstr "" - -#: admin/manage-fields.php:607 -msgid "India Rupee" -msgstr "" - -#: admin/manage-fields.php:608 -msgid "Indonesia Rupiah" -msgstr "" - -#: admin/manage-fields.php:609 -msgid "Iran Rial" -msgstr "" - -#: admin/manage-fields.php:610 -msgid "Isle of Man Pound" -msgstr "" - -#: admin/manage-fields.php:611 -msgid "Israel Shekel" -msgstr "" - -#: admin/manage-fields.php:612 -msgid "Jamaica Dollar" -msgstr "" - -#: admin/manage-fields.php:613 -msgid "Japan Yen" -msgstr "" - -#: admin/manage-fields.php:614 -msgid "Jersey Pound" -msgstr "" - -#: admin/manage-fields.php:615 -msgid "Kazakhstan Tenge" -msgstr "" - -#: admin/manage-fields.php:616 -msgid "Korea (North) Won" -msgstr "" - -#: admin/manage-fields.php:617 -msgid "Korea (South) Won" -msgstr "" - -#: admin/manage-fields.php:618 -msgid "Kyrgyzstan Som" -msgstr "" - -#: admin/manage-fields.php:619 -msgid "Laos Kip" -msgstr "" - -#: admin/manage-fields.php:620 -msgid "Latvia Lat" -msgstr "" - -#: admin/manage-fields.php:621 -msgid "Lebanon Pound" -msgstr "" - -#: admin/manage-fields.php:622 -msgid "Liberia Dollar" -msgstr "" - -#: admin/manage-fields.php:623 -msgid "Lithuania Litas" -msgstr "" - -#: admin/manage-fields.php:624 -msgid "Macedonia Denar" -msgstr "" - -#: admin/manage-fields.php:625 -msgid "Malaysia Ringgit" -msgstr "" - -#: admin/manage-fields.php:626 -msgid "Mauritius Rupee" -msgstr "" - -#: admin/manage-fields.php:627 -msgid "Mexico Peso" -msgstr "" - -#: admin/manage-fields.php:628 -msgid "Mongolia Tughrik" -msgstr "" - -#: admin/manage-fields.php:629 -msgid "Mozambique Metical" -msgstr "" - -#: admin/manage-fields.php:630 -msgid "Namibia Dollar" -msgstr "" - -#: admin/manage-fields.php:631 -msgid "Nepal Rupee" -msgstr "" - -#: admin/manage-fields.php:632 -msgid "Netherlands Antilles Guilder" -msgstr "" - -#: admin/manage-fields.php:633 -msgid "New Zealand Dollar" -msgstr "" - -#: admin/manage-fields.php:634 -msgid "Nicaragua Cordoba" -msgstr "" - -#: admin/manage-fields.php:635 -msgid "Nigeria Naira" -msgstr "" - -#: admin/manage-fields.php:636 -msgid "Norway Krone" -msgstr "" - -#: admin/manage-fields.php:637 -msgid "Oman Rial" -msgstr "" - -#: admin/manage-fields.php:638 -msgid "Pakistan Rupee" -msgstr "" - -#: admin/manage-fields.php:639 -msgid "Panama Balboa" -msgstr "" - -#: admin/manage-fields.php:640 -msgid "Paraguay Guarani" -msgstr "" - -#: admin/manage-fields.php:641 -msgid "Peru Nuevo Sol" -msgstr "" - -#: admin/manage-fields.php:642 -msgid "Philippines Peso" -msgstr "" - -#: admin/manage-fields.php:643 -msgid "Poland Zloty" -msgstr "" - -#: admin/manage-fields.php:644 -msgid "Qatar Riyal" -msgstr "" - -#: admin/manage-fields.php:645 -msgid "Romania New Leu" -msgstr "" - -#: admin/manage-fields.php:646 -msgid "Russia Ruble" -msgstr "" - -#: admin/manage-fields.php:647 -msgid "Saint Helena Pound" -msgstr "" - -#: admin/manage-fields.php:648 -msgid "Saudi Arabia Riyal" -msgstr "" - -#: admin/manage-fields.php:649 -msgid "Serbia Dinar" -msgstr "" - -#: admin/manage-fields.php:650 -msgid "Seychelles Rupee" -msgstr "" - -#: admin/manage-fields.php:651 -msgid "Singapore Dollar" -msgstr "" - -#: admin/manage-fields.php:652 -msgid "Solomon Islands Dollar" -msgstr "" - -#: admin/manage-fields.php:653 -msgid "Somalia Shilling" -msgstr "" - -#: admin/manage-fields.php:654 -msgid "South Africa Rand" -msgstr "" - -#: admin/manage-fields.php:655 -msgid "Sri Lanka Rupee" -msgstr "" - -#: admin/manage-fields.php:656 -msgid "Sweden Krona" -msgstr "" - -#: admin/manage-fields.php:657 -msgid "Switzerland Franc" -msgstr "" - -#: admin/manage-fields.php:658 -msgid "Suriname Dollar" -msgstr "" - -#: admin/manage-fields.php:659 -msgid "Syria Pound" -msgstr "" - -#: admin/manage-fields.php:660 -msgid "Taiwan New Dollar" -msgstr "" - -#: admin/manage-fields.php:661 -msgid "Thailand Baht" -msgstr "" - -#: admin/manage-fields.php:662 -msgid "Trinidad and Tobago Dollar" -msgstr "" - -#: admin/manage-fields.php:663 admin/manage-fields.php:664 -msgid "Turkey Lira" -msgstr "" - -#: admin/manage-fields.php:665 -msgid "Tuvalu Dollar" -msgstr "" - -#: admin/manage-fields.php:666 -msgid "Ukraine Hryvna" -msgstr "" - -#: admin/manage-fields.php:667 -msgid "United Kingdom Pound" -msgstr "" - -#: admin/manage-fields.php:668 -msgid "Uganda Shilling" -msgstr "" - -#: admin/manage-fields.php:669 -msgid "US Dollar" -msgstr "" - -#: admin/manage-fields.php:670 -msgid "Uruguay Peso" -msgstr "" - -#: admin/manage-fields.php:671 -msgid "Uzbekistan Som" -msgstr "" - -#: admin/manage-fields.php:672 -msgid "Venezuela Bolivar" -msgstr "" - -#: admin/manage-fields.php:673 -msgid "Viet Nam Dong" -msgstr "" - -#: admin/manage-fields.php:674 -msgid "Yemen Rial" -msgstr "" - -#: admin/manage-fields.php:675 -msgid "Zimbabwe Dollar" -msgstr "" - -#: admin/manage-fields.php:1094 -msgid "The meta-name can only contain lowercase letters, numbers, _ , - and no spaces.\n" -msgstr "" - -#: admin/manage-fields.php:1311 -msgid "Search Location" -msgstr "" - -#: assets/lib/wck-api/wordpress-creation-kit.php:754 -msgid "You are not allowed to do this." -msgstr "" - -#: features/admin-approval/class-admin-approval.php:461 -#: features/email-confirmation/class-email-confirmation.php:460 -msgid "Search Users" -msgstr "" - -#: features/conditional-fields/conditional-fields.php:78 -msgid "Conditional Logic" -msgstr "" - -#: features/conditional-fields/conditional-fields.php:79 -msgid "Conditional Rules" -msgstr "" - -#: features/conditional-fields/conditional-fields.php:448 -msgid "This field has conditional logic enabled." -msgstr "" - -#: features/functions.php:685 -msgid "Incorrect phone number" -msgstr "" - -#: front-end/class-formbuilder.php:113 -msgid "The role of the created user set to the default role. Only an administrator can register a user with the role assigned to this form." -msgstr "" - -#: front-end/extra-fields/map/map.php:46 front-end/extra-fields/map/map.php:69 -msgid "Please add the Google Maps API key for this field." -msgstr "" - -#: front-end/extra-fields/map/map.php:134 -msgid "Something went wrong. Please try again." -msgstr "" - -#: front-end/extra-fields/number/number.php:69 -msgid "Please enter numbers only" -msgstr "" - -#: front-end/extra-fields/number/number.php:73 -msgid "Value must be a multiplier of %1$s" -msgstr "" - -#: front-end/extra-fields/number/number.php:77 -msgid "Value must be greater than or equal to %1$s" -msgstr "" - -#: front-end/extra-fields/number/number.php:81 -msgid "Value must be less than or equal to %1$s" -msgstr "" - -#: front-end/extra-fields/phone/phone.php:22 -msgid "Required phone number format: " -msgstr "" - -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Bolivia, __( Plurinational State of" -msgstr "" - -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Bonaire, __( Sint Eustatius and Saba" -msgstr "" - -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Brunei Darussalam" -msgstr "" - -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Cabo Verde" -msgstr "" - -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Cocos (Keeling) Islands" -msgstr "" - -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Congo" -msgstr "" - -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Congo, __( the Democratic Republic of the" -msgstr "" - -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Cote dIvoire" -msgstr "" - -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Falkland Islands (Malvinas)" -msgstr "" - -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Holy See (Vatican City State)" -msgstr "" - -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Iran, __( Islamic Republic of" -msgstr "" - -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Korea, __( Democratic Peoples Republic of" -msgstr "" - -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Korea, __( Republic of" -msgstr "" - -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Lao Peoples Democratic Republic" -msgstr "" - -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Macedonia, __( the former Yugoslav Republic of" -msgstr "" - -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Micronesia, __( Federated States of" -msgstr "" - -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Moldova, __( Republic of" -msgstr "" - -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Palestine, __( State of" -msgstr "" - -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Russian Federation" -msgstr "" - -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Saint Helena, __( Ascension and Tristan da Cunha" -msgstr "" - -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Saint Martin (French part)" -msgstr "" - -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Sint Maarten (Dutch part)" -msgstr "" - -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Syrian Arab Republic" -msgstr "" - -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Taiwan, __( Province of China" -msgstr "" - -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Tanzania, __( United Republic of" -msgstr "" - -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Timor-Leste" -msgstr "" - -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Venezuela, __( Bolivarian Republic of" -msgstr "" - -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Viet Nam" -msgstr "" - -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Virgin Islands, __( British" -msgstr "" - -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Virgin Islands, __( U.S." -msgstr "" - -#: modules/email-customizer/email-customizer.php:11 -#: modules/user-listing/userlisting.php:186 -msgid "User Fields Tags" -msgstr "" - -#: modules/email-customizer/email-customizer.php:479 -msgid "The users selected password at signup" -msgstr "" - -#: modules/email-customizer/user-email-customizer.php:278 -msgid "[{{site_name}}] Notice of Email Change" -msgstr "" - -#: modules/email-customizer/user-email-customizer.php:289 -msgid "Changed Email Address Notification" -msgstr "" - -#: modules/repeater-field/admin/repeater-manage-fields.php:190 -msgid "Limit" -msgstr "" - -#: modules/repeater-field/admin/repeater-manage-fields.php:190 -msgid "Enable limit to the number of fields to be generated by users in front end forms " -msgstr "" - -#: modules/repeater-field/admin/repeater-manage-fields.php:191 -msgid "General Limit" -msgstr "" - -#: modules/repeater-field/admin/repeater-manage-fields.php:191 -msgid "Default limit for this repeater group.
    Leave 0 for unlimited." -msgstr "" - -#: modules/repeater-field/admin/repeater-manage-fields.php:192 -msgid "Limit reached message" -msgstr "" - -#: modules/repeater-field/admin/repeater-manage-fields.php:192 -msgid "The maximum number of fields has been reached." -msgstr "" - -#: modules/repeater-field/admin/repeater-manage-fields.php:192 -msgid "The popup message to display when the limit of repeater groups is reached." -msgstr "" - -#: modules/repeater-field/admin/repeater-manage-fields.php:193 -msgid "Limit per Role" -msgstr "" - -#: modules/repeater-field/admin/repeater-manage-fields.php:193 -msgid "Leave 0 for unlimited." -msgstr "" - -#: modules/repeater-field/admin/repeater-manage-fields.php:194 -msgid "Repeated field group" -msgstr "" - -#: modules/repeater-field/admin/repeater-manage-fields.php:194 -msgid "Manage field or group of fields that will be repeatable." -msgstr "" - -#: modules/repeater-field/admin/repeater-manage-fields.php:259 -msgid "Edit field group" -msgstr "" - -#: modules/repeater-field/admin/repeater-manage-fields.php:260 -msgid "Repeatable fields saved!" -msgstr "" - -#: modules/repeater-field/admin/repeater-manage-fields.php:277 -#: modules/repeater-field/admin/repeater-manage-fields.php:326 -msgid "Please enter a unique field title.\n" -msgstr "" - -#: modules/repeater-field/repeater-field.php:258 -msgid "Are you sure you want to delete this?" -msgstr "" - -#: modules/user-listing/userlisting.php:192 -msgid "Sort Tags" -msgstr "" - -#: modules/user-listing/userlisting.php:201 -#: modules/user-listing/userlisting.php:2237 -msgid "Faceted Menus" -msgstr "" - -#: modules/user-listing/userlisting.php:202 -msgid "User Count" -msgstr "" - -#: modules/user-listing/userlisting.php:1536 -msgid "Show All" -msgstr "" - -#: modules/user-listing/userlisting.php:1668 -msgid "No options available" -msgstr "" - -#: modules/user-listing/userlisting.php:1807 -msgid "Remove All Filters" -msgstr "" - -#: modules/user-listing/userlisting.php:2227 -msgid "Label" -msgstr "" - -#: modules/user-listing/userlisting.php:2227 -msgid "Choose the facet name that appears on the frontend" -msgstr "" - -#: modules/user-listing/userlisting.php:2228 -msgid "Facet Type" -msgstr "" - -#: modules/user-listing/userlisting.php:2228 -msgid "Choose the facet menu type" -msgstr "" - -#: modules/user-listing/userlisting.php:2229 -msgid "Facet Meta" -msgstr "" - -#: modules/user-listing/userlisting.php:2229 -msgid "Choose the meta field for the facet menu" -msgstr "" - -#: modules/user-listing/userlisting.php:2230 -msgid "Behaviour" -msgstr "" - -#: modules/user-listing/userlisting.php:2230 -msgid "Narrow the results" -msgstr "" - -#: modules/user-listing/userlisting.php:2230 -msgid "Expand the results" -msgstr "" - -#: modules/user-listing/userlisting.php:2230 -msgid "Choose how multiple selections affect the results" -msgstr "" - -#: modules/user-listing/userlisting.php:2231 -msgid "Visible choices" -msgstr "" - -#: modules/user-listing/userlisting.php:2231 -msgid "Show a toggle link after this many choices. Leave blank for all" -msgstr "" - -#: modules/user-listing/userlisting.php:2254 -msgid "Search Fields" -msgstr "" - -#: modules/user-listing/userlisting.php:2254 -msgid "Choose the fields in which the Search Field will look in" -msgstr "" - -#: modules/user-listing/userlisting.php:2259 -msgid "Search Settings" -msgstr "" - #: admin/add-ons.php:190 msgid "Recommended Plugins" msgstr "" @@ -1116,13 +90,11 @@ msgid "Free" msgstr "" #: admin/add-ons.php:221 -msgid "Accept user payments, create subscription plans and restrict content on your membership site." +msgid "" +"Accept user payments, create subscription plans and restrict content on your " +"membership site." msgstr "" -#: admin/add-ons.php:222 admin/pms-cross-promotion.php:105 -msgid "More Details" -msgstr "Więcej szczegółów" - #: admin/add-ons.php:240 admin/pms-cross-promotion.php:88 #: admin/pms-cross-promotion.php:123 admin/pms-cross-promotion.php:202 msgid "Plugin is inactive" @@ -1134,10 +106,753 @@ msgid "Plugin is active" msgstr "" #: admin/add-ons.php:256 admin/pms-cross-promotion.php:146 -msgid "Could not install plugin. Retry or install manually." +#, php-format +msgid "" +"Could not install plugin. Retry or install " +"manually." msgstr "" -#: admin/pms-cross-promotion.php:10 +#: admin/manage-fields.php:120 +msgid "" +"Use this in conjunction with WordPress functions to display the value in the " +"page of your choosing
    Auto-completed but in some cases editable (in " +"which case it must be unique)
    Changing this might take long in case of a " +"very big user-count" +msgstr "" + +#: admin/manage-fields.php:127 +msgid "" +"Specify the format of the date when using Datepicker
    Valid options: " +"mm/dd/yy, mm/yy/dd, dd/yy/mm, dd/mm/yy, yy/dd/mm, yy/mm/dd, mm-dd-yy, yy-mm-" +"dd, D, dd M yy, D, d M y, DD, dd-M-y, D, d M yy, @
    If not specified, " +"defaults to mm/dd/yy" +msgstr "" + +#: admin/manage-fields.php:133 +msgid "Display on PB forms" +msgstr "" + +#: admin/manage-fields.php:133 +msgid "PB Login" +msgstr "" + +#: admin/manage-fields.php:133 +msgid "PB Register" +msgstr "" + +#: admin/manage-fields.php:133 +msgid "PB Recover Password" +msgstr "" + +#: admin/manage-fields.php:133 +msgid "Select on which Profile Builder forms to display reCAPTCHA" +msgstr "" + +#: admin/manage-fields.php:134 +msgid "Display on default WP forms" +msgstr "" + +#: admin/manage-fields.php:134 +msgid "Default WP Login" +msgstr "" + +#: admin/manage-fields.php:134 +msgid "Default WP Register" +msgstr "" + +#: admin/manage-fields.php:134 +msgid "Default WP Recover Password" +msgstr "" + +#: admin/manage-fields.php:134 +msgid "Select on which default WP forms to display reCAPTCHA" +msgstr "" + +#: admin/manage-fields.php:140 admin/manage-fields.php:141 +#: admin/manage-fields.php:142 +msgid "Default option of the field" +msgstr "" + +#: admin/manage-fields.php:143 +msgid "Show Currency Symbol" +msgstr "" + +#: admin/manage-fields.php:143 +msgid "" +"Whether the currency symbol should be displayed after the currency name in " +"the select option." +msgstr "" + +#: admin/manage-fields.php:144 +msgid "Show Post Type" +msgstr "" + +#: admin/manage-fields.php:144 +msgid "Posts from what post type will be displayed in the select." +msgstr "" + +#: admin/manage-fields.php:145 +msgid "Allowable Values" +msgstr "" + +#: admin/manage-fields.php:145 +msgid "" +"Enter a comma separated list of possible values. Upon registration if the " +"value provided by the user does not match one of these values, the user will " +"not be registered." +msgstr "" + +#: admin/manage-fields.php:146 +msgid "Error Message" +msgstr "" + +#: admin/manage-fields.php:146 +msgid "Set a custom error message that will be displayed to the user." +msgstr "" + +#: admin/manage-fields.php:147 +msgid "Time Format" +msgstr "" + +#: admin/manage-fields.php:147 +msgid "Specify the time format." +msgstr "" + +#: admin/manage-fields.php:148 +msgid "Google Maps API Key" +msgstr "" + +#: admin/manage-fields.php:148 +msgid "" +"Enter your Google Maps API key ( Get your API " +"key ). If more than one map fields are added to a form the API key from " +"the first map displayed will be used." +msgstr "" + +#: admin/manage-fields.php:149 +msgid "Default Latitude" +msgstr "" + +#: admin/manage-fields.php:149 +msgid "" +"The latitude at which the map should be displayed when no pins are attached." +msgstr "" + +#: admin/manage-fields.php:150 +msgid "Default Longitude" +msgstr "" + +#: admin/manage-fields.php:150 +msgid "" +"The longitude at which the map should be displayed when no pins are attached." +msgstr "" + +#: admin/manage-fields.php:151 +msgid "Default Zoom Level" +msgstr "" + +#: admin/manage-fields.php:151 +msgid "Add a number from 0 to 19. The higher the number the higher the zoom." +msgstr "" + +#: admin/manage-fields.php:152 +msgid "Map Height" +msgstr "" + +#: admin/manage-fields.php:152 +msgid "The height of the map." +msgstr "" + +#: admin/manage-fields.php:154 +msgid "HTML Content" +msgstr "" + +#: admin/manage-fields.php:154 +msgid "Add your HTML (or text) content" +msgstr "" + +#: admin/manage-fields.php:155 +msgid "Phone Format" +msgstr "" + +#: admin/manage-fields.php:155 +msgid "" +"You can use: # for numbers, parentheses ( ), - sign, + sign, dot . and " +"spaces." +msgstr "" + +#: admin/manage-fields.php:155 +msgid "Eg. (###) ###-####" +msgstr "" + +#: admin/manage-fields.php:155 +msgid "Empty field won't check for correct phone number." +msgstr "" + +#: admin/manage-fields.php:156 +msgid "Heading Tag" +msgstr "" + +#: admin/manage-fields.php:156 +msgid "Change heading field size on front-end forms" +msgstr "" + +#: admin/manage-fields.php:157 +msgid "Min Number Value" +msgstr "" + +#: admin/manage-fields.php:157 +msgid "Min allowed number value (0 to allow only positive numbers)" +msgstr "" + +#: admin/manage-fields.php:157 +msgid "Leave it empty for no min value" +msgstr "" + +#: admin/manage-fields.php:158 +msgid "Max Number Value" +msgstr "" + +#: admin/manage-fields.php:158 +msgid "Max allowed number value (0 to allow only negative numbers)" +msgstr "" + +#: admin/manage-fields.php:158 +msgid "Leave it empty for no max value" +msgstr "" + +#: admin/manage-fields.php:159 +msgid "Number Step Value" +msgstr "" + +#: admin/manage-fields.php:159 +msgid "" +"Step value 1 to allow only integers, 0.1 to allow integers and numbers with " +"1 decimal" +msgstr "" + +#: admin/manage-fields.php:159 +msgid "To allow multiple decimals use for eg. 0.01 (for 2 deciamls) and so on" +msgstr "" + +#: admin/manage-fields.php:159 +msgid "" +"You can also use step value to specify the legal number intervals (eg. step " +"value 2 will allow only -4, -2, 0, 2 and so on)" +msgstr "" + +#: admin/manage-fields.php:159 +msgid "Leave it empty for no restriction" +msgstr "" + +#: admin/manage-fields.php:222 +msgid "Blog Details" +msgstr "" + +#: admin/manage-fields.php:564 +msgid "Albania Lek" +msgstr "" + +#: admin/manage-fields.php:565 +msgid "Afghanistan Afghani" +msgstr "" + +#: admin/manage-fields.php:566 +msgid "Argentina Peso" +msgstr "" + +#: admin/manage-fields.php:568 +msgid "Australia Dollar" +msgstr "" + +#: admin/manage-fields.php:569 +msgid "Azerbaijan New Manat" +msgstr "" + +#: admin/manage-fields.php:570 +msgid "Bahamas Dollar" +msgstr "" + +#: admin/manage-fields.php:571 +msgid "Barbados Dollar" +msgstr "" + +#: admin/manage-fields.php:572 +msgid "Bangladeshi taka" +msgstr "" + +#: admin/manage-fields.php:573 +msgid "Belarus Ruble" +msgstr "" + +#: admin/manage-fields.php:574 +msgid "Belize Dollar" +msgstr "" + +#: admin/manage-fields.php:575 +msgid "Bermuda Dollar" +msgstr "" + +#: admin/manage-fields.php:576 +msgid "Bolivia Boliviano" +msgstr "" + +#: admin/manage-fields.php:577 +msgid "Bosnia and Herzegovina Convertible Marka" +msgstr "" + +#: admin/manage-fields.php:578 +msgid "Botswana Pula" +msgstr "" + +#: admin/manage-fields.php:579 +msgid "Bulgaria Lev" +msgstr "" + +#: admin/manage-fields.php:580 +msgid "Brazil Real" +msgstr "" + +#: admin/manage-fields.php:581 +msgid "Brunei Darussalam Dollar" +msgstr "" + +#: admin/manage-fields.php:582 +msgid "Cambodia Riel" +msgstr "" + +#: admin/manage-fields.php:583 +msgid "Canada Dollar" +msgstr "" + +#: admin/manage-fields.php:584 +msgid "Cayman Islands Dollar" +msgstr "" + +#: admin/manage-fields.php:585 +msgid "Chile Peso" +msgstr "" + +#: admin/manage-fields.php:586 +msgid "China Yuan Renminbi" +msgstr "" + +#: admin/manage-fields.php:587 +msgid "Colombia Peso" +msgstr "" + +#: admin/manage-fields.php:588 +msgid "Costa Rica Colon" +msgstr "" + +#: admin/manage-fields.php:589 +msgid "Croatia Kuna" +msgstr "" + +#: admin/manage-fields.php:590 +msgid "Cuba Peso" +msgstr "" + +#: admin/manage-fields.php:591 +msgid "Czech Republic Koruna" +msgstr "" + +#: admin/manage-fields.php:592 +msgid "Denmark Krone" +msgstr "" + +#: admin/manage-fields.php:593 +msgid "Dominican Republic Peso" +msgstr "" + +#: admin/manage-fields.php:594 +msgid "East Caribbean Dollar" +msgstr "" + +#: admin/manage-fields.php:595 +msgid "Egypt Pound" +msgstr "" + +#: admin/manage-fields.php:596 +msgid "El Salvador Colon" +msgstr "" + +#: admin/manage-fields.php:597 +msgid "Estonia Kroon" +msgstr "" + +#: admin/manage-fields.php:598 +msgid "Euro" +msgstr "" + +#: admin/manage-fields.php:599 +msgid "Falkland Islands (Malvinas) Pound" +msgstr "" + +#: admin/manage-fields.php:600 +msgid "Fiji Dollar" +msgstr "" + +#: admin/manage-fields.php:601 +msgid "Ghana Cedis" +msgstr "" + +#: admin/manage-fields.php:602 +msgid "Gibraltar Pound" +msgstr "" + +#: admin/manage-fields.php:603 +msgid "Guatemala Quetzal" +msgstr "" + +#: admin/manage-fields.php:604 +msgid "Guernsey Pound" +msgstr "" + +#: admin/manage-fields.php:605 +msgid "Guyana Dollar" +msgstr "" + +#: admin/manage-fields.php:606 +msgid "Honduras Lempira" +msgstr "" + +#: admin/manage-fields.php:607 +msgid "Hong Kong Dollar" +msgstr "" + +#: admin/manage-fields.php:608 +msgid "Hungary Forint" +msgstr "" + +#: admin/manage-fields.php:609 +msgid "Iceland Krona" +msgstr "" + +#: admin/manage-fields.php:610 +msgid "India Rupee" +msgstr "" + +#: admin/manage-fields.php:611 +msgid "Indonesia Rupiah" +msgstr "" + +#: admin/manage-fields.php:612 +msgid "Iran Rial" +msgstr "" + +#: admin/manage-fields.php:613 +msgid "Isle of Man Pound" +msgstr "" + +#: admin/manage-fields.php:614 +msgid "Israel Shekel" +msgstr "" + +#: admin/manage-fields.php:615 +msgid "Jamaica Dollar" +msgstr "" + +#: admin/manage-fields.php:616 +msgid "Japan Yen" +msgstr "" + +#: admin/manage-fields.php:617 +msgid "Jersey Pound" +msgstr "" + +#: admin/manage-fields.php:618 +msgid "Kazakhstan Tenge" +msgstr "" + +#: admin/manage-fields.php:619 +msgid "Korea (North) Won" +msgstr "" + +#: admin/manage-fields.php:620 +msgid "Korea (South) Won" +msgstr "" + +#: admin/manage-fields.php:621 +msgid "Kyrgyzstan Som" +msgstr "" + +#: admin/manage-fields.php:622 +msgid "Laos Kip" +msgstr "" + +#: admin/manage-fields.php:623 +msgid "Latvia Lat" +msgstr "" + +#: admin/manage-fields.php:624 +msgid "Lebanon Pound" +msgstr "" + +#: admin/manage-fields.php:625 +msgid "Liberia Dollar" +msgstr "" + +#: admin/manage-fields.php:626 +msgid "Lithuania Litas" +msgstr "" + +#: admin/manage-fields.php:627 +msgid "Macedonia Denar" +msgstr "" + +#: admin/manage-fields.php:628 +msgid "Malaysia Ringgit" +msgstr "" + +#: admin/manage-fields.php:629 +msgid "Mauritius Rupee" +msgstr "" + +#: admin/manage-fields.php:630 +msgid "Mexico Peso" +msgstr "" + +#: admin/manage-fields.php:631 +msgid "Mongolia Tughrik" +msgstr "" + +#: admin/manage-fields.php:632 +msgid "Mozambique Metical" +msgstr "" + +#: admin/manage-fields.php:633 +msgid "Namibia Dollar" +msgstr "" + +#: admin/manage-fields.php:634 +msgid "Nepal Rupee" +msgstr "" + +#: admin/manage-fields.php:635 +msgid "Netherlands Antilles Guilder" +msgstr "" + +#: admin/manage-fields.php:636 +msgid "New Zealand Dollar" +msgstr "" + +#: admin/manage-fields.php:637 +msgid "Nicaragua Cordoba" +msgstr "" + +#: admin/manage-fields.php:638 +msgid "Nigeria Naira" +msgstr "" + +#: admin/manage-fields.php:639 +msgid "Norway Krone" +msgstr "" + +#: admin/manage-fields.php:640 +msgid "Oman Rial" +msgstr "" + +#: admin/manage-fields.php:641 +msgid "Pakistan Rupee" +msgstr "" + +#: admin/manage-fields.php:642 +msgid "Panama Balboa" +msgstr "" + +#: admin/manage-fields.php:643 +msgid "Paraguay Guarani" +msgstr "" + +#: admin/manage-fields.php:644 +msgid "Peru Nuevo Sol" +msgstr "" + +#: admin/manage-fields.php:645 +msgid "Philippines Peso" +msgstr "" + +#: admin/manage-fields.php:646 +msgid "Poland Zloty" +msgstr "" + +#: admin/manage-fields.php:647 +msgid "Qatar Riyal" +msgstr "" + +#: admin/manage-fields.php:648 +msgid "Romania New Leu" +msgstr "" + +#: admin/manage-fields.php:649 +msgid "Russia Ruble" +msgstr "" + +#: admin/manage-fields.php:650 +msgid "Saint Helena Pound" +msgstr "" + +#: admin/manage-fields.php:651 +msgid "Saudi Arabia Riyal" +msgstr "" + +#: admin/manage-fields.php:652 +msgid "Serbia Dinar" +msgstr "" + +#: admin/manage-fields.php:653 +msgid "Seychelles Rupee" +msgstr "" + +#: admin/manage-fields.php:654 +msgid "Singapore Dollar" +msgstr "" + +#: admin/manage-fields.php:655 +msgid "Solomon Islands Dollar" +msgstr "" + +#: admin/manage-fields.php:656 +msgid "Somalia Shilling" +msgstr "" + +#: admin/manage-fields.php:657 +msgid "South Africa Rand" +msgstr "" + +#: admin/manage-fields.php:658 +msgid "Sri Lanka Rupee" +msgstr "" + +#: admin/manage-fields.php:659 +msgid "Sweden Krona" +msgstr "" + +#: admin/manage-fields.php:660 +msgid "Switzerland Franc" +msgstr "" + +#: admin/manage-fields.php:661 +msgid "Suriname Dollar" +msgstr "" + +#: admin/manage-fields.php:662 +msgid "Syria Pound" +msgstr "" + +#: admin/manage-fields.php:663 +msgid "Taiwan New Dollar" +msgstr "" + +#: admin/manage-fields.php:664 +msgid "Thailand Baht" +msgstr "" + +#: admin/manage-fields.php:665 +msgid "Trinidad and Tobago Dollar" +msgstr "" + +#: admin/manage-fields.php:666 admin/manage-fields.php:667 +msgid "Turkey Lira" +msgstr "" + +#: admin/manage-fields.php:668 +msgid "Tuvalu Dollar" +msgstr "" + +#: admin/manage-fields.php:669 +msgid "Ukraine Hryvna" +msgstr "" + +#: admin/manage-fields.php:670 +msgid "United Kingdom Pound" +msgstr "" + +#: admin/manage-fields.php:671 +msgid "Uganda Shilling" +msgstr "" + +#: admin/manage-fields.php:672 +msgid "US Dollar" +msgstr "" + +#: admin/manage-fields.php:673 +msgid "Uruguay Peso" +msgstr "" + +#: admin/manage-fields.php:674 +msgid "Uzbekistan Som" +msgstr "" + +#: admin/manage-fields.php:675 +msgid "Venezuela Bolivar" +msgstr "" + +#: admin/manage-fields.php:676 +msgid "Viet Nam Dong" +msgstr "" + +#: admin/manage-fields.php:677 +msgid "Yemen Rial" +msgstr "" + +#: admin/manage-fields.php:678 +msgid "Zimbabwe Dollar" +msgstr "" + +#: admin/manage-fields.php:1097 +msgid "" +"The meta-name can only contain lowercase letters, numbers, _ , - and no " +"spaces.\n" +msgstr "" + +#: admin/manage-fields.php:1217 +msgid "" +"If you're interested in displaying different fields in the registration and " +"edit profile forms, please use the Multiple Registration & Edit Profile " +"Forms Modules." +msgstr "" + +#: admin/manage-fields.php:1219 +msgid "" +"With Profile Builder Pro v2 you can display different fields in the " +"registration and edit profile forms, using the Multiple Registration & Edit " +"Profile Forms module." +msgstr "" + +#: admin/manage-fields.php:1314 +msgid "Search Location" +msgstr "" + +#: admin/register-version.php:246 +#, php-format +msgid "" +"

    Your Profile Builder license has expired.
    Please " +"%1$sRenew Your Licence%2$s to continue receiving access to product downloads," +" automatic updates and support. %3$sRenew now and get 40% off %4$s " +"%5$sDismiss%6$s

    " +msgstr "" + +#: admin/register-version.php:251 +#, php-format +msgid "" +"

    Your Profile Builder license is about to expire on %5$s. " +"
    Please %1$sRenew Your Licence%2$s to continue receiving access to " +"product downloads, automatic updates and support. %3$sRenew now and get " +"40% off %4$s %6$sDismiss%7$s

    " +msgstr "" + +#: admin/admin-functions.php:41 +msgid "Display name publicly as - only appears on the Edit Profile page!" +msgstr "" + +#: admin/admin-functions.php:44 +msgid "Blog Details - only appears on the Registration page!" +msgstr "" + +#: admin/pms-cross-promotion.php:10 admin/pms-cross-promotion.php:10 msgid "Paid Accounts" msgstr "" @@ -1146,7 +861,9 @@ msgid "Paid Member Subscriptions - a free WordPress plugin" msgstr "" #: admin/pms-cross-promotion.php:37 -msgid "With the new Subscriptions Field in Profile Builder, your registration forms will allow your users to sign up for paid accounts." +msgid "" +"With the new Subscriptions Field in Profile Builder, your registration forms " +"will allow your users to sign up for paid accounts." msgstr "" #: admin/pms-cross-promotion.php:40 @@ -1181,1592 +898,722 @@ msgstr "" msgid "Plugin is Active" msgstr "" -#: admin/pms-cross-promotion.php:84 -msgid "Plugin has been activated" -msgstr "Wtyczka została aktywowana" - -#: admin/pms-cross-promotion.php:91 -msgid "Plugin has been deactivated." -msgstr "Wtyczka została wyłączona." - #: admin/pms-cross-promotion.php:104 -msgid "Accept user payments, create subscription plans and restrict content on your website." +msgid "" +"Accept user payments, create subscription plans and restrict content on your " +"website." msgstr "" #: admin/pms-cross-promotion.php:155 msgid "Step by Step Quick Setup" msgstr "" -#: features/email-confirmation/email-confirmation.php:400 -msgid "To activate your user, please click the following link:

    %s%s%s

    After you activate it you will receive yet *another email* with your login." -msgstr "" - -#: modules/custom-redirects/custom_redirects_admin.php:45 -msgid "After Login" -msgstr "" - -#: modules/custom-redirects/custom_redirects_admin.php:46 -msgid "After Logout" -msgstr "" - -#: modules/custom-redirects/custom_redirects_admin.php:47 -msgid "After Registration" -msgstr "" - -#: modules/custom-redirects/custom_redirects_admin.php:48 -msgid "After Edit Profile" -msgstr "" - -#: modules/custom-redirects/custom_redirects_admin.php:49 -msgid "After Successful Email Confirmation" -msgstr "" - -#: modules/custom-redirects/custom_redirects_admin.php:50 -msgid "After Successful Password Reset" -msgstr "" - -#: modules/custom-redirects/custom_redirects_admin.php:51 -msgid "Dashboard (redirect users from accessing the dashboard)" -msgstr "" - -#: modules/custom-redirects/custom_redirects_admin.php:55 -msgid "User ID" -msgstr "" - -#: modules/custom-redirects/custom_redirects_admin.php:61 -msgid "User ID or Username" -msgstr "" - -#: modules/custom-redirects/custom_redirects_admin.php:62 -msgid "User ID / Username" -msgstr "" - -#: modules/custom-redirects/custom_redirects_admin.php:62 -msgid "Please select and enter the ID or username of your user." -msgstr "" - -#: modules/custom-redirects/custom_redirects_admin.php:63 -#: modules/custom-redirects/custom_redirects_admin.php:93 -#: modules/custom-redirects/custom_redirects_admin.php:112 -#: modules/custom-redirects/custom_redirects_admin.php:131 -msgid "Redirect Type" -msgstr "" - -#: modules/custom-redirects/custom_redirects_admin.php:64 -#: modules/custom-redirects/custom_redirects_admin.php:94 -#: modules/custom-redirects/custom_redirects_admin.php:113 -#: modules/custom-redirects/custom_redirects_admin.php:138 -msgid "Redirect URL" -msgstr "" - -#: modules/custom-redirects/custom_redirects_admin.php:64 -#: modules/custom-redirects/custom_redirects_admin.php:94 -#: modules/custom-redirects/custom_redirects_admin.php:113 -#: modules/custom-redirects/custom_redirects_admin.php:138 -msgid "Can contain the following dynamic tags:{{homeurl}}, {{siteurl}}, {{user_id}}, {{user_nicename}}, {{http_referer}}" -msgstr "" - -#: modules/custom-redirects/custom_redirects_admin.php:71 -#: modules/custom-redirects/custom_redirects_admin.php:241 -msgid "Individual User Redirects" -msgstr "" - -#: modules/custom-redirects/custom_redirects_admin.php:84 -msgid "... Choose" -msgstr "... Wybierz" - -#: modules/custom-redirects/custom_redirects_admin.php:92 -msgid "Select a user role." -msgstr "" - -#: modules/custom-redirects/custom_redirects_admin.php:101 -#: modules/custom-redirects/custom_redirects_admin.php:242 -msgid "User Role based Redirects" -msgstr "" - -#: modules/custom-redirects/custom_redirects_admin.php:120 -#: modules/custom-redirects/custom_redirects_admin.php:243 -msgid "Global Redirects" -msgstr "" - -#: modules/custom-redirects/custom_redirects_admin.php:133 -msgid "Login ( wp_login.php )" -msgstr "" - -#: modules/custom-redirects/custom_redirects_admin.php:134 -msgid "Register ( wp-login.php?action=register )" -msgstr "" - -#: modules/custom-redirects/custom_redirects_admin.php:135 -msgid "Lost Password ( wp-login.php?action=lostpassword )" -msgstr "" - -#: modules/custom-redirects/custom_redirects_admin.php:136 -msgid "Author Archive ( http://sitename.com/author/admin )" -msgstr "" - -#: modules/custom-redirects/custom_redirects_admin.php:145 -msgid "Redirect Default WordPress Forms and Pages" -msgstr "" - -#: modules/custom-redirects/custom_redirects_admin.php:157 -msgid "How does this work?" -msgstr "" - -#: modules/custom-redirects/custom_redirects_admin.php:179 -msgid "
    User ID / Username
    Redirect
    URL
    " -msgstr "" - -#: modules/custom-redirects/custom_redirects_admin.php:193 -msgid "
    User Role
    Redirect
    URL
    " -msgstr "" - -#: modules/custom-redirects/custom_redirects_admin.php:207 -#: modules/custom-redirects/custom_redirects_admin.php:221 -msgid "
    Redirect
    URL
    " -msgstr "" - -#: modules/custom-redirects/custom_redirects_admin.php:236 -msgid "These redirects happen after a successful action, like registration or after a successful login." -msgstr "" - -#: modules/custom-redirects/custom_redirects_admin.php:238 -msgid "Which redirect happens depends on the following priority:" -msgstr "" - -#: modules/custom-redirects/custom_redirects_admin.php:247 -msgid "Redirect Default WordPress forms and pages" -msgstr "" - -#: modules/custom-redirects/custom_redirects_admin.php:248 -msgid "With these you can redirect various WordPress forms and pages to pages created with profile builder." -msgstr "" - -#: modules/custom-redirects/custom_redirects_admin.php:250 -msgid "Available tags for dynamic URLs" -msgstr "" - -#: modules/custom-redirects/custom_redirects_admin.php:251 -msgid "You use the following tags in your URLs to redirect users to various pages." -msgstr "" - -#: modules/custom-redirects/custom_redirects_admin.php:253 -msgid "generates a url of the current website homepage." -msgstr "" - -#: modules/custom-redirects/custom_redirects_admin.php:254 -msgid "in WordPress the site url can be different then the home url" -msgstr "" - -#: modules/custom-redirects/custom_redirects_admin.php:255 -msgid "the ID of the user" -msgstr "" - -#: modules/custom-redirects/custom_redirects_admin.php:256 -msgid "the URL sanitized version of the username, the user nicename can be safely used in URLs since it can't contain special characters or spaces." -msgstr "" - -#: modules/custom-redirects/custom_redirects_admin.php:257 -msgid "the URL of the previously visited page" -msgstr "" - -#: modules/custom-redirects/custom_redirects_admin.php:340 -#: modules/custom-redirects/custom_redirects_admin.php:346 -#: modules/custom-redirects/custom_redirects_admin.php:352 -msgid "You can't add duplicate redirects!" -msgstr "" - -#: admin/admin-functions.php:41 -msgid "Display name publicly as - only appears on the Edit Profile page!" -msgstr "" - -#: admin/basic-info.php:37 -msgid "Friction-less login using %s shortcode or a widget." -msgstr "" - -#: admin/basic-info.php:41 -msgid "Beautiful registration forms fully customizable using the %s shortcode." -msgstr "" - -#: admin/basic-info.php:45 -msgid "Straight forward edit profile forms using %s shortcode." -msgstr "" - -#: admin/basic-info.php:58 -msgid "Allow users to recover their password in the front-end using the %s." -msgstr "" - -#: admin/basic-info.php:140 -msgid "To create a page containing the users registered to this current site/blog, insert the following shortcode in a page of your chosing: %s." -msgstr "" - -#: admin/general-settings.php:118 -msgid "\"Admin Approval\" on User Role:" -msgstr "" - -#: admin/general-settings.php:137 -msgid "Select on what user roles to activate Admin Approval." -msgstr "" - -#: admin/manage-fields.php:131 -msgid "Display on PB forms" -msgstr "" - -#: admin/manage-fields.php:131 -msgid "PB Login" -msgstr "" - -#: admin/manage-fields.php:131 -msgid "PB Register" -msgstr "" - -#: admin/manage-fields.php:131 -msgid "PB Recover Password" -msgstr "" - -#: admin/manage-fields.php:131 -msgid "Select on which Profile Builder forms to display reCAPTCHA" -msgstr "" - -#: admin/manage-fields.php:132 -msgid "Display on default WP forms" -msgstr "" - -#: admin/manage-fields.php:132 -msgid "Default WP Login" -msgstr "" - -#: admin/manage-fields.php:132 -msgid "Default WP Register" -msgstr "" - -#: admin/manage-fields.php:132 -msgid "Default WP Recover Password" -msgstr "" - -#: admin/manage-fields.php:132 -msgid "Select on which default WP forms to display reCAPTCHA" -msgstr "" - -#: admin/manage-fields.php:138 admin/manage-fields.php:139 -#: admin/manage-fields.php:140 -msgid "Default option of the field" -msgstr "" - -#: admin/manage-fields.php:279 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Afghanistan" -msgstr "Afghanistan" - -#: admin/manage-fields.php:280 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Aland Islands" -msgstr "Aland Islands" - -#: admin/manage-fields.php:281 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Albania" -msgstr "Albania" - -#: admin/manage-fields.php:282 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Algeria" -msgstr "Algeria" - -#: admin/manage-fields.php:283 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "American Samoa" -msgstr "American Samoa" - -#: admin/manage-fields.php:284 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Andorra" -msgstr "Andorra" - -#: admin/manage-fields.php:285 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Angola" -msgstr "Angola" - -#: admin/manage-fields.php:286 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Anguilla" -msgstr "Anguilla" - -#: admin/manage-fields.php:287 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Antarctica" -msgstr "Antarctica" - -#: admin/manage-fields.php:288 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Antigua and Barbuda" -msgstr "Antigua and Barbuda" - -#: admin/manage-fields.php:289 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Argentina" -msgstr "Argentina" - -#: admin/manage-fields.php:290 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Armenia" -msgstr "Armenia" - -#: admin/manage-fields.php:291 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Aruba" -msgstr "Aruba" - -#: admin/manage-fields.php:292 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Australia" -msgstr "Australia" - -#: admin/manage-fields.php:293 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Austria" -msgstr "Austria" - -#: admin/manage-fields.php:294 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Azerbaijan" -msgstr "Azerbaijan" - -#: admin/manage-fields.php:295 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Bahamas" -msgstr "Bahamas" - -#: admin/manage-fields.php:296 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Bahrain" -msgstr "Bahrain" - -#: admin/manage-fields.php:297 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Bangladesh" -msgstr "Bangladesh" - -#: admin/manage-fields.php:298 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Barbados" -msgstr "Barbados" - -#: admin/manage-fields.php:299 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Belarus" -msgstr "Belarus" - -#: admin/manage-fields.php:300 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Belgium" -msgstr "Belgium" - -#: admin/manage-fields.php:301 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Belize" -msgstr "Belize" - -#: admin/manage-fields.php:302 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Benin" -msgstr "Benin" - -#: admin/manage-fields.php:303 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Bermuda" -msgstr "Bermuda" - -#: admin/manage-fields.php:304 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Bhutan" -msgstr "Bhutan" - -#: admin/manage-fields.php:305 -msgid "Bolivia" -msgstr "Bolivia" - -#: admin/manage-fields.php:306 -msgid "Bonaire, Saint Eustatius and Saba" -msgstr "Bonaire, Saint Eustatius and Saba" - -#: admin/manage-fields.php:307 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Bosnia and Herzegovina" -msgstr "Bosnia and Herzegovina" - -#: admin/manage-fields.php:308 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Botswana" -msgstr "Botswana" - -#: admin/manage-fields.php:309 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Bouvet Island" -msgstr "Bouvet Island" - -#: admin/manage-fields.php:310 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Brazil" -msgstr "Brazil" - -#: admin/manage-fields.php:311 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "British Indian Ocean Territory" -msgstr "British Indian Ocean Territory" - -#: admin/manage-fields.php:312 -msgid "British Virgin Islands" -msgstr "British Virgin Islands" - -#: admin/manage-fields.php:313 -msgid "Brunei" -msgstr "Brunei" - -#: admin/manage-fields.php:314 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Bulgaria" -msgstr "Bulgaria" - -#: admin/manage-fields.php:315 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Burkina Faso" -msgstr "Burkina Faso" - -#: admin/manage-fields.php:316 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Burundi" -msgstr "Burundi" - -#: admin/manage-fields.php:317 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Cambodia" -msgstr "Cambodia" - -#: admin/manage-fields.php:318 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Cameroon" -msgstr "Cameroon" - -#: admin/manage-fields.php:319 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Canada" -msgstr "Canada" - -#: admin/manage-fields.php:320 -msgid "Cape Verde" -msgstr "Cape Verde" - -#: admin/manage-fields.php:321 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Cayman Islands" -msgstr "Cayman Islands" - -#: admin/manage-fields.php:322 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Central African Republic" -msgstr "Central African Republic" - -#: admin/manage-fields.php:323 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Chad" -msgstr "Chad" - -#: admin/manage-fields.php:324 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Chile" -msgstr "Chile" - -#: admin/manage-fields.php:325 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "China" -msgstr "China" - -#: admin/manage-fields.php:326 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Christmas Island" -msgstr "Christmas Island" - -#: admin/manage-fields.php:327 -msgid "Cocos Islands" -msgstr "Cocos Islands" - -#: admin/manage-fields.php:328 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Colombia" -msgstr "Colombia" - -#: admin/manage-fields.php:329 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Comoros" -msgstr "Comoros" - -#: admin/manage-fields.php:330 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Cook Islands" -msgstr "Cook Islands" - -#: admin/manage-fields.php:331 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Costa Rica" -msgstr "Costa Rica" - -#: admin/manage-fields.php:332 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Croatia" -msgstr "Croatia" - -#: admin/manage-fields.php:333 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Cuba" -msgstr "Cuba" - -#: admin/manage-fields.php:334 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Curacao" -msgstr "Curacao" - -#: admin/manage-fields.php:335 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Cyprus" -msgstr "Cyprus" - -#: admin/manage-fields.php:336 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Czech Republic" -msgstr "Czech Republic" - -#: admin/manage-fields.php:337 -msgid "Democratic Republic of the Congo" -msgstr "Democratic Republic of the Congo" - -#: admin/manage-fields.php:338 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Denmark" -msgstr "Denmark" - -#: admin/manage-fields.php:339 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Djibouti" -msgstr "Djibouti" - -#: admin/manage-fields.php:340 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Dominica" -msgstr "Dominica" - -#: admin/manage-fields.php:341 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Dominican Republic" -msgstr "Dominican Republic" - -#: admin/manage-fields.php:342 -msgid "East Timor" -msgstr "East Timor" - -#: admin/manage-fields.php:343 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Ecuador" -msgstr "Ecuador" - -#: admin/manage-fields.php:344 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Egypt" -msgstr "Egypt" - -#: admin/manage-fields.php:345 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "El Salvador" -msgstr "El Salvador" - -#: admin/manage-fields.php:346 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Equatorial Guinea" -msgstr "Equatorial Guinea" - -#: admin/manage-fields.php:347 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Eritrea" -msgstr "Eritrea" - -#: admin/manage-fields.php:348 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Estonia" -msgstr "Estonia" - -#: admin/manage-fields.php:349 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Ethiopia" -msgstr "Ethiopia" - -#: admin/manage-fields.php:350 -msgid "Falkland Islands" -msgstr "Falkland Islands" - -#: admin/manage-fields.php:351 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Faroe Islands" -msgstr "Faroe Islands" - -#: admin/manage-fields.php:352 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Fiji" -msgstr "Fiji" - -#: admin/manage-fields.php:353 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Finland" -msgstr "Finland" - -#: admin/manage-fields.php:354 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "France" -msgstr "France" - -#: admin/manage-fields.php:355 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "French Guiana" -msgstr "French Guiana" - -#: admin/manage-fields.php:356 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "French Polynesia" -msgstr "French Polynesia" - -#: admin/manage-fields.php:357 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "French Southern Territories" -msgstr "French Southern Territories" - -#: admin/manage-fields.php:358 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Gabon" -msgstr "Gabon" - -#: admin/manage-fields.php:359 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Gambia" -msgstr "Gambia" - -#: admin/manage-fields.php:360 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Georgia" -msgstr "Georgia" - -#: admin/manage-fields.php:361 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Germany" -msgstr "Germany" - -#: admin/manage-fields.php:362 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Ghana" -msgstr "Ghana" - -#: admin/manage-fields.php:363 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Gibraltar" -msgstr "Gibraltar" - -#: admin/manage-fields.php:364 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Greece" -msgstr "Greece" - -#: admin/manage-fields.php:365 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Greenland" -msgstr "Greenland" - -#: admin/manage-fields.php:366 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Grenada" -msgstr "Grenada" - -#: admin/manage-fields.php:367 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Guadeloupe" -msgstr "Guadeloupe" - -#: admin/manage-fields.php:368 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Guam" -msgstr "Guam" - -#: admin/manage-fields.php:369 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Guatemala" -msgstr "Guatemala" - -#: admin/manage-fields.php:370 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Guernsey" -msgstr "Guernsey" - -#: admin/manage-fields.php:371 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Guinea" -msgstr "Guinea" - -#: admin/manage-fields.php:372 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Guinea-Bissau" -msgstr "Guinea-Bissau" - -#: admin/manage-fields.php:373 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Guyana" -msgstr "Guyana" - -#: admin/manage-fields.php:374 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Haiti" -msgstr "Haiti" - -#: admin/manage-fields.php:375 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Heard Island and McDonald Islands" -msgstr "Heard Island and McDonald Islands" - -#: admin/manage-fields.php:376 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Honduras" -msgstr "Honduras" - -#: admin/manage-fields.php:377 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Hong Kong" -msgstr "Hong Kong" - -#: admin/manage-fields.php:378 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Hungary" -msgstr "Hungary" - -#: admin/manage-fields.php:379 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Iceland" -msgstr "Iceland" - -#: admin/manage-fields.php:380 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "India" -msgstr "India" - -#: admin/manage-fields.php:381 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Indonesia" -msgstr "Indonesia" - -#: admin/manage-fields.php:382 -msgid "Iran" -msgstr "Iran" - -#: admin/manage-fields.php:383 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Iraq" -msgstr "Iraq" - -#: admin/manage-fields.php:384 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Ireland" -msgstr "Ireland" - -#: admin/manage-fields.php:385 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Isle of Man" -msgstr "Isle of Man" - -#: admin/manage-fields.php:386 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Israel" -msgstr "Israel" - -#: admin/manage-fields.php:387 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Italy" -msgstr "Italy" - -#: admin/manage-fields.php:388 -msgid "Ivory Coast" -msgstr "Ivory Coast" - -#: admin/manage-fields.php:389 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Jamaica" -msgstr "Jamaica" - -#: admin/manage-fields.php:390 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Japan" -msgstr "Japan" - -#: admin/manage-fields.php:391 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Jersey" -msgstr "Jersey" - -#: admin/manage-fields.php:392 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Jordan" -msgstr "Jordan" - -#: admin/manage-fields.php:393 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Kazakhstan" -msgstr "Kazakhstan" - -#: admin/manage-fields.php:394 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Kenya" -msgstr "Kenya" - -#: admin/manage-fields.php:395 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Kiribati" -msgstr "Kiribati" - -#: admin/manage-fields.php:396 -msgid "Kosovo" -msgstr "Kosovo" - -#: admin/manage-fields.php:397 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Kuwait" -msgstr "Kuwait" - -#: admin/manage-fields.php:398 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Kyrgyzstan" -msgstr "Kyrgyzstan" - -#: admin/manage-fields.php:399 -msgid "Laos" -msgstr "Laos" - -#: admin/manage-fields.php:400 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Latvia" -msgstr "Latvia" - -#: admin/manage-fields.php:401 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Lebanon" -msgstr "Lebanon" - -#: admin/manage-fields.php:402 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Lesotho" -msgstr "Lesotho" - -#: admin/manage-fields.php:403 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Liberia" -msgstr "Liberia" - -#: admin/manage-fields.php:404 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Libya" -msgstr "Libya" - -#: admin/manage-fields.php:405 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Liechtenstein" -msgstr "Liechtenstein" - -#: admin/manage-fields.php:406 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Lithuania" -msgstr "Lithuania" - -#: admin/manage-fields.php:407 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Luxembourg" -msgstr "Luxembourg" - -#: admin/manage-fields.php:408 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Macao" -msgstr "Macao" - -#: admin/manage-fields.php:409 -msgid "Macedonia" -msgstr "Macedonia" - -#: admin/manage-fields.php:410 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Madagascar" -msgstr "Madagascar" - -#: admin/manage-fields.php:411 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Malawi" -msgstr "Malawi" - -#: admin/manage-fields.php:412 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Malaysia" -msgstr "Malaysia" - -#: admin/manage-fields.php:413 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Maldives" -msgstr "Maldives" - -#: admin/manage-fields.php:414 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Mali" -msgstr "Mali" - -#: admin/manage-fields.php:415 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Malta" -msgstr "Malta" - -#: admin/manage-fields.php:416 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Marshall Islands" -msgstr "Marshall Islands" - -#: admin/manage-fields.php:417 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Martinique" -msgstr "Martinique" - -#: admin/manage-fields.php:418 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Mauritania" -msgstr "Mauritania" - -#: admin/manage-fields.php:419 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Mauritius" -msgstr "Mauritius" - -#: admin/manage-fields.php:420 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Mayotte" -msgstr "Mayotte" - -#: admin/manage-fields.php:421 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Mexico" -msgstr "Mexico" - -#: admin/manage-fields.php:422 -msgid "Micronesia" -msgstr "Micronesia" - -#: admin/manage-fields.php:423 -msgid "Moldova" -msgstr "Moldova" - -#: admin/manage-fields.php:424 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Monaco" -msgstr "Monaco" - -#: admin/manage-fields.php:425 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Mongolia" -msgstr "Mongolia" - -#: admin/manage-fields.php:426 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Montenegro" -msgstr "Montenegro" - -#: admin/manage-fields.php:427 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Montserrat" -msgstr "Montserrat" - -#: admin/manage-fields.php:428 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Morocco" -msgstr "Morocco" - -#: admin/manage-fields.php:429 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Mozambique" -msgstr "Mozambique" - -#: admin/manage-fields.php:430 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Myanmar" -msgstr "Myanmar" - -#: admin/manage-fields.php:431 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Namibia" -msgstr "Namibia" - -#: admin/manage-fields.php:432 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Nauru" -msgstr "Nauru" - -#: admin/manage-fields.php:433 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Nepal" -msgstr "Nepal" - -#: admin/manage-fields.php:434 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Netherlands" -msgstr "Netherlands" - -#: admin/manage-fields.php:435 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "New Caledonia" -msgstr "New Caledonia" - -#: admin/manage-fields.php:436 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "New Zealand" -msgstr "New Zealand" - -#: admin/manage-fields.php:437 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Nicaragua" -msgstr "Nicaragua" - -#: admin/manage-fields.php:438 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Niger" -msgstr "Niger" - -#: admin/manage-fields.php:439 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Nigeria" -msgstr "Nigeria" - -#: admin/manage-fields.php:440 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Niue" -msgstr "Niue" - -#: admin/manage-fields.php:441 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Norfolk Island" -msgstr "Norfolk Island" - -#: admin/manage-fields.php:442 -msgid "North Korea" -msgstr "North Korea" - -#: admin/manage-fields.php:443 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Northern Mariana Islands" -msgstr "Northern Mariana Islands" - -#: admin/manage-fields.php:444 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Norway" -msgstr "Norway" - -#: admin/manage-fields.php:445 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Oman" -msgstr "Oman" - -#: admin/manage-fields.php:446 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Pakistan" -msgstr "Pakistan" - -#: admin/manage-fields.php:447 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Palau" -msgstr "Palau" - -#: admin/manage-fields.php:448 -msgid "Palestinian Territory" -msgstr "Palestinian Territory" - -#: admin/manage-fields.php:449 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Panama" -msgstr "Panama" - -#: admin/manage-fields.php:450 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Papua New Guinea" -msgstr "Papua New Guinea" - -#: admin/manage-fields.php:451 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Paraguay" -msgstr "Paraguay" - -#: admin/manage-fields.php:452 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Peru" -msgstr "Peru" - -#: admin/manage-fields.php:453 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Philippines" -msgstr "Philippines" - -#: admin/manage-fields.php:454 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Pitcairn" -msgstr "Pitcairn" - -#: admin/manage-fields.php:455 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Poland" -msgstr "Poland" - -#: admin/manage-fields.php:456 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Portugal" -msgstr "Portugal" - -#: admin/manage-fields.php:457 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Puerto Rico" -msgstr "Puerto Rico" - -#: admin/manage-fields.php:458 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Qatar" -msgstr "Qatar" - -#: admin/manage-fields.php:459 -msgid "Republic of the Congo" -msgstr "Republic of the Congo" - -#: admin/manage-fields.php:460 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Reunion" -msgstr "Reunion" - -#: admin/manage-fields.php:461 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Romania" -msgstr "Romania" - -#: admin/manage-fields.php:462 -msgid "Russia" -msgstr "Russia" - -#: admin/manage-fields.php:463 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Rwanda" -msgstr "Rwanda" - -#: admin/manage-fields.php:464 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Saint Barthelemy" -msgstr "Saint Barthelemy" - -#: admin/manage-fields.php:465 -msgid "Saint Helena" -msgstr "Saint Helena" - -#: admin/manage-fields.php:466 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Saint Kitts and Nevis" -msgstr "Saint Kitts and Nevis" - -#: admin/manage-fields.php:467 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Saint Lucia" -msgstr "Saint Lucia" - -#: admin/manage-fields.php:468 -msgid "Saint Martin" -msgstr "Saint Martin" - -#: admin/manage-fields.php:469 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Saint Pierre and Miquelon" -msgstr "Saint Pierre and Miquelon" - -#: admin/manage-fields.php:470 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Saint Vincent and the Grenadines" -msgstr "Saint Vincent and the Grenadines" - -#: admin/manage-fields.php:471 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Samoa" -msgstr "Samoa" - -#: admin/manage-fields.php:472 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "San Marino" -msgstr "San Marino" - -#: admin/manage-fields.php:473 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Sao Tome and Principe" -msgstr "Sao Tome and Principe" - -#: admin/manage-fields.php:474 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Saudi Arabia" -msgstr "Saudi Arabia" - -#: admin/manage-fields.php:475 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Senegal" -msgstr "Senegal" - -#: admin/manage-fields.php:476 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Serbia" -msgstr "Serbia" - -#: admin/manage-fields.php:477 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Seychelles" -msgstr "Seychelles" - -#: admin/manage-fields.php:478 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Sierra Leone" -msgstr "Sierra Leone" - -#: admin/manage-fields.php:479 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Singapore" -msgstr "Singapore" - -#: admin/manage-fields.php:480 -msgid "Sint Maarten" -msgstr "Sint Maarten" - -#: admin/manage-fields.php:481 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Slovakia" -msgstr "Slovakia" - -#: admin/manage-fields.php:482 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Slovenia" -msgstr "Slovenia" - -#: admin/manage-fields.php:483 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Solomon Islands" -msgstr "Solomon Islands" - -#: admin/manage-fields.php:484 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Somalia" -msgstr "Somalia" - -#: admin/manage-fields.php:485 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "South Africa" -msgstr "South Africa" - -#: admin/manage-fields.php:486 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "South Georgia and the South Sandwich Islands" -msgstr "South Georgia and the South Sandwich Islands" - -#: admin/manage-fields.php:487 -msgid "South Korea" -msgstr "South Korea" - -#: admin/manage-fields.php:488 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "South Sudan" -msgstr "South Sudan" - -#: admin/manage-fields.php:489 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Spain" -msgstr "Spain" - -#: admin/manage-fields.php:490 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Sri Lanka" -msgstr "Sri Lanka" - -#: admin/manage-fields.php:491 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Sudan" -msgstr "Sudan" - -#: admin/manage-fields.php:492 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Suriname" -msgstr "Suriname" - -#: admin/manage-fields.php:493 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Svalbard and Jan Mayen" -msgstr "Svalbard and Jan Mayen" - -#: admin/manage-fields.php:494 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Swaziland" -msgstr "Swaziland" - -#: admin/manage-fields.php:495 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Sweden" -msgstr "Sweden" - -#: admin/manage-fields.php:496 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Switzerland" -msgstr "Switzerland" - -#: admin/manage-fields.php:497 -msgid "Syria" -msgstr "Syria" - -#: admin/manage-fields.php:498 -msgid "Taiwan" -msgstr "Taiwan" - -#: admin/manage-fields.php:499 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Tajikistan" -msgstr "Tajikistan" - -#: admin/manage-fields.php:500 -msgid "Tanzania" -msgstr "Tanzania" - -#: admin/manage-fields.php:501 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Thailand" -msgstr "Thailand" - -#: admin/manage-fields.php:502 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Togo" -msgstr "Togo" - -#: admin/manage-fields.php:503 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Tokelau" -msgstr "Tokelau" - -#: admin/manage-fields.php:504 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Tonga" -msgstr "Tonga" - -#: admin/manage-fields.php:505 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Trinidad and Tobago" -msgstr "Trinidad and Tobago" - -#: admin/manage-fields.php:506 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Tunisia" -msgstr "Tunisia" - -#: admin/manage-fields.php:507 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Turkey" -msgstr "Turkey" - -#: admin/manage-fields.php:508 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Turkmenistan" -msgstr "Turkmenistan" - -#: admin/manage-fields.php:509 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Turks and Caicos Islands" -msgstr "Turks and Caicos Islands" - -#: admin/manage-fields.php:510 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Tuvalu" -msgstr "Tuvalu" - -#: admin/manage-fields.php:511 -msgid "U.S. Virgin Islands" -msgstr "U.S. Virgin Islands" - -#: admin/manage-fields.php:512 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Uganda" -msgstr "Uganda" - -#: admin/manage-fields.php:513 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Ukraine" -msgstr "Ukraine" - -#: admin/manage-fields.php:514 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "United Arab Emirates" -msgstr "United Arab Emirates" - -#: admin/manage-fields.php:515 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "United Kingdom" -msgstr "United Kingdom" - -#: admin/manage-fields.php:516 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "United States" -msgstr "United States" - -#: admin/manage-fields.php:517 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "United States Minor Outlying Islands" -msgstr "United States Minor Outlying Islands" - -#: admin/manage-fields.php:518 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Uruguay" -msgstr "Uruguay" - -#: admin/manage-fields.php:519 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Uzbekistan" -msgstr "Uzbekistan" - -#: admin/manage-fields.php:520 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Vanuatu" -msgstr "Vanuatu" - -#: admin/manage-fields.php:521 -msgid "Vatican" -msgstr "Vatican" - -#: admin/manage-fields.php:522 -msgid "Venezuela" -msgstr "Venezuela" - -#: admin/manage-fields.php:523 -msgid "Vietnam" -msgstr "Vietnam" - -#: admin/manage-fields.php:524 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Wallis and Futuna" -msgstr "Wallis and Futuna" - -#: admin/manage-fields.php:525 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Western Sahara" -msgstr "Western Sahara" - -#: admin/manage-fields.php:526 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Yemen" -msgstr "Yemen" - -#: admin/manage-fields.php:527 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Zambia" -msgstr "Zambia" - -#: admin/manage-fields.php:528 -#: front-end/extra-fields/select-country/select-country.php:10 -msgid "Zimbabwe" -msgstr "Zimbabwe" - -#: admin/manage-fields.php:1216 -msgid "With Profile Builder Pro v2 you can display different fields in the registration and edit profile forms, using the Multiple Registration & Edit Profile Forms module." -msgstr "" - #: assets/misc/plugin-compatibilities.php:237 -msgid "Your account has to be confirmed by an administrator before you can log in." +msgid "" +"Your account has to be confirmed by an administrator before you can log in." msgstr "" -#: features/admin-approval/admin-approval.php:214 -msgid "Your account has been successfully created!" +#: features/roles-editor/roles-editor.php:177 +msgid "Capability" msgstr "" -#: features/functions.php:678 -#: front-end/extra-fields/recaptcha/recaptcha.php:374 -#: front-end/extra-fields/recaptcha/recaptcha.php:379 -#: front-end/extra-fields/recaptcha/recaptcha.php:421 -#: front-end/extra-fields/recaptcha/recaptcha.php:458 -msgid "Please enter a (valid) reCAPTCHA value" +#: features/roles-editor/roles-editor.php:178 +msgid "You can't delete this capability from your role." msgstr "" -#: front-end/extra-fields/recaptcha/recaptcha.php:421 +#: features/roles-editor/roles-editor.php:238 +#: features/roles-editor/roles-editor.php:239 +#: features/roles-editor/roles-editor.php:244 +#: features/roles-editor/roles-editor.php:251 +msgid "Roles Editor" +msgstr "" + +#: features/roles-editor/roles-editor.php:240 +#: features/roles-editor/roles-editor.php:241 +msgid "Add New Role" +msgstr "" + +#: features/roles-editor/roles-editor.php:242 +msgid "Edit Role" +msgstr "" + +#: features/roles-editor/roles-editor.php:243 +msgid "New Role" +msgstr "" + +#: features/roles-editor/roles-editor.php:245 +msgid "View Role" +msgstr "" + +#: features/roles-editor/roles-editor.php:246 +msgid "Search the Roles Editor" +msgstr "" + +#: features/roles-editor/roles-editor.php:247 +msgid "No roles found" +msgstr "" + +#: features/roles-editor/roles-editor.php:248 +msgid "No roles found in trash" +msgstr "" + +#: features/roles-editor/roles-editor.php:289 +#: features/roles-editor/roles-editor.php:292 +msgid "Role updated." +msgstr "" + +#: features/roles-editor/roles-editor.php:290 +msgid "Custom field updated." +msgstr "" + +#: features/roles-editor/roles-editor.php:291 +msgid "Custom field deleted." +msgstr "" + +#: features/roles-editor/roles-editor.php:294 +msgid "Role created." +msgstr "" + +#: features/roles-editor/roles-editor.php:295 +msgid "Role saved." +msgstr "" + +#: features/roles-editor/roles-editor.php:296 +msgid "Role submitted." +msgstr "" + +#: features/roles-editor/roles-editor.php:297 +#, php-format +msgid "Role scheduled for: %1$s" +msgstr "" + +#: features/roles-editor/roles-editor.php:298 +msgid "Role draft updated." +msgstr "" + +#: features/roles-editor/roles-editor.php:357 +msgid "Role Name" +msgstr "" + +#: features/roles-editor/roles-editor.php:358 +msgid "Role Slug" +msgstr "" + +#: features/roles-editor/roles-editor.php:359 +msgid "Capabilities" +msgstr "" + +#: features/roles-editor/roles-editor.php:360 +msgid "Users" +msgstr "" + +#: features/roles-editor/roles-editor.php:870 +msgid "Clone" +msgstr "" + +#: features/roles-editor/roles-editor.php:877 +msgid "You can't delete your role." +msgstr "" + +#: features/roles-editor/roles-editor.php:885 +msgid "Change Default" +msgstr "" + +#: features/roles-editor/roles-editor.php:886 +msgid "You can't delete the default role. Change it first." +msgstr "" + +#: features/email-confirmation/email-confirmation.php:400 +#, php-format +msgid "" +"To activate your user, please click the following link:

    %s%s%s

    " +"After you activate it you will receive yet *another email* with your login." +msgstr "" + +#: features/email-confirmation/email-confirmation.php:578 +#, php-format +msgid "Welcome to %1$s!


    Your username is:%2$s" +msgstr "" + +#: front-end/default-fields/blog-details/blog-details.php:63 +msgid "Yes, I'd like to create a new site" +msgstr "" + +#: front-end/default-fields/blog-details/blog-details.php:70 +msgid "Your site url will look like this:
    " +msgstr "" + +#: front-end/default-fields/blog-details/blog-details.php:93 +msgid "Site URL slug" +msgstr "" + +#: front-end/default-fields/blog-details/blog-details.php:116 +msgid "Site Title" +msgstr "" + +#: front-end/default-fields/blog-details/blog-details.php:138 +msgid "" +"Privacy: I would like my site to appear in search engines, and in public " +"listings around this network." +msgstr "" + +#: front-end/default-fields/recaptcha/recaptcha.php:421 msgid "Click the BACK button on your browser, and try again." msgstr "" -#: front-end/extra-fields/upload/upload_helper_functions.php:78 -#: front-end/extra-fields/upload/upload_helper_functions.php:87 -msgid "Sorry, you cannot upload this file type for this field." +#. Name of the plugin +msgid "Profile Builder" msgstr "" -#: front-end/extra-fields/upload/upload_helper_functions.php:94 -msgid "An error occurred, please try again later." +#. Description of the plugin +msgid "" +"Login, registration and edit profile shortcodes for the front-end. Also you " +"can chose what fields should be displayed or add new (custom) ones both in " +"the front-end and in the dashboard." msgstr "" -#: modules/user-listing/userlisting.php:282 -msgid "More" -msgstr "Więcej" - -#: modules/user-listing/userlisting.php:376 -msgid "You do not have permission to view this user list." +#. URI of the plugin +msgid "https://www.cozmoslabs.com/wordpress-profile-builder/" msgstr "" -#: modules/user-listing/userlisting.php:389 -msgid "You do not have the required user role to view this user list." +#. Author of the plugin +msgid "" +"Cozmoslabs, Madalin Ungureanu, Antohe Cristian, Barina Gabriel, Mihai Iova" msgstr "" -#: modules/user-listing/userlisting.php:2186 -msgid "Ascending" -msgstr "Rosnąco" +#. Author URI of the plugin +msgid "https://www.cozmoslabs.com/" +msgstr "" -#: modules/user-listing/userlisting.php:2187 -msgid "Descending" -msgstr "Malejąco" +#: features/functions.php:526 +msgid "Strength indicator" +msgstr "Siłomierz" -#: admin/add-ons.php:148 admin/add-ons.php:248 -#: admin/pms-cross-promotion.php:134 admin/pms-cross-promotion.php:213 -msgid "Download Now" -msgstr "Pobierz" +#: features/functions.php:552 +msgid "Very Weak" +msgstr "Bardzo łatwe" -#: admin/admin-functions.php:200 -msgid "If you enjoy using %1$s please rate us on WordPress.org. More happy users means more features, less bugs and better support for everyone. " -msgstr "Jeśli jesteś zadowolony z korzystania z %1$s oceń nas proszę na WordPress.org. Więcej zadowolonych użytkowników oznacza więcej funkcjonalności, mniej błędów oraz lepsze wsparcie dla wszystkich." +#: features/functions.php:552 admin/general-settings.php:211 +#: admin/admin-functions.php:137 +msgid "Weak" +msgstr "słabe" -#: admin/manage-fields.php:80 -msgid "Choose one of the supported field types" -msgstr "Wybierz jeden ze wspieranych typów plików" +#: features/functions.php:552 admin/general-settings.php:212 +#: admin/admin-functions.php:137 +msgid "Medium" +msgstr "Średnie" -#: admin/manage-fields.php:82 -msgid ". Extra Field Types are available in Hobbyist or PRO versions." -msgstr ". Dodatkowe pola są dostępne w wersjach Hobbyist i PRO." +#: features/functions.php:552 admin/general-settings.php:213 +#: admin/admin-functions.php:137 +msgid "Strong" +msgstr "Trudne" -#: admin/manage-fields.php:129 -msgid "Site Key" -msgstr "Klucz strony" +#: features/functions.php:566 +#, php-format +msgid "Minimum length of %d characters" +msgstr "Minimalna długość %d znaków" -#: admin/manage-fields.php:129 -msgid "The site key from Google, www.google.com/recaptcha" -msgstr "The site key from Google, www.google.com/recaptcha" +#: features/functions.php:640 +msgid "This field is required" +msgstr "To pole jest wymagane" -#: admin/manage-fields.php:130 -msgid "Secret Key" -msgstr "Tajny klucz" +#: features/functions.php:697 +msgid "Save Changes" +msgstr "Zapisz zmiany" -#: admin/manage-fields.php:130 -msgid "The secret key from Google, www.google.com/recaptcha" -msgstr "Tajny klucz od Google, www.google.com/recaptcha" +#: features/functions.php:704 +msgid "Cancel" +msgstr "Anuluj" -#: admin/manage-fields.php:1020 -msgid "You must enter the site key\n" -msgstr "Musisz podać klucz strony\n" +#: features/functions.php:711 features/functions.php:725 +#: admin/manage-fields.php:1193 features/roles-editor/roles-editor.php:174 +#: features/roles-editor/roles-editor.php:877 +#: features/roles-editor/roles-editor.php:886 +#: features/roles-editor/roles-editor.php:897 +#: features/email-confirmation/class-email-confirmation.php:120 +#: features/email-confirmation/class-email-confirmation.php:217 +msgid "Delete" +msgstr "Usuń" -#: admin/manage-fields.php:1022 -msgid "You must enter the secret key\n" -msgstr "Musisz podać tajny klucz\n" +#: features/functions.php:718 features/functions.php:725 +#: admin/manage-fields.php:1193 features/roles-editor/roles-editor.php:859 +msgid "Edit" +msgstr "Edytuj" -#: admin/add-ons.php:10 admin/add-ons.php:32 +#: features/functions.php:725 assets/lib/wck-api/wordpress-creation-kit.php:438 +msgid "Content" +msgstr "Treść" + +#: features/functions.php:995 +msgid "here" +msgstr "tutaj" + +#: features/functions.php:996 +#, php-format +msgid "" +"You will soon be redirected automatically. If you see this page for more " +"than %1$d seconds, please click %2$s.%3$s" +msgstr "" +"Niedługo zostaniesz przekierowany. Jeśli oglądasz tę stronę przez więcej niż " +"%1$d sekund, proszę kliknij %2$s.%3$s" + +#: front-end/recover.php:17 front-end/recover.php:237 front-end/login.php:137 +#: front-end/login.php:144 front-end/login.php:158 +msgid "ERROR" +msgstr "BŁĄD" + +#: front-end/recover.php:17 +msgid "" +"Your account has to be confirmed by an administrator before you can use the " +"\"Password Reset\" feature." +msgstr "" +"Twoje konto musi zostać zatwierdzone przez administratora zanim będziesz " +"mógł odzyskać swoje hasło." + +#: front-end/recover.php:73 admin/manage-fields.php:219 +msgid "Password" +msgstr "Hasło" + +#: front-end/recover.php:74 admin/manage-fields.php:220 +msgid "Repeat Password" +msgstr "Powtórz hasło" + +#: front-end/recover.php:94 +msgid "Reset Password" +msgstr "Zresetuj Hasło" + +#: front-end/recover.php:114 +msgid "Please enter your username or email address." +msgstr "Wpisz nazwę użytkownika lub adres email." + +#: front-end/recover.php:115 +msgid "You will receive a link to create a new password via email." +msgstr "Drogą mailową otrzymasz link do utworzenia nowego hasła." + +#: front-end/recover.php:120 +msgid "Username or E-mail" +msgstr "Nazwa użytkownika lub adres email" + +#: front-end/recover.php:130 +msgid "Get New Password" +msgstr "Zdobądź nowe hasło" + +#: front-end/recover.php:177 +msgid "The username entered wasn't found in the database!" +msgstr "Wprowadzona nazwa użytkownika nie istnieje w bazie!" + +#: front-end/recover.php:177 +msgid "Please check that you entered the correct username." +msgstr "Sprawdź czy wprowadziłeś prawidłową nazwę użytkownika." + +#: front-end/recover.php:192 +msgid "Check your e-mail for the confirmation link." +msgstr "Sprawdź swoją pocztę e-mail oraz kliknij w link potwierdzający." + +#: front-end/recover.php:199 +msgid "The email address entered wasn't found in the database!" +msgstr "Wprowadzony adres email nie został odnaleziony w bazie danych!" + +#: front-end/recover.php:199 +msgid "Please check that you entered the correct email address." +msgstr "Sprawdź proszę, czy wprowadziłeś poprawny adres email." + +#: front-end/recover.php:227 +#, php-format +msgid "" +"Someone requested that the password be reset for the following account: " +"%1$s
    If this was a mistake, just ignore this email and nothing will " +"happen.
    To reset your password, visit the following link:%2$s" +msgstr "" +"Poproszono o reset hasła dla następującego konta użytkownika: %1$s" +"
    Jeśli to pomyłka, proszę zignoruj ten email, a nic się nie stanie.
    " +"W celu resetu hasła, kliknij w następujący link:%2$s" + +#: front-end/recover.php:230 +#, php-format +msgid "Password Reset from \"%1$s\"" +msgstr "Reset Hasła z \"%1$s\"" + +#: front-end/recover.php:237 +#, php-format +msgid "There was an error while trying to send the activation link to %1$s!" +msgstr "Przesłanie linku aktywacyjnego do %1$s nie powiodło się!" + +#: front-end/recover.php:254 front-end/default-fields/password/password.php:46 +#, php-format +msgid "The password must have the minimum length of %s characters" +msgstr "Hasło musi składać się z minimum %s znaku." + +#: front-end/recover.php:258 front-end/default-fields/password/password.php:50 +#, php-format +msgid "The password must have a minimum strength of %s" +msgstr "Hasło musi posiadać następujący minimalny poziom skomplikowania: %s" + +#: front-end/recover.php:265 +msgid "Your password has been successfully changed!" +msgstr "Twoje hasło zostało zmienione!" + +#: front-end/recover.php:284 +#, php-format +msgid "You have successfully reset your password to: %1$s" +msgstr "Udało Ci się zresetować hasło. Twoje nowe hasło to: %1$s" + +#: front-end/recover.php:287 front-end/recover.php:298 +#, php-format +msgid "Password Successfully Reset for %1$s on \"%2$s\"" +msgstr "Reset Hasła dla %1$s na \"%2$s\"" + +#: front-end/recover.php:295 +#, php-format +msgid "" +"%1$s has requested a password change via the password reset feature.
    " +"His/her new password is:%2$s" +msgstr "%1$s poprosił(a) o reset hasła.
    Jej/jego nowe hasło to:%2$s" + +#: front-end/recover.php:312 +msgid "The entered passwords don't match!" +msgstr "Wprowadzone hasła nie są zgodne!" + +#: front-end/recover.php:367 +msgid "ERROR:" +msgstr "BŁĄD:" + +#: front-end/recover.php:367 +msgid "Invalid key!" +msgstr "Nieprawidłowy klucz!" + +#: front-end/class-formbuilder.php:136 +msgid "Only an administrator can add new users." +msgstr "Tylko administrator może dodać nowego użytkownika." + +#: front-end/class-formbuilder.php:146 +msgid "Users can register themselves or you can manually create users here." +msgstr "" +"Tutaj użytkownicy mogą się rejestrować. Możesz też stworzyć ręcznie " +"użytkownika." + +#: front-end/class-formbuilder.php:146 front-end/class-formbuilder.php:149 +msgid "This message is only visible by administrators" +msgstr "Ta wiadomość jest widoczna tylko dla administratorów" + +#: front-end/class-formbuilder.php:149 +msgid "" +"Users cannot currently register themselves, but you can manually create " +"users here." +msgstr "" +"Obecnie Użytkownicy nie mogą się rejestrować, ale tutaj możesz stworzyć dla " +"nich konta ręcznie." + +#: front-end/class-formbuilder.php:169 +#, php-format +msgid "You are currently logged in as %1s. You don't need another account. %2s" +msgstr "Jesteś zalogowany jako %1s. Nie potrzebujesz kolejnego konta. %2s" + +#: front-end/class-formbuilder.php:169 +msgid "Log out of this account." +msgstr "Wyloguj się z konta." + +#: front-end/class-formbuilder.php:169 +msgid "Logout" +msgstr "Wyloguj się" + +#: front-end/class-formbuilder.php:175 +msgid "You must be logged in to edit your profile." +msgstr "Musisz być zalogowany, aby zmodyfikować swój profil" + +#: front-end/class-formbuilder.php:315 front-end/class-formbuilder.php:322 +#, php-format +msgid "The account %1s has been successfully created!" +msgstr "Konto %1s zostało pomyślnie założone!" + +#: front-end/class-formbuilder.php:318 front-end/class-formbuilder.php:328 +#, php-format +msgid "" +"Before you can access your account %1s, you need to confirm your email " +"address. Please check your inbox and click the activation link." +msgstr "" +"Zanim będziesz mógł się zalogować na swoje kontu %1s, musisz potwierdzić " +"swój adres email. Proszę sprawdź swoją skrzynkę oraz kliknij link " +"aktywacyjny. " + +#: front-end/class-formbuilder.php:324 +#, php-format +msgid "" +"Before you can access your account %1s, an administrator has to approve it. " +"You will be notified via email." +msgstr "" +"Zanim będziesz mógł się zalogować na swoje kontu %1s, administrator musi " +"zatwierdzić Twoje konto. Otrzymasz powiadomienie na Twój adres email." + +#: front-end/class-formbuilder.php:347 +msgid "Your profile has been successfully updated!" +msgstr "Twój profil został zaktualizowany!" + +#: front-end/class-formbuilder.php:358 +msgid "There was an error in the submitted form" +msgstr "Pojawiły się błędy w przesłanym formularzu" + +#: front-end/class-formbuilder.php:415 +msgid "Add User" +msgstr "Dodaj użytkownika" + +#: front-end/class-formbuilder.php:415 front-end/login.php:250 +msgid "Register" +msgstr "Zarejestruj się" + +#: front-end/class-formbuilder.php:418 admin/add-ons.php:170 +msgid "Update" +msgstr "Aktualizuj" + +#: front-end/class-formbuilder.php:481 +msgid "Send these credentials via email." +msgstr "Wyślij te dane na adres e-mail." + +#: front-end/class-formbuilder.php:659 +msgid "User to edit:" +msgstr "Użytkownik do edycji:" + +#: front-end/register.php:56 +msgid "Invalid activation key!" +msgstr "Nieprawidłowy klucz aktywacyjny!" + +#: front-end/register.php:60 +msgid "This username is now active!" +msgstr "Konto tego użytkownika jest aktywne!" + +#: front-end/register.php:71 +#: features/email-confirmation/email-confirmation.php:441 +msgid "Could not create user!" +msgstr "Nie udało się stworzyć użytkownika!" + +#: front-end/register.php:74 +msgid "This username is already activated!" +msgstr "Konto tego użytkownika jest już aktywne!" + +#: front-end/register.php:124 +msgid "Your email was successfully confirmed." +msgstr "Twój adres email został zweryfikowany poprawnie." + +#: front-end/register.php:125 +#: features/email-confirmation/email-confirmation.php:641 +msgid "" +"Before you can access your account, an administrator needs to approve it. " +"You will be notified via email." +msgstr "" +"Zanim będziesz mógł zalogować się na swoje konto, administrator musi je " +"zatwierdzić. Zostaniesz o tym powiadomiony przez email." + +#: front-end/register.php:153 +msgid "There was an error while trying to activate the user." +msgstr "Wystąpił błąd podczas aktywacji konta użytkownika" + +#: front-end/login.php:85 front-end/login.php:99 front-end/login.php:218 +#: admin/general-settings.php:180 admin/manage-fields.php:201 +#: features/email-confirmation/class-email-confirmation.php:167 +msgid "Username" +msgstr "Username" + +#: front-end/login.php:137 +msgid "The password you entered is incorrect." +msgstr "Hasło jest nieprawidłowe." + +#: front-end/login.php:138 front-end/login.php:145 +msgid "Password Lost and Found." +msgstr "Hasło Zgubione oraz Znalezione." + +#: front-end/login.php:138 front-end/login.php:145 +msgid "Lost your password" +msgstr "Zgubiłeś swoje hasło" + +#: front-end/login.php:144 +msgid "Invalid username." +msgstr "Nieprawidłowa nazwa użytkownika" + +#: front-end/login.php:149 front-end/login.php:153 +msgid "username" +msgstr "username" + +#: front-end/login.php:149 +msgid "email" +msgstr "email" + +#: front-end/login.php:153 +msgid "username or email" +msgstr "nazwa użytkownika lub email" + +#: front-end/login.php:158 +msgid "Both fields are empty." +msgstr "Obydwa pola są puste." + +#: front-end/login.php:215 admin/general-settings.php:181 +msgid "Email" +msgstr "Email" + +#: front-end/login.php:222 +msgid "Username or Email" +msgstr "Nazwa użytkownika lub Email" + +#: front-end/login.php:256 +msgid "Lost your password?" +msgstr "Zapomniałeś hasła?" + +#: front-end/login.php:295 front-end/logout.php:25 +msgid "Log out of this account" +msgstr "Wyloguj się z tego konta" + +#: front-end/login.php:295 +msgid "Log out" +msgstr "Wyloguj" + +#: front-end/login.php:296 +#, php-format +msgid "You are currently logged in as %1$s. %2$s" +msgstr "Jesteś zalogowany jako %1s. %2s" + +#: front-end/logout.php:15 +#, php-format +msgid "You are currently logged in as %s. " +msgstr "Jesteś obecnie zalogowany jako %s. " + +#: front-end/logout.php:15 +msgid "Log out »" +msgstr "Wyloguj się »" + +#: admin/general-settings.php:10 admin/general-settings.php:10 +#: admin/general-settings.php:35 admin/admin-functions.php:37 +msgid "General Settings" +msgstr "Ustawienia ogólne" + +#: admin/general-settings.php:39 +msgid "Load Profile Builder's own CSS file in the front-end:" +msgstr "Załaduj wewnętrzne pliki CSS (szablony styli) od Profile Builder" + +#: admin/general-settings.php:42 admin/general-settings.php:55 +#: admin/general-settings.php:104 admin/general-settings.php:151 +msgid "Yes" +msgstr "Tak" + +#: admin/general-settings.php:44 +#, php-format +msgid "You can find the default file here: %1$s" +msgstr "Domyślny plik znajdziesz tutaj: %1$s" + +#: admin/general-settings.php:51 +msgid "\"Email Confirmation\" Activated:" +msgstr "\"Potwierdzenie Email\" Aktywne:" + +#: admin/general-settings.php:56 admin/general-settings.php:105 +#: admin/general-settings.php:150 +msgid "No" +msgstr "Nie" + +#: admin/general-settings.php:61 +#, php-format +msgid "" +"You can find a list of unconfirmed email addresses %1$sUsers > All Users > " +"Email Confirmation%2$s." +msgstr "" +"Listę niepotwierdzonych adresów email mozesz znaleźć w %1$sUżytkownicy > " +"Wszyscy Użytkownicy > Potwierdzenie Email%2$s." + +#: admin/general-settings.php:69 +msgid "\"Email Confirmation\" Landing Page:" +msgstr "Strona otwierana podczas Potwierdzenia adresu Email:" + +#: admin/general-settings.php:74 +msgid "Existing Pages" +msgstr "Istniejące strony" + +#: admin/general-settings.php:89 +msgid "" +"Specify the page where the users will be directed when confirming the email " +"account. This page can differ from the register page(s) and can be changed " +"at any time. If none selected, a simple confirmation page will be displayed " +"for the user." +msgstr "" +"Zdefiniuj stronę, na którą będą przekierowywani użytkownicy potwierdzający " +"rejestrację swojego konta. Ta strona może być różna od strony rejestracji " +"oraz może być zmieniona w dowolnym momencie. Jeśli żadna nie zostanie " +"wybrana, proste potwierdzenie rejestracji zostanie wyświetlone użytkownikowi." + +#: admin/general-settings.php:100 +msgid "\"Admin Approval\" Activated:" +msgstr "\"Potwierdzenie Administratora\" aktywowane:" + +#: admin/general-settings.php:108 +#, php-format +msgid "" +"You can find a list of users at %1$sUsers > All Users > Admin Approval%2$s." +msgstr "" +"Możesz znaleźć listę użytkowników przechodząć do %1$sUżytkownicy > Wszyscy " +"Użytkownicy > Potwierdzenie Administratora%2$s." + +#: admin/general-settings.php:165 +msgid "\"Admin Approval\" Feature:" +msgstr "Funkcjonalność \"Potwierdzenia administratora\":" + +#: admin/general-settings.php:168 +#, php-format +msgid "" +"You decide who is a user on your website. Get notified via email or approve " +"multiple users at once from the WordPress UI. Enable Admin Approval by " +"upgrading to %1$sHobbyist or PRO versions%2$s." +msgstr "" +"Ty decydujesz, kto jest użytkownikiem na Twojej stronie. Otrzymuj " +"potwierdzenia poprzez email lub akceptuj wielu użytkowników na raz poprzez " +"panel Wordpress. Odblokuj \"Potwierdzenie Administratora\" poprzez " +"aktualizację do %1$s wersji Hobbyist lub PRO %2$s." + +#: admin/general-settings.php:175 +msgid "Allow Users to Log in With:" +msgstr "Zezwalaj użytkownikom na logowanie za pomocą:" + +#: admin/general-settings.php:179 +msgid "Username and Email" +msgstr "Nazwa użytkownika lub email" + +#: admin/general-settings.php:184 +msgid "\"Username and Email\" - users can Log In with both Username and Email." +msgstr "" +"\"Nazwa użytkownika lub email\" - użytkownicy mogą zalogować się korzystając " +"z nazwy użytkownika lub adresu email." + +#: admin/general-settings.php:185 +msgid "\"Username\" - users can Log In only with Username." +msgstr "" +"\"Nazwa użytkownika\" - użytkownicy mogą zalogować się tylko przez podanie " +"nazwy użytkownika." + +#: admin/general-settings.php:186 +msgid "\"Email\" - users can Log In only with Email." +msgstr "" +"\"Email\" - użytkownicy mogą zalogować się tylko przez podanie adresu email." + +#: admin/general-settings.php:193 +msgid "Minimum Password Length:" +msgstr "Minimalna długość hasła" + +#: admin/general-settings.php:198 +msgid "" +"Enter the minimum characters the password should have. Leave empty for no " +"minimum limit" +msgstr "" +"Wprowadź minimalną liczbę znaków jakie powinno posiadać hasło. Zostaw pole " +"puste żeby nie ustalać limitów." + +#: admin/general-settings.php:205 +msgid "Minimum Password Strength:" +msgstr "Minimalna siła hasła:" + +#: admin/general-settings.php:209 +msgid "Disabled" +msgstr "Wyłączone" + +#: admin/general-settings.php:210 admin/admin-functions.php:137 +msgid "Very weak" +msgstr "Bardzo słabe" + +#: admin/add-ons.php:10 admin/add-ons.php:10 admin/add-ons.php:32 msgid "Add-Ons" msgstr "Wtyczki" @@ -2815,12 +1662,17 @@ msgid "Add-On has been deactivated." msgstr "Wtyczka została zdezaktywowana" #: admin/add-ons.php:59 -msgid "Something went wrong, we could not connect to the server. Please try again later." -msgstr "Coś poszło nie tak. Nie możemy połączyć się z serwerem. Spróbuj ponownie później." +msgid "" +"Something went wrong, we could not connect to the server. Please try again " +"later." +msgstr "" +"Coś poszło nie tak. Nie możemy połączyć się z serwerem. Spróbuj ponownie " +"później." -#: admin/pms-cross-promotion.php:137 admin/pms-cross-promotion.php:216 -msgid "Install Now" -msgstr "Instaluj teraz" +#: admin/add-ons.php:148 admin/add-ons.php:248 +#: admin/pms-cross-promotion.php:134 admin/pms-cross-promotion.php:213 +msgid "Download Now" +msgstr "Pobierz" #: admin/add-ons.php:153 admin/add-ons.php:251 #: admin/pms-cross-promotion.php:141 admin/pms-cross-promotion.php:220 @@ -2844,746 +1696,13 @@ msgid "Minimum required Profile Builder version:" msgstr "Minimalna wymagana wersja Profile Buidler:" #: admin/add-ons.php:177 -msgid "Could not install add-on. Retry or install manually." -msgstr "Nie udało się zainstalować dodatku. Spróbuj ponownie lub zainstaluj ręcznie." - -#: front-end/default-fields/email/email.php:51 -msgid "You must enter a valid email address." -msgstr "Wprowadź poprawny adres email." - -#: front-end/default-fields/username/username.php:52 -#: front-end/default-fields/username/username.php:60 -msgid "This username is invalid because it uses illegal characters." -msgstr "Proponowany login zawiera niedozwolone znaki." - -#: front-end/default-fields/username/username.php:52 -#: front-end/default-fields/username/username.php:60 -msgid "Please enter a valid username." -msgstr "Wprowadź poprawny login." - -#: front-end/extra-fields/user-role/user-role.php:72 -#: front-end/extra-fields/user-role/user-role.php:85 -msgid "Only administrators can see this field on edit profile forms." -msgstr "Tylko administratorzy widzą te pole w formularzy edycji profilu." - -#: front-end/extra-fields/user-role/user-role.php:81 -msgid "As an administrator you cannot change your role." -msgstr "Jako administrator nie możesz zmienić swojej roli." - -#: modules/email-customizer/admin-email-customizer.php:117 +#, php-format msgid "" -"\n" -"

    {{username}} has requested a password change via the password reset feature.

    \n" -"

    His/her new password is: {{password}}

    \n" +"Could not install add-on. Retry or install " +"manually." msgstr "" -"\n" -"

    {{username}} poprosił(a) o zmianę hasła poprzez narzędzie resetu hasła.

    \n" -"

    Jej/jego nowe hasło to: {{password}}

    \n" - -#: modules/email-customizer/admin-email-customizer.php:141 -msgid "Admin Notification for User Password Reset" -msgstr "Powiadomienia administratora o resecie hasła użytkownika." - -#: modules/email-customizer/email-customizer.php:46 -msgid "Reset Key" -msgstr "Klucz restartu" - -#: modules/email-customizer/email-customizer.php:47 -msgid "Reset Url" -msgstr "URL restartu" - -#: modules/email-customizer/email-customizer.php:48 -msgid "Reset Link" -msgstr "Link restartu" - -#: modules/email-customizer/user-email-customizer.php:204 -msgid "" -"\n" -"

    Someone requested that the password be reset for the following account: {{site_name}}
    \n" -"Username: {{username}}

    \n" -"

    If this was a mistake, just ignore this email and nothing will happen.

    \n" -"

    To reset your password, visit the following address:
    \n" -"{{{reset_link}}}

    \n" -msgstr "" -"\n" -"

    Poproszono o reset hasła dla następującego konta: {{site_name}}
    \n" -"Nazwa użytkownika: {{username}}

    \n" -"

    Jeśli jest to pomyłka, proszę zingoruj ten email, a nic się nie stanie.

    \n" -"

    Aby zresetować hasło przejdź pod następujący adres:
    \n" -"{{{reset_link}}}

    \n" - -#: modules/email-customizer/user-email-customizer.php:218 -msgid "[{{site_name}}] Password Reset" -msgstr "[{{site_name}}] Reset hasła" - -#: modules/email-customizer/user-email-customizer.php:229 -msgid "Password Reset Email" -msgstr "Email do zresetowania hasła" - -#: modules/email-customizer/user-email-customizer.php:235 -msgid "" -"\n" -"

    You have successfully reset your password to: {{password}}

    \n" -msgstr "" -"\n" -"

    Udało Ci się poprawnie zresetować hasło. Twoje nowe hasło to: {{password}}

    \n" - -#: modules/email-customizer/user-email-customizer.php:245 -msgid "[{{site_name}}] Password Reset Successfully" -msgstr "[{{site_name}}] Hasło zostało zresetowanie." - -#: modules/email-customizer/user-email-customizer.php:256 -msgid "Password Reset Success Email" -msgstr "Reset hasła Sukces Email" - -#: modules/user-listing/userlisting.php:159 -msgid "User Nicename" -msgstr "Przezwisko (Nick)" - -#: modules/user-listing/userlisting.php:499 -msgid "None" -msgstr "Brak" - -#: admin/admin-functions.php:132 -msgid "ERROR: The password must have the minimum length of %s characters" -msgstr "BŁĄD: Hasło musi mieć minimum %s znaków." - -#: admin/admin-functions.php:148 -msgid "ERROR: The password must have a minimum strength of %s" -msgstr "BŁĄD: Minimalna siłahasła to: %s" - -#: admin/general-settings.php:163 -msgid "Username and Email" -msgstr "Nazwa użytkownika lub email" - -#: admin/general-settings.php:168 -msgid "\"Username and Email\" - users can Log In with both Username and Email." -msgstr "\"Nazwa użytkownika lub email\" - użytkownicy mogą zalogować się korzystając z nazwy użytkownika lub adresu email." - -#: admin/general-settings.php:169 -msgid "\"Username\" - users can Log In only with Username." -msgstr "\"Nazwa użytkownika\" - użytkownicy mogą zalogować się tylko przez podanie nazwy użytkownika." - -#: admin/general-settings.php:170 -msgid "\"Email\" - users can Log In only with Email." -msgstr "\"Email\" - użytkownicy mogą zalogować się tylko przez podanie adresu email." - -#: admin/manage-fields.php:122 -msgid "Specify the extension(s) you want to limit to upload
    Example: .ext1,.ext2,.ext3
    If not specified, defaults to: .jpg,.jpeg,.gif,.png (.*)" -msgstr "Wybierz rozszerzenie/rozszedzenia, które użytkownicy mogą przesyłać.
    Przykład: .ext1,.ext2,.ext3
    Jeśli nic nie wybrano, domyślne to: .jpg,.jpeg,.gif,.png (.*)" - -#: admin/manage-fields.php:123 -msgid "Specify the extension(s) you want to limit to upload
    Example: .ext1,.ext2,.ext3
    If not specified, defaults to all WordPress allowed file extensions (.*)" -msgstr "Wybierz rozszerzenie/rozszerzenia, do których chcesz ograniczyć przesyłanie.
    Przykład: .ext1,.ext2,.ext3
    Jeśli nie dokonano wyboru, wszystkie wspierane przez Wordpress rozszerzenia będą dozwolone (.*)" - -#: admin/manage-fields.php:133 -msgid "User Roles" -msgstr "Profile użytkownika" - -#: admin/manage-fields.php:133 -msgid "Select which user roles to show to the user ( drag and drop to re-order )" -msgstr "Wybierz profile użytkowników, które mają być widoczne dla użytkownika ( przeciągnij, aby posortować )" - -#: admin/manage-fields.php:134 -msgid "User Roles Order" -msgstr "Kolejność profili użytkownika" - -#: admin/manage-fields.php:134 -msgid "Save the user role order from the user roles checkboxes" -msgstr "Zapisz kolejność profili użytkownika z pól wyboru" - -#: admin/manage-fields.php:1125 -msgid "Please select at least one user role\n" -msgstr "Wybierz proszę, co najmniej jeden profil użytkownika\n" - -#: admin/register-version.php:22 -msgid "Profile Builder Register" -msgstr "Rejestracja Profile Builder" - -#: admin/register-version.php:81 -msgid "The serial number is about to expire soon!" -msgstr "Numer seryjny wkrótce wygaśnie!" - -#: admin/register-version.php:81 -msgid " Your serial number is about to expire, please %1$s Renew Your License%2$s." -msgstr "Twój numer seryjny wkrótce wygaśnie, proszę %1$s Odnów Swoją Licencję%2$s." - -#: admin/register-version.php:83 -msgid " Your serial number is expired, please %1$s Renew Your License%2$s." -msgstr " Twój numer seryjny wygasł, proszę %1$s Odnów Swoją Licencję%2$s." - -#: assets/lib/wck-api/wordpress-creation-kit.php:334 -msgid "Add Entry" -msgstr "Dodaj wpis" - -#: features/email-confirmation/class-email-confirmation.php:91 -msgid "show" -msgstr "pokaż" - -#: features/functions.php:736 -msgid "To allow users to register for your website via Profile Builder, you first must enable user registration. Go to %1$sNetwork Settings%2$s, and under Registration Settings make sure to check “User accounts may be registered”. %3$sDismiss%4$s" -msgstr "Aby zezwolić użytkownikom na logowanie na Twojej stronie poprzez Profile Builder, musisz najpierw zezwolić na rejestrację użytkowników. Idź do %1$sUstawień Sieciowych%2$s, oraz upewnij się, że pole \"Możliwość rejestracji kont użytowników\" jest zaznaczone. %3$sAnuluj%4$s" - -#: front-end/class-formbuilder.php:643 -msgid "User to edit:" -msgstr "Użytkownik do edycji:" - -#: front-end/default-fields/password/password.php:46 front-end/recover.php:254 -msgid "The password must have the minimum length of %s characters" -msgstr "Hasło musi składać się z minimum %s znaku." - -#: front-end/default-fields/password/password.php:50 front-end/recover.php:258 -msgid "The password must have a minimum strength of %s" -msgstr "Hasło musi posiadać następujący minimalny poziom skomplikowania: %s" - -#: front-end/extra-fields/user-role/user-role.php:118 -msgid "You cannot register this user role" -msgstr "Nie możesz zarejestrować tego profilu użytkownika." - -#: front-end/login.php:153 -msgid "username or email" -msgstr "nazwa użytkownika lub email" - -#: front-end/login.php:222 -msgid "Username or Email" -msgstr "Nazwa użytkownika lub Email" - -#: front-end/logout.php:15 -msgid "You are currently logged in as %s. " -msgstr "Jesteś obecnie zalogowany jako %s. " - -#: front-end/logout.php:15 -msgid "Log out »" -msgstr "Wyloguj się »" - -#: modules/custom-redirects/custom_redirects_admin.php:92 -#: modules/email-customizer/email-customizer.php:31 -msgid "User Role" -msgstr "Rola użytkownika" - -#: modules/user-listing/userlisting.php:2100 -msgid "View all extra shortcode parameters" -msgstr "Pokaż wszystkie dodatkowe parametry krótkich kodów." - -#: modules/user-listing/userlisting.php:2114 -msgid "displays only the users that you specified the user_id for" -msgstr "wyświetla tylko tych użytkowników, dla których wyspecyfikowany został parametr user_id " - -#: modules/user-listing/userlisting.php:2120 -msgid "displays all users except the ones you specified the user_id for" -msgstr "wyświetla wszystkich użytkowników poza tymi, dla których wyspecyfikowany został parametr uder_id" - -#: features/functions.php:566 -msgid "Minimum length of %d characters" -msgstr "Minimalna długość %d znaków" - -#: front-end/class-formbuilder.php:135 front-end/class-formbuilder.php:138 -msgid "This message is only visible by administrators" -msgstr "Ta wiadomość jest widoczna tylko dla administratorów" - -#: modules/user-listing/userlisting.php:413 -msgid "User not found" -msgstr "Użytkownik nie znaleziony" - -#: modules/email-customizer/admin-email-customizer.php:38 -#: modules/email-customizer/user-email-customizer.php:38 -msgid "Valid tags {{reply_to}} and {{site_name}}" -msgstr "Poprawne tagi {{reply_to}} oraz {{site_name}}" - -#: admin/admin-bar.php:48 -msgid "Choose which user roles view the admin bar in the front-end of the website." -msgstr "Wybierz, które profile użytkownika powinny mieć dostęp do listwy administracyjnej Wordpress na Twojej stronie." - -#: admin/manage-fields.php:127 -msgid "Enter a comma separated list of values
    This can be anything, as it is hidden from the user, but should not contain special characters or apostrophes" -msgstr "Wprowadź listę elementów oddzielając poszczególne elementy przecinkami
    Może to być cokolwiek, ponieważ jest to niewidoczne dla użytkownika, ale nie powinno zawierać żadnych znaków specjalnych lub apostrofów." - -#: admin/manage-fields.php:1052 -msgid "The meta-name cannot be empty\n" -msgstr "Parametr meta-name nie może być pusty\n" - -#: admin/register-version.php:69 -msgid "Now that you acquired a copy of %s, you should take the time and register it with the serial number you received" -msgstr "W związku z nabyciem kopii %s, powinieneś zarejestrować ją wykorzystaniem numeru seryjnego, który otrzymałeś." - -#: admin/register-version.php:243 -msgid "

    Your Profile Builder serial number is invalid or missing.
    Please %1$sregister your copy%2$s to receive access to automatic updates and support. Need a license key? %3$sPurchase one now%4$s

    " -msgstr "

    Twój numer seryjny Profile Builder jest niepoprawny lub niepełny.
    Proszę %1$szarejestruj swoją kopię%2$s, aby otrzymać dostęp do automatycznych aktualizacji oraz wsparcia. Potrzebujesz klucza licencyjnego? %3$sKup go teraz%4$s

    " - -#: assets/lib/wck-api/fields/country select.php:14 -#: assets/lib/wck-api/fields/cpt select.php:17 -#: assets/lib/wck-api/fields/select.php:14 assets/lib/wck-api/fields/user -#: select.php:15 front-end/extra-fields/select-cpt/select-cpt.php:36 -#: front-end/extra-fields/select-cpt/select-cpt.php:60 -msgid "...Choose" -msgstr "...Wybierz" - -#: features/class-list-table.php:526 features/class-list-table.php:942 -msgid "1 item" -msgid_plural "%s items" -msgstr[0] "1 element" -msgstr[1] "" -msgstr[2] "" - -#: features/functions.php:552 -msgid "Very Weak" -msgstr "Bardzo łatwe" - -#: features/functions.php:640 -msgid "This field is required" -msgstr "To pole jest wymagane" - -#: features/functions.php:704 -msgid "Cancel" -msgstr "Anuluj" - -#: features/functions.php:740 -msgid "To allow users to register for your website via Profile Builder, you first must enable user registration. Go to %1$sSettings -> General%2$s tab, and under Membership make sure to check “Anyone can register”. %3$sDismiss%4$s" -msgstr "Aby zezwolić użytkownikom na rejestrację na Twojej stronie poprzez Profile Builder, musisz najpierw umożliwić rejestrację użytkowników. Idź do zakładki %1$sUstawienia -> Ogólne%2$s oraz upewnij się, że w sekcji Członkowstwo pole “Każdy może się zarejestrować” jest zaznaczone. %3$sOdrzuć%4$s" - -#: front-end/login.php:144 -msgid "Invalid username." -msgstr "Nieprawidłowa nazwa użytkownika" - -#: front-end/login.php:149 front-end/login.php:153 -msgid "username" -msgstr "username" - -#: front-end/login.php:149 -msgid "email" -msgstr "email" - -#: front-end/login.php:256 -msgid "Lost your password?" -msgstr "Zapomniałeś hasła?" - -#: index.php:34 -msgid " is also activated. You need to deactivate it before activating this version of the plugin." -msgstr "jest także aktywny. Musisz dezaktywować go przed aktywacją tej wersji wtyczki." - -#: modules/email-customizer/admin-email-customizer.php:54 -#: modules/email-customizer/user-email-customizer.php:54 -msgid "Must be a valid email address or the tag {{reply_to}} which defaults to the administrator email" -msgstr "Musi być poprawnym adresem email lub tagiem {{reply_to}}, który wskazuje na adres email administratora" - -#: features/email-confirmation/email-confirmation.php:573 -#: features/email-confirmation/email-confirmation.php:582 -#: modules/email-customizer/email-customizer.php:487 -#: modules/email-customizer/email-customizer.php:494 -#: modules/email-customizer/email-customizer.php:508 -msgid "Your selected password at signup" -msgstr "Hasło, które podałeś podczas rejestracji" - -#: modules/email-customizer/user-email-customizer.php:38 -msgid "These settings are also replicated in the \"Admin Email Customizer\" settings-page upon save." -msgstr "Te ustawienia są także powielane w narzędziu \"Dostosowywania adresu Email Administratora\" podczas zapisywania." - -#: modules/multiple-forms/edit-profile-forms.php:274 -msgid "This form is empty." -msgstr "Ten formularz jest pusty." - -#: modules/multiple-forms/multiple-forms.php:406 -msgid "Delete all items" -msgstr "Usuń wszystkie elementy" - -#: modules/multiple-forms/multiple-forms.php:406 -msgid "Delete all" -msgstr "Usuń wszystko" - -#: modules/user-listing/userlisting.php:1592 -msgid "Choose..." -msgstr "Wybierz..." - -#: modules/user-listing/userlisting.php:2196 -msgid "Set the number of users to be displayed on every paginated part of the all-userlisting" -msgstr "Wybierz liczbę użytkowników do wyświetlenia na jednej stronie zestawienia z kontami użytkowników." - -#: admin/admin-bar.php:10 -msgid "Show/Hide the Admin Bar on the Front-End" -msgstr "Pokaż/Ukryj pasek narzędziowy podczas przeglądania witryny" - -#: admin/admin-bar.php:10 admin/admin-bar.php:47 -msgid "Admin Bar Settings" -msgstr "Ustawienia paska narzędziowego" - -#: admin/admin-bar.php:57 -msgid "User-Role" -msgstr "Rola użytkownika" - -#: admin/admin-bar.php:58 -msgid "Visibility" -msgstr "Widoczność" - -#: admin/admin-bar.php:73 modules/multiple-forms/edit-profile-forms.php:206 -#: modules/multiple-forms/register-forms.php:230 -msgid "Default" -msgstr "Domyślne" - -#: admin/admin-bar.php:74 -msgid "Show" -msgstr "Pokaż" - -#: admin/admin-bar.php:75 modules/user-listing/userlisting.php:1537 -msgid "Hide" -msgstr "Ukryj" - -#: admin/admin-bar.php:86 admin/general-settings.php:208 -#: admin/register-version.php:95 features/functions.php:697 -#: modules/modules.php:127 -msgid "Save Changes" -msgstr "Zapisz zmiany" - -#: admin/admin-functions.php:37 -msgid "Login is set to be done using the E-mail. This field will NOT appear in the front-end! ( you can change these settings under the \"%s\" tab )" -msgstr "Ustawione zostało logowanie z wykorzystaniem adresu e-mail. To pole NIE pojawi się na Twojej stronie! ( możesz zmienić to ustawienie w zakładce \"%s\" )" - -#: admin/admin-functions.php:37 admin/general-settings.php:10 -#: admin/general-settings.php:38 -msgid "General Settings" -msgstr "Ustawienia ogólne" - -#: admin/admin-functions.php:137 admin/general-settings.php:194 -msgid "Very weak" -msgstr "Bardzo słabe" - -#: admin/admin-functions.php:137 admin/general-settings.php:195 -#: features/functions.php:552 -msgid "Weak" -msgstr "słabe" - -#: admin/admin-functions.php:137 admin/general-settings.php:196 -#: features/functions.php:552 -msgid "Medium" -msgstr "Średnie" - -#: admin/admin-functions.php:137 admin/general-settings.php:197 -#: features/functions.php:552 -msgid "Strong" -msgstr "Trudne" - -#: admin/admin-functions.php:187 -msgid "Add Field" -msgstr "Dodaj pole" - -#: admin/admin-functions.php:189 -#: modules/class-mustache-templates/class-mustache-templates.php:390 -msgid "Save Settings" -msgstr "Zapisz ustawienia" - -#: admin/basic-info.php:10 -msgid "Basic Information" -msgstr "Informacje podstawowe" - -#: admin/basic-info.php:29 -msgid "Version %s" -msgstr "Wersja %s" - -#: admin/basic-info.php:30 -msgid "Profile Builder " -msgstr "Profile Builder " - -#: admin/basic-info.php:31 -msgid "The best way to add front-end registration, edit profile and login forms." -msgstr "Najlepszy sposób, aby dodać możliwość rejestracji użytkowników, edycję ich profili oraz formularze do logowania." - -#: admin/basic-info.php:33 -msgid "For Modern User Interaction" -msgstr "Dla Nowoczesnej Interakcji Użytkowników" - -#: admin/basic-info.php:36 features/login-widget/login-widget.php:59 -msgid "Login" -msgstr "Login" - -#: admin/basic-info.php:40 -msgid "Registration" -msgstr "Rejestracja" - -#: admin/basic-info.php:44 -msgid "Edit Profile" -msgstr "Edytuj profil" - -#: admin/basic-info.php:51 -msgid "Extra Features" -msgstr "Dodatkowe Funkcjonalności" - -#: admin/basic-info.php:52 -msgid "Features that give you more control over your users, increased security and help you fight user registration spam." -msgstr "Funkcjonalności, które dają Ci więcej kontroli nad Twoimi użytkownikami, zwiększone bezpieczeństwo oraz wsparcie w walce ze spamem." - -#: admin/basic-info.php:53 -msgid "Enable extra features" -msgstr "Aktywuj dodatkowe funkcjonalności" - -#: admin/basic-info.php:57 -msgid "Recover Password" -msgstr "Odzyskaj hasło" - -#: admin/basic-info.php:61 -msgid "Admin Approval (*)" -msgstr "Zatwierdzanie przez administratora (*)" - -#: admin/basic-info.php:62 -msgid "You decide who is a user on your website. Get notified via email or approve multiple users at once from the WordPress UI." -msgstr "Ty decydujesz, kto jest użytkownikiem na Twojej stronie. Otrzymuj powiadomienia na email oraz zezwalaj na logowanie do Twojej strony wielu użytkownikom w tym samym czasie." - -#: admin/basic-info.php:65 -msgid "Email Confirmation" -msgstr "Potwierdzenie e-mail" - -#: admin/basic-info.php:66 -msgid "Make sure users sign up with genuine emails. On registration users will receive a notification to confirm their email address." -msgstr "Upewnij się, że użytkownicy rejestrują się z poprawnymi adresami email. W trakcie rejestracji użytkownicy otrzymają powiadomienie na email w celu potwierdzenia swojej rejestracji." - -#: admin/basic-info.php:69 -msgid "Minimum Password Length and Strength Meter" -msgstr "Minimalna długość hasła oraz wskaźnik skomplikowania hasła" - -#: admin/basic-info.php:70 -msgid "Eliminate weak passwords altogether by setting a minimum password length and enforcing a certain password strength." -msgstr "Wyeliminuj słabe hasła poprzez ustawienie minimalnej długości hasła oraz wymuszenie określonego poziomu skomplikowania hasła" - -#: admin/basic-info.php:73 -msgid "Login with Email or Username" -msgstr "Adres e-mail lub nazwa użytkownika" - -#: admin/basic-info.php:74 -msgid "Allow users to log in with their email or username when accessing your site." -msgstr "Wszyscy użytkownicy mogą logować się swoim adresem email lub nazwą użytkownika." - -#: admin/basic-info.php:87 -msgid "Customize Your Forms The Way You Want (*)" -msgstr "Konfiguruj Twoje formularze w dowolny sposób (*)" - -#: admin/basic-info.php:88 -msgid "With Extra Profile Fields you can create the exact registration form your project needs." -msgstr "Z wykorzystanie dodatkowych pól w profilu możesz stworzyć formularz rejestracji, którego potrzebuje Twój projekt." - -#: admin/basic-info.php:90 -msgid "Extra Profile Fields are available in Hobbyist or PRO versions" -msgstr "Dodatkowe Pola w profilu są dostępne w wersjach Hobbyist oraz PRO" - -#: admin/basic-info.php:92 -msgid "Get started with extra fields" -msgstr "Zacznij korzystać z dodatkowych pól" - -#: admin/basic-info.php:95 -msgid "Avatar Upload" -msgstr "Dodaj awatar" - -#: admin/basic-info.php:96 -msgid "Generic Uploads" -msgstr "Ogólne ustawienia przesyłania plików" - -#: admin/basic-info.php:97 -msgid "Agree To Terms Checkbox" -msgstr "Pole zgody na warunki użytkowania strony" - -#: admin/basic-info.php:98 -msgid "Datepicker" -msgstr "Wybór daty" - -#: admin/basic-info.php:101 -msgid "reCAPTCHA" -msgstr "reCAPTCHA" - -#: admin/basic-info.php:102 -msgid "Country Select" -msgstr "Wybór kraju" - -#: admin/basic-info.php:104 -msgid "Timezone Select" -msgstr "Wybór strefy czasowej" - -#: admin/basic-info.php:108 -msgid "Input / Hidden Input" -msgstr "Pole tekstowe / Ukryte pole testowe" - -#: admin/basic-info.php:110 -msgid "Checkbox" -msgstr "Pole wyboru" - -#: admin/basic-info.php:111 -msgid "Select" -msgstr "Wybierz" - -#: admin/basic-info.php:112 -msgid "Radio Buttons" -msgstr "Przyciski opcji" - -#: admin/basic-info.php:113 -msgid "Textarea" -msgstr "Pole tekstowe" - -#: admin/basic-info.php:125 -msgid "Powerful Modules (**)" -msgstr "Moduły Powerful (**)" - -#: admin/basic-info.php:126 -msgid "Everything you will need to manage your users is probably already available using the Pro Modules." -msgstr "Wszystko, czego potrzebujesz, aby zarządzać swoimi użytkownikami, jest jest najprawdopodobniej dostępne w wersji PRO. " - -#: admin/basic-info.php:128 -msgid "Enable your modules" -msgstr "Przejdź do wersji PRO" - -#: admin/basic-info.php:131 -msgid "Find out more about PRO Modules" -msgstr "Dowiedz się więcej o wersji PRO" - -#: admin/basic-info.php:136 modules/modules.php:89 -#: modules/user-listing/userlisting.php:11 -#: modules/user-listing/userlisting.php:12 -#: modules/user-listing/userlisting.php:17 -#: modules/user-listing/userlisting.php:23 -msgid "User Listing" -msgstr "Lista użytkowników" - -#: admin/basic-info.php:138 -msgid "Easy to edit templates for listing your website users as well as creating single user pages. Shortcode based, offering many options to customize your listings." -msgstr "Łatwe do edycji szablony list użytkowników oraz tworzenie stron dla każdego z użytkowników. Oparte na krótkich kodach, które oferują wiele możliwości konfiguracji." - -#: admin/basic-info.php:144 -msgid "Email Customizer" -msgstr "Konfiguracja Email" - -#: admin/basic-info.php:145 -msgid "Personalize all emails sent to your users or admins. On registration, email confirmation, admin approval / un-approval." -msgstr "Personalizuj wszystkie wiadomości email wysyłane do użytkowników lub administratorów. Podczas rejstracji, potwierdzenia adresu email, potwierdzenia dodania nowego konta dla administratora." - -#: admin/basic-info.php:148 -#: modules/custom-redirects/custom_redirects_admin.php:32 -#: modules/custom-redirects/custom_redirects_admin.php:33 -#: modules/modules.php:110 -msgid "Custom Redirects" -msgstr "Własne przekierowania" - -#: admin/basic-info.php:149 -msgid "Keep your users out of the WordPress dashboard, redirect them to the front-page after login or registration, everything is just a few clicks away." -msgstr "Zablokuj swoim użytkownikom dostępu do panelu Wordpress dashboard, przekieruj ich do strony głównej po zalogowaniu lub rejestracji, z wykorzystaniem zaledwie kilku kliknięć." - -#: admin/basic-info.php:154 modules/modules.php:75 -msgid "Multiple Registration Forms" -msgstr "Różnorodne Formularze Rejestracji" - -#: admin/basic-info.php:155 -msgid "Set up multiple registration forms with different fields for certain user roles. Capture different information from different types of users." -msgstr "Zdefiniuj różne formularze rejestracji z odmiennymi polami dla użytkowników o określonych profilach. Zbieraj inne informacje od wielu różnych typów użytkowników." - -#: admin/basic-info.php:158 modules/modules.php:82 -msgid "Multiple Edit-profile Forms" -msgstr "Różnorodne Formularze Edycji Profilu" - -#: admin/basic-info.php:159 -msgid "Allow different user roles to edit their specific information. Set up multiple edit-profile forms with different fields for certain user roles." -msgstr "Zezwól użytkownikom o różnych profilach na edycję tylko określonych składników profilu. Zdefiniuj odmienne formularze edycji profilu w zależności od profilu użytkownika" - -#: admin/basic-info.php:187 -msgid " * only available in the %1$sHobbyist and Pro versions%2$s." -msgstr " * dostępne tylko %1$sw wersjach Hobbyist oraz Pro%2$s." - -#: admin/basic-info.php:188 -msgid "** only available in the %1$sPro version%2$s." -msgstr "** dostępne tylko w %1$s wersji Pro%2$s." - -#: admin/general-settings.php:42 -msgid "Load Profile Builder's own CSS file in the front-end:" -msgstr "Załaduj wewnętrzne pliki CSS (szablony styli) od Profile Builder" - -#: admin/general-settings.php:45 admin/general-settings.php:58 -#: admin/general-settings.php:107 -#: modules/multiple-forms/edit-profile-forms.php:206 -#: modules/multiple-forms/register-forms.php:229 -#: modules/multiple-forms/register-forms.php:230 -#: modules/user-listing/userlisting.php:2201 -msgid "Yes" -msgstr "Tak" - -#: admin/general-settings.php:47 -msgid "You can find the default file here: %1$s" -msgstr "Domyślny plik znajdziesz tutaj: %1$s" - -#: admin/general-settings.php:54 -msgid "\"Email Confirmation\" Activated:" -msgstr "\"Potwierdzenie Email\" Aktywne:" - -#: admin/general-settings.php:59 admin/general-settings.php:108 -#: modules/multiple-forms/edit-profile-forms.php:206 -#: modules/multiple-forms/register-forms.php:229 -#: modules/multiple-forms/register-forms.php:230 -msgid "No" -msgstr "Nie" - -#: admin/general-settings.php:64 -msgid "You can find a list of unconfirmed email addresses %1$sUsers > All Users > Email Confirmation%2$s." -msgstr "Listę niepotwierdzonych adresów email mozesz znaleźć w %1$sUżytkownicy > Wszyscy Użytkownicy > Potwierdzenie Email%2$s." - -#: admin/general-settings.php:72 -msgid "\"Email Confirmation\" Landing Page:" -msgstr "Strona otwierana podczas Potwierdzenia adresu Email:" - -#: admin/general-settings.php:77 -msgid "Existing Pages" -msgstr "Istniejące strony" - -#: admin/general-settings.php:92 -msgid "Specify the page where the users will be directed when confirming the email account. This page can differ from the register page(s) and can be changed at any time. If none selected, a simple confirmation page will be displayed for the user." -msgstr "Zdefiniuj stronę, na którą będą przekierowywani użytkownicy potwierdzający rejestrację swojego konta. Ta strona może być różna od strony rejestracji oraz może być zmieniona w dowolnym momencie. Jeśli żadna nie zostanie wybrana, proste potwierdzenie rejestracji zostanie wyświetlone użytkownikowi." - -#: admin/general-settings.php:103 -msgid "\"Admin Approval\" Activated:" -msgstr "\"Potwierdzenie Administratora\" aktywowane:" - -#: admin/general-settings.php:111 -msgid "You can find a list of users at %1$sUsers > All Users > Admin Approval%2$s." -msgstr "Możesz znaleźć listę użytkowników przechodząć do %1$sUżytkownicy > Wszyscy Użytkownicy > Potwierdzenie Administratora%2$s." - -#: admin/general-settings.php:149 -msgid "\"Admin Approval\" Feature:" -msgstr "Funkcjonalność \"Potwierdzenia administratora\":" - -#: admin/general-settings.php:152 -msgid "You decide who is a user on your website. Get notified via email or approve multiple users at once from the WordPress UI. Enable Admin Approval by upgrading to %1$sHobbyist or PRO versions%2$s." -msgstr "Ty decydujesz, kto jest użytkownikiem na Twojej stronie. Otrzymuj potwierdzenia poprzez email lub akceptuj wielu użytkowników na raz poprzez panel Wordpress. Odblokuj \"Potwierdzenie Administratora\" poprzez aktualizację do %1$s wersji Hobbyist lub PRO %2$s." - -#: admin/general-settings.php:159 -msgid "Allow Users to Log in With:" -msgstr "Zezwalaj użytkownikom na logowanie za pomocą:" - -#: admin/general-settings.php:164 admin/manage-fields.php:198 -#: features/admin-approval/class-admin-approval.php:166 -#: features/email-confirmation/class-email-confirmation.php:167 -#: front-end/login.php:85 front-end/login.php:99 front-end/login.php:218 -#: modules/custom-redirects/custom_redirects_admin.php:56 -#: modules/email-customizer/email-customizer.php:28 -#: modules/user-listing/userlisting.php:102 -#: modules/user-listing/userlisting.php:277 -#: modules/user-listing/userlisting.php:730 -#: modules/user-listing/userlisting.php:2152 -msgid "Username" -msgstr "Username" - -#: admin/general-settings.php:165 front-end/login.php:215 -#: modules/email-customizer/email-customizer.php:29 -#: modules/user-listing/userlisting.php:736 -#: modules/user-listing/userlisting.php:2153 -msgid "Email" -msgstr "Email" - -#: admin/general-settings.php:177 -msgid "Minimum Password Length:" -msgstr "Minimalna długość hasła" - -#: admin/general-settings.php:182 -msgid "Enter the minimum characters the password should have. Leave empty for no minimum limit" -msgstr "Wprowadź minimalną liczbę znaków jakie powinno posiadać hasło. Zostaw pole puste żeby nie ustalać limitów." - -#: admin/general-settings.php:189 -msgid "Minimum Password Strength:" -msgstr "Minimalna siła hasła:" - -#: admin/general-settings.php:193 -msgid "Disabled" -msgstr "Wyłączone" +"Nie udało się zainstalować dodatku. Spróbuj ponownie lub zainstaluj ręcznie." #: admin/manage-fields.php:12 msgid "Manage Fields" @@ -3593,323 +1712,1449 @@ msgstr "Zarządzaj polami" msgid "Manage Default and Extra Fields" msgstr "Zarządzaj polami domyślnymi oraz dodatkowymi" -#: admin/manage-fields.php:116 +#: admin/manage-fields.php:82 +msgid "Choose one of the supported field types" +msgstr "Wybierz jeden ze wspieranych typów plików" + +#: admin/manage-fields.php:84 +#, php-format +msgid "" +". Extra Field Types are available in Hobbyist or PRO " +"versions." +msgstr "" +". Dodatkowe pola są dostępne w wersjach Hobbyist i PRO." + +#: admin/manage-fields.php:118 msgid "Field Title" msgstr "Nazwa pola" -#: admin/manage-fields.php:116 +#: admin/manage-fields.php:118 msgid "Title of the field" msgstr "Nazwa pola" -#: admin/manage-fields.php:117 -#: modules/multiple-forms/edit-profile-forms.php:245 -#: modules/multiple-forms/register-forms.php:266 +#: admin/manage-fields.php:119 msgid "Field" msgstr "Pole" -#: admin/manage-fields.php:118 +#: admin/manage-fields.php:120 msgid "Meta-name" msgstr "Meta-name" -#: admin/manage-fields.php:119 -#: modules/custom-redirects/custom_redirects_admin.php:65 -#: modules/custom-redirects/custom_redirects_admin.php:95 -#: modules/custom-redirects/custom_redirects_admin.php:114 -#: modules/custom-redirects/custom_redirects_admin.php:139 -#: modules/multiple-forms/edit-profile-forms.php:246 -#: modules/multiple-forms/register-forms.php:267 +#: admin/manage-fields.php:121 msgid "ID" msgstr "ID" -#: admin/manage-fields.php:119 -#: modules/multiple-forms/edit-profile-forms.php:246 -#: modules/multiple-forms/register-forms.php:267 -msgid "A unique, auto-generated ID for this particular field
    You can use this in conjuction with filters to target this element if needed
    Can't be edited" -msgstr "Unikatowe, generowane automatycznie ID dla tego pola
    Możesz je wykorzystać w połączeniu z filtrem w celu wyboru określonego elementu
    Nie może być edytowane" +#: admin/manage-fields.php:121 +msgid "" +"A unique, auto-generated ID for this particular field
    You can use this " +"in conjuction with filters to target this element if needed
    Can't be " +"edited" +msgstr "" +"Unikatowe, generowane automatycznie ID dla tego pola
    Możesz je " +"wykorzystać w połączeniu z filtrem w celu wyboru określonego elementu
    " +"Nie może być edytowane" -#: admin/manage-fields.php:120 +#: admin/manage-fields.php:122 msgid "Description" msgstr "Opis" -#: admin/manage-fields.php:120 -msgid "Enter a (detailed) description of the option for end users to read
    Optional" -msgstr "Wprowadź (szczegółowy) opis opcji dla użytkowniów końcowych
    Opcjonalne" +#: admin/manage-fields.php:122 +msgid "" +"Enter a (detailed) description of the option for end users to read
    " +"Optional" +msgstr "" +"Wprowadź (szczegółowy) opis opcji dla użytkowniów końcowych
    Opcjonalne" -#: admin/manage-fields.php:121 +#: admin/manage-fields.php:123 msgid "Row Count" msgstr "Liczba wierszy" -#: admin/manage-fields.php:121 -msgid "Specify the number of rows for a 'Textarea' field
    If not specified, defaults to 5" -msgstr "Określ liczbę wierszy dla pola typu 'Textarea'
    W przypadku braku zdefiniowania, domyślna wartość to 5" +#: admin/manage-fields.php:123 +msgid "" +"Specify the number of rows for a 'Textarea' field
    If not specified, " +"defaults to 5" +msgstr "" +"Określ liczbę wierszy dla pola typu 'Textarea'
    W przypadku braku " +"zdefiniowania, domyślna wartość to 5" -#: admin/manage-fields.php:122 +#: admin/manage-fields.php:124 msgid "Allowed Image Extensions" msgstr "Dozwolone rozszerzenia obrazków" -#: admin/manage-fields.php:123 +#: admin/manage-fields.php:124 +msgid "" +"Specify the extension(s) you want to limit to upload
    Example: .ext1,." +"ext2,.ext3
    If not specified, defaults to: .jpg,.jpeg,.gif,.png (.*)" +msgstr "" +"Wybierz rozszerzenie/rozszedzenia, które użytkownicy mogą przesyłać.
    " +"Przykład: .ext1,.ext2,.ext3
    Jeśli nic nie wybrano, domyślne to: .jpg,." +"jpeg,.gif,.png (.*)" + +#: admin/manage-fields.php:125 msgid "Allowed Upload Extensions" msgstr "Dozwolone rozszerzenia do przesłania na stronę" -#: admin/manage-fields.php:124 +#: admin/manage-fields.php:125 +msgid "" +"Specify the extension(s) you want to limit to upload
    Example: .ext1,." +"ext2,.ext3
    If not specified, defaults to all WordPress allowed file " +"extensions (.*)" +msgstr "" +"Wybierz rozszerzenie/rozszerzenia, do których chcesz ograniczyć przesyłanie." +"
    Przykład: .ext1,.ext2,.ext3
    Jeśli nie dokonano wyboru, wszystkie " +"wspierane przez Wordpress rozszerzenia będą dozwolone (.*)" + +#: admin/manage-fields.php:126 msgid "Avatar Size" msgstr "Rozmiar avatara" -#: admin/manage-fields.php:124 -msgid "Enter a value (between 20 and 200) for the size of the 'Avatar'
    If not specified, defaults to 100" -msgstr "Określ rozmiar Awatara (pomiędzy 20 a 200)
    Jeśli nie zostanie zdefiniowany, domyślna wartość to 100" +#: admin/manage-fields.php:126 +msgid "" +"Enter a value (between 20 and 200) for the size of the 'Avatar'
    If not " +"specified, defaults to 100" +msgstr "" +"Określ rozmiar Awatara (pomiędzy 20 a 200)
    Jeśli nie zostanie " +"zdefiniowany, domyślna wartość to 100" -#: admin/manage-fields.php:125 +#: admin/manage-fields.php:127 msgid "Date-format" msgstr "Format daty" -#: admin/manage-fields.php:126 +#: admin/manage-fields.php:128 msgid "Terms of Agreement" msgstr "Warunki umowy" -#: admin/manage-fields.php:126 -msgid "Enter a detailed description of the temrs of agreement for the user to read.
    Links can be inserted by using standard HTML syntax: <a href=\"custom_url\">custom_text</a>" -msgstr "Wprowadź szczegółowy opis warunków umowy do zatwierdzenia dla użytkownika.
    Linki mogą być dodane z wykorzystaniem strandardowego kodu HTML. Składnia: <a href=\"custom_url\">custom_text</a>" +#: admin/manage-fields.php:128 +msgid "" +"Enter a detailed description of the temrs of agreement for the user to read." +"
    Links can be inserted by using standard HTML syntax: <a " +"href=\"custom_url\">custom_text</a>" +msgstr "" +"Wprowadź szczegółowy opis warunków umowy do zatwierdzenia dla użytkownika." +"
    Linki mogą być dodane z wykorzystaniem strandardowego kodu HTML. " +"Składnia: <a href=\"custom_url\">custom_text</a>" -#: admin/manage-fields.php:127 +#: admin/manage-fields.php:129 msgid "Options" msgstr "Opcje" -#: admin/manage-fields.php:128 +#: admin/manage-fields.php:129 +msgid "" +"Enter a comma separated list of values
    This can be anything, as it is " +"hidden from the user, but should not contain special characters or " +"apostrophes" +msgstr "" +"Wprowadź listę elementów oddzielając poszczególne elementy przecinkami
    " +"Może to być cokolwiek, ponieważ jest to niewidoczne dla użytkownika, ale nie " +"powinno zawierać żadnych znaków specjalnych lub apostrofów." + +#: admin/manage-fields.php:130 msgid "Labels" msgstr "Etykiety" -#: admin/manage-fields.php:128 +#: admin/manage-fields.php:130 msgid "Enter a comma separated list of labels
    Visible for the user" -msgstr "Wprowadź listę etykiet oddzielonych przecinkami
    Widoczne dla użytkownika" +msgstr "" +"Wprowadź listę etykiet oddzielonych przecinkami
    Widoczne dla użytkownika" + +#: admin/manage-fields.php:131 +msgid "Site Key" +msgstr "Klucz strony" + +#: admin/manage-fields.php:131 +msgid "" +"The site key from Google, www.google.com/recaptcha" +msgstr "" +"The site key from Google, www.google.com/recaptcha" + +#: admin/manage-fields.php:132 +msgid "Secret Key" +msgstr "Tajny klucz" + +#: admin/manage-fields.php:132 +msgid "" +"The secret key from Google, www.google.com/recaptcha" +msgstr "" +"Tajny klucz od Google, www.google.com/recaptcha" #: admin/manage-fields.php:135 +msgid "User Roles" +msgstr "Profile użytkownika" + +#: admin/manage-fields.php:135 +msgid "" +"Select which user roles to show to the user ( drag and drop to re-order )" +msgstr "" +"Wybierz profile użytkowników, które mają być widoczne dla użytkownika ( " +"przeciągnij, aby posortować )" + +#: admin/manage-fields.php:136 +msgid "User Roles Order" +msgstr "Kolejność profili użytkownika" + +#: admin/manage-fields.php:136 +msgid "Save the user role order from the user roles checkboxes" +msgstr "Zapisz kolejność profili użytkownika z pól wyboru" + +#: admin/manage-fields.php:137 msgid "Default Value" msgstr "Domyślna wartość" -#: admin/manage-fields.php:135 +#: admin/manage-fields.php:137 msgid "Default value of the field" msgstr "Domyślna wartość" -#: admin/manage-fields.php:136 admin/manage-fields.php:138 -#: admin/manage-fields.php:139 admin/manage-fields.php:140 +#: admin/manage-fields.php:138 admin/manage-fields.php:140 +#: admin/manage-fields.php:141 admin/manage-fields.php:142 msgid "Default Option" msgstr "Domyślna opcja" -#: admin/manage-fields.php:136 +#: admin/manage-fields.php:138 msgid "Specify the option which should be selected by default" msgstr "Wybierz wartość, która powinna być wybrana domyślnie" -#: admin/manage-fields.php:137 +#: admin/manage-fields.php:139 msgid "Default Option(s)" msgstr "Domyślne Opcje" -#: admin/manage-fields.php:137 -msgid "Specify the option which should be checked by default
    If there are multiple values, separate them with a ',' (comma)" -msgstr "Wybierz wartość, która powinna być wybrana domyślnie
    Jeśli chcesz wybrać wiele wartości oddziel je znakiem \",\" (przecinek)" +#: admin/manage-fields.php:139 +msgid "" +"Specify the option which should be checked by default
    If there are " +"multiple values, separate them with a ',' (comma)" +msgstr "" +"Wybierz wartość, która powinna być wybrana domyślnie
    Jeśli chcesz wybrać " +"wiele wartości oddziel je znakiem \",\" (przecinek)" -#: admin/manage-fields.php:151 +#: admin/manage-fields.php:153 msgid "Default Content" msgstr "Domyślna zawartość" -#: admin/manage-fields.php:151 +#: admin/manage-fields.php:153 msgid "Default value of the textarea" msgstr "Domyślna wartość pola typu \"textarea\"" -#: admin/manage-fields.php:158 +#: admin/manage-fields.php:160 msgid "Required" msgstr "Wymagane" -#: admin/manage-fields.php:158 +#: admin/manage-fields.php:160 msgid "Whether the field is required or not" msgstr "Czy pole jest wymagane?" -#: admin/manage-fields.php:159 +#: admin/manage-fields.php:161 msgid "Overwrite Existing" msgstr "Zastąp istniejące" -#: admin/manage-fields.php:159 -msgid "Selecting 'Yes' will add the field to the list, but will overwrite any other field in the database that has the same meta-name
    Use this at your own risk" -msgstr "Wybór \"Tak\" spowoduje dodanie tego pola do listy, ale nadpisze każde inne pole w bazie danych, które ma taką samą nazwę \"meta-name\"
    Wybierasz tę opcję na własne ryzyko" +#: admin/manage-fields.php:161 +msgid "" +"Selecting 'Yes' will add the field to the list, but will overwrite any other " +"field in the database that has the same meta-name
    Use this at your own " +"risk" +msgstr "" +"Wybór \"Tak\" spowoduje dodanie tego pola do listy, ale nadpisze każde inne " +"pole w bazie danych, które ma taką samą nazwę \"meta-name\"
    Wybierasz tę " +"opcję na własne ryzyko" -#: admin/manage-fields.php:165 +#: admin/manage-fields.php:167 msgid "Field Properties" msgstr "Właściwości pola" -#: admin/manage-fields.php:178 +#: admin/manage-fields.php:181 msgid "Registration & Edit Profile" msgstr "Rejestracja i edycja profilu" -#: admin/manage-fields.php:197 +#: admin/manage-fields.php:200 msgid "Name" msgstr "Podpis" -#: admin/manage-fields.php:198 +#: admin/manage-fields.php:201 msgid "Usernames cannot be changed." msgstr "Nazwy użytkowników nie mogą być zmieniane." -#: admin/manage-fields.php:199 +#: admin/manage-fields.php:202 msgid "First Name" msgstr "Imię" -#: admin/manage-fields.php:200 +#: admin/manage-fields.php:203 msgid "Last Name" msgstr "Nazwisko" -#: admin/manage-fields.php:201 modules/user-listing/userlisting.php:769 -#: modules/user-listing/userlisting.php:2160 +#: admin/manage-fields.php:204 msgid "Nickname" msgstr "Pseudonim" -#: admin/manage-fields.php:202 +#: admin/manage-fields.php:205 msgid "Display name publicly as" msgstr "Przedstawiaj mnie jako" -#: admin/manage-fields.php:203 +#: admin/manage-fields.php:206 msgid "Contact Info" msgstr "Informacje kontaktowe" -#: admin/manage-fields.php:204 -#: features/admin-approval/class-admin-approval.php:169 +#: admin/manage-fields.php:207 #: features/email-confirmation/class-email-confirmation.php:168 -#: modules/user-listing/userlisting.php:108 msgid "E-mail" msgstr "E-mail" -#: admin/manage-fields.php:205 modules/email-customizer/email-customizer.php:32 -#: modules/user-listing/userlisting.php:111 -#: modules/user-listing/userlisting.php:751 -#: modules/user-listing/userlisting.php:2154 +#: admin/manage-fields.php:208 msgid "Website" msgstr "Witryna internetowa" -#: admin/manage-fields.php:209 +#: admin/manage-fields.php:212 msgid "AIM" msgstr "AIM" -#: admin/manage-fields.php:210 +#: admin/manage-fields.php:213 msgid "Yahoo IM" msgstr "Yahoo IM" -#: admin/manage-fields.php:211 +#: admin/manage-fields.php:214 msgid "Jabber / Google Talk" msgstr "Jabber / Google Talk" -#: admin/manage-fields.php:214 +#: admin/manage-fields.php:217 msgid "About Yourself" msgstr "O Tobie" -#: admin/manage-fields.php:215 modules/user-listing/userlisting.php:114 -#: modules/user-listing/userlisting.php:754 -#: modules/user-listing/userlisting.php:2155 +#: admin/manage-fields.php:218 msgid "Biographical Info" msgstr "Biografia" -#: admin/manage-fields.php:215 -msgid "Share a little biographical information to fill out your profile. This may be shown publicly." -msgstr "Podziel się ze światem szczyptą informacji o sobie. Mogą one zostać upublicznione." +#: admin/manage-fields.php:218 +msgid "" +"Share a little biographical information to fill out your profile. This may " +"be shown publicly." +msgstr "" +"Podziel się ze światem szczyptą informacji o sobie. Mogą one zostać " +"upublicznione." -#: admin/manage-fields.php:216 front-end/recover.php:73 -#: modules/email-customizer/email-customizer.php:30 -msgid "Password" -msgstr "Hasło" - -#: admin/manage-fields.php:216 +#: admin/manage-fields.php:219 msgid "Type your password." msgstr "Wprowadź swoje hasło" -#: admin/manage-fields.php:217 front-end/recover.php:74 -msgid "Repeat Password" -msgstr "Powtórz hasło" - -#: admin/manage-fields.php:217 +#: admin/manage-fields.php:220 msgid "Type your password again. " msgstr "Wpisz swoje hasło ponownie" -#: admin/manage-fields.php:977 admin/manage-fields.php:1134 -msgid "You must select a field\n" -msgstr "Musisz wybrać pole\n" +#: admin/manage-fields.php:282 +msgid "Afghanistan" +msgstr "Afghanistan" -#: admin/manage-fields.php:987 -msgid "Please choose a different field type as this one already exists in your form (must be unique)\n" -msgstr "Proszę wybierz inny typ pola, ponieważ ten już istnieje w Twoim formularzu (musi być unikatowy)\n" +#: admin/manage-fields.php:283 +msgid "Aland Islands" +msgstr "Aland Islands" -#: admin/manage-fields.php:998 -msgid "The entered avatar size is not between 20 and 200\n" -msgstr "Wprowadzony rozmiar awatara nie mieści się w przedziale 20 - 200\n" +#: admin/manage-fields.php:284 +msgid "Albania" +msgstr "Albania" + +#: admin/manage-fields.php:285 +msgid "Algeria" +msgstr "Algeria" + +#: admin/manage-fields.php:286 +msgid "American Samoa" +msgstr "American Samoa" + +#: admin/manage-fields.php:287 +msgid "Andorra" +msgstr "Andorra" + +#: admin/manage-fields.php:288 +msgid "Angola" +msgstr "Angola" + +#: admin/manage-fields.php:289 +msgid "Anguilla" +msgstr "Anguilla" + +#: admin/manage-fields.php:290 +msgid "Antarctica" +msgstr "Antarctica" + +#: admin/manage-fields.php:291 +msgid "Antigua and Barbuda" +msgstr "Antigua and Barbuda" + +#: admin/manage-fields.php:292 +msgid "Argentina" +msgstr "Argentina" + +#: admin/manage-fields.php:293 +msgid "Armenia" +msgstr "Armenia" + +#: admin/manage-fields.php:294 +msgid "Aruba" +msgstr "Aruba" + +#: admin/manage-fields.php:295 +msgid "Australia" +msgstr "Australia" + +#: admin/manage-fields.php:296 +msgid "Austria" +msgstr "Austria" + +#: admin/manage-fields.php:297 +msgid "Azerbaijan" +msgstr "Azerbaijan" + +#: admin/manage-fields.php:298 +msgid "Bahamas" +msgstr "Bahamas" + +#: admin/manage-fields.php:299 +msgid "Bahrain" +msgstr "Bahrain" + +#: admin/manage-fields.php:300 +msgid "Bangladesh" +msgstr "Bangladesh" + +#: admin/manage-fields.php:301 +msgid "Barbados" +msgstr "Barbados" + +#: admin/manage-fields.php:302 +msgid "Belarus" +msgstr "Belarus" + +#: admin/manage-fields.php:303 +msgid "Belgium" +msgstr "Belgium" + +#: admin/manage-fields.php:304 +msgid "Belize" +msgstr "Belize" + +#: admin/manage-fields.php:305 +msgid "Benin" +msgstr "Benin" + +#: admin/manage-fields.php:306 +msgid "Bermuda" +msgstr "Bermuda" + +#: admin/manage-fields.php:307 +msgid "Bhutan" +msgstr "Bhutan" + +#: admin/manage-fields.php:308 +msgid "Bolivia" +msgstr "Bolivia" + +#: admin/manage-fields.php:309 +msgid "Bonaire, Saint Eustatius and Saba" +msgstr "Bonaire, Saint Eustatius and Saba" + +#: admin/manage-fields.php:310 +msgid "Bosnia and Herzegovina" +msgstr "Bosnia and Herzegovina" + +#: admin/manage-fields.php:311 +msgid "Botswana" +msgstr "Botswana" + +#: admin/manage-fields.php:312 +msgid "Bouvet Island" +msgstr "Bouvet Island" + +#: admin/manage-fields.php:313 +msgid "Brazil" +msgstr "Brazil" + +#: admin/manage-fields.php:314 +msgid "British Indian Ocean Territory" +msgstr "British Indian Ocean Territory" + +#: admin/manage-fields.php:315 +msgid "British Virgin Islands" +msgstr "British Virgin Islands" + +#: admin/manage-fields.php:316 +msgid "Brunei" +msgstr "Brunei" + +#: admin/manage-fields.php:317 +msgid "Bulgaria" +msgstr "Bulgaria" + +#: admin/manage-fields.php:318 +msgid "Burkina Faso" +msgstr "Burkina Faso" + +#: admin/manage-fields.php:319 +msgid "Burundi" +msgstr "Burundi" + +#: admin/manage-fields.php:320 +msgid "Cambodia" +msgstr "Cambodia" + +#: admin/manage-fields.php:321 +msgid "Cameroon" +msgstr "Cameroon" + +#: admin/manage-fields.php:322 +msgid "Canada" +msgstr "Canada" + +#: admin/manage-fields.php:323 +msgid "Cape Verde" +msgstr "Cape Verde" + +#: admin/manage-fields.php:324 +msgid "Cayman Islands" +msgstr "Cayman Islands" + +#: admin/manage-fields.php:325 +msgid "Central African Republic" +msgstr "Central African Republic" + +#: admin/manage-fields.php:326 +msgid "Chad" +msgstr "Chad" + +#: admin/manage-fields.php:327 +msgid "Chile" +msgstr "Chile" + +#: admin/manage-fields.php:328 +msgid "China" +msgstr "China" + +#: admin/manage-fields.php:329 +msgid "Christmas Island" +msgstr "Christmas Island" + +#: admin/manage-fields.php:330 +msgid "Cocos Islands" +msgstr "Cocos Islands" + +#: admin/manage-fields.php:331 +msgid "Colombia" +msgstr "Colombia" + +#: admin/manage-fields.php:332 +msgid "Comoros" +msgstr "Comoros" + +#: admin/manage-fields.php:333 +msgid "Cook Islands" +msgstr "Cook Islands" + +#: admin/manage-fields.php:334 +msgid "Costa Rica" +msgstr "Costa Rica" + +#: admin/manage-fields.php:335 +msgid "Croatia" +msgstr "Croatia" + +#: admin/manage-fields.php:336 +msgid "Cuba" +msgstr "Cuba" + +#: admin/manage-fields.php:337 +msgid "Curacao" +msgstr "Curacao" + +#: admin/manage-fields.php:338 +msgid "Cyprus" +msgstr "Cyprus" + +#: admin/manage-fields.php:339 +msgid "Czech Republic" +msgstr "Czech Republic" + +#: admin/manage-fields.php:340 +msgid "Democratic Republic of the Congo" +msgstr "Democratic Republic of the Congo" + +#: admin/manage-fields.php:341 +msgid "Denmark" +msgstr "Denmark" + +#: admin/manage-fields.php:342 +msgid "Djibouti" +msgstr "Djibouti" + +#: admin/manage-fields.php:343 +msgid "Dominica" +msgstr "Dominica" + +#: admin/manage-fields.php:344 +msgid "Dominican Republic" +msgstr "Dominican Republic" + +#: admin/manage-fields.php:345 +msgid "East Timor" +msgstr "East Timor" + +#: admin/manage-fields.php:346 +msgid "Ecuador" +msgstr "Ecuador" + +#: admin/manage-fields.php:347 +msgid "Egypt" +msgstr "Egypt" + +#: admin/manage-fields.php:348 +msgid "El Salvador" +msgstr "El Salvador" + +#: admin/manage-fields.php:349 +msgid "Equatorial Guinea" +msgstr "Equatorial Guinea" + +#: admin/manage-fields.php:350 +msgid "Eritrea" +msgstr "Eritrea" + +#: admin/manage-fields.php:351 +msgid "Estonia" +msgstr "Estonia" + +#: admin/manage-fields.php:352 +msgid "Ethiopia" +msgstr "Ethiopia" + +#: admin/manage-fields.php:353 +msgid "Falkland Islands" +msgstr "Falkland Islands" + +#: admin/manage-fields.php:354 +msgid "Faroe Islands" +msgstr "Faroe Islands" + +#: admin/manage-fields.php:355 +msgid "Fiji" +msgstr "Fiji" + +#: admin/manage-fields.php:356 +msgid "Finland" +msgstr "Finland" + +#: admin/manage-fields.php:357 +msgid "France" +msgstr "France" + +#: admin/manage-fields.php:358 +msgid "French Guiana" +msgstr "French Guiana" + +#: admin/manage-fields.php:359 +msgid "French Polynesia" +msgstr "French Polynesia" + +#: admin/manage-fields.php:360 +msgid "French Southern Territories" +msgstr "French Southern Territories" + +#: admin/manage-fields.php:361 +msgid "Gabon" +msgstr "Gabon" + +#: admin/manage-fields.php:362 +msgid "Gambia" +msgstr "Gambia" + +#: admin/manage-fields.php:363 +msgid "Georgia" +msgstr "Georgia" + +#: admin/manage-fields.php:364 +msgid "Germany" +msgstr "Germany" + +#: admin/manage-fields.php:365 +msgid "Ghana" +msgstr "Ghana" + +#: admin/manage-fields.php:366 +msgid "Gibraltar" +msgstr "Gibraltar" + +#: admin/manage-fields.php:367 +msgid "Greece" +msgstr "Greece" + +#: admin/manage-fields.php:368 +msgid "Greenland" +msgstr "Greenland" + +#: admin/manage-fields.php:369 +msgid "Grenada" +msgstr "Grenada" + +#: admin/manage-fields.php:370 +msgid "Guadeloupe" +msgstr "Guadeloupe" + +#: admin/manage-fields.php:371 +msgid "Guam" +msgstr "Guam" + +#: admin/manage-fields.php:372 +msgid "Guatemala" +msgstr "Guatemala" + +#: admin/manage-fields.php:373 +msgid "Guernsey" +msgstr "Guernsey" + +#: admin/manage-fields.php:374 +msgid "Guinea" +msgstr "Guinea" + +#: admin/manage-fields.php:375 +msgid "Guinea-Bissau" +msgstr "Guinea-Bissau" + +#: admin/manage-fields.php:376 +msgid "Guyana" +msgstr "Guyana" + +#: admin/manage-fields.php:377 +msgid "Haiti" +msgstr "Haiti" + +#: admin/manage-fields.php:378 +msgid "Heard Island and McDonald Islands" +msgstr "Heard Island and McDonald Islands" + +#: admin/manage-fields.php:379 +msgid "Honduras" +msgstr "Honduras" + +#: admin/manage-fields.php:380 +msgid "Hong Kong" +msgstr "Hong Kong" + +#: admin/manage-fields.php:381 +msgid "Hungary" +msgstr "Hungary" + +#: admin/manage-fields.php:382 +msgid "Iceland" +msgstr "Iceland" + +#: admin/manage-fields.php:383 +msgid "India" +msgstr "India" + +#: admin/manage-fields.php:384 +msgid "Indonesia" +msgstr "Indonesia" + +#: admin/manage-fields.php:385 +msgid "Iran" +msgstr "Iran" + +#: admin/manage-fields.php:386 +msgid "Iraq" +msgstr "Iraq" + +#: admin/manage-fields.php:387 +msgid "Ireland" +msgstr "Ireland" + +#: admin/manage-fields.php:388 +msgid "Isle of Man" +msgstr "Isle of Man" + +#: admin/manage-fields.php:389 +msgid "Israel" +msgstr "Israel" + +#: admin/manage-fields.php:390 +msgid "Italy" +msgstr "Italy" + +#: admin/manage-fields.php:391 +msgid "Ivory Coast" +msgstr "Ivory Coast" + +#: admin/manage-fields.php:392 +msgid "Jamaica" +msgstr "Jamaica" + +#: admin/manage-fields.php:393 +msgid "Japan" +msgstr "Japan" + +#: admin/manage-fields.php:394 +msgid "Jersey" +msgstr "Jersey" + +#: admin/manage-fields.php:395 +msgid "Jordan" +msgstr "Jordan" + +#: admin/manage-fields.php:396 +msgid "Kazakhstan" +msgstr "Kazakhstan" + +#: admin/manage-fields.php:397 +msgid "Kenya" +msgstr "Kenya" + +#: admin/manage-fields.php:398 +msgid "Kiribati" +msgstr "Kiribati" + +#: admin/manage-fields.php:399 +msgid "Kosovo" +msgstr "Kosovo" + +#: admin/manage-fields.php:400 +msgid "Kuwait" +msgstr "Kuwait" + +#: admin/manage-fields.php:401 +msgid "Kyrgyzstan" +msgstr "Kyrgyzstan" + +#: admin/manage-fields.php:402 +msgid "Laos" +msgstr "Laos" + +#: admin/manage-fields.php:403 +msgid "Latvia" +msgstr "Latvia" + +#: admin/manage-fields.php:404 +msgid "Lebanon" +msgstr "Lebanon" + +#: admin/manage-fields.php:405 +msgid "Lesotho" +msgstr "Lesotho" + +#: admin/manage-fields.php:406 +msgid "Liberia" +msgstr "Liberia" + +#: admin/manage-fields.php:407 +msgid "Libya" +msgstr "Libya" + +#: admin/manage-fields.php:408 +msgid "Liechtenstein" +msgstr "Liechtenstein" + +#: admin/manage-fields.php:409 +msgid "Lithuania" +msgstr "Lithuania" + +#: admin/manage-fields.php:410 +msgid "Luxembourg" +msgstr "Luxembourg" + +#: admin/manage-fields.php:411 +msgid "Macao" +msgstr "Macao" + +#: admin/manage-fields.php:412 +msgid "Macedonia" +msgstr "Macedonia" + +#: admin/manage-fields.php:413 +msgid "Madagascar" +msgstr "Madagascar" + +#: admin/manage-fields.php:414 +msgid "Malawi" +msgstr "Malawi" + +#: admin/manage-fields.php:415 +msgid "Malaysia" +msgstr "Malaysia" + +#: admin/manage-fields.php:416 +msgid "Maldives" +msgstr "Maldives" + +#: admin/manage-fields.php:417 +msgid "Mali" +msgstr "Mali" + +#: admin/manage-fields.php:418 +msgid "Malta" +msgstr "Malta" + +#: admin/manage-fields.php:419 +msgid "Marshall Islands" +msgstr "Marshall Islands" + +#: admin/manage-fields.php:420 +msgid "Martinique" +msgstr "Martinique" + +#: admin/manage-fields.php:421 +msgid "Mauritania" +msgstr "Mauritania" + +#: admin/manage-fields.php:422 +msgid "Mauritius" +msgstr "Mauritius" + +#: admin/manage-fields.php:423 +msgid "Mayotte" +msgstr "Mayotte" + +#: admin/manage-fields.php:424 +msgid "Mexico" +msgstr "Mexico" + +#: admin/manage-fields.php:425 +msgid "Micronesia" +msgstr "Micronesia" + +#: admin/manage-fields.php:426 +msgid "Moldova" +msgstr "Moldova" + +#: admin/manage-fields.php:427 +msgid "Monaco" +msgstr "Monaco" + +#: admin/manage-fields.php:428 +msgid "Mongolia" +msgstr "Mongolia" + +#: admin/manage-fields.php:429 +msgid "Montenegro" +msgstr "Montenegro" + +#: admin/manage-fields.php:430 +msgid "Montserrat" +msgstr "Montserrat" + +#: admin/manage-fields.php:431 +msgid "Morocco" +msgstr "Morocco" + +#: admin/manage-fields.php:432 +msgid "Mozambique" +msgstr "Mozambique" + +#: admin/manage-fields.php:433 +msgid "Myanmar" +msgstr "Myanmar" + +#: admin/manage-fields.php:434 +msgid "Namibia" +msgstr "Namibia" + +#: admin/manage-fields.php:435 +msgid "Nauru" +msgstr "Nauru" + +#: admin/manage-fields.php:436 +msgid "Nepal" +msgstr "Nepal" + +#: admin/manage-fields.php:437 +msgid "Netherlands" +msgstr "Netherlands" + +#: admin/manage-fields.php:438 +msgid "New Caledonia" +msgstr "New Caledonia" + +#: admin/manage-fields.php:439 +msgid "New Zealand" +msgstr "New Zealand" + +#: admin/manage-fields.php:440 +msgid "Nicaragua" +msgstr "Nicaragua" + +#: admin/manage-fields.php:441 +msgid "Niger" +msgstr "Niger" + +#: admin/manage-fields.php:442 +msgid "Nigeria" +msgstr "Nigeria" + +#: admin/manage-fields.php:443 +msgid "Niue" +msgstr "Niue" + +#: admin/manage-fields.php:444 +msgid "Norfolk Island" +msgstr "Norfolk Island" + +#: admin/manage-fields.php:445 +msgid "North Korea" +msgstr "North Korea" + +#: admin/manage-fields.php:446 +msgid "Northern Mariana Islands" +msgstr "Northern Mariana Islands" + +#: admin/manage-fields.php:447 +msgid "Norway" +msgstr "Norway" + +#: admin/manage-fields.php:448 +msgid "Oman" +msgstr "Oman" + +#: admin/manage-fields.php:449 +msgid "Pakistan" +msgstr "Pakistan" + +#: admin/manage-fields.php:450 +msgid "Palau" +msgstr "Palau" + +#: admin/manage-fields.php:451 +msgid "Palestinian Territory" +msgstr "Palestinian Territory" + +#: admin/manage-fields.php:452 +msgid "Panama" +msgstr "Panama" + +#: admin/manage-fields.php:453 +msgid "Papua New Guinea" +msgstr "Papua New Guinea" + +#: admin/manage-fields.php:454 +msgid "Paraguay" +msgstr "Paraguay" + +#: admin/manage-fields.php:455 +msgid "Peru" +msgstr "Peru" + +#: admin/manage-fields.php:456 +msgid "Philippines" +msgstr "Philippines" + +#: admin/manage-fields.php:457 +msgid "Pitcairn" +msgstr "Pitcairn" + +#: admin/manage-fields.php:458 +msgid "Poland" +msgstr "Poland" + +#: admin/manage-fields.php:459 +msgid "Portugal" +msgstr "Portugal" + +#: admin/manage-fields.php:460 +msgid "Puerto Rico" +msgstr "Puerto Rico" + +#: admin/manage-fields.php:461 +msgid "Qatar" +msgstr "Qatar" + +#: admin/manage-fields.php:462 +msgid "Republic of the Congo" +msgstr "Republic of the Congo" + +#: admin/manage-fields.php:463 +msgid "Reunion" +msgstr "Reunion" + +#: admin/manage-fields.php:464 +msgid "Romania" +msgstr "Romania" + +#: admin/manage-fields.php:465 +msgid "Russia" +msgstr "Russia" + +#: admin/manage-fields.php:466 +msgid "Rwanda" +msgstr "Rwanda" + +#: admin/manage-fields.php:467 +msgid "Saint Barthelemy" +msgstr "Saint Barthelemy" + +#: admin/manage-fields.php:468 +msgid "Saint Helena" +msgstr "Saint Helena" + +#: admin/manage-fields.php:469 +msgid "Saint Kitts and Nevis" +msgstr "Saint Kitts and Nevis" + +#: admin/manage-fields.php:470 +msgid "Saint Lucia" +msgstr "Saint Lucia" + +#: admin/manage-fields.php:471 +msgid "Saint Martin" +msgstr "Saint Martin" + +#: admin/manage-fields.php:472 +msgid "Saint Pierre and Miquelon" +msgstr "Saint Pierre and Miquelon" + +#: admin/manage-fields.php:473 +msgid "Saint Vincent and the Grenadines" +msgstr "Saint Vincent and the Grenadines" + +#: admin/manage-fields.php:474 +msgid "Samoa" +msgstr "Samoa" + +#: admin/manage-fields.php:475 +msgid "San Marino" +msgstr "San Marino" + +#: admin/manage-fields.php:476 +msgid "Sao Tome and Principe" +msgstr "Sao Tome and Principe" + +#: admin/manage-fields.php:477 +msgid "Saudi Arabia" +msgstr "Saudi Arabia" + +#: admin/manage-fields.php:478 +msgid "Senegal" +msgstr "Senegal" + +#: admin/manage-fields.php:479 +msgid "Serbia" +msgstr "Serbia" + +#: admin/manage-fields.php:480 +msgid "Seychelles" +msgstr "Seychelles" + +#: admin/manage-fields.php:481 +msgid "Sierra Leone" +msgstr "Sierra Leone" + +#: admin/manage-fields.php:482 +msgid "Singapore" +msgstr "Singapore" + +#: admin/manage-fields.php:483 +msgid "Sint Maarten" +msgstr "Sint Maarten" + +#: admin/manage-fields.php:484 +msgid "Slovakia" +msgstr "Slovakia" + +#: admin/manage-fields.php:485 +msgid "Slovenia" +msgstr "Slovenia" + +#: admin/manage-fields.php:486 +msgid "Solomon Islands" +msgstr "Solomon Islands" + +#: admin/manage-fields.php:487 +msgid "Somalia" +msgstr "Somalia" + +#: admin/manage-fields.php:488 +msgid "South Africa" +msgstr "South Africa" + +#: admin/manage-fields.php:489 +msgid "South Georgia and the South Sandwich Islands" +msgstr "South Georgia and the South Sandwich Islands" + +#: admin/manage-fields.php:490 +msgid "South Korea" +msgstr "South Korea" + +#: admin/manage-fields.php:491 +msgid "South Sudan" +msgstr "South Sudan" + +#: admin/manage-fields.php:492 +msgid "Spain" +msgstr "Spain" + +#: admin/manage-fields.php:493 +msgid "Sri Lanka" +msgstr "Sri Lanka" + +#: admin/manage-fields.php:494 +msgid "Sudan" +msgstr "Sudan" + +#: admin/manage-fields.php:495 +msgid "Suriname" +msgstr "Suriname" + +#: admin/manage-fields.php:496 +msgid "Svalbard and Jan Mayen" +msgstr "Svalbard and Jan Mayen" + +#: admin/manage-fields.php:497 +msgid "Swaziland" +msgstr "Swaziland" + +#: admin/manage-fields.php:498 +msgid "Sweden" +msgstr "Sweden" + +#: admin/manage-fields.php:499 +msgid "Switzerland" +msgstr "Switzerland" + +#: admin/manage-fields.php:500 +msgid "Syria" +msgstr "Syria" + +#: admin/manage-fields.php:501 +msgid "Taiwan" +msgstr "Taiwan" + +#: admin/manage-fields.php:502 +msgid "Tajikistan" +msgstr "Tajikistan" + +#: admin/manage-fields.php:503 +msgid "Tanzania" +msgstr "Tanzania" + +#: admin/manage-fields.php:504 +msgid "Thailand" +msgstr "Thailand" + +#: admin/manage-fields.php:505 +msgid "Togo" +msgstr "Togo" + +#: admin/manage-fields.php:506 +msgid "Tokelau" +msgstr "Tokelau" + +#: admin/manage-fields.php:507 +msgid "Tonga" +msgstr "Tonga" + +#: admin/manage-fields.php:508 +msgid "Trinidad and Tobago" +msgstr "Trinidad and Tobago" + +#: admin/manage-fields.php:509 +msgid "Tunisia" +msgstr "Tunisia" + +#: admin/manage-fields.php:510 +msgid "Turkey" +msgstr "Turkey" + +#: admin/manage-fields.php:511 +msgid "Turkmenistan" +msgstr "Turkmenistan" + +#: admin/manage-fields.php:512 +msgid "Turks and Caicos Islands" +msgstr "Turks and Caicos Islands" + +#: admin/manage-fields.php:513 +msgid "Tuvalu" +msgstr "Tuvalu" + +#: admin/manage-fields.php:514 +msgid "U.S. Virgin Islands" +msgstr "U.S. Virgin Islands" + +#: admin/manage-fields.php:515 +msgid "Uganda" +msgstr "Uganda" + +#: admin/manage-fields.php:516 +msgid "Ukraine" +msgstr "Ukraine" + +#: admin/manage-fields.php:517 +msgid "United Arab Emirates" +msgstr "United Arab Emirates" + +#: admin/manage-fields.php:518 +msgid "United Kingdom" +msgstr "United Kingdom" + +#: admin/manage-fields.php:519 +msgid "United States" +msgstr "United States" + +#: admin/manage-fields.php:520 +msgid "United States Minor Outlying Islands" +msgstr "United States Minor Outlying Islands" + +#: admin/manage-fields.php:521 +msgid "Uruguay" +msgstr "Uruguay" + +#: admin/manage-fields.php:522 +msgid "Uzbekistan" +msgstr "Uzbekistan" + +#: admin/manage-fields.php:523 +msgid "Vanuatu" +msgstr "Vanuatu" + +#: admin/manage-fields.php:524 +msgid "Vatican" +msgstr "Vatican" + +#: admin/manage-fields.php:525 +msgid "Venezuela" +msgstr "Venezuela" + +#: admin/manage-fields.php:526 +msgid "Vietnam" +msgstr "Vietnam" + +#: admin/manage-fields.php:527 +msgid "Wallis and Futuna" +msgstr "Wallis and Futuna" + +#: admin/manage-fields.php:528 +msgid "Western Sahara" +msgstr "Western Sahara" + +#: admin/manage-fields.php:529 +msgid "Yemen" +msgstr "Yemen" + +#: admin/manage-fields.php:530 +msgid "Zambia" +msgstr "Zambia" + +#: admin/manage-fields.php:531 +msgid "Zimbabwe" +msgstr "Zimbabwe" + +#: admin/manage-fields.php:980 admin/manage-fields.php:1137 +msgid "" +"You must select a field\n" +msgstr "" +"Musisz wybrać pole\n" + +#: admin/manage-fields.php:990 +msgid "" +"Please choose a different field type as this one already exists in your form " +"(must be unique)\n" +msgstr "" +"Proszę wybierz inny typ pola, ponieważ ten już istnieje w Twoim formularzu " +"(musi być unikatowy)\n" #: admin/manage-fields.php:1001 -msgid "The entered avatar size is not numerical\n" -msgstr "Wprowadzony rozmiar awatara nie jest wartością liczbową\n" +msgid "" +"The entered avatar size is not between 20 and 200\n" +msgstr "" +"Wprowadzony rozmiar awatara nie mieści się w przedziale 20 - 200\n" -#: admin/manage-fields.php:1009 -msgid "The entered row number is not numerical\n" -msgstr "Wprowadzony numer wiersza nie jest wartością liczbową\n" +#: admin/manage-fields.php:1004 +msgid "" +"The entered avatar size is not numerical\n" +msgstr "" +"Wprowadzony rozmiar awatara nie jest wartością liczbową\n" #: admin/manage-fields.php:1012 -msgid "You must enter a value for the row number\n" -msgstr "Wprowadź numer wiersza\n" +msgid "" +"The entered row number is not numerical\n" +msgstr "" +"Wprowadzony numer wiersza nie jest wartością liczbową\n" -#: admin/manage-fields.php:1033 -msgid "The entered value for the Datepicker is not a valid date-format\n" -msgstr "Wprowadzony format daty nie jest poprawny\n" +#: admin/manage-fields.php:1015 +msgid "" +"You must enter a value for the row number\n" +msgstr "" +"Wprowadź numer wiersza\n" + +#: admin/manage-fields.php:1023 +msgid "" +"You must enter the site key\n" +msgstr "" +"Musisz podać klucz strony\n" + +#: admin/manage-fields.php:1025 +msgid "" +"You must enter the secret key\n" +msgstr "" +"Musisz podać tajny klucz\n" #: admin/manage-fields.php:1036 -msgid "You must enter a value for the date-format\n" -msgstr "Musisz wprowadzić format daty\n" +msgid "" +"The entered value for the Datepicker is not a valid date-format\n" +msgstr "" +"Wprowadzony format daty nie jest poprawny\n" -#: admin/manage-fields.php:1064 admin/manage-fields.php:1072 -#: admin/manage-fields.php:1083 -msgid "That meta-name is already in use\n" -msgstr "Parametr meta-name jest już wykorzystywany\n" +#: admin/manage-fields.php:1039 +msgid "" +"You must enter a value for the date-format\n" +msgstr "" +"Musisz wprowadzić format daty\n" -#: admin/manage-fields.php:1114 -msgid "The following option(s) did not coincide with the ones in the options list: %s\n" -msgstr "Następujące opcje nie są zgodne z ustawieniami z listy: %s\n" +#: admin/manage-fields.php:1055 +msgid "" +"The meta-name cannot be empty\n" +msgstr "" +"Parametr meta-name nie może być pusty\n" -#: admin/manage-fields.php:1118 -msgid "The following option did not coincide with the ones in the options list: %s\n" -msgstr "Następująca opcja nie jest zgodna z ustawieniami z listy: %s \n" +#: admin/manage-fields.php:1067 admin/manage-fields.php:1075 +#: admin/manage-fields.php:1086 +msgid "" +"That meta-name is already in use\n" +msgstr "" +"Parametr meta-name jest już wykorzystywany\n" -#: admin/manage-fields.php:1141 -msgid "That field is already added in this form\n" -msgstr "To pole zostało już dodane do formularza\n" +#: admin/manage-fields.php:1117 +#, php-format +msgid "" +"The following option(s) did not coincide with the ones in the options list: " +"%s\n" +msgstr "" +"Następujące opcje nie są zgodne z ustawieniami z listy: %s\n" -#: admin/manage-fields.php:1190 -msgid "
    Title
    Type
    Meta Name
    Required
    " -msgstr "
    Nazwa
    Typ
    Parametr Meta Name
    Wymagane
    " +#: admin/manage-fields.php:1121 +#, php-format +msgid "" +"The following option did not coincide with the ones in the options list: %s\n" +msgstr "" +"Następująca opcja nie jest zgodna z ustawieniami z listy: %s \n" -#: admin/manage-fields.php:1190 -#: assets/lib/wck-api/wordpress-creation-kit.php:438 -#: assets/lib/wck-api/wordpress-creation-kit.php:535 -#: features/admin-approval/class-admin-approval.php:108 -#: features/functions.php:718 features/functions.php:725 -#: modules/custom-redirects/custom_redirects_admin.php:179 -#: modules/custom-redirects/custom_redirects_admin.php:193 -#: modules/custom-redirects/custom_redirects_admin.php:207 -#: modules/custom-redirects/custom_redirects_admin.php:221 -#: modules/multiple-forms/multiple-forms.php:406 -msgid "Edit" -msgstr "Edytuj" +#: admin/manage-fields.php:1128 +msgid "" +"Please select at least one user role\n" +msgstr "" +"Wybierz proszę, co najmniej jeden profil użytkownika\n" -#: admin/manage-fields.php:1190 -#: assets/lib/wck-api/wordpress-creation-kit.php:438 -#: assets/lib/wck-api/wordpress-creation-kit.php:536 -#: features/admin-approval/class-admin-approval.php:113 -#: features/admin-approval/class-admin-approval.php:224 -#: features/email-confirmation/class-email-confirmation.php:120 -#: features/email-confirmation/class-email-confirmation.php:217 -#: features/functions.php:711 features/functions.php:725 -#: modules/custom-redirects/custom_redirects_admin.php:179 -#: modules/custom-redirects/custom_redirects_admin.php:193 -#: modules/custom-redirects/custom_redirects_admin.php:207 -#: modules/custom-redirects/custom_redirects_admin.php:221 -msgid "Delete" -msgstr "Usuń" +#: admin/manage-fields.php:1144 +msgid "" +"That field is already added in this form\n" +msgstr "" +"To pole zostało już dodane do formularza\n" -#: admin/manage-fields.php:1205 +#: admin/manage-fields.php:1193 +msgid "" +"
    Title
    Type
    Meta Name
    Required
    " +msgstr "" +"
    Nazwa
    Typ
    Parametr Meta Name
    Wymagane
    " + +#: admin/manage-fields.php:1208 msgid "Use these shortcodes on the pages you want the forms to be displayed:" -msgstr "Umieść następujące krótkie kody na stronach na których chcesz wyświetlić formularze:" +msgstr "" +"Umieść następujące krótkie kody na stronach na których chcesz wyświetlić " +"formularze:" #: admin/register-version.php:14 msgid "Register Your Version" @@ -3919,9 +3164,26 @@ msgstr "Zarejestruj swoją kopię" msgid "Register Version" msgstr "Zarejestruj kopię" +#: admin/register-version.php:22 admin/register-version.php:22 +msgid "Profile Builder Register" +msgstr "Rejestracja Profile Builder" + +#: admin/register-version.php:69 +#, php-format +msgid "" +"Now that you acquired a copy of %s, you should take the time and register it " +"with the serial number you received" +msgstr "" +"W związku z nabyciem kopii %s, powinieneś zarejestrować ją wykorzystaniem " +"numeru seryjnego, który otrzymałeś." + #: admin/register-version.php:70 -msgid "If you register this version of Profile Builder, you'll receive information regarding upgrades, patches, and technical support." -msgstr "Jeśli zarejestrujesz swoją kopię Profile Builder, będziesz otrzymywał infromację o aktualizacjach, poprawkach oraz wsparcie techniczne." +msgid "" +"If you register this version of Profile Builder, you'll receive information " +"regarding upgrades, patches, and technical support." +msgstr "" +"Jeśli zarejestrujesz swoją kopię Profile Builder, będziesz otrzymywał " +"infromację o aktualizacjach, poprawkach oraz wsparcie techniczne." #: admin/register-version.php:72 msgid " Serial Number:" @@ -3935,259 +3197,274 @@ msgstr "Numer seryjny został zweryfikowany poprawnie!" msgid "The serial number entered couldn't be validated!" msgstr "Numer seryjny nie mógł zostać zweryfikowany!" +#: admin/register-version.php:81 +msgid "The serial number is about to expire soon!" +msgstr "Numer seryjny wkrótce wygaśnie!" + +#: admin/register-version.php:81 +#, php-format +msgid "" +" Your serial number is about to expire, please %1$s Renew Your License%2$s." +msgstr "" +"Twój numer seryjny wkrótce wygaśnie, proszę %1$s Odnów Swoją Licencję%2$s." + #: admin/register-version.php:83 msgid "The serial number couldn't be validated because it expired!" msgstr "Numer seryjny został zweryfikowany, ponieważ wygasł! " +#: admin/register-version.php:83 +#, php-format +msgid " Your serial number is expired, please %1$s Renew Your License%2$s." +msgstr " Twój numer seryjny wygasł, proszę %1$s Odnów Swoją Licencję%2$s." + #: admin/register-version.php:85 -msgid "The serial number couldn't be validated because process timed out. This is possible due to the server being down. Please try again later!" -msgstr "Numer seryjny został zweryfikowany, nie otrzymano odpowiedzi z serwera! Najprawdopodobniej serwer jest niedostępny. Proszę spróbować później!" +msgid "" +"The serial number couldn't be validated because process timed out. This is " +"possible due to the server being down. Please try again later!" +msgstr "" +"Numer seryjny został zweryfikowany, nie otrzymano odpowiedzi z serwera! " +"Najprawdopodobniej serwer jest niedostępny. Proszę spróbować później!" #: admin/register-version.php:87 msgid "(e.g. RMPB-15-SN-253a55baa4fbe7bf595b2aabb8d72985)" msgstr "(e.g. RMPB-15-SN-253a55baa4fbe7bf595b2aabb8d72985)" -#: assets/lib/wck-api/wordpress-creation-kit.php:438 features/functions.php:725 -msgid "Content" -msgstr "Treść" +#: admin/register-version.php:243 +#, php-format +msgid "" +"

    Your Profile Builder serial number is invalid or missing." +"
    Please %1$sregister your copy%2$s to receive access to automatic " +"updates and support. Need a license key? %3$sPurchase one now%4$s

    " +msgstr "" +"

    Twój numer seryjny Profile Builder jest niepoprawny lub " +"niepełny.
    Proszę %1$szarejestruj swoją kopię%2$s, aby otrzymać dostęp " +"do automatycznych aktualizacji oraz wsparcia. Potrzebujesz klucza " +"licencyjnego? %3$sKup go teraz%4$s

    " -#: assets/lib/wck-api/wordpress-creation-kit.php:535 -msgid "Edit this item" -msgstr "Edytuj ten element" +#: admin/admin-bar.php:10 +msgid "Show/Hide the Admin Bar on the Front-End" +msgstr "Pokaż/Ukryj pasek narzędziowy podczas przeglądania witryny" -#: assets/lib/wck-api/wordpress-creation-kit.php:536 -msgid "Delete this item" -msgstr "Usuń ten element" +#: admin/admin-bar.php:10 admin/admin-bar.php:47 +msgid "Admin Bar Settings" +msgstr "Ustawienia paska narzędziowego" -#: assets/lib/wck-api/wordpress-creation-kit.php:705 -msgid "Please enter a value for the required field " -msgstr "To pole jest wymagane" +#: admin/admin-bar.php:48 +msgid "" +"Choose which user roles view the admin bar in the front-end of the website." +msgstr "" +"Wybierz, które profile użytkownika powinny mieć dostęp do listwy " +"administracyjnej Wordpress na Twojej stronie." -#: front-end/extra-fields/upload/upload.php:122 -msgid "Select File" -msgstr "Wybierz plik" +#: admin/admin-bar.php:57 +msgid "User-Role" +msgstr "Rola użytkownika" -#: assets/lib/wck-api/fields/upload.php:43 -#: front-end/extra-fields/upload/upload.php:112 -msgid "Remove" -msgstr "Usuń" +#: admin/admin-bar.php:58 +msgid "Visibility" +msgstr "Widoczność" -#: assets/lib/wck-api/fields/nested repeater.php:8 -msgid "You can add the information for the %s after you add a entry" -msgstr "Możesz dodać informację do %s po dodaniu wpisu" +#: admin/admin-bar.php:73 +msgid "Default" +msgstr "Domyślne" -#: assets/lib/wck-api/fields/upload.php:75 -#: front-end/extra-fields/upload/upload.php:128 -msgid "Upload " -msgstr "Prześlij" +#: admin/admin-bar.php:74 +msgid "Show" +msgstr "Pokaż" -#: features/class-list-table.php:184 -msgid "No items found." -msgstr "Nie znaleziono elementów." +#: admin/admin-bar.php:75 +msgid "Hide" +msgstr "Ukryj" -#: features/class-list-table.php:308 -msgid "Bulk Actions" -msgstr "Akcje masowe" +#: admin/admin-functions.php:37 +#, php-format +msgid "" +"Login is set to be done using the E-mail. This field will NOT appear in the " +"front-end! ( you can change these settings under the \"%s\" tab )" +msgstr "" +"Ustawione zostało logowanie z wykorzystaniem adresu e-mail. To pole NIE " +"pojawi się na Twojej stronie! ( możesz zmienić to ustawienie w zakładce " +"\"%s\" )" -#: features/class-list-table.php:318 -msgid "Apply" -msgstr "Zatwierdź" +#: admin/admin-functions.php:132 +#, php-format +msgid "" +"ERROR: The password must have the minimum length of %s " +"characters" +msgstr "BŁĄD: Hasło musi mieć minimum %s znaków." -#: features/class-list-table.php:402 -msgid "Show all dates" -msgstr "Pokaż wszystkie daty" +#: admin/admin-functions.php:148 +#, php-format +msgid "ERROR: The password must have a minimum strength of %s" +msgstr "BŁĄD: Minimalna siłahasła to: %s" -#: features/class-list-table.php:415 -msgid "%1$s %2$d" -msgstr "%1$s %2$d" +#: admin/admin-functions.php:187 +msgid "Add Field" +msgstr "Dodaj pole" -#: features/class-list-table.php:431 -msgid "List View" -msgstr "Widok listy" +#: admin/admin-functions.php:189 +msgid "Save Settings" +msgstr "Zapisz ustawienia" -#: features/class-list-table.php:432 -msgid "Excerpt View" -msgstr "Widok Skrócony" +#: admin/admin-functions.php:200 +#, php-format +msgid "" +"If you enjoy using %1$s please rate us on WordPress.org. More happy users means more " +"features, less bugs and better support for everyone. " +msgstr "" +"Jeśli jesteś zadowolony z korzystania z %1$s oceń nas proszę na WordPress.org. Więcej " +"zadowolonych użytkowników oznacza więcej funkcjonalności, mniej błędów oraz " +"lepsze wsparcie dla wszystkich." -#: features/class-list-table.php:458 -msgid "%s pending" -msgstr "%s oczekuje" +#: admin/pms-cross-promotion.php:84 +msgid "Plugin has been activated" +msgstr "Wtyczka została aktywowana" -#: features/class-list-table.php:566 -msgid "%1$s of %2$s" -msgstr "%1$s z %2$s" +#: admin/pms-cross-promotion.php:91 +msgid "Plugin has been deactivated." +msgstr "Wtyczka została wyłączona." -#: features/class-list-table.php:713 -msgid "Select All" -msgstr "Zaznacz wszystko" +#: admin/pms-cross-promotion.php:137 admin/pms-cross-promotion.php:216 +msgid "Install Now" +msgstr "Instaluj teraz" -#: features/functions.php:526 -msgid "Strength indicator" -msgstr "Siłomierz" +#: admin/basic-info.php:10 admin/basic-info.php:10 +msgid "Basic Information" +msgstr "Informacje podstawowe" -#: features/admin-approval/admin-approval.php:14 -#: features/admin-approval/class-admin-approval.php:453 -msgid "Admin Approval" -msgstr "Potwierdzenie Administratora" +#: admin/basic-info.php:31 +msgid "" +"The best way to add front-end registration, edit profile and login forms." +msgstr "" +"Najlepszy sposób, aby dodać możliwość rejestracji użytkowników, edycję ich " +"profili oraz formularze do logowania." + +#: admin/basic-info.php:33 +msgid "For Modern User Interaction" +msgstr "Dla Nowoczesnej Interakcji Użytkowników" + +#: admin/basic-info.php:36 features/login-widget/login-widget.php:59 +msgid "Login" +msgstr "Login" + +#: admin/basic-info.php:37 +#, php-format +msgid "Friction-less login using %s shortcode or a widget." +msgstr "Logowanie \"bez tarcia\" przy użyciu shortcode: %s lub widgetu." + +#: admin/basic-info.php:40 +msgid "Registration" +msgstr "Rejestracja" + +#: admin/basic-info.php:41 +#, php-format +msgid "Beautiful registration forms fully customizable using the %s shortcode." +msgstr "" +"Ładne, w pełni edytowalne formularze rejestracji z wykorzystaniem shortcode: " +"%s" + +#: admin/basic-info.php:44 +msgid "Edit Profile" +msgstr "Edytuj profil" + +#: admin/basic-info.php:45 +#, php-format +msgid "Straight forward edit profile forms using %s shortcode." +msgstr "Prosta edycja profilu za pomocą shortcodu: %s" + +#: features/upgrades/upgrades-functions.php:91 +#: features/upgrades/upgrades-functions.php:134 +msgid "The usernames cannot be changed." +msgstr "Nazwa użytkownika nie może być zmieniona." + +#: features/roles-editor/roles-editor.php:249 +msgid "Role" +msgstr "Rola" + +#: features/email-confirmation/email-confirmation.php:47 +#: features/email-confirmation/class-email-confirmation.php:451 +msgid "Users with Unconfirmed Email Address" +msgstr "Użytkownicy z niepotwierdzonymi adresami Email" -#: features/admin-approval/admin-approval.php:28 #: features/email-confirmation/email-confirmation.php:58 msgid "Do you want to" msgstr "Czy chcesz" -#: features/admin-approval/admin-approval.php:51 -msgid "Your session has expired! Please refresh the page and try again" -msgstr "Twoja sesja wygasła! Proszę odśwież stronę oraz spróbuj ponownie" +#: features/email-confirmation/email-confirmation.php:107 +msgid "There was an error performing that action!" +msgstr "Wystąpił błąd podczas wykonywania tej akcji!" -#: features/admin-approval/admin-approval.php:64 -msgid "User successfully approved!" -msgstr "Konto użytkownika potwierdzone!" +#: features/email-confirmation/email-confirmation.php:115 +msgid "The selected user couldn't be deleted" +msgstr "Wybrany użytkownik nie mógł być usunięty!" -#: features/admin-approval/admin-approval.php:74 -msgid "User successfully unapproved!" -msgstr "Konto użytkownika niepotwierdzone!" +#: features/email-confirmation/email-confirmation.php:126 +msgid "Email notification resent to user" +msgstr "Powiadomienie email przesłane ponownie do użytkownika" -#: features/admin-approval/admin-approval.php:80 -msgid "User successfully deleted!" -msgstr "Konto użytkownika usunięte!" - -#: features/admin-approval/admin-approval.php:85 -#: features/admin-approval/admin-approval.php:129 #: features/email-confirmation/email-confirmation.php:132 msgid "You either don't have permission for that action or there was an error!" msgstr "Nie masz uprawnień do wykonania tej akcji lub wystąpił błąd!" -#: features/admin-approval/admin-approval.php:96 -msgid "Your session has expired! Please refresh the page and try again." -msgstr "Twoja sesja wygasła! Proszę odśwież stronę oraz spróbuj ponownie." +#: features/email-confirmation/email-confirmation.php:397 +#, php-format +msgid "[%1$s] Activate %2$s" +msgstr "[%1$s] Aktywuj %2$s" -#: features/admin-approval/admin-approval.php:108 -msgid "Users successfully approved!" -msgstr "Konto użytkownika potwierdzone!" +#: features/email-confirmation/email-confirmation.php:444 +msgid "That username is already activated!" +msgstr "Kont tego użytkownika jest już aktywne!" -#: features/admin-approval/admin-approval.php:117 -msgid "Users successfully unapproved!" -msgstr "Konto użytkownika niepotwierdzone!" +#: features/email-confirmation/email-confirmation.php:467 +msgid "There was an error while trying to activate the user" +msgstr "Wystąpił błąd podczas aktywowania konta dla tego użytkownika" -#: features/admin-approval/admin-approval.php:125 -msgid "Users successfully deleted!" -msgstr "Użytkownik usunięty!" +#: features/email-confirmation/email-confirmation.php:515 +msgid "A new subscriber has (been) registered!" +msgstr "Nowy użytkownik został zarejestrowany!" -#: features/admin-approval/admin-approval.php:145 -msgid "Your account on %1$s has been approved!" -msgstr "Twoje konto na %1$s zostało poprawnie zweryfikowane!" +#: features/email-confirmation/email-confirmation.php:518 +#, php-format +msgid "New subscriber on %1$s.

    Username:%2$s
    E-mail:%3$s
    " +msgstr "" +"Nowy subskrybent na %1$s.

    Nazwa Użytkownika:%2$s
    E-mail:" +"%3$s
    " -#: features/admin-approval/admin-approval.php:146 -#: features/admin-approval/admin-approval.php:149 -msgid "approved" -msgstr "zatwierdzone" +#: features/email-confirmation/email-confirmation.php:569 +#, php-format +msgid "[%1$s] Your new account information" +msgstr "[%1$s] Informacje o Twoim nowym koncie" -#: features/admin-approval/admin-approval.php:148 -msgid "An administrator has just approved your account on %1$s (%2$s)." -msgstr "Administrator przed chwilą zatwierdził Twoje konto na %1$s (%2$s)." +#: features/email-confirmation/email-confirmation.php:573 +#: features/email-confirmation/email-confirmation.php:582 +msgid "Your selected password at signup" +msgstr "Hasło, które podałeś podczas rejestracji" -#: features/admin-approval/admin-approval.php:153 -msgid "Your account on %1$s has been unapproved!" -msgstr "Twoje konto na %1$s zostało zawieszone!" +#: features/email-confirmation/email-confirmation.php:580 +#, php-format +msgid "Welcome to %1$s!


    Your username is:%2$s and password:%3$s" +msgstr "" +"Witaj na %1$s!


    Twoja nazwa użytkownika to:%2$s oraz hasło:%3$s" -#: features/admin-approval/admin-approval.php:154 -#: features/admin-approval/admin-approval.php:157 -msgid "unapproved" -msgstr "niezatwierdzone" +#: features/email-confirmation/email-confirmation.php:633 +msgid "" +"The \"Admin Approval\" feature was activated at the time of registration, so " +"please remember that you need to approve this user before he/she can log in!" +msgstr "" +"Funkcjonalność Zatwierdzenia Administratora była aktywna w czasie rejestacji," +" więc pamiętaj, że musisz zatwierdzić tego użytkownika, zanim będzie on mógł " +"się zalogować!" -#: features/admin-approval/admin-approval.php:156 -msgid "An administrator has just unapproved your account on %1$s (%2$s)." -msgstr "Administrator przed chwilą zawiesił Twoje konto na %1$s (%2$s)." +#: features/email-confirmation/class-email-confirmation.php:91 +#: features/email-confirmation/class-email-confirmation.php:170 +msgid "User Meta" +msgstr "Meta dane Użytkownika" -#: features/admin-approval/admin-approval.php:175 -msgid "ERROR: Your account has to be confirmed by an administrator before you can log in." -msgstr "BŁĄD: Twoje konto musi zostać zatwierdzone przez administratora, zanim będziesz mógł się zalogować." - -#: features/admin-approval/admin-approval.php:187 -msgid "Your account has to be confirmed by an administrator before you can use the \"Password Recovery\" feature." -msgstr "Twoje konto musi zostać zatwierdzone przez administratora, zanim będziesz odzyskać swoje hasło." - -#: features/admin-approval/class-admin-approval.php:113 -msgid "delete this user?" -msgstr "skasować tego użytkownika?" - -#: features/admin-approval/class-admin-approval.php:116 -msgid "unapprove this user?" -msgstr "odrzucić tego użytkownika?" - -#: features/admin-approval/class-admin-approval.php:116 -#: features/admin-approval/class-admin-approval.php:223 -msgid "Unapprove" -msgstr "Odrzuć" - -#: features/admin-approval/class-admin-approval.php:118 -msgid "approve this user?" -msgstr "zatwierdzić tego użytkownika?" - -#: features/admin-approval/class-admin-approval.php:118 -#: features/admin-approval/class-admin-approval.php:222 -msgid "Approve" -msgstr "Zatwierdź" - -#: features/admin-approval/class-admin-approval.php:167 -#: modules/user-listing/userlisting.php:278 -#: modules/user-listing/userlisting.php:742 -#: modules/user-listing/userlisting.php:2157 -msgid "Firstname" -msgstr "Imię" - -#: features/admin-approval/class-admin-approval.php:168 -#: modules/user-listing/userlisting.php:745 -#: modules/user-listing/userlisting.php:2158 -msgid "Lastname" -msgstr "Nazwisko" - -#: features/admin-approval/class-admin-approval.php:170 -#: modules/user-listing/userlisting.php:149 -#: modules/user-listing/userlisting.php:279 -#: modules/user-listing/userlisting.php:772 -#: modules/user-listing/userlisting.php:2162 -msgid "Role" -msgstr "Rola" - -#: features/admin-approval/class-admin-approval.php:171 -#: features/email-confirmation/class-email-confirmation.php:169 -msgid "Registered" -msgstr "Zarejestrowany" - -#: features/admin-approval/class-admin-approval.php:172 -msgid "User-status" -msgstr "Status użytkownika" - -#: features/admin-approval/class-admin-approval.php:252 -msgid "Do you want to bulk approve the selected users?" -msgstr "Czy chcesz zatwierdzić konta dla wybranych użytkowników?" - -#: features/admin-approval/class-admin-approval.php:260 -msgid "Do you want to bulk unapprove the selected users?" -msgstr "Czy chcesz zawiesić konta dla wybranych użytkowników? " - -#: features/admin-approval/class-admin-approval.php:266 -msgid "Do you want to bulk delete the selected users?" -msgstr "Czy chcesz usunąć konta wybranych użytkowników? " - -#: features/admin-approval/class-admin-approval.php:274 -#: features/email-confirmation/class-email-confirmation.php:278 -msgid "Sorry, but you don't have permission to do that!" -msgstr "Przepraszam, ale nie masz uprawnień do wykonania tej operacji!" - -#: features/admin-approval/class-admin-approval.php:339 -msgid "Approved" -msgstr "Zatwierdzone" - -#: features/admin-approval/class-admin-approval.php:341 -msgid "Unapproved" -msgstr "Odrzucone" - -#: features/admin-approval/class-admin-approval.php:456 -#: features/email-confirmation/class-email-confirmation.php:454 -msgid "All Users" -msgstr "Wszyscy użytkownicy" +#: features/email-confirmation/class-email-confirmation.php:91 +msgid "show" +msgstr "pokaż" #: features/email-confirmation/class-email-confirmation.php:120 msgid "delete this user from the _signups table?" @@ -4211,7 +3488,12 @@ msgstr "wysłać ponownie link aktywacyjny?" msgid "Resend Activation Email" msgstr "Prześlij Ponownie Aktywacyjną Wiadomość Email" +#: features/email-confirmation/class-email-confirmation.php:169 +msgid "Registered" +msgstr "Zarejestrowany" + #: features/email-confirmation/class-email-confirmation.php:249 +#, php-format msgid "%s couldn't be deleted" msgstr "%s nie mógł być usunięty" @@ -4225,80 +3507,27 @@ msgstr "Wybrani użytkownicy zostali aktywowani" #: features/email-confirmation/class-email-confirmation.php:274 msgid "The selected users have had their activation emails resent" -msgstr "Ponownie wysłano aktywacyjne wiadomości email do wybranych użytkowników" +msgstr "" +"Ponownie wysłano aktywacyjne wiadomości email do wybranych użytkowników" -#: features/email-confirmation/class-email-confirmation.php:451 -#: features/email-confirmation/email-confirmation.php:47 -msgid "Users with Unconfirmed Email Address" -msgstr "Użytkownicy z niepotwierdzonymi adresami Email" +#: features/email-confirmation/class-email-confirmation.php:278 +msgid "Sorry, but you don't have permission to do that!" +msgstr "Przepraszam, ale nie masz uprawnień do wykonania tej operacji!" -#: features/email-confirmation/email-confirmation.php:107 -msgid "There was an error performing that action!" -msgstr "Wystąpił błąd podczas wykonywania tej akcji!" - -#: features/email-confirmation/email-confirmation.php:115 -msgid "The selected user couldn't be deleted" -msgstr "Wybrany użytkownik nie mógł być usunięty!" - -#: features/email-confirmation/email-confirmation.php:126 -msgid "Email notification resent to user" -msgstr "Powiadomienie email przesłane ponownie do użytkownika" - -#: features/email-confirmation/email-confirmation.php:397 -msgid "[%1$s] Activate %2$s" -msgstr "[%1$s] Aktywuj %2$s" - -#: features/email-confirmation/email-confirmation.php:441 -#: front-end/register.php:71 -msgid "Could not create user!" -msgstr "Nie udało się stworzyć użytkownika!" - -#: features/email-confirmation/email-confirmation.php:444 -msgid "That username is already activated!" -msgstr "Kont tego użytkownika jest już aktywne!" - -#: features/email-confirmation/email-confirmation.php:467 -msgid "There was an error while trying to activate the user" -msgstr "Wystąpił błąd podczas aktywowania konta dla tego użytkownika" - -#: features/email-confirmation/email-confirmation.php:515 -#: modules/email-customizer/admin-email-customizer.php:73 -msgid "A new subscriber has (been) registered!" -msgstr "Nowy użytkownik został zarejestrowany!" - -#: features/email-confirmation/email-confirmation.php:518 -msgid "New subscriber on %1$s.

    Username:%2$s
    E-mail:%3$s
    " -msgstr "Nowy subskrybent na %1$s.

    Nazwa Użytkownika:%2$s
    E-mail:%3$s
    " - -#: features/email-confirmation/email-confirmation.php:633 -msgid "The \"Admin Approval\" feature was activated at the time of registration, so please remember that you need to approve this user before he/she can log in!" -msgstr "Funkcjonalność Zatwierdzenia Administratora była aktywna w czasie rejestacji, więc pamiętaj, że musisz zatwierdzić tego użytkownika, zanim będzie on mógł się zalogować!" - -#: features/email-confirmation/email-confirmation.php:569 -msgid "[%1$s] Your new account information" -msgstr "[%1$s] Informacje o Twoim nowym koncie" - -#: features/email-confirmation/email-confirmation.php:580 -msgid "Welcome to %1$s!


    Your username is:%2$s and password:%3$s" -msgstr "Witaj na %1$s!


    Twoja nazwa użytkownika to:%2$s oraz hasło:%3$s" - -#: features/email-confirmation/email-confirmation.php:641 -#: front-end/register.php:125 -msgid "Before you can access your account, an administrator needs to approve it. You will be notified via email." -msgstr "Zanim będziesz mógł zalogować się na swoje konto, administrator musi je zatwierdzić. Zostaniesz o tym powiadomiony przez email." +#: features/email-confirmation/class-email-confirmation.php:454 +msgid "All Users" +msgstr "Wszyscy użytkownicy" #: features/login-widget/login-widget.php:10 msgid "This login widget lets you add a login form in the sidebar." -msgstr "Ten widżet logowania pozwala Tobie na dodanie formularza logowania w belce bocznej," +msgstr "" +"Ten widżet logowania pozwala Tobie na dodanie formularza logowania w belce " +"bocznej," #: features/login-widget/login-widget.php:15 msgid "Profile Builder Login Widget" msgstr "Widżet Logowania Profile Bulder" -#: front-end/class-formbuilder.php:399 front-end/login.php:250 -msgid "Register" -msgstr "Zarejestruj się" - #: features/login-widget/login-widget.php:63 msgid "Title:" msgstr "Nazwa:" @@ -4315,235 +3544,70 @@ msgstr "Adres URL Rejestracji (opcjonalne):" msgid "Password Recovery page URL (optional):" msgstr "Adres URL Odzyskiwania Hasła (opcjonalny):" -#: features/upgrades/upgrades-functions.php:91 -#: features/upgrades/upgrades-functions.php:134 -msgid "The usernames cannot be changed." -msgstr "Nazwa użytkownika nie może być zmieniona." +#: assets/lib/wck-api/wordpress-creation-kit.php:334 +msgid "Save" +msgstr "Zapisz" -#: front-end/class-formbuilder.php:125 -msgid "Only an administrator can add new users." -msgstr "Tylko administrator może dodać nowego użytkownika." +#: assets/lib/wck-api/wordpress-creation-kit.php:535 +msgid "Edit this item" +msgstr "Edytuj ten element" -#: front-end/class-formbuilder.php:135 -msgid "Users can register themselves or you can manually create users here." -msgstr "Tutaj użytkownicy mogą się rejestrować. Możesz też stworzyć ręcznie użytkownika." +#: assets/lib/wck-api/wordpress-creation-kit.php:536 +msgid "Delete this item" +msgstr "Usuń ten element" -#: front-end/class-formbuilder.php:138 -msgid "Users cannot currently register themselves, but you can manually create users here." -msgstr "Obecnie Użytkownicy nie mogą się rejestrować, ale tutaj możesz stworzyć dla nich konta ręcznie." +#: front-end/default-fields/username/username.php:49 +msgid "This username already exists." +msgstr "Nazwa Użytkownika jest już zarezerwowana." -#: front-end/class-formbuilder.php:158 -msgid "You are currently logged in as %1s. You don't need another account. %2s" -msgstr "Jesteś zalogowany jako %1s. Nie potrzebujesz kolejnego konta. %2s" +#: front-end/default-fields/username/username.php:49 +#: front-end/default-fields/username/username.php:65 +#: front-end/default-fields/email/email.php:60 +#: front-end/default-fields/email/email.php:67 +#: front-end/default-fields/email/email.php:77 +#: front-end/default-fields/email/email.php:95 +msgid "Please try a different one!" +msgstr "Proszę spróbuj inną wartość!" -#: front-end/class-formbuilder.php:158 -msgid "Log out of this account." -msgstr "Wyloguj się z konta." +#: front-end/default-fields/username/username.php:52 +#: front-end/default-fields/username/username.php:60 +msgid "This username is invalid because it uses illegal characters." +msgstr "Proponowany login zawiera niedozwolone znaki." -#: front-end/class-formbuilder.php:158 -msgid "Logout" -msgstr "Wyloguj się" +#: front-end/default-fields/username/username.php:52 +#: front-end/default-fields/username/username.php:60 +msgid "Please enter a valid username." +msgstr "Wprowadź poprawny login." -#: front-end/class-formbuilder.php:164 -msgid "You must be logged in to edit your profile." -msgstr "Musisz być zalogowany, aby zmodyfikować swój profil" +#: front-end/default-fields/username/username.php:65 +msgid "This username is already reserved to be used soon." +msgstr "Nazwa Użytkownika jest już zarezerwowana." -#: features/functions.php:994 -msgid "here" -msgstr "tutaj" +#: front-end/default-fields/recaptcha/recaptcha.php:48 +msgid "To use reCAPTCHA you must get an API key from" +msgstr "Aby użyć reCAPTCHA musisz pobrać klucz API z" -#: features/functions.php:995 -msgid "You will soon be redirected automatically. If you see this page for more than %1$d seconds, please click %2$s.%3$s" -msgstr "Niedługo zostaniesz przekierowany. Jeśli oglądasz tę stronę przez więcej niż %1$d sekund, proszę kliknij %2$s.%3$s" +#: front-end/default-fields/recaptcha/recaptcha.php:131 +msgid "For security reasons, you must pass the remote ip to reCAPTCHA!" +msgstr "W celach bezpieczeństwa musisz przekazać zdalny adres IP do reCAPTCHA!" -#: front-end/class-formbuilder.php:299 front-end/class-formbuilder.php:306 -msgid "The account %1s has been successfully created!" -msgstr "Konto %1s zostało pomyślnie założone!" - -#: front-end/class-formbuilder.php:302 front-end/class-formbuilder.php:312 -msgid "Before you can access your account %1s, you need to confirm your email address. Please check your inbox and click the activation link." -msgstr "Zanim będziesz mógł się zalogować na swoje kontu %1s, musisz potwierdzić swój adres email. Proszę sprawdź swoją skrzynkę oraz kliknij link aktywacyjny. " - -#: front-end/class-formbuilder.php:308 -msgid "Before you can access your account %1s, an administrator has to approve it. You will be notified via email." -msgstr "Zanim będziesz mógł się zalogować na swoje kontu %1s, administrator musi zatwierdzić Twoje konto. Otrzymasz powiadomienie na Twój adres email." - -#: front-end/class-formbuilder.php:331 -msgid "Your profile has been successfully updated!" -msgstr "Twój profil został zaktualizowany!" - -#: front-end/class-formbuilder.php:342 -msgid "There was an error in the submitted form" -msgstr "Pojawiły się błędy w przesłanym formularzu" - -#: front-end/class-formbuilder.php:399 -msgid "Add User" -msgstr "Dodaj użytkownika" - -#: admin/add-ons.php:170 front-end/class-formbuilder.php:402 -msgid "Update" -msgstr "Aktualizuj" - -#: front-end/class-formbuilder.php:465 -msgid "Send these credentials via email." -msgstr "Wyślij te dane na adres e-mail." - -#: front-end/extra-fields/extra-fields.php:94 front-end/login.php:137 -#: front-end/login.php:144 front-end/login.php:158 front-end/recover.php:17 -#: front-end/recover.php:237 -msgid "ERROR" -msgstr "BŁĄD" - -#: front-end/login.php:137 -msgid "The password you entered is incorrect." -msgstr "Hasło jest nieprawidłowe." - -#: front-end/login.php:138 front-end/login.php:145 -msgid "Password Lost and Found." -msgstr "Hasło Zgubione oraz Znalezione." - -#: front-end/login.php:138 front-end/login.php:145 -msgid "Lost your password" -msgstr "Zgubiłeś swoje hasło" - -#: front-end/login.php:158 -msgid "Both fields are empty." -msgstr "Obydwa pola są puste." - -#: front-end/login.php:296 -msgid "You are currently logged in as %1$s. %2$s" -msgstr "Jesteś zalogowany jako %1s. %2s" - -#: front-end/login.php:295 front-end/logout.php:25 -msgid "Log out of this account" -msgstr "Wyloguj się z tego konta" - -#: front-end/login.php:295 -msgid "Log out" -msgstr "Wyloguj" - -#: front-end/recover.php:17 -msgid "Your account has to be confirmed by an administrator before you can use the \"Password Reset\" feature." -msgstr "Twoje konto musi zostać zatwierdzone przez administratora zanim będziesz mógł odzyskać swoje hasło." - -#: front-end/recover.php:94 -msgid "Reset Password" -msgstr "Zresetuj Hasło" - -#: front-end/recover.php:114 -msgid "Please enter your username or email address." -msgstr "Wpisz nazwę użytkownika lub adres email." - -#: front-end/recover.php:115 -msgid "You will receive a link to create a new password via email." -msgstr "Drogą mailową otrzymasz link do utworzenia nowego hasła." - -#: front-end/recover.php:120 -msgid "Username or E-mail" -msgstr "Nazwa użytkownika lub adres email" - -#: front-end/recover.php:130 -msgid "Get New Password" -msgstr "Zdobądź nowe hasło" - -#: front-end/recover.php:177 -msgid "The username entered wasn't found in the database!" -msgstr "Wprowadzona nazwa użytkownika nie istnieje w bazie!" - -#: front-end/recover.php:177 -msgid "Please check that you entered the correct username." -msgstr "Sprawdź czy wprowadziłeś prawidłową nazwę użytkownika." - -#: front-end/recover.php:192 -msgid "Check your e-mail for the confirmation link." -msgstr "Sprawdź swoją pocztę e-mail oraz kliknij w link potwierdzający." - -#: front-end/recover.php:227 -msgid "Someone requested that the password be reset for the following account: %1$s
    If this was a mistake, just ignore this email and nothing will happen.
    To reset your password, visit the following link:%2$s" -msgstr "Poproszono o reset hasła dla następującego konta użytkownika: %1$s
    Jeśli to pomyłka, proszę zignoruj ten email, a nic się nie stanie.
    W celu resetu hasła, kliknij w następujący link:%2$s" - -#: front-end/recover.php:230 -msgid "Password Reset from \"%1$s\"" -msgstr "Reset Hasła z \"%1$s\"" - -#: front-end/recover.php:237 -msgid "There was an error while trying to send the activation link to %1$s!" -msgstr "Przesłanie linku aktywacyjnego do %1$s nie powiodło się!" - -#: front-end/recover.php:199 -msgid "The email address entered wasn't found in the database!" -msgstr "Wprowadzony adres email nie został odnaleziony w bazie danych!" - -#: front-end/recover.php:199 -msgid "Please check that you entered the correct email address." -msgstr "Sprawdź proszę, czy wprowadziłeś poprawny adres email." - -#: front-end/recover.php:265 -msgid "Your password has been successfully changed!" -msgstr "Twoje hasło zostało zmienione!" - -#: front-end/recover.php:284 -msgid "You have successfully reset your password to: %1$s" -msgstr "Udało Ci się zresetować hasło. Twoje nowe hasło to: %1$s" - -#: front-end/recover.php:287 front-end/recover.php:298 -msgid "Password Successfully Reset for %1$s on \"%2$s\"" -msgstr "Reset Hasła dla %1$s na \"%2$s\"" - -#: front-end/recover.php:295 -msgid "%1$s has requested a password change via the password reset feature.
    His/her new password is:%2$s" -msgstr "%1$s poprosił(a) o reset hasła.
    Jej/jego nowe hasło to:%2$s" - -#: front-end/recover.php:312 -msgid "The entered passwords don't match!" -msgstr "Wprowadzone hasła nie są zgodne!" - -#: front-end/recover.php:367 -msgid "ERROR:" -msgstr "BŁĄD:" - -#: front-end/recover.php:367 -msgid "Invalid key!" -msgstr "Nieprawidłowy klucz!" - -#: front-end/register.php:56 -msgid "Invalid activation key!" -msgstr "Nieprawidłowy klucz aktywacyjny!" - -#: front-end/register.php:60 -msgid "This username is now active!" -msgstr "Konto tego użytkownika jest aktywne!" - -#: front-end/register.php:74 -msgid "This username is already activated!" -msgstr "Konto tego użytkownika jest już aktywne!" - -#: front-end/register.php:124 -msgid "Your email was successfully confirmed." -msgstr "Twój adres email został zweryfikowany poprawnie." - -#: front-end/register.php:153 -msgid "There was an error while trying to activate the user." -msgstr "Wystąpił błąd podczas aktywacji konta użytkownika" +#: front-end/default-fields/recaptcha/recaptcha.php:192 +msgid "To use reCAPTCHA you must get an API public key from:" +msgstr "Aby korzystać z reCAPTCHA musisz pobrać klucz publiczny API z:" #: front-end/default-fields/email/email.php:47 msgid "The email you entered is not a valid email address." msgstr "Format adresu email nie jest poprawny." +#: front-end/default-fields/email/email.php:51 +msgid "You must enter a valid email address." +msgstr "Wprowadź poprawny adres email." + #: front-end/default-fields/email/email.php:60 #: front-end/default-fields/email/email.php:67 msgid "This email is already reserved to be used soon." msgstr "Ten adres email jest już zarezerwowany" -#: front-end/default-fields/email/email.php:60 -#: front-end/default-fields/email/email.php:67 -#: front-end/default-fields/email/email.php:77 -#: front-end/default-fields/email/email.php:95 -#: front-end/default-fields/username/username.php:49 -#: front-end/default-fields/username/username.php:65 -msgid "Please try a different one!" -msgstr "Proszę spróbuj inną wartość!" - #: front-end/default-fields/email/email.php:77 #: front-end/default-fields/email/email.php:95 msgid "This email is already in use." @@ -4554,755 +3618,21 @@ msgstr "Ten adres email jest już zarezerwowany." msgid "The passwords do not match" msgstr "Hasło się nie zgadza" -#: front-end/default-fields/username/username.php:49 -msgid "This username already exists." -msgstr "Nazwa Użytkownika jest już zarezerwowana." - -#: front-end/default-fields/username/username.php:65 -msgid "This username is already reserved to be used soon." -msgstr "Nazwa Użytkownika jest już zarezerwowana." - -#: modules/user-listing/userlisting.php:276 -msgid "Avatar" -msgstr "Avatar" - -#: front-end/extra-fields/avatar/avatar.php:72 -#: front-end/extra-fields/checkbox/checkbox.php:45 -#: front-end/extra-fields/colorpicker/colorpicker.php:45 -#: front-end/extra-fields/datepicker/datepicker.php:40 -#: front-end/extra-fields/input-hidden/input-hidden.php:34 -#: front-end/extra-fields/input/input.php:30 -#: front-end/extra-fields/map/map.php:51 -#: front-end/extra-fields/number/number.php:30 -#: front-end/extra-fields/phone/phone.php:39 -#: front-end/extra-fields/radio/radio.php:44 -#: front-end/extra-fields/select-cpt/select-cpt.php:52 -#: front-end/extra-fields/select-multiple/select-multiple.php:46 -#: front-end/extra-fields/select-timezone/select-timezone.php:49 -#: front-end/extra-fields/select/select.php:51 -#: front-end/extra-fields/textarea/textarea.php:30 -#: front-end/extra-fields/upload/upload.php:70 -#: front-end/extra-fields/wysiwyg/wysiwyg.php:33 -msgid "required" -msgstr "wymagane" - -#: front-end/extra-fields/recaptcha/recaptcha.php:48 -msgid "To use reCAPTCHA you must get an API key from" -msgstr "Aby użyć reCAPTCHA musisz pobrać klucz API z" - -#: front-end/extra-fields/recaptcha/recaptcha.php:131 -msgid "For security reasons, you must pass the remote ip to reCAPTCHA!" -msgstr "W celach bezpieczeństwa musisz przekazać zdalny adres IP do reCAPTCHA!" - -#: front-end/extra-fields/recaptcha/recaptcha.php:192 -msgid "To use reCAPTCHA you must get an API public key from:" -msgstr "Aby korzystać z reCAPTCHA musisz pobrać klucz publiczny API z:" - -#: modules/modules.php:11 modules/modules.php:58 -msgid "Modules" -msgstr "Moduły" - -#: modules/modules.php:59 -msgid "Here you can activate / deactivate available modules for Profile Builder." -msgstr "Tutaj może aktywować / dezaktywować dostępne moduły dodatku Profile Builder." - -#: modules/modules.php:69 -msgid "Name/Description" -msgstr "Nazwa/Opis" - -#: modules/modules.php:70 -msgid "Status" -msgstr "Status" - -#: modules/modules.php:77 modules/modules.php:84 modules/modules.php:91 -#: modules/modules.php:98 modules/modules.php:105 modules/modules.php:112 -#: modules/modules.php:119 -msgid "Active" -msgstr "Aktywny" - -#: modules/modules.php:78 modules/modules.php:85 modules/modules.php:92 -#: modules/modules.php:99 modules/modules.php:106 modules/modules.php:113 -#: modules/modules.php:120 -msgid "Inactive" -msgstr "Nieaktywny" - -#: modules/email-customizer/admin-email-customizer.php:11 -#: modules/email-customizer/admin-email-customizer.php:12 -#: modules/modules.php:96 -msgid "Admin Email Customizer" -msgstr "Dostosowanie Wiadomości Email Administratora" - -#: modules/email-customizer/user-email-customizer.php:11 -#: modules/email-customizer/user-email-customizer.php:12 -#: modules/modules.php:103 -msgid "User Email Customizer" -msgstr "Dostosowanie Wiadomości Email Użytkownika" - -#: assets/lib/wck-api/wordpress-creation-kit.php:334 -#: modules/class-mustache-templates/class-mustache-templates.php:253 -msgid "Save" -msgstr "Zapisz" - -#: modules/multiple-forms/edit-profile-forms.php:206 -#: modules/multiple-forms/register-forms.php:230 -msgid "Redirect" -msgstr "Przekieruj" - -#: modules/multiple-forms/edit-profile-forms.php:208 -#: modules/multiple-forms/register-forms.php:232 -msgid "URL" -msgstr "URL" - -#: modules/email-customizer/admin-email-customizer.php:38 -msgid "These settings are also replicated in the \"User Email Customizer\" settings-page upon save." -msgstr "Te ustawienia są także powielone na stronie \"Dostosowania Wiadomości Email\" po zapisaniu." - -#: modules/email-customizer/admin-email-customizer.php:41 -#: modules/email-customizer/user-email-customizer.php:41 -msgid "From (name)" -msgstr "Od (nazwa)" - -#: modules/email-customizer/admin-email-customizer.php:49 -#: modules/email-customizer/user-email-customizer.php:49 -msgid "From (reply-to email)" -msgstr "Od (adres email do odpowiedzi)" - -#: modules/email-customizer/admin-email-customizer.php:57 -#: modules/email-customizer/user-email-customizer.php:57 -msgid "Common Settings" -msgstr "Ustawienia Ogólne" - -#: modules/email-customizer/admin-email-customizer.php:60 -msgid "" -"\n" -"

    New subscriber on {{site_name}}.

    \n" -"

    Username:{{username}}

    \n" -"

    E-mail:{{user_email}}

    \n" -msgstr "" -"\n" -"

    Nowy subskrybent na {{site_name}}.

    \n" -"

    Nazwa Użytkownika:{{username}}

    \n" -"

    E-mail:{{user_email}}

    \n" -"\n" - -#: modules/email-customizer/admin-email-customizer.php:69 -#: modules/email-customizer/admin-email-customizer.php:99 -#: modules/email-customizer/admin-email-customizer.php:126 -#: modules/email-customizer/user-email-customizer.php:71 -#: modules/email-customizer/user-email-customizer.php:99 -#: modules/email-customizer/user-email-customizer.php:128 -#: modules/email-customizer/user-email-customizer.php:155 -#: modules/email-customizer/user-email-customizer.php:183 -#: modules/email-customizer/user-email-customizer.php:214 -#: modules/email-customizer/user-email-customizer.php:241 -#: modules/email-customizer/user-email-customizer.php:274 -msgid "Email Subject" -msgstr "Tytuł Wiadomości Email" - -#: modules/email-customizer/admin-email-customizer.php:84 -msgid "Default Registration & Registration with Email Confirmation" -msgstr "Domyślna Rejestracja oraz Rejestracja z Potwierdzeniem Adresu Email" - -#: modules/email-customizer/admin-email-customizer.php:87 -msgid "" -"\n" -"

    New subscriber on {{site_name}}.

    \n" -"

    Username:{{username}}

    \n" -"

    E-mail:{{user_email}}

    \n" -"

    The Admin Approval feature was activated at the time of registration,\n" -"so please remember that you need to approve this user before he/she can log in!

    \n" -msgstr "" -"\n" -"

    Nowy sybskrybent na {{site_name}}.

    \n" -"

    Nazwa Użytkownika:{{username}}

    \n" -"

    E-mail:{{user_email}}

    \n" -"

    Funkcjonalność Zatwierdzania Administrtora była aktywna w trakcie rejestracji,\n" -"więc pamiętaj proszę, że musisz zatwierdzić to konto, zanim użytkownik będzie mógł się zalogować!

    \n" -"\n" - -#: modules/email-customizer/admin-email-customizer.php:114 -#: modules/email-customizer/user-email-customizer.php:143 -msgid "Registration with Admin Approval" -msgstr "Rejestracja z Potwierdzeniem Administratora" - -#: modules/email-customizer/email-customizer.php:7 -msgid "Available Tags" -msgstr "Dostępne Tagi" - -#: features/email-confirmation/class-email-confirmation.php:91 -#: features/email-confirmation/class-email-confirmation.php:170 -msgid "User Meta" -msgstr "Meta dane Użytkownika" - -#: modules/email-customizer/email-customizer.php:21 -msgid "Site Url" -msgstr "Adres URL strony" - -#: modules/email-customizer/email-customizer.php:22 -msgid "Site Name" -msgstr "Nazwa Strony" - -#: modules/email-customizer/email-customizer.php:25 -#: modules/user-listing/userlisting.php:158 -msgid "User Id" -msgstr "ID Użytkownika" - -#: modules/email-customizer/email-customizer.php:33 -msgid "Reply To" -msgstr "Odpowiedz Do" - -#: modules/email-customizer/email-customizer.php:40 -msgid "Activation Key" -msgstr "Klucz Aktywacyjny" - -#: modules/email-customizer/email-customizer.php:41 -msgid "Activation Url" -msgstr "Link aktywacyjny" - -#: modules/email-customizer/email-customizer.php:42 -msgid "Activation Link" -msgstr "Link aktywacyjny" - -#: modules/email-customizer/user-email-customizer.php:64 -msgid "" -"\n" -"

    Welcome to {{site_name}}!

    \n" -"

    Your username is:{{username}} and password:{{password}}

    \n" -msgstr "" -"\n" -"

    Witaj na {{site_name}}!

    \n" -"

    Twój login to:{{username}} oraz hasło:{{password}}

    \n" -"\n" - -#: modules/email-customizer/user-email-customizer.php:85 -msgid "Default Registration" -msgstr "Domyślna Rejestracja" - -#: modules/email-customizer/user-email-customizer.php:91 -msgid "" -"\n" -"

    To activate your user, please click the following link:
    \n" -"{{{activation_link}}}

    \n" -"

    After you activate, you will receive another email with your credentials.

    \n" -msgstr "" -"\n" -"

    W celu aktywacji konta kliknij na następujący link:
    \n" -"{{{activation_link}}}

    \n" -"

    Po aktywacji otrzymasz kolejną wiadomość zawierającą Twój login oraz hasło

    \n" -"\n" - -#: modules/email-customizer/user-email-customizer.php:103 -msgid "[{{site_name}}] Activate {{username}}" -msgstr "[{{site_name}}] Aktywuj {{username}}" - -#: modules/email-customizer/user-email-customizer.php:114 -msgid "Registration with Email Confirmation" -msgstr "Rejestracja z Potwierdzeniem Adresu Email" - -#: modules/email-customizer/user-email-customizer.php:120 -msgid "" -"\n" -"

    Welcome to {{site_name}}!

    \n" -"

    Your username is:{{username}} and password:{{password}}

    \n" -"

    Before you can access your account, an administrator needs to approve it. You will be notified via email.

    \n" -msgstr "" -"\n" -"

    Witaj na {{site_name}}!

    \n" -"

    Twoja nazwa użytkownika to:{{username}} oraz hasło:{{password}}

    \n" -"

    Zanim będziesz mógł zalogować się na swoje konto, administrator musi potwierdzić Twoją rejestrację. Otrzymasz powiadomienie na Twoją skrzynkę email.

    \n" -"\n" - -#: modules/email-customizer/user-email-customizer.php:132 -msgid "A new account has been created for you on {{site_name}}" -msgstr "Stworzono dla Ciebie konto na {{site_name}}" - -#: modules/email-customizer/user-email-customizer.php:148 -msgid "" -"\n" -"

    Good News!

    \n" -"

    An administrator has just approved your account: {{username}} on {{site_name}}.

    \n" -msgstr "" -"\n" -"

    Dobre Wieści!

    \n" -"

    Administrator właśnie potwierdził Twoje konto: {{username}} na {{site_name}}.

    \n" -"\n" - -#: modules/email-customizer/user-email-customizer.php:159 -msgid "Your account on {{site_name}} has been approved!" -msgstr "Twoje konto na {{site_name}} zostało zatwierdzone!" - -#: modules/email-customizer/user-email-customizer.php:170 -msgid "User Approval Notification" -msgstr "Powiadomienie o Zatwierdzeniu Użytkownika" - -#: modules/email-customizer/user-email-customizer.php:175 -msgid "" -"\n" -"

    Hello,

    \n" -"

    Unfortunatelly an administrator has just unapproved your account: {{username}} on {{site_name}}.

    \n" -msgstr "" -"\n" -"

    Witaj,

    \n" -"

    Niestety administrator właśnie zawiesił Twoje konto: {{username}} na {{site_name}}.

    \n" -"\n" - -#: modules/email-customizer/user-email-customizer.php:187 -msgid "Your account on {{site_name}} has been unapproved!" -msgstr "Twoje konto na {{site_name}} nie zostało zatwierdzone!" - -#: modules/email-customizer/user-email-customizer.php:198 -msgid "Unapproved User Notification" -msgstr "Powiadomienie o Niezatwierdzeniu Użytkownika" - -#: modules/multiple-forms/edit-profile-forms.php:11 -#: modules/multiple-forms/edit-profile-forms.php:12 -msgid "Edit-profile Form" -msgstr "Formularz edycji profilu" - -#: modules/multiple-forms/edit-profile-forms.php:13 -#: modules/multiple-forms/register-forms.php:13 -#: modules/user-listing/userlisting.php:13 -msgid "Add New" -msgstr "Dodaj Nowy" - -#: modules/multiple-forms/edit-profile-forms.php:14 -msgid "Add new Edit-profile Form" -msgstr "Dodaj nowy Formularz Edycji Profilu" - -#: modules/multiple-forms/edit-profile-forms.php:15 -msgid "Edit the Edit-profile Forms" -msgstr "Edytuj Formularz Edycji Profilu" - -#: modules/multiple-forms/edit-profile-forms.php:16 -msgid "New Edit-profile Form" -msgstr "Nowy Formularz Edycji Profilu" - -#: modules/multiple-forms/edit-profile-forms.php:17 -#: modules/multiple-forms/edit-profile-forms.php:23 -msgid "Edit-profile Forms" -msgstr "Formularze Edycji Profilu" - -#: modules/multiple-forms/edit-profile-forms.php:18 -msgid "View the Edit-profile Form" -msgstr "Wyświetl Formularz Edycji Profilu" - -#: modules/multiple-forms/edit-profile-forms.php:19 -msgid "Search the Edit-profile Forms" -msgstr "Wyszukaj Formularz Edycji Profilu" - -#: modules/multiple-forms/edit-profile-forms.php:20 -msgid "No Edit-profile Form found" -msgstr "Nie znaleziono Formularza Edycji Profilu" - -#: modules/multiple-forms/edit-profile-forms.php:21 -msgid "No Edit-profile Forms found in trash" -msgstr "Nie znaleziono Formularza Edycji Profilu w koszu" - -#: modules/multiple-forms/edit-profile-forms.php:135 -#: modules/multiple-forms/register-forms.php:138 -#: modules/user-listing/userlisting.php:2048 -msgid "Shortcode" -msgstr "Shortcode" - -#: modules/multiple-forms/edit-profile-forms.php:155 -#: modules/multiple-forms/register-forms.php:159 -#: modules/user-listing/userlisting.php:2069 -msgid "(no title)" -msgstr "(bez nazwy)" - -#: modules/multiple-forms/edit-profile-forms.php:175 -#: modules/multiple-forms/register-forms.php:178 -#: modules/user-listing/userlisting.php:2089 -msgid "The shortcode will be available after you publish this form." -msgstr "Krótki kod będzie dostępny po opublikowaniu formularza." - -#: modules/multiple-forms/edit-profile-forms.php:177 -#: modules/multiple-forms/register-forms.php:180 -#: modules/user-listing/userlisting.php:2091 -msgid "Use this shortcode on the page you want the form to be displayed:" -msgstr "Użyj tego krótkiego kodu na stronie, na której chcesz wyświetlić formularz:" - -#: modules/multiple-forms/edit-profile-forms.php:181 -#: modules/multiple-forms/register-forms.php:184 -#: modules/user-listing/userlisting.php:2095 -msgid "Note: changing the form title also changes the shortcode!" -msgstr "Uwaga: zmiana nazwy formularza wpłynie na zmianę krótkiego kodu!" - -#: modules/multiple-forms/edit-profile-forms.php:187 -#: modules/multiple-forms/register-forms.php:190 -#: modules/user-listing/userlisting.php:2128 -msgid "Form Shortcode" -msgstr "Krótki kod Formularza" - -#: modules/multiple-forms/edit-profile-forms.php:206 -#: modules/multiple-forms/register-forms.php:230 -msgid "Whether to redirect the user to a specific page or not" -msgstr "Czy przekierować użytkownika na zdefiniowaną stronę" - -#: modules/multiple-forms/edit-profile-forms.php:207 -#: modules/multiple-forms/register-forms.php:231 -msgid "Display Messages" -msgstr "Wyświetl Wiadomości" - -#: modules/multiple-forms/edit-profile-forms.php:207 -#: modules/multiple-forms/register-forms.php:231 -msgid "Allowed time to display any success messages (in seconds)" -msgstr "Czas wyświetlenia dowolnej pomyślnej wiadomości (w sekundach)" - -#: modules/multiple-forms/edit-profile-forms.php:208 -msgid "Specify the URL of the page users will be redirected once they updated their profile using this form
    Use the following format: http://www.mysite.com" -msgstr "Określ adres URL strony, na którą użytkownicy zostaną przekierowani po aktualizacji profilu poprzez ten formularz
    Użyj następującego formatu: http://www.mysite.com" - -#: modules/multiple-forms/edit-profile-forms.php:215 -msgid "After Profile Update..." -msgstr "Po aktualizacji profilu..." - -#: modules/multiple-forms/edit-profile-forms.php:241 -#: modules/multiple-forms/register-forms.php:262 -msgid "Add New Field to the List" -msgstr "Dodaj Nowe Pole do Listy" - -#: modules/multiple-forms/edit-profile-forms.php:245 -#: modules/multiple-forms/register-forms.php:266 -msgid "Choose one of the supported fields you manage Title (Type)" -msgstr "
    Nazwa (Typ)
    " - -#: modules/multiple-forms/multiple-forms.php:222 -msgid "You need to specify the title of the form before creating it" -msgstr "Musisz określić nazwę formularza przez jego stworzeniem" - -#: modules/multiple-forms/register-forms.php:11 -#: modules/multiple-forms/register-forms.php:12 -msgid "Registration Form" -msgstr "Formularz Rejestracji" - -#: modules/multiple-forms/register-forms.php:14 -msgid "Add new Registration Form" -msgstr "Dodaj nowy formularz rejestracji" - -#: modules/multiple-forms/register-forms.php:15 -msgid "Edit the Registration Forms" -msgstr "Edytuj formularz rejestracji" - -#: modules/multiple-forms/register-forms.php:16 -msgid "New Registration Form" -msgstr "Nowy formularz rejestracji" - -#: modules/multiple-forms/register-forms.php:17 -#: modules/multiple-forms/register-forms.php:23 -msgid "Registration Forms" -msgstr "Formularze rejestracji" - -#: modules/multiple-forms/register-forms.php:18 -msgid "View the Registration Form" -msgstr "Zobacz formularz rejestracji" - -#: modules/multiple-forms/register-forms.php:19 -msgid "Search the Registration Forms" -msgstr "Wyszukaj Formularz Rejestracji" - -#: modules/multiple-forms/register-forms.php:20 -msgid "No Registration Form found" -msgstr "Nie znaleziono Formularza Rejestracji" - -#: modules/multiple-forms/register-forms.php:21 -msgid "No Registration Forms found in trash" -msgstr "Nie znaleziono Formularza Rejestracji w koszu" - -#: modules/multiple-forms/register-forms.php:219 -msgid "Default Role" -msgstr "Domyślny Profil" - -#: modules/multiple-forms/register-forms.php:228 -msgid "Set Role" -msgstr "Ustaw Profil" - -#: modules/multiple-forms/register-forms.php:228 -msgid "Choose what role the user will have after (s)he registered
    If not specified, defaults to the role set in the WordPress settings" -msgstr "Wybierz profil użytkownika, który zostanie przypisany użytkownikowi po zarejestrowaniu
    Jeśli nic nie zostanie wybrane, domyślny profil będzie zgodny z ustawieniami WordPress" - -#: modules/multiple-forms/register-forms.php:229 -msgid "Automatically Log In" -msgstr "Automatyczne logowanie" - -#: modules/multiple-forms/register-forms.php:229 -msgid "Whether to automatically log in the newly registered user or not
    Only works on single-sites without \"Admin Approval\" and \"Email Confirmation\" features activated
    WARNING: Caching the registration form will make automatic login not work" -msgstr "Zalogować automatycznie nowo-zarejestrowanego użytkownika czy nie
    Działa tylko na pojedynczych stronach bez aktywnych \"Zatwierdzenia Administratora\" oraz \"Potwierdzenia Email\"
    UWAGA: Buforowanie (ang. caching) formularza rejestracji może skutkować brakiem możliwości automatycznego logowania" - -#: modules/multiple-forms/register-forms.php:232 -msgid "Specify the URL of the page users will be redirected once registered using this form
    Use the following format: http://www.mysite.com" -msgstr "Określ adres URL, na który użytkownicy będą przekierowani po zarejestrowaniu z wykorzystaniem tego formularza
    Użyj następującego formatu: http://www.mysite.com" - -#: modules/multiple-forms/register-forms.php:238 -msgid "After Registration..." -msgstr "Po zarejestrowaniu..." - -#: modules/user-listing/userlisting.php:1021 -#: modules/user-listing/userlisting.php:1468 -#: modules/user-listing/userlisting.php:1886 -#: modules/user-listing/userlisting.php:2355 -msgid "Search Users by All Fields" -msgstr "Szukaj Użytkowników po Wszystkich Polach" - -#: modules/user-listing/userlisting.php:14 -msgid "Add new User Listing" -msgstr "Dodaj nową Listę Użytkowników" - -#: modules/user-listing/userlisting.php:15 -msgid "Edit the User Listing" -msgstr "Edytuj Listę Użytkowników" - -#: modules/user-listing/userlisting.php:16 -msgid "New User Listing" -msgstr "Nowa Lista Użytkowników" - -#: modules/user-listing/userlisting.php:18 -msgid "View the User Listing" -msgstr "Zobacz Listę Użytkowników" - -#: modules/user-listing/userlisting.php:19 -msgid "Search the User Listing" -msgstr "Wyszukaj Listę Użytkowników" - -#: modules/user-listing/userlisting.php:20 -msgid "No User Listing found" -msgstr "Nie znaleziono Listy Użytkowników" - -#: modules/user-listing/userlisting.php:21 -msgid "No User Listing found in trash" -msgstr "Nie znaleziono Listy Użytkowników w koszu" - -#: modules/user-listing/userlisting.php:105 -msgid "Display name as" -msgstr "Wyświetlaj nazwę jako" - -#: modules/user-listing/userlisting.php:150 -#: modules/user-listing/userlisting.php:2156 -msgid "Registration Date" -msgstr "Data Rejestracji" - -#: modules/user-listing/userlisting.php:151 -#: modules/user-listing/userlisting.php:2161 -msgid "Number of Posts" -msgstr "Liczba postów" - -#: modules/user-listing/userlisting.php:155 -msgid "More Info" -msgstr "Więcej Informacji" - -#: modules/user-listing/userlisting.php:156 -msgid "More Info Url" -msgstr "Link \"Więcej Informacji\"" - -#: modules/user-listing/userlisting.php:157 -msgid "Avatar or Gravatar" -msgstr "Awatar lub Grawatar" - -#: modules/user-listing/userlisting.php:196 -#: modules/user-listing/userlisting.php:227 -msgid "Extra Functions" -msgstr "Dodatkowe Funkcje" - -#: modules/user-listing/userlisting.php:199 -msgid "Pagination" -msgstr "Paginacja" - -#: modules/user-listing/userlisting.php:200 -msgid "Search all Fields" -msgstr "Przeszukaj wszystkie Pola" - -#: modules/user-listing/userlisting.php:229 -msgid "Go Back Link" -msgstr "Link \"Powrót\"" - -#: modules/user-listing/userlisting.php:247 -msgid "All-userlisting Template" -msgstr "Szablon wyświetlania wszystkich użytkowników" - -#: modules/user-listing/userlisting.php:250 -msgid "Single-userlisting Template" -msgstr "Szablon wyświetlania pojedynczego użytkownika" - -#: modules/user-listing/userlisting.php:733 -msgid "First/Lastname" -msgstr "Imię/Nazwisko" - -#: modules/user-listing/userlisting.php:281 -#: modules/user-listing/userlisting.php:739 -msgid "Sign-up Date" -msgstr "Data Podpisania" - -#: modules/user-listing/userlisting.php:748 -#: modules/user-listing/userlisting.php:2159 -msgid "Display Name" -msgstr "Nazwa Wyświetlana" - -#: modules/user-listing/userlisting.php:280 -#: modules/user-listing/userlisting.php:757 -msgid "Posts" -msgstr "Posty" - -#: modules/user-listing/userlisting.php:760 -#: modules/user-listing/userlisting.php:2166 -msgid "Aim" -msgstr "Aim" - -#: modules/user-listing/userlisting.php:763 -#: modules/user-listing/userlisting.php:2167 -msgid "Yim" -msgstr "Yim" - -#: modules/user-listing/userlisting.php:766 -#: modules/user-listing/userlisting.php:2168 -msgid "Jabber" -msgstr "Jabber" - -#: modules/user-listing/userlisting.php:1273 -msgid "Click here to see more information about this user" -msgstr "Kliknij tutaj, aby zobaczyć więcej informacji o użytkowniku" - -#: modules/user-listing/userlisting.php:1273 -msgid "More..." -msgstr "Więcej..." - -#: modules/user-listing/userlisting.php:1276 -msgid "Click here to see more information about this user." -msgstr "Kliknij tutaj, aby zobaczyć więcej informacji o użytkowniku." - -#: modules/user-listing/userlisting.php:1422 -#: modules/user-listing/userlisting.php:1425 -msgid "Click here to go back" -msgstr "Kliknij tutaj, aby wrócić na poprzednią stronę" - -#: modules/user-listing/userlisting.php:1422 -msgid "Back" -msgstr "Powrót" - -#: modules/user-listing/userlisting.php:1455 -msgid "«« First" -msgstr "«« Pierwsza" - -#: modules/user-listing/userlisting.php:1456 -msgid "« Prev" -msgstr "« Poprz." - -#: modules/user-listing/userlisting.php:1457 -msgid "Next » " -msgstr "Nast. »" - -#: modules/user-listing/userlisting.php:1458 -msgid "Last »»" -msgstr "Ostatnia »»" - -#: modules/user-listing/userlisting.php:1487 -msgid "You don't have any pagination settings on this userlisting!" -msgstr "Nie masz ustawień stron dla tej listy użytkowników!" - -#: modules/user-listing/userlisting.php:1903 -msgid "Search" -msgstr "Szukaj" - -#: modules/user-listing/userlisting.php:1904 -msgid "Clear Results" -msgstr "Wyczyść wyniki" - -#: modules/user-listing/userlisting.php:2098 -#: modules/user-listing/userlisting.php:2102 -msgid "Extra shortcode parameters" -msgstr "Dodatkowe parametry krótkich kodów" - -#: modules/user-listing/userlisting.php:2105 -msgid "displays users having a certain meta-value within a certain (extra) meta-field" -msgstr "wyświetla użytkowników posiadających określone wartości w ramach określonych parametrów meta-field" - -#: modules/user-listing/userlisting.php:2106 -msgid "Example:" -msgstr "Przykład:" - -#: modules/user-listing/userlisting.php:2108 -msgid "Remember though, that the field-value combination must exist in the database." -msgstr "Pamiętaj, że określona kombinacja pole-wartość musi istnieć w bazie danych." - -#: modules/user-listing/userlisting.php:2183 -msgid "Random (very slow on large databases > 10K user)" -msgstr "Losowo (bardzo wolne dla dużych baz danych >10k użytkowników)" - -#: modules/user-listing/userlisting.php:2195 -msgid "Roles to Display" -msgstr "Profile do wyświetlenia" - -#: modules/user-listing/userlisting.php:2195 -msgid "Restrict the userlisting to these selected roles only
    If not specified, defaults to all existing roles" -msgstr "Ogranicz wyświetlanie użytkowników do zdefiniowanych profili
    Jeśli nic nie zostanie zdefiniowane, domyślne ustawienie to wszystkie profile." - -#: modules/user-listing/userlisting.php:2196 -msgid "Number of Users/Page" -msgstr "Liczba użytkowników na stronę" - -#: modules/user-listing/userlisting.php:2197 -msgid "Default Sorting Criteria" -msgstr "Domyślne kryteria sortowania" - -#: modules/user-listing/userlisting.php:2197 -msgid "Set the default sorting criteria
    This can temporarily be changed for each new session" -msgstr "Ustaw domyślne kryteria sortowania
    Ustawienie może być zmienione dla każdej nowej sesji" - -#: modules/user-listing/userlisting.php:2198 -msgid "Default Sorting Order" -msgstr "Domyślny Porządek Sortowania" - -#: modules/user-listing/userlisting.php:2198 -msgid "Set the default sorting order
    This can temporarily be changed for each new session" -msgstr "Ustaw domyślny porządek sortowania
    Ustawienie może być zmienione dla każdej nowej sesji" - -#: modules/user-listing/userlisting.php:2199 -msgid "Avatar Size (All-userlisting)" -msgstr "Rozmiar Awatara (podczas wyświetlania listy użytkowników)" - -#: modules/user-listing/userlisting.php:2199 -msgid "Set the avatar size on the all-userlisting only" -msgstr "Ustaw rozmiar awatara podczas wyświetlania listy użytkowników" - -#: modules/user-listing/userlisting.php:2200 -msgid "Avatar Size (Single-userlisting)" -msgstr "Rozmiar Awatara (podczas wyświetlania pojedynczego użytkownika)" - -#: modules/user-listing/userlisting.php:2200 -msgid "Set the avatar size on the single-userlisting only" -msgstr "Ustaw rozmiar awatara podczas wyświetlania pojedynczego użytkownika" - -#: modules/user-listing/userlisting.php:2201 -msgid "Visible only to logged in users?" -msgstr "Widoczne jedynie dla zarejestrowanych użytkowników?" - -#: modules/user-listing/userlisting.php:2201 -msgid "The userlisting will only be visible only to the logged in users" -msgstr "Wyświetlanie listy użytkowników widoczne jedynie dla zarejestrowanych użytkowników" - -#: modules/user-listing/userlisting.php:2202 -msgid "Visible to following Roles" -msgstr "Widoczne dla następujących profili" - -#: modules/user-listing/userlisting.php:2202 -msgid "The userlisting will only be visible to the following roles" -msgstr "Wyświetlanie listy użytkowników widoczne jedynie dla użytkowników o następujących profilach" - -#: modules/user-listing/userlisting.php:2208 -msgid "Userlisting Settings" -msgstr "Ustawienia wyświetlania użytkowników" - -#: modules/user-listing/userlisting.php:2331 -msgid "You need to activate the Userlisting feature from within the \"Modules\" tab!" -msgstr "Musisz aktywować funkcjonalność wyświetlania użytkowników w zakładce \"Moduły\"!" - -#: modules/user-listing/userlisting.php:2331 -msgid "You can find it in the Profile Builder menu." -msgstr "Możesz to znaleźć w menu Profile Biulder" - -#: modules/user-listing/userlisting.php:2494 -msgid "No results found!" -msgstr "Nie znaleziono żadnych wyników!" \ No newline at end of file +#: front-end/default-fields/user-role/user-role.php:72 +#: front-end/default-fields/user-role/user-role.php:85 +msgid "Only administrators can see this field on edit profile forms." +msgstr "Tylko administratorzy widzą te pole w formularzy edycji profilu." + +#: front-end/default-fields/user-role/user-role.php:81 +msgid "As an administrator you cannot change your role." +msgstr "Jako administrator nie możesz zmienić swojej roli." + +#: front-end/default-fields/user-role/user-role.php:118 +msgid "You cannot register this user role" +msgstr "Nie możesz zarejestrować tego profilu użytkownika." + +#: assets/lib/wck-api/fields/select.php:14 assets/lib/wck-api/fields/country +#: select.php:14 assets/lib/wck-api/fields/user select.php:15 +#: assets/lib/wck-api/fields/cpt select.php:17 +msgid "...Choose" +msgstr "...Wybierz" diff --git a/user-private-files/user-private-files.php b/user-private-files/user-private-files.php index 6f20bd4..edf7c9e 100644 --- a/user-private-files/user-private-files.php +++ b/user-private-files/user-private-files.php @@ -8,7 +8,7 @@ License: GPL Version: 1.1 This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License, version 2, as +it under the terms of the GNU General Public License, version 2, as published by the Free Software Foundation. This program is distributed in the hope that it will be useful, @@ -27,8 +27,8 @@ register_activation_hook(__FILE__,'upf_install'); register_deactivation_hook(__FILE__, 'upf_uninstall'); function upf_install(){ upf_uninstall();//force to uninstall option - add_option('upf_email_subject','New File Upload'); - add_option('upf_email_message',"Hello %user_login%,\nYou have a new file upload. The file name is %filename%, you can download it here %download_url%"); + add_option('upf_email_subject','Przesłano nowy plik');//New File Upload + add_option('upf_email_message',"Witaj %user_login%,\nPrzesłano dla Ciebie nowy plik o nazwie %filename%, możesz go pobrać na stronie %download_url%\nDo zobaczenia!");//Hello %user_login%,\nYou have a new file upload. The file name is %filename%, you can download it here %download_url% } function upf_uninstall(){ @@ -55,15 +55,15 @@ function upf_options() { if (!empty($_POST['update'])) { - if($_POST['upf_email_subject'] ) { + if($_POST['upf_email_subject'] ) { update_option('upf_email_subject',$_POST['upf_email_subject'] ); } - - if($_POST['upf_email_message'] ) { + + if($_POST['upf_email_message'] ) { update_option('upf_email_message',esc_attr($_POST['upf_email_message']) ); } ?> -

    .

    +

    .

    -

    +

    -

    +

    - + - +
    -


    %blogname%, %siteurl%, %user_login%, %filename%, %download_url%, %category%

    +


    %blogname%, %siteurl%, %user_login%, %filename%, %download_url%, %category%

    -

    +

    _x( 'User Files', 'userfile' ), - 'singular_name' => _x( 'User File', 'userfile' ), - 'add_new' => _x( 'Add New', 'userfile' ), - 'add_new_item' => _x( 'Add New User File', 'userfile' ), - 'edit_item' => _x( 'Edit User File', 'userfile' ), - 'new_item' => _x( 'New User File', 'userfile' ), - 'view_item' => _x( 'View User File', 'userfile' ), - 'search_items' => _x( 'Search User Files', 'userfile' ), - 'not_found' => _x( 'No user files found', 'userfile' ), - 'not_found_in_trash' => _x( 'No user files found in Trash', 'userfile' ), - 'parent_item_colon' => _x( 'Parent User File:', 'userfile' ), - 'menu_name' => _x( 'User Files', 'userfile' ), + $labels = array( + 'name' => _x( 'Pliki użytkowników', 'userfile' ),//User Files + 'singular_name' => _x( 'Plik użytkownika', 'userfile' ),//User File + 'add_new' => _x( 'Dodaj nowy', 'userfile' ),//Add New + 'add_new_item' => _x( 'Dodaj nowy plik użytkownika', 'userfile' ),//Add New User File + 'edit_item' => _x( 'Zedytuj plik użytkownika', 'userfile' ),//Edit User File + 'new_item' => _x( 'Nowy plik użytkownika', 'userfile' ),//New User File + 'view_item' => _x( 'Wyświetl plik użytkownika', 'userfile' ),//View User File + 'search_items' => _x( 'Wyszukaj pliki użytkownika', 'userfile' ),//Search User Files + 'not_found' => _x( 'Nie znaleziono plików użytkownika', 'userfile' ),//No user files found + 'not_found_in_trash' => _x( 'Nie znaleziono plików użytkownika w koszu', 'userfile' ),//No user files found in Trash + 'parent_item_colon' => _x( 'Plik użytkownika "Rodzica"', 'userfile' ),//Parent User File: + 'menu_name' => _x( 'Pliki użytkownika', 'userfile' ),//User Files ); - $args = array( + $args = array( 'labels' => $labels, 'hierarchical' => false, 'supports' => array( 'title', 'author', 'editor' ), @@ -148,25 +148,25 @@ add_action( 'init', 'upf_register_taxonomy_file_categories' ); function upf_register_taxonomy_file_categories() { - $labels = array( - 'name' => _x( 'Categories', 'file_categories' ), - 'singular_name' => _x( 'Category', 'file_categories' ), - 'search_items' => _x( 'Search Categories', 'file_categories' ), - 'popular_items' => _x( 'Popular Categories', 'file_categories' ), - 'all_items' => _x( 'All Categories', 'file_categories' ), - 'parent_item' => _x( 'Parent Category', 'file_categories' ), - 'parent_item_colon' => _x( 'Parent Category:', 'file_categories' ), - 'edit_item' => _x( 'Edit Category', 'file_categories' ), - 'update_item' => _x( 'Update Category', 'file_categories' ), - 'add_new_item' => _x( 'Add New Category', 'file_categories' ), - 'new_item_name' => _x( 'New Category', 'file_categories' ), - 'separate_items_with_commas' => _x( 'Separate categories with commas', 'file_categories' ), - 'add_or_remove_items' => _x( 'Add or remove categories', 'file_categories' ), - 'choose_from_most_used' => _x( 'Choose from the most used categories', 'file_categories' ), - 'menu_name' => _x( 'Categories', 'file_categories' ), + $labels = array( + 'name' => _x( 'Kategorie', 'file_categories' ),//Categories + 'singular_name' => _x( 'Kategoria', 'file_categories' ),//Category + 'search_items' => _x( 'Wyszukaj kategorie', 'file_categories' ),//Search Categories + 'popular_items' => _x( 'Popularne kategorie', 'file_categories' ),//Popular Categories + 'all_items' => _x( 'Wszystkie kategorie', 'file_categories' ),//All Categories + 'parent_item' => _x( 'Kategoria "Rodzica"', 'file_categories' ),//Parent Category + 'parent_item_colon' => _x( 'Kategoria "Rodzica":', 'file_categories' ),//Parent Category + 'edit_item' => _x( 'Edytuj kategorie', 'file_categories' ),//Edit Category + 'update_item' => _x( 'Zaktualizuj kategorie', 'file_categories' ),//Update Category + 'add_new_item' => _x( 'Dodaj nową kategorię', 'file_categories' ),//Add New Category + 'new_item_name' => _x( 'Nowa kategoria', 'file_categories' ),//New Category + 'separate_items_with_commas' => _x( 'Oddziel kategorie przecinkami', 'file_categories' ),//Separate categories with commas + 'add_or_remove_items' => _x( 'Dodaj lub usuń kategorię', 'file_categories' ),//Add or remove categories + 'choose_from_most_used' => _x( 'Wybierz z najczęściej wykorzystywanych kategorii', 'file_categories' ),//Choose from the most used categories + 'menu_name' => _x( 'Kategorie', 'file_categories' ),//Categories ); - $args = array( + $args = array( 'labels' => $labels, 'public' => true, 'show_in_nav_menus' => false, @@ -192,7 +192,7 @@ add_filter( 'manage_edit-userfile_columns', 'upf_user_column_register' ); function upf_user_column_display( $column_name, $post_id ) { if ( 'user' != $column_name ) return; - + $username = get_post_meta($post_id, 'upf_user', true); echo $username; } @@ -201,7 +201,7 @@ add_action( 'manage_userfile_posts_custom_column', 'upf_user_column_display', 10 // Register the column as sortable function upf_user_column_register_sortable( $columns ) { $columns['user'] = 'user'; - + return $columns; } add_filter( 'manage_edit-userfile_sortable_columns', 'upf_user_column_register_sortable' ); @@ -213,7 +213,7 @@ function upf_user_column_orderby( $vars ) { 'orderby' => 'meta_value' ) ); } - + return $vars; } add_filter( 'request', 'upf_user_column_orderby' ); @@ -231,7 +231,7 @@ function upf_hide_sample_permalink($return, $id, $new_title, $new_slug){ return $return; } -function upf_get_user_dir($user_id) { +function upf_get_user_dir($user_id) { if (empty($user_id)) return false; $dir = get_user_meta($user_id, 'upf_dir', true); @@ -249,7 +249,7 @@ function upf_post_edit_form_tag() { // if invalid $post object or post type is not 'userfile', return if(!$post || get_post_type($post->ID) != 'userfile') return; - + echo ' enctype="multipart/form-data" autocomplete="off"'; } @@ -258,9 +258,9 @@ function upf_meta_box() { add_meta_box('userfile', __('User File', 'user-private-files'), 'upf_meta_fields', 'userfile', 'normal', 'high'); } - -function upf_meta_fields() { + +function upf_meta_fields() { global $post; wp_nonce_field(plugin_basename(__FILE__), 'wp_upf_nonce'); @@ -270,9 +270,9 @@ function upf_meta_fields() { -

    +

    -

    +

    -

    -

    + ID) != 'userfile') return; @@ -352,10 +352,10 @@ function upf_save_post($post_id, $post = null) { $email_msg = str_replace('%download_url%', get_bloginfo('url').'/?upf=dl&id='.$post_id, $email_msg); $cats = wp_get_post_terms($post_id, 'file_categories', array("fields" => "names")); - $email_msg = str_replace('%category%', implode(", ", $cats), $email_msg); + $email_msg = str_replace('%category%', implode(", ", $cats), $email_msg); $headers[] ='From: "'.htmlspecialchars_decode(get_bloginfo('name'), ENT_QUOTES).'" <'.get_option('admin_email').'>'; - + wp_mail($user_info->user_email, $email_subject, $email_msg, $headers); } } @@ -378,17 +378,17 @@ function upf_custom_upload_dir( $default_dir ) { $burl = $url; $subdir = '/'.upf_get_user_dir($_POST['upf_user']); - + $dir .= $subdir; $url .= $subdir; - $custom_dir = array( + $custom_dir = array( 'path' => $dir, - 'url' => $url, - 'subdir' => $subdir, - 'basedir' => $bdir, + 'url' => $url, + 'subdir' => $subdir, + 'basedir' => $bdir, 'baseurl' => $burl, - 'error' => false, + 'error' => false, ); return $custom_dir; @@ -403,7 +403,7 @@ function upf_get_download() { global $current_user; get_currentuserinfo(); - // if the file was not assigned to the current user, return + // if the file was not assigned to the current user, return if (get_post_meta($_GET['id'], 'upf_user', true) != $current_user->user_login) return; $upf_file = get_post_meta($_GET['id'], 'upf_file', true); @@ -511,11 +511,11 @@ function output_file($file, $name, $mime_type='', $action = 'download') { $bytes_send += strlen($buffer); } fclose($file); - } + } else die('Error - can not open file.'); die(); -} +} function upf_list_user_files() { if (!is_user_logged_in()) return; @@ -523,7 +523,7 @@ function upf_list_user_files() { global $current_user; get_currentuserinfo(); - + $current_url = get_permalink(); if (strpos($current_url,'?') !== false) $current_url .= '&'; else $current_url .= '?'; @@ -532,22 +532,22 @@ function upf_list_user_files() { ?>
    - + @@ -557,11 +557,11 @@ function upf_list_user_files() { $cats = get_terms('file_categories'); foreach($cats as $cat) { ?> - - +
    @@ -569,7 +569,7 @@ function upf_list_user_files() { 'userfile', - 'meta_key' => 'upf_user', + 'meta_key' => 'upf_user', 'meta_value' => $current_user->user_login, 'orderby' => 'date', 'order' => DESC @@ -577,7 +577,7 @@ function upf_list_user_files() { if (!empty($_POST['upf_year'])) $args['year'] = $_POST['upf_year']; if (!empty($_POST['upf_cat'])) $args['file_categories'] = $_POST['upf_cat']; - + $the_query = new WP_Query( $args ); @@ -586,8 +586,8 @@ function upf_list_user_files() { $current_year = ''; // The Loop - if ($the_query->have_posts()) : - while ( $the_query->have_posts() ) : $the_query->the_post(); + if ($the_query->have_posts()) : + while ( $the_query->have_posts() ) : $the_query->the_post(); $year = get_the_date('Y'); if ($year != $current_year) { echo '

    '.$year.'

    '; @@ -602,7 +602,7 @@ function upf_list_user_files() { - user_login) { $output = $content; $output .= '

    ' . __('View and Print', 'user-private-files') . '