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

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

Issue 144022: Removes some duplicated code to use LocalStrings formatString instead... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 6 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/resources/new_new_tab.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 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 3396 matching lines...) Expand 10 before | Expand all | Expand 10 after
3407 <ph name="BEGIN_LIST_ITEM">&lt;li&gt;</ph>People standing behind you<p h name="END_LIST_ITEM">&lt;/li&gt;</ph> 3407 <ph name="BEGIN_LIST_ITEM">&lt;li&gt;</ph>People standing behind you<p h name="END_LIST_ITEM">&lt;/li&gt;</ph>
3408 <ph name="END_LIST">&lt;/ul&gt;</ph> 3408 <ph name="END_LIST">&lt;/ul&gt;</ph>
3409 <ph name="BEGIN_LINK">&lt;a href="$1"&gt;</ph>Learn more<ph name="END_LI NK">&lt;/a&gt;</ph> about incognito browsing. 3409 <ph name="BEGIN_LINK">&lt;a href="$1"&gt;</ph>Learn more<ph name="END_LI NK">&lt;/a&gt;</ph> about incognito browsing.
3410 </message> 3410 </message>
3411 <message name="IDS_NEW_TAB_RECENTLY_CLOSED_WINDOW_SINGLE" 3411 <message name="IDS_NEW_TAB_RECENTLY_CLOSED_WINDOW_SINGLE"
3412 desc="Title of recently closed windows in the recently closed sec tion of the new tab page when the window has a single tab"> 3412 desc="Title of recently closed windows in the recently closed sec tion of the new tab page when the window has a single tab">
3413 1 Tab 3413 1 Tab
3414 </message> 3414 </message>
3415 <message name="IDS_NEW_TAB_RECENTLY_CLOSED_WINDOW_MULTIPLE" 3415 <message name="IDS_NEW_TAB_RECENTLY_CLOSED_WINDOW_MULTIPLE"
3416 desc="Title of recently closed windows in the recently closed sec tion of the new tab page when the window has more than one tab. The % is replace d by the number of tabs"> 3416 desc="Title of recently closed windows in the recently closed sec tion of the new tab page when the window has more than one tab. The % is replace d by the number of tabs">
3417 % Tabs 3417 <ph name="TAB_COUNT">%s<ex>3</ex></ph> Tabs
3418 </message> 3418 </message>
3419 <message name="IDS_NEW_TAB_ATTRIBUTION_INTRO" 3419 <message name="IDS_NEW_TAB_ATTRIBUTION_INTRO"
3420 desc="Leading sentence above a custom logo that the theme artist has provided"> 3420 desc="Leading sentence above a custom logo that the theme artist has provided">
3421 Theme created by 3421 Theme created by
3422 </message> 3422 </message>
3423 <message name="IDS_NEW_TAB_WEB_RESOURCE_CACHE" 3423 <message name="IDS_NEW_TAB_WEB_RESOURCE_CACHE"
3424 desc="Title of block that holds tips, suggestions, and other new information gathered from web resources in the new tab page."> 3424 desc="Title of block that holds tips, suggestions, and other new information gathered from web resources in the new tab page.">
3425 Recommendations 3425 Recommendations
3426 </message> 3426 </message>
3427 <message name="IDS_NEW_TAB_EDIT_THUMBNAIL" 3427 <message name="IDS_NEW_TAB_EDIT_THUMBNAIL"
(...skipping 515 matching lines...) Expand 10 before | Expand all | Expand 10 after
3943 Use system title bar and borders 3943 Use system title bar and borders
3944 </message> 3944 </message>
3945 3945
3946 <message name="IDS_RGBA_CSS_FORMAT_STRING" translateable="false" desc="The format string to use when converting colors to CSS rgba()."> 3946 <message name="IDS_RGBA_CSS_FORMAT_STRING" translateable="false" desc="The format string to use when converting colors to CSS rgba().">
3947 rgba($1, $2, $3, $4) 3947 rgba($1, $2, $3, $4)
3948 </message> 3948 </message>
3949 3949
3950 </messages> 3950 </messages>
3951 </release> 3951 </release>
3952 </grit> 3952 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/new_new_tab.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698