Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 <?xml version="1.0" encoding="UTF-8"?> | 1 <?xml version="1.0" encoding="UTF-8"?> |
| 2 | 2 |
| 3 <!-- This file contains definitions of resources that will be translated for | 3 <!-- This file contains definitions of resources that will be translated for |
| 4 each locale. Specifically, these are UI strings that are used by app/ that | 4 each locale. Specifically, these are UI strings that are used by app/ that |
| 5 need to be translated for each locale.--> | 5 need to be translated for each locale.--> |
| 6 | 6 |
| 7 <grit base_dir="." latest_public_release="0" current_release="1" | 7 <grit base_dir="." latest_public_release="0" current_release="1" |
| 8 output_all_resource_defines="false" source_lang_id="en" enc_check="möl"> | 8 output_all_resource_defines="false" source_lang_id="en" enc_check="möl"> |
| 9 <outputs> | 9 <outputs> |
| 10 <!-- TODO add each of your output files. Modify the three below, and add | 10 <!-- TODO add each of your output files. Modify the three below, and add |
| (...skipping 253 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 264 <message name="IDS_PAST_TIME_YESTERDAY" desc="Relative day yesterday"> | 264 <message name="IDS_PAST_TIME_YESTERDAY" desc="Relative day yesterday"> |
| 265 Yesterday | 265 Yesterday |
| 266 </message> | 266 </message> |
| 267 | 267 |
| 268 <!-- Menus --> | 268 <!-- Menus --> |
| 269 <message name="IDS_APP_MENU_EMPTY_SUBMENU" desc="Used when a submenu has n o entries"> | 269 <message name="IDS_APP_MENU_EMPTY_SUBMENU" desc="Used when a submenu has n o entries"> |
| 270 (empty) | 270 (empty) |
| 271 </message> | 271 </message> |
| 272 | 272 |
| 273 <!-- General application strings --> | 273 <!-- General application strings --> |
| 274 <if expr="is_macosx"> | |
| 275 <message name="IDS_ACCNAME_TAB" desc="A generic description of a tab but ton's role" meaning="UI element"> | |
|
tapted
2017/01/06 04:25:11
I think this should be grouped with "Accessible na
Patti Lor
2017/01/09 22:39:27
Done.
| |
| 276 Tab | |
| 277 </message> | |
| 278 </if> | |
| 274 <if expr="is_win or is_ios"> | 279 <if expr="is_win or is_ios"> |
| 275 <message name="IDS_APP_UNTITLED_SHORTCUT_FILE_NAME" desc="The name of th e Internet Shortcut file created for URLs dragged that have no title"> | 280 <message name="IDS_APP_UNTITLED_SHORTCUT_FILE_NAME" desc="The name of th e Internet Shortcut file created for URLs dragged that have no title"> |
| 276 Untitled Webpage | 281 Untitled Webpage |
| 277 </message> | 282 </message> |
| 278 </if> | 283 </if> |
| 279 <if expr="is_win or is_macosx"> | 284 <if expr="is_win or is_macosx"> |
| 280 <message name="IDS_APP_SAVEAS_ALL_FILES" desc="Save As dialog box defaul t text"> | 285 <message name="IDS_APP_SAVEAS_ALL_FILES" desc="Save As dialog box defaul t text"> |
| 281 All Files | 286 All Files |
| 282 </message> | 287 </message> |
| 283 <message name="IDS_APP_SAVEAS_EXTENSION_FORMAT" desc="Save As dialog box extension format text"> | 288 <message name="IDS_APP_SAVEAS_EXTENSION_FORMAT" desc="Save As dialog box extension format text"> |
| (...skipping 384 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 668 </message> | 673 </message> |
| 669 <message name="IDS_DISPLAY_NAME_INTERNAL" desc="The name used for internal displays, which is shown in the display settings."> | 674 <message name="IDS_DISPLAY_NAME_INTERNAL" desc="The name used for internal displays, which is shown in the display settings."> |
| 670 Internal Display | 675 Internal Display |
| 671 </message> | 676 </message> |
| 672 <message name="IDS_DISPLAY_NAME_VIRTUAL" desc="The name used for virtual d isplays, which is shown in the display settings. Virtual displays are not associ ated with a physical monitor."> | 677 <message name="IDS_DISPLAY_NAME_VIRTUAL" desc="The name used for virtual d isplays, which is shown in the display settings. Virtual displays are not associ ated with a physical monitor."> |
| 673 Virtual Display | 678 Virtual Display |
| 674 </message> | 679 </message> |
| 675 </messages> | 680 </messages> |
| 676 </release> | 681 </release> |
| 677 </grit> | 682 </grit> |
| OLD | NEW |