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

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

Issue 3606005: Hooked mobile activation UI with the new libcros additions (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 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 | chrome/browser/chromeos/cros/network_library.h » ('j') | 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 <!-- This file contains definitions of resources that will be translated for 3 <!-- This file contains definitions of resources that will be translated for
4 each locale. --> 4 each locale. -->
5 5
6 <grit base_dir="." latest_public_release="0" current_release="1" 6 <grit base_dir="." latest_public_release="0" current_release="1"
7 source_lang_id="en" enc_check="möl"> 7 source_lang_id="en" enc_check="möl">
8 <outputs> 8 <outputs>
9 <output filename="grit/generated_resources.h" type="rc_header"> 9 <output filename="grit/generated_resources.h" type="rc_header">
10 <emit emit_type='prepend'></emit> 10 <emit emit_type='prepend'></emit>
(...skipping 4047 matching lines...) Expand 10 before | Expand all | Expand 10 after
4058 </message> 4058 </message>
4059 <message name="IDS_ABOUT_SYS_EXPAND" desc="name of a button that shows ( expands) specific system details"> 4059 <message name="IDS_ABOUT_SYS_EXPAND" desc="name of a button that shows ( expands) specific system details">
4060 Expand... 4060 Expand...
4061 </message> 4061 </message>
4062 <message name="IDS_ABOUT_SYS_COLLAPSE" desc="name of a button that hides (collapses) specific system details"> 4062 <message name="IDS_ABOUT_SYS_COLLAPSE" desc="name of a button that hides (collapses) specific system details">
4063 Collapse... 4063 Collapse...
4064 </message> 4064 </message>
4065 4065
4066 <!-- chrome://mobilesetup strings --> 4066 <!-- chrome://mobilesetup strings -->
4067 <message name="IDS_MOBILE_SETUP_TITLE" desc="ChromeOS mobile device acti vation page title"> 4067 <message name="IDS_MOBILE_SETUP_TITLE" desc="ChromeOS mobile device acti vation page title">
4068 Activate your cellular connection 4068 Cellular data service management
4069 </message> 4069 </message>
4070 <message name="IDS_MOBILE_SETUP_HEADER" desc="ChromeOS mobile device act ivation page heade"> 4070 <message name="IDS_MOBILE_CONNECTING_HEADER" desc="Mobile connection pag e header while connecting to the provider">
4071 Cellular device activation 4071 Connecting to <ph name="PROVIDER_NAME">$1<ex>Acme Mobile</ex></ph>
4072 </message>
4073 <message name="IDS_MOBILE_ERROR_HEADER" desc="Mobile connection page hea der when connection error occur">
4074 Connection error:
4075 </message>
4076 <message name="IDS_MOBILE_ACTIVATING_HEADER" desc="Message header when d ata service is being activated">
4077 Activating your data service
4078 </message>
4079 <message name="IDS_MOBILE_COMPLETED_HEADER" desc="Message header when da ta servicen is completed">
Eric Shienbrood 2010/10/08 20:52:47 typo: s/servicen/service/
4080 Activation complete
4081 </message>
4082 <message name="IDS_MOBILE_COMPLETED_TEXT" desc="Message when cellular da ta service activation or payment is completed">
4083 Your data service is activated and ready to use
4072 </message> 4084 </message>
4073 </if> 4085 </if>
4074 4086
4075 <!-- about:version strings --> 4087 <!-- about:version strings -->
4076 <message name="IDS_ABOUT_VERSION_TITLE" desc="Title on the about:version p age"> 4088 <message name="IDS_ABOUT_VERSION_TITLE" desc="Title on the about:version p age">
4077 About Version 4089 About Version
4078 </message> 4090 </message>
4079 <message name="IDS_ABOUT_VERSION_OFFICIAL" desc="official build on the abo ut:version page"> 4091 <message name="IDS_ABOUT_VERSION_OFFICIAL" desc="official build on the abo ut:version page">
4080 Official Build 4092 Official Build
4081 </message> 4093 </message>
(...skipping 6094 matching lines...) Expand 10 before | Expand all | Expand 10 after
10176 10188
10177 </messages> 10189 </messages>
10178 10190
10179 <structures fallback_to_english="true"> 10191 <structures fallback_to_english="true">
10180 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 10192 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
10181 </structure> 10193 </structure>
10182 </structures> 10194 </structures>
10183 10195
10184 </release> 10196 </release>
10185 </grit> 10197 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chromeos/cros/network_library.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698