Tweak strings for point release changelogs. see #19346.
git-svn-id: http://svn.automattic.com/wordpress/trunk@19541 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
a07b95a5f3
commit
f046807b64
|
@ -184,18 +184,18 @@ _n_noop( 'Maintenance and Security Release', 'Maintenance and Security Releases'
|
||||||
_n_noop( '<strong>Version %1$s</strong> addressed a security issue.',
|
_n_noop( '<strong>Version %1$s</strong> addressed a security issue.',
|
||||||
'<strong>Version %1$s</strong> addressed some security issues.' );
|
'<strong>Version %1$s</strong> addressed some security issues.' );
|
||||||
|
|
||||||
/* translators: 1: WordPress version number, 2: plural number of bugs (singular not used). */
|
/* translators: 1: WordPress version number, 2: plural number of bugs. */
|
||||||
_n_noop( '<strong>Version %1$s</strong> addressed %2$s bugs.',
|
_n_noop( '<strong>Version %1$s</strong> addressed %2$s bug.',
|
||||||
'<strong>Version %1$s</strong> addressed %2$s bugs.' );
|
'<strong>Version %1$s</strong> addressed %2$s bugs.' );
|
||||||
|
|
||||||
/* translators: 1: WordPress version number, 2: plural number of bugs (singular not used). Singular security issue. */
|
/* translators: 1: WordPress version number, 2: plural number of bugs. Singular security issue. */
|
||||||
_n_noop( '<strong>Version %1$s</strong> addressed a security issue and fixed %2$s bugs.',
|
_n_noop( '<strong>Version %1$s</strong> addressed a security issue and fixed %2$s bug.',
|
||||||
'<strong>Version %1$s</strong> addressed a security issue and fixed %2$s bugs.' );
|
'<strong>Version %1$s</strong> addressed a security issue and fixed %2$s bugs.' );
|
||||||
|
|
||||||
/* translators: 1: WordPress version number, 2: plural number of bugs (singular not used). More than one security issue. */
|
/* translators: 1: WordPress version number, 2: plural number of bugs. More than one security issue. */
|
||||||
_n_noop( '<strong>Version %1$s</strong> addressed some security issues and fixed %2$s bugs.',
|
_n_noop( '<strong>Version %1$s</strong> addressed some security issues and fixed %2$s bug.',
|
||||||
'<strong>Version %1$s</strong> addressed some security issues and fixed %2$s bugs.' );
|
'<strong>Version %1$s</strong> addressed some security issues and fixed %2$s bugs.' );
|
||||||
|
|
||||||
__( 'For more information, see <a href="%s">the release post</a>.' );
|
__( 'For more information, see <a href="%s">the release notes</a>.' );
|
||||||
|
|
||||||
?>
|
?>
|
Loading…
Reference in New Issue