Making WordPress.org


Ignore:
Timestamp:
03/15/2018 04:42:32 AM (8 years ago)
Author:
dd32
Message:

Main: About: Mark the strings as translatable.
Some strings are deliberately not translated right now.

See #3046.

File:
1 edited

Legend:

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

    r6870 r6878  
    2222
    2323                case 'page-about-domains.php':
    24                         $title = _esc_html__( 'WordPress Domains', 'wporg' );
    25                         $desc  = _esc_html__( 'WordPress domains and site names can be very flexible; however, top-level domains can’t use the word WordPress. Find out what is allowed and what constitutes a trademark violation, as well as policies on subdomain use. Review the list of official WordPress sites to know how to recognize and advise violators.', 'wporg' );
     24                        $title = esc_html__( 'WordPress Domains', 'wporg' );
     25                        $desc  = esc_html__( 'WordPress domains and site names can be very flexible; however, top-level domains can’t use the word WordPress. Find out what is allowed and what constitutes a trademark violation, as well as policies on subdomain use. Review the list of official WordPress sites to know how to recognize and advise violators.', 'wporg' );
    2626                        break;
    2727
    2828                case 'page-about-etiquette.php':
    29                         $title = _esc_html__( 'Etiquette at WordPress', 'wporg' );
    30                         $desc  = _esc_html__( 'We welcome the contributions of everyone who’s interested in joining the WordPress open source project, and every thriving, diverse community needs etiquette guidelines. Review our simple guidelines that focus on diversity, safety, and inclusion and foster a welcoming community for our contributors around the world.', 'wporg' );
     29                        $title = esc_html__( 'Etiquette at WordPress', 'wporg' );
     30                        $desc  = esc_html__( 'We welcome the contributions of everyone who’s interested in joining the WordPress open source project, and every thriving, diverse community needs etiquette guidelines. Review our simple guidelines that focus on diversity, safety, and inclusion and foster a welcoming community for our contributors around the world.', 'wporg' );
    3131                        break;
    3232
    3333                case 'page-about-features.php':
    34                         $title = _esc_html__( 'WordPress Features', 'wporg' );
     34                        $title = esc_html__( 'WordPress Features', 'wporg' );
    3535                        /* translators: WordPress market share: 30%; */
    36                         $desc  = sprintf( _esc_html__( 'Discover why WordPress powers more than %s of the web. WordPress is a simple, flexible, user-friendly platform, with key features that include media management, SEO, and endless options for customization. More than 50,000 plugins extend the core functionality of WordPress even more. Build your site today.', 'wporg' ), WP_MARKET_SHARE . '%' );
     36                        $desc  = sprintf( esc_html__( 'Discover why WordPress powers more than %s of the web. WordPress is a simple, flexible, user-friendly platform, with key features that include media management, SEO, and endless options for customization. More than 50,000 plugins extend the core functionality of WordPress even more. Build your site today.', 'wporg' ), WP_MARKET_SHARE . '%' );
    3737                        break;
    3838
    3939                case 'page-about-history.php':
    40                         $title = _esc_html__( 'The History of WordPress', 'wporg' );
     40                        $title = esc_html__( 'The History of WordPress', 'wporg' );
    4141                        /* translators: WordPress market share: 30%; */
    42                         $desc  = sprintf( _esc_html__( 'WordPress currently powers more than %s of the web. How did it grow to become the world’s leading web publishing platform? Learn about the history of WordPress: an open source software project built by an active community of contributors who are passionate about collaboration, empowerment, and the open web.', 'wporg' ), WP_MARKET_SHARE . '%' );
     42                        $desc  = sprintf( esc_html__( 'WordPress currently powers more than %s of the web. How did it grow to become the world’s leading web publishing platform? Learn about the history of WordPress: an open source software project built by an active community of contributors who are passionate about collaboration, empowerment, and the open web.', 'wporg' ), WP_MARKET_SHARE . '%' );
    4343                        break;
    4444
    4545                case 'page-about-license.php':
    46                         $title = _esc_html__( 'The GNU Public License', 'wporg' );
    47                         $desc  = _esc_html__( 'WordPress is an open source software project, and a fierce believer in the values of the open web. WordPress uses the GNU Public License, which provides a platform for technical expansion and encourages adaptation and innovation. Learn more about this license, and discover what can and cannot be done under it.', 'wporg' );
     46                        $title = esc_html__( 'The GNU Public License', 'wporg' );
     47                        $desc  = esc_html__( 'WordPress is an open source software project, and a fierce believer in the values of the open web. WordPress uses the GNU Public License, which provides a platform for technical expansion and encourages adaptation and innovation. Learn more about this license, and discover what can and cannot be done under it.', 'wporg' );
    4848                        break;
    4949
    5050                case 'page-about-logos.php':
    51                         $title = _esc_html__( 'Graphics & Logos', 'wporg' );
    52                         $desc  = sprintf( ___( 'When you need the official WordPress logo for a web site or publication, please use one of the following. Please only use logos in accordance with the <a href="%s">WordPress trademark&nbsp;policy</a>.', 'wporg' ), esc_url( 'http://wordpressfoundation.org/trademark-policy/' ) );
     51                        $title = esc_html__( 'Graphics &amp; Logos', 'wporg' );
     52                        $desc  = sprintf( __( 'When you need the official WordPress logo for a web site or publication, please use one of the following. Please only use logos in accordance with the <a href="%s">WordPress trademark&nbsp;policy</a>.', 'wporg' ), esc_url( 'http://wordpressfoundation.org/trademark-policy/' ) );
    5353                        break;
    5454
    5555                case 'page-about-philosophy.php':
    56                         $title = _esc_html__( 'WordPress&rsquo; Philosophy', 'wporg' );
    57                         $desc  = _esc_html__( 'At the core of the WordPress philosophy is our commitment to the open web and to building software that works for everyone, from a new user to an advanced developer. Our philosophy pushes WordPress to remain flexible, adaptable, and easy-to-use. Learn about WordPress&#8217;s philosophy and how it shapes our community.', 'wporg' );
     56                        $title = esc_html__( 'WordPress&rsquo; Philosophy', 'wporg' );
     57                        $desc  = esc_html__( 'At the core of the WordPress philosophy is our commitment to the open web and to building software that works for everyone, from a new user to an advanced developer. Our philosophy pushes WordPress to remain flexible, adaptable, and easy-to-use. Learn about WordPress&#8217;s philosophy and how it shapes our community.', 'wporg' );
    5858                        break;
    5959
    6060                case 'page-about-privacy.php':
    61                         $title = _esc_html__( 'WordPress Privacy Policy', 'wporg' );
    62                         $desc  = _esc_html__( 'Like other major software platforms, WordPress gathers and collects statistics and analytical data. Privacy is key in this endeavor and WordPress never discloses any personally identifiable data. Review the WordPress Privacy Policy to learn how, as a participant in this community, you&#8217;re privacy is protected.', 'wporg' );
     61                        $title = esc_html__( 'WordPress Privacy Policy', 'wporg' );
     62                        $desc  = esc_html__( 'Like other major software platforms, WordPress gathers and collects statistics and analytical data. Privacy is key in this endeavor and WordPress never discloses any personally identifiable data. Review the WordPress Privacy Policy to learn how, as a participant in this community, you&#8217;re privacy is protected.', 'wporg' );
    6363                        break;
    6464
    6565                case 'page-about-requirements.php':
    66                         $title = _esc_html__( 'Hosting Requirements for WordPress', 'wporg' );
    67                         $desc  = _esc_html__( 'Running WordPress doesn&#8217;t require a lot, but your host will still need to meet a few minimum requirements. Learn about the website hosting requirements to run WordPress, including our recommendation to support PHP 7.2+ and HTTPS. Not sure how to ask your host for these details? Use the sample email we include.', 'wporg' );
     66                        $title = esc_html__( 'Hosting Requirements for WordPress', 'wporg' );
     67                        $desc  = esc_html__( 'Running WordPress doesn&#8217;t require a lot, but your host will still need to meet a few minimum requirements. Learn about the website hosting requirements to run WordPress, including our recommendation to support PHP 7.2+ and HTTPS. Not sure how to ask your host for these details? Use the sample email we include.', 'wporg' );
    6868                        break;
    6969
    7070                case 'page-about-roadmap.php':
    71                         $title = _esc_html__( 'WordPress Development Roadmap', 'wporg' );
    72                         $desc  = _esc_html__( 'The WordPress Roadmap lists major releases by date, includes details about the features of each release, and acknowledges the contributing community members. Learn about the status of upcoming releases, development cycles, issues, and milestones. Follow the progress of WordPress development week after week!', 'wporg' );
     71                        $title = esc_html__( 'WordPress Development Roadmap', 'wporg' );
     72                        $desc  = esc_html__( 'The WordPress Roadmap lists major releases by date, includes details about the features of each release, and acknowledges the contributing community members. Learn about the status of upcoming releases, development cycles, issues, and milestones. Follow the progress of WordPress development week after week!', 'wporg' );
    7373                        break;
    7474
    7575                case 'page-about-security.php':
    76                         $title = _esc_html__( 'WordPress is Secure', 'wporg' );
     76                        $title = esc_html__( 'WordPress is Secure', 'wporg' );
    7777                        /* translators: WordPress market share: 30%; */
    78                         $desc  = sprintf( _esc_html__( 'Why is WordPress recommended as a secure website-building solution? With a passionate open source community and an extensible, easy-to-use platform, WordPress provides flexible and secure options for all levels of users, from beginners to pros. Learn how WordPress guarantees the security of %s of the web.', 'wporg' ), WP_MARKET_SHARE . '%' );
     78                        $desc  = sprintf( esc_html__( 'Why is WordPress recommended as a secure website-building solution? With a passionate open source community and an extensible, easy-to-use platform, WordPress provides flexible and secure options for all levels of users, from beginners to pros. Learn how WordPress guarantees the security of %s of the web.', 'wporg' ), WP_MARKET_SHARE . '%' );
    7979                        break;
    8080
    8181                case 'page-about-stats.php':
    82                         $title = _esc_html__( 'Key WordPress Statistics', 'wporg' );
    83                         $desc  = _esc_html__( 'WordPress is committed to transparency, and you can get a better sense of its constant worldwide growth through the statistics we share. Review key WordPress stats including usage breakdown by WordPress versions, PHP and MySQL versions being run, and locales of use, and see how WordPress expands its global reach.', 'wporg' );
     82                        $title = esc_html__( 'Key WordPress Statistics', 'wporg' );
     83                        $desc  = esc_html__( 'WordPress is committed to transparency, and you can get a better sense of its constant worldwide growth through the statistics we share. Review key WordPress stats including usage breakdown by WordPress versions, PHP and MySQL versions being run, and locales of use, and see how WordPress expands its global reach.', 'wporg' );
    8484                        break;
    8585
    8686                case 'page-about-swag.php':
    87                         $title = _esc_html__( 'WordPress Swag', 'wporg' );
    88                         $desc  = _esc_html__( 'Show your WordPress pride and run with the coolest swag! You&#8217;ll be surprised how widely recognized our logo is around the world, bringing people together through recognition and community. Choose your WordPress swag today (Wapuu t-shirt, anyone?) and your purchase will also support free swag at WordCamps and meetups.', 'wporg' );
     87                        $title = esc_html__( 'WordPress Swag', 'wporg' );
     88                        $desc  = esc_html__( 'Show your WordPress pride and run with the coolest swag! You&#8217;ll be surprised how widely recognized our logo is around the world, bringing people together through recognition and community. Choose your WordPress swag today (Wapuu t-shirt, anyone?) and your purchase will also support free swag at WordCamps and meetups.', 'wporg' );
    8989                        break;
    9090
    9191                case 'page-about.php':
    92                         $title = _esc_html__( 'Democratize Publishing', 'wporg' );
    93                         $desc  = _esc_html__( 'WordPress is software designed for everyone with emphasis on accessibility, performance, security, and usability.', 'wporg' );
     92                        $title = esc_html__( 'Democratize Publishing', 'wporg' );
     93                        $desc  = esc_html__( 'WordPress is software designed for everyone with emphasis on accessibility, performance, security, and usability.', 'wporg' );
    9494                        break;
    9595        }
Note: See TracChangeset for help on using the changeset viewer.