Changeset 1140
- Timestamp:
- 01/14/2015 12:26:40 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/wp-i18n-teams/views/locale-details.php
r1068 r1140 35 35 <li class="button download-button"> 36 36 <a href="<?php echo esc_url( $locale_data['localized_core_url'] ); ?>" role="button"> 37 <?php printf( __( 'Download WordPress in %s', 'wporg' ), $locale-> native_name ); ?>37 <?php printf( __( 'Download WordPress in %s', 'wporg' ), $locale->english_name ); ?> 38 38 </a> 39 39 </li> … … 55 55 56 56 <?php if ( empty( $locale_data['validators'] ) ) : ?> 57 <p><?php printf( __( '%s does not have any validators yet.', 'wporg' ), $locale-> native_name ); ?></p>57 <p><?php printf( __( '%s does not have any validators yet.', 'wporg' ), $locale->english_name ); ?></p> 58 58 <?php else : ?> 59 59 <ul class="validators"> … … 73 73 74 74 <?php if ( empty( $locale_data['translators'] ) ) : ?> 75 <p><?php printf( __( '%s does not have any translators yet.', 'wporg' ), $locale-> native_name ); ?></p>75 <p><?php printf( __( '%s does not have any translators yet.', 'wporg' ), $locale->english_name ); ?></p> 76 76 <?php else : ?> 77 77 <ul> … … 88 88 <p class="alert alert-info" role="alert"> 89 89 <a href="https://translate.wordpress.org/languages/<?php echo esc_attr( $locale->slug ); ?>"> 90 <?php printf( __( 'Become a translator yourself, check if %s needs some help!', 'wporg' ), $locale-> native_name ); ?>90 <?php printf( __( 'Become a translator yourself, check if %s needs some help!', 'wporg' ), $locale->english_name ); ?> 91 91 </a> 92 92 </p> 93
Note: See TracChangeset
for help on using the changeset viewer.