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 9656 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 9667 <message name="IDS_AUTOFILL_ADD_ADDRESS_BUTTON" desc="The label of the b utton that adds a new Autofill address."> | 9667 <message name="IDS_AUTOFILL_ADD_ADDRESS_BUTTON" desc="The label of the b utton that adds a new Autofill address."> |
| 9668 Add new street address... | 9668 Add new street address... |
| 9669 </message> | 9669 </message> |
| 9670 <message name="IDS_AUTOFILL_ADD_CREDITCARD_BUTTON" desc="The label of th e button that adds a new Autofill credit card."> | 9670 <message name="IDS_AUTOFILL_ADD_CREDITCARD_BUTTON" desc="The label of th e button that adds a new Autofill credit card."> |
| 9671 Add new credit card... | 9671 Add new credit card... |
| 9672 </message> | 9672 </message> |
| 9673 <message name="IDS_AUTOFILL_OPTIONS_TITLE" desc="The title of the Autofi ll dialog."> | 9673 <message name="IDS_AUTOFILL_OPTIONS_TITLE" desc="The title of the Autofi ll dialog."> |
| 9674 Autofill settings | 9674 Autofill settings |
| 9675 </message> | 9675 </message> |
| 9676 <if expr="is_macosx"> | 9676 <if expr="is_macosx"> |
| 9677 <message name="IDS_AUTOFILL_USE_MAC_ADDRESS_BOOK" desc="Checkbox label to enable Address Book on Mac."> | 9677 <message name="IDS_AUTOFILL_USE_MAC_ADDRESS_BOOK" desc="Checkbox label to enable access to the user's Address Book on Mac. On Mac the application that manages the Address Book is called Contacts."> |
|
Ilya Sherman
2014/05/30 23:39:48
To be clear, the application was previously called
erikchen
2014/06/02 21:21:17
I've updated the comment to include the informatio
| |
| 9678 Include addresses from your Address Book card | 9678 Include addresses from Contacts |
|
Ilya Sherman
2014/05/30 23:39:48
I think it's important to continue to try to indic
erikchen
2014/06/02 21:21:17
I've reverted to the original copy, with the excep
| |
| 9679 </message> | 9679 </message> |
| 9680 </if> | 9680 </if> |
| 9681 <message name="IDS_AUTOFILL_ADDRESSES_GROUP_NAME" desc="The name of the Addresses group of the Autofill dialog."> | 9681 <message name="IDS_AUTOFILL_ADDRESSES_GROUP_NAME" desc="The name of the Addresses group of the Autofill dialog."> |
| 9682 Addresses | 9682 Addresses |
| 9683 </message> | 9683 </message> |
| 9684 <message name="IDS_AUTOFILL_CREDITCARDS_GROUP_NAME" desc="IThe name of t he Credit Cards group of the Autofill dialog."> | 9684 <message name="IDS_AUTOFILL_CREDITCARDS_GROUP_NAME" desc="IThe name of t he Credit Cards group of the Autofill dialog."> |
| 9685 Credit cards | 9685 Credit cards |
| 9686 </message> | 9686 </message> |
| 9687 <message name="IDS_AUTOFILL_EDIT_ADDRESS_CAPTION" desc="The caption on t he edit Autofill address dialog."> | 9687 <message name="IDS_AUTOFILL_EDIT_ADDRESS_CAPTION" desc="The caption on t he edit Autofill address dialog."> |
| 9688 Edit address | 9688 Edit address |
| (...skipping 4473 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 14162 <message name="IDS_FLAGS_EXTENSION_CONTENT_VERIFICATION_ENFORCE" desc="Descr iption of the 'Extension Content Verification' enforce mode"> | 14162 <message name="IDS_FLAGS_EXTENSION_CONTENT_VERIFICATION_ENFORCE" desc="Descr iption of the 'Extension Content Verification' enforce mode"> |
| 14163 Enforce (try to get hashes, and enforce them if successful) | 14163 Enforce (try to get hashes, and enforce them if successful) |
| 14164 </message> | 14164 </message> |
| 14165 | 14165 |
| 14166 <message name="IDS_FLAGS_EXTENSION_CONTENT_VERIFICATION_ENFORCE_STRICT" desc ="Description of the 'Extension Content Verification' enforce strict mode"> | 14166 <message name="IDS_FLAGS_EXTENSION_CONTENT_VERIFICATION_ENFORCE_STRICT" desc ="Description of the 'Extension Content Verification' enforce strict mode"> |
| 14167 Enforce strict (hard fail if we can't get hashes) | 14167 Enforce strict (hard fail if we can't get hashes) |
| 14168 </message> | 14168 </message> |
| 14169 </messages> | 14169 </messages> |
| 14170 </release> | 14170 </release> |
| 14171 </grit> | 14171 </grit> |
| OLD | NEW |