Making WordPress.org


Ignore:
Timestamp:
01/31/2018 11:21:10 PM (7 years ago)
Author:
obenland
Message:

Login: Use wporg textdomain for translations.

H/t ocean90.
See [6490], https://i18n.trac.wordpress.org/changeset/135039/.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-login/register-confirm.php

    r6395 r6493  
    6666
    6767<p class="intro">
    68 <?php _e( 'Set your password and complete your WordPress.org Profile information.', 'wporg-login' ); ?>
     68<?php _e( 'Set your password and complete your WordPress.org Profile information.', 'wporg' ); ?>
    6969</p>
    7070
     
    7373        <div class="user-pass1-wrap">
    7474        <p>
    75             <label for="pass1"><?php _e( 'Password', 'wporg-login' ); ?></label>
     75            <label for="pass1"><?php _e( 'Password', 'wporg' ); ?></label>
    7676        </p>
    7777
     
    8080                <input type="password" data-reveal="1" data-pw="<?php echo esc_attr( wp_generate_password( 16 ) ); ?>" name="user_pass" id="pass1" class="input" size="20" value="" autocomplete="off" aria-describedby="pass-strength-result" />
    8181            </span>
    82             <div id="pass-strength-result" class="hide-if-no-js" aria-live="polite"><?php _e( 'Strength indicator', 'wporg-login' ); ?></div>
     82            <div id="pass-strength-result" class="hide-if-no-js" aria-live="polite"><?php _e( 'Strength indicator', 'wporg' ); ?></div>
    8383        </div>
    8484    </div>
    8585
    86 <!--    <p class="description indicator-hint"><?php _e( 'Hint: The password should be at least twelve characters long. To make it stronger, use upper and lower case letters, numbers, and symbols like ! " ? $ % ^ &amp; ).', 'wporg-login' ); ?></p> -->
     86<!--    <p class="description indicator-hint"><?php _e( 'Hint: The password should be at least twelve characters long. To make it stronger, use upper and lower case letters, numbers, and symbols like ! " ? $ % ^ &amp; ).', 'wporg' ); ?></p> -->
    8787
    8888    <?php include __DIR__ . '/partials/register-profilefields.php'; ?>
    8989
    9090    <p class="login-submit">
    91         <input type="submit" name="wp-submit" id="wp-submit" class="button button-primary" value="<?php esc_attr_e( 'Create Account', 'wporg-login' ); ?>" />
     91        <input type="submit" name="wp-submit" id="wp-submit" class="button button-primary" value="<?php esc_attr_e( 'Create Account', 'wporg' ); ?>" />
    9292    </p>
    9393
     
    9595
    9696<p id="nav">
    97     <a href="https://wordpress.org/"><?php _e( 'WordPress.org', 'wporg-login' ); ?></a>
     97    <a href="https://wordpress.org/"><?php _e( 'WordPress.org', 'wporg' ); ?></a>
    9898</p>
    9999
Note: See TracChangeset for help on using the changeset viewer.