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 10458 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
10469 </message> | 10469 </message> |
10470 <message name="IDS_COOKIES_SEARCH_COOKIES" desc="Placeholder text shown in the search box in the Cookies Window"> | 10470 <message name="IDS_COOKIES_SEARCH_COOKIES" desc="Placeholder text shown in the search box in the Cookies Window"> |
10471 Search cookies | 10471 Search cookies |
10472 </message> | 10472 </message> |
10473 <message name="IDS_COOKIES_REMOVE_LABEL" desc="The label of the 'Remove' b utton in the Cookies Window"> | 10473 <message name="IDS_COOKIES_REMOVE_LABEL" desc="The label of the 'Remove' b utton in the Cookies Window"> |
10474 Remove | 10474 Remove |
10475 </message> | 10475 </message> |
10476 <message name="IDS_COOKIES_REMOVE_ALL_LABEL" desc="The label of the 'Remov e All' button in the Cookies Window"> | 10476 <message name="IDS_COOKIES_REMOVE_ALL_LABEL" desc="The label of the 'Remov e All' button in the Cookies Window"> |
10477 Remove all | 10477 Remove all |
10478 </message> | 10478 </message> |
10479 <message name="IDS_COOKIES_REMOVE_ALL_SHOWN_LABEL" desc="The label of the 'Remove All Shown' button after a query search string is entered in the Cookies Window"> | |
Dan Beam
2014/05/24 02:03:52
"entered in" -> "entered in" (double space -> sin
| |
10480 Remove all shown | |
10481 </message> | |
10479 <message name="IDS_COOKIES_COOKIE_NAME_LABEL" desc="The Cookie Name label" > | 10482 <message name="IDS_COOKIES_COOKIE_NAME_LABEL" desc="The Cookie Name label" > |
10480 Name: | 10483 Name: |
10481 </message> | 10484 </message> |
10482 <message name="IDS_COOKIES_COOKIE_CONTENT_LABEL" desc="The Cookie Content label"> | 10485 <message name="IDS_COOKIES_COOKIE_CONTENT_LABEL" desc="The Cookie Content label"> |
10483 Content: | 10486 Content: |
10484 </message> | 10487 </message> |
10485 <message name="IDS_COOKIES_COOKIE_DOMAIN_LABEL" desc="The Cookie Domain la bel"> | 10488 <message name="IDS_COOKIES_COOKIE_DOMAIN_LABEL" desc="The Cookie Domain la bel"> |
10486 Domain: | 10489 Domain: |
10487 </message> | 10490 </message> |
10488 <message name="IDS_COOKIES_COOKIE_PATH_LABEL" desc="The Cookie Path label" > | 10491 <message name="IDS_COOKIES_COOKIE_PATH_LABEL" desc="The Cookie Path label" > |
(...skipping 3650 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
14139 <message name="IDS_FLAGS_EXTENSION_CONTENT_VERIFICATION_ENFORCE" desc="Descr iption of the 'Extension Content Verification' enforce mode"> | 14142 <message name="IDS_FLAGS_EXTENSION_CONTENT_VERIFICATION_ENFORCE" desc="Descr iption of the 'Extension Content Verification' enforce mode"> |
14140 Enforce (try to get hashes, and enforce them if successful) | 14143 Enforce (try to get hashes, and enforce them if successful) |
14141 </message> | 14144 </message> |
14142 | 14145 |
14143 <message name="IDS_FLAGS_EXTENSION_CONTENT_VERIFICATION_ENFORCE_STRICT" desc ="Description of the 'Extension Content Verification' enforce strict mode"> | 14146 <message name="IDS_FLAGS_EXTENSION_CONTENT_VERIFICATION_ENFORCE_STRICT" desc ="Description of the 'Extension Content Verification' enforce strict mode"> |
14144 Enforce strict (hard fail if we can't get hashes) | 14147 Enforce strict (hard fail if we can't get hashes) |
14145 </message> | 14148 </message> |
14146 </messages> | 14149 </messages> |
14147 </release> | 14150 </release> |
14148 </grit> | 14151 </grit> |
OLD | NEW |