Ticket #19346: 19346.4.diff
| File 19346.4.diff, 1.9 KB (added by , 14 years ago) |
|---|
-
wp-admin/about.php
184 184 _n_noop( '<strong>Version %1$s</strong> addressed a security issue.', 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 ?> 202 No newline at end of file