Changeset 42228 for trunk/src/wp-admin/about.php
- Timestamp:
- 11/26/2017 11:56:25 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/about.php
r42181 r42228 354 354 /* translators: 1: WordPress version number, 2: plural number of bugs. */ 355 355 _n_noop( '<strong>Version %1$s</strong> addressed %2$s bug.', 356 356 '<strong>Version %1$s</strong> addressed %2$s bugs.' ); 357 357 358 358 /* translators: 1: WordPress version number, 2: plural number of bugs. Singular security issue. */ 359 359 _n_noop( '<strong>Version %1$s</strong> addressed a security issue and fixed %2$s bug.', 360 360 '<strong>Version %1$s</strong> addressed a security issue and fixed %2$s bugs.' ); 361 361 362 362 /* translators: 1: WordPress version number, 2: plural number of bugs. More than one security issue. */ 363 363 _n_noop( '<strong>Version %1$s</strong> addressed some security issues and fixed %2$s bug.', 364 364 '<strong>Version %1$s</strong> addressed some security issues and fixed %2$s bugs.' ); 365 365 366 366 /* translators: %s: Codex URL */
Note: See TracChangeset
for help on using the changeset viewer.