Chromium Code Reviews| 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 7717 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 7728 </message> | 7728 </message> |
| 7729 <message name="IDS_AUTOFILL_FIELD_LABEL_EXPIRATION_DATE" desc="The label of the Expiration date entry."> | 7729 <message name="IDS_AUTOFILL_FIELD_LABEL_EXPIRATION_DATE" desc="The label of the Expiration date entry."> |
| 7730 Expiration date | 7730 Expiration date |
| 7731 </message> | 7731 </message> |
| 7732 <message name="IDS_AUTOFILL_FIELD_LABEL_EXPIRATION_MONTH" desc="The labe l of the Expiration date entry."> | 7732 <message name="IDS_AUTOFILL_FIELD_LABEL_EXPIRATION_MONTH" desc="The labe l of the Expiration date entry."> |
| 7733 Expiration month | 7733 Expiration month |
| 7734 </message> | 7734 </message> |
| 7735 <message name="IDS_AUTOFILL_FIELD_LABEL_EXPIRATION_YEAR" desc="The label of the Expiration date entry."> | 7735 <message name="IDS_AUTOFILL_FIELD_LABEL_EXPIRATION_YEAR" desc="The label of the Expiration date entry."> |
| 7736 Expiration year | 7736 Expiration year |
| 7737 </message> | 7737 </message> |
| 7738 <message name="IDS_AUTOFILL_FIELD_LABEL_BILLING_ADDRESS" desc="The label of the Billing Address chooser."> | |
|
sebsg
2017/05/02 22:58:54
For all of these strings (in autofill_strings and
MAD
2017/05/03 16:15:19
I was trying to follow the existing pattern. If I
sebsg
2017/05/03 19:19:29
Ideally but We can do it after, the CL is big enou
MAD
2017/05/03 23:50:47
Acknowledged.
| |
| 7739 Billing address | |
| 7740 </message> | |
| 7741 <message name="IDS_AUTOFILL_BUTTON_LABEL_ADD_BILLING_ADDRESS" desc="The label of the button to add a new billing address."> | |
| 7742 Add billing address | |
| 7743 </message> | |
| 7738 | 7744 |
| 7739 <!-- Extension settings --> | 7745 <!-- Extension settings --> |
| 7740 <message name="IDS_MANAGE_EXTENSIONS_SETTING_WINDOWS_TITLE" desc="Title that appears in the dialogue title bar for manage extensions settings"> | 7746 <message name="IDS_MANAGE_EXTENSIONS_SETTING_WINDOWS_TITLE" desc="Title that appears in the dialogue title bar for manage extensions settings"> |
| 7741 Extensions | 7747 Extensions |
| 7742 </message> | 7748 </message> |
| 7743 | 7749 |
| 7744 <!-- Font settings --> | 7750 <!-- Font settings --> |
| 7745 <message name="IDS_FONT_LANGUAGE_SETTING_FONT_TAB_TITLE" desc="Title tha t appears in the Fonts subpage"> | 7751 <message name="IDS_FONT_LANGUAGE_SETTING_FONT_TAB_TITLE" desc="Title tha t appears in the Fonts subpage"> |
| 7746 Fonts | 7752 Fonts |
| 7747 </message> | 7753 </message> |
| (...skipping 4613 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 12361 Your downloads appear here | 12367 Your downloads appear here |
| 12362 </message> | 12368 </message> |
| 12363 | 12369 |
| 12364 <!-- Automation info bar --> | 12370 <!-- Automation info bar --> |
| 12365 <message name="IDS_CONTROLLED_BY_AUTOMATION" desc="Message shown when the br owser session is being controlled by an automated test."> | 12371 <message name="IDS_CONTROLLED_BY_AUTOMATION" desc="Message shown when the br owser session is being controlled by an automated test."> |
| 12366 Chrome is being controlled by automated test software. | 12372 Chrome is being controlled by automated test software. |
| 12367 </message> | 12373 </message> |
| 12368 </messages> | 12374 </messages> |
| 12369 </release> | 12375 </release> |
| 12370 </grit> | 12376 </grit> |
| OLD | NEW |