Changeset 6032
- Timestamp:
- 10/15/2017 10:10:04 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/api/routes/class-locale-banner.php
r6030 r6032 174 174 175 175 $suggest_string = sprintf( 176 $this->translate( 'This plugin is not available in%1$s yet. <a href="%2$s">Help translate it!</a>', $locale ),176 $this->translate( 'This plugin is not translated into %1$s yet. <a href="%2$s">Help translate it!</a>', $locale ), 177 177 \GP_Locales::by_field( 'wp_locale', $locale )->native_name, 178 178 esc_url( 'https://translate.wordpress.org/projects/wp-plugins/' . $plugin_slug ) … … 183 183 } elseif ( ! $current_locale_is_suggested && ! $current_locale_is_translated && $is_plugin_request ) { 184 184 $suggest_string = sprintf( 185 $this->translate( 'This plugin is not available in%1$s yet. <a href="%2$s">Help translate it!</a>', $current_locale ),185 $this->translate( 'This plugin is not translated into %1$s yet. <a href="%2$s">Help translate it!</a>', $current_locale ), 186 186 \GP_Locales::by_field( 'wp_locale', $current_locale )->native_name, 187 187 esc_url( 'https://translate.wordpress.org/projects/wp-plugins/' . $plugin_slug ) … … 312 312 2984793 => 'This plugin is also available in %s.', 313 313 2984794 => 'This plugin is also available in %1$s (also: %2$s).', 314 2984795 => 'This plugin is not available in%1$s yet. <a href="%2$s">Help translate it!</a>',314 2984795 => 'This plugin is not translated into %1$s yet. <a href="%2$s">Help translate it!</a>', 315 315 3004513 => 'The plugin directory is also available in %s.', 316 316 3004514 => 'The plugin directory is also available in %1$s (also: %2$s).', … … 359 359 __( 'This plugin is also available in %1$s (also: %2$s). <a href="%3$s">Help improve the translation!</a>', 'wporg-plugins' ); 360 360 /* translators: 1: native language name, 2: URL to translate.wordpress.org */ 361 __( 'This plugin is not available in%1$s yet. <a href="%2$s">Help translate it!</a>', 'wporg-plugins' );361 __( 'This plugin is not translated into %1$s yet. <a href="%2$s">Help translate it!</a>', 'wporg-plugins' ); 362 362 /* translators: %s: native language name. */ 363 363 __( 'The plugin directory is also available in %s.', 'wporg-plugins' );
Note: See TracChangeset
for help on using the changeset viewer.