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

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

Issue 9147052: fix panel window string resource ID (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 11 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/ui/gtk/browser_titlebar.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 <!-- 3 <!--
4 This file contains definitions of resources that will be translated for each 4 This file contains definitions of resources that will be translated for each
5 locale. The variables is_win, is_macosx, is_linux, and is_posix are available 5 locale. The variables is_win, is_macosx, is_linux, and is_posix are available
6 for making strings OS specific. Other platform defines such as use_titlecase 6 for making strings OS specific. Other platform defines such as use_titlecase
7 are declared in build/common.gypi. 7 are declared in build/common.gypi.
8 --> 8 -->
9 9
10 <grit base_dir="." latest_public_release="0" current_release="1" 10 <grit base_dir="." latest_public_release="0" current_release="1"
(...skipping 9059 matching lines...) Expand 10 before | Expand all | Expand 10 after
9070 Thumbnail removed. 9070 Thumbnail removed.
9071 </message> 9071 </message>
9072 <message name="IDS_NEW_TAB_UNDO_THUMBNAIL_REMOVE" 9072 <message name="IDS_NEW_TAB_UNDO_THUMBNAIL_REMOVE"
9073 desc="Action link text to undo removing a thumbnail from the most visit ed section."> 9073 desc="Action link text to undo removing a thumbnail from the most visit ed section.">
9074 Undo 9074 Undo
9075 </message> 9075 </message>
9076 <message name="IDS_NEW_TAB_REMOVE_THUMBNAIL_TOOLTIP" 9076 <message name="IDS_NEW_TAB_REMOVE_THUMBNAIL_TOOLTIP"
9077 desc="Tooltip text for the button that removes/blacklists the thumbnail . Once removed the thumbnail will not show up on the new tab page again."> 9077 desc="Tooltip text for the button that removes/blacklists the thumbnail . Once removed the thumbnail will not show up on the new tab page again.">
9078 Don't show on this page 9078 Don't show on this page
9079 </message> 9079 </message>
9080 <message name="IDS_NEW_TAB_APP_SETTINGS"
9081 desc="Text for the tooltip that is used for the button that shows the settings for an app icon.">
9082 Settings
9083 </message>
9084 <message name="IDS_NEW_TAB_APP_OPTIONS" 9080 <message name="IDS_NEW_TAB_APP_OPTIONS"
9085 desc="Text for the button that takes the user to the options of a n app."> 9081 desc="Text for the button that takes the user to the options of a n app.">
9086 Options 9082 Options
9087 </message> 9083 </message>
9088 <message name="IDS_NEW_TAB_APP_DISABLE_NOTIFICATIONS" 9084 <message name="IDS_NEW_TAB_APP_DISABLE_NOTIFICATIONS"
9089 desc="Text for the option to disable app notifications"> 9085 desc="Text for the option to disable app notifications">
9090 Disable notifications 9086 Disable notifications
9091 </message> 9087 </message>
9092 <message name="IDS_NEW_TAB_APP_ENABLE_NOTIFICATIONS" 9088 <message name="IDS_NEW_TAB_APP_ENABLE_NOTIFICATIONS"
9093 desc="Text for the option to enable app notifications"> 9089 desc="Text for the option to enable app notifications">
(...skipping 5702 matching lines...) Expand 10 before | Expand all | Expand 10 after
14796 Search apps and more 14792 Search apps and more
14797 </message> 14793 </message>
14798 <message name="IDS_APP_LIST_INCOGNITO" desc="Title text for an app list it em that opens an incognito browser window."> 14794 <message name="IDS_APP_LIST_INCOGNITO" desc="Title text for an app list it em that opens an incognito browser window.">
14799 Incognito 14795 Incognito
14800 </message> 14796 </message>
14801 <message name="IDS_APP_LIST_SETTINGS" desc="Title text for an app list ite m that opens settings page."> 14797 <message name="IDS_APP_LIST_SETTINGS" desc="Title text for an app list ite m that opens settings page.">
14802 Settings 14798 Settings
14803 </message> 14799 </message>
14804 </if> 14800 </if>
14805 14801
14802 <!-- Panel windows -->
14803 <message name="IDS_PANEL_WINDOW_SETTINGS_BUTTON_TOOLTIP"
14804 desc="Text for the tooltip on panel window wrench buttons.">
prasadt 2012/01/11 00:58:59 s/panel window wrench buttons/panel window setting
Evan Stade 2012/01/11 03:26:44 Done.
14805 Settings
14806 </message>
14807
14806 </messages> 14808 </messages>
14807 <structures fallback_to_english="true"> 14809 <structures fallback_to_english="true">
14808 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. --> 14810 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. -->
14809 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 14811 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
14810 </structure> 14812 </structure>
14811 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 14813 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
14812 </structure> 14814 </structure>
14813 </structures> 14815 </structures>
14814 </release> 14816 </release>
14815 </grit> 14817 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/ui/gtk/browser_titlebar.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698