Changeset 19541
- Timestamp:
- 12/02/2011 05:17:08 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/about.php
r19536 r19541 185 185 '<strong>Version %1$s</strong> addressed some security issues.' ); 186 186 187 /* translators: 1: WordPress version number, 2: plural number of bugs (singular not used). */188 _n_noop( '<strong>Version %1$s</strong> addressed %2$s bug s.',187 /* translators: 1: WordPress version number, 2: plural number of bugs. */ 188 _n_noop( '<strong>Version %1$s</strong> addressed %2$s bug.', 189 189 '<strong>Version %1$s</strong> addressed %2$s bugs.' ); 190 190 191 /* translators: 1: WordPress version number, 2: plural number of bugs (singular not used). Singular security issue. */192 _n_noop( '<strong>Version %1$s</strong> addressed a security issue and fixed %2$s bug s.',191 /* translators: 1: WordPress version number, 2: plural number of bugs. Singular security issue. */ 192 _n_noop( '<strong>Version %1$s</strong> addressed a security issue and fixed %2$s bug.', 193 193 '<strong>Version %1$s</strong> addressed a security issue and fixed %2$s bugs.' ); 194 194 195 /* translators: 1: WordPress version number, 2: plural number of bugs (singular not used). More than one security issue. */196 _n_noop( '<strong>Version %1$s</strong> addressed some security issues and fixed %2$s bug s.',195 /* translators: 1: WordPress version number, 2: plural number of bugs. More than one security issue. */ 196 _n_noop( '<strong>Version %1$s</strong> addressed some security issues and fixed %2$s bug.', 197 197 '<strong>Version %1$s</strong> addressed some security issues and fixed %2$s bugs.' ); 198 198 199 __( 'For more information, see <a href="%s">the release post</a>.' );199 __( 'For more information, see <a href="%s">the release notes</a>.' ); 200 200 201 201 ?>
Note: See TracChangeset
for help on using the changeset viewer.