Changeset 35611
- Timestamp:
- 11/11/2015 07:28:12 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/about.php
r35567 r35611 186 186 return; 187 187 188 _n_noop( 'Maintenance Release', 'Maintenance Releases' ); 189 _n_noop( 'Security Release', 'Security Releases' ); 190 _n_noop( 'Maintenance and Security Release', 'Maintenance and Security Releases' ); 191 192 /* translators: 1: WordPress version number. */ 193 _n_noop( '<strong>Version %1$s</strong> addressed a security issue.', 194 '<strong>Version %1$s</strong> addressed some security issues.' ); 188 __( 'Maintenance Release' ); 189 __( 'Maintenance Releases' ); 190 191 __( 'Security Release' ); 192 __( 'Security Releases' ); 193 194 __( 'Maintenance and Security Release' ); 195 __( 'Maintenance and Security Releases' ); 196 197 /* translators: %s: WordPress version number */ 198 __( '<strong>Version %s</strong> addressed one security issue.' ); 199 /* translators: %s: WordPress version number */ 200 __( '<strong>Version %s</strong> addressed some security issues.' ); 195 201 196 202 /* translators: 1: WordPress version number, 2: plural number of bugs. */ … … 206 212 '<strong>Version %1$s</strong> addressed some security issues and fixed %2$s bugs.' ); 207 213 214 /* translators: %s: Codex URL */ 208 215 __( 'For more information, see <a href="%s">the release notes</a>.' );
Note: See TracChangeset
for help on using the changeset viewer.