IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
|
|
|
|
| 1175 | 1175 | /* translators: Number of results found when using jQuery UI Autocomplete. */ |
| 1176 | 1176 | 'oneResult' => __( '1 result found. Use up and down arrow keys to navigate.' ), |
| 1177 | 1177 | /* translators: %d: Number of results found when using jQuery UI Autocomplete. */ |
| 1178 | | 'manyResults' => __( '%d results found. Use up and down arrow keys to navigate.' ), |
| | 1178 | 'manyResults' => _n( '%d result found. Use up and down arrow keys to navigate.', '%d results found. Use up and down arrow keys to navigate.', did_action( 'init' ) ), |
| 1179 | 1179 | 'itemSelected' => __( 'Item selected.' ), |
| 1180 | 1180 | ) |
| 1181 | 1181 | ); |