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

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

Issue 100137: Fix Google Chrome build by moving Chromium specific string resource to common place. (Closed)
Patch Set: Created 11 years, 7 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
« no previous file with comments | « chrome/app/chromium_strings.grd ('k') | no next file » | 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 3764 matching lines...) Expand 10 before | Expand all | Expand 10 after
3775 <message name="IDS_BOOKMARK_MANAGER_NO_RESULTS" desc="Text shown in the bo okmark table when the search didn't find anything."> 3775 <message name="IDS_BOOKMARK_MANAGER_NO_RESULTS" desc="Text shown in the bo okmark table when the search didn't find anything.">
3776 No bookmarks match the query '<ph name="SEARCH_TEXT">$1</ph>'. 3776 No bookmarks match the query '<ph name="SEARCH_TEXT">$1</ph>'.
3777 </message> 3777 </message>
3778 <message name="IDS_BOOKMARK_MANAGER_SEARCH_TITLE" desc="Text shown before the search text field."> 3778 <message name="IDS_BOOKMARK_MANAGER_SEARCH_TITLE" desc="Text shown before the search text field.">
3779 Search: 3779 Search:
3780 </message> 3780 </message>
3781 3781
3782 <message name="IDS_DEFAULT_FILENAME" desc="Default name for saved files wh en we have no idea what they could be."> 3782 <message name="IDS_DEFAULT_FILENAME" desc="Default name for saved files wh en we have no idea what they could be.">
3783 unknown 3783 unknown
3784 </message> 3784 </message>
3785 <message name="IDS_BROWSER_WINDOW_MAC_TAB_UNTITLED" desc="Tabs and windows on MacOS with no title use this string.">
3786 Untitled
3787 </message>
3785 3788
3786 </messages> 3789 </messages>
3787 </release> 3790 </release>
3788 </grit> 3791 </grit>
OLDNEW
« no previous file with comments | « chrome/app/chromium_strings.grd ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698