Changeset 5983
- Timestamp:
- 10/02/2017 09:51:36 AM (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
r5717 r5983 367 367 368 368 /* translators: %s: native language name. */ 369 __( 'This plugin is also available in % s.', 'wporg-plugins' );369 __( 'This plugin is also available in %1$s. <a href="%2$s">Help improve the translation!</a>', 'wporg-plugins' ); 370 370 /* translators: 1: native language name, 2: other native language names, comma separated */ 371 __( 'This plugin is also available in %1$s (also: %2$s). ', 'wporg-plugins' );371 __( 'This plugin is also available in %1$s (also: %2$s). <a href="%3$s">Help improve the translation!</a>', 'wporg-plugins' ); 372 372 /* translators: 1: native language name, 2: URL to translate.wordpress.org */ 373 373 __( 'This plugin is not available in %1$s yet. <a href="%2$s">Help translate it!</a>', 'wporg-plugins' );
Note: See TracChangeset
for help on using the changeset viewer.