|
229 | 229 | changes the app and the language of the speech-recognition-based search to 'English (US)'. --> |
230 | 230 | <string name="settings_language_english">Английский (США)</string> |
231 | 231 |
|
| 232 | + <!-- This string is used to label a radio button in the 'Settings' Language dialog that, when pressed, |
| 233 | + changes the app and the language of the speech-recognition-based search to 'English (UK)'. --> |
| 234 | + <string name="settings_language_english_uk">Английский (Великобритания)</string> |
| 235 | + |
232 | 236 | <!-- This string is used to label a radio button in the settings language dialog that, when pressed, |
233 | 237 | changes the app and the language of the speech-recognition-based search to 'Chinese (Traditional/Zhuyin)'. --> |
234 | 238 | <string name="settings_language_traditional_chinese">Китайский (Традиционный/Чжуинь)</string> |
|
253 | 257 | changes the app and the language of the speech-recognition-based search to 'Spanish'. --> |
254 | 258 | <string name="settings_language_spanish">Испанский</string> |
255 | 259 |
|
| 260 | + <!-- This string is used to label a radio button in the settings language dialog that, when pressed, |
| 261 | + changes the app and the language of the speech-recognition-based search to 'Spanish (Spain)'. --> |
| 262 | + <string name="settings_language_spanish_spain">Испанский (Испания)</string> |
| 263 | + |
256 | 264 | <!-- This string is used to label a radio button in the settings language dialog that, when pressed, |
257 | 265 | changes the app and the language of the speech-recognition-based search to 'Korean'. --> |
258 | 266 | <string name="settings_language_korean">Корейский</string> |
|
277 | 285 | changes the app and the language of the speech-recognition-based search to 'Norwegian'. --> |
278 | 286 | <string name="settings_language_norwegian">Норвежский</string> |
279 | 287 |
|
| 288 | + <!-- This string is used to label a radio button in the settings language dialog that, when pressed, |
| 289 | + changes the app and the language of the speech-recognition-based search to 'Norwegian (Bokmaal)'. --> |
| 290 | + <string name="settings_language_norwegian_bokmaal">Норвежский (Букмол)</string> |
| 291 | + |
| 292 | + <!-- This string is used to label a radio button in the settings language dialog that, when pressed, |
| 293 | + changes the app and the language of the speech-recognition-based search to 'Norwegian (Nynorsk)'. --> |
| 294 | + <string name="settings_language_norwegian_nynorsk">Норвежский (Нюнорск)</string> |
| 295 | + |
280 | 296 | <!-- This string is used to label a radio button in the settings language dialog that, when pressed, |
281 | 297 | changes the app and the language of the speech-recognition-based search to 'Danish'. --> |
282 | 298 | <string name="settings_language_swedish">Шведский</string> |
@@ -1662,6 +1678,10 @@ the Select` button. When clicked it closes all the previously selected tabs --> |
1662 | 1678 | the system but the system can't handle it either. --> |
1663 | 1679 | <string name="download_open_file_error_title">Ошибка</string> |
1664 | 1680 |
|
| 1681 | + <!-- This string is displayed in the body of the dialog displayed when the file type cannot be opened and |
| 1682 | + there is no system app available to handle it either. --> |
| 1683 | + <string name="download_open_file_open_unsupported_body">Тип файла не поддерживается.</string> |
| 1684 | + |
1665 | 1685 | <!-- This string is displayed in the body of the dialog displayed when we try to hand over the file open to |
1666 | 1686 | the system but the system can't handle it either. --> |
1667 | 1687 | <string name="download_open_file_error_body">Для данного типа файла ни одного приложения не найдено.</string> |
|
0 commit comments