Making WordPress.org


Ignore:
Timestamp:
05/24/2018 10:40:29 AM (7 years ago)
Author:
dd32
Message:

Main: Privacy: Add translated page titles and meta descriptions. Translate the form error strings and a few others that were missed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/inc/page-meta-descriptions.php

    r6974 r7225  
    109109            $desc  = esc_html__( 'WordPress is software designed for everyone with emphasis on accessibility, performance, security, and usability.', 'wporg' );
    110110            break;
     111
     112        case 'page-about-privacy-data-erasure-request.php':
     113            $title = esc_html_x( 'Data Erasure Request', 'Page title', 'wporg' );
     114            $desc  = esc_html__( 'WordPress.org respects your privacy and intends to remain transparent about any personal data we store about individuals. Under the General Data Protection Regulation (GDPR), EU citizens and residents may request deletion of personal data stored on our servers.', 'wporg' );
     115            break;
     116
     117        case 'page-about-privacy-data-export-request.php':
     118            $title = esc_html_x( 'Data Export Request', 'Page title', 'wporg' );
     119            $desc  = esc_html__( 'WordPress.org respects your privacy and intends to remain transparent about any personal data we store about individuals. Under the General Data Protection Regulation (GDPR), EU citizens and residents are entitled to receive a copy of any personal data we might hold about you.', 'wporg' );
     120            break;
    111121    }
    112122
     
    201211            $title = esc_html_x( 'About', 'Page title', 'wporg' );
    202212            break;
     213
     214        case 'page-about-privacy-data-erasure-request.php':
     215            $title = esc_html_x( 'Data Erasure Request', 'Page title', 'wporg' );
     216            break;
     217
     218        case 'page-about-privacy-data-export-request.php':
     219            $title = esc_html_x( 'Data Export Request', 'Page title', 'wporg' );
     220            break;
    203221    }
    204222
Note: See TracChangeset for help on using the changeset viewer.