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

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

Issue 7529051: ntp: use web store as default mv tile instead of themes gallery (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: updated thumbnail 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/generated_resources.grd ('k') | chrome/app/resources/locale_settings.grd » ('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_NEW_TAB_THEMES_GALLERY_PAGE_TITLE"
324 desc="Title for the hard coded thumbnail that represents the Themes Gal lery page. This is used on the NTP when there aren't enough thumbnails to show." >
325 Google Chrome Themes Gallery
326 </message>
327 <if expr="not pp_ifdef('chromeos')"> 323 <if expr="not pp_ifdef('chromeos')">
328 <message name="IDS_EXTERNAL_PROTOCOL_INFORMATION" desc="General informat ion about what Chrome is trying to do when opening this external protocol"> 324 <message name="IDS_EXTERNAL_PROTOCOL_INFORMATION" desc="General informat ion about what Chrome is trying to do when opening this external protocol">
329 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>. 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>.
330 </message> 326 </message>
331 </if> 327 </if>
332 <if expr="pp_ifdef('chromeos')"> 328 <if expr="pp_ifdef('chromeos')">
333 <message name="IDS_EXTERNAL_PROTOCOL_INFORMATION" desc="General informat ion about what Chrome is trying to do when opening this external protocol"> 329 <message name="IDS_EXTERNAL_PROTOCOL_INFORMATION" desc="General informat ion about what Chrome is trying to do when opening this external protocol">
334 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>. 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>.
335 </message> 331 </message>
336 </if> 332 </if>
(...skipping 239 matching lines...) Expand 10 before | Expand all | Expand 10 after
576 <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."> 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.">
577 Google Chrome Utility 573 Google Chrome Utility
578 </message> 574 </message>
579 <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."> 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.">
580 Chrome Utility 576 Chrome Utility
581 </message> 577 </message>
582 </if> 578 </if>
583 </messages> 579 </messages>
584 </release> 580 </release>
585 </grit> 581 </grit>
OLDNEW
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/app/resources/locale_settings.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698