community translations for plugins and themes served from WordPress.org which allows WordPress to load them just-in-time.' ); ?>
WP_Site_Query',
'WP_Network_Query'
);
?>
|
Version %s addressed one security issue.' );
/* translators: %s: WordPress version number */
__( 'Version %s addressed some security issues.' );
/* translators: 1: WordPress version number, 2: plural number of bugs. */
_n_noop( 'Version %1$s addressed %2$s bug.',
'Version %1$s addressed %2$s bugs.' );
/* translators: 1: WordPress version number, 2: plural number of bugs. Singular security issue. */
_n_noop( 'Version %1$s addressed a security issue and fixed %2$s bug.',
'Version %1$s addressed a security issue and fixed %2$s bugs.' );
/* translators: 1: WordPress version number, 2: plural number of bugs. More than one security issue. */
_n_noop( 'Version %1$s addressed some security issues and fixed %2$s bug.',
'Version %1$s addressed some security issues and fixed %2$s bugs.' );
/* translators: %s: Codex URL */
__( 'For more information, see the release notes.' );