Changeset 11032 for trunk/src/bp-core/bp-core-admin.php
- Timestamp:
- 08/24/2016 11:25:28 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/bp-core-admin.php
r10825 r11032 31 31 _n_noop( 'Maintenance and Security Release', 'Maintenance and Security Releases', 'buddypress' ); 32 32 33 /* translators: 1: WordPress version number. */ 34 _n_noop( '<strong>Version %1$s</strong> addressed a security issue.', 35 '<strong>Version %1$s</strong> addressed some security issues.', 36 'buddypress' ); 33 /* translators: 1: BuddyPress version number. */ 34 _n_noop( 35 '<strong>Version %1$s</strong> addressed a security issue.', 36 '<strong>Version %1$s</strong> addressed some security issues.', 37 'buddypress' 38 ); 37 39 38 /* translators: 1: WordPress version number, 2: plural number of bugs. */ 39 _n_noop( '<strong>Version %1$s</strong> addressed %2$s bug.', 40 '<strong>Version %1$s</strong> addressed %2$s bugs.', 41 'buddypress' ); 40 /* translators: 1: BuddyPress version number, 2: plural number of bugs. */ 41 _n_noop( 42 '<strong>Version %1$s</strong> addressed %2$s bug.', 43 '<strong>Version %1$s</strong> addressed %2$s bugs.', 44 'buddypress' 45 ); 42 46 43 /* translators: 1: WordPress version number, 2: plural number of bugs. Singular security issue. */ 44 _n_noop( '<strong>Version %1$s</strong> addressed a security issue and fixed %2$s bug.', 45 '<strong>Version %1$s</strong> addressed a security issue and fixed %2$s bugs.', 46 'buddypress' ); 47 /* translators: 1: BuddyPress version number, 2: plural number of bugs. Singular security issue. */ 48 _n_noop( 49 '<strong>Version %1$s</strong> addressed a security issue and fixed %2$s bug.', 50 '<strong>Version %1$s</strong> addressed a security issue and fixed %2$s bugs.', 51 'buddypress' 52 ); 47 53 48 /* translators: 1: WordPress version number, 2: plural number of bugs. More than one security issue. */ 49 _n_noop( '<strong>Version %1$s</strong> addressed some security issues and fixed %2$s bug.', 50 '<strong>Version %1$s</strong> addressed some security issues and fixed %2$s bugs.', 51 'buddypress' ); 54 /* translators: 1: BuddyPress version number, 2: plural number of bugs. More than one security issue. */ 55 _n_noop( 56 '<strong>Version %1$s</strong> addressed some security issues and fixed %2$s bug.', 57 '<strong>Version %1$s</strong> addressed some security issues and fixed %2$s bugs.', 58 'buddypress' 59 ); 52 60 53 61 __( 'For more information, see <a href="%s">the release notes</a>.', 'buddypress' );
Note: See TracChangeset
for help on using the changeset viewer.