Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(25)

Side by Side Diff: chrome/app/generated_resources.grd

Issue 11185032: Add warning for carrier switching. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 6395 matching lines...) Expand 10 before | Expand all | Expand 10 after
6406 <message name="IDS_FLAGS_ENABLE_WEBKIT_TEXT_SUBPIXEL_POSITIONING_NAME" des c="Name of the flag to enable subpixel text positioning on web pages."> 6406 <message name="IDS_FLAGS_ENABLE_WEBKIT_TEXT_SUBPIXEL_POSITIONING_NAME" des c="Name of the flag to enable subpixel text positioning on web pages.">
6407 Enable webpage text sub-pixel positioning. 6407 Enable webpage text sub-pixel positioning.
6408 </message> 6408 </message>
6409 <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."> 6409 <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.">
6410 Allows text glyphs on web pages to have X positions which aren't snapped to the pixel grid. 6410 Allows text glyphs on web pages to have X positions which aren't snapped to the pixel grid.
6411 </message> 6411 </message>
6412 <message name="IDS_FLAGS_ENABLE_CARRIER_SWITCHING" desc="Name for the flag to set to enable mobile carrier switching."> 6412 <message name="IDS_FLAGS_ENABLE_CARRIER_SWITCHING" desc="Name for the flag to set to enable mobile carrier switching.">
6413 Enable switching between mobile carriers. 6413 Enable switching between mobile carriers.
6414 </message> 6414 </message>
6415 <message name="IDS_FLAGS_ENABLE_CARRIER_SWITCHING_DESCRIPTION" desc="Descr iption for the flag to set to enable carrier switching."> 6415 <message name="IDS_FLAGS_ENABLE_CARRIER_SWITCHING_DESCRIPTION" desc="Descr iption for the flag to set to enable carrier switching.">
6416 Allows the user to switch between mobile carriers from the UI. 6416 Allows the user to switch between mobile carriers from the UI. Warning: The Sprint carrier will ONLY work for users with an existing Sprint plan.
6417 </message> 6417 </message>
6418 <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."> 6418 <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.">
6419 Enables the request tablet site option in the settings menu. 6419 Enables the request tablet site option in the settings menu.
6420 </message> 6420 </message>
6421 <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."> 6421 <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.">
6422 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. 6422 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.
6423 </message> 6423 </message>
6424 <message name="IDS_FLAGS_DEBUG_PACKED_APP_NAME" desc="Name of the flag to enable debugging context menu options for packed apps."> 6424 <message name="IDS_FLAGS_DEBUG_PACKED_APP_NAME" desc="Name of the flag to enable debugging context menu options for packed apps.">
6425 Enable debugging for packed apps. 6425 Enable debugging for packed apps.
6426 </message> 6426 </message>
(...skipping 8205 matching lines...) Expand 10 before | Expand all | Expand 10 after
14632 14632
14633 <structures fallback_to_english="true"> 14633 <structures fallback_to_english="true">
14634 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. --> 14634 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. -->
14635 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 14635 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
14636 </structure> 14636 </structure>
14637 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 14637 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
14638 </structure> 14638 </structure>
14639 </structures> 14639 </structures>
14640 </release> 14640 </release>
14641 </grit> 14641 </grit>
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698