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

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

Issue 7461160: ntp4 info bubble (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: arv review Created 9 years, 4 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 | « chrome/app/chromium_strings.grd ('k') | chrome/browser/resources/ntp4/nav_dot.js » ('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 <!-- This file contains definitions of strings that are specific to 2 <!-- This file contains definitions of strings that are specific to
3 Google Chrome. These strings will be translated for each locale that Google 3 Google Chrome. These strings will be translated for each locale that Google
4 Chrome supports. --> 4 Chrome supports. -->
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/google_chrome_strings.h" type="rc_header"> 9 <output filename="grit/google_chrome_strings.h" type="rc_header">
10 <emit emit_type='prepend'></emit> 10 <emit emit_type='prepend'></emit>
(...skipping 302 matching lines...) Expand 10 before | Expand all | Expand 10 after
313 <message name="IDS_FIRSTRUN_DLG_OK" desc="Text for OK button on first-run dialog"> 313 <message name="IDS_FIRSTRUN_DLG_OK" desc="Text for OK button on first-run dialog">
314 Start Google Chrome 314 Start Google Chrome
315 </message> 315 </message>
316 <message name="IDS_FR_CUSTOMIZE_DEFAULT_BROWSER" desc="Default browser che ckbox label"> 316 <message name="IDS_FR_CUSTOMIZE_DEFAULT_BROWSER" desc="Default browser che ckbox label">
317 Make Google Chrome the default browser 317 Make Google Chrome the default browser
318 </message> 318 </message>
319 <message name="IDS_NEW_TAB_CHROME_WELCOME_PAGE_TITLE" 319 <message name="IDS_NEW_TAB_CHROME_WELCOME_PAGE_TITLE"
320 desc="Title for the hard-coded thumbnail that represents the Goog le Chrome Welcome page. This is used on the NTP when there aren't enough thumbn ails to show."> 320 desc="Title for the hard-coded thumbnail that represents the Goog le Chrome Welcome page. This is used on the NTP when there aren't enough thumbn ails to show.">
321 Welcome to Google Chrome 321 Welcome to Google Chrome
322 </message> 322 </message>
323 <message name="IDS_NTP4_INTRO_MESSAGE" desc="Message explaning the navigat ion bar at the bottom of the new NTP.">
324 Chrome's New Tab page has been remodeled. Switch between sections by cli cking these labels. Chrome will remember your preference for next time.
325 </message>
323 <if expr="not pp_ifdef('chromeos')"> 326 <if expr="not pp_ifdef('chromeos')">
324 <message name="IDS_EXTERNAL_PROTOCOL_INFORMATION" desc="General informat ion about what Chrome is trying to do when opening this external protocol"> 327 <message name="IDS_EXTERNAL_PROTOCOL_INFORMATION" desc="General informat ion about what Chrome is trying to do when opening this external protocol">
325 Google Chrome needs to launch an external application to handle <ph na me="SCHEME">$1<ex>acrobat:</ex></ph> links. The link requested is <ph name="PROT OLINK">$2<ex>acrobat:yourpdf</ex></ph>. 328 Google Chrome needs to launch an external application to handle <ph na me="SCHEME">$1<ex>acrobat:</ex></ph> links. The link requested is <ph name="PROT OLINK">$2<ex>acrobat:yourpdf</ex></ph>.
326 </message> 329 </message>
327 </if> 330 </if>
328 <if expr="pp_ifdef('chromeos')"> 331 <if expr="pp_ifdef('chromeos')">
329 <message name="IDS_EXTERNAL_PROTOCOL_INFORMATION" desc="General informat ion about what Chrome is trying to do when opening this external protocol"> 332 <message name="IDS_EXTERNAL_PROTOCOL_INFORMATION" desc="General informat ion about what Chrome is trying to do when opening this external protocol">
330 Google ChromeOS does not support launching an external application to handle <ph name="SCHEME">$1<ex>acrobat:</ex></ph> links. The link requested is < ph name="PROTOLINK">$2<ex>acrobat:yourpdf</ex></ph>. 333 Google ChromeOS does not support launching an external application to handle <ph name="SCHEME">$1<ex>acrobat:</ex></ph> links. The link requested is < ph name="PROTOLINK">$2<ex>acrobat:yourpdf</ex></ph>.
331 </message> 334 </message>
332 </if> 335 </if>
(...skipping 239 matching lines...) Expand 10 before | Expand all | Expand 10 after
572 <message name="IDS_UTILITY_APP_NAME" desc="The utility application's nam e. Should contain the Chrome application name (IDS_PRODUCT_NAME). Example: Goog le Chrome Utility."> 575 <message name="IDS_UTILITY_APP_NAME" desc="The utility application's nam e. Should contain the Chrome application name (IDS_PRODUCT_NAME). Example: Goog le Chrome Utility.">
573 Google Chrome Utility 576 Google Chrome Utility
574 </message> 577 </message>
575 <message name="IDS_SHORT_UTILITY_APP_NAME" desc="The utility application 's short name, used for the Mac's application menu, activity monitor, etc. Examp le: Chrome Utility, not Google Chrome Utility."> 578 <message name="IDS_SHORT_UTILITY_APP_NAME" desc="The utility application 's short name, used for the Mac's application menu, activity monitor, etc. Examp le: Chrome Utility, not Google Chrome Utility.">
576 Chrome Utility 579 Chrome Utility
577 </message> 580 </message>
578 </if> 581 </if>
579 </messages> 582 </messages>
580 </release> 583 </release>
581 </grit> 584 </grit>
OLDNEW
« no previous file with comments | « chrome/app/chromium_strings.grd ('k') | chrome/browser/resources/ntp4/nav_dot.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698