|
333 | 333 | and is used to customize background environments of the app. --> |
334 | 334 | <string name="developer_options_env_override">환경 오버라이드 활성화</string> |
335 | 335 |
|
336 | | - <!-- This string labels an On/Off switch in the developer options dialog and is used to toggle |
337 | | - running content in a separate process. |
338 | | - Multiprocessing: the running of two or more programs or sequences of instructions |
339 | | - simultaneously by a computer with more than one central processor. |
340 | | - A dialog should appear with a field labeled with the text, 'Enable Multiprocess'. --> |
341 | | - <string name="developer_options_multiprocess">멀티 프로세스 활성화</string> |
342 | | - |
343 | 336 | <!-- This string labels an On/Off switch in the developer options dialog and is used to toggle |
344 | 337 | the performance monitor. The Performance monitor is used to detect pages that cause the |
345 | 338 | browser to run below a target framerate and pauses the page to restore performance. |
|
930 | 923 |
|
931 | 924 | <!-- This string is displayed is the history context menu that is displayed when |
932 | 925 | the more button is pressed in a history item. It removes the selected item from favorites. --> |
933 | | - <string name="history_context_remove_bookmarks">북마크에서 삭제</string> |
| 926 | + <string name="history_context_remove_bookmarks">북마크 삭제</string> |
934 | 927 |
|
935 | 928 | <!-- This string labels the Reset button that restores the default display settings values. --> |
936 | 929 | <string name="display_options_reset">디스플레이 설정 초기화</string> |
|
1099 | 1092 | browser's navigation bar. The button it labels, when pressed, bookmarks the currently open web site. --> |
1100 | 1093 | <string name="bookmark_tooltip">이 페이지를 북마크</string> |
1101 | 1094 |
|
| 1095 | + <!-- This string is for the tooltip that appears when the user hovers over the 'Bookmark' icon in the |
| 1096 | + browser's navigation bar if the site is already bookmarked. The button it labels, when pressed, |
| 1097 | + removes the currently open web site from bookmarks. --> |
| 1098 | + <string name="remove_bookmark_tooltip">북마크 삭제</string> |
| 1099 | + |
1102 | 1100 | <!-- This string is for the tooltip that appears when the user hovers over the 'Bookmarks' icon in the |
1103 | 1101 | tray. The button it labels, when pressed, opens a list view of the user's saved |
1104 | 1102 | Bookmarks. --> |
|
0 commit comments