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

Side by Side Diff: ash/ash_strings.grd

Issue 9834015: Adds a tooltip to the frame maximize button. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Tweaks 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/wm/workspace/frame_maximize_button.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 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 156 matching lines...) Expand 10 before | Expand all | Expand 10 after
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_CYCLER_TITLE" desc="The title used for the Aura wi ndow cycler in the launcher">
171 Window Cycler 171 Window Cycler
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_FRAME_MAXIMIZE_BUTTON_TOOLTIP" desc="Tooltip for the ma ximize/restore button in window frames in aura">
178 Pull down to minimize, left or right to title
James Cook 2012/03/22 17:23:10 title -> tile
179 </message>
180
177 <!-- Status tray items --> 181 <!-- Status tray items -->
178 <message name="IDS_ASH_STATUS_TRAY_SETTINGS_AND_HELP" desc="The label used for the help-and-settings item in the status tray."> 182 <message name="IDS_ASH_STATUS_TRAY_SETTINGS_AND_HELP" desc="The label used for the help-and-settings item in the status tray.">
179 Settings and Help 183 Settings and Help
180 </message> 184 </message>
181 <message name="IDS_ASH_STATUS_TRAY_SHUT_DOWN" desc="The label used for the button in the status tray to shut down the system."> 185 <message name="IDS_ASH_STATUS_TRAY_SHUT_DOWN" desc="The label used for the button in the status tray to shut down the system.">
182 Shut down 186 Shut down
183 </message> 187 </message>
184 <message name="IDS_ASH_STATUS_TRAY_SIGN_OUT" desc="The label used for the button in the status tray to sign out of the system."> 188 <message name="IDS_ASH_STATUS_TRAY_SIGN_OUT" desc="The label used for the button in the status tray to sign out of the system.">
185 Sign out 189 Sign out
186 </message> 190 </message>
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
251 Battery full 255 Battery full
252 </message> 256 </message>
253 <message name="IDS_ASH_STATUS_TRAY_BATTERY_STATUS" desc="The label in the tray dialog to show the status of the battery power."> 257 <message name="IDS_ASH_STATUS_TRAY_BATTERY_STATUS" desc="The label in the tray dialog to show the status of the battery power.">
254 Battery: <ph name="percentage">$1<ex>56</ex></ph>% 258 Battery: <ph name="percentage">$1<ex>56</ex></ph>%
255 <ph name="hour">$2</ph>h <ph name="minute">$3</ph>m 259 <ph name="hour">$2</ph>h <ph name="minute">$3</ph>m
256 </message> 260 </message>
257 </messages> 261 </messages>
258 </release> 262 </release>
259 </grit> 263 </grit>
260 264
OLDNEW
« no previous file with comments | « no previous file | ash/wm/workspace/frame_maximize_button.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698