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

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: better string desc 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 9062 matching lines...) Expand 10 before | Expand all | Expand 10 after
9073 Thumbnail removed. 9073 Thumbnail removed.
9074 </message> 9074 </message>
9075 <message name="IDS_NEW_TAB_UNDO_THUMBNAIL_REMOVE" 9075 <message name="IDS_NEW_TAB_UNDO_THUMBNAIL_REMOVE"
9076 desc="Action link text to undo removing a thumbnail from the most visit ed section."> 9076 desc="Action link text to undo removing a thumbnail from the most visit ed section.">
9077 Undo 9077 Undo
9078 </message> 9078 </message>
9079 <message name="IDS_NEW_TAB_REMOVE_THUMBNAIL_TOOLTIP" 9079 <message name="IDS_NEW_TAB_REMOVE_THUMBNAIL_TOOLTIP"
9080 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."> 9080 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.">
9081 Don't show on this page 9081 Don't show on this page
9082 </message> 9082 </message>
9083 <message name="IDS_NEW_TAB_APP_SETTINGS"
9084 desc="Text for the tooltip that is used for the button that shows the settings for an app icon.">
9085 Settings
9086 </message>
9087 <message name="IDS_NEW_TAB_APP_OPTIONS" 9083 <message name="IDS_NEW_TAB_APP_OPTIONS"
9088 desc="Text for the button that takes the user to the options of a n app."> 9084 desc="Text for the button that takes the user to the options of a n app.">
9089 Options 9085 Options
9090 </message> 9086 </message>
9091 <message name="IDS_NEW_TAB_APP_DISABLE_NOTIFICATIONS" 9087 <message name="IDS_NEW_TAB_APP_DISABLE_NOTIFICATIONS"
9092 desc="Text for the option to disable app notifications"> 9088 desc="Text for the option to disable app notifications">
9093 Disable notifications 9089 Disable notifications
9094 </message> 9090 </message>
9095 <message name="IDS_NEW_TAB_APP_ENABLE_NOTIFICATIONS" 9091 <message name="IDS_NEW_TAB_APP_ENABLE_NOTIFICATIONS"
9096 desc="Text for the option to enable app notifications"> 9092 desc="Text for the option to enable app notifications">
(...skipping 5705 matching lines...) Expand 10 before | Expand all | Expand 10 after
14802 Search apps and more 14798 Search apps and more
14803 </message> 14799 </message>
14804 <message name="IDS_APP_LIST_INCOGNITO" desc="Title text for an app list it em that opens an incognito browser window."> 14800 <message name="IDS_APP_LIST_INCOGNITO" desc="Title text for an app list it em that opens an incognito browser window.">
14805 Incognito 14801 Incognito
14806 </message> 14802 </message>
14807 <message name="IDS_APP_LIST_SETTINGS" desc="Title text for an app list ite m that opens settings page."> 14803 <message name="IDS_APP_LIST_SETTINGS" desc="Title text for an app list ite m that opens settings page.">
14808 Settings 14804 Settings
14809 </message> 14805 </message>
14810 </if> 14806 </if>
14811 14807
14808 <!-- Panel windows -->
14809 <message name="IDS_PANEL_WINDOW_SETTINGS_BUTTON_TOOLTIP"
14810 desc="Text for the tooltip on panel window settings buttons.">
14811 Settings
14812 </message>
14813
14812 </messages> 14814 </messages>
14813 <structures fallback_to_english="true"> 14815 <structures fallback_to_english="true">
14814 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. --> 14816 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. -->
14815 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 14817 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
14816 </structure> 14818 </structure>
14817 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 14819 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
14818 </structure> 14820 </structure>
14819 </structures> 14821 </structures>
14820 </release> 14822 </release>
14821 </grit> 14823 </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