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

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

Issue 3151031: Rename the title of the Chromium Preferences dialog. (Closed) Base URL: git://git.chromium.org/chromium.git
Patch Set: .grd change Created 10 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
« no previous file with comments | « no previous file | chrome/browser/gtk/options/options_window_gtk.cc » ('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 5573 matching lines...) Expand 10 before | Expand all | Expand 10 after
5584 5584
5585 <!-- Default Browser related messages --> 5585 <!-- Default Browser related messages -->
5586 <message name="IDS_HIDE_ICONS_NOT_SUPPORTED" desc="Message to explain we o nly support uninstall and not hide-icons."> 5586 <message name="IDS_HIDE_ICONS_NOT_SUPPORTED" desc="Message to explain we o nly support uninstall and not hide-icons.">
5587 To hide access to this program, you need to uninstall it by using\n<ph n ame="CONTROL_PANEL_APPLET_NAME">$1<ex>Add/Remove Programs</ex></ph> in Control P anel.\n\nWould you like to start <ph name="CONTROL_PANEL_APPLET_NAME">$1<ex>Add/ Remove Programs</ex></ph>? 5587 To hide access to this program, you need to uninstall it by using\n<ph n ame="CONTROL_PANEL_APPLET_NAME">$1<ex>Add/Remove Programs</ex></ph> in Control P anel.\n\nWould you like to start <ph name="CONTROL_PANEL_APPLET_NAME">$1<ex>Add/ Remove Programs</ex></ph>?
5588 </message> 5588 </message>
5589 5589
5590 <!-- Options Window --> 5590 <!-- Options Window -->
5591 <message name="IDS_OPTIONS_DIALOG_TITLE" desc="The title of the Options di alog box"> 5591 <message name="IDS_OPTIONS_DIALOG_TITLE" desc="The title of the Options di alog box">
5592 <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> Options 5592 <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> Options
5593 </message> 5593 </message>
5594 <if expr="os == 'linux2'">
5595 <message name="IDS_PREFERENCES_DIALOG_TITLE" desc="The title of the Pref erences dialog box">
5596 <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> Preferences
5597 </message>
5598 </if>
5594 <if expr="pp_ifdef('chromeos')"> 5599 <if expr="pp_ifdef('chromeos')">
5595 <message name="IDS_OPTIONS_SYSTEM_TAB_LABEL" desc="The title of the Syst em tab"> 5600 <message name="IDS_OPTIONS_SYSTEM_TAB_LABEL" desc="The title of the Syst em tab">
5596 System 5601 System
5597 </message> 5602 </message>
5598 <message name="IDS_OPTIONS_INTERNET_TAB_LABEL" desc="The title of the In ternet tab"> 5603 <message name="IDS_OPTIONS_INTERNET_TAB_LABEL" desc="The title of the In ternet tab">
5599 Internet 5604 Internet
5600 </message> 5605 </message>
5601 <message name="IDS_OPTIONS_LABS_TAB_LABEL" desc="The title of the LABS t ab"> 5606 <message name="IDS_OPTIONS_LABS_TAB_LABEL" desc="The title of the LABS t ab">
5602 Labs 5607 Labs
5603 </message> 5608 </message>
(...skipping 3738 matching lines...) Expand 10 before | Expand all | Expand 10 after
9342 9347
9343 </messages> 9348 </messages>
9344 9349
9345 <structures fallback_to_english="true"> 9350 <structures fallback_to_english="true">
9346 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 9351 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
9347 </structure> 9352 </structure>
9348 </structures> 9353 </structures>
9349 9354
9350 </release> 9355 </release>
9351 </grit> 9356 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/gtk/options/options_window_gtk.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698