Ticket #1280: meta-1280.patch
| File meta-1280.patch, 2.3 KB (added by , 10 years ago) |
|---|
-
trunk/translate.wordpress.org/public_html/gp-templates/index-locales.php
1 1 <?php 2 gp_title( __('Locales < GlotPress') );2 gp_title( __('Locales') ); 3 3 wp_enqueue_script('common'); 4 4 gp_tmpl_header(); 5 5 ?> -
trunk/translate.wordpress.org/public_html/gp-templates/locale-project.php
1 1 <?php 2 gp_title( sprintf( __( 'Projects translated to %s < GlotPress' ),esc_html( $locale->english_name ) ) );2 gp_title( sprintf( __( 'Projects translated to %s' ), esc_html( $locale->english_name ) ) ); 3 3 4 4 $breadcrumb = array(); 5 5 $breadcrumb[] = gp_link_get( '/', __( 'Locales' ) ); -
trunk/translate.wordpress.org/public_html/gp-templates/locale-projects.php
1 1 <?php 2 gp_title( sprintf( __( 'Projects translated to %s < GlotPress' ),esc_html( $locale->english_name ) ) );2 gp_title( sprintf( __( 'Projects translated to %s' ), esc_html( $locale->english_name ) ) ); 3 3 4 4 $breadcrumb = array(); 5 5 $breadcrumb[] = gp_link_get( '/', __( 'Locales' ) ); -
trunk/translate.wordpress.org/public_html/gp-templates/stats-overview.php
1 1 <?php 2 gp_title( __( 'Translation status overview < GlotPress' ) );2 gp_title( __( 'Translation status overview' ) ); 3 3 4 4 $breadcrumb = array(); 5 5 $breadcrumb[] = gp_link_get( '/', __( 'Locales' ) );