Changeset 3165007
- Timestamp:
- 10/08/2024 01:28:19 PM (5 months ago)
- Location:
- full-picture-analytics-cookie-notice/trunk
- Files:
-
- 2 deleted
- 16 edited
Legend:
- Unmodified
- Added
- Removed
-
full-picture-analytics-cookie-notice/trunk/README.txt
r3160880 r3165007 5 5 Requires at least: 5.4.0 6 6 Tested up to: 6.6.2 7 Stable tag: 8. 0.17 Stable tag: 8.1.0 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 157 157 No. Privacy regulations cover many areas of business. WP Full Picture helps you handle only a part of it, so you still need to be aware and act accordingly to be fully compliant with the rest of them. 158 158 159 = I am using a different co nsent solution. Can I keep using it? =160 161 Yes you can , however we cannot guarantee that it will work with WP Full Picture. Remember to double check it. Also, please mind that the vast majority of cookie notices do not comply with privacy regulations like GDPR or CCPA - even if they claim so.This is because they do not prevent loading cookies (or scripts that use them) before users agree to tracking.159 = I am using a different cookie notice. Can I keep using it? = 160 161 Yes you can. Please mind however that the vast majority of cookie notices do not comply with privacy regulations like GDPR or CCPA - even if they claim so! This is because they do not prevent loading cookies (or scripts that use them) before users agree to tracking. 162 162 163 163 = Can I translate texts in the cookie notice? = … … 195 195 196 196 == Changelog == 197 198 = 8.1.0 (08-10-2024) = 199 200 * [New] Import/export of plugin settings 201 * [Removed] Adblock usage tracking - removed due to low accuracy 197 202 198 203 = 8.0.1 (01-10-2024) = … … 391 396 * [Removed] Saving tasks in checklists 392 397 * [Removed] Hiding Pro settings in the free version 393 394 = 7.0.2 (31-01-2023) =395 396 * [Fix] Google Ads conversion tracking - fixed a typo that prevented conversions from being tracked397 * [Fix] [Microsot Ads] Properly marked enhanced conversions as unavailable in Free398 399 = 7.0.0 (18-01-2023) =400 401 * [New] 100% NEW WooCommerce integration with blocks supports & new features402 * [New] [MS Advertising] Enhanced Conversion tracking (Pro only)403 * [New] [Woo] [Pinterest] Added tracking product categories404 * [New] [Woo] Undoing product removals in cart is now tracked405 * [New] [Woo] [Plausible] Revenue data is now automatically sent with purchase information406 * [New] [Woo] Tracking coupons in compatible tools407 * [New] [Plausible] You can now track WP data, search phrases and user role408 * [New] [X / Twitter] WP FP can now send to Twitter / X user’s email address for improved conv. tracking (Pro only)409 * [New] Added Android app redirects to YouTube app, LinkedIn app and Line app (JP)410 * [Update] [Woo] All “begin checkout” events are now tracked. Not only the first one in a path411 * [Update] [All] Phone numbers and email addresses clicked by people on the website are now tracked in a form that prevents them from being considered as PII by tracking tools (hence, not blocked)412 * [Update] [Hotjar] Updated to latest HJ API with “hj(event)"413 * [Update] Modifications and improvements to FP helpers scripts414 * [Update] [Woo] Brand tracking no longer requires selecting brand taxonomy when the WP FP’s brand tax is enabled415 * [Removed] Redirecting to the main page of plugin after activation416 * [Removed] [GTM] Old formatting of data sent to the dataLayer417 * [Fix] [Woo] [Pin] Email address for the Enhanced Match is now correctly sent to Pinterest (Pro only)418 * [Fix] [Woo] [Plausible] Properties for Woo events should now be correctly recognized by Plausible419 * [Fix] [Woo] [Matomo] In certain situations clean page title was not reported to Matomo and the default one was used420 * [Other] Added aria-label to the panels of the cookie notice.421 422 * Find more in [our changelog](https://wpfullpicture.com/releases/) -
full-picture-analytics-cookie-notice/trunk/admin/class-fupi-admin.php
r3160850 r3165007 469 469 $sections = apply_filters( 'fupi_' . $module['id'] . '_settings', $sections, $option_arr_id ); 470 470 foreach ( $sections as $section ) { 471 // trigger_error('Serialized sections' . serialize($section));472 471 add_settings_section( 473 472 $section['section_id'], … … 495 494 } 496 495 497 private function generate_rand_filename( $id ) { 498 $chr = 'abcdefghijklmnopqrstuvwxyz'; 499 $name = $id . '_'; 500 for ($i = 0; $i < 6; $i++) { 501 $j = mt_rand( 0, strlen( $chr ) - 1 ); 502 $name .= $chr[$j]; 503 } 504 return $name; 505 } 506 496 // private function generate_rand_filename($id){ 497 // $chr = 'abcdefghijklmnopqrstuvwxyz'; 498 // $name = $id . '_'; 499 // for ($i = 0; $i < 6; $i++) { 500 // $j = mt_rand(0, strlen($chr) - 1); 501 // $name .= $chr[$j]; 502 // } 503 // return $name; 504 // } 507 505 // SANITIZATION 508 506 public function fupi_sanitize_fields_tools( $input ) { … … 721 719 // fupi_gtm_v2_deprecation 722 720 // fupi_gtm_v2_deprecation_2 721 // fupi_uses_oceanwp_theme 723 722 // if ( is_multisite() ){ 724 723 // $plugins_page_url = network_home_url() . 'wp-admin/network/plugins.php'; … … 774 773 } 775 774 775 // IMPORT/EXPORT SETTINGS 776 private function fupi_save_settings_to_file() { 777 include FUPI_PATH . '/includes/fupi_modules_data.php'; 778 $saved_options = array(); 779 // get modules options 780 foreach ( $fupi_modules as $module ) { 781 $option_id = 'fupi_' . $module['id']; 782 $option_value = get_option( $option_id ); 783 if ( !empty( $option_value ) ) { 784 $saved_options[$option_id] = $option_value; 785 } else { 786 $saved_options[$option_id] = 'no_value'; 787 } 788 } 789 // get consent banner options 790 $banner_options = get_option( 'fupi_cookie_notice' ); 791 if ( !empty( $banner_options ) ) { 792 $saved_options['fupi_cookie_notice'] = $banner_options; 793 } else { 794 $saved_options['fupi_cookie_notice'] = 'no_value'; 795 } 796 // get theme mods 797 $banner_style_mods = array( 798 'fupi_notice_bg_color', 799 'fupi_notice_h_color', 800 'fupi_notice_text_color', 801 'fupi_notice_cta_color', 802 'fupi_notice_cta_txt_color', 803 'fupi_notice_cta_color_hover', 804 'fupi_notice_cta_txt_color_hover', 805 'fupi_notice_btn_color', 806 'fupi_notice_btn_txt_color', 807 'fupi_notice_btn_color_hover', 808 'fupi_notice_btn_txt_color_hover', 809 'fupi_notice_switch_color', 810 'fupi_cookie_notice_border', 811 'fupi_notice_border_color', 812 'fupi_cookie_notice_size', 813 'fupi_notice_round_corners', 814 'fupi_cookie_notice_heading_tag', 815 'fupi_cookie_notice_h_font_size', 816 'fupi_cookie_notice_p_font_size', 817 'fupi_cookie_notice_button_font_size', 818 'fupi_notice_necessary_switch_color', 819 'fupi_toggler_bg_color', 820 'fupi_custom_toggler_img' 821 ); 822 $saved_options['theme_mods'] = []; 823 foreach ( $banner_style_mods as $mod_id ) { 824 $value = get_theme_mod( $mod_id ); 825 if ( empty( $value ) ) { 826 $saved_options['theme_mods'][$mod_id] = 'no_value'; 827 } else { 828 $saved_options['theme_mods'][$mod_id] = get_theme_mod( $mod_id ); 829 } 830 } 831 $json_data = json_encode( $saved_options, JSON_PRETTY_PRINT ); 832 $folder_path = trailingslashit( wp_upload_dir()['basedir'] ) . 'wpfp/backups/'; 833 if ( !file_exists( $folder_path ) ) { 834 mkdir( $folder_path, 0755, true ); 835 } 836 $file_path = $folder_path . '/wpfp_settings_backup.json'; 837 $result = file_put_contents( $file_path, $json_data ); 838 if ( $result !== false ) { 839 return true; 840 } else { 841 return false; 842 } 843 } 844 845 public function fupi_ajax_download_settings_backup() { 846 check_ajax_referer( 'wpfullpicture_download_nonce', 'nonce' ); 847 if ( current_user_can( 'manage_options' ) ) { 848 $this->fupi_save_settings_to_file(); 849 $file_path = trailingslashit( wp_upload_dir()['basedir'] ) . 'wpfp/backups/wpfp_settings_backup.json'; 850 if ( file_exists( $file_path ) ) { 851 $file_url = trailingslashit( wp_upload_dir()['baseurl'] ) . 'wpfp/backups/wpfp_settings_backup.json'; 852 wp_send_json_success( array( 853 'file_url' => $file_url, 854 ) ); 855 } else { 856 wp_send_json_error( array( 857 'message' => esc_html__( 'File not found', 'full-picture-analytics-cookie-notice' ), 858 ) ); 859 } 860 } else { 861 wp_send_json_error( array( 862 'message' => esc_html__( 'Permission denied', 'full-picture-analytics-cookie-notice' ), 863 ) ); 864 } 865 } 866 867 public function fupi_process_uploaded_settings() { 868 check_ajax_referer( 'wpfullpicture_upload_nonce', 'nonce' ); 869 if ( !current_user_can( 'manage_options' ) ) { 870 wp_send_json_error( array( 871 'message' => esc_html__( 'Permission denied', 'full-picture-analytics-cookie-notice' ), 872 ) ); 873 } 874 $uploaded_settings = ( isset( $_POST['settings'] ) ? $_POST['settings'] : '' ); 875 if ( empty( $uploaded_settings ) ) { 876 wp_send_json_error( array( 877 'message' => esc_html__( 'No settings data received', 'full-picture-analytics-cookie-notice' ), 878 ) ); 879 } 880 if ( !is_array( $uploaded_settings ) ) { 881 wp_send_json_error( array( 882 'message' => esc_html__( 'Invalid JSON format', 'full-picture-analytics-cookie-notice' ), 883 ) ); 884 } 885 // Update the settings 886 foreach ( $uploaded_settings as $option_id => $option_value ) { 887 switch ( $option_id ) { 888 case 'theme_mods': 889 foreach ( $option_value as $mod_id => $value ) { 890 if ( $value == "no_value" ) { 891 remove_theme_mod( $mod_id ); 892 } else { 893 set_theme_mod( $mod_id, $value ); 894 } 895 } 896 break; 897 case 'fupi_reports': 898 if ( $option_value == 'no_value' ) { 899 delete_option( 'fupi_reports' ); 900 } else { 901 // scripts are encoded during sanitisation. We must encode them before they are sanitized with html_entity_decode( $saved_value, ENT_QUOTES ) 902 if ( !empty( $option_value['dashboards'] ) ) { 903 foreach ( $option_value['dashboards'] as $i => $dash ) { 904 $option_value['dashboards'][$i]['iframe'] = html_entity_decode( $option_value['dashboards'][$i]['iframe'], ENT_QUOTES ); 905 } 906 } 907 update_option( 'fupi_reports', $option_value ); 908 } 909 break; 910 case 'fupi_cscr': 911 if ( $option_value == 'no_value' ) { 912 delete_option( 'fupi_cscr' ); 913 } else { 914 // scripts are encoded during sanitisation. We must encode them before they are sanitized with html_entity_decode( $saved_value, ENT_QUOTES ) 915 $placements = array('fupi_head_scripts', 'fupi_footer_scripts'); 916 foreach ( $placements as $placement_name ) { 917 // gets string 'fupi_head_scripts' 918 if ( !empty( $option_value[$placement_name] ) ) { 919 $placement_scripts = $option_value[$placement_name]; 920 $i = 0; 921 foreach ( $placement_scripts as $single_script_data ) { 922 $decoded_val = html_entity_decode( $single_script_data['scr'], ENT_QUOTES ); 923 $option_value[$placement_name][$i]['scr'] = $decoded_val; 924 if ( !empty( $option_value[$placement_name][$i]['html'] ) ) { 925 $decoded_html = html_entity_decode( $single_script_data['html'], ENT_QUOTES ); 926 $option_value[$placement_name][$i]['html'] = $decoded_html; 927 } 928 $i++; 929 } 930 } 931 } 932 update_option( 'fupi_cscr', $option_value ); 933 } 934 break; 935 default: 936 if ( $option_value == 'no_value' ) { 937 delete_option( $option_id ); 938 } else { 939 update_option( $option_id, $option_value ); 940 } 941 break; 942 } 943 } 944 wp_send_json_success( array( 945 'message' => 'Settings processed successfully', 946 ) ); 947 } 948 949 public function fupi_print_scripts() { 950 $screen = get_current_screen(); 951 if ( isset( $_GET['page'] ) && $_GET['page'] !== 'full_picture_main' ) { 952 return; 953 } 954 ?> 955 <script> 956 jQuery(document).ready(function($) { 957 958 // DOWNLOAD SETTINGS BUTTON 959 $('.fupi_downl_settings_btn').click(function(e) { 960 e.preventDefault(); 961 $.ajax({ 962 url: ajaxurl, 963 type: 'POST', 964 data: { 965 action: 'fupi_ajax_download_settings_backup', 966 nonce: '<?php 967 echo wp_create_nonce( 'wpfullpicture_download_nonce' ); 968 ?>' 969 }, 970 success: function(response) { 971 if (response.success) { 972 // creates an invisible link and clicks it 973 const url = response.data.file_url; 974 const a = document.createElement('a'); 975 a.style.display = 'none'; 976 a.href = url; 977 a.download = 'wpfp_settings_backup.json'; // sets filename 978 document.body.appendChild(a); 979 a.click(); 980 } else { 981 alert('Error: ' + response.data.message); 982 window.location.reload(); 983 } 984 } 985 }); 986 }); 987 988 // UPLOAD SETTINGS BUTTON 989 990 let upload_field = FP.findID('fupi_main[upload_settings_file]'); 991 992 if ( upload_field ) { 993 994 $('.fupi_upload_settings_btn').click(function(e) { 995 e.preventDefault(); 996 if ( 997 confirm( '<?php 998 echo esc_html__( "This will overwrite all settings of WP Full Picture. Are you sure?", 'full-picture-analytics-cookie-notice' ); 999 ?>' ) 1000 ) { 1001 upload_field.click(); 1002 } 1003 }); 1004 1005 upload_field.addEventListener( 'change', e => { 1006 1007 const file = e.target.files[0]; 1008 1009 if ( file ) { 1010 var reader = new FileReader(); 1011 reader.onload = function(e) { 1012 try { 1013 var jsonContent = JSON.parse(e.target.result); 1014 1015 // console.log('Uploaded JSON content:', jsonContent); 1016 1017 $.ajax({ 1018 url: ajaxurl, 1019 type: 'POST', 1020 data: { 1021 action: 'fupi_process_uploaded_settings', 1022 nonce: '<?php 1023 echo wp_create_nonce( 'wpfullpicture_upload_nonce' ); 1024 ?>', 1025 settings: jsonContent 1026 }, 1027 success: function(response) { 1028 if (response.success) { 1029 alert( '<?php 1030 echo esc_html__( 'Settings uploaded successfully! The page will now reload.', 'full-picture-analytics-cookie-notice' ); 1031 ?>' ); 1032 window.location.reload(); 1033 } else { 1034 alert('Error: ' + response.data.message); 1035 window.location.reload(); 1036 } 1037 } 1038 }); 1039 } catch (error) { 1040 console.error('Error parsing JSON:', error); 1041 alert( '<?php 1042 echo esc_html__( 'Invalid JSON file', 'full-picture-analytics-cookie-notice' ); 1043 ?>' ); 1044 } 1045 }; 1046 reader.readAsText(file); 1047 } 1048 }); 1049 } 1050 1051 }); 1052 </script> 1053 <?php 1054 } 1055 776 1056 } -
full-picture-analytics-cookie-notice/trunk/admin/settings/fupi-admin-fields-html.php
r3156895 r3165007 366 366 // ======= 367 367 case 'textarea': 368 // If it is a textarea369 368 if ( !empty( $recipe['format'] ) ) { 370 369 if ( $recipe['format'] == 'htmlentities' ) { … … 388 387 // ======= 389 388 case 'button': 390 // If it is a textarea391 389 $button_text = ( !empty( $recipe['button_text'] ) ? esc_attr( $recipe['button_text'] ) : '' ); 392 390 $icon = ( !empty( $recipe['icon'] ) ? '<span class="' . esc_attr( $recipe['icon'] ) . '"></span> ' : '' ); … … 413 411 } 414 412 break; 413 case 'upload_button': 414 $button_text = ( !empty( $recipe['button_text'] ) ? esc_attr( $recipe['button_text'] ) : '' ); 415 $icon = ( !empty( $recipe['icon'] ) ? '<span class="' . esc_attr( $recipe['icon'] ) . '"></span> ' : '' ); 416 $accept_type = ( !empty( $recipe['accept_type'] ) ? esc_attr( $recipe['accept_type'] ) : '' ); 417 // allowed file formats. Examples: https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/accept 418 printf( 419 '<button type="button" class="%1$s">%2$s%3$s</button> 420 <input type="file" id="%4$s" accept="%5$s" style="display: none;">', 421 $el_class, 422 $icon, 423 $button_text, 424 $field_id, 425 $accept_type 426 ); 427 break; 415 428 // ======= 416 429 case 'select': 417 // If it is a select dropdown418 430 if ( !empty( $recipe['options'] ) && is_array( $recipe['options'] ) ) { 419 431 $options_markup = ''; … … 437 449 // ======= 438 450 case 'page_select': 439 // If it is a select dropdown440 451 $pages = get_pages(); 441 452 $options_markup = '<option value="" false>' . esc_attr( 'Choose page', 'full-picture-analytics-cookie-notice' ) . '</option>'; -
full-picture-analytics-cookie-notice/trunk/admin/settings/modules/gtm/fupi-admin-tab-gtm.php
r3156895 r3165007 237 237 'option_arr_id' => $option_arr_id, 238 238 ), 239 array(240 'type' => 'toggle',241 'label' => esc_html__( 'Send to the DL if a visitor uses an ad blocker', 'full-picture-analytics-cookie-notice' ),242 'field_id' => 'detect_adblock',243 'must_have' => 'pro',244 'option_arr_id' => $option_arr_id,245 'under field' => '<p style="color: red;">' . esc_html__( 'Deprecated. This function will be soon removed due to poor accuracy caused by the recent changes in ad blockers.', 'full-picture-analytics-cookie-notice' ) . '</p>',246 )247 239 )); 248 240 -
full-picture-analytics-cookie-notice/trunk/admin/settings/modules/main/fupi-admin-descr_main.php
r3156895 r3165007 28 28 break; 29 29 30 // IMPORT / EXPORT 31 32 case 'fupi_main_importexport': 33 return '<p>' . esc_html__( 'Use these functions to make a backup of your WP Full Picture\'s settings or move them to a different site.' , 'full-picture-analytics-cookie-notice' ) . '</p>'; 34 break; 35 30 36 // OTHER SETTINGS 31 37 -
full-picture-analytics-cookie-notice/trunk/admin/settings/modules/main/fupi-admin-tab-main.php
r3156895 r3165007 355 355 ), 356 356 357 // IMPORT/EXPORT SETTINGS 358 array( 359 'section_id' => 'fupi_main_importexport', 360 'section_title' => esc_html__( 'Import / Export', 'full-picture-analytics-cookie-notice' ), 361 'fields' => array( 362 array( 363 'type' => 'button', 364 'label' => esc_html__( 'Export WP FP settings', 'full-picture-analytics-cookie-notice' ), 365 'button_text' => esc_html__( 'Download file', 'full-picture-analytics-cookie-notice' ), 366 'icon' => 'dashicons dashicons-download', 367 'el_class' => 'button button-secondary fupi_downl_settings_btn', 368 'field_id' => 'downl_settings_btn', 369 'option_arr_id' => $option_arr_id, 370 'under field' => '<p>' . esc_html__( 'Download a JSON file with WP FP\'s settings.', 'full-picture-analytics-cookie-notice' ) . '</p>' 371 ), 372 array( 373 'type' => 'upload_button', 374 'label' => esc_html__( 'Import WP FP settings', 'full-picture-analytics-cookie-notice' ), 375 'button_text' => esc_html__( 'Upload file', 'full-picture-analytics-cookie-notice' ), 376 'icon' => 'dashicons dashicons-upload', 377 'accept_type' => 'application/json', 378 'el_class' => 'button button-secondary fupi_upload_settings_btn', 379 'field_id' => 'upload_settings_file', 380 'option_arr_id' => $option_arr_id, 381 'under field' => '<p>' . esc_html__( 'Send a JSON file with WP FP\'s settings.', 'full-picture-analytics-cookie-notice' ) . '</p>' 382 ), 383 ) 384 ), 385 357 386 // OTHER SETTINGS 358 387 -
full-picture-analytics-cookie-notice/trunk/admin/settings/modules/pla/fupi-admin-sanitize-pla.php
r3156895 r3165007 49 49 case 'track_contact_links': 50 50 case 'track_cookie_decline_2': 51 case 'detect_adblock_2':52 51 case 'track_woo_purchases': 53 52 case 'track_woo_purchased_items': -
full-picture-analytics-cookie-notice/trunk/admin/settings/modules/pla/fupi-admin-tab-pla.php
r3156895 r3165007 430 430 array( 431 431 'type' => 'text', 432 'label' => esc_html__( 'Track how many people use ad blockers', 'full-picture-analytics-cookie-notice' ),433 'field_id' => 'detect_adblock_2',434 'placeholder' => esc_html__('Goal name, e.g. "Uses an ad blocker"', 'full-picture-analytics-cookie-notice'),435 'option_arr_id' => $option_arr_id,436 'label_for' => $option_arr_id . '[detect_adblock_2]',437 'must_have' => 'pro',438 'el_class' => 'fupi_condition',439 'el_data_target' => 'fupi_adblock_test_cond',440 'under field' => '<p style="color: red;">' . esc_html__( 'Deprecated. This function will be soon removed due to poor accuracy caused by the recent changes in ad blockers.', 'full-picture-analytics-cookie-notice' ) . '</p>',441 'popup2' => '<p style="color: #e47d00">' . esc_html__('It is best to use this option on proxied or self-hosted installations of Plausible. See the "Installation" section for more details. Otherwise, Plausible will be blocked by some ad blockers, which this function is trying to detect.','full-picture-analytics-cookie-notice' ) . '</p>',442 ),443 array(444 'type' => 'toggle',445 'label' => esc_html__( 'Check adblock usage once per session instead of on every page', 'full-picture-analytics-cookie-notice' ),446 'field_id' => 'detect_adblock_per_session',447 'option_arr_id' => $option_arr_id,448 'class' => 'fupi_sub fupi_adblock_test_cond fupi_disabled',449 'must_have' => 'pro',450 'popup' => esc_html__( 'Recommended to minimize the number of events sent to Plausible.', 'full-picture-analytics-cookie-notice'),451 ),452 array(453 'type' => 'text',454 432 'label' => esc_html__( 'Track how many people decline cookies', 'full-picture-analytics-cookie-notice' ), 455 433 'field_id' => 'track_cookie_decline_2', -
full-picture-analytics-cookie-notice/trunk/full-picture.php
r3160850 r3165007 5 5 * Plugin URI: https://wpfullpicture.com/ 6 6 * Description: All-in-1 privacy and analytics plugin. Install Google Analytics, Meta Pixel, GTM and other tools and use them according to privacy laws. 7 * Version: 8. 0.17 * Version: 8.1.0 8 8 * Requires at least: 5.4 9 9 * Requires PHP: 7.4 … … 21 21 fupi_fs()->set_basename( false, __FILE__ ); 22 22 } else { 23 define( 'FUPI_VERSION', '8. 0.1' );23 define( 'FUPI_VERSION', '8.1.0' ); 24 24 define( 'FUPI_URL', plugin_dir_url( __FILE__ ) ); 25 25 define( 'FUPI_PATH', __DIR__ ); -
full-picture-analytics-cookie-notice/trunk/includes/class-fupi-deactivator.php
r3077165 r3165007 79 79 remove_theme_mod( 'fupi_cookie_notice_p_font_size' ); 80 80 remove_theme_mod( 'fupi_cookie_notice_button_font_size' ); 81 remove_theme_mod( 'fupi_notice_necessary_switch_color' ); 82 remove_theme_mod( 'fupi_toggler_bg_color' ); 83 remove_theme_mod( 'fupi_custom_toggler_img' ); 84 81 85 } 82 86 -
full-picture-analytics-cookie-notice/trunk/includes/class-fupi.php
r3160850 r3165007 94 94 // AJAX USER SEARCH (for the settings field) 95 95 $this->loader->add_action( 'wp_ajax_fupi_search_users', $plugin_admin, 'fupi_search_users_callback' ); 96 // IMPORT/EXPORT SETTINGS 97 $this->loader->add_action( 'wp_ajax_fupi_ajax_download_settings_backup', $plugin_admin, 'fupi_ajax_download_settings_backup' ); 98 $this->loader->add_action( 'admin_footer', $plugin_admin, 'fupi_print_scripts' ); 99 $this->loader->add_action( 'wp_ajax_fupi_process_uploaded_settings', $plugin_admin, 'fupi_process_uploaded_settings' ); 96 100 } 97 101 -
full-picture-analytics-cookie-notice/trunk/languages/full-picture-analytics-cookie-notice-pl_PL.po
r3160850 r3165007 6 6 "Project-Id-Version: wpfp\n" 7 7 "Report-Msgid-Bugs-To: Translator Name <[email protected]>\n" 8 "POT-Creation-Date: 2024- 09-30 13:16+0200\n"9 "PO-Revision-Date: 2024- 09-30 13:20+0200\n"8 "POT-Creation-Date: 2024-10-07 14:53+0200\n" 9 "PO-Revision-Date: 2024-10-07 14:56+0200\n" 10 10 "Last-Translator: Krzysztof Planeta <[email protected]>\n" 11 11 "Language-Team: Polish\n" … … 41 41 msgstr "Raporty" 42 42 43 #: admin/class-fupi-admin.php:99 243 #: admin/class-fupi-admin.php:991 44 44 #, php-format 45 45 msgid "WP Full Picture plugin has detected that you are using OceanWP theme. This theme breaks the controls for styling Consent Banner in the WordPress theme customizer. %1$sLearn what to do about it%2$s." 46 46 msgstr "Wtyczka WP Full Picture wykryła, że używasz motywu OceanWP. Ten motyw uniemożliwia stylizację banera zgody w panelu dostosowania wyglądu szablonu. %1$sDowiedz się, co z tym zrobić%2$s." 47 47 48 #: admin/class-fupi-admin.php:101 148 #: admin/class-fupi-admin.php:1010 49 49 msgid "Order conf. seen" 50 50 msgstr "Potwierdzenie zam. wyświetlone" 51 51 52 #: admin/class-fupi-admin.php:102 152 #: admin/class-fupi-admin.php:1020 53 53 msgid "Order confirmation page seen" 54 54 msgstr "Strona potwierdz. zamówienia obejrzana" 55 55 56 #: admin/class-fupi-admin.php:102 156 #: admin/class-fupi-admin.php:1020 57 57 msgid "Order confirmation page not seen" 58 58 msgstr "Strona potwierdz. zamówienia nieobejrzana" 59 60 #: admin/class-fupi-admin.php:1122 61 msgid "File not found" 62 msgstr "Nie odnaleziono pliku" 63 64 #: admin/class-fupi-admin.php:1125 admin/class-fupi-admin.php:1134 65 msgid "Permission denied" 66 msgstr "Odmowa dostępu" 67 68 #: admin/class-fupi-admin.php:1140 69 msgid "No settings data received" 70 msgstr "Brak danych ustawień" 71 72 #: admin/class-fupi-admin.php:1145 73 msgid "Invalid JSON format" 74 msgstr "Nieprawidłowy format JSON" 75 76 #: admin/class-fupi-admin.php:1265 77 msgid "This will overwrite all settings of WP Full Picture. Are you sure?" 78 msgstr "Spowoduje to nadpisanie wszystkich ustawień WP Full Picture. Jesteś pewien?" 79 80 #: admin/class-fupi-admin.php:1293 81 msgid "Settings uploaded successfully! The page will now reload." 82 msgstr "Ustawienia zostały przesłane pomyślnie! Strona zostanie teraz przeładowana." 83 84 #: admin/class-fupi-admin.php:1303 85 msgid "Invalid JSON file" 86 msgstr "Nieprawidłowy plik JSON" 59 87 60 88 #: admin/customizer/fupi-customizer-settings.php:6 … … 406 434 407 435 #: admin/customizer/fupi-customizer-settings.php:875 408 #: admin/settings/fupi-admin-fields-html.php:4 65436 #: admin/settings/fupi-admin-fields-html.php:476 409 437 #: admin/settings/modules/main/fupi-admin-tab-main.php:135 410 438 msgid "None" … … 710 738 msgstr "Szukaj użytkowników..." 711 739 712 #: admin/settings/fupi-admin-fields-html.php:4 80713 #: admin/settings/fupi-admin-fields-html.php:5 19740 #: admin/settings/fupi-admin-fields-html.php:491 741 #: admin/settings/fupi-admin-fields-html.php:530 714 742 msgid "Please select" 715 743 msgstr "Wybierz" 716 744 717 #: admin/settings/fupi-admin-fields-html.php: 598745 #: admin/settings/fupi-admin-fields-html.php:609 718 746 #: admin/settings/pages/fupi-admin-page-display.php:40 719 747 msgid "Required" … … 1574 1602 #: admin/settings/modules/ga42__premium_only/fupi-admin-tab-ga42__premium_only.php:209 1575 1603 #: admin/settings/modules/gads/fupi-admin-tab-gads.php:90 1576 #: admin/settings/modules/gtm/fupi-admin-tab-gtm.php:3 651604 #: admin/settings/modules/gtm/fupi-admin-tab-gtm.php:357 1577 1605 #: admin/settings/modules/hotj/fupi-admin-tab-hotj.php:95 1578 1606 #: admin/settings/modules/insp/fupi-admin-tab-insp.php:92 … … 2409 2437 #: admin/settings/modules/ga41/fupi-admin-tab-ga41.php:240 2410 2438 #: admin/settings/modules/ga42__premium_only/fupi-admin-tab-ga42__premium_only.php:179 2411 #: admin/settings/modules/gtm/fupi-admin-tab-gtm.php:3 432439 #: admin/settings/modules/gtm/fupi-admin-tab-gtm.php:335 2412 2440 #: admin/settings/modules/mato/fupi-admin-tab-mato.php:238 2413 2441 #: admin/settings/modules/pla/fupi-admin-tab-pla.php:156 … … 3341 3369 3342 3370 #: admin/settings/modules/fbp1/fupi-admin-tab-fbp1.php:200 3343 #: admin/settings/modules/gtm/fupi-admin-tab-gtm.php:2 963371 #: admin/settings/modules/gtm/fupi-admin-tab-gtm.php:288 3344 3372 msgid "By default WP Full Picture tracks categories, tags and formats that are attached to posts and pages. You can enable tracking other terms in the \"General Settings\" > \"Default Tracking Settings\"." 3345 3373 msgstr "Domyślnie WP Full Picture śledzi kategorie, tagi i formaty postów i stron. Możesz włączyć śledzenie innych w \"Ustawienia Ogólnych\" > \"Domyślne Ustawienia Śledzenia\"." … … 3375 3403 3376 3404 #: admin/settings/modules/fbp1/fupi-admin-tab-fbp1.php:226 3377 #: admin/settings/modules/pla/fupi-admin-tab-pla.php:5 343405 #: admin/settings/modules/pla/fupi-admin-tab-pla.php:512 3378 3406 msgid "Track searched phrases" 3379 3407 msgstr "Śledź wyszukiwane frazy" … … 3384 3412 #: admin/settings/modules/hotj/fupi-admin-tab-hotj.php:260 3385 3413 #: admin/settings/modules/mato/fupi-admin-tab-mato.php:170 3386 #: admin/settings/modules/pla/fupi-admin-tab-pla.php:5 283414 #: admin/settings/modules/pla/fupi-admin-tab-pla.php:506 3387 3415 msgid "Track user's login status and role" 3388 3416 msgstr "Śledź status logowania i rolę użytkownika" … … 3411 3439 #: admin/settings/modules/ga41/fupi-admin-tab-ga41.php:286 3412 3440 #: admin/settings/modules/ga42__premium_only/fupi-admin-tab-ga42__premium_only.php:217 3413 #: admin/settings/modules/gtm/fupi-admin-tab-gtm.php:3 733441 #: admin/settings/modules/gtm/fupi-admin-tab-gtm.php:365 3414 3442 #: admin/settings/modules/hotj/fupi-admin-tab-hotj.php:111 3415 3443 #: admin/settings/modules/mads/fupi-admin-tab-mads.php:108 … … 3608 3636 #: admin/settings/modules/ga41/fupi-admin-tab-ga41.php:578 3609 3637 #: admin/settings/modules/gads/fupi-admin-tab-gads.php:244 3610 #: admin/settings/modules/gtm/fupi-admin-tab-gtm.php: 4013638 #: admin/settings/modules/gtm/fupi-admin-tab-gtm.php:393 3611 3639 #: admin/settings/modules/mato/fupi-admin-tab-mato.php:452 3612 #: admin/settings/modules/pla/fupi-admin-tab-pla.php:4 663640 #: admin/settings/modules/pla/fupi-admin-tab-pla.php:444 3613 3641 msgid "Tracking lead scores and custom events" 3614 3642 msgstr "Śledzenie zdarzeń niestandardowych i lead scoring" … … 3616 3644 #: admin/settings/modules/fbp1/fupi-admin-tab-fbp1.php:554 3617 3645 #: admin/settings/modules/ga41/fupi-admin-tab-ga41.php:582 3618 #: admin/settings/modules/gtm/fupi-admin-tab-gtm.php: 4053646 #: admin/settings/modules/gtm/fupi-admin-tab-gtm.php:397 3619 3647 #: admin/settings/modules/mato/fupi-admin-tab-mato.php:456 3620 #: admin/settings/modules/pla/fupi-admin-tab-pla.php:4 703648 #: admin/settings/modules/pla/fupi-admin-tab-pla.php:448 3621 3649 msgid "Track when specific conditions are met" 3622 3650 msgstr "Śledź, gdy spełnione są określone warunki" … … 3625 3653 #: admin/settings/modules/ga41/fupi-admin-tab-ga41.php:590 3626 3654 #: admin/settings/modules/gads/fupi-admin-tab-gads.php:256 3627 #: admin/settings/modules/gtm/fupi-admin-tab-gtm.php:4 133655 #: admin/settings/modules/gtm/fupi-admin-tab-gtm.php:405 3628 3656 #: admin/settings/modules/mato/fupi-admin-tab-mato.php:464 3629 #: admin/settings/modules/pla/fupi-admin-tab-pla.php:4 783657 #: admin/settings/modules/pla/fupi-admin-tab-pla.php:456 3630 3658 msgid "When this happens" 3631 3659 msgstr "Kiedy to się wydarzy" … … 3634 3662 #: admin/settings/modules/ga41/fupi-admin-tab-ga41.php:599 3635 3663 #: admin/settings/modules/gads/fupi-admin-tab-gads.php:265 3636 #: admin/settings/modules/gtm/fupi-admin-tab-gtm.php:4 223664 #: admin/settings/modules/gtm/fupi-admin-tab-gtm.php:414 3637 3665 #: admin/settings/modules/mato/fupi-admin-tab-mato.php:473 3638 #: admin/settings/modules/pla/fupi-admin-tab-pla.php:4 873666 #: admin/settings/modules/pla/fupi-admin-tab-pla.php:465 3639 3667 msgid "...for..." 3640 3668 msgstr "...po raz..." … … 3643 3671 #: admin/settings/modules/ga41/fupi-admin-tab-ga41.php:604 3644 3672 #: admin/settings/modules/gads/fupi-admin-tab-gads.php:270 3645 #: admin/settings/modules/gtm/fupi-admin-tab-gtm.php:4 273673 #: admin/settings/modules/gtm/fupi-admin-tab-gtm.php:419 3646 3674 #: admin/settings/modules/mato/fupi-admin-tab-mato.php:478 3647 #: admin/settings/modules/pla/fupi-admin-tab-pla.php:4 923675 #: admin/settings/modules/pla/fupi-admin-tab-pla.php:470 3648 3676 msgid "The first time" 3649 3677 msgstr "Pierwszy" … … 3652 3680 #: admin/settings/modules/ga41/fupi-admin-tab-ga41.php:605 3653 3681 #: admin/settings/modules/gads/fupi-admin-tab-gads.php:271 3654 #: admin/settings/modules/gtm/fupi-admin-tab-gtm.php:42 83682 #: admin/settings/modules/gtm/fupi-admin-tab-gtm.php:420 3655 3683 #: admin/settings/modules/mato/fupi-admin-tab-mato.php:479 3656 #: admin/settings/modules/pla/fupi-admin-tab-pla.php:4 933684 #: admin/settings/modules/pla/fupi-admin-tab-pla.php:471 3657 3685 msgid "Every time" 3658 3686 msgstr "Za każdym razem" … … 3665 3693 #: admin/settings/modules/fbp1/fupi-admin-tab-fbp1.php:582 3666 3694 #: admin/settings/modules/ga41/fupi-admin-tab-ga41.php:611 3667 #: admin/settings/modules/gtm/fupi-admin-tab-gtm.php:4 343695 #: admin/settings/modules/gtm/fupi-admin-tab-gtm.php:426 3668 3696 msgid "event_name" 3669 3697 msgstr "event_name" … … 3998 4026 #: admin/settings/modules/ga41/fupi-admin-tab-ga41.php:154 3999 4027 #: admin/settings/modules/ga42__premium_only/fupi-admin-tab-ga42__premium_only.php:93 4000 #: admin/settings/modules/gtm/fupi-admin-tab-gtm.php:28 94028 #: admin/settings/modules/gtm/fupi-admin-tab-gtm.php:281 4001 4029 msgid "This will track what categories, tags and formats are associated with posts and pages. You can enable tracking other terms and / or post types in the \"General Settings\" > \"Default Tracking Settings\"." 4002 4030 msgstr "Spowoduje to śledzenie, jakie kategorie, tagi i formaty są powiązane z postami i stronami. Możesz włączyć śledzenie innych warunków i / lub typów postów w \"Ustawienia Ogólne\" > \"Domyślne Ustawienia Śledzenia\"." … … 4473 4501 4474 4502 #: admin/settings/modules/ga41/fupi-admin-tab-ga41.php:619 4475 #: admin/settings/modules/gtm/fupi-admin-tab-gtm.php:4 424503 #: admin/settings/modules/gtm/fupi-admin-tab-gtm.php:434 4476 4504 #: admin/settings/modules/mato/fupi-admin-tab-mato.php:493 4477 4505 msgid "Value (optional)" … … 4480 4508 #: admin/settings/modules/ga41/fupi-admin-tab-ga41.php:637 4481 4509 #: admin/settings/modules/ga42__premium_only/fupi-admin-tab-ga42__premium_only.php:509 4482 #: admin/settings/modules/main/fupi-admin-tab-main.php:3 614510 #: admin/settings/modules/main/fupi-admin-tab-main.php:390 4483 4511 msgid "Other" 4484 4512 msgstr "Inne" … … 4528 4556 #: admin/settings/modules/ga42__premium_only/fupi-admin-tab-ga42__premium_only.php:535 4529 4557 #: admin/settings/modules/gads/fupi-admin-tab-gads.php:295 4530 #: admin/settings/modules/gtm/fupi-admin-tab-gtm.php:4 604558 #: admin/settings/modules/gtm/fupi-admin-tab-gtm.php:452 4531 4559 #: admin/settings/modules/hotj/fupi-admin-tab-hotj.php:324 4532 4560 #: admin/settings/modules/mads/fupi-admin-tab-mads.php:259 4533 4561 #: admin/settings/modules/mato/fupi-admin-tab-mato.php:511 4534 4562 #: admin/settings/modules/pin/fupi-admin-tab-pin.php:129 4535 #: admin/settings/modules/pla/fupi-admin-tab-pla.php:5 474563 #: admin/settings/modules/pla/fupi-admin-tab-pla.php:525 4536 4564 #: admin/settings/modules/tik/fupi-admin-tab-tik.php:195 4537 4565 #: admin/settings/modules/tools/fupi-admin-descr_tools.php:20 … … 5160 5188 msgstr "Wysyłaj do DL język przeglądarki odwiedzającego" 5161 5189 5162 #: admin/settings/modules/gtm/fupi-admin-tab-gtm.php:241 5163 msgid "Send to the DL if a visitor uses an ad blocker" 5164 msgstr "Wysyłaj do DL, informację czy odwiedzający korzysta z blokera reklam" 5165 5166 #: admin/settings/modules/gtm/fupi-admin-tab-gtm.php:245 5167 #: admin/settings/modules/pla/fupi-admin-tab-pla.php:440 5168 msgid "Deprecated. This function will be soon removed due to poor accuracy caused by the recent changes in ad blockers." 5169 msgstr "Przestarzałe. Ta funkcja zostanie wkrótce usunięta z powodu niskiej dokładności spowodowanej ostatnimi zmianami w blokerach reklam." 5170 5171 #: admin/settings/modules/gtm/fupi-admin-tab-gtm.php:255 5190 #: admin/settings/modules/gtm/fupi-admin-tab-gtm.php:247 5172 5191 msgid "Send to the DL page language" 5173 5192 msgstr "Wysyłaj do DL język strony" 5174 5193 5175 #: admin/settings/modules/gtm/fupi-admin-tab-gtm.php:2 615194 #: admin/settings/modules/gtm/fupi-admin-tab-gtm.php:253 5176 5195 msgid "Send to the DL page titles" 5177 5196 msgstr "Wysyłaj do DL tytuły stron" 5178 5197 5179 #: admin/settings/modules/gtm/fupi-admin-tab-gtm.php:2 645198 #: admin/settings/modules/gtm/fupi-admin-tab-gtm.php:256 5180 5199 msgid "Sends both, default post/page titles and meta titles (SEO titles)." 5181 5200 msgstr "Wysyła zarówno domyślne tytuły postów/stron, jak i meta tytuły (tytuły SEO)." 5182 5201 5183 #: admin/settings/modules/gtm/fupi-admin-tab-gtm.php:26 85202 #: admin/settings/modules/gtm/fupi-admin-tab-gtm.php:260 5184 5203 msgid "Send to the DL page type" 5185 5204 msgstr "Wysyłaj do DL typ strony" 5186 5205 5187 #: admin/settings/modules/gtm/fupi-admin-tab-gtm.php:2 745206 #: admin/settings/modules/gtm/fupi-admin-tab-gtm.php:266 5188 5207 msgid "Send to the DL page IDs" 5189 5208 msgstr "Wysyłaj do DL identyfikatory stron" 5190 5209 5191 #: admin/settings/modules/gtm/fupi-admin-tab-gtm.php:2 805210 #: admin/settings/modules/gtm/fupi-admin-tab-gtm.php:272 5192 5211 msgid "Send to the DL page numbers and archive page numbers" 5193 5212 msgstr "Wysyłaj do DL numery stron i numery stron archiwalnych" 5194 5213 5195 #: admin/settings/modules/gtm/fupi-admin-tab-gtm.php:2 865214 #: admin/settings/modules/gtm/fupi-admin-tab-gtm.php:278 5196 5215 msgid "Send to the DL post's terms (categories, tags, etc.) " 5197 5216 msgstr "Wysyłaj do DL do jakich kategorii, tagów itp. są dodane posty, strony, itd. " 5198 5217 5199 #: admin/settings/modules/gtm/fupi-admin-tab-gtm.php:2 935218 #: admin/settings/modules/gtm/fupi-admin-tab-gtm.php:285 5200 5219 msgid "Send to the DL categories, tags and other terms" 5201 5220 msgstr "Wysyłaj do DL kategorie, tagi i inne" 5202 5221 5203 #: admin/settings/modules/gtm/fupi-admin-tab-gtm.php: 3005222 #: admin/settings/modules/gtm/fupi-admin-tab-gtm.php:292 5204 5223 msgid "Send to the DL search terms" 5205 5224 msgstr "Wysyłaj do DL wyszukiwane frazy" 5206 5225 5207 #: admin/settings/modules/gtm/fupi-admin-tab-gtm.php: 3065226 #: admin/settings/modules/gtm/fupi-admin-tab-gtm.php:298 5208 5227 msgid "Send to the DL the number of search results" 5209 5228 msgstr "Wyślij do DL liczbę wyników wyszukiwania" 5210 5229 5211 #: admin/settings/modules/gtm/fupi-admin-tab-gtm.php:3 125230 #: admin/settings/modules/gtm/fupi-admin-tab-gtm.php:304 5212 5231 msgid "Send to the DL author's display names" 5213 5232 msgstr "Wyślij do DL wyświetlaną nazwę autora strony" 5214 5233 5215 #: admin/settings/modules/gtm/fupi-admin-tab-gtm.php:3 155234 #: admin/settings/modules/gtm/fupi-admin-tab-gtm.php:307 5216 5235 msgid "Please make sure that the author's display names that you will be tracking are not their real names and cannot be used for their identification (it is against Google's policy)" 5217 5236 msgstr "Upewnij się, że wyświetlane nazwy autorów, które będziesz śledzić, nie są ich prawdziwymi nazwiskami i nie mogą być użyte do ich identyfikacji (jest to niezgodne z polityką Google)" 5218 5237 5219 #: admin/settings/modules/gtm/fupi-admin-tab-gtm.php:3 245238 #: admin/settings/modules/gtm/fupi-admin-tab-gtm.php:316 5220 5239 msgid "Send to the DL authors IDs" 5221 5240 msgstr "Wyślij do DL ID autorów" 5222 5241 5223 #: admin/settings/modules/gtm/fupi-admin-tab-gtm.php:3 375242 #: admin/settings/modules/gtm/fupi-admin-tab-gtm.php:329 5224 5243 msgid "Send to the DL custom metadata" 5225 5244 msgstr "Wyślij do DL niestandardowe metadane" 5226 5245 5227 #: admin/settings/modules/gtm/fupi-admin-tab-gtm.php:3 815228 #: admin/settings/modules/pla/fupi-admin-tab-pla.php:5 245246 #: admin/settings/modules/gtm/fupi-admin-tab-gtm.php:373 5247 #: admin/settings/modules/pla/fupi-admin-tab-pla.php:502 5229 5248 msgid "Tracking user info" 5230 5249 msgstr "Śledzenie informacji o użytkowniku" 5231 5250 5232 #: admin/settings/modules/gtm/fupi-admin-tab-gtm.php:38 95251 #: admin/settings/modules/gtm/fupi-admin-tab-gtm.php:381 5233 5252 #: admin/settings/modules/mato/fupi-admin-tab-mato.php:436 5234 5253 msgid "Tracking WP data" 5235 5254 msgstr "Śledzenie danych WP" 5236 5255 5237 #: admin/settings/modules/gtm/fupi-admin-tab-gtm.php:4 335256 #: admin/settings/modules/gtm/fupi-admin-tab-gtm.php:425 5238 5257 msgid "Send dataLayer event" 5239 5258 msgstr "Wyślij zdarzenie dataLayer" 5240 5259 5241 #: admin/settings/modules/gtm/fupi-admin-tab-gtm.php:4 645260 #: admin/settings/modules/gtm/fupi-admin-tab-gtm.php:456 5242 5261 msgid "Do NOT clear the ecommerce object in the dataLayer before each push" 5243 5262 msgstr "NIE czyść obiektu ecommerce w dataLayer przed każdym nowym zdarzeniem tego typu" 5244 5263 5245 #: admin/settings/modules/gtm/fupi-admin-tab-gtm.php:4 725264 #: admin/settings/modules/gtm/fupi-admin-tab-gtm.php:464 5246 5265 msgid "Send to the DL customer's name and surname" 5247 5266 msgstr "Wysyłaj do DL imiona i nazwiska klientów" 5248 5267 5249 #: admin/settings/modules/gtm/fupi-admin-tab-gtm.php:47 95268 #: admin/settings/modules/gtm/fupi-admin-tab-gtm.php:471 5250 5269 msgid "Send to the DL customer's email address" 5251 5270 msgstr "Wysyłaj do DL adresy e-mail klientów" 5252 5271 5253 #: admin/settings/modules/gtm/fupi-admin-tab-gtm.php:4 865272 #: admin/settings/modules/gtm/fupi-admin-tab-gtm.php:478 5254 5273 msgid "Send to the DL customer's phone number" 5255 5274 msgstr "Wysyłaj do DL nr. telefonów klientów" 5256 5275 5257 #: admin/settings/modules/gtm/fupi-admin-tab-gtm.php:4 935276 #: admin/settings/modules/gtm/fupi-admin-tab-gtm.php:485 5258 5277 msgid "Send to the DL customer's physical address" 5259 5278 msgstr "Wysyłaj do DL fizyczne adresy klientów" … … 5549 5568 5550 5569 #: admin/settings/modules/hotj/fupi-admin-tab-hotj.php:328 5551 #: admin/settings/modules/pla/fupi-admin-tab-pla.php:5 515570 #: admin/settings/modules/pla/fupi-admin-tab-pla.php:529 5552 5571 msgid "Track purchases" 5553 5572 msgstr "Śledź zamówienia" … … 6225 6244 6226 6245 #: admin/settings/modules/main/fupi-admin-descr_main.php:33 6246 msgid "Use these functions to make a backup of your WP Full Picture's settings or move them to a different site." 6247 msgstr "Użyj tych funkcji, aby wykonać kopię zapasową ustawień WP Full Picture lub przenieść je do innej witryny." 6248 6249 #: admin/settings/modules/main/fupi-admin-descr_main.php:39 6227 6250 msgid "These settings are experimental. They will be introduced into core if no users report issues with them." 6228 6251 msgstr "Te ustawienia są eksperymentalne. Zostaną wprowadzone na stałe, jeśli żaden użytkownik nie zgłosi z nimi problemów." … … 6581 6604 msgid "Facebook, Instagram and Pinterest use multiple URLs that redirect traffic to your site, e.g. l.facebook.com, lm.facebook.com, etc. Enable this function to combine them and analyse traffic sources more easily." 6582 6605 msgstr "Facebook, Instagram i Pinterest używają wielu adresów URL, które przekierowują ruch do Twojej witryny, np. l.facebook.com, lm.facebook.com itp. Włącz tę funkcję, aby je połączyć i łatwiej analizować źródła ruchu." 6606 6607 #: admin/settings/modules/main/fupi-admin-tab-main.php:360 6608 msgid "Import / Export" 6609 msgstr "Import / Eksport" 6610 6611 #: admin/settings/modules/main/fupi-admin-tab-main.php:364 6612 msgid "Export WP FP settings" 6613 msgstr "Eksportuj ustawienia WP FP" 6614 6615 #: admin/settings/modules/main/fupi-admin-tab-main.php:365 6616 msgid "Download file" 6617 msgstr "Pobierz plik" 6618 6619 #: admin/settings/modules/main/fupi-admin-tab-main.php:370 6620 msgid "Download a JSON file with WP FP's settings." 6621 msgstr "Pobierz plik JSON z ustawieniami WP FP." 6622 6623 #: admin/settings/modules/main/fupi-admin-tab-main.php:374 6624 msgid "Import WP FP settings" 6625 msgstr "Importuj ustawienia WP FP" 6626 6627 #: admin/settings/modules/main/fupi-admin-tab-main.php:375 6628 msgid "Upload file" 6629 msgstr "Prześlij plik" 6630 6631 #: admin/settings/modules/main/fupi-admin-tab-main.php:381 6632 msgid "Send a JSON file with WP FP's settings." 6633 msgstr "Wyślij plik JSON z ustawieniami WP FP." 6583 6634 6584 6635 #: admin/settings/modules/mato/checklist_mato.php:6 … … 7305 7356 #: admin/settings/modules/pla/fupi-admin-tab-pla.php:361 7306 7357 #: admin/settings/modules/pla/fupi-admin-tab-pla.php:423 7307 #: admin/settings/modules/pla/fupi-admin-tab-pla.php: 5097358 #: admin/settings/modules/pla/fupi-admin-tab-pla.php:487 7308 7359 msgid "Track as a single event with parameters" 7309 7360 msgstr "Śledź jako pojedyncze zdarzenie z parametrami" … … 7346 7397 7347 7398 #: admin/settings/modules/pla/fupi-admin-tab-pla.php:432 7348 msgid "Track how many people use ad blockers"7349 msgstr "Śledź, ile osób korzysta z blokerów reklam"7350 7351 #: admin/settings/modules/pla/fupi-admin-tab-pla.php:4347352 msgid "Goal name, e.g. \"Uses an ad blocker\""7353 msgstr "Nazwa celu, np. \"Używa blokady reklam\""7354 7355 #: admin/settings/modules/pla/fupi-admin-tab-pla.php:4417356 msgid "It is best to use this option on proxied or self-hosted installations of Plausible. See the \"Installation\" section for more details. Otherwise, Plausible will be blocked by some ad blockers, which this function is trying to detect."7357 msgstr "Najlepiej jest użyć tej opcji na własnej instalacji Plausible. Zobacz sekcję \"Instalacja\", aby uzyskać więcej szczegółów. W przeciwnym razie Plausible będzie blokowany przez niektóre programy blokujące reklamy, które ta funkcja próbuje wykryć."7358 7359 #: admin/settings/modules/pla/fupi-admin-tab-pla.php:4457360 msgid "Check adblock usage once per session instead of on every page"7361 msgstr "Sprawdzaj użycie adblocka raz na sesję zamiast na każdej stronie"7362 7363 #: admin/settings/modules/pla/fupi-admin-tab-pla.php:4507364 msgid "Recommended to minimize the number of events sent to Plausible."7365 msgstr "Zalecane, aby zminimalizować liczbę zdarzeń wysyłanych do Plausible."7366 7367 #: admin/settings/modules/pla/fupi-admin-tab-pla.php:4547368 7399 msgid "Track how many people decline cookies" 7369 7400 msgstr "Śledź, ile osób nie wyraża zgody na śledzenie" 7370 7401 7371 #: admin/settings/modules/pla/fupi-admin-tab-pla.php:4 567402 #: admin/settings/modules/pla/fupi-admin-tab-pla.php:434 7372 7403 msgid "Goal name, e.g. \"Cookies declined\"" 7373 7404 msgstr "Nazwa celu, np. \"Odrzucono pliki cookie\"" 7374 7405 7375 #: admin/settings/modules/pla/fupi-admin-tab-pla.php:4 987406 #: admin/settings/modules/pla/fupi-admin-tab-pla.php:476 7376 7407 msgid "Send" 7377 7408 msgstr "Wyślij" 7378 7409 7379 #: admin/settings/modules/pla/fupi-admin-tab-pla.php:4 997410 #: admin/settings/modules/pla/fupi-admin-tab-pla.php:477 7380 7411 msgid "Short description" 7381 7412 msgstr "Krótki opis" 7382 7413 7383 #: admin/settings/modules/pla/fupi-admin-tab-pla.php: 5137414 #: admin/settings/modules/pla/fupi-admin-tab-pla.php:491 7384 7415 msgid "Goal name, e.g. \"Custom events\"" 7385 7416 msgstr "Nazwa celu, np. \"Zdarzenia niestandardowe\"" 7386 7417 7387 #: admin/settings/modules/pla/fupi-admin-tab-pla.php:554 7388 #: admin/settings/modules/pla/fupi-admin-tab-pla.php:567 7418 #: admin/settings/modules/pla/fupi-admin-tab-pla.php:532 7419 #: admin/settings/modules/pla/fupi-admin-tab-pla.php:545 7420 #: admin/settings/modules/pla/fupi-admin-tab-pla.php:553 7421 #: admin/settings/modules/pla/fupi-admin-tab-pla.php:566 7389 7422 #: admin/settings/modules/pla/fupi-admin-tab-pla.php:575 7390 #: admin/settings/modules/pla/fupi-admin-tab-pla.php:588 7391 #: admin/settings/modules/pla/fupi-admin-tab-pla.php:597 7392 #: admin/settings/modules/pla/fupi-admin-tab-pla.php:607 7423 #: admin/settings/modules/pla/fupi-admin-tab-pla.php:585 7393 7424 msgid "Goal name" 7394 7425 msgstr "Nazwa celu" 7395 7426 7396 #: admin/settings/modules/pla/fupi-admin-tab-pla.php:5 627427 #: admin/settings/modules/pla/fupi-admin-tab-pla.php:540 7397 7428 msgid "Track purchased items" 7398 7429 msgstr "Śledź zakupione produkty" 7399 7430 7400 #: admin/settings/modules/pla/fupi-admin-tab-pla.php:5 727431 #: admin/settings/modules/pla/fupi-admin-tab-pla.php:550 7401 7432 msgid "Track when a customer begins checkout" 7402 7433 msgstr "Śledź rozpoczęcie procesu zamawiania" 7403 7434 7404 #: admin/settings/modules/pla/fupi-admin-tab-pla.php:5 837435 #: admin/settings/modules/pla/fupi-admin-tab-pla.php:561 7405 7436 msgid "Track items in cart during checkout" 7406 7437 msgstr "Śledź, jakie produkty są w koszyku podczas składania zamówienia" 7407 7438 7408 #: admin/settings/modules/pla/fupi-admin-tab-pla.php:5 907439 #: admin/settings/modules/pla/fupi-admin-tab-pla.php:568 7409 7440 msgid "Attention! Each item in cart is tracked with a separate event!" 7410 7441 msgstr "Uwaga! Każdy przedmiot w koszyku jest śledzony za pomocą osobnego zdarzenia!" 7411 7442 7412 #: admin/settings/modules/pla/fupi-admin-tab-pla.php:5 947443 #: admin/settings/modules/pla/fupi-admin-tab-pla.php:572 7413 7444 msgid "Track adding products to cart" 7414 7445 msgstr "Śledź dodawanie produktów do koszyka" 7415 7446 7416 #: admin/settings/modules/pla/fupi-admin-tab-pla.php: 6007447 #: admin/settings/modules/pla/fupi-admin-tab-pla.php:578 7417 7448 msgid "Attention! If a grouped product is added to cart, each item in the group will be tracked with a separate event!" 7418 7449 msgstr "Uwaga! Jeśli produkt grupowy zostanie dodany do koszyka, każdy element w grupie będzie śledzony za pomocą osobnego zdarzenia!" 7419 7450 7420 #: admin/settings/modules/pla/fupi-admin-tab-pla.php: 6047451 #: admin/settings/modules/pla/fupi-admin-tab-pla.php:582 7421 7452 msgid "Track adding products to a wishlist" 7422 7453 msgstr "Śledź dodawanie produktów do listy życzeń" … … 8763 8794 #: admin/settings/modules/woo/fupi-admin-tab-woo.php:14 8764 8795 msgid "If SKU is not set, a default product id will be used. This value must be the same as the one in your product feeds, e.g. Merchant Center feed or Facebook catalog (if you use it)." 8765 msgstr "Jeśli SKU nie jest ustawione, zostanie użyty domyślny identyfikator produktu. Ta wartość musi być taka sama jak ta w Twoich kanałach produktowych, np. w kanaleMerchant Center lub katalogu na Facebooku (jeśli ich używasz)."8796 msgstr "Jeśli SKU nie jest ustawione, zostanie użyty domyślny identyfikator produktu. Ich wartość musi być taka sama jak ta w Twoich feedach produktowych, np. w Merchant Center lub katalogu na Facebooku (jeśli ich używasz)." 8766 8797 8767 8798 #: admin/settings/modules/woo/fupi-admin-tab-woo.php:18 … … 9000 9031 msgstr "Zdobądź Pro w 2 minuty" 9001 9032 9002 #: includes/class-fupi-deactivator.php: 869033 #: includes/class-fupi-deactivator.php:90 9003 9034 #, php-format 9004 9035 msgid "WP Full Picture plugin has been deactivated on %1$s" 9005 9036 msgstr "Wtyczka WP Full Picture została dezaktywowana na stronie %1$s" 9006 9037 9007 #: includes/class-fupi-deactivator.php: 879038 #: includes/class-fupi-deactivator.php:91 9008 9039 msgid "WP Full Picture plugin has been deactivated. You can re-activate it from your WordPress admin plugin management page" 9009 9040 msgstr "Wtyczka WP Full Picture została dezaktywowana. Możesz ją ponownie aktywować na stronie zarządzania wtyczkami w panelu administracyjnym WordPress" -
full-picture-analytics-cookie-notice/trunk/languages/wpfp.pot
r3160850 r3165007 8 8 "Report-Msgid-Bugs-To: Translator Name " 9 9 "<[email protected]>\n" 10 "POT-Creation-Date: 2024- 09-30 13:16+0200\n"10 "POT-Creation-Date: 2024-10-07 14:53+0200\n" 11 11 "PO-Revision-Date: \n" 12 12 "Last-Translator: Your Name <[email protected]>\n" … … 43 43 msgstr "" 44 44 45 #: admin/class-fupi-admin.php:99 245 #: admin/class-fupi-admin.php:991 46 46 #, php-format 47 47 msgid "" … … 52 52 msgstr "" 53 53 54 #: admin/class-fupi-admin.php:101 154 #: admin/class-fupi-admin.php:1010 55 55 msgid "Order conf. seen" 56 56 msgstr "" 57 57 58 #: admin/class-fupi-admin.php:102 158 #: admin/class-fupi-admin.php:1020 59 59 msgid "Order confirmation page seen" 60 60 msgstr "" 61 61 62 #: admin/class-fupi-admin.php:102 162 #: admin/class-fupi-admin.php:1020 63 63 msgid "Order confirmation page not seen" 64 msgstr "" 65 66 #: admin/class-fupi-admin.php:1122 67 msgid "File not found" 68 msgstr "" 69 70 #: admin/class-fupi-admin.php:1125 71 #: admin/class-fupi-admin.php:1134 72 msgid "Permission denied" 73 msgstr "" 74 75 #: admin/class-fupi-admin.php:1140 76 msgid "No settings data received" 77 msgstr "" 78 79 #: admin/class-fupi-admin.php:1145 80 msgid "Invalid JSON format" 81 msgstr "" 82 83 #: admin/class-fupi-admin.php:1265 84 msgid "" 85 "This will overwrite all settings of WP Full Picture. Are " 86 "you sure?" 87 msgstr "" 88 89 #: admin/class-fupi-admin.php:1293 90 msgid "" 91 "Settings uploaded successfully! The page will now reload." 92 msgstr "" 93 94 #: admin/class-fupi-admin.php:1303 95 msgid "Invalid JSON file" 64 96 msgstr "" 65 97 … … 448 480 449 481 #: admin/customizer/fupi-customizer-settings.php:875 450 #: admin/settings/fupi-admin-fields-html.php:4 65482 #: admin/settings/fupi-admin-fields-html.php:476 451 483 #: admin/settings/modules/main/fupi-admin-tab-main.php:135 452 484 msgid "None" … … 779 811 msgstr "" 780 812 781 #: admin/settings/fupi-admin-fields-html.php:4 80782 #: admin/settings/fupi-admin-fields-html.php:5 19813 #: admin/settings/fupi-admin-fields-html.php:491 814 #: admin/settings/fupi-admin-fields-html.php:530 783 815 msgid "Please select" 784 816 msgstr "" 785 817 786 #: admin/settings/fupi-admin-fields-html.php: 598818 #: admin/settings/fupi-admin-fields-html.php:609 787 819 #: admin/settings/pages/fupi-admin-page-display.php:40 788 820 msgid "Required" … … 1803 1835 #: admin/settings/modules/ga42__premium_only/fupi-admin-tab-ga42__premium_only.php:209 1804 1836 #: admin/settings/modules/gads/fupi-admin-tab-gads.php:90 1805 #: admin/settings/modules/gtm/fupi-admin-tab-gtm.php:3 651837 #: admin/settings/modules/gtm/fupi-admin-tab-gtm.php:357 1806 1838 #: admin/settings/modules/hotj/fupi-admin-tab-hotj.php:95 1807 1839 #: admin/settings/modules/insp/fupi-admin-tab-insp.php:92 … … 2732 2764 #: admin/settings/modules/ga41/fupi-admin-tab-ga41.php:240 2733 2765 #: admin/settings/modules/ga42__premium_only/fupi-admin-tab-ga42__premium_only.php:179 2734 #: admin/settings/modules/gtm/fupi-admin-tab-gtm.php:3 432766 #: admin/settings/modules/gtm/fupi-admin-tab-gtm.php:335 2735 2767 #: admin/settings/modules/mato/fupi-admin-tab-mato.php:238 2736 2768 #: admin/settings/modules/pla/fupi-admin-tab-pla.php:156 … … 3969 4001 3970 4002 #: admin/settings/modules/fbp1/fupi-admin-tab-fbp1.php:200 3971 #: admin/settings/modules/gtm/fupi-admin-tab-gtm.php:2 964003 #: admin/settings/modules/gtm/fupi-admin-tab-gtm.php:288 3972 4004 msgid "" 3973 4005 "By default WP Full Picture tracks categories, tags and " … … 4013 4045 4014 4046 #: admin/settings/modules/fbp1/fupi-admin-tab-fbp1.php:226 4015 #: admin/settings/modules/pla/fupi-admin-tab-pla.php:5 344047 #: admin/settings/modules/pla/fupi-admin-tab-pla.php:512 4016 4048 msgid "Track searched phrases" 4017 4049 msgstr "" … … 4022 4054 #: admin/settings/modules/hotj/fupi-admin-tab-hotj.php:260 4023 4055 #: admin/settings/modules/mato/fupi-admin-tab-mato.php:170 4024 #: admin/settings/modules/pla/fupi-admin-tab-pla.php:5 284056 #: admin/settings/modules/pla/fupi-admin-tab-pla.php:506 4025 4057 msgid "Track user's login status and role" 4026 4058 msgstr "" … … 4053 4085 #: admin/settings/modules/ga41/fupi-admin-tab-ga41.php:286 4054 4086 #: admin/settings/modules/ga42__premium_only/fupi-admin-tab-ga42__premium_only.php:217 4055 #: admin/settings/modules/gtm/fupi-admin-tab-gtm.php:3 734087 #: admin/settings/modules/gtm/fupi-admin-tab-gtm.php:365 4056 4088 #: admin/settings/modules/hotj/fupi-admin-tab-hotj.php:111 4057 4089 #: admin/settings/modules/mads/fupi-admin-tab-mads.php:108 … … 4282 4314 #: admin/settings/modules/ga41/fupi-admin-tab-ga41.php:578 4283 4315 #: admin/settings/modules/gads/fupi-admin-tab-gads.php:244 4284 #: admin/settings/modules/gtm/fupi-admin-tab-gtm.php: 4014316 #: admin/settings/modules/gtm/fupi-admin-tab-gtm.php:393 4285 4317 #: admin/settings/modules/mato/fupi-admin-tab-mato.php:452 4286 #: admin/settings/modules/pla/fupi-admin-tab-pla.php:4 664318 #: admin/settings/modules/pla/fupi-admin-tab-pla.php:444 4287 4319 msgid "Tracking lead scores and custom events" 4288 4320 msgstr "" … … 4290 4322 #: admin/settings/modules/fbp1/fupi-admin-tab-fbp1.php:554 4291 4323 #: admin/settings/modules/ga41/fupi-admin-tab-ga41.php:582 4292 #: admin/settings/modules/gtm/fupi-admin-tab-gtm.php: 4054324 #: admin/settings/modules/gtm/fupi-admin-tab-gtm.php:397 4293 4325 #: admin/settings/modules/mato/fupi-admin-tab-mato.php:456 4294 #: admin/settings/modules/pla/fupi-admin-tab-pla.php:4 704326 #: admin/settings/modules/pla/fupi-admin-tab-pla.php:448 4295 4327 msgid "Track when specific conditions are met" 4296 4328 msgstr "" … … 4299 4331 #: admin/settings/modules/ga41/fupi-admin-tab-ga41.php:590 4300 4332 #: admin/settings/modules/gads/fupi-admin-tab-gads.php:256 4301 #: admin/settings/modules/gtm/fupi-admin-tab-gtm.php:4 134333 #: admin/settings/modules/gtm/fupi-admin-tab-gtm.php:405 4302 4334 #: admin/settings/modules/mato/fupi-admin-tab-mato.php:464 4303 #: admin/settings/modules/pla/fupi-admin-tab-pla.php:4 784335 #: admin/settings/modules/pla/fupi-admin-tab-pla.php:456 4304 4336 msgid "When this happens" 4305 4337 msgstr "" … … 4308 4340 #: admin/settings/modules/ga41/fupi-admin-tab-ga41.php:599 4309 4341 #: admin/settings/modules/gads/fupi-admin-tab-gads.php:265 4310 #: admin/settings/modules/gtm/fupi-admin-tab-gtm.php:4 224342 #: admin/settings/modules/gtm/fupi-admin-tab-gtm.php:414 4311 4343 #: admin/settings/modules/mato/fupi-admin-tab-mato.php:473 4312 #: admin/settings/modules/pla/fupi-admin-tab-pla.php:4 874344 #: admin/settings/modules/pla/fupi-admin-tab-pla.php:465 4313 4345 msgid "...for..." 4314 4346 msgstr "" … … 4317 4349 #: admin/settings/modules/ga41/fupi-admin-tab-ga41.php:604 4318 4350 #: admin/settings/modules/gads/fupi-admin-tab-gads.php:270 4319 #: admin/settings/modules/gtm/fupi-admin-tab-gtm.php:4 274351 #: admin/settings/modules/gtm/fupi-admin-tab-gtm.php:419 4320 4352 #: admin/settings/modules/mato/fupi-admin-tab-mato.php:478 4321 #: admin/settings/modules/pla/fupi-admin-tab-pla.php:4 924353 #: admin/settings/modules/pla/fupi-admin-tab-pla.php:470 4322 4354 msgid "The first time" 4323 4355 msgstr "" … … 4326 4358 #: admin/settings/modules/ga41/fupi-admin-tab-ga41.php:605 4327 4359 #: admin/settings/modules/gads/fupi-admin-tab-gads.php:271 4328 #: admin/settings/modules/gtm/fupi-admin-tab-gtm.php:42 84360 #: admin/settings/modules/gtm/fupi-admin-tab-gtm.php:420 4329 4361 #: admin/settings/modules/mato/fupi-admin-tab-mato.php:479 4330 #: admin/settings/modules/pla/fupi-admin-tab-pla.php:4 934362 #: admin/settings/modules/pla/fupi-admin-tab-pla.php:471 4331 4363 msgid "Every time" 4332 4364 msgstr "" … … 4339 4371 #: admin/settings/modules/fbp1/fupi-admin-tab-fbp1.php:582 4340 4372 #: admin/settings/modules/ga41/fupi-admin-tab-ga41.php:611 4341 #: admin/settings/modules/gtm/fupi-admin-tab-gtm.php:4 344373 #: admin/settings/modules/gtm/fupi-admin-tab-gtm.php:426 4342 4374 msgid "event_name" 4343 4375 msgstr "" … … 4755 4787 #: admin/settings/modules/ga41/fupi-admin-tab-ga41.php:154 4756 4788 #: admin/settings/modules/ga42__premium_only/fupi-admin-tab-ga42__premium_only.php:93 4757 #: admin/settings/modules/gtm/fupi-admin-tab-gtm.php:28 94789 #: admin/settings/modules/gtm/fupi-admin-tab-gtm.php:281 4758 4790 msgid "" 4759 4791 "This will track what categories, tags and formats are " … … 5404 5436 5405 5437 #: admin/settings/modules/ga41/fupi-admin-tab-ga41.php:619 5406 #: admin/settings/modules/gtm/fupi-admin-tab-gtm.php:4 425438 #: admin/settings/modules/gtm/fupi-admin-tab-gtm.php:434 5407 5439 #: admin/settings/modules/mato/fupi-admin-tab-mato.php:493 5408 5440 msgid "Value (optional)" … … 5411 5443 #: admin/settings/modules/ga41/fupi-admin-tab-ga41.php:637 5412 5444 #: admin/settings/modules/ga42__premium_only/fupi-admin-tab-ga42__premium_only.php:509 5413 #: admin/settings/modules/main/fupi-admin-tab-main.php:3 615445 #: admin/settings/modules/main/fupi-admin-tab-main.php:390 5414 5446 msgid "Other" 5415 5447 msgstr "" … … 5481 5513 #: admin/settings/modules/ga42__premium_only/fupi-admin-tab-ga42__premium_only.php:535 5482 5514 #: admin/settings/modules/gads/fupi-admin-tab-gads.php:295 5483 #: admin/settings/modules/gtm/fupi-admin-tab-gtm.php:4 605515 #: admin/settings/modules/gtm/fupi-admin-tab-gtm.php:452 5484 5516 #: admin/settings/modules/hotj/fupi-admin-tab-hotj.php:324 5485 5517 #: admin/settings/modules/mads/fupi-admin-tab-mads.php:259 5486 5518 #: admin/settings/modules/mato/fupi-admin-tab-mato.php:511 5487 5519 #: admin/settings/modules/pin/fupi-admin-tab-pin.php:129 5488 #: admin/settings/modules/pla/fupi-admin-tab-pla.php:5 475520 #: admin/settings/modules/pla/fupi-admin-tab-pla.php:525 5489 5521 #: admin/settings/modules/tik/fupi-admin-tab-tik.php:195 5490 5522 #: admin/settings/modules/tools/fupi-admin-descr_tools.php:20 … … 6336 6368 msgstr "" 6337 6369 6338 #: admin/settings/modules/gtm/fupi-admin-tab-gtm.php:241 6339 msgid "Send to the DL if a visitor uses an ad blocker" 6340 msgstr "" 6341 6342 #: admin/settings/modules/gtm/fupi-admin-tab-gtm.php:245 6343 #: admin/settings/modules/pla/fupi-admin-tab-pla.php:440 6344 msgid "" 6345 "Deprecated. This function will be soon removed due to poor " 6346 "accuracy caused by the recent changes in ad blockers." 6347 msgstr "" 6348 6349 #: admin/settings/modules/gtm/fupi-admin-tab-gtm.php:255 6370 #: admin/settings/modules/gtm/fupi-admin-tab-gtm.php:247 6350 6371 msgid "Send to the DL page language" 6351 6372 msgstr "" 6352 6373 6353 #: admin/settings/modules/gtm/fupi-admin-tab-gtm.php:2 616374 #: admin/settings/modules/gtm/fupi-admin-tab-gtm.php:253 6354 6375 msgid "Send to the DL page titles" 6355 6376 msgstr "" 6356 6377 6357 #: admin/settings/modules/gtm/fupi-admin-tab-gtm.php:2 646378 #: admin/settings/modules/gtm/fupi-admin-tab-gtm.php:256 6358 6379 msgid "" 6359 6380 "Sends both, default post/page titles and meta titles (SEO " … … 6361 6382 msgstr "" 6362 6383 6363 #: admin/settings/modules/gtm/fupi-admin-tab-gtm.php:26 86384 #: admin/settings/modules/gtm/fupi-admin-tab-gtm.php:260 6364 6385 msgid "Send to the DL page type" 6365 6386 msgstr "" 6366 6387 6367 #: admin/settings/modules/gtm/fupi-admin-tab-gtm.php:2 746388 #: admin/settings/modules/gtm/fupi-admin-tab-gtm.php:266 6368 6389 msgid "Send to the DL page IDs" 6369 6390 msgstr "" 6370 6391 6371 #: admin/settings/modules/gtm/fupi-admin-tab-gtm.php:2 806392 #: admin/settings/modules/gtm/fupi-admin-tab-gtm.php:272 6372 6393 msgid "Send to the DL page numbers and archive page numbers" 6373 6394 msgstr "" 6374 6395 6375 #: admin/settings/modules/gtm/fupi-admin-tab-gtm.php:2 866396 #: admin/settings/modules/gtm/fupi-admin-tab-gtm.php:278 6376 6397 msgid "Send to the DL post's terms (categories, tags, etc.) " 6377 6398 msgstr "" 6378 6399 6379 #: admin/settings/modules/gtm/fupi-admin-tab-gtm.php:2 936400 #: admin/settings/modules/gtm/fupi-admin-tab-gtm.php:285 6380 6401 msgid "Send to the DL categories, tags and other terms" 6381 6402 msgstr "" 6382 6403 6383 #: admin/settings/modules/gtm/fupi-admin-tab-gtm.php: 3006404 #: admin/settings/modules/gtm/fupi-admin-tab-gtm.php:292 6384 6405 msgid "Send to the DL search terms" 6385 6406 msgstr "" 6386 6407 6387 #: admin/settings/modules/gtm/fupi-admin-tab-gtm.php: 3066408 #: admin/settings/modules/gtm/fupi-admin-tab-gtm.php:298 6388 6409 msgid "Send to the DL the number of search results" 6389 6410 msgstr "" 6390 6411 6391 #: admin/settings/modules/gtm/fupi-admin-tab-gtm.php:3 126412 #: admin/settings/modules/gtm/fupi-admin-tab-gtm.php:304 6392 6413 msgid "Send to the DL author's display names" 6393 6414 msgstr "" 6394 6415 6395 #: admin/settings/modules/gtm/fupi-admin-tab-gtm.php:3 156416 #: admin/settings/modules/gtm/fupi-admin-tab-gtm.php:307 6396 6417 msgid "" 6397 6418 "Please make sure that the author's display names that you " … … 6401 6422 msgstr "" 6402 6423 6403 #: admin/settings/modules/gtm/fupi-admin-tab-gtm.php:3 246424 #: admin/settings/modules/gtm/fupi-admin-tab-gtm.php:316 6404 6425 msgid "Send to the DL authors IDs" 6405 6426 msgstr "" 6406 6427 6407 #: admin/settings/modules/gtm/fupi-admin-tab-gtm.php:3 376428 #: admin/settings/modules/gtm/fupi-admin-tab-gtm.php:329 6408 6429 msgid "Send to the DL custom metadata" 6409 6430 msgstr "" 6410 6431 6432 #: admin/settings/modules/gtm/fupi-admin-tab-gtm.php:373 6433 #: admin/settings/modules/pla/fupi-admin-tab-pla.php:502 6434 msgid "Tracking user info" 6435 msgstr "" 6436 6411 6437 #: admin/settings/modules/gtm/fupi-admin-tab-gtm.php:381 6412 #: admin/settings/modules/pla/fupi-admin-tab-pla.php:5246413 msgid "Tracking user info"6414 msgstr ""6415 6416 #: admin/settings/modules/gtm/fupi-admin-tab-gtm.php:3896417 6438 #: admin/settings/modules/mato/fupi-admin-tab-mato.php:436 6418 6439 msgid "Tracking WP data" 6419 6440 msgstr "" 6420 6441 6421 #: admin/settings/modules/gtm/fupi-admin-tab-gtm.php:4 336442 #: admin/settings/modules/gtm/fupi-admin-tab-gtm.php:425 6422 6443 msgid "Send dataLayer event" 6423 6444 msgstr "" 6424 6445 6425 #: admin/settings/modules/gtm/fupi-admin-tab-gtm.php:4 646446 #: admin/settings/modules/gtm/fupi-admin-tab-gtm.php:456 6426 6447 msgid "" 6427 6448 "Do NOT clear the ecommerce object in the dataLayer before " … … 6429 6450 msgstr "" 6430 6451 6431 #: admin/settings/modules/gtm/fupi-admin-tab-gtm.php:4 726452 #: admin/settings/modules/gtm/fupi-admin-tab-gtm.php:464 6432 6453 msgid "Send to the DL customer's name and surname" 6433 6454 msgstr "" 6434 6455 6435 #: admin/settings/modules/gtm/fupi-admin-tab-gtm.php:47 96456 #: admin/settings/modules/gtm/fupi-admin-tab-gtm.php:471 6436 6457 msgid "Send to the DL customer's email address" 6437 6458 msgstr "" 6438 6459 6439 #: admin/settings/modules/gtm/fupi-admin-tab-gtm.php:4 866460 #: admin/settings/modules/gtm/fupi-admin-tab-gtm.php:478 6440 6461 msgid "Send to the DL customer's phone number" 6441 6462 msgstr "" 6442 6463 6443 #: admin/settings/modules/gtm/fupi-admin-tab-gtm.php:4 936464 #: admin/settings/modules/gtm/fupi-admin-tab-gtm.php:485 6444 6465 msgid "Send to the DL customer's physical address" 6445 6466 msgstr "" … … 6832 6853 6833 6854 #: admin/settings/modules/hotj/fupi-admin-tab-hotj.php:328 6834 #: admin/settings/modules/pla/fupi-admin-tab-pla.php:5 516855 #: admin/settings/modules/pla/fupi-admin-tab-pla.php:529 6835 6856 msgid "Track purchases" 6836 6857 msgstr "" … … 7691 7712 7692 7713 #: admin/settings/modules/main/fupi-admin-descr_main.php:33 7714 msgid "" 7715 "Use these functions to make a backup of your WP Full " 7716 "Picture's settings or move them to a different site." 7717 msgstr "" 7718 7719 #: admin/settings/modules/main/fupi-admin-descr_main.php:39 7693 7720 msgid "" 7694 7721 "These settings are experimental. They will be introduced " … … 8171 8198 msgstr "" 8172 8199 8200 #: admin/settings/modules/main/fupi-admin-tab-main.php:360 8201 msgid "Import / Export" 8202 msgstr "" 8203 8204 #: admin/settings/modules/main/fupi-admin-tab-main.php:364 8205 msgid "Export WP FP settings" 8206 msgstr "" 8207 8208 #: admin/settings/modules/main/fupi-admin-tab-main.php:365 8209 msgid "Download file" 8210 msgstr "" 8211 8212 #: admin/settings/modules/main/fupi-admin-tab-main.php:370 8213 msgid "Download a JSON file with WP FP's settings." 8214 msgstr "" 8215 8216 #: admin/settings/modules/main/fupi-admin-tab-main.php:374 8217 msgid "Import WP FP settings" 8218 msgstr "" 8219 8220 #: admin/settings/modules/main/fupi-admin-tab-main.php:375 8221 msgid "Upload file" 8222 msgstr "" 8223 8224 #: admin/settings/modules/main/fupi-admin-tab-main.php:381 8225 msgid "Send a JSON file with WP FP's settings." 8226 msgstr "" 8227 8173 8228 #: admin/settings/modules/mato/checklist_mato.php:6 8174 8229 #: admin/settings/modules/mato/fupi-admin-tab-mato.php:14 … … 9186 9241 #: admin/settings/modules/pla/fupi-admin-tab-pla.php:361 9187 9242 #: admin/settings/modules/pla/fupi-admin-tab-pla.php:423 9188 #: admin/settings/modules/pla/fupi-admin-tab-pla.php: 5099243 #: admin/settings/modules/pla/fupi-admin-tab-pla.php:487 9189 9244 msgid "Track as a single event with parameters" 9190 9245 msgstr "" … … 9234 9289 9235 9290 #: admin/settings/modules/pla/fupi-admin-tab-pla.php:432 9236 msgid "Track how many people use ad blockers"9291 msgid "Track how many people decline cookies" 9237 9292 msgstr "" 9238 9293 9239 9294 #: admin/settings/modules/pla/fupi-admin-tab-pla.php:434 9240 msgid "Goal name, e.g. \"Uses an ad blocker\""9241 msgstr ""9242 9243 #: admin/settings/modules/pla/fupi-admin-tab-pla.php:4419244 msgid ""9245 "It is best to use this option on proxied or self-hosted "9246 "installations of Plausible. See the \"Installation\" "9247 "section for more details. Otherwise, Plausible will be "9248 "blocked by some ad blockers, which this function is trying "9249 "to detect."9250 msgstr ""9251 9252 #: admin/settings/modules/pla/fupi-admin-tab-pla.php:4459253 msgid ""9254 "Check adblock usage once per session instead of on every "9255 "page"9256 msgstr ""9257 9258 #: admin/settings/modules/pla/fupi-admin-tab-pla.php:4509259 msgid ""9260 "Recommended to minimize the number of events sent to "9261 "Plausible."9262 msgstr ""9263 9264 #: admin/settings/modules/pla/fupi-admin-tab-pla.php:4549265 msgid "Track how many people decline cookies"9266 msgstr ""9267 9268 #: admin/settings/modules/pla/fupi-admin-tab-pla.php:4569269 9295 msgid "Goal name, e.g. \"Cookies declined\"" 9270 9296 msgstr "" 9271 9297 9272 #: admin/settings/modules/pla/fupi-admin-tab-pla.php:4 989298 #: admin/settings/modules/pla/fupi-admin-tab-pla.php:476 9273 9299 msgid "Send" 9274 9300 msgstr "" 9275 9301 9276 #: admin/settings/modules/pla/fupi-admin-tab-pla.php:4 999302 #: admin/settings/modules/pla/fupi-admin-tab-pla.php:477 9277 9303 msgid "Short description" 9278 9304 msgstr "" 9279 9305 9280 #: admin/settings/modules/pla/fupi-admin-tab-pla.php: 5139306 #: admin/settings/modules/pla/fupi-admin-tab-pla.php:491 9281 9307 msgid "Goal name, e.g. \"Custom events\"" 9282 9308 msgstr "" 9283 9309 9284 #: admin/settings/modules/pla/fupi-admin-tab-pla.php:554 9285 #: admin/settings/modules/pla/fupi-admin-tab-pla.php:567 9310 #: admin/settings/modules/pla/fupi-admin-tab-pla.php:532 9311 #: admin/settings/modules/pla/fupi-admin-tab-pla.php:545 9312 #: admin/settings/modules/pla/fupi-admin-tab-pla.php:553 9313 #: admin/settings/modules/pla/fupi-admin-tab-pla.php:566 9286 9314 #: admin/settings/modules/pla/fupi-admin-tab-pla.php:575 9287 #: admin/settings/modules/pla/fupi-admin-tab-pla.php:588 9288 #: admin/settings/modules/pla/fupi-admin-tab-pla.php:597 9289 #: admin/settings/modules/pla/fupi-admin-tab-pla.php:607 9315 #: admin/settings/modules/pla/fupi-admin-tab-pla.php:585 9290 9316 msgid "Goal name" 9291 9317 msgstr "" 9292 9318 9293 #: admin/settings/modules/pla/fupi-admin-tab-pla.php:5 629319 #: admin/settings/modules/pla/fupi-admin-tab-pla.php:540 9294 9320 msgid "Track purchased items" 9295 9321 msgstr "" 9296 9322 9297 #: admin/settings/modules/pla/fupi-admin-tab-pla.php:5 729323 #: admin/settings/modules/pla/fupi-admin-tab-pla.php:550 9298 9324 msgid "Track when a customer begins checkout" 9299 9325 msgstr "" 9300 9326 9301 #: admin/settings/modules/pla/fupi-admin-tab-pla.php:5 839327 #: admin/settings/modules/pla/fupi-admin-tab-pla.php:561 9302 9328 msgid "Track items in cart during checkout" 9303 9329 msgstr "" 9304 9330 9305 #: admin/settings/modules/pla/fupi-admin-tab-pla.php:5 909331 #: admin/settings/modules/pla/fupi-admin-tab-pla.php:568 9306 9332 msgid "" 9307 9333 "Attention! Each item in cart is tracked with a separate " … … 9309 9335 msgstr "" 9310 9336 9311 #: admin/settings/modules/pla/fupi-admin-tab-pla.php:5 949337 #: admin/settings/modules/pla/fupi-admin-tab-pla.php:572 9312 9338 msgid "Track adding products to cart" 9313 9339 msgstr "" 9314 9340 9315 #: admin/settings/modules/pla/fupi-admin-tab-pla.php: 6009341 #: admin/settings/modules/pla/fupi-admin-tab-pla.php:578 9316 9342 msgid "" 9317 9343 "Attention! If a grouped product is added to cart, each " … … 9319 9345 msgstr "" 9320 9346 9321 #: admin/settings/modules/pla/fupi-admin-tab-pla.php: 6049347 #: admin/settings/modules/pla/fupi-admin-tab-pla.php:582 9322 9348 msgid "Track adding products to a wishlist" 9323 9349 msgstr "" … … 11380 11406 msgstr "" 11381 11407 11382 #: includes/class-fupi-deactivator.php: 8611408 #: includes/class-fupi-deactivator.php:90 11383 11409 #, php-format 11384 11410 msgid "WP Full Picture plugin has been deactivated on %1$s" 11385 11411 msgstr "" 11386 11412 11387 #: includes/class-fupi-deactivator.php: 8711413 #: includes/class-fupi-deactivator.php:91 11388 11414 msgid "" 11389 11415 "WP Full Picture plugin has been deactivated. You can re-" -
full-picture-analytics-cookie-notice/trunk/public/cookie-notice/js/fupi-consb.js
r3156895 r3165007 136 136 // visit_info['timezone'] = timezome_str; 137 137 // visit_info['time'] = get_date(); 138 visit_info['adblock'] = fpdata.adblock_enabled;139 138 140 139 if ( ! prev_consents.cookies ) visit_info['cookiesBeforeConsent'] = listCookies(); -
full-picture-analytics-cookie-notice/trunk/public/helpers/fupi-helpers.js
r3156895 r3165007 601 601 } 602 602 603 // Run adblock test604 605 function runAdblockTest() {606 if ( fpdata.adblock_enabled !== true && fpdata.adblock_enabled !== false ) {607 fpdata.adblock_enabled = false;608 let url = fp.vars.url.slice(-1) == '/' ? fp.vars.url : fp.vars.url + '/'; // make sure that we have a trailing slash at the end609 FP.getScript( url + 'public/helpers/ad_tracker.js', ()=>{ fpdata.adblock_enabled = !! FP.findID('privateAdManager'); } );610 }611 }612 613 FP.addAction( ['dom_loaded'], runAdblockTest );614 615 603 // FIRE TAGS WHEN THE DOCUMENT GETS AND LOSES FOCUS 616 604
Note: See TracChangeset
for help on using the changeset viewer.