| | 175 | |
| | 176 | // These are strings we may use to describe maintenance/security releases, where we aim for no new strings. |
| | 177 | return; |
| | 178 | |
| | 179 | _n_noop( 'Maintenance Release', 'Maintenance Releases' ); |
| | 180 | _n_noop( 'Security Release', 'Security Releases' ); |
| | 181 | _n_noop( 'Maintenance and Security Release', 'Maintenance and Security Releases' ); |
| | 182 | |
| | 183 | /* translators: 1: WordPress version number, 2: number of security issues. */ |
| | 184 | _n_noop( '<strong>Version %1$s</strong> addressed a security issue.', '<strong>Version %1$s</strong> addressed some security issues.' ); |
| | 185 | |
| | 186 | /* translators: 1: WordPress version number, 2: plural number of bugs (singular not used). */ |
| | 187 | _n_noop( '<strong>Version %1$s</strong> addressed %2$s bugs.', '<strong>Version %1$s</strong> addressed %2$s bugs.' ); |
| | 188 | |
| | 189 | /* translators: 1: WordPress version number, 2: plural number of bugs (singular not used). Singular security issue. */ |
| | 190 | _n_noop( '<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.' ); |
| | 191 | |
| | 192 | /* translators: 1: WordPress version number, 2: plural number of bugs (singular not used). More than one security issue. */ |
| | 193 | _n_noop( '<strong>Version %1$s</strong> addressed some security issues and fixed %2$s bugs.' ); |
| | 194 | |
| | 195 | __( 'For more information, see <a href="%s">the release post</a>.' ); |
| | 196 | |
| | 197 | ?> |
| | 198 | No newline at end of file |