| 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 260 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 271 </message> | 271 </message> |
| 272 <message name="IDS_PAGE_INFO_PERMISSION_ALLOW" desc="The label used in the
permissions dropdowns for the option that grants a permissions."> | 272 <message name="IDS_PAGE_INFO_PERMISSION_ALLOW" desc="The label used in the
permissions dropdowns for the option that grants a permissions."> |
| 273 allow | 273 allow |
| 274 </message> | 274 </message> |
| 275 <message name="IDS_PAGE_INFO_PERMISSION_BLOCK" desc="The label used in the
permissions dropdowns for the option that denies a permissions. "> | 275 <message name="IDS_PAGE_INFO_PERMISSION_BLOCK" desc="The label used in the
permissions dropdowns for the option that denies a permissions. "> |
| 276 block | 276 block |
| 277 </message> | 277 </message> |
| 278 <message name="IDS_PAGE_INFO_PERMISSION_ASK" desc="The label used in the p
ermissions dropdowns for the option that makes the browser asks for permission.
"> | 278 <message name="IDS_PAGE_INFO_PERMISSION_ASK" desc="The label used in the p
ermissions dropdowns for the option that makes the browser asks for permission.
"> |
| 279 ask | 279 ask |
| 280 </message> | 280 </message> |
| 281 <message name="IDS_PAGE_INFO_PERMISSION_SET_BY_POLICY" desc="The label use
d underneath a permission listed in the Website Settings popup if the permission
was explicitly set by the user's enterprise policy."> | |
| 282 Controlled by enterprise policy | |
| 283 </message> | |
| 284 <message name="IDS_PAGE_INFO_PERMISSION_SET_BY_EXTENSION" desc="The label
used underneath a permission listed in the Website Settings popup if the permiss
ion was explicitly set by one of the user's extensions."> | |
| 285 Controlled by an extension | |
| 286 </message> | |
| 287 <message name="IDS_PAGE_INFO_PERMISSION_AUTOMATICALLY_BLOCKED" desc="The l
abel used underneath a permission listed in the Website Settings popup if the pe
rmission was blocked by Chrome on behalf of the user."> | |
| 288 Automatically blocked | |
| 289 </message> | |
| 290 <message name="IDS_PAGE_INFO_TYPE_AUTOPLAY" desc="The label used for the a
utoplay permission controls in the Website Settings popup."> | 281 <message name="IDS_PAGE_INFO_TYPE_AUTOPLAY" desc="The label used for the a
utoplay permission controls in the Website Settings popup."> |
| 291 Autoplay | 282 Autoplay |
| 292 </message> | 283 </message> |
| 293 <message name="IDS_PAGE_INFO_TYPE_BACKGROUND_SYNC" desc="The label used fo
r the background sync permission controls in the Website Settings popup."> | 284 <message name="IDS_PAGE_INFO_TYPE_BACKGROUND_SYNC" desc="The label used fo
r the background sync permission controls in the Website Settings popup."> |
| 294 Background Sync | 285 Background Sync |
| 295 </message> | 286 </message> |
| 296 <message name="IDS_PAGE_INFO_TYPE_IMAGES" desc="The label used for images
permission controls in the Website Settings popup."> | 287 <message name="IDS_PAGE_INFO_TYPE_IMAGES" desc="The label used for images
permission controls in the Website Settings popup."> |
| 297 Images | 288 Images |
| 298 </message> | 289 </message> |
| 299 <message name="IDS_PAGE_INFO_TYPE_JAVASCRIPT" desc="The label used for Jav
aScript permission controls in the Website Settings popup."> | 290 <message name="IDS_PAGE_INFO_TYPE_JAVASCRIPT" desc="The label used for Jav
aScript permission controls in the Website Settings popup."> |
| (...skipping 12103 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 12403 Your downloads appear here | 12394 Your downloads appear here |
| 12404 </message> | 12395 </message> |
| 12405 | 12396 |
| 12406 <!-- Automation info bar --> | 12397 <!-- Automation info bar --> |
| 12407 <message name="IDS_CONTROLLED_BY_AUTOMATION" desc="Message shown when the br
owser session is being controlled by an automated test."> | 12398 <message name="IDS_CONTROLLED_BY_AUTOMATION" desc="Message shown when the br
owser session is being controlled by an automated test."> |
| 12408 Chrome is being controlled by automated test software. | 12399 Chrome is being controlled by automated test software. |
| 12409 </message> | 12400 </message> |
| 12410 </messages> | 12401 </messages> |
| 12411 </release> | 12402 </release> |
| 12412 </grit> | 12403 </grit> |
| OLD | NEW |