|
226 | 226 |
|
227 | 227 | <!-- This string is used to label a radio button in the 'Settings' Language dialog that, when pressed, |
228 | 228 | changes the app and the language of the speech-recognition-based search to 'English (US)'. --> |
229 | | - <string name="settings_language_english">영어(미국)</string> |
| 229 | + <string name="settings_language_english">영어 (미국)</string> |
| 230 | + |
| 231 | + <!-- This string is used to label a radio button in the 'Settings' Language dialog that, when pressed, |
| 232 | + changes the app and the language of the speech-recognition-based search to 'English (UK)'. --> |
| 233 | + <string name="settings_language_english_uk">영어 (영국)</string> |
230 | 234 |
|
231 | 235 | <!-- This string is used to label a radio button in the settings language dialog that, when pressed, |
232 | 236 | changes the app and the language of the speech-recognition-based search to 'Chinese (Traditional/Zhuyin)'. --> |
233 | | - <string name="settings_language_traditional_chinese">중국어(번체)</string> |
| 237 | + <string name="settings_language_traditional_chinese">중국어 (번체)</string> |
234 | 238 |
|
235 | 239 | <!-- This string is used to label a radio button in the settings language dialog that, when pressed, |
236 | 240 | changes the app and the language of the speech-recognition-based search to 'Chinese (Simplified/Pinyin)'. --> |
237 | | - <string name="settings_language_simplified_chinese">중국어(간체)</string> |
| 241 | + <string name="settings_language_simplified_chinese">중국어 (간체)</string> |
238 | 242 |
|
239 | 243 | <!-- This string is used to label a radio button in the settings language dialog that, when pressed, |
240 | 244 | changes the app and the language of the speech-recognition-based search to 'Japanese'. --> |
|
252 | 256 | changes the app and the language of the speech-recognition-based search to 'Spanish'. --> |
253 | 257 | <string name="settings_language_spanish">스페인어</string> |
254 | 258 |
|
| 259 | + <!-- This string is used to label a radio button in the settings language dialog that, when pressed, |
| 260 | + changes the app and the language of the speech-recognition-based search to 'Spanish (Spain)'. --> |
| 261 | + <string name="settings_language_spanish_spain">스페인어 (스페인)</string> |
| 262 | + |
255 | 263 | <!-- This string is used to label a radio button in the settings language dialog that, when pressed, |
256 | 264 | changes the app and the language of the speech-recognition-based search to 'Korean'. --> |
257 | 265 | <string name="settings_language_korean">한국어</string> |
|
276 | 284 | changes the app and the language of the speech-recognition-based search to 'Norwegian'. --> |
277 | 285 | <string name="settings_language_norwegian">노르웨이어</string> |
278 | 286 |
|
| 287 | + <!-- This string is used to label a radio button in the settings language dialog that, when pressed, |
| 288 | + changes the app and the language of the speech-recognition-based search to 'Norwegian (Bokmaal)'. --> |
| 289 | + <string name="settings_language_norwegian_bokmaal">노르웨이어 (보크말)</string> |
| 290 | + |
| 291 | + <!-- This string is used to label a radio button in the settings language dialog that, when pressed, |
| 292 | + changes the app and the language of the speech-recognition-based search to 'Norwegian (Nynorsk)'. --> |
| 293 | + <string name="settings_language_norwegian_nynorsk">노르웨어어 (노르딕)</string> |
| 294 | + |
279 | 295 | <!-- This string is used to label a radio button in the settings language dialog that, when pressed, |
280 | 296 | changes the app and the language of the speech-recognition-based search to 'Danish'. --> |
281 | 297 | <string name="settings_language_swedish">스웨덴어</string> |
@@ -1664,6 +1680,10 @@ the Select` button. When clicked it closes all the previously selected tabs --> |
1664 | 1680 | the system but the system can't handle it either. --> |
1665 | 1681 | <string name="download_open_file_error_title">오류</string> |
1666 | 1682 |
|
| 1683 | + <!-- This string is displayed in the body of the dialog displayed when the file type cannot be opened and |
| 1684 | + there is no system app available to handle it either. --> |
| 1685 | + <string name="download_open_file_open_unsupported_body">지원되지 않는 파일 형식입니다.</string> |
| 1686 | + |
1667 | 1687 | <!-- This string is displayed in the body of the dialog displayed when we try to hand over the file open to |
1668 | 1688 | the system but the system can't handle it either. --> |
1669 | 1689 | <string name="download_open_file_error_body">이 파일 형식을 처리하는 응용 프로그램이 없습니다.</string> |
|
0 commit comments