Ticket #44717: 44717.patch
| File 44717.patch, 1.8 KB (added by , 8 years ago) |
|---|
-
wp-admin/about.php
357 357 __( 'Maintenance and Security Releases' ); 358 358 359 359 /* translators: %s: WordPress version number */ 360 __( '<strong>Version %s</strong> addressed one security issue. ' );360 __( '<strong>Version %s</strong> addressed one security issue. ' ); 361 361 /* translators: %s: WordPress version number */ 362 __( '<strong>Version %s</strong> addressed some security issues. ' );362 __( '<strong>Version %s</strong> addressed some security issues. ' ); 363 363 364 364 /* translators: 1: WordPress version number, 2: plural number of bugs. */ 365 365 _n_noop( 366 '<strong>Version %1$s</strong> addressed %2$s bug. ',367 '<strong>Version %1$s</strong> addressed %2$s bugs. '366 '<strong>Version %1$s</strong> addressed %2$s bug. ', 367 '<strong>Version %1$s</strong> addressed %2$s bugs. ' 368 368 ); 369 369 370 370 /* translators: 1: WordPress version number, 2: plural number of bugs. Singular security issue. */ 371 371 _n_noop( 372 '<strong>Version %1$s</strong> addressed a security issue and fixed %2$s bug. ',373 '<strong>Version %1$s</strong> addressed a security issue and fixed %2$s bugs. '372 '<strong>Version %1$s</strong> addressed a security issue and fixed %2$s bug. ', 373 '<strong>Version %1$s</strong> addressed a security issue and fixed %2$s bugs. ' 374 374 ); 375 375 376 376 /* translators: 1: WordPress version number, 2: plural number of bugs. More than one security issue. */ 377 377 _n_noop( 378 '<strong>Version %1$s</strong> addressed some security issues and fixed %2$s bug. ',379 '<strong>Version %1$s</strong> addressed some security issues and fixed %2$s bugs. '378 '<strong>Version %1$s</strong> addressed some security issues and fixed %2$s bug. ', 379 '<strong>Version %1$s</strong> addressed some security issues and fixed %2$s bugs. ' 380 380 ); 381 381 382 382 /* translators: %s: Codex URL */
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)