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

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

Issue 173606: Add background_tile_view for tiling an image as UI background (about box need... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years, 3 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/app/nibs/About.xib » ('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 4849 matching lines...) Expand 10 before | Expand all | Expand 10 after
4860 <message translateable="false" name="IDS_GLEN" desc="Glen"> 4860 <message translateable="false" name="IDS_GLEN" desc="Glen">
4861 Glen 4861 Glen
4862 </message> 4862 </message>
4863 4863
4864 <if expr="pp_ifdef('chromeos')"> 4864 <if expr="pp_ifdef('chromeos')">
4865 <message name="IDS_OPTIONS_SETTINGS_TAB_LABEL" desc="Title of the settings tab inthe options dialog."> 4865 <message name="IDS_OPTIONS_SETTINGS_TAB_LABEL" desc="Title of the settings tab inthe options dialog.">
4866 Chrome OS 4866 Chrome OS
4867 </message> 4867 </message>
4868 </if> 4868 </if>
4869 4869
4870 <!-- Extra Mac UI Strings -->
4871 <if expr="os == 'darwin'">
4872 <message name="IDS_PLEASE_RESTART_BROWSER" desc="Title of the alert when C hrome needs to be restart for a change/update to take effect.">
4873 Please Restart <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>
4874 </message>
4875 </if>
4876
4870 </messages> 4877 </messages>
4871 </release> 4878 </release>
4872 </grit> 4879 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/app/nibs/About.xib » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698