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

Side by Side Diff: ash/ash_strings.grd

Issue 9854009: Add tooltip text for chrome shortcut (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add method to ash_shell Created 8 years, 9 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 | ash/launcher/launcher_delegate.h » ('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 the strings for ash. 4 This file contains the strings for ash.
5 --> 5 -->
6 6
7 <grit base_dir="." latest_public_release="0" current_release="1" 7 <grit base_dir="." latest_public_release="0" current_release="1"
8 source_lang_id="en" enc_check="möl"> 8 source_lang_id="en" enc_check="möl">
9 <outputs> 9 <outputs>
10 <output filename="grit/ash_strings.h" type="rc_header"> 10 <output filename="grit/ash_strings.h" type="rc_header">
(...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after
160 <release seq="1" allow_pseudo="false"> 160 <release seq="1" allow_pseudo="false">
161 <messages fallback_to_english="true"> 161 <messages fallback_to_english="true">
162 <!-- TODO add all of your "string table" messages here. Remember to 162 <!-- TODO add all of your "string table" messages here. Remember to
163 change nontranslateable parts of the messages into placeholders (using the 163 change nontranslateable parts of the messages into placeholders (using the
164 <ph> element). You can also use the 'grit add' tool to help you identify 164 <ph> element). You can also use the 'grit add' tool to help you identify
165 nontranslateable parts and create placeholders for them. --> 165 nontranslateable parts and create placeholders for them. -->
166 <!-- TODO(zork): Only include these in Aura builds --> 166 <!-- TODO(zork): Only include these in Aura builds -->
167 <message name="IDS_AURA_APP_LIST_TITLE" desc="The title used for the Aura app list in the launcher"> 167 <message name="IDS_AURA_APP_LIST_TITLE" desc="The title used for the Aura app list in the launcher">
168 Applications 168 Applications
169 </message> 169 </message>
170 <message name="IDS_AURA_CYCLER_TITLE" desc="The title used for the Aura wi ndow cycler in the launcher"> 170 <message name="IDS_AURA_NEW_TAB" desc="The text label of the New Tab menu item">
171 Window Cycler 171 New tab
172 </message> 172 </message>
173 <message name="IDS_AURA_LAUNCHER_OVERFLOW_NAME" desc="The title used for t he Aura overflow button in the launcher"> 173 <message name="IDS_AURA_LAUNCHER_OVERFLOW_NAME" desc="The title used for t he Aura overflow button in the launcher">
174 Overflow Button 174 Overflow Button
175 </message> 175 </message>
176 176
177 <message name="IDS_AURA_SET_DESKTOP_WALLPAPER" desc="The label used for ch ange wallpaper in context menu"> 177 <message name="IDS_AURA_SET_DESKTOP_WALLPAPER" desc="The label used for ch ange wallpaper in context menu">
178 Set Wallpaper... 178 Set Wallpaper...
179 </message> 179 </message>
180 180
181 <message name="IDS_FRAME_MAXIMIZE_BUTTON_TOOLTIP" desc="Tooltip for the ma ximize/restore button in window frames in aura"> 181 <message name="IDS_FRAME_MAXIMIZE_BUTTON_TOOLTIP" desc="Tooltip for the ma ximize/restore button in window frames in aura">
(...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after
301 <message name="IDS_ASH_SECONDARY_MONITOR_SHORTCUT" desc="The shortcut text on the secondary monitors."> 301 <message name="IDS_ASH_SECONDARY_MONITOR_SHORTCUT" desc="The shortcut text on the secondary monitors.">
302 Ctrl + 302 Ctrl +
303 </message> 303 </message>
304 <message name="IDS_ASH_STATUS_TRAY_PREVIOUS_MENU" desc="The accessible tex t for header entries for detailed versions of status tray items."> 304 <message name="IDS_ASH_STATUS_TRAY_PREVIOUS_MENU" desc="The accessible tex t for header entries for detailed versions of status tray items.">
305 Previous menu 305 Previous menu
306 </message> 306 </message>
307 </messages> 307 </messages>
308 </release> 308 </release>
309 </grit> 309 </grit>
310 310
OLDNEW
« no previous file with comments | « no previous file | ash/launcher/launcher_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698