| OLD | NEW |
| 1 <?xml version="1.0" encoding="utf-8"?> | 1 <?xml version="1.0" encoding="utf-8"?> |
| 2 | 2 |
| 3 <!-- | 3 <!-- |
| 4 This file contains definitions of resources that will be translated for each | 4 This file contains definitions of resources that will be translated for each |
| 5 locale. The variables is_win, is_macosx, is_linux, and is_posix are available | 5 locale. The variables is_win, is_macosx, is_linux, and is_posix are available |
| 6 for making strings OS specific. Other platform defines such as use_titlecase | 6 for making strings OS specific. Other platform defines such as use_titlecase |
| 7 are declared in build/common.gypi. | 7 are declared in build/common.gypi. |
| 8 --> | 8 --> |
| 9 | 9 |
| 10 <grit base_dir="." latest_public_release="0" current_release="1" | 10 <grit base_dir="." latest_public_release="0" current_release="1" |
| (...skipping 9926 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 9937 </message> | 9937 </message> |
| 9938 <message name="IDS_CLOSE_TAB_MAC" desc="The Mac menu item to close a bro
wser tab in the file menu."> | 9938 <message name="IDS_CLOSE_TAB_MAC" desc="The Mac menu item to close a bro
wser tab in the file menu."> |
| 9939 Close Tab | 9939 Close Tab |
| 9940 </message> | 9940 </message> |
| 9941 <message name="IDS_SAVE_PAGE_MAC" desc="The Mac menu item to save a page
in the file menu."> | 9941 <message name="IDS_SAVE_PAGE_MAC" desc="The Mac menu item to save a page
in the file menu."> |
| 9942 Save Page As... | 9942 Save Page As... |
| 9943 </message> | 9943 </message> |
| 9944 <message name="IDS_EMAIL_PAGE_LOCATION_MAC" desc="The Mac menu item to e
mail the page location in the file menu."> | 9944 <message name="IDS_EMAIL_PAGE_LOCATION_MAC" desc="The Mac menu item to e
mail the page location in the file menu."> |
| 9945 Email Page Location | 9945 Email Page Location |
| 9946 </message> | 9946 </message> |
| 9947 <message name="IDS_SHARING_MORE_MAC" desc="The Mac menu item to see more
macOS share extensions in the share menu."> |
| 9948 More... |
| 9949 </message> |
| 9950 <message name="IDS_SHARE_MAC" desc="The Mac menu item for sharing to ext
ernal services."> |
| 9951 Share |
| 9952 </message> |
| 9947 <message name="IDS_PRINT_USING_SYSTEM_DIALOG_MAC" desc="The Mac menu ite
m to print using system dialog in the file menu"> | 9953 <message name="IDS_PRINT_USING_SYSTEM_DIALOG_MAC" desc="The Mac menu ite
m to print using system dialog in the file menu"> |
| 9948 Print Using System Dialog... | 9954 Print Using System Dialog... |
| 9949 </message> | 9955 </message> |
| 9950 <!-- Edit menu --> | 9956 <!-- Edit menu --> |
| 9951 <message name="IDS_EDIT_UNDO_MAC" desc="The Mac menu item undo in the ed
it menu."> | 9957 <message name="IDS_EDIT_UNDO_MAC" desc="The Mac menu item undo in the ed
it menu."> |
| 9952 Undo | 9958 Undo |
| 9953 </message> | 9959 </message> |
| 9954 <message name="IDS_EDIT_REDO_MAC" desc="The Mac menu item redo in the ed
it menu."> | 9960 <message name="IDS_EDIT_REDO_MAC" desc="The Mac menu item redo in the ed
it menu."> |
| 9955 Redo | 9961 Redo |
| 9956 </message> | 9962 </message> |
| (...skipping 2387 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 12344 | 12350 |
| 12345 <!-- VR specific strings --> | 12351 <!-- VR specific strings --> |
| 12346 <if expr="enable_vr"> | 12352 <if expr="enable_vr"> |
| 12347 <message name="IDS_PRESS_APP_TO_EXIT" desc="Text displayed in a transient
bubble to tell users how to return from cinema mode (where the page displayed in
a cinema like environment) or presentation mode (where the WebVR page occupies
the entire screen) to normal mode."> | 12353 <message name="IDS_PRESS_APP_TO_EXIT" desc="Text displayed in a transient
bubble to tell users how to return from cinema mode (where the page displayed in
a cinema like environment) or presentation mode (where the WebVR page occupies
the entire screen) to normal mode."> |
| 12348 Press App button to exit | 12354 Press App button to exit |
| 12349 </message> | 12355 </message> |
| 12350 </if> | 12356 </if> |
| 12351 </messages> | 12357 </messages> |
| 12352 </release> | 12358 </release> |
| 12353 </grit> | 12359 </grit> |
| OLD | NEW |