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

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

Issue 5930003: DOMUI Settings: UTH: Fix the wrapping of the privacy explanation text. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Moved generic message to generated_resources.grd file. Created 10 years 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
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 7904 matching lines...) Expand 10 before | Expand all | Expand 10 after
7915 <message name="IDS_SAVE_PAGE_PROGRESS" desc="Text string for saving page p rogress, the number of saved files and total files"> 7915 <message name="IDS_SAVE_PAGE_PROGRESS" desc="Text string for saving page p rogress, the number of saved files and total files">
7916 <ph name="SAVED_FILES">$1<ex>5</ex></ph> / <ph name="TOTAL_FILES">$2<ex> 13</ex></ph> files 7916 <ph name="SAVED_FILES">$1<ex>5</ex></ph> / <ph name="TOTAL_FILES">$2<ex> 13</ex></ph> files
7917 </message> 7917 </message>
7918 7918
7919 <message name="IDS_OPTIONS_PRIVACY_CONTENT_SETTINGS_BUTTON" desc="Text for content settings button in Privacy options"> 7919 <message name="IDS_OPTIONS_PRIVACY_CONTENT_SETTINGS_BUTTON" desc="Text for content settings button in Privacy options">
7920 Content settings... 7920 Content settings...
7921 </message> 7921 </message>
7922 <message name="IDS_OPTIONS_PRIVACY_CLEAR_DATA_BUTTON" desc="Text for clear browsing data dialog in Privacy options"> 7922 <message name="IDS_OPTIONS_PRIVACY_CLEAR_DATA_BUTTON" desc="Text for clear browsing data dialog in Privacy options">
7923 Clear browsing data... 7923 Clear browsing data...
7924 </message> 7924 </message>
7925 7925 <message name="IDS_OPTIONS_DISABLE_WEB_SERVICES" desc="The text in the opt ions panel describes that we can disable web services.">
7926 You may optionally disable these services.
7927 </message>
7926 <message name="IDS_OPTIONS_LINKDOCTOR_PREF" desc="The documentation string of the 'Use Link Doctor' preference"> 7928 <message name="IDS_OPTIONS_LINKDOCTOR_PREF" desc="The documentation string of the 'Use Link Doctor' preference">
7927 Show suggestions for navigation errors. 7929 Show suggestions for navigation errors.
7928 </message> 7930 </message>
7929 7931
7930 <message name="IDS_OPTIONS_SUGGEST_PREF" desc="The documentation string of the 'Use Suggest' preference"> 7932 <message name="IDS_OPTIONS_SUGGEST_PREF" desc="The documentation string of the 'Use Suggest' preference">
7931 Show suggestions to help complete searches and URLs. 7933 Show suggestions to help complete searches and URLs.
7932 </message> 7934 </message>
7933 7935
7934 <message name="IDS_OPTIONS_ENABLE_LOGGING" desc="The label of the checkbox to enable/disable crash and user metrics logging"> 7936 <message name="IDS_OPTIONS_ENABLE_LOGGING" desc="The label of the checkbox to enable/disable crash and user metrics logging">
7935 Automatically send usage statistics and crash reports to Google. 7937 Automatically send usage statistics and crash reports to Google.
(...skipping 3383 matching lines...) Expand 10 before | Expand all | Expand 10 after
11319 </includes> 11321 </includes>
11320 <structures fallback_to_english="true"> 11322 <structures fallback_to_english="true">
11321 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 11323 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
11322 </structure> 11324 </structure>
11323 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 11325 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
11324 </structure> 11326 </structure>
11325 </structures> 11327 </structures>
11326 11328
11327 </release> 11329 </release>
11328 </grit> 11330 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698