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 6388 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
6399 </message> | 6399 </message> |
6400 <message name="IDS_FLAGS_DISABLE_ACCELERATED_VIDEO_DECODE_DESCRIPTION" des
c="Description for the flag to disable accelerated video decode where available.
"> | 6400 <message name="IDS_FLAGS_DISABLE_ACCELERATED_VIDEO_DECODE_DESCRIPTION" des
c="Description for the flag to disable accelerated video decode where available.
"> |
6401 Disables hardware-accelerated video decode where available. | 6401 Disables hardware-accelerated video decode where available. |
6402 </message> | 6402 </message> |
6403 <message name="IDS_FLAGS_ENABLE_WEBKIT_TEXT_SUBPIXEL_POSITIONING_NAME" des
c="Name of the flag to enable subpixel text positioning on web pages."> | 6403 <message name="IDS_FLAGS_ENABLE_WEBKIT_TEXT_SUBPIXEL_POSITIONING_NAME" des
c="Name of the flag to enable subpixel text positioning on web pages."> |
6404 Enable webpage text sub-pixel positioning. | 6404 Enable webpage text sub-pixel positioning. |
6405 </message> | 6405 </message> |
6406 <message name="IDS_FLAGS_ENABLE_WEBKIT_TEXT_SUBPIXEL_POSITIONING_DESCRIPTI
ON" desc="Description for the flag to set when subpixel text positioning is enab
led on web pages."> | 6406 <message name="IDS_FLAGS_ENABLE_WEBKIT_TEXT_SUBPIXEL_POSITIONING_DESCRIPTI
ON" desc="Description for the flag to set when subpixel text positioning is enab
led on web pages."> |
6407 Allows text glyphs on web pages to have X positions which aren't snapped
to the pixel grid. | 6407 Allows text glyphs on web pages to have X positions which aren't snapped
to the pixel grid. |
6408 </message> | 6408 </message> |
| 6409 <message name="IDS_FLAGS_ENABLE_CARRIER_SWITCHING" desc="Name for the flag
to set to enable mobile carrier switching."> |
| 6410 Enable switching between mobile carriers. |
| 6411 </message> |
| 6412 <message name="IDS_FLAGS_ENABLE_CARRIER_SWITCHING_DESCRIPTION" desc="Descr
iption for the flag to set to enable carrier switching."> |
| 6413 Allows the user to switch between mobile carriers from the UI. |
| 6414 </message> |
6409 <message name="IDS_FLAGS_ENABLE_REQUEST_TABLET_SITE_NAME" desc="Name for t
he flag to set to enable Request Tablet Site in the wrench menu."> | 6415 <message name="IDS_FLAGS_ENABLE_REQUEST_TABLET_SITE_NAME" desc="Name for t
he flag to set to enable Request Tablet Site in the wrench menu."> |
6410 Enables the request tablet site option in the settings menu. | 6416 Enables the request tablet site option in the settings menu. |
6411 </message> | 6417 </message> |
6412 <message name="IDS_FLAGS_ENABLE_REQUEST_TABLET_SITE_DESCRIPTION" desc="Des
cription for the flag to set to enable Request Tablet Site in the wrench menu."> | 6418 <message name="IDS_FLAGS_ENABLE_REQUEST_TABLET_SITE_DESCRIPTION" desc="Des
cription for the flag to set to enable Request Tablet Site in the wrench menu."> |
6413 Allows the user to request tablet site. Web content is often optimized f
or tablet devices. When this option is selected the user agent string is changed
to indicate a tablet device. Web content optimized for tablets is received ther
e after for the current tab. | 6419 Allows the user to request tablet site. Web content is often optimized f
or tablet devices. When this option is selected the user agent string is changed
to indicate a tablet device. Web content optimized for tablets is received ther
e after for the current tab. |
6414 </message> | 6420 </message> |
6415 <message name="IDS_FLAGS_DEBUG_PACKED_APP_NAME" desc="Name of the flag to
enable debugging context menu options for packed apps."> | 6421 <message name="IDS_FLAGS_DEBUG_PACKED_APP_NAME" desc="Name of the flag to
enable debugging context menu options for packed apps."> |
6416 Enable debugging for packed apps. | 6422 Enable debugging for packed apps. |
6417 </message> | 6423 </message> |
6418 <message name="IDS_FLAGS_DEBUG_PACKED_APP_DESCRIPTION" desc="Description o
f the flag to enable debugging context menu options for packed apps."> | 6424 <message name="IDS_FLAGS_DEBUG_PACKED_APP_DESCRIPTION" desc="Description o
f the flag to enable debugging context menu options for packed apps."> |
(...skipping 8325 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
14744 | 14750 |
14745 <structures fallback_to_english="true"> | 14751 <structures fallback_to_english="true"> |
14746 <!-- Make sure these stay in sync with the structures in generated_resourc
es.grd. --> | 14752 <!-- Make sure these stay in sync with the structures in generated_resourc
es.grd. --> |
14747 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type
="dialog" > | 14753 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type
="dialog" > |
14748 </structure> | 14754 </structure> |
14749 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ
e="dialog" > | 14755 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ
e="dialog" > |
14750 </structure> | 14756 </structure> |
14751 </structures> | 14757 </structures> |
14752 </release> | 14758 </release> |
14753 </grit> | 14759 </grit> |
OLD | NEW |