Changeset 6878 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/inc/page-meta-descriptions.php
- Timestamp:
- 03/15/2018 04:42:32 AM (7 years ago)
- 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 22 22 23 23 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' ); 26 26 break; 27 27 28 28 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' ); 31 31 break; 32 32 33 33 case 'page-about-features.php': 34 $title = _esc_html__( 'WordPress Features', 'wporg' );34 $title = esc_html__( 'WordPress Features', 'wporg' ); 35 35 /* 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 . '%' ); 37 37 break; 38 38 39 39 case 'page-about-history.php': 40 $title = _esc_html__( 'The History of WordPress', 'wporg' );40 $title = esc_html__( 'The History of WordPress', 'wporg' ); 41 41 /* 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 . '%' ); 43 43 break; 44 44 45 45 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' ); 48 48 break; 49 49 50 50 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 policy</a>.', 'wporg' ), esc_url( 'http://wordpressfoundation.org/trademark-policy/' ) );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 policy</a>.', 'wporg' ), esc_url( 'http://wordpressfoundation.org/trademark-policy/' ) ); 53 53 break; 54 54 55 55 case 'page-about-philosophy.php': 56 $title = _esc_html__( 'WordPress’ 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’s philosophy and how it shapes our community.', 'wporg' );56 $title = esc_html__( 'WordPress’ 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’s philosophy and how it shapes our community.', 'wporg' ); 58 58 break; 59 59 60 60 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’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’re privacy is protected.', 'wporg' ); 63 63 break; 64 64 65 65 case 'page-about-requirements.php': 66 $title = _esc_html__( 'Hosting Requirements for WordPress', 'wporg' );67 $desc = _esc_html__( 'Running WordPress doesn’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’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' ); 68 68 break; 69 69 70 70 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' ); 73 73 break; 74 74 75 75 case 'page-about-security.php': 76 $title = _esc_html__( 'WordPress is Secure', 'wporg' );76 $title = esc_html__( 'WordPress is Secure', 'wporg' ); 77 77 /* 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 . '%' ); 79 79 break; 80 80 81 81 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' ); 84 84 break; 85 85 86 86 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’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’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' ); 89 89 break; 90 90 91 91 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' ); 94 94 break; 95 95 }
Note: See TracChangeset
for help on using the changeset viewer.